php

Defining a Constant with PHP

June 16, 2010

Defining a constant in PHP can come in handy when working with a value that will be used throughout your script. What is a constant exactly? According to PHP.net, “A…

win-ipad

Buy a Theme, Win an iPad!

June 1, 2010

June is here, and to some of us, that means quite a few things. Summer is on the horizon (for those of us in the Northern Hemisphere). We’re slowly getting…

boxshadow2

Creating Shadows with CSS3

March 1, 2010

CSS3 has introduced some cool effects that give you control over elements of design that were once only possible using images. One of the new effects I have been having…

WordPress

Remove the WordPress Generator

August 10, 2009

WordPress automatically places a line of text between your <head> tags which states the version you currently have installed. I have read that it is there for statistical reasons which…