-
X-Cart File too large for egoods download
I have been working on xcart and even thought I really like it there is a huge problem with their egoods downloads. The site I was working on distributes large videos, up to 500 MB, but I was running on the problem that x-cart eGoods would only download 24.5 MB maximum. After browsing the interwebs i came across…
-
Adding the Authorize.net PHP SDK to CodeIgniter 1.7
I am writing a site that requires credit card processing through authorize.net. I am building the site using the CodeIgniter framework. I was thinking I would have to do some fancy hacking or using a 3rd party library to make this work but it turns out that you can user the SDK provided by Authorize.net…
-
jQuery .show() not working properly in Chrome
So I finally got around learning jQuery, better late than never, so on my first script I ran into this weird problem. I made this simple click once hide an element show another scrip for a simple accordion, it worked great in IE and FF but then when i tested in Chrome, it didn’t work!…