Wuit trademarked in Australia now! :-)

The trademark application in the US is being progressed as well.

If you don’t already know, Wuit is my soon to be launched studio identity.

Wuit trademarked in Australia now! :-)

The trademark application in the US is being progressed as well.

If you don’t already know, Wuit is my soon to be launched studio identity.

Reinvigorate - Realtime Website Traffic Analysis

It isn’t the first time realtime website traffic analysis has been introduced. Reinvigorate is one of the services that provides realtime traffic tracking and analysis.

The thing I like it most though, is in fact the heatmap. :-)

Heatmap is a great tool to help identify convoluted interface and improve the user experience.

Released my first ruby gem. :-)

Released my first ruby gem. :-)

Looks like it’s time for a reboot…

Looks like it’s time for a reboot…

[jQuery] Releasing Inline Confirmation, Confirm Actions Done Right

In a web app, it is very common to have actions that destroy (delete/remove) data. These actions, if you don’t already know, should always map to POST methods. On top of that, because these actions are destructive, the UI should always ask the user for confirmation.

But how do we actually implement the confirmation dialogue though? The vanilla JavaScript confirm box would be the easiest but at the same time the ugliest - this thing stalls most web browsers until the user acts on it.

An inline popup/modal box? Perhaps, but it is still obtrusive, in the sense that the popup/model boxes are usually in the way of other tasks.

Meet Inline Confirmation - a jQuery plugin for creating easy, less obtrusive confirmation dialogues!

Feel free to give it a spin. I will add more documentation and a demo when and if I have time. ;)