If you, like me, work with legacy enterprise web applications, you may need to run the web applications in a legacy document mode. This allows support for non-compliant markup that works with old versions of Internet Explorer. When you then add new content that requires modern web browser functionality, you may find yourself placing said Continue reading →
Background I’ve recently been diving into the world of web scraping at work. “Web scraping” refers to extracting information from web pages. Web scraping using jQuery is a simple way to extract targeted information using client-side scripts that can be easily integrated into existing web applications. jQuery is a free JavaScript library that allows the Continue reading →