Beutelevision

by Thomas Beutel

Category: Programming

Symfony project menus for Emacs

After reading the Productive Programmer, I was inspired to write a custom script to add Symfony menus to my Emacs editor. After some frustration (I find emacs LISP tough to grok), I finally figured it out. (script is below)
Anyway, here are a couple of pictures showing custom menus for a small project. This allows me [...]

A SproutCore example by Johannes Fahrenkrug

Johannes Fahrenkrug wrote a nice tutorial on building an OpenSocial app with SproutCore.

The Productive Programmer Book

I just finished reading the Productive Programmer and I really like the suggestions, such as SLAP (single level of abstraction). The book isn’t language specific, but it is Java-heavy in the examples. Still, everything is adaptable to other languages.
There is now also a wiki for the book.