How NOT to group your checkboxes
Here is to not making it clear for the user if you’re hiding an option on purpose or you’re just being lazy. Based on the title, by checking “Global Unsubscribe” I actually want to receive “Global Unsubscribe”.
Ancient posts
Here is to not making it clear for the user if you’re hiding an option on purpose or you’re just being lazy. Based on the title, by checking “Global Unsubscribe” I actually want to receive “Global Unsubscribe”.
A recent school project got us excited to explore the idea of mapping the trees of city of Vancouver in a more practical way. My friends and I had a fruitful meeting today with @daeaves who has extensive information and experience in this subject. There is a tree mapping platform, OpenTreeMap, to start with. It…
Sorting I’ve been trying to sort a mixed array in Ruby the shortest way. Each element of the array by itself is a mixed array of a number and and a hash: a = [ [0, {:a=>”31″, :b=>”21″}], [1, {:a=>”32″, :b=>”11″}], [1, {:a=>”25″, :b=>”19″}], [0, {:a=>”12″, :b=>”10″}] ] #sort by first item of each row (number) a.sort{|x,y|…
We are (softly) launching CasaBonanza.com tomorrow. After 3 months of work the first phase is finally ready for the Vancouverites. Stay tuned for more details.
Conclusion first! Let me save you a few minutes (and perhaps hours of suffering on your Mac) and tell you the end of the story in the beginning. Upgrading has been always a tricky way of installing a new operating system. Granted it is smooth enough on a Mac but it comes with its own…