Oct
02
2012
This summer, we hired three interns to build a mobile web application and learn a bunch in the process. Here is their story, in video form: If you don’t have Flash installed (and thus don’t see the video above), you can try this direct link to the video. It plays well on most platforms (including [...]
Tags: internship, javascript, mobile, node.js
Jun
23
2010
Node is a combination of Google’s V8 JavaScript implementation, and various plumbing and libraries. The result is an unusual and clever server programming platform. Node is in a fairly early development phase, and already has a remarkably active community: ~9000 mailing list messages (as of June 2010) and many dozens of projects and libraries. I’ve [...]
Tags: contest, javascript, node.js, programming
May
03
2007
Over at Yahoo Video you can watch an excellent talk by Doug Crockford on JavaScript (part 1). (part 2, part 3, part 4) This is likely the best introduction to JavaScript I have seen, and worthwhile even if you’ve been using JS for years. Why does JavaScript matter? 1) It is ubiquitous now (in nearly [...]
Tags: java, javascript, video
Nov
10
2006
Last night (9 Nov 2006) at the St. Louis Java User Group, I gave a talk on “Scripting Your Java Application”. As I mentioned, there were no slides, but rather a handout, the text of which is pasted below. You can download the handout (a tight, one page PDF), the code, audio of the talk [...]
Tags: audio, java, javascript, lua, programming
Nov
05
2006
This Thursday, I will give a talk at the St. Louis Java User Group on “Scripting your Java Application”, Thursday Nov. 9. Here is the blurb: First, this talk will show how to plug in scripting capability to your application, using common scripting mechanisms, including those from the scripting related JSRs (223, 274, etc), and [...]
Tags: java, javascript, lua
Oct
19
2003
Notes from my OOSIG talk on JavaScript, a classless (prototype-based) OO language
Tags: javascript