May 9th, 2009

Howdy everyone, I hope the weekend is treating you well. Recently, I was contacted by the Fuel Brand Network to do an interview for their new site, Fuel Your Coding. Needless to say, I was ecstatic. I thought I would post the link here in case any of you would like to browse through it. A huge thanks to FuelYourCoding for having me!
read more
May 3rd, 2009

About a month ago, Jeffery Way posted an article about creating shapes with pure CSS, no images added. I've been using the CSS3 property of border radius a lot in a design I've been working on and thought, "why can't I use this to make circles?" Today, I'll show you how to make your very own CSS circles. In addition, we will use our new knowledge to create a simple jQuery plugin!
read more
April 30th, 2009

Whilst working on a project recently I came across a need for us to show a selection of images depending on their type and when a link to them is clicked. I decided to use jQuery as it saves a lot of time as most of the work is done for you. I will step through the code so you can see how I did it.
read more
March 9th, 2009

In a recent project I had to implement what's commonly referred to as a Legal Drinking Age (LDA) page. Basically what needs to happen is that the user has to enter their date of birth and thus 'confirm' that they are of a legal drinking age for their respective country. You can view an example of just such a page here.
This brought me to an interesting requirement - the user needs to enter their birth of date (in this case via 3 select boxes), their age then needs to be calculated from the entered date and they are either granted, or denied access based on the result.
read more
February 18th, 2009

I recently had the absolute pleasure of interviewing one of my favorite internet heroes, Chris Coyier of CSS-Tricks.com. Chris is a web designer and developer and you have probably seen his stuff all over the net. The interview was conducted on the famous NETTUTS.com and I encourage you all to check out the interview and let me know what you think!
read more
January 30th, 2009

One of the latest raves in Web design is to add an id attribute to the body tag, like <body id="coolpage">. It's a small thing, but it's a damn good idea!
Why? Let's say you have 15 pages total on your Geocities Star Wars fan site. You want the headlines (<h1>Headline!</h1>) to be 16 px in size with the exception of the home page. On the homepage you want the headlines to be 18px and bold!
Will you make a new separate CSS file just for the homepage that the user has to download in addition to the default CSS? NO! You're too good for that! You & C3PO hang out on the weekends.
read more
January 16th, 2009

Have you ever wanted to integrate a custom google search on your site, and style it to your liking? Today, one of our new Dev-Tips author Brian Cray will take you through adding custom google search results to your site with php.
read more
January 16th, 2009

Hey everyone. Sorry for not having a new tip published yesterday, I was feeling under the weather. Seeing how popular the original font resizing with jQuery article was, I thought it would be nice to spice up our original script with a little animation. This is extremely easy to do with jQuerys built in animation functions.
read more