[Catalyst] Re: implementing ajax

2008-03-13 Thread Aristotle Pagaltzis
* Jennifer Ahn [EMAIL PROTECTED] [2008-03-12 18:20]: I'm sure that JSON and all the other goodies are perfect tools for implementing ajax, but i would like to learn what's really going on in teh black box before I use it. JSON is not a “blackbox.” (Does that even mean anything?) It’s simply a

Re: [Catalyst] Re: implementing ajax

2008-03-13 Thread KH
I think the 2007 Calendar had a great Javascript/JSON/Catalyst tutorial. http://catalyst.perl.org/calendar/2007/9 If you've never used javascript with callbacks before, or even if you have, it's a great reference. Honestly, I find myself modeling much of how I use javascript after how that

Re: [Catalyst] Re: implementing ajax

2008-03-13 Thread J. Shirley
On Thu, Mar 13, 2008 at 6:41 AM, KH [EMAIL PROTECTED] wrote: The only /real/ vulnerability to JSON - as I understand it, and I could be wrong - is when you read JSON from untrusted hosts. JSON doesn't have the requirement like XML does that the response come the from the same host that you

Re: [Catalyst] Re: implementing ajax

2008-03-13 Thread Ashley
One JSON security tangent worth knowing: http://bob.pythonmac.org/archives/2007/04/05/fortify-javascript- hijacking-fud/ Why I mentioned earlier, wrap it in {}. -Ashley ___ List: Catalyst@lists.scsys.co.uk Listinfo:

RE: [Catalyst] Re: implementing ajax

2008-03-13 Thread Matt Pitts
-Original Message- From: J. Shirley [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 11:51 AM To: The elegant MVC web framework Subject: Re: [Catalyst] Re: implementing ajax On Thu, Mar 13, 2008 at 6:41 AM, KH [EMAIL PROTECTED] wrote: The only /real/ vulnerability to JSON