Hiển thị các bài đăng có nhãn PHP. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn PHP. Hiển thị tất cả bài đăng

PHP | Architect

0 nhận xét

Open in new window


DB2 / Zend Core for IBM

Discover the power of DB2 and Zend Core for IBM. Helmut Tessarek, a developer from IBM who actually works on PHP's native DB2 driver, gives an insightful overview of DB2, Zend's product offering, and explains how they can improve your data.


Building Scalable PHP Applications
Building a scalable PHP application requires a lot more than just good coding. In this article, Chris Hartjes takes a look at some of the major concepts that have to be considered when building PHP systems that can meet a surge in demand head-on.


Long Live the Code
Companies of all sizes use PHP widely today. As the PHP codebase grows, maintaining existing code becomes an increasingly important part of a developer’s work. Along the way, major PHP updates like PHP 6 and reusable components like PEAR, eZ components, and the Zend Framework are shaping up. Author Stefan Priebsch explains how you can avoid rewriting your code from scratch and still benefit from these new improvements.


Frameworks: What's the Big Deal?
Prado, Ruby on Rails, .NET, Struts, CakePHP, Zope, Cocoa, Turbine, Drupal, J2EE, the Zend PHP Framework... it seems the development world is just crazy about frameworks these days. What's the big deal? Why is it that web development seems to be moving toward frameworks? Find out in this piece by Darryl Patterson.



Test Pattern: Organizing for Change
Change is a fact of life in software development. New columnist Jeff Moore explains how we can apply some of the same principles we used to organize our physical work areas toward organizing our software to adapt to change.


Security Corner: Cross-Site Request Forgery in Action
Of all the modern attacks aimed at the visitor of a website, cross-site request forgery (CSRF) is one of the most interesting, since it allows exploitation without the actual hacking of the website. Security expert Ilia Alshanetsky explains how CSRF uses a seemingly benign web feature to trick and confuse the user into performing the tasks desired by the hacker.

Download:
http://rapidshare.de/files/16105124/phpArcMar06.rar.html

How to do everything with PHP & MySQL

0 nhận xét

Open in new window

This new release in the popular How to Do Everything series explains how to build open source web applications with MySQL and PHP 5. Using these two tools, you’ll be able to create highly functional, interactive web sites easily. Follow along with a step-by-step sample application and, as a bonus, download three full-length case studies complete with code trees.


I've read this one myself and I think it was a great starter book on PHP and MySQL.

Download:
http://rapidshare.com/files/243790678/How_To_Do_Everything_With_PHP___MySQL.rar.html

MySQL/PHP Database Applications

0 nhận xét

Open in new window


# Publisher: Wiley; 2 edition (October 1, 2003)
# Language: English
# ISBN-10: 0764549634
# ISBN-13: 978-0764549632

    *  Demonstrates Web application development by presenting ten real, ready-to-use examples
    * Samples start with a simple guess book and end with a fully-functional e-commerce site with a shopping cart
    * New features include both MySQL 4.1 and PHP 4.2
    * Latest edition contains new applications including log analysis and project tracking
    * CD-ROM includes all the code and examples applications from the book in addition to MySQL, PHP, Apache, PHP classes, libraries, utilities, and other tools

Download:
http://rapidshare.com/files/115712759/mysql_php_database.rar

