After updating to the newer version of WordPress, I was unable to log in as an admin. This page helped: https://wordpress.org/support/article/debugging-in-wordpress/ to.
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 more in the future. This blog documents my short experiment with Node.js
Quick Tips: Using generated code in Eclipse project
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”. Click “Add Folder” button, and browse to the generated source code folder. Finally, ensure the project is refreshed (F5, guys/gals!)
Hello Android – Create a (faster) Android Virtual Device
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:
Read moreHello Android – Create a (faster) Android Virtual Device
How to Update Eclipse Software on Linux behind proxy
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 2) Open the network connection by “Windows”->”Preferences”-> “General”->”Network Connection”, select “manual” and enter the proxy information. Below is a screenshot of my setup:
Build or Compile Linphone from Source for iPhone and iPad
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 the latest Linphone source (as of 01/17/15 7/29/14 ). Tested deploying to iPhone5, iPhone5s, iPhone6, and iPhone6 Plus simulators.
Learning Scratch with Tweet and Mini Tweet: What is Scratch?
You never know what will happen next in life. One lazy afternoon, when I was enjoying my afternoon tea, two funny yellow birds showed up at my door. They introduced themselves as Tweet and Mini Tweet. I guess they are twins, but one is much much bigger than the other. They came with questions, and, boys, did I have the answer!
Read moreLearning Scratch with Tweet and Mini Tweet: What is Scratch?
Set up Django on Windows 8 with Python 3.4.1
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 previous post), since pip comes with v3.4.1.
Set up Asterisk Server on Ubuntu VM in VirtualBox to test Linphone : Part 2
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 client on two devices to call each other over WiFi.
Read moreSet up Asterisk Server on Ubuntu VM in VirtualBox to test Linphone : Part 2