Nov
6
2007
Woo Hoo! This will make updating my blog / journal waaaay easier on BMod! =) I’ve written a little windows client-side application that allows BodyMod.org members to add blog entries from their computer without having to launch a browser!
I’m going to try and clean this thing up so that I can release it to the masses before I take of for South America on saturday. Hope nothing breaks while I’m gone
)
.: Adam
Here’s a screenshot of the app (BlogIt):
no comments
Nov
6
2007
This is seriously a great browser and I’ve only played with it for about 5 minutes. If you’re a fan of firefox, and you’re a fan of the internet, get <a href=”http://www.Flock.com”>Flock</a>!
no comments | posted in Browsers
Nov
6
2007
Here’s the code:
select * from information_schema.tables;
Could come in handy if you do a lot of work in a sql editor / query tool (like i do =)
no comments
Nov
6
2007
If you’ve ever browsed the web, then you know what I’m talking about… these things:

Freaking irritating as hell, and for the longest time I’ve been fixing it with this:
<a href="page.asp" onClick="this.blur();">Word</a>
Well, guess what. There’s a waaaaay easier way, and I feel stoopid for not knowing this. Just do this:
a{outline:nothing}
yep, that’s it! Amazing huh?
1 comment | posted in CSS
Nov
6
2007
DocColor: a little while ago I showed you how to change the type of dock in Leopard, well, now there’s a little app that lets you change the color of your dock (DockColor). Looks like all it does is modify a png file, but it does it well =)
And if you’re looking to change the dock completely, go here: LeopardDocks.com. They have about a bajillion you can download.
no comments | posted in OS X