Just a quick tip. If you are running Mozilla Firefox and you want to view your cache just type about:cache in the URL bar and hit enter. You can then search though your cache and retrieve images and files easily.
Category: Web Design & Development
Don’t float in your tables.
Well I learned today that you shouldn’t float in your tables. I had a site that looked great and designed with CSS. However, Internet Explorer didn’t read the CSS correctly so I had to go with tables too. Unfortunately I forgot to take out a few floats and, very randomly, the site wouldn’t look correctly […]
Yea! A Background.
Hello Homepage
Firefox G5 Optimized
Lately I’ve been running a version of Firefox optimized for the G5. [updated link] Now I’m not sure exactly how this works. Someone re-builds Firefox from the source given out by Mozilla. (it is open source so it’s free) Then then change some code to take advantage of the G5 processor. While in there, they […]
Wanted: Site Map Software
SEO Online Marketing Blog Re-Designed
IE Actually Helped?
Using CSS to Control Multiple Hover Text Colors
I found a great new CSS trick today to control the hover text color for different links on a page. Basically you add five class’ to your CSS file. /* black links with blue rollover */ .link-black {color: #000000;} .link-black a:link {color: #000000;} .link-black a:visited {color: #000000;} .link-black a:hover {color: #0098cb;} .link-black a:active {color: #0098cb;} […]

