[jQuery] Re: jquery + adobe air: getting started?

2007-10-02 Thread Andy Matthews
If anyone sends you something offlist, please post it back here. I'm also VERY interested in learning this type of development. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jack Killpatrick Sent: Tuesday, October 02, 2007 11:13 AM To:

[jQuery] Re: jquery + adobe air: getting started?

2007-10-02 Thread Jake McGraw
A free copy of AIR for JavaScript Developers is available here: http://tinyurl.com/23uqqj [ajaxian.com] As jQuery ajax functions work within Safari (Webkit), there should be no major overhauls necessary for your app. Simply generate a static HTML representation of your application and include

[jQuery] Re: jquery + adobe air: getting started?

2007-10-02 Thread Jack Killpatrick
Thanks Jake, At this risk of getting too off-topic, I don't *think* that will work for my scenario, which is an app that does a lot of jquery ajax stuff with json. In particular, there is a sandbox that some of it will have to live in:

[jQuery] Re: jquery + adobe air: getting started?

2007-10-02 Thread Rey Bango
Hi Jack, Before Beta 2 and the new security features, doing that would've been trivial. With the new features, I don't believe you'll be able to just have one codebase for your app since the sandboxes are built in a way that require you to use the built-in APIs to do things like Ajax calls.

[jQuery] Re: jquery + adobe air: getting started?

2007-10-02 Thread Jack Killpatrick
Thanks Rey. Finding out whether the usual jquery $.getJson and such will work from inside the (beta 2) sandbox (or some other way via the sandbox bridge) is my first task. If someone knows that, it'd save me some experimentation time. I dread the thought of converting code to the AIR native

[jQuery] Re: jquery + adobe air: getting started?

2007-10-02 Thread Andy Matthews
Thanks Jake. I'll check that out. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jake McGraw Sent: Tuesday, October 02, 2007 12:19 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jquery + adobe air: getting started? A free copy

[jQuery] Re: jquery + adobe air: getting started?

2007-10-02 Thread Rey Bango
Yep I sure did. Here's the right link: http://ajaxian.com/archives/a-breath-of-fresh-air-from-adobe Rey Jack Killpatrick wrote: Thanks Rey. Finding out whether the usual jquery $.getJson and such will work from inside the (beta 2) sandbox (or some other way via the sandbox bridge) is my

[jQuery] Re: jquery + adobe air: getting started?

2007-10-02 Thread Rey Bango
Hey Jack, I just found this on Dzone. 11 Recent Tutorials / Articles at the New Adobe Developer Center http://www.beedigital.net/blog/?p=1417 Rey... Jack Killpatrick wrote: Thanks Rey. Finding out whether the usual jquery $.getJson and such will work from inside the (beta 2) sandbox (or