I’m prototyping an app in Bootstrap and using Nav TabsĀ as part of it. I wanted a way to make it so if you had a…
/* that might come in handy later */
This isn’t the way to build a huge web app, and it’s not super performant, but if you need to alternate between screens in a…
Here’s a pattern for a javascript singleton that I’ve been using for a while. window.singletonName = window.singletonName || new (function(argument) { console.log(“argument: ” + argument);…
Recently we (at Primal) were asked to create a game that had to run on iOS and Android, in the browser. We picked the new…
I’m working on a project at Primal right now for a big TV network you’ve heard of who is making an iPad app. They’re bringing…
I just upgraded to Mountain Lion, and to my astonishment, everything seemed to work just as it did before. Maybe even a little faster. That’s…
I have a playlist called 5 Star. It’s a smart playlist, and it is set to include all songs with 5 stars. At my desk,…
I got a comment on an earlier post about making animation look better on mobile, and there seemed to be some confusion about using javascript…
I signed up for iTunes Match today, mostly just to upgrade all my music to un-DRM’d 256k (the iTunes Plus method would have cost about…