Sunday 19 October 2008

OOPS!


It seems someone at Telstra Bigpond is not managing their SSL cert's properly . . .

Thursday 16 October 2008

Posting code to blogspot

I just found out how to post code snippets to blogspot

Use the (pre) & (code) tags to denote code segments (using normal html <> style tag brackets instead of the round ones used here)

(pre)(code)
Source code goes here
(/code)(/pre)


Once we replace the round tags we get output like this

Source code goes here