Tag: nodejs

  • Building a Site Scraper to Find Problem Urls in WordPress

    Sometimes all you need is a quick scraper to help you get the information missed in a database search-and-replace. I recently hacked together this single use scraper repo. Fork, extend and tweak for your needs!

  • Discovering Browser-sync

    There’s a new tool that I’m loving as I explore various ways to streamline my multi-device development. http://www.browsersync.io/ This tool is a node module, which synchronizes interactions between multiple browsers and devices, enabling multiple, concurrent views of the same state of a website. So as an example, we would start browser-sync on the root directory…