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.


Nov 1 2007

Download Previous Firefox Versions

Mozilla’s website can be a little tricky to navigate if you’re looking for an older version of Firefox to download. So here’s the link to their public FTP server that has them all readily available to you =)

Mozilla Public FTP Server

(if you traverse higher, you can get access to all their apps and stuff)