*** Get Google Ads For Free > > ***
 

free ebook downloads
Subscribe by Email

Archive for the 'PHP' Category

booktraining, October 2, 2009 Comments Off
Visual QuickStart Guide, 3rd Edition

PHP for the World Wide Web: Visual QuickStart Guide, 3rd Edition

Product Description
With PHP for the World Wide Web, Third Edition: Visual QuickStart Guide, readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. This task-based visual reference guide uses step-by-step instructions and plenty of screenshots to teach beginning and intermediate users this popular open-source scripting language. (more…)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, PHP
-cosmos-, September 20, 2009 Comments Off

Build dynamic, standards-based web sites for personal or professional use with help from this easy-to-follow guide. How to Do Everything: Microsoft Expression Web 2 shows you how to use all of the versatile features this powerful web design tool has to offer. Screenshots along with detailed text demonstrate how to build your site, style it with Cascading Style Sheets, add multimedia, and enable interactivity. You’ll also get details on using PHP and ASP.NET. Now it’s easier than ever to get your web site up and running!
Build web pages and add and configure text and images
Link content in your site
View and edit XHTML code
Create and manage styles with Cascading Style Sheets
Lay out pages with dynamic web templates and layers
Organize content in tables and frames
Create JavaScript code to add behaviors for action and interaction
Include media elements using Silverlight, Flash, Microsoft Media, Java, and Podcasts
Collect and validate information with forms
Build dynamic pages with PHP and create ASP.NET web pages
Optimize, test, publish, and manage your web site

DOWNLOAD HERE

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in ASP, PHP, Perl, XML
eBooker, September 18, 2009 Comments Off
Professional PHP4

Professional PHP4

This book is a resource for working PHP developers who want to take their skills to the next level. Although it assumes a conceptual familiarity with programming and databases in general, anyone who knows PHP enough to code and maintain small web applications can use this book. We also assume an interest in designing large web sites and general network programming to make full use of this book.Download

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, PHP
booktraining, September 12, 2009 Comments Off

Zend Studio for Eclipse Developer’s Guide (Developer’s Library)

Book Description

The definitive, comprehensive guide to Zend Studio for Eclipse

Zend Studio for Eclipse gives millions of PHP/LAMP developers world-class tools for building state-of-the-art web applications. Now, here’s a definitive guide to making the most of this breakthrough development environment. Zend Certified Engineer Peter MacIntyre and expert PHP developer Ian Morse show how to use Zend Studio for Eclipse to improve productivity, effectiveness, and code quality throughout your entire project lifecycle. (more…)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, PHP
eBooker, September 11, 2009 Comments Off

A Beginner's Guide to PHP Data Objects, Database Connection Abstraction Library for PHP 5

This book starts with an overview of PHP Data Objects (PDO), followed by getting started with PDO. Then it covers error handling, prepared statements, and handling rowsets, before covering advanced uses of PDO and an example of its use in an MVC application. Finally an appendix covers the new object-oriented features of PHP 5.

This book will guide you through the data layer abstraction objects in PHP.

PDO is lighter, faster, and more powerful than existing PHP data abstraction interfaces. PDO is a common interface to different databases that must be used with a database-specific PDO driver to access a particular database server: the PDO extension does not provide a database abstraction by itself; it doesn’t rewrite SQL, emulate missing database features, or perform any database functions using by itself. It performs the same role as other classic database abstraction layers such as ODBC and JDBC: it’s a query abstraction layer that abstracts the mechanism for accessing a database and manipulating the returned records; each database driver that implements the PDO interface can also expose database-specific features as regular extension functions. ¬ PDO ships with PHP 5.1, and is available as an extension for PHP 5.0; it requires the new object-oriented features of PHP 5, and cannot run with earlier versions of PHP.

This book will teach you how to use the PDO, including its advanced features. Readers need to be aware of the basics of data abstraction and should be familiar with PHP.

An overview of PDO
Creating a database and connecting to it
Error Handling
Advanced features
This book describes the topic first and then gives step-by-step instructions on how to go about a particular example.

PHP developers who need to use PDO for data abstraction.

Download

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, PHP
eBooker, August 24, 2009 Comments Off

 PHP Web 2.0 Mashup Projects

PHP Web 2.0 Mashup Projects

Product Description

Create PHP projects that grab and mix data from the likes of Google Maps, Flickr, Amazon, YouTube, MSN Search, Yahoo!, Last.fm, the Internet UPC Database, not to mention the California Highway Patrol Traffic service!

A mashup is a web page or application that combines data from two or more external online sources into an integrated experience. This book is your entryway to the world of mashups and Web 2.0. You will create PHP projects that grab data from one place on the Web, mix it up with relevant information from another place on the Web and present it in a single application.

