How to speed up JavaScript using the DOMready event
One of the problems many JavaScript programmers meet when trying to produce their own page control is timing and event cluttering.
One of the problems many JavaScript programmers meet when trying to produce their own page control is timing and event cluttering.
Scriptaculous has a lot of transitions, but in some situations, you want to sprinkle up a dull animation, applying a different, custom transition type. Back in 2003, Robert Penner wrote the easing equations, a set of math formulas in Flash Actionscript released under the BSD license, that simulate various types of physical effects, the most [...]
Last time we talked about Firebug, the Javascript Debugger. This time I’ll write about the Web Developer Toolbar for Firefox, by Chris Pederick. This invaluable tool really changed the way I work, so I’m really excited to explain all the functions it has.