30-minutes with Node.js – P1
I've read about Node.js and finally had a chance to test it out. After 30 minutes, I found it easy to use and very powerful, and would definitely explore some…
I've read about Node.js and finally had a chance to test it out. After 30 minutes, I found it easy to use and very powerful, and would definitely explore some…
To add a folder of generated source code to Eclipse project, right-click on project and select "Properties". Then select the "Java Build Path" at the left panel, and click "Source".…
This entry blogs my own learning to use Android Studio. For IDE, I used Android Studio (v1.2.1.1) and deployed to Android emulator. The exciting(not!) Android app looks like this: To…
To update eclipse software on Linux behind proxy is a bit tricky but doable and here is how: 1) Find the proxy server's host name and your account's authentication info…
By Jessica Chiang This entry documents how to build Linphone from source for iPhone and iPad Updated for Mac Maverick(v10.9.5 v10.9.3), Version 6.1 (6A1052d) XCode6 Beta3, iOS 8.1 7.1, and…
This posts documents the steps I took to set up Django on my Windows 8 box using Python 3.4.1. It's even easier with Pythan 3.4.1 than with Python 2.7 (see…
We continue from the Set up Asterisk Server on Ubuntu VM in VirtualBox to test Linphone : Part 1, and will show how to configure Asterisk and Linphone as SIP…
When working with VOIP, it's helpful to have Asterisk server on the development machine. Asterisk server is Digium's software implementation of PBX (private branching exchange), which provides features like voice…
I was able to set up the Django sample site on my Dreamhost site. Django is a high-level Python Web framework that facilitates rapid web application development. I was able…
Java 8 (1.8.11 at the time of the writing) is the latest Java version. It was released in March this year and contain various major updates, including the long-waited lambda…