Welcome to my corner of the web, where I post my ponderings, pictures and pontifications.

Monthly Archives: March, 2009

Creating Elements in JavaScript, (any good?)

I’ve been playing around with a couple of ideas for JavaScript methods, thought I’d get some feedback.
The following link is a code snippet in PasteBin that shows the methods and a quick test:
http://pastebin.com/f7b68ab19
Basically, the two I wrote and that I’m evaluating are:

Create Element
This method caches a created element instance in an array. In some [...]

Run Safari 3 and Safari 4 beta on the same Mac

I couldn’t find a blog post or comprehensive tutorial anywhere, but after a great deal of trial and error, I’ve managed to get Safari 3 and Safari 4 beta to run on my Macbook Pro at the same time. Most insisted you have to download WebKit… but you don’t.
It’s much easier than that, once you figure [...]