CSS hover for all elements in IE
13 February 2009 - by Remiz
Most of the new generation browsers support CSS pseudo class :hover to any elements. That is a nice feature because you can give mouseover effect for any element using CSS.
Example :
tr:hover td { background:#f2f2f2; }
But IE supports CSS hover for anchor tags only. So this wont work in IE. Now you can [...]
Microformats – Class names and future SEO
23 January 2009 - by Remiz
Update: Google announced rich snippets in SERPs which will use Microformats and RDFa markup data. Microformats will set a new SEO trend for local search as geo targeting will be more and more important.
Last week, we had a special session at Flip media on Semantic naming convention by Praveen Vijayan and Jaison James. [...]




