Re: [Rails-spinoffs] JavaScript Compression

2006-06-25 Thread Dave Crane
Hi Sam, I used the compressor that ships with Dojo on a biggish codebase that uses prototype and scriptaculous, and it worked. Knocked 500K of code down to 340K if I remember right, but your mileage may vary. It is Java-based, so should run on windows without a problem. It isn't a polished GUI

Re: [Rails-spinoffs] XSLT Ajax Widget implementation

2006-06-09 Thread Dave Crane
Hi Lindsey, Without looking at the internals of your app... if you're building up a table and assigning event handlers to every row, you could make it quicker by assigning one event handler to the entire table, which then figures out which row was clicked (using Event.element, for example) and