Entries tagged with 'design'

Your Ad Here

Myspace Backgrounds and Savvy Girls

Whathuh Studios was recently contacted by Savvy.com regarding some of the content on the MySpaceBackground site that I put together. They want to make sure i’m giving them credit for what was originally their content, which of course i am more than happy to do. I actually didn’t realize that the content that I had [...]

AJAX Contact form

I did some searching online for a quick and easy AJAX contact form… There isn’t one. The free ones are two years old and don’t work, and the other ones I saw cost money. So I fixed the problem.
Unzip to your directory, modify the two variables in “config.php” to your liking and voila.
Download (ver 1.01): [...]

Creating a website template you can work with

Everyone wants a site that looks good, loads fast, and is easy to work with. It really isn’t as hard as one might think, as long as you follow some of the basic rules of design that you would with any development project. With this, I’m going to assume you’ll be writing a PHP based [...]

Easy CSS/php default image

In the process of developing an e commerce shopping cart, I had the need to make sure an image was displayed at all times… even if the link is broken for some reason. This easy solution will make sure that your large detail view image is loaded last… thus making your site appear that it [...]

CSS Tips and Tricks

I’ve collected a few of my favorite CSS tricks for use on my own site, yet seem to always be on the look out for other implementations. Seems like you can’t just lay out a page anymore… you have to lay it out, then add some conditional formatting for the large amount of people still [...]