javascript

Ajax Multiple Image upload using Javascript and PHP

In this post we will see how to create ajax image upload using javascript and PHP. I have already published tutorial on drag drop file upload using jQuery and Dropzone.js, but this script will have its own significance as it’s purely javascript based and uses jQuery UI for progress bar uploader. There’s a lot that …

Ajax Multiple Image upload using Javascript and PHP Read More »

Using HTML5’s Range Input Type To Generate Colors At Runtime

In this tutorial we will implement automatic coloring using javascript and HTML5 range input type. Range input type is really a good addition in HTML5. Though at the time of writing this tutorial many browsers don’t support HTML5 range input type. So you will have to use polyfill in order to get it working in …

Using HTML5’s Range Input Type To Generate Colors At Runtime Read More »