Your ads will be inserted here byEasy Plugin for AdSense.Please go to the plugin admin page toPaste your ad code OR Suppress this ad slot. Using jQuery animate() function to do a smooth scrolling: I have also created a div as follow: <div id=”scrollToHere”> Scroll to here </div> You need something to run your script.… Continue reading Scroll window smoothly using jQuery
Category: Browsers
Web page transparency for all browsers
Your ads will be inserted here byEasy Plugin for AdSense.Please go to the plugin admin page toPaste your ad code OR Suppress this ad slot. Every browser has different CSS properties for less-used actions like: transparency or opacity. It was something weird to do transparency on your web page because there are lot of different… Continue reading Web page transparency for all browsers
Better way to load XML document with Javascript
The better way to load XML document on all browsers is to use AJAX technique. After testing XML with Javascript. I fount that Safari (on Mac OSX 10) does not support XML with Javascript. So, How to load it then?