Resources Home JavaScript Tutorials
User rating:
When does JavaScript trigger reflows and rendering?
Quick and useful tip on when your JavaScript triggers a browser reflow and how to minimize it.
User rating:
Using document.createElement() to test for support for an element
Checking whether the browser supports a particular HTML element can be tricky. This is where document.createElement() comes in.
User rating:
JavaScript Module Pattern: In-Depth
The module pattern in JavaScript is generally well understood, but there are a number of advanced uses that have not gotten a lot of attention.
User rating:
Anti-patterns in the making
James Padolsey talks briefly about self invoking JavaScript functions and the sometimes questionable reasons he turns to them.
User rating:
The onmousewheel event of JavaScript
The onmousewheel event fires whenever the user moves the mouse wheel either upwards or downwards, and can provide yet another way for users to interact with your JavaScript.
User rating:
How To Use Pure CSS or JavaScript plugins to style web forms
A look at styling web forms using pure CSS alone or with the aid of JavaScript plugins.
User rating:
PHP Photo Album script
A sleek PHP enhanced Photo Album script that automates the retrieval of all images within a specific directory and shows them.
User rating:
HTML5 drag and drop in Firefox 3.5
A nice summary of Firefox 3.5's implementation of HTML 5's specifications on Drag and Drop Events.
User rating:
Changes to JavaScript: EcmaScript 5
Google Code has put together a nice HTML slideshow describing EcmaScript 5, the language JavaScript is based on.
User rating:
7 JavaScript Differences Between Firefox & IE
Although the days of long and tedious code branches to target specific browsers in JavaScript are over, once in a while it’s still necessary to do some simple code branching to account for differences in Firefox and IE.