Display different content if JavaScript is disabled Script

For security concern, many users like to disable JavaScript in their web browser, and it raise a big problem in many website which depends on JavaScript to function well. The easy and simple solution is using the HTML “noscript” tag to display different content if JavaScript is disabled.Read More… (more…)

HTML5 File Uploads with jQuery Script

Today we will be developing a small web application called Upload Center, that will allow people to upload photos from their computers by dragging and dropping them onto the browser window, possible with the new HTML5 APIs exposed by modern browsers. (more…)

Spin.Js — Customizable Activity Indicator

Spin. Js is small and easy to use JavaScript library.It enables users to create activity indicators such as loading or processing without any images. Spin. Js uses CSS3 to render the UI, falling back to VML Internet Explorer. It supports all version of browser including IE 6. (more…)

jQuery.each vs Javascript for loop Script

Being a big jQuery fan, I use jQuery.each method a lot in my Javascript code. Until recently I didn’t think too hard what jQuery.each really is. (more…)

Flash Image Scroller

Download the image-scroller.zip package and put all the files from this package into the same folder with the HTML file in which you want the product to be added. If you put all the files in a different folder, read this article to learn how to specify the paths correctly. (more…)

Exceptional JavaScript Interface Controller

We all love trusted JavaScript frameworks like MooTools, jQuery, and Dojo, but there’s a big push toward using focused micro-frameworks for smaller purposes. Of course, there are positives and negatives to using them. (more…)