PHP 5 Power Programming (Bruce Perens' Open Source Series)

0 nhận xét

Open in new window


# Publisher: Prentice Hall PTR (October 27, 2004)
# Language: English
# ISBN-10: 013147149X
# ISBN-13: 978-0131471498

From the Back Cover

Back CoverThe definitive introduction for today's most powerful PHP 5 techniques

In this book, PHP 5's co-creator and two leading PHPdevelopers show you how to make the most of PHP 5's industrial-strengthenhancements in any project -- no matterhow large or complex. Their unique insights and realistic examples illuminatePHP 5's new object model, powerful design patterns, improved XML Web servicessupport, and much more. Whether you're creating Web applications, extensions,packages, or shell scripts -- or migrating PHP 4 code -- here are high-poweredsolutions you won't find anywhere else.

   *

     Review PHP's syntax and master its object-oriented capabilities-- from properties and methods to polymorphism, interfaces, and reflection
   *

     Master the four most important design patterns for PHPdevelopment
   *

     Write powerful Web applications: handle input, cookies, sessionextension, and more
   *

     Integrate with MySQL, SQLite, and other database engines
   *

     Provide efficient error handling that's transparent to your users
   *

     Leverage PHP 5's improved XML support -- including parsing, XSLTconversions, and more
   *

     Build XML-based Web services with XML-RPC and SOAP
   *

     Make the most of PEAR: work with the repository, use keypackages, and create your own
   *

     Upgrade PHP 4 code to PHP 5 -- compatibility issues, techniques,and practical workarounds
   *

     Improve script performance: tips and tools for PHP optimization
   *

     Use PHP extensions to handle files/streams, regular expressions,dates/times, and graphics
   *

     Create original extensions and shell scripts

If you're a software developer new to PHP, you'll leapquickly into PHP and its new object-oriented capabilities. If you're anexperienced PHP programmer, you already recognize PHP's convenience andsimplicity. Now, discover all of its extraordinary power!
About the Software

At this book's exclusive, private link to Zend.com, downloada fully functional 90-day version of Zend Studio IDE, today's breakthrough toolfor developing, managing, and debugging PHP code.

Bruce Perens' Open Source Series is a definitive series ofLinux and Open Source books by the world's leading Linux software developers.Bruce Perens is the primary author of The Open Source Definition, the formativedocument of the open source movement and the former Debian GNU/Linux Project Leader.



About the Author

ANDI GUTMANS co-created PHP 3 and all versions since. A member of the PHP core team, he is one of the world's most highly regarded PHP developers.

STIG SÆTHER BAKKEN, also a member of the PHP core team, created PEAR: PHP Extension and Application Repository, the framework and global distribution system for reusable PHP components. Gutmans and Bakken are members of the PHP Hall of Fame.

DERICK RETHANS is a PHP code contributor and leader of the PHP QA team.

Download:
http://rapidshare.com/files/47262523/PHP5_curtis112.zip

Advanced PHP for Web Professionals

0 nhận xét

Open in new window


# Publisher: Prentice Hall PTR; 1st edition (October 29, 2002)
# Language: English
# ISBN-10: 0130085391
# ISBN-13: 978-0130085399

From the Back Cover

    * Build complex, PHP-driven Web sites—fast!
    * Discover powerful new PHP techniques, hands on!
    * Learn all-new techniques based on PHP-GTK and PEAR::DB
    * Master XML parsing, user authentication, forms processing, data mining, and much more

Take your PHP programming skills to the next level!

In this concise, hands-on tutorial, PHP expert Christopher Cosentino delivers dozens of powerful new techniques for building serious Web applications. Through professional-quality examples drawn from his six years as a PHP developer, Cosentino walks you through building friendlier, more usable sites; improving user authentication; generating dynamic graphics; parsing XML documents; building database-independent Web applications; and much more!

Take PHP to the limit... and beyond!

    * Manage sessions more effectively
    * Interact with multiple databases via PEAR::DB
    * Improve your form processing scripts
    * Parse large files and perform data mining
    * Authenticate users by IP address, database query, or HTTP authentication
    * Create custom error handlers
    * Dump database contents into XML files
    * Use PHP-GTK to build client-side cross-platform GUI applications
    * And more...



About the Author

CHRISTOPHER COSENTINO is currently a technical writer for Cisco Systems, Inc. He has been a freelance Web developer since 1996, specializing in the use of PHP to build e-commerce applications. He is author of Essential PHP for Web Professionals (Prentice Hall PTR). 

Download:
http://rapidshare.com/files/80021580/Advanced.PHP.for.Web.Professionals.rar

php|architect's Zend PHP 5 Certification Study Guide

0 nhận xét

Open in new window


# Publisher: Marco Tabini & Associates, Inc. (October 5, 2006)
# Language: English
# ISBN-10: 0973862149
# ISBN-13: 978-0973862140



Book Description

Zend's new PHP 5 Certification Exam represent an excellent tool for professional PHP developers who want to distinguish themselves in their field. php|architect's Zend PHP 5 Certification Study Guide, edited and produced by the publishers of php|architect magazine, provides the most comprehensive and thorough preparation tool for developers who wish to take the exam. This book provides complete coverage of every topic that is part of the exam, including: ? PHP Basics ? Functions ? Arrays ? Strings and Patterns ? Web Programming ? Object Oriented Programming ? Database Programming ? Object-oriented Design ? XML and Web Services ? Security ? Streams and Network Programming ? Differences Between PHP 4 and 5 Written by PHP professionals and Zend Certified PHP 5 Engineers Davey Shafik and Ben Ramsey, and reviewed by core PHP developer Derick Rethans, this is the perfect book for every prospective Zend Certified PHP Engineer candidate!

Download:

PHP Fast & Easy Web Development

0 nhận xét

Open in new window


# Publisher: Course Technology PTR; 1 edition (July 2000)
# Language: English
# ISBN-10: 076153055X
# ISBN-13: 978-0761530558

Book Description
PHP is a server-side, HTML embedded scripting language used to create dynamic Web pages. PHP is the number one add on module for Apache servers, and best of all--it's free! This is the only book on PHP that takes a visual approach to learning this topic. As a part of the Fast & Easy Web Development series, this book applies the highly successful combination of easy-to-understand instructions and real screenshots for a truly unique learning experience. PHP Fast & Easy Web Development is ideal for the beginning Web developer or for Web developers who want to increase their skill set.

Download:

PHP Basics In Pictures

0 nhận xét

Open in new window


Author: Paul Gruhn
ISBN: 1597061093
Format: pdf

Details:
Learn to create interactive Web sites using the PHP programming language. 

Download:
http://rapidshare.com/files/102563183/PHP.Basics.In.Pics-virTuAlZin.rar

PHP & MySQL For Dummies, 4th Edition

0 nhận xét

Open in new window


# Paperback: 456 pages
# Publisher: For Dummies; 4 edition (December 9, 2009)
# Language: English
# ISBN-10: 0470527587
# ISBN-13: 978-0470527580


Product Description

Here's what Web designers need to know to create dynamic, database-driven Web sites

To be on the cutting edge, Web sites need to serve up HTML, CSS, and products specific to the needs of different customers using different browsers. An effective e-commerce site gathers information about users and provides information they need to get the desired result.

PHP scripting language with a MySQL back-end database offers an effective way to design sites that meet these requirements. This full updated 4th Edition of PHP & MySQL For Dummies gets you quickly up to speed, even if your experience is limited.

    * Explains the easy way to install and set up PHP and MySQL using XAMPP, so it works the same on Linux, Mac, and Windows
    * Shows you how to secure files on a Web host and how to write secure code
    * Packed with useful and understandable code examples for Web site creators who are not professional programmers
    * Fully updated to ensure your code will be compliant based on PHP 5.3 and MySQL 5.1.31
    * Provides clear, accurate code examples

PHP & MySQL For Dummies, 4th Edition provides what you need to know to create sites that get results.

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file. 

Download:
http://filekeen.com/di2vkwpp6rxd/0470527587.zip.html

PHP 5 Social Networking

0 nhận xét

Open in new window


Paperback: 456 pages
Publisher: Packt Publishing (October 21, 2010)
Language: English
ISBN-10: 1849512388
ISBN-13: 978-1849512381

Product Description
Create a powerful and dynamic Social Networking website in PHP by building a flexible framework

Build a flexible Social Networking framework using PHP which can be extended to fit the needs of any Social Networking site
Develop a suitable structure for our framework, with MVC to structure the architecture and a Registry to store core Objects
Allow users to connect and communicate with each other using communication with friends list, flexible user profiles, messages, discussions, and much more
Plan marketing and scaling strategies, to entice more users and ensure the site can cope with the demand
Packed with real-world code and clear explanation, this book uses an ongoing case study for creating a Social Networking framework

Download

http://filekeen.com/5criomrthxkt/1849512388.rar.html
Copyright 2011 Free Programming Ebooks.
Blogger Template by zico.