PHP Web 2.0 Mashup Projects: Your Own Video Jukebox: Part 2
Read PHP Web 2.0 Mashup Projects: Your Own Video Jukebox: Part 1 here.
Read PHP Web 2.0 Mashup Projects: Your Own Video Jukebox: Part 2 in fullInstalling Mahara
This article by Richard Hand covers the installation of Mahara, along with the requirements for installation.
Read Installing Mahara in fullDrupal 6 Performance Optimization Using Views and Panels Caching
In this article by Trevor James and TJ Holowaychuk, authors of Drupal 6 Performance Tips, we'll look at caching mechanisms in two of the larger scale contributed modules, Views and Panels, which you may find yourself using frequently. Panels and Views both allow you to cache the data and content that you insert into these modules. We'll look at how these caching mechanisms work and how you can maintain your cache in both modules. To summarize, here's what we'll be doing:
- How to run Views 2.x for best performance, including how to clear your Views cache
- Panels module caching mechanisms and how to maintain your Panels cache
Drupal 6 Performance Optimization Using Throttle and Devel Module
In this article by Trevor James and TJ Holowaychuk, authors of Drupal 6 Performance Tips, we're going to learn how to throttle modules and blocks on our site in order to increase performance and reduce server load during high traffic periods. We will use the Throttle module to do this. We'll also discuss the Devel module and how it can be used to generate dummy content, users, and taxonomy categories for our development site. Using Devel to generate test or dummy content provides an easy method of building a test or demo site quickly. To summarize, here's what we'll be doing:
- Throttling modules and blocks
- Using the Development module to generate taxonomy, users, and content
Building a Simple Address Book Application with jQuery and PHP
In this article by Mambe Nanje Churchill, we will explore the world of jQuery and PHP in achieving an AJAX style simple address book application using the JSON protocol. The basic application will help the user save, view and delete his or her contacts(name and phone). Its a basic application to demonstrate some key jQuery features like DOM transversing, jQquery event binding and AJAX calls with the $.ajax function.
Read Building a Simple Address Book Application with jQuery and PHP in fullAJAX Form Validation: Part 2
Read Part One of AJAX Form Validation here.
Read AJAX Form Validation: Part 2 in fullAJAX Form Validation: Part 1
In this two-part article by Audra Hendrix, Bogdan Brinzarea and Cristian Darie, authors of AJAX and PHP: Building Modern Web Applications 2nd Edition, we will create a form validation application that implements traditional techniques with added AJAX flavor, thereby making the form more user-friendly, responsive, and pleasing. In the AJAX world, entered data is validated on the fly, so the users are never confronted with waiting for full-page reloads or the rude "blank form" as a reply.
Read AJAX Form Validation: Part 1 in fullImplementing AJAX Grid using jQuery data grid plugin jqGrid
In this article by Audra Hendrix, Bogdan Brinzarea and Cristian Darie, authors of AJAX and PHP: Building Modern Web Applications 2nd Edition, we will discuss the usage of an AJAX-enabled data grid plugin, jqGrid.
Read Implementing AJAX Grid using jQuery data grid plugin jqGrid in fullRendering Images in TYPO3 4.3: Part 1
In this article by Dan Osipov, author of TYPO3 4.3 Multimedia Cookbook, we will cover:
- Rendering images using content elements
- Embedding images in RTE
- Rendering images using TypoScript
- Rendering links to files using the
tags - Creating a gallery using ce_gallery
- Rendering metadata from a DAM object
Rendering Images in TYPO3 4.3: Part 2
Read Part One of Rendering Images in TYPO3 4.3 here.
Read Rendering Images in TYPO3 4.3: Part 2 in full

