|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
CFAjaxhttp://www.anticlue.net/archives/000564.htm
In the arena of new things to try out arrives CFAjax. CFAjax is the AJAX implementation for coldfusion. It makes coldfusion method calls on server directly from HTML page using JavaScript and return backs the result to the calling HTML page. CFAjax comes with simple to use JavaScript API and simple coldfusion implementation that marshal's the response between your CF methods and HTML page. Using CFAjax you can create highly interactive websites with greater performance and usability Thank you IndianKey! http://www.indiankey.com/cfajax/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:47:1622 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/47 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:47 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
Re: CFAjaxDon't forget Rob Rohan's Neuromancer which has let people do this sort
of stuff since long before anyone coined the term "AJaX"... On 5/31/05, Michael Dinowitz <mdinowit@...> wrote: > http://www.anticlue.net/archives/000564.htm > > In the arena of new things to try out arrives CFAjax. > CFAjax is the AJAX implementation for coldfusion. It makes coldfusion method calls on server directly from HTML page using JavaScript and return backs the result to the calling HTML page. CFAjax comes with simple to use JavaScript API and simple coldfusion implementation that marshal's the response between your CF methods and HTML page. Using CFAjax you can create highly interactive websites with greater performance and usability > > Thank you IndianKey! > > http://www.indiankey.com/cfajax/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Protect your mail server with built in anti-virus protection. It's not only good for you, it's good for everybody. http://www.houseoffusion.com/banners/view.cfm?bannerid=39 Message: http://www.houseoffusion.com/lists.cfm/link=i:47:1623 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/47 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:47 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
Re: CFAjaxI was looking cfajax over a bit, it says on the site:
"With CFAjax you can return string, numbers, boolean, Array , Structures, Query and Coldfusion Component (classes) from your coldfusion code" and from a quick glance at the code that is because it builds javascript on the server and sends that to the calling page... does that sound right? Meaning, for example, it takes a cfarray converts it to a javascript array (in text) and send that to the browser via xmlhttp On 5/31/05, Michael Dinowitz <mdinowit@...> wrote: > http://www.anticlue.net/archives/000564.htm > > In the arena of new things to try out arrives CFAjax. > CFAjax is the AJAX implementation for coldfusion. It makes coldfusion method calls on server directly from HTML page using JavaScript and return backs the result to the calling HTML page. CFAjax comes with simple to use JavaScript API and simple coldfusion implementation that marshal's the response between your CF methods and HTML page. Using CFAjax you can create highly interactive websites with greater performance and usability > > Thank you IndianKey! > > http://www.indiankey.com/cfajax/ > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase Captivate from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=52 Message: http://www.houseoffusion.com/lists.cfm/link=i:47:1643 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/47 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:47 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
Re: CFAjaxThat's what it looked like to me, too...
-R Rob wrote: > I was looking cfajax over a bit, it says on the site: > > "With CFAjax you can return string, numbers, boolean, Array , > Structures, Query and Coldfusion Component (classes) from your > coldfusion code" > > and from a quick glance at the code that is because it builds > javascript on the server and sends that to the calling page... does > that sound right? Meaning, for example, it takes a cfarray converts it > to a javascript array (in text) and send that to the browser via > xmlhttp > > > > On 5/31/05, Michael Dinowitz <mdinowit@...> wrote: > >>http://www.anticlue.net/archives/000564.htm >> >>In the arena of new things to try out arrives CFAjax. >>CFAjax is the AJAX implementation for coldfusion. It makes coldfusion method calls on server directly from HTML page using JavaScript and return backs the result to the calling HTML page. CFAjax comes with simple to use JavaScript API and simple coldfusion implementation that marshal's the response between your CF methods and HTML page. Using CFAjax you can create highly interactive websites with greater performance and usability >> >>Thank you IndianKey! >> >>http://www.indiankey.com/cfajax/ >> >> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:47:1653 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/47 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:47 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
| Free Forum Powered by Nabble | Forum Help |