Eliminate Images by Using CSS Gradients
The use of gradients is something that I tend to use quite often in designing websites or interfaces for various applications. Web 2.0 has taught us that solid colors tend …
The use of gradients is something that I tend to use quite often in designing websites or interfaces for various applications. Web 2.0 has taught us that solid colors tend …
The DFP administration panel can look very confusing at first glance. Here’s a great video walkthrough that is short of an hour long that explains how to use DoubleClick for …
This video provides an in-depth explanation of Google Authorship and the ways of implementing it. I used this video as a base to implementing Google Authorship here on CodePuppet.
Here is a direct comparison between the account limits of Google Adwords and Microsoft adCenter. For the type of advertising that I’ve done so far, I find that the limits …
I recently changed my repositories from an SVN system, where my repositories were housed on a server which was regularily being used as a workstation by my brother, to GitHub. …
I needed to implement some tooltip functionality, so I resorted to looking for a jQuery snippet that I could use. I came across this nifty plugin called jQuery Bubble Popup. …
Today I was re-factoring code on one of my online games websites. I try to make my sites as modular as possible, using a lot of constants that are extracted into …
Installing WordPress is relatively easy. I personally followed the 5 Minute Installation on WordPress, but I found a few things that weren’t listed as clearly as they could have been. …
A computer system organizes all of its files in what is called a directory structure. The directory structure itself resides on what is called a partition – a low-level structure …
I needed to create a quick theme in WordPress starting from scratch. Of course, by “scratch” I mean I wanted all of the required template files and CSS that could …