Firebug 1.2 vs Firefox 2 : Fixing the 'console is not defined' error

Getting some ‘console is not defined‘ errors in Firefox 2 with Firebug 1.2.0? Don’t worry, as it turns out that’s by design. The trick is to issue a window.loadFirebugConsole(); in your Javascript before using the console. Thanks for mentioning it on the list, John! 🙂

jParallax

“jParallax turns a selected element into a ‘window’, or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different amounts, in a parallaxy kind of way.” – …