# PHP

Wolf CMS Related Pages plugin

For many small projects I've been using Wolf CMS. a really nice and fairly lightweight application for managing content. What I like about it is that the core code is quite minimal, but allows you to extend using plugins.

Read Wolf CMS Related Pages plugin

Using the Zend framework Lucene library Part 2

Note: Since this article was written I've moved to WordPress, and have not implemented the example code listed below. In a previous article I talked about using a library from the Zend framework to create a site search. As you try out this functionality using the search box, above right.

Read Using the Zend framework Lucene library Part 2

Using the Zend framework Lucene library

I know, only a few articles in, so I don't really need a site search function. But you never know, I might actually keep writing (even if no-one is reading) and so I've been looking around for some solutions.

Read Using the Zend framework Lucene library

CodeIgniter and Ajax

I've been asked to create a dashboard for many devices across our network. To display real-time information on each component, I'm thinking of using Web services, and AJAX. Like most aspects of coding, using a framework to do all the heavy lifting, rather than developing your own, is a sensible approach. So today I took a look at jQuery, a JavaScript framework. I have to admit, I'm pretty impressed. It did not take me long to come up with some example code, that degrades well when JavaScript is disabled in the browser.

Read CodeIgniter and Ajax