I wanted a tighter integration with my blog and my Google+ stream to avoid having to visit two places.
I have added a little widget which will display the latest posts.
My brother sent me this amusing copy of a forum thread where the original poster does not really seem to get the right solution he asking for.
Writing my earlier post about the textarea issue I initially ended up with a funny looking post. It was due to the examples of HTML code included in the post not being parsed properly. Apparently I had been writing my post in HMTL mode instead of Visual mode and all the HTML code was parsed as “real” code.
The code was wrapped in <code> tags, instead of the usual <pre> tags which keeps the code looking as expected.
If you are neither certain of the exact uses of each of these two tags I suggest you read this documentation page for a quick overview of the differences along with other usage hints.