I had great trouble installing Oracle Java on my Raspberry Pi due to the liblji.so problem. So here are the instructions to get Oracle Java 7 up and running on a Raspberry Pi from scratch.
You should know that the build we are going to use, uses a so… more »
Categories: "Computer Languages"
Crumbs, I thought it would be a simple job to install Oracle's Java 7 on a Raspberry Pi but it wasn't.
I started with an installation of Raspbian “wheezy”, uninstalled all the openjdk packages and installed Oracle Java. On typing java -version, I rec… more »
One of the things that helped me out the most when I was learning Yii was their series on YouTube called Yii Developer's Tutorial. I kind of stumbled across it when I was searching for help on getting started.
Unfortunately all the videos in the seri… more »
When learning Yii I found it difficult to match the different layout strategies used in the demo applications that are bundled with Yii, specifically Helloworld, Hangman and Blog.
A layout is essentially another view. Layouts are optional as can be done in the view. more »
I would like to debug PHP in Eclipse PDT while it runs under an Apache server with a bit of MySQL thrown in. In order to do the remote debug one needs to configure PHP to use XDebug which is a standard cross-platform debugger that is used by a variety o… more »