Post Top Ad

Post Top Ad

Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Tuesday, August 18, 2009

11:32 PM

PHP6 and MySQL Bible ebook Free Download

PHP6 and MySQL Bible
PDF | 912 pages | 20 Mb | RS & DF
Publisher: Wiley (January 20, 2009)
Language: English

Start quickly building dynamic Web applications with the leading open-source scripting tool, the leading open-source database, and this comprehensive guide that shows you exactly how to do it. You'll learn PHP6 and MySQL inside and out, explore the ups and downs of using open-source technologies, and discover pages of tips and techniques that help you get the most out of this powerful development duo. This book includes extensive code examples, full working applications, and much more.

* Install, develop, debug, and troubleshoot the newest versions of PHP and MySQL* Get up to speed on PHP basics, including syntax, datatypes, functions, and pitfalls* Review Structured Query Language (SQL) and data administration basics* Master advanced PHP features, including object-oriented programming and session handling* Examine PHP's interaction with other databases technologies, such as Oracle®* Explore advanced topics, such as PHP with e-mail programs, and PHP and XML* Learn how to create a game and much more in extended case studies.

Other Links:
 PHP6 and MySQL Bible
PHP5 and MySQL Bible
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide
Synology Rack Station 4-Bay (Diskless) 1U NAS Rackmount Network Attached Storage RS409 (Black)
PHP and MySQL Training Course by Amazing eLearning
PHP 6/MySQL Programming for the Absolute Beginner
Beginning PHP 6, Apache, MySQL 6 Web Development
MySQL/PHP Database Applications
PHP and MySQL Web Development (4th Edition)
Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites (Animal Guide)

Saturday, August 15, 2009

10:01 PM

Learning PHP, MySQL, and JavaScript A Step-by-Step Guide to Creating Dynamic Websites

Learning PHP, MySQL, and JavaScript
A Step-by-Step Guide to Creating Dynamic Websites
PDF | 526 pages | 7 Mb | RS & DF
Publisher: O'Reilly Media, Inc.; 1 edition (July 22, 2009)
Language: English

Download:

Learning PHP, MySQL, and JavaScript (Animal Guide)


Learning PHP & MySQL: Step-by-Step Guide to Creating Database-Driven Web Sites



Tuesday, August 5, 2008

7:00 PM

The PHP Anthology


Ben Balbo, Harry Fuecks, Davey Shafik, Ligaya Turmelle, Matthew O'Phinney, "The PHP Anthology: 101 Essential Tips, Tricks & Hacks, 2nd Edition"
SitePoint | ISBN 0975841998 | October 23, 2007 | 542 Pages | PDF | 3MB
The PHP Anthology: 101 Essential Tips, Tricks & Hacks, 2nd Edition is a collection of powerful PHP 5 solutions to the most common programming problems.

Featuring best-practice code and a commonsense approach to development, this book includes coverage of:

  • Manage errors gracefully.
  • Build functional forms, tables, and SEO-friendly URLs.
  • Reduce load time with client- and server-side caching.
  • Produce and utilize web services with XML.
  • Secure your site using access control systems.
  • Easily work with files, emails, and images.
  • And much more
The question and answer format will allow you to to quickly find and reference any of the 101 solutions, saving you hours of Internet research or painful trial & error. All solutions are fully explained and the ready-to-use code is available for download.

Download
The PHP Anthology: Object Oriented PHP Solution, Volume 1


The PHP Anthology: 101 Essential Tips, Tricks & Hacks


The PHP Anthology: 101 Essential Tips, Tricks & Hacks 2nd. Edition

Saturday, August 2, 2008

10:00 AM

PHP Oracle Web Development


Yuli Vasiliev "PHP Oracle Web Development: Data processing, Security, Caching, XML, Web Services, and Ajax"
Packt Publishing | 2007-08-03 | ISBN: 1847193633 | 396 pages | PDF | 3,1 Mb

