Monthly Archives: February 2010

Tina MVC Framework for WordPress v0.1 Released

Tina MVC is the open source implementation of our new development framework. Read about it and/or download from the main Tina MVC page on SeeIT.org. Feel free to comment below, but if you would like to ask a support question,

Tagged with: ,
Posted in News

Using Apache mod_rewrite to redirect old URLs

There are lots of examples and tutorials covering Apache and mod_rewrite, but generally they address the problem where you want to map a ‘nice’ url to your script. For example: http://example.com/products/kitchen/cutlery to http://example.com/products.php?category=kitchen&sub-category=cutlery is easily achieved with the following .htaccess

Tagged with: , , ,
Posted in Servers, Tech Blog, Web

Migrating IMAP Email The Easy Way

Moving email servers has always been a royal pain for me. I’ve tried many of them over the years, and migrated from nearly as many of them. However the last couple of times I put myself through the pain I

Tagged with: , , , ,
Posted in Command Line Tricks, Tech Blog