I’ve very excited about the launch of this product. The is a really neat game being made by my relative. ResponsiBuilders is a creative card game to inspire your kids to complete chores around the house. Somehow when sweeping the floor (amongst other household duties) is printed with neat artwork on a card, kids have fun doing it. Continue reading ResponsiBuilders
Month: July 2009
Open Flash Chart 2 + CodeIgniter
Many of you maybe familiar with the CodeIgniter (CI) PHP framework. I was asked by a client recently about creating a graph for some data in a report. Looking through several charting libraries at the CI website, I found a few options listed in the wiki. Open Flash Chart 2 (OFC) seemed like a nice option and was also open source. There was a couple libraries written for CI using Open Flash Chart, but the recent code for OFC has recently changed. Continue reading Open Flash Chart 2 + CodeIgniter
Zen Cart Easy Populate
I recently was switching a online store from using osCommerce to Zen-Cart, and realized how nice it is to have the Easy Populate add-on. For those not familiar with the Easy Populate add-on, this allows you to download the product data from your online store into a CSV file. You can open the file in Excel or OpenOffice Calc, edit the spreadsheet (ie. products, quantities, and other attributes), and the re-upload the file. Easy Populate will update your online inventory with the data in the spreadsheet. The one caveat with Easy Populate has been adding custom fields to the export/import data. This has been discussed in the Zen-Cart Forum, but I wanted a better solution than always having to edit the code.