This book is made up of five real-world PHP projects. Each project begins with an overview of the technologies and protocols needed for the project, and then dives straight into the tools used and details of creating the project:

  • Look up products on Amazon.Com from their code in the Internet UPC database
  • A fully customized search engine with MSN Search and Yahoo!
  • A personal video jukebox with YouTube and Last.FM
  • Deliver real-time traffic incident data via SMS and the California Highway Patrol!
  • Display pictures sourced from Flickr in Google maps

All the mashup applications used in the book are built upon free tools and are thoroughly explained. You will find all the source code used to build the mashups used in this book in the code download section for this book.

  • Expand your website and applications using mashups
  • Gain a thorough understanding of mashup fundamentals
  • Clear, detailed walk-through of the key PHP mashup building technologies
  • Five fully implemented example mashups with full code

This book is a practical tutorial with five detailed and carefully explained case studies to build new and effective mashup applications.

If you feel confident with your PHP programming, familiar with the basics of HTML and CSS, unafraid of XML, and interested in mashing things up, this is the book for you!

download

Password default : ebookhouse.org

eBooker, August 20, 2009 Comments Off

Beginning PHP 6, Apache, MySQL 6 Web Development

Beginning PHP 6, Apache, MySQL 6 Web Development

Product Description
Offering a step-by-step walk through understanding the three key open source technologies that form the basis for most active web servers, this book demonstrates how to quickly create a professional-looking, functional site using Apache Web server, the MySQL database system, and the PHP scripting language. You’ll take an in-depth look at why the combination of PHP, MySQL, and Apache has become so popular: flawless interaction, flexibility, customization, and cost, as well as their ability to run on both Linux and Windows servers.

download

Password default : ebookhouse.org

eBooker, August 18, 2009 Comments Off

Learning PHP and MySQL

Learning PHP and MySQL

Product Description

The PHP scripting language and MySQL open source database are quite effective independently, but together they make a simply unbeatable team. When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it’s attracting many programming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into this ever-expanding category, then this book is for you.

Learning PHP and MySQL starts with the very basics of the PHP language, including strings and arrays, pattern matching and a detailed discussion of the variances in different PHP versions. Next, it explains how to work with MySQL, covering information on SQL data access for language and data fundamentals like tables and statements. Finally, after it’s sure that you’ve mastered these separate concepts, the book shows you how to put them together to generate dynamic content. In the process, you’ll also learn about error handling, security, HTTP authentication, and more.

If you’re a hobbyist who is intimidated by thick, complex computer books, then this guide definitely belongs on your shelf. Learning PHP and MySQL explains everything–from basic concepts to the nuts and bolts of performing specific tasks–in plain English.

Part of O’Reilly’s bestselling Learning series, the book is an easy-to-use resource designed specifically for newcomers. It’s also a launching pad for future learning, providing you with a solid foundation for more advanced development.
About the Author

Michele E. Davis has co-authored and authored over 11 books and has been a career writer since she sold her first poem to CRICKET magazine in second grade. She has an MFA in Writing from Hamline University and is always trying to improve her writing technique. Someday it will be perfect.

download

Password default : ebookhouse.org

eBooker, August 12, 2009 Comments Off

Concepts, Techniques, and Code

Object-Oriented PHP: Concepts, Techniques, and Code

Product Description
Object-Oriented PHP shows developers how to take advantage of the new object-oriented features of PHP. Working within the context of concrete examples, the book begins with code compatible with PHP 4 and 5, and then focuses on object-orientation in PHP 5. The author’s practical approach uses numerous code examples, which will help developers get up to speed with object oriented PHP quickly, and show them how to apply what they learn to everyday situations. All code samples are available for download on the book’s companion site.

download

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, PHP
eBooker, August 12, 2009 Comments Off
Hasin Hayder, J. P. Maia, Lucian Gheorghe, “Smarty PHP Template Programming And Applications”
Packt Publishing | 2006 | ISBN: 190481140X | 256 pages | PDF | 5,7 MB

A step-by-step guide to building PHP web sites and applications using the Smarty templating engine
Bring the benefits of Smarty to your PHP programming
Give your designers the power to modify content and layout without PHP programming
Produce code that is easier to debug, maintain, and modify
Useful for both Smarty developers and users

In Detail
Smarty is a templating engine for PHP. Designers who are used to working with HTML files can work with Smarty templates, which are HTML files with simple tags while programmers work with the underlying PHP code. The Smarty engine brings the code and templates together. The result of all this is that designers can concentrate on designing, programmers can concentrate on programming, and they don’t need to get in each others way so much. Even if you are developing a site on your own, Smarty is a powerful way to make your code clearer to you and others, as well as easier to debug and modify later.

What you will learn from this book?
This book is a comprehensive guide to all aspects of using Smarty. It will help you to:
Install and configure Smarty on your Web server
Understand how Smarty affects your web site architecture, and build site foundations that make the most of what Smarty offers
Designers will learn to work with templates that contain variables and logic, to modify layouts or content of Smarty web sites
See how Smarty caching can improve the performance of your sites
Develop custom Smarty functions and plug-ins to incorporate into your templates

Download Here

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, PHP
Feedback Form