March 31, 2011
Being a programmer, and a lazy resourceful person, I love automation, and streamlining as many daily processes as possible. Sometimes a task is so simple, we just do it without thinking. That’s especially true if automating it can take one or more days. But, there’s more than just those 8 minutes you spend every day [...]
Read the full article →
March 28, 2011
I had a need to get some data that wasn’t available in the merchant’s datafeed, and since I wasn’t going to be putting a huge burden on the merchant’s site (ie: if you scrape, be nice*) I decided to write a little scraper to do so. In this script, I’m using all, pure PHP functions: [...]
Read the full article →