There’s a relatively common interview question that asks you to write a chunk of JavaScript to find prime numbers. I thought I’d tackle it without the pressure of someone watching over my shoulder. To that end, I built getPrimes.js to do the work for me.
Tag: code
PodRadio.js – Cross-Domain JS Podcast Player
Ever wanted to load a podcast (or several) onto your web site, but didn’t have the resources to make a proxy to get around cross-domain scripting issues? Worry no more! PodRadio.js is here.
Gwaker – Chrome Extension Tutorial
Got to playing around with Chrome extensions and put this one together. There are a few simple plugin demos out there, but I thought this one was short and sweet.
A Simple JavaScript API
Getting started building an API can be tough if all you’re looking at are big, monstrous (but useful) APIs. To combat this, I’ve built a really simple API to redirect users based on the hash in their URL. It initializes, take external data, and returns a response block.