This post originated from an RSS feed registered with .NET Buzz
by Brad Wilson.
Original Post: Blog Ratings
Feed Title: The .NET Guy
Feed URL: /error.aspx?aspxerrorpath=/dotnetguy/Rss.aspx
Feed Description: A personal blog about technology in general, .NET in specific, and when all else fails, the real world.
By placing that inside the template for your posts, you can append the rating gadget. Everybody will automatically view ratings, and those who have NewsGator Online accounts (free) will also be able to rate and see their ratings.
One thing I don't like is how the baseline of the image lines up with the text, which is the purpose of the span above. With a simple little application of CSS:
.BlogRating img {
position: relative;
top: 4px;
}
This will shift the image down 4 pixels. I'm not fond of this technique, because I'd prefer something that did a guaranteed center based on font size, but I'll put up with it as "generally better than default" until I can come up with something different.
Unfortunately, I can't really embed this inside the RSS, because most blog reading tools correctly strip scripts to prevent nasty things.
The opinions expressed herein are solely those of Brad Wilson, and not meant as an endorsement of or by any other individuals or groups. This syndication is provided for the private, personal use of individuals. Unauthorized commercial reproduction is strictly prohibited.