View Single Post
Old 03-30-2008, 06:49 AM  
Ace of Babes
Registered User
 
Ace of Babes's Avatar
 
Join Date: Feb 2008
Posts: 31
Quote:
Originally Posted by Tempest View Post
Interesting idea. I already do the "whitespace" minimization on my CSS and javascript files and I tend to only ever use 1 of each instead of multiples...

The image thing is sort of cool... they've cut down from 7 connection and download requests to just the 1.. plus there's probably a bit of a size reduction as instead of having 7 image file headers there will be just 1. But before implementing it should be well thought out as you'll lose out on any SEO benifits from the alt tags of the images.
That's not true, you could use the text inside the div and position it out of sight using text-indent:-9999px; so that you will be able to describe the content of the image.

CSS designers almost all work that way, so I am sure it will be alowed by Google. Google also reads the <noscript> parts of your website.
Ace of Babes is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote