Learn how iOS (and OSX) has excellent support for attributed strings, they allow you to have rich formatting inside standard controls such as...
read more →$ cat blog/posts.md
See your custom properties at design time, and make tweaking of options without changing code.
read more →You can do alot more with your shell than just out of the box settings on OSX.
read more →UWSGI is great, let's explore a powerful setup where we want to run all the things!
read more →Graphs can look great, especially when they're sharp with SVG rendering. Let's do a radial progress that can display multiple progressions
read more →Python is a great workhorse, let's create a daemonised service we can monitor and ensure running.
read more →UWSGI is a great application server, but how to best serve the static content?
read more →Sometimes you want users in different regions to see different webpages or things on a webpage, let's work out how.
read more →Need users to upload files? Let's look at how a good solution improves over a poor one.
read more →We're going to use pygal (python) to add automatic graph generation to pelican.
read more →