Javascript Common Escape Sequences
It’s better coding practice to use escape sequences, because they make your code easier to read. Escape sequences are also useful for situations where you want to use characters that can’t be typed using a keyboard.
Orkut Style Profile Picture Upload Using jQuery and Ajaxupload
We can’t apply any style over the html file element. But with the help of jQuery and Ajaxupload plugins we can style the file element. And another alternative solution is to create a file button in Flash. I prefer JavaScript … Continue reading
Creating a simple fade over effect – JQuery
Here , i will tell you how to add a fade over /fade in effect to image button in jquery. its very simple…………………………… 1. Import jquery <script type=’text/javascript’ src=’http://yoursite.com/jquery.js’></script> 2. Add a div tag with image in it <div class=”fadeDiv”> … Continue reading
document.all vs document.getElementById
document.all() - is a non-standard way of accessing DOM elements. It was introduced in Internet Explorer 4, because the W3C DOM hadn’t yet standardised a way of grabbing references to elements using their ID. By the time IE 5 came out, … Continue reading




