HTML Remix - Dont copy code, remix it!

January 9, 2010

Google Nexus One in India

Posted by : Remiz
Filed under : Google

Google Nexus One is expected launch in India by Airtel and cost estimate is arounf 25,000.00 INR


June 12, 2009

iPhone 3GS – Does it worth an upgrade from your iPhone?

Posted by : Remiz
Filed under : iPhone

Apple revealed their fastest and most powerful iPhone yet last week at WWDC. iPhone 3GS release didn’t made a big buzz up to expectation compared to iPhone OS3 announcement. But still, twitter and some techblogs tried their best to make people aware of it. But as an existing user of iPhone 2G or 3G, does [...]


February 13, 2009

CSS hover for all elements in IE

Posted by : Remiz
Filed under : CSS

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


September 24, 2008

Curved corner (border-radius) cross browser

Posted by : Remiz
Filed under : CSS

Three line css trick to make cross browser curved corner divs