Skip to main content

Posts

Showing posts from July, 2013

Friendly(X) UI

One would think that in this day and age of highly interactive user experiences, simple message boxes can't go too wrong as far as UX is concerned. At least that's what I thought until I came across this dialog: Perhaps you don't notice what I'm grumbling about -- the link provided to get the latest virus definition files (erased for confidentiality reasons) is neither a hyperlink nor a selectable text! That's right, you can't even select that text and copy-paste into the browser leaving you with the only choice of typing the link manually, a letter at a time. Well, at least they got the grammar right and managed to convey the message correctly. So it's not as bad as it could've been!

Setting up Shared Repository in Git

This is not really a post and more of a web clipping for my own future reference. This page contains useful instructions on how to setup a shared repository with Git. I use it to back up by work on to a thumbdrive. You might wonder why am I not using one of the free services such as GitHub or BitBucket. Answer is simple -- the code is closed source. From my research most of the online Git services only provide free hosting for open source code. May be there is a provider out there who does offer true free hosting for closed source, but I don't have the time to pour through their licence agreement and ensure that free is really free without any catches. Hence the decision to store things locally. In any case Git makes it so easy to set things up.