<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>body{font-family:Helvetica,Arial;font-size:13px}</style>
</head>
<body>
<div style="font-family:Helvetica,Arial;font-size:13px; ">Hi Elie,</div>
<div style="font-family:Helvetica,Arial;font-size:13px; "><br>
</div>
<div style="font-family:Helvetica,Arial;font-size:13px; ">Seaside is a pretty old framework. Unlike most web-technology, it’s still maintained though. Many years ago there were a number of jQuery frameworks that allowed websites to be more dynamic. That’s why
 Seaside supports Scriptaculous, Prototype, jQuery and jQuery UI. If you check the Wikipedia pages of any of these, you’ll see that jQuery is the single still actively developed javascript framework from back then. </div>
<div style="font-family:Helvetica,Arial;font-size:13px; ">So if you want to know which ones to learn: only jQuery is worthwhile. Like the other frameworks jQuery UI is petty much dead (last update was 10 years ago). For good looking widgets the standard today
 is more or less Bootstrap (but as always on the internet, there’re alternatives that might or might not be better). There is a bootstrap implementation in Seaside, but i’m not sure if it’s included in the standard installation. I also don’t know which version
 of Bootstrap it is, the latest version is 4.3, but 3.x is still widely used.</div>
<div><br>
</div>
As for documentation: the Smalltalk interface to these web-technologies is typically very close to the original implementation.
<div>For example in jQuery (in javascript) you write: jQuery("div“).show().That’s two pieces, first you find all DIV elements in the HTML DOM tree, then you tell all of them to show. In Smalltalk that’s written as: (html jQuery: 'div‘) show.</div>
<div><br>
</div>
<div>The documentation can be found at: <a href="http://api.jquery.com/jquery">http://api.jquery.com/jquery</a> and <a href="http://api.jquery.com/show">http://api.jquery.com/show</a>. As you can see the URLs follow a VERY simple schema, so just place your
 function-name at the end and go directly to the relevant documentation. Please note that in jQuery it’s super common to have different behaviour for the same function based on different arguments.</div>
<div><br>
</div>
<div>For Bootstrap the documentation can be found at: <a href="http://getbootstrap.com">
getbootstrap.com</a>. There it’s a bit more difficult as bootstrap is not a javascript framework but a mix of html, css and javascript. javascript playing only a tiny part, the biggest part in Bootstrap is creating correct html with the right set of attributes
 so that the appropriate css rules can kick in.</div>
<div><br>
</div>
<div>That being said: if you want to learn more about any of these frameworks, just pick some tutorials on the web and create their html and javascript using Seaside.</div>
<div><br>
</div>
<div>Kind Regards</div>
<div>Karsten</div>
<div><span style="font-size: 14px;"><br>
</span></div>
<div><span style="font-size: 14px;"><br>
</span></div>
<div><span style="font-size: 14px;">Georg Heeg eK</span>
<div class="gmail_signature">
<pre style="font-size: 14px;"><pre>Wallstraße 22
06366 Köthen

Tel.: 03496/214328
FAX: 03496/214712
Amtsgericht Dortmund HRA 12812</pre></pre>
</div>
<br>
<p class="airmail_on">Am 6. Oktober 2019 um 07:08:19, Elie Choueiri (<a href="mailto:elie.choueiri@gmail.com">elie.choueiri@gmail.com</a>) schrieb:</p>
<blockquote type="cite" class="clean_bq"><span>
<div>
<div></div>
<div>For example, what is (html jQuery load) --- What does `load` do? Is<br>
there any documentation to explain when I should use it?<br>
<br>
On 10/6/19, Elie Choueiri <elie.choueiri@gmail.com> wrote:<br>
> Thanks, I did not know about those links, they do help!<br>
><br>
> If there are any other resources, please let me know. And if it's<br>
> better to use scriptaculous over jQuery?<br>
><br>
><br>
> On 10/4/19, BrunoBB <smalltalk@adinet.com.uy> wrote:<br>
>> Hi,<br>
>><br>
>> Did you installed Seaside ?<br>
>><br>
>> If so then go to url:<br>
>> http://localhost:8080/javascript/jquery-ui<br>
>><br>
>> And there are some JQuery examples there.<br>
>><br>
>> Also check:<br>
>> http://localhost:8080/javascript/jquery<br>
>><br>
>> regards,<br>
>> bruno<br>
>><br>
>><br>
>><br>
>> --<br>
>> Sent from: http://forum.world.st/Seaside-General-f86180.html<br>
>> _______________________________________________<br>
>> seaside mailing list<br>
>> seaside@lists.squeakfoundation.org<br>
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br>
>><br>
><br>
><br>
> --<br>
> (N)E<br>
><br>
<br>
<br>
-- <br>
(N)E<br>
_______________________________________________<br>
seaside mailing list<br>
seaside@lists.squeakfoundation.org<br>
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br>
</div>
</div>
</span></blockquote>
</div>
</body>
</html>