JavaScript
August 18, 2010Guest AuthorOne Comment
This post was written by Matt Reed, a good friend of Zebra Kick. It was great to hear that his website is dong well so I asked him to write a bit about the progress of his top bar hive website. You can read more of his posts at his Bee Keeping Blog. Our business [...]
Continue readingNovember 9, 2009Justin5 Comments
Another discussion born from a question at stackoverflow. Today I’m laying out the differences between object literals and constructed objects, when to use which, how to get the most out of them, and a few other tricks along the way. Let’s get started.
Continue readingAugust 16, 2009Justin3 Comments
I recently contributed this little tidbit to stackoverflow’s Hidden Features of JavaScript and thought it would be best to elaborate it on it fully. In a recent client project, I needed a generic method to produce singleton instances of interface widgets. This is the method that I came up with and it works pretty well. [...]
Continue reading