Facebook recently changed the way comments appear from this:

to this:

You can add this to your userContent.css in Firefox to set it back to having a line break after the person’s name.
@-moz-document url-prefix(http://www.facebook.com/) {
.commentable_item .comment_box .comment_content .comment_author {
display: block !important;
}
.commentable_item .comment_box .comment_content .comment_actual_text {
padding-left: 0 !important;
}
}

I recently discovered a cool plug-in for iTunes that shows a calendar of upcoming shows and album releases for the artists in your music library. Living in the San Francisco Bay Area, my calendar is pretty full, but I’ve already found a number of great events in the next month that I didn’t know about. The plug-in is called iConcertCal and works on Mac and Windows.
While using Dashcode to create a dashboard widget, I came across an annoying styling bug that’s not as easy as it could be to fix, although it’s still pretty easy. If you use a list part in your widget, you have the option of rounding the corners. This is what corners rounded with a 10 pixel radius look like:

You may notice that there’s now a horizontal line at the bottom of the list that should have been affected by the corner rounding, but was not. To fix this, open your CSS file and find the .listRowTemplate_template selector. It should look like this:
read the rest of this entry »
Today Paul Kim complimented my new blog design and I mentioned that I was thinking about replacing the bird at the top with a squirrel. A few minutes later, he sent me the new header above with what looks like a cross between a squirrel and a panda which he called a squanda.
I really like it. Thanks Paul!