Create web page layouts that adapt to each user’s screen resolution. On its own, the jQuery Mobile framework is a great solution for quickly creating an accessible, HTML5 markup-driven mobile website. When paired with CSS3, things really get interesting, as it becomes possible to create web page layouts that respond to a user’s device based […]
Read moreDesign Patterns
Object-Oriented PHP: Using the Singleton Design Pattern
The true power of PHP is the speed in which you can rapidly build object-oriented Web applications. While some traditional developers equate scripting languages with instability, this article will explain the power behind PHP as a scripting language and the possibilities for creating large-scale Web applications by utilizing common design patterns. The design pattern covered […]
Read moreHow To Use Ajax Patterns
Kris Hadlock explains how to use design patterns for AJAX development to keep your applications scalable, reusable, and efficient. Design patterns make development more efficient by speeding up common programming processes and eliminating the need to write redundant code across multiple projects. AJAX design patterns are emerging with the increased popularity of its use in […]
Read more