Javascript Abbreviation Library v0.1 Released

July 3, 2007

New: tons of code cleanup, IE support, and removal of all global namespace pollution.

read more | digg story


Gmail + Netvibes Greasemonkey Script

May 29, 2007

For those who use Netvibes instead of Google Reader. Integrates Netvibes into Gmail the same way the Gmail + Google Reader script does, with a “Netvibes” link in the left menu.

read more | digg story


Legends of the Hidden Temple back on the air!

May 23, 2007

“It’s official. Legends Of The Hidden Temple comes on at 7:30 AM EST on Nick.” I watched that all the time as a kid. Awesome!

read more | digg story


Abbreviated Javascript Library v0.1a

April 29, 2007

This Javascript library shortens the names of common methods like getElementById to gEI, appendChild to aC. The purpose of this is to reduce code size and add some shortcuts. the feature list is this:

  • Shortens the names of common methods like getElementById to gEI, appendChild to aC. See script comments for all abbreviations.
  • It lets things like appendChild (element.aC) and the like take a string and append it as a text node automatically.
  • It adds the methods element.pC and iA (prependChild and insertAfter), and gEX (element.gEX or document.gEX) (getElementsByXPath).
  • It lets document.cE (createElement) take an id as a second argument and the element will have that id.
  • It adds document.rE (removeElement) to go with createElement (cE).
  • It makes alert() return what you pass it, so you can simply wrap a value in alert (Ex: if(alert(value) == 3) dosomething(value) ;) for easier code testing.
  • More, see script comments for full details.

Download the script here, and see the demo page here.

Note: This does not yet work in IE. I’ll fix that if there’s enough interest.


Digg + Greasemonkey = True Nested Comments

March 24, 2007

This script adds a reply link to every comment. The link adds the text “@username (#xxxxxx)” to the textbox, with xxxxxx being the numeric id of the comment. The script will linkify all of these it finds, and hide the number so just the @username is visible. The reply comment will then be nested under the parent comment.

read more | digg story


Hmm, this is a surprise.

March 12, 2007

Apparently I have Snap previews on my blog. Cool!


Some cool things

March 12, 2007

1. ColorJack: Sphere

This cool tool allows creating cutsom color palettes and finding groups of colors that complement each other. The palettes can be exported for Photoshop and Illustrator. It’s also just damn cool to play with, you drag inside the shpere and watch the colors on the right change.

2. JRX: real-time JavaScript RegExp evaluator

This amazing tool lets you test out regexps against a string of your choosing and see the results in real time. Extremely powerful, it also remembers your regex, string and options for next time you open it.


Beautiful Blank Tabs for Firefox

February 5, 2007

Tired of the blinding white blank tabs of Firefox? This will make them dark blue with a light blue Firefox logo in the center. This needs to be included for Firefox 3.

read more | digg story


Toy boat floats on dense, invisible gas

January 12, 2007

Sulfur hexafluoride is over five times as dense as air. Watch this YouTube video of an aluminum foil boat floating in a tank of the stuff.

read more | digg story


Show the Digg Button Animation on the article’s site

January 3, 2007

This Greasemonkey script enables the normal animation when pressing the Digg button on an site that includes one, instead of redirecting to the digg page. Very simple script. Here’s a video showing the effect:

This saves the inconvenience of being sent to the digg page when you could just digg it right there and keep reading.

Enjoy!