Barcamp Auckland 4

BCA4 name tagYesterday I attended my first unconference: Barcamp Auckland 4. I learned a lot from the talks and presentations, but I also got a lot from the breaks in between and from the event as a whole. Here are some of my highlights.

Twitter is awesome for conferences. I tweeted interesting points from the sessions I attended, but I also regularly checked the #bcak4 hashtag to see what was going on in the other sessions. In some cases I missed bits of what the presenters said, but caught them a minute later as the person sitting next to me tweeted them. And I wasn’t the only one who noticed the rain on Twitter before I saw it outside the window.

The tweets really added a lot to the sessions. There were a handful of Twittering heroes there. A few times I heard a presenter mention some project or document, and within 60 seconds @vickytnz would tweet the reference along with the URL. Awesome.

Continue reading “Barcamp Auckland 4” →

A Project Guide to UX Design — Russ Unger & Carolyn Chandler

A Project Guide to UX DesignThis is an overview of the entire world of user experience (UX) design from the point of view of a dedicated UX practitioner. It covers the UX side of project management, client interaction, design, development, and testing. Despite the broad coverage, its focus on the practitioner means it goes into a bit more depth than many such books.

The book includes good discussions of personas, user-centered design, user testing, wireframes, prototyping and more. Continue reading “A Project Guide to UX Design — Russ Unger & Carolyn Chandler” →

The Laws of Simplicity — John Maeda

The Laws of SimplicityThis simple book is worth reading for its mindset rather than for any concrete ideas. Maeda gives ten “laws” of simplicity, but they’re really pretty arbitrary. The tenth law is just a slogan (although a good one), and there are three extra laws at the end. Clearly he was intent on having ten laws in his list.

Here’s my interpretation of the laws:

Thoughtful reduction yields simplicity.
Organisation makes complex systems appear simple.
Savings in time feel like simplicity.
Knowledge makes everything simpler.
Simplicity and complexity need each other.
Simplicity needs a sympathetic context.
More emotions are better than less.
In simplicity we trust.
But some things cannot be made simple.

Continue reading “The Laws of Simplicity — John Maeda” →

The Cult of Next Manifesto

Bored with what you’re doing now? May I present the next thing:

The Cult of Next Manifesto

  1. There are three states of being. Not knowing, action and next.
  2. Accept that everything is a draft. It helps to get to the next thing.
  3. Done is not enough.
  4. Pretending you know what you’re doing is almost the same as knowing what you are doing, so just pretend you know what you’re doing and go to the next thing.
  5. Banish procrastination. If you wait more than a week to get an idea done, go to the next thing.
  6. The point of being done is not to finish but to get to the next thing.
  7. Once you’re done you can go to the next thing.
  8. Laugh at perfection. It’s boring and keeps you from the next thing.
  9. People without dirty hands are wrong. Getting to the next thing makes you right.
  10. Failure means you can go to the next thing. So do mistakes.
  11. Destruction means you can go to the next thing.
  12. If you have an idea and publish it on the internet, you can go to the next thing.
  13. Next!

Continue reading “The Cult of Next Manifesto” →

Search Meter WordPress plugin version 2.7

Version 2.7 of Search Meter, my free WordPress search statistics plugin, is now available. I have added four often-requested features:

  • Duplicated recent searches are shown only once in the Recent Searches plugin
  • You can now specify a list of filter words. Any searches containing these words will not show up in the recent and popular search widgets, even if the searches were successful
  • Search links in the widgets will work correctly whether or not fancy permalinks are enabled
  • The blog administrator can decide who is allowed to see full statistics: all logged-in users, authors and administrators, or administrators only

This version of Search Meter requires WordPress 2.3 or later. If you are still using an older version you should probably upgrade anyway, otherwise you can always use an older version of Search Meter.

Let me know how the new features work for you. If you have any comments or questions, just add a comment to this page.

Subversion does not play tag

Subversion is a fine version control system, but unlike most others it does not allow tagging of files and directories. Its so-called “tag” functionality is really just a kludge, but if you understand its limitations it can still be useful. Continue reading “Subversion does not play tag” →

Microsoft Inductive User Interface Guidelines

When designing Microsoft Money 2000, Microsoft followed a “new user interface model”, which they called inductive user interface (IUI). The Microsoft Inductive User Interface Guidelines are available on MSDN. I came across them a few months ago and thought they give a nice description of how to make simple, focussed applications screens, whether for a desktop or web application. I’ve summarised the main points here. Continue reading “Microsoft Inductive User Interface Guidelines” →

Don’t Make Me Think! — Steve Krug

Don't Make Me Think! at amazon.comTo mark World Usability Day 2009, here’s a review of a classic book on usability for web sites and applications. A lot of the information and advice seems obvious once you’ve read it, but judging by the websites that litter the web, it’s not always obvious when you’re building sites. If all web designers and developers read this book, the web would be a better place. And hey, it’s fun to read. Here are some of the book’s highlights. Continue reading “Don’t Make Me Think! — Steve Krug” →

Undo is better than Confirm

Consider a Delete button in an application. Click the button and something gets deleted. But what if you click it by accident? Two approaches are commonly recommended:

  • Confirm: Require the user to confirm the action before doing it
  • Undo: Do the action immediately, but allow the user to undo it

The Confirm strategy offers the worst of both worlds. It slows down people who actually want to delete, and it fails to protect those who don’t. In contrast, the Undo strategy offers minimum impediment to purposeful users while making it easy to avoid losing work. Continue reading “Undo is better than Confirm” →

Forms that Work — Jarrett & Gaffney

Forms that WorkForms That Work is a practical book dedicated to making web forms usable and useful. It gathers a heap of information together, with helpful summaries and guidelines to make it easy to create web forms that people will actually use.

Here is a summary of some points that I found particularly helpful. This gives the flavour of the book and serves as a reminder for me at least. For all the background information, you’ll need to read the book itself.
Continue reading “Forms that Work — Jarrett & Gaffney” →