Labs
Currently Viewing: Archive for November, 2008
BBClone and CodeIgniter
We ran into an issue with trying to get BBClone working under CodeIgniter earlier this week. We found that you cannot include the BBClone code in a controller, or a view page, but instead have to add it to the index.php file in your CodeIgniter root directory. We found the solution over at the CodeIgniter forums, and wanted to share it with everyone.
After BBClone is installed and configured, add this code to the index.php in your CodeIgniter installation directory.
$page = $_SERVER["REQUEST_URI"];
define("_BBC_PAGE_NAME", $page);
define("_BBCLONE_DIR", "bbcode/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
UsedScubaDiving.com
We’ve been hard at work for a couple of weeks now, working on a classifieds website for used scuba diving equipment. There is a shortage of usable, well designed classifieds websites out there, and this is a first of many to come. We hope to revolutionize the classifieds websites market. Here are some teaser shots.
To-Do List web based application
A while ago we started working on a custom To-Do List web based application. We realize there is an abundance of these available online, however we find they are either too complex, too bloated, or not usable enough. We haven’t had a chance to work on this for some time, but we’ll be getting back to it, and hope to produce a very simple and usable To-Do List web based application. Here is a little teaser screenshot.
New website, new ideas.
It has been about 3 years since we’ve updated our website. This was mainly due to the fact that 3magine was always a side venture for us, while having full time jobs. At the beginning of October we’ve decided that it was time to revive the company, and take it full time. We have many fresh ideas that we would like to bring forth in the next little while, so check back often for updates.
The new design is fresh and simple. We hope you like it. Don’t forget to check out our work.



