-
Raspberry PI Java and Javascript Desktop Applications - JJR Architecture
This entry shows how to create desktop applications for the Raspberry PI with a GUI written in JavaScript and rendered using the Java SWT Browser widget. Use this model to
-
Symfony2 FreeBSD 10 PHP Packages
Below is a list of packages required for Symfony2 running on FreeBSD 10. pkg install php56 pkg install mod_php56-5.6.3 pkg install php56-session-5.6.3 pkg install php56-ctype-5.
-
Agile Methodologies: Agile Manifesto and Principles
As part of my learning process about Agile Methodologies, I am adding a few notes about Agile in general and some of its methodologies in particular. Part of a series
-
Create a JavaScript jsonP Class
Classic AJAX requests are limited to the same domain. JSON with padding allows us to make requests to different domains. Below is an example of how to create a jsonP
-
Control your Raspberry PI GPIO in Real Time via the Browser using NodeJS, Socket.IO and pi-gpio
Playing with my Raspberry PI and its GPIO over the weekend it occurred to me I would be able to control it in real time from a browser, using Socket.