rss Home » Tag Archive For ‘PHP’

Drupal 7 Theming Cookbook

Drupal 7 Theming Cookbook

Book Description

The greatest strength of lies in its design which, when employed correctly, allows developers to literally handcraft every aspect of a site, so that it looks and performs exactly how they want it to. While it is reasonably straightforward to download a and install it, doing anything beyond that is not. Using custom themes requires familiarity and experience with ’s theming system, especially if you want to easily administer and maintain your themes.

7 Theming provides a plethora of recipes that enable template designers to make full use of its extensibility and style their site just the way they want it. It is a well-rounded guide which will allow users to take full advantage of ’s theming system.

This starts with recipes which address the basics of Drupal’s system, including regions and blocks. It then moves on to advanced topics such as creating a custom and using it to modify the layout and style of content. With the introduction of the Field API and the growing importance of Views and Panels in Drupal 7, chapters have been dedicated to each feature. You will also learn many techniques for dealing with Drupal’s templating system, which will allow you create themes which surpass even the existing Drupal and contributed modules.

What you will learn from this book

  • Improve your knowledge of the basics of Drupal theming such as installing and enabling a downloaded theme, changing the logo, and adding a slogan
  • Customize the look of your website by configuring Download Now »

PHP Ajax Cookbook

PHP Ajax Cookbook

Book Description

is the necessary paradigm in 2.0 sites. Most of the 2.0 sites are built with and . Extending is about delivering front-end service for accessing back-end services in in a quick and easy manner. With this book in hand, you will learn how to use the necessary tools for Ajaxification of websites and iPhones.

AJAX will teach you how to use the combination of PHP AJAX as a powerful platform for websites or applications. Using AJAX for Communication with Server leads to faster response with PHP at the back-end services. The combination of AJAX PHP has many features such as speeding up the user experience, giving your client much quicker response time and letting the client browser retrieve data from the server without having to refresh the whole page. You will learn the nuances of optimization and debugging Ajax applications. Further, you will learn how to program Ajax on iPhone devices.

This book will teach you popular selector-based followed by important concepts on debugging, optimization and best practices. There is a collection of recipes focused on creating basic utilities such as validating form using Ajax and creating a five star rating system. As jQuery is quite popular, useful tools and jQuery plugins like Ajax tooltips, tab navigation, autocomplete, shopping cart, and Ajax chat are covered subsequently. By the end of chapter 7 you will learn to visually speed up website responsiveness to building -friendly Ajax websites. Also get to know about all popular Ajax webservices and APIs like Twitter, Facebook and Google Maps which are covered in Ajax Mashups. Finally, step-by-step recipes are presented to build iPhone apps using basic libraries Download Now »

WordPress 3 Cookbook

WordPress 3 Cookbook

Book Description

Using the Content Management System, you can create a beautiful, dynamic, and amazing website. is a flexible and powerful tool that’s ideal for creating both and non- websites. Are you feeling limited with , or are you wondering how popular blogs do a certain kind of thing that you can’t?

WordPress 3 focuses on providing solutions to common WordPress problems so that you can translate your site to one of the best. The author’s experience with WordPress enables him to share insights on using WordPress effectively, in a clear and friendly way, giving practical hands-on solutions to WordPress problems, questions, and common tasks – from themes to widgets and from to security.

With this update to the WordPress 2.7 , you will learn many WordPress 3 secrets and techniques, with step-by-step, useful recipes dedicated to achieving a particular goal or solving a particular problem.

You will learn to install and customize themes, work with plugins, customize content display, enhance interactivity with the user and build communities. Then, the book also teaches you to earn revenue through online sales and advertisements. You will also find recipes for and enhancing usability, and the book finally winds up with information on the inevitable maintenance and security.

This book helps you to get solutions to common WordPress problems, to make your site better, smarter, faster, and more secure. Download Now »

The PHP Playbook

The PHP Playbook

Book Description

Working with a team of developers is a much different environment than solo . Experienced developers understand the tools and tricks that go into team enterprises, and they implement them on a daily basis. The Playbook covers these tools and practices, providing insight into the process of developing applications, teaching developers the skills they need to be successful in a team environment.

This book, written for beginners and old hands alike, is designed to approach the of applications in a new way. It focuses on the tips and tricks of development, not necessarily the particular code snippets that make up a software application. It is designed to be used as a reference guide, rather than as a novel or other technical book. It does not build on itself; each chapter stands alone, though taken together they form a complete understanding of modern development in the economy.

Table of Contents
Chapter 1. Debugging PHP Projects
Chapter 2. Test-Driven Development
Chapter 3. Application Optimization
Chapter 4. Improving Performance
Chapter 5. Caching Techniques
Chapter 6. Harnessing Version Control
Chapter 7. Refactoring Strategies Download Now »

PHP Development in the Cloud

PHP Development in the Cloud

Book Description

Most developers gloss over when they hear “the ” as the term has been appropriated by marketing types and has very little true meaning anymore. In this book, Vito and Ivo strip bare the buzzwords and help developers figure out what the is actually about and how they can take advantage of what computing has to offer. After reading this book, you will not only have a clear picture of what computing is, but you’ll also be able to utilize the various services that are out there.

Topics covered include:

  • Computing primer (characteristics and models)
  • Cloud Basics (prerequisites and programming)
  • Cloud Architecture (horizontal scalability, preventing bottlenecks, abstraction, multi-tenancy)
  • Working with Popular Cloud Infrastructures (Amazon, Rackspace, Azure)
  • Working with Popular Cloud Platforms (Google, Rackspace, and others)
  • Working with Popular Cloud Software and Services (OpenID, OAuth, Search, Payments, CRMs, Maps, Storage)

Table of Contents
Chapter 1. Introduction
Chapter 2. Cloud Computing Primer
Chapter 3. Cloud Basics
Chapter 4. Cloud Architecture Download Now »

PHP and MongoDB Web Development: Beginner’s Guide

PHP and MongoDB Web Development: Beginners Guide

Book Description

With the rise of 2.0, the need for a highly scalable database, capable of storing diverse user-generated content is increasing. , an open-source, non-relational database has stepped up to meet this demand and is being used in some of the most popular websites in the world. is one of the NoSQL databases which is gaining popularity for developing 2.0 applications.

and Web Beginner’s Guide is a fast-paced, hands-on guide to get started with web application using PHP and MongoDB. The book follows a “Code first, explain later” approach, using practical examples in PHP to demonstrate unique features of MongoDB. It does not overwhelm you with information (or starve you of it), but gives you enough to get a solid practical grasp on the concepts.

The book starts by introducing the underlying concepts of MongoDB. Each chapter contains practical examples in PHP that teache specific features of the database.
The book teaches you to build a blogging application, handle user sessions and authentication, and perform aggregation with MapReduce. You will learn unique MongoDB features and solve interesting problems like real-time analytics, location-aware web apps etc. You will be guided to use MongoDB alongside MySQL to build a diverse data back-end.

With its concise coverage of concepts and numerous practical examples, PHP and MongoDB Web Development Beginner’s Guide is the right choice for the PHP developer to get started with learning MongoDB. Download Now »