Tag Archives: jQuery

Embedded data extraction

I recently developed a small website that allowed users to add students to a database and then allow them to be assigned software license keys. Part of the problem that the website aimed to solve was that previously students were … Continue reading

Posted in Programming | Tagged , | Leave a comment

Web parsing

Five web sources need to be parsed and data entries (say search results) need to be extracted. What is the best approach? One could use regular expressions to work on the data. However, I am more familiar with XPath selectors … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment