Re: Seaside HTML5/JS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Seaside HTML5/JS

Lukas Renggli
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
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside