Applications, especially ones that run over and over again with zero persistancy (of the application itself) like a web app needs logging. It’s important to be able to log different types of messages to different places and fortunately Zend_Log is so extensible that it can log to almost anything you can think of. My typically [...]
Posts Tagged ‘ideas’
Authentication Soup
July 22nd, 2009
1 Comment
There are far too many authentication methods out there. It’s actually getting to be slightly annoying. And I really wish all these providers would just stick with one open method. But they don’t, and they won’t so I’m stuck here thinking of a good way to link users accounts across multiple 3rd party sites. I’m [...]

