I wrote a blog about Haiku and it’s history(as I understand it). Mostly my blog is sort of my geekish journal! If you care to take a look at it with all the screenshots, then give it a go.
Thanks, I am glad you liked it! I will probably do a review of Haiku once I figure out how do do screen capture on Haiku!
You can fix the large screenshots by setting a max-width limit.
Change:
.post img, table.tr-caption-container {
padding: 4px;
border: 1px solid #cccccc;
}
To:
.post img, table.tr-caption-container {
padding: 4px;
border: 1px solid #cccccc;
max-width: 98%;
}
Results: