Archive for the 'design' Category
Thursday, January 31st, 2008
Classic Clean Housekeeping Servce, is changing your ideas of cleaning services. At Classic Clean, we target real-life families or individuals that just need an extra hand. We offer ALL services that are needed in the home, including laundry and dishes. We do not limit the services available. There is no home [...]
Leave Comment » | Posted in design, development
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
Monday, December 31st, 2007
Most novice CSS users have never even heard of the “clear” property. I know in the past, I hadn’t, and racked my brain for hours trying to get my layout to display correctly with a floating sidebar. Here’s how it works:
When rendering divs, the browsers normal flow is to place one, then afterwards in the [...]
Leave Comment » | Posted in css, design
Friday, December 28th, 2007
Whathuh Studios has developed (read: thrown together) a new website. It is a background site, geared mainly towards MySpace users, but with photos that are quality enough for your desktop background as well. There are currently well over 1000 backgrounds, and by the end of the week there will be about 5000. All of the [...]
Leave Comment » | Posted in design, development, portfolio
Saturday, December 22nd, 2007
.class1{ font-size:16px; color:lightblue; font-weight:bold; }
.class2{ color:blue; text-decoration:underline; }
CSS. Cascading Style Sheets. Why are they named that?
This is a tutorial on how the cascading part of CSS works, and how to work with multiple classes.
The main thing to remember is the basic trump rule. Any newly defined properties overwrite any previously defined properties. Example:
p [...]
Leave Comment » | Posted in css, design
Pages (3): « 1 [2] 3 »