About a month ago I was reading the New York Times online and they had an article which showed a road in Brooklyn that had been reconstructed to make it safer and more pleasing to the eye. To show the difference in the reconstruction project, they showed a before and after picture using Flash that …
Tag Archives: javascript
HTML5 BOILERPLATE
HTML5 BOILERPLATE IS 1.0! Monday, March 21, 2011 Along with HTML5 Boilerplate’s rock solid commitment to cross-browser consistency, H5BP brings you delicious documentation, a site optimizing build script, and a custom boilerplate builder. In addition to this, we now support lighttpd, Google App Engine, and NodeJS with optimized server configurations (along with Apache, Nginx, and …
PHP Spell Checker
The PHP Spell Check component adds fast, reliable spell-checking to web sites and intranets. Installed on either IIS and Apache Servers, PHP Spell Check works on all major browsers since IE5.
JavaScript to scroll to the top of the page
The following JavaScript link in your page will cause the page to scroll to the top:
Automatically Putting the Cursor in a Field
Automatically Putting the Cursor in a Field [ad code=1] <script type=”text/javascript”> document.forms.loginForm.kt_login_user.focus() </script>
6 fast jQuery Tips
Force a Page Reload This will forcefully reload the current page. No jQuery needed here.