Sep 14, 2011 |
8,662 views |

Book Description
EVEN THE MOST SKILLED WEB DESIGNERS can find the complexities of creating a full-functioned Web site to be a daunting task. Here to help designers create sites that not only work, but work well and are easy to update and maintain is an easy-to-read guide to Web programming basics from best-selling author Charles Wyke-Smith. Just as architects need to understand building materials and their properties, Web designers need to understand the code that serves as the foundation of their sites. Wyke-Smith ensures they do by teaching designers that all dynamic Web sites consist of essentially three components: a browser interface, Web server middleware, and a database. The guide covers everything from Web coding concepts and principles to building sites, designing visual interfaces, developing databases, developing middleware, ensuring a good user experience (through good code!), testing and debugging, and more.
- Create dynamic Web sites that provide real-time responses to user inputs
- Understand the basic structures of all coding languages, such as variables, functions, conditionals, loops, and objects
- Use the power of PHP to program the business rules of your site
- Learn techniques for validating forms to reject erroneous or malicious data
- Import and export data from other applications via at les
- Build and query database tables using SQL to manage the data generated by your site’s activity
- Develop a simple content management system Download Now »
Sep 10, 2011 |
5,907 views |

Book Description
Magento is the fastest growing PHP-based ecommerce solution. It is a professional, polished application that can be extended or customized with PHP code. Magento theming is a very interesting topic but it can be difficult to get the hang of.
Magento 1.4 Theming Cookbook is like a toolbox for building Magento themes. Thanks to its cookbook approach, the recipes found in this book can be applied in almost any Magento theme.
This book will help you to create a Magento theme using recipes in a step-by-step approach. Although you can dive into any individual recipe, the cookbook is organized in a way that will help beginners learn Magento theming by doing. More advanced users can refer to just the recipes that will be useful to them. You will learn how to add sliders, Cufon font replacements, social media, lightbox, and much more!
What you will learn from this book :
- Explore Magento theming, layouts, templates, inheritance, and all you need to work with Magento theming.
- Search, download, install, and modify existing themes, so you can start working with your Magento installation at once.
- Create your own theme from the ground up; add breadcrumbs, toplinks, a mini cart, a main menu, and all the items necessary to make a Magento theme.
- Use Cufon in your theme, create sliders, modify the lightbox, and add social media sharing icons. Download Now »
Sep 08, 2011 |
5,484 views |

Book Description
Modern web development relies heavily on the ability to rapidly create applications that are reliable, maintainable, and scalable. The PHP-based Kohana framework has proven to be one of the best platforms for delivering professional quality applications using a stable framework that allows you to build great web properties while leveraging a rapid development architecture that is both powerful and intuitive.
Kohana 3 Beginner’s Guide is the first and only book in the market for learning about this popular and powerful open-source PHP framework. Written with the beginner in mind, this book walks you through installation and configuration, then uses a case study site to deliver real world solutions to common web development needs.
Beginning with the installation and configuration of the framework, you are guided through the steps necessary to get up and running, and are quickly introduced to the basics of Kohana.
Using a case study site as an example, the book illustrates core components of Kohana while showing elegant solutions to real world tasks developers face every day. From working with forms to databases, interacting with users to deploying applications in the wild, everything is covered in simple, easy to understand examples.
By the end of this book you will have mastered the core tasks needed to build great web applications using
A step-by-step guide to creating professional web applications using the Kohana framework. Download Now »
Sep 07, 2011 |
6,401 views |

Book Description
When Alex told me he was about to write a Yii cookbook about a year ago, I was wondering how original it would be, considering the fact that there was already an online user-contributed cookbook (aka. Yii wiki). It turned out Alex produced a book that is not only full of wisdom about how to use Yii effectively, but also presented in such a systematic way that it can be taken as an essential companion book to the definitive guide to Yii. In fact, Alex has successfully intrigued the interest of every member in the Yii developer team when he asked for review and comments on his newly finished book chapters.
As the founder and the lead developer of the Yii framework, I feel this book is a must-read for every Yii programmer. While this book does not describe directly the rules set by Yii, it shows how to program with Yii from a practical perspective. People who are driven by tight project schedules will find this book very handy as it gives ready-to-use solutions to many problems they may face in their projects; people who are already familiar with Yii will also find this book very informative as most problem solutions given in the book can be considered as officially recommended because they have undergone thorough review of every Yii developer team member. Alex, through this book and his active participation in the Yii project, proved himself to be a great programmer as well as a good writer.
Qiang Xue – Lead developer of the Yii framework
Yii framework is a rapidly growing PHP5 MVC framework often referred to as Rails for PHP. It has become a solid base for many exciting web applications such as Stay.com and Russia Today’s meetfriends.rt.com and can be a good base for your developments. Download Now »
Sep 01, 2011 |
10,779 views |

Book Description
Programming PHP, 2nd Edition, is the authoritative guide to PHP 5 and is filled with the unique knowledge of the creator of PHP (Rasmus Lerdorf) and other PHP experts. When it comes to creating websites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on more than 19 million websites, surpassing Microsoft’s ASP .NET technology in popularity. Programmers love its flexibility and speed; designers love its accessibility and convenience.
As the industry standard book on PHP, all of the essentials are covered in a clear and concise manner. Language syntax and programming techniques are coupled with numerous examples that illustrate both correct usage and common idioms. With style tips and practical programming advice, this book will help you become not just a PHP programmer, but a good PHP programmer. Programming PHP, Second Edition covers everything you need to know to create effective web applications with PHP. Contents include:
- Detailed information on the basics of the PHP language, including data types, variables, operators, and flow control statements
- Chapters outlining the basics of functions, strings, arrays, and objects
- Coverage of common PHP web application techniques, such as form processing and validation, session tracking, and cookies
- Material on interacting with relational databases, such as MySQL and Oracle, using the database-independent PEAR DB library and the new PDO Library Download Now »
Aug 31, 2011 |
13,131 views |

Book Description
If you are a web programmer, you need to know modern PHP. This book presents with many new areas in which PHP plays a large role. If you want to write a mobile application using geo-location data, Pro PHP Programming will show you how. Additionally, if you need to make sure that you can write a multilingual indexing application using Sphinx, this book will help you avoid the pitfalls.
Of course, Pro PHP Programming gives a thorough survey of PHP post-5.3. You’ll begin by working through an informative survey and clear guide to object-oriented PHP. Then, you’ll be set for the core of the book on modern PHP applications. Now, you’ll be able to start with the chapter on PHP for mobile programming and move on to sampling social media applications. You’ll also be guided through new PHP programming language features like closures and namespaces.
Pro PHP Programming deals with filtering data from users and databases next, so you’ll be well prepared for relational and NoSQL databases. Of course, you can also learn about data retrieval from other sources, like OCR libraries or websites. Then the question of how to format and present data arises, and in Pro PHP Programming, you’ll find solutions via JSON, AJAX and XML.
What you’ll learn
- PHP 5.3 object-oriented programming and new PHP features
- Writing programs talking to SQL-based and NoSQL-based databases alike
- Using modern PHP programmer’s tools Download Now »