Just setup with dreamhost (which I am VERY pleased about) and I noticed something although maybe I’m just being picky.
The HTML for the badge contains
img border=“0”
This could be replaced with
style=“border:0px”
Makes it xhtml strict AND doesn’t use a deprecated attribute
http://www.w3schools.com/tags/att_img_border.asp
Not complaining, just saying