Skip to main content

Tag Archive

#Javascript Journal illustration

Entries grouped under the javascript thread.

Archive No. 004

The Archive

Showing 4 entriesfiltered by Javascript

Timestamp Entry Detail Taxonomy Link
Feb 16, 2012
1 min read

MIDI.js

MIDI.js (on github) ties together, and builds upon frameworks that bring MIDI generation to the browser. Combine MIDI.js with jasmid to create a web radio MIDI stream similar to this demo… or with Three.js, Sparks.js, or...

Nov 7, 2011
6 min read

Bitwise Gems and other optimizations

One of my favorite posts in the last few years was Bitwise Gems in AS3 by Polygonal Labs , an article inspired by Bitwise Operations in C on Gamedev . This article is a summary of what I’ve learned, applied to Javascript...

Aug 19, 2010
3 min read

Dynamic MIDI generation in the browser

UPDATE: This project has been cancelled. The MIDIBridge took this idea much further; see the archived project page on the Wayback Machine. Have you ever wanted to use MIDI in your Javascript or Flash project? It’s been a...

Nov 20, 2006
1 min read

DHTML Color Picker

I finally got all the ColorJack code into a little widget for your websites! It’s surprisingly small… the entire package weighs in at only 24.5k :) To give you an idea for comparison, it’s nearest competitor is 72.3k. Fe...