I recently started using Mover.io to back up my blog. Mover is a relatively new service which can migrate or back up between several different cloud services. I'm starting to use it as part of my backup strategy, making sure even files I have "in the cloud" are located in more that one service. To demonstrate the steps, here's a short screencast in which I add a regular backup task from part of my blog to the Box cloud service, (Read More)
Recently in Tools Category
Here's a simple bookmarklet that assembles the current browser page title and link into Markdown format, suitable for use in all browsers. (Read More)
When doing web development on the desktop, you have the benefit of inspection and debugging tools available in modern browsers like Chrome, Firefox, Safari and Internet Explorer. Inspecting web traffic for page requests and API calls is relatively straightforward. Once you move over to mobile development, you miss a lot of those built-in tools. Luckily there are some good desktop network proxy tools which can make mobile traffic inspection possible again. In this post I'll walk through setting up an Android 4.x device with Fiddler running on a Windows PC. (Read More)
Importing table-formatted data from web pages is a very handy feature of Microsoft Excel, and probably not very well known. To demonstrate the steps, I made two short videos covering both Windows and Mac versions of Microsoft Excel... (Read More)
Keeping track of technical issues, bugs and tasks between companies can be a real hassle. In my current job we switched from emailing Excel spreadsheets to hosted JIRA (OnDemand) which costs only $10/month for up to 10 users. (Read More)
Curl is a very handy tool for downloading pretty much anything from a URL, and should be in every web developer's toolkit. However, the sheer number of Curl options can be overwhelming. Here I give a quick summary of the most common options and a few typical examples. (Read More)
Splunk is an enterprise-grade software tool for collecting and analyzing log files and other data. They have a free version which is great for personal projects or smaller websites. In this blog post I explain how to use Splunk on standard Apache logs to explore your data, and an example of a misbehaving bot that I identified and was able to block. (Read More)