On the Raspberry Pi download page:
Noobs - A way to try all the main ones in one re-imagiable download.
Raspbian "wheezy", Soft-float Debian "wheezy", Arch Linux ARM, Pidora, RISC OS,... more »
Archives for: "July 2013"
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 »