Using HTML5 file input element, you can upload multiple files at a time. All you have to do is add the “multiple” attribute of the input element. Having added this element to our web page, we often ...
The Input tag <input> in HTML is one of the most important form elements, with useful features, to gather information or input on a webpage. Later, HTML5 introduced some new Input Types and ...
In this article, we are going show you how to design a simple analog clock using HTML5 canvas element and JavaScript. HTML5 canvas provides some easy to use functions and other useful features for ...
I have previously written two articles related to multiple file upload procedures in Asp.Net. In the first article, I have covered file upload server side control in Asp.Net 2.0 and in the second, I ...
The HTML5 Datalist element is a simple alternative to numerous AutoComplete widgets, provided by every JavaScript frameworks today. The idea behind designing this element is to bring the... ...
The HTML5 async attribute will ensure that the script runs asynchronously during the rendering of the web page. In simple terms, this means, it will execute the script from file (.js) asynchronously, ...
Very recently, while browsing the web for solutions, I came across Infragistics, a company that builds custom controls for Asp.Net. They have other products for various platforms such HTML5 and JQuery ...
You can use JavaScript to add an image to an HTML5 Canvas element, dynamically. The canvas element is useful for drawing images, to create graphs, animations etc. Here, in this article I’ll show you ...
A form usually has many controls on it, a textbox, dropdown list, combos, checkboxes etc. Sometimes the functioning and usability of a control depends on some kind of validations. Here, in this post ...
I have a tool that I have designed few years back, which allows users to resize multiple images instantly without losing the quality of the images. Its an online tool that processes, on an average 480 ...