Archive for the 'Web Links' Category

How to insert tabs in a textarea

I’ve always found it annoying that tabs don’t, well, tab in textareas on HTML pages. To be fair, they do what they’re supposed to and move on to the next field. But for a web app I’m working on I needed a way for the tab key to insert a tab.

addthis_url [...]

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 [...]