Tag Archives: php

Zend Framework 1.8 Web Application Development

I recently read the book Zend Framework 1.8 Web Application Development by Keith Pope. Having done quite a lot of PHP work and having used Zend Framework, this book caught my attention. In general, I don’t really like IT books … Continue reading

Tagged , | Leave a comment

Zend_Service_Mollom 1.2.0

I’ve just released Zend_Service_Mollom 1.2.0, the Zend Framework component that integrates Mollom, the comment-spam checker. New in this release is optional support for caching, making calls to Mollom faster. I will propose this version for Zend Framework 1.8. Download: Zend_Service_Mollom-1.2.0.zip … Continue reading

Tagged , | 3 Comments

Zend_Service_Mollom 1.0.0 & 1.1.0

I have just released Zend_Service_Mollom 1.0.0 and 1.1.0. If you run a blog that accepts comments, you’re probably familiar with comment spam. You could manually verify all comments, but that gets cumbersome after some time. A better solution is using … Continue reading

Tagged , | Leave a comment

ZF & Doctrine Article Update

Long overdue, I’ve put up an updated version of the Integrating Zend Framework and Doctrine article. Now also featuring a git repository to make it easier to get your hands on the code.

Tagged , , | 1 Comment

GSoC, ZF & Doctrine

Some updates from the past week: Summer of Code I have submitted my Google Summer of Code proposal for a Banshee project to the Mono Project. I might submit another one to GNOME (just in case), but only if I … Continue reading

Tagged , , , , | 38 Comments

Incrementally serving RSS feeds

We’re living in a Web 2.0 world where content is increasingly more being served using RSS feeds. When more and more people are tracking your site through RSS, these RSS feeds will start to amount for a rather big portion … Continue reading

Tagged | Leave a comment