-
Archives
- July 2011
- December 2010
- June 2009
- January 2009
- December 2008
- November 2008
- October 2008
- July 2008
- June 2008
- April 2008
- March 2008
- February 2008
- December 2007
- April 2007
- February 2007
- January 2007
- May 2006
- January 2006
- October 2005
- August 2005
- June 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- July 2003
- May 2003
- April 2003
- March 2003
- February 2003
- January 2003
- December 2002
- November 2002
- September 2002
- August 2002
- July 2002
- June 2002
-
Meta
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
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
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