PHP and script.aculo.us Web 2.0 Application InterfacesGet started quickly with script.aculo.us library with as little as one line of code.
Explore Prototype library features, tutorials, code, and examples.
Learn script.aculo.us In-place Editing, Auto Completion, Sliders, Drag-and-Drop, Effects, and Multimedia.
A book with less jargon, and more code explanation for building real-world examples - Tadalist clone, Digg and Delicious clones, 43things.com clone. ...
CMS Design Using PHP and jQueryCreate a completely functional and a professional looking CMS. Add a modular architecture to your CMS and create template-driven web designs. Use jQuery plugins to enhance the "feel" of your CMS. A step-by-step explanatory tutorial to get your hands dirty in building your own CMS. ...
Apache Solr 3 Enterprise Search ServerComprehensive information on Apache Solr 3 with examples and tips so you can focus on the important parts. Integration examples with databases, web-crawlers, XSLT, Java & embedded-Solr, PHP & Drupal, JavaScript, Ruby frameworks. Advice on data modeling, deployment considerations to include security, logging, and monitoring, and advice on scaling Solr and measuring performance. An update of the best-selling title on Solr 1.4. ...
SilverStripe 2.4: Module Extension, Themes, and WidgetsHTML, CSS, JavaScript, PHP, databases, frameworks, CMS, and many other fast-evolving technologies make up modern web-development. How can you effectively create stunning results without being limited by the ease of your tools? That's where SilverStripe CMS comes into play.
SilverStripe, with its simple and intuitive design, is easy to work with and offers numerous customization opportunities. But understanding the options available and getting hands-on with the development techniques is not a piece of cake and certainly not a delightful experience if you're relying on tutorials and documentation available online. ...
Magento 1.4 Development CookbookMagento is the fastest growing PHP-based e-commerce solution based on the Zend Framework. It is a robust CMS that provides developers the ability to enrich their store with extra functionalities using custom modules. Developing a Magento store to get the desired look and feel is not as easy as you might believe and may take hours due to the wealth of features available for you to use.
Magento 1.4 Development Cookbook provides unparalleled guidelines to develop a much faster and more captivating Magento store by writing powerful custom modules. The book covers everything from common development tasks to integrating social networking plugins into Magento. ...
WordPress Theme Development, 3rd EditionIf you've been using WordPress to build websites for yourself or clients, you've probably reached a point where you need to build your own theme. Being able to build your own themes means you can build beautiful, bespoke websites using WordPress and means you're not limited to the themes you can download.
WordPress Theme Development Beginner's Guide will take you through the process of building your first WordPress theme. It will show you how to write the HTML and CSS your theme will be based on, then convert that code to PHP for use in WordPress. Once you've done that you'll learn how to add more features to your theme and make it responsive, accessible and SEO-friendly. ...
Object-Oriented Programming with PHP5Some basic objected-oriented features were added to PHP3; with PHP5 full support for object-oriented programming was added to PHP. Object-oriented programming was basically introduced to ease the development process as well as reduce the time of development by reducing the amount of code needed. OOP can greatly improve the performance of a properly planned and designed program.
This book covers all the general concepts of OOP then shows you how to make use of OOP in PHP5, with the aid of an ample number of examples. ...
Implementing SugarCRMSugarCRM is a popular customer relationship management system. It is available in both free open source and commercial versions, making it an ideal way for small-medium business to try out a CRM system without committing large sums of money. Although SugarCRM is carefully designed for ease of use, attaining measurable business gains requires careful planning and research. This book distils hard won SugarCRM experienced into an easy to follow guide to implementing the full power of SugarCRM. SugarCRM is an extensive PHP/MySQL based application but with its rich administration interfaces no programming is required to get the most of it. ...
MySQL, 4th EditionMySQL is an open source relational database management system that has experienced a phenomenal growth in popularity and use. Known for its speed and ease of use, MySQL has proven itself to be particularly well-suited for developing database-backed websites and applications.
In MySQL, Paul DuBois provides a comprehensive guide to using and administering MySQL effectively and productively. He describes everything from the basics of getting information into a database and formulating queries, to using MySQL with PHP or Perl to generate dynamic web pages, to writing your own programs that access MySQL databases, to administering MySQL servers. ...
Yii Project BlueprintsThe Yii framework is a high-performance, fast, open source, and a rapid development PHP framework that can be used to develop modern web applications. It provides the toolkit for developing both personal projects and enterprise applications. Yii's component-based architecture lets developers build modules so that they aren't customizing the underlying code base and so that anything they build is easy to use in different projects.
This book is a step-by-step guide to developing reusable real-world applications using the Yii framework. The book will guide you through several projects from the project conception through to planning your project and implementation. ...