Chrome Extension: Add a link to the SVN repo on WordPress plugin pages

When I browse WordPress plugins I often want to see the source, history, or something along those lines. Unfortunately the only link to anything close to that is a .zip file, even though each plugin has a corresponding SVN repo. Tonight I got tired of manually copying the slug, reminding myself of the SVN address, and navigating there. So I made a Chrome extension to add a fancy new button to those pages, right under the .zip download button, with a link to the plugin’s SVN repo.

You can install it in the Chrome Extensions MarketplaceAppWhateverTheyCallIt.

You can also see the extension’s source on Github.

A potentially clever take on privacy settings

Google offers some clever privacy options at times, such as YouTube’s unlisted video option. The main benefit here is that you can (mostly) control access without requiring visitors to manage usernames, passwords, or other authentication — if you have the link you have access, but you can’t (easily) find the link unless it’s given directly to you.

In that spirit, I made a little WordPress plugin to do something similar. Props Pete Davies for the idea.

IsValid.org on Github

I just published the source code for one of my side projects, isvalid.org.

IsValid started as a little tool for myself to automate data analysis. It will take the results of an A/B test, perform some basic statistical tests (significance and confidence intervals), and return some data and charts to help you understand what the results mean.

If you’re into that sort of thing, check out IsValid on Github.