Thursday, September 18, 2008

Testing My iPhone

Want to know if it's possible to blog from the back of my cab with an iPhone. Apparently it is.

Posted with LifeCast

How to stop ridiculous dotted lines around links in Firefox

Use this .css

.noline {
outline:none;
}

It doesn't even have to be on the a tag, it can be on a parent. I know, I know, it's supposed to help the disabled. But what about my eyes? Who's gonna help them?