Backpack Theme 2.0 – Design update

Well this redesign is a long time in the making. There are still plenty of loose edges to clean up but as long as you don’t dig too deep everything should be fine.

This redesign is feature rich with lots of additional feeds and functionality.

You’ll notice to the right my info from Last.fm, Trackslife, Netflix, and links from Del.icio.us. Since I’m using all of these services I might as well put them in one place where everyone can see.

The easiest way to integrate an RSS feed is with MagpieRSS which made adding Del.icio.us and Netflix super easy.

Anything that’s not in an RSS feed become a bit more difficult. Tackslife has an RSS feed but it’s horribly formed for getting out small bit of information.

Last.fm only has weekly artists in an XML file and while it would be nice if MagpieRSS supported XML it dies not.

Anything not in an RSS file I got the info with cURL and the pregmatch function as I’ve outlined before.

One last feature that is a great trick is how the site re-sizes if they screen is smaller then 1024. Re-size to 800 and the 2 columns will turn in to 1. Thanks to Collylogic for the tip on how to make it happen.

All and all I’m very happy with the final outcome and I’d love to help anyone who wants similar RSS integration in to their website. I’d love to hear any feedback!

Browser Font Sizes

Did you know that Firefox, Opera and possibly Safari have a minimum font size? I didn’t.

It’s easy to think of why you would want one. If I’m making a browser I don’t want my users to come across a website with tiny font they can not read.

As a designer if I want a tiny font for whatever reason I should be able to choice one. IE give you the ability to choose any font size.

FireFox has it’s default size at 10px and it can be found in Tools > Options… in the Content tab under the Font’s & Colors’ advanced tab.

No matter what you do in the CSS the font will not get smaller then 10px. If you don’t know there is a minimum in place you can really get caught off guard as you become baffled that the CSS isn’t doing what you want.

I really didn’t think 9px font size was really that unreasonable.

Firefox