Tag Archives: html

Irish Web Awards 09 is on!

IWA
IWA

The superbly awesome Irish Web Awards are happening on October 10th at the lovely Radisson SAS on Golden Lane, Dubln 2. They’re on Twitter n all!

Although I’ll probably be murdered, thanks @IrishWebAwards for re-introducing me to someone awesome at #iwa08 that I now love lots like Jelly Tots.

It’s gonna rock :)

Ooh look, nominations now open at http://awards.ie/webawards/nominations/

Twitter usability fail

Twitter fail
Twitter fail
Someone please tell me why Twitter thought it was a good idea to put the ‘Accept’ button right on top of the ‘Block username’ link on their web interface?

It’s caught me out on more than one occasion and to this day I still haven’t figured out how to ‘unblock’ a user. 

Dear Twitter, please fix! In fact, I’ll do the work & give it to you for free, just stick this line into your CSS, you don’t even have to touch your HTML as it’s already being referenced!!!

html

The update:

#follow-requests .follow-request .right-box .block-link { padding:12px;}
#follow-requests .follow-request .right-box .block-link:link, #follow-requests .follow-request .right-box .block-link:active, #follow-requests .follow-request .right-box .block-link:visited { color:red; text-decoration:none;}
#follow-requests .follow-request .right-box .block-link:hover { color:red; text-decoration:underline;}

*zen*