Posted by source on November 24, 2011 in Code, Java, Java 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…)
Posted by source on September 27, 2011 in Code, HTML, HTML5, jQuery ·
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…)
Posted by source on September 6, 2011 in Code, Java, Java Script ·
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…)
Posted by source on September 5, 2011 in Code, Java, Java 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…)
Posted by source on August 18, 2011 in Code, Flash, Photo Gallery ·
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…)
Posted by source on August 17, 2011 in Code, Java, Java Script ·
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…)