20/09/2008 10:00 PM
When something interesting happens on my web application I like to be notified, usually via e-mail or an RSS feed. However, I recently read a post by Raphael Stolt, where he explains how to implement Growl notifications in PHP, which got me thinking about how it would be nicer to push a notification directly to […]
Continue reading this article or post a comment (0)
03/09/2008 7:41 AM
In a recent project I wanted to use the sub-domain as the account key of a web application (i.e. noginn.myapp.com, where “noginn” is the account key). In Ruby on Rails this is achieved using the Account Location plugin, and I wanted to do something similar using the Zend Framework.
I have three modules in my application:
Default […]
Continue reading this article or post a comment (11)