Labs
Currently Viewing: Websites
We’re on Facebook
You can now add us to your friends list on facebook. Our page is located at:
New website design and development for United Land Sales
We’ve just launched a brand spanking new website for http://www.unitedlandsales.com. Along with bringing the new website up to WC3 standards, we’ve also re-developed and re-programmed the entire property management system. Feedback and comments are welcome.
Merry Christmas
Wishing everyone a very Merry Christmas. Hope you all get what you’ve asked for.
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.


