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 Objects for Noobs
Well whats this you say, 2 posts in the space of 10 days… yes I have a little blogging fever, and thanks to the newest addition of Wordpress making it all the more pleasurable.
Also Thank You to Aaron @ ExtJs for taking the time to read my post on Inline Editing with Ext and offer [...]