Similar Posts
Creating organization groups in Zoho business
One of nice features in zoho Business is organization groups that allow you to really collaborate and share documents, tasks, and links between the team members. However creating such group although looking simple is a bit tricky. Many users (including myself) reported that one they want to creat organization groups, it would give them a…
Graduate school and the GMAT beast
After moving to Vancouver (yeah baby), one of the things I want to do is to apply for UBC graduate program. No, MBA is not what I have in mind, MIS is a better choice for me. Although I’m still finishing my MSc in SBIT, I think this degree will help me better in accomplishing my goals,…
- Archive | Mac | Productivity | Tutorials
Create your own news reader application for free
Many people use RSS news feeds to read the latest updates from their favorite websites synchronized in a single place. It is much more productive than surfing around and reading content surrounded by ads and useless stuff. With the subscription list increasing in number, having a powerful new reader with a good set of features…
The fPhone
Back in 2007 when Facebook was becoming a global phenomena, my first impression as a user was a normal pessimism at first that left me with just an account to reserve my name and no actual use of the service. As an expatriate who lived at least 25% of my life out of my hometown…
Playing with data structures in Ruby
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 owe Zoho big time
Few weeks ago I rediscovered Zoho! I saw it before but the urge of trying an online office never occurred to me. It’s been sometime that we were facing difficulties keeping our alternative property listing updated where we had the latest updates. Then we could keep the master system updated and use the local excel…