Category Archives: Javascript

Generating Javascript with Scala and Lift

One of the ideas that has become popular in recent years is the concept of writing complex browser GUIs entirely in your server side language, and generating the required javascript. In Java both the Google Web Toolkit and ZK allow … Continue reading

Posted in Javascript, Lift, Scala | Tagged , , | Leave a comment

Using jQuery in bookmarklets

Writing a javascript bookmarklet is a great way to add functionality to a web page that you don’t control. But if you use jQuery, wouldn’t it be neat to be able to use that in your bookmarklet? You can do … Continue reading

Posted in Javascript, jQuery | Tagged , | 2 Comments

Writing a bookmarklet

A bookmarklet is a piece of javascript that you store as a bookmark. It’s a neat way of adding functionality to a web page that you don’t control. As part of my job, my team develops code in branches and … Continue reading

Posted in Javascript | Tagged | Leave a comment

Coffeescript – improved javascript

An interesting attempt to create a more powerful syntax for javascript: http://jashkenas.github.com/coffee-script/  

Posted in Javascript | Tagged | Leave a comment