Writing a CMS/Community with Smarty and the Zend Framework: Part 6
Friday, December 7th, 2007This time we will take a look at the current state of the gallery section.... Read More
This time we will take a look at the current state of the gallery section.... Read More
Update 01/11/2008: There is now a new Flash only version that works properly with version 10 of the player.... Read More
In this part we will take a look at what happens after a user logs on. We will also revisit quite a lot of code that has been changed.... Read More
Over here we use phpDocumentor which is a good solution for creating nice looking documentation from document blocks. A great thing about phpDocumentor is that all @uses tags become links to what they point to in the output. These links improve the usability of the documentation a lot in my opinion.... Read More
Lately I’ve started to tentatively monetize my content. One of the first things I realized was how crappy my click rates were for adsense in the sidebar.... Read More
This time we will take a look at the feed list window and the manage window. This will also be the concluding part of the series.... Read More
Through phpdeveloper.org I just discovered eZ Components. My first thought was how can yet another php library help me? Or more precisely since I’m a user of the Zend Framework and Smarty, is there anything in eZ that I can use to augment my current setup with?... Read More
In this series I will walk you through the code of a site that uses only Ajax and Scriptaculous to handle it’s completely windowed interface. Making an interface like this is not really good design, it’s only done here for the sake of teaching. It is kinda cool though. Especially if you have a big screen.... Read More