Book 41: Learning PHP Data Objects

Book description:
    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. Lighter, faster, more powerful than existing data abstraction interfaces, PDO is an open-source query
abstraction layer for accessing databases and manipulating returned records that is used with a database-specific PDO driver
to access a particular database. It has the same role as classic database abstraction layers such as ODBC and JDBC. PDO ships
with PHP 5.1, and is available as a PECL extension for PHP 5.0; PDO requires the new OO features in the core of PHP 5,
and so will not run with earlier versions of PHP.
Book Link:
Download
Book 42: Learning PHP & MySQL: Step-by-Step Guide to Creating Database-Driven Web Sites

Book description:
    PHP and MySQL are quickly becoming the de facto standard for rapid development of dynamic,
database-driven web sites. This book is perfect for newcomers to programming as well as hobbyists who are intimidated
by harder-to-follow books. With concepts explained in plain English, the new edition starts with the basics of the PHP
language, and explains how to work with MySQL, the popular open source database. You then learn how to put the two
together to generate dynamic content.
Book Link:
Download
Book 43: PHP Web 2.0 Mashup Projects

Book description:
    This practical tutorial has detailed, carefully explained case studies using PHP to build new,
effective mashup applications, which combine data from multiple external online sources into an integrated Web 2.0 experience.
If you are confident with PHP programming and interested in mashing things up, this book is for you! All you need to know about
formats, protocols, web services, and web APIs is covered as you learn to write PHP code to remotely consume services
like Google Maps, Flickr, Amazon, YouTube, MSN Search, Yahoo!, Last.fm, the Internet UPC Database, and even the California
Highway Patrol Traffic data! The 5 real-world PHP projects each start with an overview of technologies and protocols needed
and then dive into the tools used and details of creating the project, and you can download each project’s source code.
You will learn how these technologies work with each other and how to use this information, together with your imagination,
to build your own cutting-edge websites.
Book Link:
Download
Book 44: Essential PHP Security

Book description:
    Being highly flexible in building dynamic, database-driven web applications makes the PHP programming
language one of the most popular web development tools in use today. It also works beautifully with other open source tools,
such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for
malicious attackers, and developers need to prepare for the attacks.
    Security is an issue that demands attention, given the growing frequency of attacks on web sites. Essential PHP Security
explains the most common types of attacks and how to write code that isn't susceptible to them. By examining specific attacks
and the techniques used to protect against them, you will have a deeper understanding and appreciation of the safeguards you
are about to learn in this book.
File Instruction :-
1) Open it with Winrar.
2) Password : www.lemonshare.net
3) Enjoy!
File Instruction :-
1) Open it with Winrar.
2) Password : www.lemonshare.net
3) Enjoy!
Book Link:
Download
Book 45: Making Use of PHP

Book description:
    PHP has an edge over locked-in solutions such as JSP and ASP for most Web development work because
it is a cross-platform technology. Surveys indicate that PHP is rapidly becoming the most widely used Web scripting language
and PHP skills are now considered essential for many Web developers.
Book Link:
Download
Book 46: PHP Hacks Tips and Tools For Creating Dynamic Websites

Book description:
    Programmers love its flexibility and speed; designers love its accessibility and convenience.
When it comes to creating web sites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently
used on more than 19 million web sites, surpassing Microsoft's ASP .NET technology in popularity. Not surprisingly, this
surge in usage has resulted in a number of PHP books hitting the market. Only one, though, takes the language beyond
traditional Web programming and into mapping, graphing, multimedia, and beyond: PHP Hacks.
    In PHP Hacks, author Jack Herrington wrings out his 20 years of code generation experience to deliver hands-on tools
ranging from basic PHP and PEAR installation and scripting to advanced multimedia and database optimizing tricks.
    On the practical side of things, PHP Hacks helps you develop more robust PHP applications by explaining how to improve
your database design, automate application testing, and employ design patterns in your PHP scripts and classes. In the category
of "cool," Herrington explains how to upgrade your Web interface through the creation of tabs, stickies, popups, and calendars.
He even examines how to leverage maps and graphics in PHP.
File Instruction :-
1) Open it with Winrar.
2) Password : www.lemonshare.net
3) Enjoy!
File Instruction :-
1) Open it with Winrar.
2) Password : www.lemonshare.net
3) Enjoy!
Book Link:
Download
Book 47: PHP Cookbook
Book description:
    PHP Cookbook has a wealth of solutions for problems that you'll face regularly. With topics that range
from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes"
-- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions
that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the
new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML,
building web services with PHP, and working with SOAP/REST architectures.
File Instruction :-
1) Open it with Winrar.
2) Password : www.lemonshare.net
3) Enjoy!
File Instruction :-
1) Open it with Winrar.
2) Password : www.lemonshare.net
3) Enjoy!
Book Link:
Download
Book 48: SOA and WS-BPEL

Book description:
    This tutorial guide for anyone wanting to start building Service-Oriented Architecture applications using powerful,
free tools explains in detail how to build and deploy them by creating Web Services with PHP, combining them into SOAs with WS-BPEL
using free ActiveBPEL Designer, and deploying composite WS-BPEL-based orchestrations to the open-source ActiveBPEL engine.
Unlike many books on SOA, it is not focused on architecture, but discusses practical aspects of SOA and WS-BPEL development with
many examples, showing you how to apply architecture in practice. In SOA, Web Services are part of a business process determining the
logical order of Service Activities - logical units of work performed by one or more services. Today the most popular tool for organizing
service activities into business processes is Web Services Business Process Execution Language (WS-BPEL). A graphical WS-BPEL tool like
ActiveBPEL Designer can significantly simplify defining a business process with WS-BPEL.
Book Link:
Download
Book 49: Intrusion Detection with SNORT, Apache, MySQL, PHP, and ACID

Book description:
    This guide explains how to deploy and maintain the Snort open source intrusion detection system on a network,
and provides custom scripts for integrating Snort with an Apache web server and MySQL database. It offers instructions for writing
Snort rules, configuring input and output plug-ins, and using the analysis console for intrusion detection (ACID) tool to
analyze Snort data on a web-based user interface.
Book Link:
Download
Book 50: CodeIgniter for Rapid PHP Application Development
Book description:
    CodeIgniter (CI) is a powerful open-source PHP framework with a very small footprint, built for PHP coders
who need a simple and elegant toolkit to create full-featured web applications. CodeIgniter is an MVC framework, similar in some
ways to the Rails framework for Ruby, and is designed to enable, not overwhelm.
Book Link:
No comments:
Post a Comment