Eli Grey

Eli Grey

27p

25 comments posted · 1 followers · following 0

13 years ago @ Eli Grey - mumbl · 0 replies · +1 points

Glad to hear that you like it! On the issue about codec support, I'll try to remember to add a notice to the readme eventually. Also, mind linking me to your mumbl-powered music player? I see that you mention "buttons", so I'm guessing that you repurposed my reference player. Sorry that the reference player is such a mess :p

13 years ago @ Eli Grey - APNG Feature Detection · 0 replies · +1 points

It seems that data: URI security error issue is no longer present in more recent browsers. I will update my post accordingly.

13 years ago @ Eli Grey - Localization in JavaSc... · 0 replies · +2 points

You may want to look into W3C I18n.

13 years ago @ Eli Grey - Localization in JavaSc... · 0 replies · +2 points

Nice work on the plugin!

13 years ago @ Eli Grey - Fonts in Processing.js · 0 replies · +1 points

Sorry, but the loadFont() patch has to be removed for when processing.js is fully-asynchronous. I’ll fix the demo when this happens.

14 years ago @ Eli Grey - Pausing JavaScript wit... · 0 replies · +1 points

I like your idea, and will include something similar to it in async.js. Instead of extending Function\'s prototype, I\'m going to make the to object a function that takes a function as an argument and returns a function call descriptor generator for it.

14 years ago @ Eli Grey - APNG Feature Detection · 1 reply · +1 points

Hosting an APNG image on an external server and serving it with an Access-Control-Allow-Origin: * header should work.

14 years ago @ Eli Grey - E4X DOM Toolkit · 0 replies · +1 points

Only SpiderMonkey, Rhino (both maintained by Mozilla), and Tamarin (maintained by Adobe) support E4X. As for the demo, just try out the examples in the post.

14 years ago @ Eli Grey - http-index-format Auto... · 0 replies · +1 points

It seems I forgot to update the link when I moved much of my stuff off of code.eligrey.com and onto Github repositories and gists. The link is now fixed.

14 years ago @ Eli Grey - http-index-format Auto... · 0 replies · +1 points

You most likely forgot to put the "RewriteCond %{HTTP:User-Agent} Gecko/" condition in your .htaccess file.