Tag Archives: javascript

SWFUpload with flash 10

Flash player version 10 has new security restrictions with it’s javascript interaction.  It is no longer possible to trigger the local file picker from a javascript event.  Basically breaking the most legitimate use of flash in websites that I’ve seen … Continue reading

Posted in General | Tagged | Comments Off

Greasemonkey script for twitter

A few weeks ago I was thinking about how hilarious it would be to view twitter pages with OMG: prepended to all the messages. I’ve had a post-it note attached to my monitor ever since that has 3 words: twitter … Continue reading

Posted in General | Tagged , | 1 Comment

I love code snippet challenges

I stumbled upon a blog with a random code snippet challenge. Here was the problem at hand: Given a String (x) containing only characters a-z, write a function (f) that returns a base 10 integer, which converts the String as … Continue reading

Posted in General | Tagged | Comments Off