Category Archives: Projects
mumbl
mumbl is a JavaScript library that makes it easy to play music and create playlists on web pages. Demo A demo is included with mumbl but if you dont want to download it, there is also anĀ online demo. Please note … Continue reading
Moving projects to GitHub
I’m moving every significant project on code.eligrey.com to git repositories on my GitHub account. I may or may not delete projects moved to GitHub from code.eligrey.com. I’m pretty sure I won’t remove very small code & tools, testcases, my customized … Continue reading
APNG Feature Detection
I have made a simple script that utilizes the HTML5 <canvas> API in only 9 functional lines of JavaScript to detect if a browser supports APNG images. It can be useful for deciding when to serve a client browser APNG … Continue reading
JavaScript Shell 1.4 Extended
Whenever I open up the JavaScript Shell 1.4 to test some JavaScript out, I don’t like that I have to use the default JavaScript version while testing out code. Generators, let expressions, and various other improvements to JavaScript can be … Continue reading
Cross-Browser Accessors
Xccessors is a script I made which implements the legacy methods for defining and looking up object accessors (getters and setters) of objects in JavaScript using ECMAScript 3.1′s accessors standard. This is aimed at adding support for the legacy method … Continue reading