Twitter Trending Topics

The @trendingtopics Twitter bot tweets the topics that people are talking about most on Twitter. There’s also an RSS feed if you’re interested. It’s a very low tech solution and it’s not guaranteed to work but I find it quite useful. Read more »

Search terms instead of URLs

Web addresses are horrible. They’re difficult to remember and poorly understood. Which is why I found the recent trend of suggesting search terms instead of quoting a URL interesting. Read more »

Guerilla user testing in Sheffield

Note: cross-posted from the PlusNet Community site.

Myself, Sam & Matt went out to Sheffield city centre on Monday afternoon for a spot of user testing. It’s the first user test I’ve run in the wild, previous times have been with friends & family or work colleagues. It was an interesting afternoon and we certainly learned a lot. Read more »

Google Lively sign-up usability

I had a quick play with Google Lively this morning. I’m going to avoid the obvious what-the-hell-is-Google-doing-releasing-a-shit-imitation-of-Second-Life question that everybody else is asking and instead look at some of the usability issues I encountered. Read more »

Book Review: Web Form Design

Luke Wroblewksi’s new book on web form design, cunningly entitled Web Form Design, is an excellent work. It’s very easy to read (I breezed through chapters 2-6 last night) and full of screenshots and bullet-pointed, actionable design guidelines at the end of each chapter. Read more »

Server-side Greasemonkey

Today’s Gmail Labs announcement got me thinking about ways to allow users to customise a site. Greasemonkey is amazing but the problem is that the scripts are stored with the browser on the client-side. So if I install a script to enhance Gmail on my desktop, I will still get the unenhanced version when I log into Gmail on my laptop. But since the user script is just a bit of JavaScript, couldn’t Gmail allow me to install the user script on the server and then serve it back to me wherever I choose to access Gmail from? It’s only serving me the scripts I installed so it’s no more of a security risk than client-side Greasemonkey. Read more »

Reinventing Facebook’s Photo Albums

Facebook’s photo albums have the potential to be really, really good. As it is they’re just about passable. I’d like to present my vision for a proper, integrated photo sharing experience. If anyone from Facebook is listening, give me a call - I want to help you! Read more »

GeekUp Slides (Updated)

Thanks to everyone who came down to the Fat Cat this evening. I had a great time and I think others did too. Here are the slides from my Pecha Kucha presentation. Read more »

Cool Things

So it’s Monday again and… what it’s Tuesday? Where did Monday go? And I’ve got to do what by the end of the week? If being back at work after a bank holiday weekend of basking in the sun is making you feel a little stressed, here are some cool things to cheer you up.

Cheeky Email Form

It’s become quite a common practice to ask for websites to ask for your email address twice on sign-up forms. Re-confirming your email address supposedly reduces the chance of typing it in wrong altough I’ve often wondered if it’s really worth the extra effort. In any case I, like many people, save time by copying & pasting the address from the first form field into the second form field.

The folks at the Travel Lodge clearly decided that people like me shouldn’t be allowed to use our best judgement in filling out their sign-up form and have disabled pasting into the email reconfirmation field! By adding onpaste="return false" to each of the <input> tags they effectively prevent anyone with JavaScript enabled from pasting content into the form fields.

It confused the hell out of me. And annoyed me. But it did force me to retype my email address.