WordPress theme – The Anatomy, an Infographic – Yoast
Monday, March 19th, 2012A nice overview of the WordPress Template system.
A nice overview of the WordPress Template system.
Over the last few days I have been spending a lot of time at the Newport Seafood and Wine Fest. As a memeber of the Newport Chamber of Commerce Young Professionals I volunteer to work in a booth. This year I also had my own product to demo there, Barleyboard. (more…)
My workflow for Django and South. I always forget how to do this. See http://south.aeracode.org/docs/tutorial/part1.html#converting-existing-apps for more info.
(more…)
For one of the projects I am working I needed a web application to produce dynamically generated geo-spatial overlays on Google Maps. From my graduate school days using Matlab I knew how to produce the geo-spatial figures. So I set about doing this in Matplotlib on a Ubuntu 10.04 server with a Linux, MySQL, Apache, Python/Django stack. The generated images are then displayed on a Google Maps as a GroundOverlay.
(more…)
var url = require”url”;
via The Node Beginner Book » A comprehensive Node.js tutorial.
Nice tutorial on node.js.
I followed the instructions here. Make sure you instal the 0.6.7 version if you want to use socket.io.
You may need to install libssl-dev
sudo apt-get libssl-dev