Yearly Archives: 2013

Get the message?

Following on from a bout of attempting (and finally succeeding) to get the content and background scripts in a Chrome extension to talk to one another, this seemed like a perfect opportunity to write down a couple of the things

Tagged with: , , ,
Posted in Javascript

Getting Some Context

Introduction I’ve recently started experimenting with creating Chrome extensions. Although there are a number of good tutorials out there Ā (turning divs red was particularly helpful), it’s almost impossible to have tutorials out there ready-and-waiting for all possible topics. So, let’s

Tagged with: , , , ,
Posted in Javascript

Searching for primes

There’s a well known way to optimise a basic search for primes, but why does it work?

Tagged with:
Posted in Brain Pieces

Generating South African ID Numbers

Introduction An ID number is a basic requirement for various online applications. There are two ways we can take advantage of ID numbers – we can verify them using their check digit to ensure that the user entered their ID

Tagged with: , ,
Posted in Javascript, Math

Web Audio API – Bits of Sound

Introduction “Da da da dum! Doesn’t that stir anything in you?” Ford Prefect, The Hitchhiker’s Guide to the Galaxy Sound and music have been an part of our society since time unknown. Impossible as it would be to describe to

Tagged with: , , , , ,
Posted in Javascript

Mental backups for impress.js

Impress.js impress.js is a beautiful piece of a presentation library that uses HTML5 elements to give you a continuous ‘infinite’ presentation surface. This allows you to develop presentations employing effects that are simply impossible using a traditional slide-based deck. The

Tagged with: , ,
Posted in Javascript

Analyzing a Poker Hand Analyzer

Introduction subskybox wrote an intimidating 5-card poker hand analyzer in four linesĀ of JavaScript. The original is somewhat tricky to understand initially:

Of course, by somewhat tricky I mean extremely tricky, and by initially I mean always. The shock and

Tagged with: , , ,
Posted in Javascript

require.js, jQuery and canvas

In an attempt to bring some sort of order to my JavaScript projects, I’m introducing the require.js library. As it says, require.js is a Javascript file and module loader.

This means that I can break away from HTML files

Tagged with: , , ,
Posted in Javascript

Parsing Guitar Tab

Introduction Standard musical notation is extremely expressive but has an incredibly steep learning curve. Although it can specify notes andĀ durationĀ precisely it takes practice and time to learn how to convert from what you see to how you play it. For

Tagged with: , , , , , ,
Posted in Javascript

The Math is Fine, The Universe is Broken

If something is really really really small, does it really not exist at all? You may say no, everything has a value, no matter how small or tiny it is. The joy of existence is that that which exists cannot

Tagged with: ,
Posted in Math