It's not about me, it's my blog!

Author Archive

When I was reading ‘abc’ in CSS the only way I aware to make rounded corners is the use of corner images. Later on with the experience move to use of multiple div tags to create rounded corners. However, CSS3 makes web developers lives easy, border-radius property allows to create rounded corners in their designs without the user corner images or multiple div tags.

In this post I will walk through creating rounded corners working on Firefox, Safari and Chrome. None of the IEs support border-radius, not even IE8 at the time writing this post but IE9. So I will discuss about creating rounded corners in IE in a different post at later.

Read the rest of this entry »

HTML5 is the next generation of HTML, and will be the new standard for HTML. HTML 4.01 came in 1999 and the web has changed a lot since then. HTML5 is still a work in progress. However, the major browsers support many of the new HTML5 elements and APIs. So how can you find out whether your browser compliant with new HTML5 standard (elements and APIs).

Easy, hit on the HTML5 test. The HTML5 test score is an indication of how well your browser supports the upcoming HTML5 standards.