This practical book for PHP/Oracle developers is built around well explained, easy-to-follow example code to build robust, efficient, secure solutions covering popular current topics on using PHP with Oracle. Assuming no special skill level, experienced author Yuli Vasiliev shows how to install and configure PHP and Oracle; connect PHP to Oracle; move application business logic to Oracle; build transactional applications; use security features; improve performance with caching; employ XML features; implement SOAP web services; build Ajax-driven PHP/Oracle solutions. Building and deploying PHP applications on Oracle Database combines the power and robustness of Oracle with the easy, rapid development of open-source PHP to achieve high-performance, scalable, reliable data-driven web applications with minimal effort. Unlike some other databases, Oracle allows building the key business logic of PHP applications inside the database, moving data processing from web server to database server.

Download
PHP Oracle Web Development: Data processing, Security, Caching, XML, Web Services, and Ajax: A practical guide to combining the power, performance, ... development time, and high performance of PHP

Oracle Database Ajax & PHP Web Application Development

Beginning PHP and Oracle: From Novice to Professional (Expert's Voice)

Thursday, July 31, 2008

7:33 PM

Practical Web 2.0 Applications with PHP


Quentin Zervaas, "Practical Web 2.0 Applications with PHP"
Apress | ISBN:1590599063 | December 20, 2007 | 569 pages | PDF | 4MB
Want to assert yourself as a cutting-edge PHP web developer? Take a practical approach, learning by example from author Quentin Zervaas, and discover how to bring together the many technologies needed to create a successful, modern web application.

In Practical PHP Web 2.0 Applications, PHP, MySQL, CSS, XHTML, and JavaScript/Ajax development techniques are brought together to show you how to create the hottest PHP web applications, from planning and design up to final implementation, without going over unnecessary basics that will hold you back. This book includes must-have application features such as search functionality, maps, blogs, dynamic image galleries, and personalized user areas.

4:25 PM

PHP 5 Objects, Patterns, and Practice


Matt Zandstra, "PHP 5 Objects, Patterns, and Practice"
Apress | ISBN:1590593804 | December 21, 2004 | 438 pages | PDF | 5MB
PHP 5 Objects, Patterns, Practice is a practical design and management book. It explains object-oriented programming in PHP 5, the latest version of PHP. This book explores the principles underlying design patterns (principally those patterns collected by the 'Gang of Four') and presents a range of patterns in a PHP context. This book also examines tools and practices that exist which underpin good software design, including unit testing, documentation, version control and automated build.
12:28 PM

Learning PHP Data Objects


Dennis Poppel, "Learning PHP Data Objects"
Packt Publishing | ISBN 1847192661 | August 1, 2007 | 188 Pages | PDF | 1.5MB

This book is for PHP developers who need to use PHP Data Objects (PDO) for data abstraction. Covering an overview of PDO, getting started, error handling, prepared statements, handling rowsets, advanced uses, and use in an MVC application, it first describes the topic, then gives step-by-step instructions for a particular example. A final appendix covers the object-oriented features of PHP 5. Readers should be familiar with PHP and aware of the basics of data abstraction.

Download

Saturday, July 26, 2008

10:10 AM

Pro PHP by Kevin McArthur


Pro PHP: Patterns, Frameworks, Testing and More by Kevin McArthur
Apress | ISBN-10: 1590598199 | March 24, 2008 | 349 pages | PDF | 3.2MB

Taking care to focus solely on those topics that will have the most impact on experienced PHP developers, Pro PHP is written for readers seeking to take their understanding of both PHP and sound software development practices to the next level. Advanced object–oriented features, documentation, debugging, software patterns, and the Standard PHP Library are just a few of the topics covered in extensive detail.
Author and noted PHP expert Kevin McArthur also examines emerging practices and trends such as the MVC architecture as applied to PHP, with special emphasis placed upon the increasingly popular Zend Framework.
With Ajax and web services crucial to the success of todays web applications, the book concludes with several chapters covering JSON, the SOAP extension, and advanced web services topics.
If youre seeking to go beyond the basics, Pro PHP is the book for you.

For Downlode:
Download from Depositfiles

Download from FileFactory

Download from Easy-Share