Archive

Archive for December, 2008

Usability design of services, not just software

December 28th, 2008

If you were working in Computer Human Interaction for a while, you probably thought, why this area is being developed and getting supporters all over computer industry, while other areas of human interaction do not get so much fuzz? I was also curious about it, but lazy enough to discover this area.

And now here come news from Service Design Conference, gathered in Amsterdam this November. Since 2004 Service Design Network joins experts working on Business Human Interaction. I definitely believe this field has great future. People often pay much more for service than for any goods, so why would services be designed as a matter of art, not as precise science?

Videos and presentations are available for download:

Read more…

Usability

Mozilla/Opera/Chrome plugin for opening Microsoft Office Documents online

December 27th, 2008

This week I got sick with flu and found nothing enlightening but developing a Mozilla/Chrome plugin to open Word documents online from any WebDAV server. The project is published under Mozilla License. The project is available here:


OK, I spent a day, but why on Earthe would you need this?

If you, like me, often use Sharepoint and Confluence sites and still like Mozilla Firefox to be a default browser, you probably find it inconvenient, that when you click Word or Excel documents, they are being downloaded and opened locally, rather than start straight from WebDAV folder. So did I. I tried using IETab for all Sharepoint sites, but hey, why do I need Firefox then?

Then I tried to set up Flashgot to start Word or Excel with the document URL. I found that I not only needed to recode URL from URL-ENCODE and then from UTF-8, but also Excel did no accept URLs longer than 256 characters.

And, finally, new great browser has been released – Google Chrome. It supports NPAPI plugins, just like Firefox and Opera.

So the idea came to develop an NPAPI plugin which would find system association for a particular URL (not just Word or Excel, but pretty much anything, that has a moniker registered in Windows Registry) and start what is appropriate.

In this version the plugin only understands .doc, .xls, .docx and .xlsx files, but there is nothing to prevent it from handling other files, it is just a matter of changing .rc file and recompiling!

So if you like the idea, just download it, copy to your Program Files\Mozilla Firefox\plugins folder and enjoy!

Or if you have anything to add, check out SVN, modify and commit it back.

Software development

How attentive are you?

December 11th, 2008

Here is the great test for awareness. Please watch and notice 21 changes. How easy is it to miss something you are not looking for.

Upon first watch I noticed 2 changes :)

Uncategorized

RapidRabb.it

December 11th, 2008

I came acroos a great GUI prototyping tool, called http://rapidrabb.it, if you are curious, just give it a try with a single click http://rapidrabb.it/en/preview

It is amasingly simple to start, and it makes not just design, but collaboration on prototypes easy as well.

Software development, Usability ,