HTML5 introduces a range of new form elements and functions, including the range input type. With the range input element, you can create sliding controls for your site users. There are a number of options to choose from in terms of configuring your range inputs, such as defining the range values and steps. With a little JavaScript, you can capture and respond to user interaction with the range slider control.
Category: Web Design
Carrying Out Tasks in the Background with HTML5 Web Workers
HTML5 offers a range of improved options for executing JavaScript functions. With Web Workers, you can execute scripts in the background, so that intensive processing need not interfere with the main functionality of your page. Of course this is most useful for complex tasks, but in this tutorial we will demonstrate the basics of using Web Workers with your pages using a simple example.
20 Free Website Design Templates
To make web designer’s life easier, we listed 20 Free Website Design Templates which you can download and use for any project. We hope that this collection proves to be the best.
20 New Collection of Cool Photoshop Tutorials
With these cool Photoshop tutorials listed below, you can learn to add some impressive effects with useful techniques and tools.
LESS CSS, Pros and Cons
LESS is a library written in JavaScript that allows developers to reuse code in CSS by the use of variables. I do not usually use LESS, because I prefer more OO CSS than depending on a library to do it.