RE: A Question for Development: Ajax Now or Ajax Later?

2007-04-10 Thread Rick Faircloth
A good perspective, Dan. I'll most likely follow that path. I especially agree on the component aspect of packaged solutions...they tend to work well at first, but as requirements for functionality grow, code has to be manually tweaked and I end up writing much of the code myself. It was that

RE: A Question for Development: Ajax Now or Ajax Later?

2007-04-09 Thread Dan G. Switzer, II
Rick, So the question, becomes... spend a lot of time now learning to implement jQuery and Web 2.0 interfaces and functionality or wait for CF 8, see what it provides, and then just fill in any remaining gaps with third-party development? A couple of quick points: jQuery is more than just AJAX.

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-08 Thread Robertson-Ravo, Neil (RX)
Yep, but Apollo as a delivery mechanism and RIA just makes more sense imo. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is

RE: A Question for Development: Ajax Now or Ajax Later?

2007-04-08 Thread Dave Watts
I think Flex is a better solution for developing desktop-like applications that have a requirement of broadband service or will be focused on internal networks (similar to client/server apps). For a typical consumer-oriented website where you need to accommodate for a variety of

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-08 Thread Rey Bango
Hi Dave, Flex applications can work pretty well without any more bandwidth than a typical web application. The big limitation is the requirement of Flash Player 9, and related to that the inability to run Flex applications without a standard desktop computer. I'll try that out with ScrapBlog

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-08 Thread James Holmes
Or Apollo. That's the whole point of it; freeing internet technologies from the restrictions of the browser. On 4/8/07, Rey Bango [EMAIL PROTECTED] wrote: If you need to build a desktop application, then use desktop development tools such as MS' suite of .Net tools. I'm still not convinced

RE: A Question for Development: Ajax Now or Ajax Later?

2007-04-08 Thread Dave Watts
I guess we'll disagree on this. The evolution of libraries such as jQuery, Dojo YUI! have made development using these technologies far too easy and with the adoption rates continuing to climb, I can't call them band-aids. Perhaps thats what they were when people initially did remote

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-08 Thread Rey Bango
Why shouldn't we be able to have that sort of power with distributed multiuser applications? There is no reason, other than inertia, why we can't. Who says we don't? The apps that I built back in the early 90's worked quite well across the Enterprise even before the Internet became pervasive

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-08 Thread Ariel Jakobovits
HTTP can carry any message that I can imagine, thus it can be the delivery mechanism for any language to express an RIA. The only argument that makes sense is that the _browser_ is an inefficient mechanism for delivering RIA as opposed to Flex. Regarding Flex, I hate compiling things when

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Robertson-Ravo, Neil (RX)
No harm in learning the ins and outs now, as undoubtedly the Adobe integration will hand feed the developer and when you need to something more advanced you will be pinging lists asking how (which of course is what lists are for) An hour or so would familiarise you with Ajax development to a

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Paul Hastings
Rick Faircloth wrote: For a few years I've been wanting to get in on the Ajax-style development. why not flex? ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Robertson-Ravo, Neil (RX)
Coz it's rubbish :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread James Holmes
If by rubbish you mean the most productive way to produce a rich internet app, then sure, I'm in agreement :-) Flex and AJAX both have their place and they can both be very uselful - they can even work with one another using the Flex-AJAX bridge. On 4/7/07, Robertson-Ravo, Neil (RX) wrote: Coz

RE: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Rick Faircloth
I guess Flex is an option, but I've tried working with Flash with every version that has come out, and I've hated working with the Flash timeline. It's not that I'm unfamiliar with timelines... I've been using them edit video for the past 12 years. I just found the Flash interface to be

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Rey Bango
Rick, Neil said it perfectly. Its good to know the ins and outs of Ajax but more specifically, DOM manipulation. Ajax functionality is a very small aspect of what everyone regards as Web 2.0-style development and whether you're using jQuery, Prototype or whatever CF8 provides, you need to

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Rey Bango
Flex and AJAX both have their place and they can both be very uselful - they can even work with one another using the Flex-AJAX bridge. Yep, very true. The only thing that Adobe has not effectively done is clarify when either technology should be used. I really think that needs to be

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Paul Hastings
Rick Faircloth wrote: I guess Flex is an option, but I've tried working with Flash with every version that has come out, and I've hated working with the Flash timeline. the timeline has gone bye-bye as far as flex is concerned. why I would even consider it. And there also the face that I

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Robertson-Ravo, Neil (RX)
Let's not get into the who loves Flex debate :-) I'm not a fan of Flex for sure, it has it's place but for apps in a browsernah. Roll on Apollo :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Robertson-Ravo, Neil (RX)
And Rey said it perfectly. The vanilla toucher of Ajax wants it like CFML - all fluffy like, it's not and you need to learn/know JS to a degree (well any web developer should know at least the most basic DOM manipulation and JS). This e-mail is from Reed Exhibitions (Gateway House, 28 The

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Casey Dougall
Dreamweaver CS3 will have SPRY built in... ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive:

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Robertson-Ravo, Neil (RX)
Indeed, though as noted, it will be spoon feeding and nothing beats just knowing what is going on under the hood. How feature complete/full will Spry be in comparison to other FWs? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Robertson-Ravo, Neil (RX)
And to be fair, how many of us actually still use DW now :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and

RE: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Jim Davis
-Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Saturday, April 07, 2007 9:32 AM To: CF-Talk Subject: A Question for Development: Ajax Now or Ajax Later? Hi, all.. Just wanted to throw this out for some perspective. For a few years I've been wanting to

RE: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Andy Matthews
I have a question about that Rey. Will Adobe allow you to specify your library of choice or will we be force-fed the bloated Spry library? andy -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Saturday, April 07, 2007 10:37 AM To: CF-Talk Subject: Re: A Question for

RE: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Dave Watts
I guess Flex is an option, but I've tried working with Flash with every version that has come out, and I've hated working with the Flash timeline. It's not that I'm unfamiliar with timelines... I've been using them edit video for the past 12 years. I just found the Flash interface to be

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Robertson-Ravo, Neil (RX)
And finally, Flex is a much better solution for applications than AJAX, which is a collection of band-aids applied to the sucking wound that is HTML interface development. In your opinion :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN,

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Paul Hastings
Robertson-Ravo, Neil (RX) wrote: And finally, Flex is a much better solution for applications than AJAX, which is a collection of band-aids applied to the sucking wound that is HTML interface development. In your opinion :-) ditto for yours that flex isn't so hot. we've done a lot of 'ajax'

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Robertson-Ravo, Neil (RX)
For sure, Flex has some kick ass neat stuff and I can see where it does make sense (if I look hard enough), but I think that Apollo as an RIA makes more sense than Flex delivered via the browser. IMO :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey,

RE: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Rick Faircloth
Thanks for the perspective, Jim... -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Saturday, April 07, 2007 2:56 PM To: CF-Talk Subject: RE: A Question for Development: Ajax Now or Ajax Later? -Original Message- From: Rick Faircloth [mailto:[EMAIL

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread James Holmes
Of course Flex is one of the primary development platforms for Apollo... On 4/8/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: For sure, Flex has some kick ass neat stuff and I can see where it does make sense (if I look hard enough), but I think that Apollo as an RIA makes more sense

Re: A Question for Development: Ajax Now or Ajax Later?

2007-04-07 Thread Rey Bango
And finally, Flex is a much better solution for applications than AJAX, which is a collection of band-aids applied to the sucking wound that is HTML interface development. I think Flex is a better solution for developing desktop-like applications that have a requirement of broadband service