Xindi CMS

Xindi CMS is a small, lightweight and flexible content management system. It's great for web developers looking for a simple way to make site content editable by their clients.

Open source, free and flexible, Xindi is available in CFML and PHP versions.

Find out more »

About Me

I am a web developer living and working in Exeter, Devon (United Kingdom). I use my blog to document and share the things I learn and I hope fellow developers will find it to be a useful resource.

Read more »

Wednesday, May 2, 2012 Returning yesterday's records in MySQL

A quick snippet showing how to return yesterday's records in MySQL. select * from orders where order_created >= date_add( curdate(), interval - 1 day ) and order_created < curdate(); Thanks to John Whish for his help. ...

Read more »
Host Media ColdFusion Hosting
"Any code of your own that you haven’t looked at for six or more months might as well have been written by someone else."

Eagleson's Law