Posted
September 27th, 2009
in
Programming
/
Tags: JavaScript, Magento, PHP, Programming
This post is a bit overdue considering the project for which I did this was completed months ago. I finally got around to documenting it. Magento’s product list view lets customers add products to the shopping cart one at a time. The client wanted customers to be able to add multiple products to the shopping cart simultaneously. Given the time constraints for the projects, I created an ad hoc AJAX method to accomplish this feature request.
Read the rest of this entry »
Posted
August 11th, 2009
in
Uncategorized
/
So Greg Goodwin has a very good post on installing Ruby on Rails with Passenger on a Media Temple dedicated virtual server. However, there were some post-install gotchas I ran into. I don’t recall running into these problems before. Perhaps I did and solved them last time, but did not write the solutions down. Well now I’m going to.
Read the rest of this entry »
Posted
August 8th, 2009
in
Politics
/
Tags: Honda, Politics
I wouldn’t have believed it, unless I saw it with my own eyes, but I think I saw my first Cash for Clunkers scam. I’m not 100% sure if that’s what it is, but the cynic in me thinks so. Take a look for yourself.
Read the rest of this entry »
Posted
July 31st, 2009
in
Software
/
Tags: Apache, Software
I helped deploy a Magento store today, but the client did not have all the products entered in the database, and won’t be ready to launch that part of the site for another month. So they wanted a “Coming Soon!” splash page to be at the subdirectory where the store is and password protect everything else. To do that I had to reconfigure the .htaccess file.
Read the rest of this entry »