Working with Drupal Audio in Flash (part 2)
Although there are a handful of controls that we can add to this custom audio player, this section will demonstrate the concept by adding...
Navigating the Online Drupal Community
Recipe 87: Creating an issue Page Bookmark
IngredientsWeb Browser
The issue queue is the central place of progress for Drupal modules. It serves as a place...
Working with Drupal Audio in Flash (part 1)
Within the past five years, there has been a major change in the type of content found on the World Wide Web. In just...
Date and Calendar Module in Drupal 5: Part 1
Recipe 33: Understanding Date formats
Drupal dates are typically stored in one of two ways. Core Drupal dates—including Node: Created Time, and Node: Updated Time—are...
Building a Web Service-driven Application with Flash in Drupal
So, let's take a step-by-step approach on how to accomplish this on the Flash side, which as far as I am concerned, is the...
Access Control in PHP5 CMS – Part 2
Framework Solution
The implementation of access control falls into three classes. One is the class that is asked questions about who can do what. Closely...
Access Control in PHP5 CMS – Part 1
The Problem
We need to design and implement a role-based access control (RBAC) system, demonstrate its use, and ensure that the system can provide:
a simple...
Testing a Save As Dialog in Java using Swing
In this article, we will use an example from our demonstration application, Ikon Do It. The code from this article is in the packages jet.ikonmaker and...
SOAP and PHP 5
SOAP
SOAP, formerly known as Simple Object Access Protocol (until the acronym was dropped in version 1.2), came around shortly after XML-RPC was released. It...
Module Development in Joomla
Introduction
Modules in Joomla can be used to fetch and display data almost anywhere on a page in a website.In this article, we will cover...