<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ccffff" text="#000000">
We're actually in the middle of an ajax project. Like Adam said, the
server side is pretty much standard cgi, you just basicaly have to
decide on the data transport method you want to use. <br>
<br>
We looked at a lot of&nbsp; ajax libraries like scriptaculous and a few
others. But we settled on ExtJS ( extjs.com ), it is a very impressive
package. The site has a lot of tutorials and demos to help you step
through the build process. There are none done with perl, but a few do
with php and ruby so it is easy to extend that into the perl world.
They also have a very active forum for support or they also do have
paid support if you really need it or want assistance in a rapid build.<br>
<br>
Mike<br>
<br>
Shaun Fryer wrote:
<blockquote cite="mid:20080418171931.GB19864@sourcery.ca" type="cite">
  <pre wrap="">If you like, you're free to use the following library for Ajax (Utils.httpReq).
I know there are alot of them out there, including Prototype which is widely
used. Mine however, also handles syncronous requests cross-browser, which to
my knowledge no other OSS libraries do.

    <a class="moz-txt-link-freetext" href="http://sourcery.ca/js/Utils.js">http://sourcery.ca/js/Utils.js</a>

Of course any questions can be addressed to me. For pretty small stuff
(&lt;15 mins), I don't mind occasionally helping out with JavaScripting pro-bono.

Cheers,
--
    Shaun Fryer

On Fri, Apr 18, 2008 at 12:06:26PM -0400, <a class="moz-txt-link-abbreviated" href="mailto:adam.prime@utoronto.ca">adam.prime@utoronto.ca</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">new Ajax(url, {
     method: 'get',
     update: $('replace_me')
}).request();
    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
toronto-pm mailing list
<a class="moz-txt-link-abbreviated" href="mailto:toronto-pm@pm.org">toronto-pm@pm.org</a>
<a class="moz-txt-link-freetext" href="http://mail.pm.org/mailman/listinfo/toronto-pm">http://mail.pm.org/mailman/listinfo/toronto-pm</a>


  </pre>
</blockquote>
</body>
</html>