I’m finding The Soup to be extremely useful for turning static HTML sites into dynamic, database driven sites. For example, scraping the desired html data, dumping it into a CSV file, and importing it into MySQL. Here’s one “real-world” example of how to do that. Continue reading