Archive for February, 2008

I’ve finally embraced CSS

February 29th, 2008 – 5:41 pm
Filed as: code

I’ve been putting together sites for years but never really taken the time to learn CSS properly and sticking with table based structure for far too long, finally I have built my first site using nothing but CSS and div tags for layout. It’s probably not perfect but it works and that’s the main thing [...]

<fb:share-button /> useless error message

February 26th, 2008 – 3:41 pm
Filed as: code

It seems the <fb:share-button> control has 1 error message:
There was an error trying to share this content.
Sorry, the content owner’s privacy settings don’t allow you to share
this content.
The actual reason for this error message was that the href of the target_url link was blank. It turns out this can happen if you mistype target_url too.

[...]