Skip to content

Category Archives: code monkey

My cheesy Scuttle hack

I’ve had some requests for my admin_delete_users_bookmarks_and_tags for Scuttle that I hobbled together some time ago. After going through all the files in my scuttle installation, I realized the only hack was that I changed the function isAdmin in the services/userservice.php from this: function isAdmin($userid) { return false; //not implemented yet }to this: function isAdmin($userid) [...]

LISP?

Thanks to Alan: Hmmm – LISP is obscure, confusing enough to give the appearance of being complex, understood by very few people and used to simulate intelligence. Yep, that sounds like me! If you’ve read this, consider yourself tagged – take the quiz. Is anybody a Python? That’s what I was hoping for.

Searching for a Mac Text Editor – some reviews

As part of my M.Ed. project, I’ll be building a web site. Most sane people would do this using Dreamweaver or some similar product. I, however, am not one of those people – I prefer to create web pages by hand-coding the HTML and CSS files. I suppose if I wanted to be uber-geeky about [...]

Kludging Scuttle

This is just a quickie braindump post so I have some notes on a bit of tweaking I just did on the school’s installation of Scuttle, an open-source social bookmarking tool similar to del.icio.us. The problem we were running into was a lack of administrative control to get rid of undesirable (spam) links in the [...]

try ruby: a great programming tutorial

I was just taking a look at try ruby! (in your browser), a very cool little programming tutorial for the Ruby language. Normally, I would just add this to my del.icio.us feed, but del.icio.us appears to be well and truly bollixed at the moment. (Sorry if this is offensive language to anyone, but it is [...]