Author Archives: Joe

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 [...]

Posted in Code Igniter, PHP | Tagged , , , , | Comments closed

Zencart + Price Breaks + Easy Populate

Here is another update to the popular add-on for Zencart called Easy Populate. For those unfamiliar with Easy Populate, it’s a fantastic add-on for Zencart. Easy Populate allows user to create comma separated values (.csv) files to editing the list of products in their Zencart installation. A user recently emailed me requesting an additional feature [...]

Posted in Zen-Cart | Tagged , , , | Comments closed

Zencart Custom Session Length

Lately, I have been developing a few modifications for Zencart. One of things I have noticed during the development process, is my shopping cart being lost while typing code and then refreshing the page a little while later. This was no big deal. Just go in add another product, and test again. Then, I got [...]

Posted in Zen-Cart | Tagged , , , , , | Comments closed

Zencart reCAPTCHA Contribution Mod

One of the few options to try and combat SPAM on your zencart install, is to try and implement a CAPTCHA text/image on your contact us page. I recently updated a contribution I  created several months ago. This reCAPTCHA contribution will add configuration fields to the database for your api key and password, color theme [...]

Posted in Zen-Cart | Tagged , , | Comments closed

Zencart + UPS XML Dimensional Support

One task I have put off from switching from osCommerce to ZenCart shopping cart platform, was updating the UPS XML contribution.  For those familiar with the shopping cart system, you know by default they only support standard UPS shipping. The cart figures shipping all the items together in one box. However, some products can’t be [...]

Posted in Zen-Cart | Tagged , , | Comments closed

Setup WAMP and SVN Subversion on Windows

Say you work on a desktop and a laptop computer, and you synchronize your laptop. Edit some files, save, and upload. Everything is fine. Now you get home or back in the office, sit down at the desktop, and forget to synchronize. You edit the files some more, upload, and save. Uh-oh, now you lost [...]

Posted in Other | 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 [...]

Posted in PHP, Zen-Cart | Tagged , , | Comments closed

Thunderbird 3 Search Not Working

Mozilla recently had Thunderbird 3 Release Candidate 2 available for download. I was interested in trying out the new version. I upgraded my XP machine from version 2 to the Release Candidate version. Upgrade completed successfully. I opened up Thunderbird, and all of my emails were imported fine after the upgrade, and the program proceeded [...]

Posted in Other | Tagged , | Comments closed

jQuery Uploadify 2 + CodeIgniter

Creating useful upload forms having become very popular on the web these days. Many people have found that flash based options create a more rich user experience. I was working on a project recently to allow a user to upload images to a CodeIgniter application. I enjoy using jQuery, and found an excellent flash based [...]

Posted in Code Igniter | Tagged , | Comments closed

CodeIgniter Shopping Cart Library

CodeIgniter is a great PHP framework to work with. One of the items several developers have been asking to be included in the next CodeIgniter release, is a core library for a shopping cart. The library is being added for CI version 1.7.2, and is currently available via SVN on the CodeIgniter website. UPDATE 09/12/2009: [...]

Posted in Code Igniter | Tagged , , , | Comments closed