Posts tagged code

JotPad - TextMate Theme

JotPad – TextMate Theme

Recently i started playing with TextMate because of all the hype and the billions of shortcuts it has. This was a big shift from the editor Coda.app on the Mac. Immediately i was taken by the ability to have themes! So i decided to create... [+]

Woopra - Part I

Woopra – Part I

If you’ve ever found yourself wondering what sort of traffic your website is getting, you might of resorted to going to some online analytics packages and log file parsers. Some of these offer a great analysis of where your traffic is coming from, the demographics... [+]

Using CakePHP Elements &...

Using CakePHP Elements & RequestAction

This problem arose while i was trying to get a random phrase from a database into the <title> HTML elements across all views. Being fairly new to CakePHP i was overwhelmed by some people’s solutions to accessing models site wide. However they forgot what CakePHP... [+]

PEP8: Style Guide for Python Code

Follow and obey! http://www.python.org/dev/peps/pep-0008/