Site Update
24 Aug 2006
Well I hit a few problems when I moved the site contents to
the live server, there's always something that catches me out developing on (case-insensetive file system) Windblows and
deploying to (case-sensetive file system) linux. But hey, now the site is back ;)
The last Paginate
18 Aug 2006
Over the past couple of days, I finally got around to putting a few updates in place to the pagination code I wrote a while ago. Especially in light of Nate's recent post I think I'll call it a day at that ;)
I've updated the Pagination package to be tidier and easier to edit, and adding the possibility to paginate ajax form results as well as including simple select...
Sessions and Plugins
18 Aug 2006
If you use plugins, you may have noticed that your app session data isn't avaialbe in your plugins and vice-versa. There's a good reason for that, as a plugin is intended to be a mini application, self contained etc.
In my case, this was a problem as my plugins are extensions or parts of my application and not seperate. To get around the wandering session data it was...