Nov 6 2007

.NET Blog Client for BodyMod.org

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 :o )

.: Adam

Here’s a screenshot of the app (BlogIt):

Picture 1.jpg

Nov 6 2007

Flock is superbad!

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>!


Nov 6 2007

List all tables in a DB via SQL

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 =)


Nov 6 2007

Remove Ugly Link Dotted Lines w/ CSS

If you’ve ever browsed the web, then you know what I’m talking about… these things:

Picture 1.jpg

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? ;)


Nov 6 2007

Nifty Apps for OSX

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 =)

Picture 1.jpg

And if you’re looking to change the dock completely, go here: LeopardDocks.com. They have about a bajillion you can download.