Entries tagged with 'design'
Saturday, March 15th, 2008
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 [...]
Leave Comment » | Posted in design, portfolio
Friday, January 4th, 2008
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): [...]
Leave Comment » | Posted in design, development, php, web 2.0
Saturday, November 3rd, 2007
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 [...]
2 Comments » | Posted in css, development, web 2.0
Monday, September 24th, 2007
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 [...]
Leave Comment » | Posted in css, development, php
Monday, September 24th, 2007
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 [...]
Leave Comment » | Posted in css, development