Web Design

Catch up with the latest Web Design news and updates on the Packt Hub. We provide news around the latest developments on tools like Bootstrap, jQuery and CSS.

Testing a HELP System in a Java Application

0
Introduction {literal}As more and more features get added to your software, the Help system for the software becomes extensive. It could probably contains hundreds of...

Access Control in PHP5 CMS – Part 2

0
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

0
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

0
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...

Working with Drupal Audio in Flash (part 1)

0
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

0
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

0
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...

Working with Drupal Audio in Flash (part 2)

0
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

0
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...

How to Bridge the Client-Server Gap using AJAX (Part II)

0
AJAX and events Suppose we wanted to allow each dictionary term name to control the display of the definition that follows; clicking on the term...

Must Read in Web Dev

Learning Essential Linux Commands for Navigating the Shell Effectively 

0
Once we learn how to deploy an Ubuntu server, how to manage users, and how to manage software packages, we should take a moment...

Interviews