Category Archives: PHP

PetFinder API PHP Class Library

I was interested in a project for a website as to what data could be retrieved from PetFinder.com. To my surprise, on their website located in the footer is a link to their API documentation. In order to use their API, you must first fill out a developer request for a key & password. I [...]

Posted in PHP | Tagged , , , | Comments closed

Codeigniter + Geshi

Geshi is a PHP class to do the heavy lifting for syntax highlighting output to your browswer. Geshi started originally to help users highlight code posted on bulletin board sites. I converted the standard Geshi class into a Codeigniter library. Just a simple as renaming the class and created a few methods to conform to [...]

Also posted in Code Igniter | Tagged , , , , | Comments closed

Zencart Related Products

Zen-cart is an excellent open source ecommerce shopping cart system. One of the features I like about Zen-cart is that once you understand the templating structure, writing plugins becomes pretty easy. One of the features I enjoyed using with osCommerce, was a plugin for creating a related products box below a displayed. The plugin was [...]

Also posted in Zen-Cart | Tagged , , | Comments closed