JSDoc – Docmentation for JavaScript files

I’ve finally dragged myself, kicking and screaming, into using phpDoc on my PHP files to keep my sanity. But I’ve always been very sparse on my JavaScript documentation. I’ve got what I thought was a good excuse though – those comments have to be downloaded to the visitors machine meaning more time before [...]

PDF Manual for Script.aculo.us

Since the Script.aculo.us wiki seems to be down at the moment, and I don’t have enough experience with it to code it without the manual, I went out searching for a PDF manual. They’re a touch outdated, but I found a site that has a PDF manual and for script.aculo.us available for downloads. [...]

Podcasting guide for beginners

As much as I think I’d enjoy starting a podcast I doubt I ever will. I just don’t like the sound of my voice enough. But, if I were to fire one up this post on Performancing.com titled A Beginner’s Podcasting Guide has links to all sorts of things to consider before plugging [...]

FlickrFS – Mount your Flickr account in Linux

The FlickrFS allows you to mount your Flickr account as a file system on your Linux system. There’s instructions for Ubuntu along with a few other distributions.
Unfortunately I’m not using Linux for anything other than my development server right now so this isn’t really useful, yet. With any luck they’ll come up [...]

RegExr – Online Regular Expression Tester

If you do much programming you’re probably at least heard of Regular Expressions. If you’re anything like me any time you need to come up with a regular expression you open up a book and look up the list of characters.
Next time take a look at RegExr. It let’s you enter [...]