Category Archives: HTML

25 HTML5 Features, Tips, and Techniques you Must Know | NETTUTS

This industry moves fast — really fast! If you’re not careful, you’ll be left in its dust. So, if you’re feeling a bit overwhelmed with the coming changes/updates in HTML5, use this as a primer of the things you must … Continue reading

Posted in HTML, HTML5 | Tagged , , , | Leave a comment

CSS Three — Connecting The Dots

As a web community, we’ve made a lot of exciting progress in regards to CSS3. We’ve put properties like text-shadow & border-radius to good use while stepping into background-clip and visual effects like transitions and animations. We’ve also spent a … Continue reading

Posted in CSS3, HTML | Tagged , , | Leave a comment

A JavaScript Content Switcher That Works Without JavaScript | impressivewebs

Recently, while doing research/work on a completely unrelated topic, I came across the beautiful illustrations on Rype Arts, which are displayed inside of a JavaScript-driven content switcher. For some reason, I happened to visit the page with JavaScript disabled and … Continue reading

Posted in CSS, HTML, JavaScript | Tagged , , | Leave a comment

CSS bar charts—styling data with CSS3 and progressive enhancement

Bar charts in CSS are neither very new, or very difficult. Using some pretty basic styling you can force lists etc into resembling graphs and charts fairly easily. Such charts, in their most basic form, work perfectly well in displaying … Continue reading

Posted in CSS, CSS3, HTML | Tagged | Leave a comment

Button Height and a Broken Box Model

When I figured out the workaround for line-heights in form buttons last week, I also discovered an interesting discrepancy (feature?) across all major browsers in terms of buttons and the box model. Check out this article for a more in-depth … Continue reading

Posted in CSS, HTML | Tagged , | Leave a comment

Adaptable view – how do they do it?

Adaptable view is a user interface design pattern which you can use to allow users to manually change visual appearance of content in order to fit their needs. This is usually done by switching styles (in web sites and applications). This … Continue reading

Posted in CSS, HTML, jQuery | Tagged , , | Leave a comment

Ordered lists and the “START” attribute | maxdesign

The Scenario You have an HTML document that includes ordered lists interspersed with other content. The ordered list items must be numbered continuously throughout the document (not restarting at number 1 each time an ordered list is used). The simplest … Continue reading

Posted in HTML | Tagged , | Leave a comment

15+22 jQuery Image Slideshow/Slider Tutorials and Plugins for Your Next Projects

Nowadays, using jQuery effects is getting increasingly popular within web templates and if you check some of new designed themes on themeforest , you probably can’t find a popular theme without any kind of jQuery effects. One of those effects … Continue reading

Posted in HTML, jQuery | Tagged , , | Leave a comment