Flash can’t even get this right

I have to wonder if anyone from the world of UX ever approved the update wizard that Flash Player for Windows uses. It seems to be designed to annoy users, especially since it is modal and shows above all other windows.

On the first screen, checking the checkbox will stop you from progressing and installing the update (contrary to almost every other wizard I’ve seen) yet on the second screen the checkbox needs to be checked in order to continue. What were they thinking?

FlashModalWindow1

 

FlashModalWindow2

Most people will not read the associated text (they certainly wont lead the license agreement), and will check the box assuming they need to for the update to install. As Raymond Chen wrote (one of my favourite tech blogs) “Don’t require your users to have a degree in philosophy

Is this bad UX or am I just wrong? I’d be interested in hearing comments.

Using Dropbox to synchronise existing folders

Dropbox is a great service at a decent price, it’s limited however by the fact that it only synchronises files stored inside your ‘Dropbox’ folder. To get around this limitation on Windows 7 here’s what you need to do (as with anything like this, always backup everything to an external drive first, usual disclaimers apply, follow these instructions at your own risk).

  1. Inside your Dropbox folder, create folders with the same name as the ones you already have on your hard disk, in my case “Music”, “Documents” and “Pictures”.
  2. Move all your data from the existing folders into your Dropbox folder (they should start uploading to Dropbox) – Yes I said move, so make sure you backed.
  3. Delete the original folders (which will now be empty as you moved everything into your Dropbox)
  4. For each folder, create a symbolic link from your original location to the new one inside your Dropbox by running mklink from an administrative command prompt.
    Example:
    mklink /D “C:UsersMarcDocuments”  “C:UsersMarcDropboxDocuments”
  5. That’s it! When you setup a new PC, you will have to start from step 4 and all your documents, pictures and music will just appear.

It will also work the other way round, creating a link from inside the Dropbox folder to your existing documents folder, however Dropbox only recognises changes when it gets restarted which defeats the point if you’re using it as a backup service and want to make use of it’s ‘Previous Versions’ feature.

Hope this might be of use to someone, and I hope Dropbox make doing this easier like Windows Live Mesh. Happy syncing!