Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Brand new app seeks to do AJAX GUI! Which tool today?

by agent00013 (Pilgrim)
on Dec 20, 2008 at 02:56 UTC ( [id://731716]=note: print w/replies, xml ) Need Help??


in reply to Brand new app seeks to do AJAX GUI! Which tool today?

As for JavaScript, I agree with jeffa: Prototype + Scriptaculous is the way to go. I've been using it to build the front-end on a Perl site and it can do a lot.

Prototype handles Ajax requests well and you can provide a lot of useful functionality by using its utility methods such as $(). Scriptaculous helps with visual effects (i.e. drag & drop.) The documentation isn't as full as I'd like, but you can find most of what you need by searching the web.

As for browser support, Prototype is compatible with IE6+, Firefox, Chrome, Opera, and Safari. I haven't had trouble with any of the Ajax calls. The only situation where it would be a problem is if somebody has JavaScript turned completely off.

On the Perl side, the JSON module works quite well for parsing JSON parameters passed through by the client, and you can create and return a JSON response.


"I'm in love with love and lousy poetry." - The Weakerthans
  • Comment on Re: Brand new app seeks to do AJAX GUI! Which tool today?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://731716]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found