NetNewsWire Style: Samurai Coder

Brought to you by earnmydegree.com: Tired of doing the same old thing? Get a new career with an online bachelors degree. It’s easy to learn online and you can choose from hundreds of online colleges to find the program that’s right for you. Don’t wait forever, get an online programming degree today!

I am releasing my NetNewsWire Style, Samurai Coder (under the Creative Commons Attribution 2.5 License). This is quite simple a style with no graphics. Every meta content (such as source, poster’s name, tags/categories/subject and a link to comments) is located on top, packed in a compact yet readable space. I would suggest you set your font size at 12-14pt. Also, this style does not dispay a FeedBurner’s friendly footer as shown below:

FeedBurner Footer

The image is not visible because I added the code below in my CSS file.

.feedflare {
    display: none;
}

But, I regret to tell you that you still need to see a banner graphic, which is, in my case, almost always about MasterCard. I don’t know how many people want another credit card. We already have a credit card because all of us purchased a copy of NetNewsWire online, don’t we?

There are some codes that I need to clean up. I’ll post a better one if I did it for me.

Update: I updated the code a little. Check here for details.