Functional CSS Tabs Revisited
The idea of “CSS Tabs” has been around for a long time. If you Google it, a lot of what you get isstyled CSS tabs, but less stuff on the building of an actually functional tabbed area. At least,...
View ArticleCreating an Awesome Search Box
These changes will look as follows in our style rule: input[type=text] { width: 260px; padding: 5px; padding-right: 40px; outline: none; border: 2px solid #999999; border-radius: 5px; background-color:...
View ArticleMaster CSS gradients
The word gradient has many different meanings, but in CSS, a gradient is strictly defined as a gradual transition between a range of (at least two) colours. CSS gradients are a fairly recent...
View ArticleUseful jQuery Functions for Your Projects
Every aspiring Web developer should know about the power of JavaScript and how it can be used to enhance the ways in which people see and interact with Web pages. Fortunately, to help us be more...
View ArticleOffline Apps with Application Cache with HTML5
QUICK START AN OFFLINE APP As with most HTML5 technologies, the basic usage is quite simple: Create a trivial trio of HTML, CSS, and JS files, maybe with an image or two. (Or reuse an existing toy...
View Article