[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Scripple ][
On Jun 24, 2:46 am, BLuRry <brendan.rob...@gmail.com> wrote:
> > Side note, I was able to crunch the javascript with Memtronic's
> > cruncher down to 28kb using the "hardcore" setting. You might only
> > have to break the JS into two parts if you want to go that route.
(For anyone wondering why Brendan tried crunching the javascript,
iPhone's browser can cache files < 25k, so this app could potentially
run locally on the iPhone via "Add to home screen".)
Performance on Chrome looks near 1MHz, at least for scrolling, but the
table shrinks like it does in FF. Going back to the dynamic GWT Grid
(table) would be great for this kind of cross-browser cruft, but
playing with styles and widths at a cell level requires ids in an HTML
file for now.
Canvas would be the next step. There's actually a GWT widget for it on
Google Code.
Cheers,
Nick.