David Stone's Blog

I'm open to suggestions for a subtitle here! (Really!)

Browse by Tags

All Tags » javascript (RSS)
Another Quarter Done
Whew. Crazy quarter. Glad that's over. I just found out that I got an A in my programming languages course. That's really good, because the final was killer. It had a bunch of "what's the value of this ML/Python/Prolog program" questions and some scoping...
jQueryMonkey
Paul asked if one could easily add jQuery to pages everywhere. He mentioned that you might be able to do it using GreaseMonkey. The answer is: of course you can. :) var theScript = document.createElement("script"); theScript.src = "http...
More Posts