Similar Posts
- Archive | Mac | Productivity
7 reasons to buy your laptop an external keyboard and a mouse
This is an unusual topic to be discussed in my software-oriented blog, but this morning I was staring at my wireless keyboard and I just thought how it (along with its companion mouse) made my life easier. I use a wireless keyboard and a wired mighty mouse (broken 3 wireless mice already and I can’t…
Archive | Deluge | PHP | Technology | ZohoImporting data from FTP server into Zoho Creator
Zoho Creator has grown to be a great cloud-based app creation platform. You can build simple apps in the matter of hours or have complex solutions up and running much quicker than a from-scratch project. Manipulating data is a core capability of (Zoho) Creator . There is a rich toolset of UI elements, business logic components,…
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,…
Develop Google AppEngine with Aptana Studio
Recently I have jumped on Python wagon to play with Google AppEngine a bit. Python is a very fun (and powerful) language and I feel so bad I never touched it before. There are many editors for Mac OS to make coding in Python even more fun, TextMate and Coda to name a few, but…
Fixing the multiprocessing error while developing for AppEngine
If you are developing for Google AppEngine on Mac, and you have updated python to 2.6.x or higher, you might face this non-sense error over and over: ImportError: No module named _multiprocessing The main reason behind this error is that AppEngine (as of this writing) can’t get along with python versions higher than 2.5.x. Fortunately…
Running Windows on Your Mac With VirtualBox
This is an article posted in Appstorm Every computer needs an operating system to operate, just like we humans need our brains to function. Unlike us, computers can have more than one brain, running multiple operating systems at the same time. Virtualization is the process of concurrently running another (fully functional) operating system over the…
