Recently I’ve being experimenting with CodeIgniter’s built in web page caching mechanism to speed up rendering on an application i’ve been building at work. As an experiment I’ve overwritten the caching mechanism to cache to MongoDB rather than the file system. I’m assuming this will be faster but haven’t had time to do proper analysis yet. This post is really just to announce that the code is available over at GitHub.
The library overrides the existing cache handling but it syntactically compatible with the existing caching functions so you won’t need to alter your application code to use it.
Feel free to check it out and let me know your thoughts on it. I’ll write an update soon once i’ve done some reasonable testing to compare metrics.
There’s a couple of things I’ve been wanting to play with recently – the Twitter Auth protocol (and subsequently the Twitter API) and MongoDB. There’s also been something bugging me about Twitter recently. I follow a few interesting folk who post a lot of interesting links. But sometimes I disappear for a few days for work or for fun and despite seeing these links on my iPhone, I don’t really get the chance to properly read the articles.
What i needed was a way to strip out Tweets with a link in them and pick those links up in my feed reader when I get the chance to catch up with whats going on in the world.
And so I combined the aforementioned desire to experiment with new stuff and the need for an rss of my tweets with links in them to build SiftLinks. It’s still in the testing phase and I’m making various optimisations as I go along – but it works. If you have a need to extract links from twitter then give it a go and let me know how you get on.
As some know I’ve been working on a project for a wee while now called Muxster. We’re almost at a stage where user testing of the Beta version will begin but for a wee preview of whats going on check out this video that Andy put together.
Yesterday me and the guys at oceanseventy launched the new version of the Capito website. They’re a IT infrastructure and managed services company based in Livingston. The new site is built on PHP5/ MySql using CodeIgniter with JQuery in use for the effects, animation and AJAX. Its the second site (after Clear Lets) to use the updated version of our CMS.
You can read about how happy they were with it on the oceanseventy blog.