
Color

For many years I used a code editor that is now discontinued by its developers, and the introduction of HTML5 and CSS3 led me to look for an editor that supports the new tags and properties. In this... Read More
Maybe customizing Twitter Bootstrap’s designlike this wasn’t such a good idea! Back in November I discussed various options for integrating Twitter Bootstrap into a Rails 3.1 app, including... Read More

Session are a tool which helps the web programmer overcome the stateless nature of the internet. You can use them to build shopping carts, monitor visits to a website, and even track how a user... Read More

PHP’s default session handling behavior provides all you need in most cases, but there may be times when you want to expand the functionality and store session data differently.Read More

Building things can be tough when you can’t anticipate what type of objects you’ll need to create or how to create them. Take for example a factory which manufactures a large number of products.... Read More

Building things can be tough when you can’t anticipate what type of objects you’ll need to create or how to create them. Take for example a factory which manufactures a large number of products.... Read More

Created and maintained by Jean-Damien Pogolotti, a systems engineer based in Toulouse, France, pChart is a library that creates anti-aliased charts and graphs using PHP. It’s object-oriented code... Read More

Git is a (distributed) version control system. What is that? A version control system is software that allows a programmer to track and manage the history of a project, where such a project could be... Read More
You have your big players in the cloud like Amazon and Rackspace. Then, there’s Liquid Web with Storm On Demand . They are relatively new to the cloud computing scene but, they aren’t a new... Read More
In the world of design, it’s all about being innovative and creative. To convey your innovative and creative ideas to a client, translate them into something they can see, you may need to create a... Read More

Most people know that testing your websites is a good idea, but after some time testing can become tedious. What if a lot of this testing process could be automated so you don’t have to go trough... Read More
Looking for some inspiring website headers? Look no further! From “green” designs to techie grunge, this collection runs the gamut of over-the-top, over-sized website headers. Some of these... Read More

You’re probably already familiar with PHP’s if statement. It’s very similar to its counterparts in many other programming languages and represents one of the most fundamental concepts in... Read More

A variable is used in PHP scripts to represent a value. As the name variable suggests, the value of a variable can change (or vary) throughout the program. Variables are one of the features that... Read More




