CSS curved corner on Google Code

6 March 2009 - by Remiz

It was on last year September, I wrote about making curved corner using CSS. That single post made my blog popular among web developer community and the sites linked to that post includes YUI blog and Drupal. hundreds of people bookmarked it on delicious and other bookmarking sites. A lot of [...]

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. [...]

Curved corner (border-radius) cross browser

24 September 2008 - by Remiz

Three line css trick to make cross browser curved corner divs