[Seaside] Re: Seaside HTML5/JS

Lukas Renggli renggli at gmail.com
Mon Dec 15 08:02:51 UTC 2008


Hi Markus,

> What's the best way to work with Seaside and JavaScript?

It is most convenient to stick with one of the provided libraries
(script.aculo.us or jQuery) and use the provided Smalltalk helpers for
all in-lined code snippets. If there is more Javascript functionality
needed, I usually write that in a separate Javascript file and call it
using a custom helper object.

> What's the best way to use early HTML5 features?

There is a HTML5 package. Browser support is very limited though [1].

Lukas

[1] http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML_5)

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list