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. Komodo Edit (Windows, Mac, Linux) Komodo Edit is an open source application that has support for PHP, Python, Ruby, JavaScript, Perl, Tcl, XML, HTML 5 and CSS 3. It has… Continue reading 15 Free IDEs for Developers
Category: HTML
Apply a custom font to your website, Works on 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. For web developers and web designers who want to add their FONT to websites without using Standard Web Fonts and without making text as images. Google has create a Google… Continue reading Apply a custom font to your website, Works on all Browsers
Scroll window smoothly using jQuery
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
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?