Javascript Inheritance Basics
I recently had the pleasure of writing a small AJAX application library based around/wrapping Ext JS.
Due to the requirements and the way the original application was devised, I needed to always make sure I pass a specific parameter on every AJAX request.
Here’s how I did it using my version of JavaScript prototypal inheritance (it may [...]
Javascript video tutorials / lectures
Been on my summer holidays so no blogging for the last week, so whats new I bet you’re thinking - you never blog anyway.
No well, you’re right, but I have some great Javascript resources for you to watch! yes not read… watch… so sit back fire up your browser and let the information come to [...]
Console logging and debugging with Firebug
Guy and Girls…
Firebug rocks. If you haven’t been using it already you shouldn’t really call yourself a JavaScript programmer, or a web developer for that matter.
Get Firebug installed and read the tutorial on logging and debugging. It makes your code a heck of a lot cleaner and removes the need for annoying alerts everywhere!
If [...]