HTML5: ApplicationCache API
Reader Level:
With the ubiquity of web-based applications, it is more important now than ever that web applications be accessible when the user is offline. While browsers have been able to cache components of a website, HTML5 addresses some of the difficulties of being offline with the ApplicationCache API.
Clearing Floats Without Touching Your HTML
Reader Level:
Yes, it is possible to clear floats without adding <br class="clearfloat" /> into your HTML. In this tutorial, we cover the old fashioned clearfloat element, and three not-so-new but not-oft used unobtrusive CSS methods of clearing floats.
An XHTML, CSS and Accessible Form Template
Reader Level:
In this tutorial we will look at how we can create a generic form template that can be used as a starting point in your web designs.
We'll pre-set selectors so that you can choose to display your from elements inline or at block level.
Practical/Cool Uses of Attribute Selectors
Reader Level:
In a
recent article we introduced you to the concept of attribute selectors, in this article we will take that underpinning knowledge and explore two ways in which they can be used to enhance the way in which certain elements within typical (X)HTML documents are presented to a site's visitors.
In the course of studying these two examples you should be able to come up with some neat ideas for styling other page elements based on their attributes.