Resources Home CSS3 and HTML5 Articles
User rating:
Text-overflow CSS3 property explained
Using CSS3's text-overflow property, one can easily add an ellipsis to truncated text to indicate there is more text to follow.
User rating:
Creating a Speech Bubble With CSS3
Using the CSS3 pseudo-element :after plus the fact that borders in CSS are met at an angle, this article shows you how to create pure HTML speech bubbles.
User rating:
HTML5 Forms Validation in Firefox 4
Firefox 4 will support enhanced HTML5 based form validation such as email validation, whether password fields match etc, all without having to use any JavaScript.
User rating:
Using CSS Text-Shadow to Create Cool Text Effects
By getting creative with CSS3's text-shadow property and playing around with the colours, offset and blurring, we can create some clever and pretty cool text effects!
User rating:
CSS3 Gradient Menu Buttons
A look at using CSS3's border-radius, box-shadow, and linear gradients properties to create glossy looking menu buttons that use NO images.
User rating:
HTML5 Empowers The Web Designing Experience
A overview of some of the changes and new features in HTML5 and how they can empower the web design experience.
User rating:
Fun with HTML5 Forms
A nice break down of the new HTML5 features and progressive improvements for forms.
User rating:
25 Excellent CSS3 Animations
25 cool CSS3 based animations normally delegated to JavaScript.
User rating:
Using DOM sessionStorage and localStorage to persist large amounts of info
HTML5 introduces DOM Storage, a new way of storing data on the client side that overcomes the disk space limitations of JavaScript cookies.