New Blog about Haiku

Forum thread started by ddavid123 on Thu, 2011-07-07 01:44

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.

http://ddaid123.blogspot.com/2011/07/haiku-os.html

Comments

Re: New Blog about Haiku

Nice one. I've linked you on my blog: http://haiku-os.posterous.com/

Re: New Blog about Haiku

Michel wrote:

Nice one. I've linked you on my blog: http://haiku-os.posterous.com/

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! :)

Re: New Blog about 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: