Search the web
Sign In
New User? Sign Up
ajaxcfc · ajaxCFC Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1248 - 1304 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1248
We use ajaxCFC (as well as Flash remoting) to make remote calls from the client to the server in a number of locations on our site. These remote calls are to...
Jason Malfatto
jmalfatto
Offline Send Email
Apr 6, 2007
6:52 pm
1249
Can you verify that your assumption is correct, but making a call, grabbing the session var and displaying it on the client? I'm not saying you're wrong, I'm...
Munson, Jacob
yacoubean
Offline Send Email
Apr 6, 2007
7:09 pm
1250
With the appearence of ajaxCFC for jquery I asked myself how hard it would be to do an integration of ajaxCFC with YUI (http://developer.yahoo.com/yui/)? at...
Daniel Schmid
ananda1203
Offline Send Email
Apr 7, 2007
2:54 pm
1251
It might be Daniel. I'll talk to Rob about it to see what can be done. With all of these variations, though, it might be time to perhaps develop a formal...
Rey Bango
reybango
Offline Send Email
Apr 7, 2007
3:28 pm
1252
Rather than YUI, if you want to dump all that work on yourself, why not integrate it w/ EXT? EXT is basically a much better looking UI built on top of the YUI...
Neil Bailey
nbailey00
Offline Send Email
Apr 7, 2007
10:00 pm
1253
Remember that AjaxCFC only handles Ajax calls so building upon a UI lib like Ext really doesn't make sense. I've actually interfaced with Jack Slocum because...
Rey Bango
reybango
Offline Send Email
Apr 8, 2007
1:12 am
1254
Ahhh..sorry... Just a thought.. ... From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of Rey Bango Sent: Saturday, April 07, 2007 9:10...
Neil Bailey
nbailey00
Offline Send Email
Apr 8, 2007
2:31 am
1255
No need to apologize Neil. Its an excellent suggestion but with AjaxCFC's narrow scope of functionality, its important to look at where it would best fit so...
Rey Bango
reybango
Offline Send Email
Apr 8, 2007
2:40 am
1256
Did you see the second bit about how to handle the callback functionality? Is this how everyone is doing it, and I am just a moron finally catching up, or did...
Neil Bailey
nbailey00
Offline Send Email
Apr 8, 2007
2:49 am
1257
And just to muddy the waters there is the DOMQuery option. The drag-and-drop with yui-ext does look good. ... ...
Mark Ireland
akaidr4vr
Offline Send Email
Apr 8, 2007
11:58 pm
1258
The whole YUI-EXT package is simply unbelievable. There are definitely bugs and problems with it, but when you take the issues and stack them against the...
Neil Bailey
nbailey00
Offline Send Email
Apr 9, 2007
3:32 am
1259
Are you using eclipse and Aptana? ... _________________________________________________________________ Advertisement: Visit LetsShop.com to WIN Fabulous Books...
Mark Ireland
akaidr4vr
Offline Send Email
Apr 9, 2007
11:23 pm
1262
For the many CF developers that have recently adopted jQuery and/or AjaxCFC for jQuery, Jesse Skinner has written a great tutorial on getting up to speed with...
Rey Bango
reybango
Offline Send Email
Apr 11, 2007
5:47 pm
1265
OK we are closing in fast on our public release of COOP. (COOP works with any framework, although some guys may not consider it to match their development...
John Farrar
sosensibleso...
Offline Send Email
Apr 17, 2007
9:53 pm
1266
Is there a complete Docs for AJAXCFC somewhere? (A to Z)...
John Farrar
sosensibleso...
Offline Send Email
Apr 18, 2007
12:40 pm
1271
whats up fallows? i would like to kown if there is some way to use lots of 'dropdown' in my site without repeating code like the following exemple: ...
natansouzag
Offline Send Email
May 3, 2007
8:19 pm
1274
I'm trying to develop a simple cfajax search where my cfc returns parsed xml, as an array of structs. Does anyone know of examples?...
aussiejourno
Offline Send Email
May 9, 2007
2:08 am
1277
I'm wondering if other people have had any luck using either the yui data table or something like the Rico Live data table and populating either of these from...
bsdensmore
Offline Send Email
May 9, 2007
8:50 pm
1278
I have been using YUI and the AJAX CFC and they work well together. The key thing you need to consider is instead of using there built in connection strings...
nlivengoodwaite
Offline Send Email
May 10, 2007
1:06 pm
1279
That sounds similar to what I was attempting to do. In the result function I created I am populating the Yahoo array similar to below. What ends up happening...
Ben Densmore
bsdensmore
Offline Send Email
May 10, 2007
2:08 pm
1280
Ah I understand your problem now. The issue isn't YUI or AJAX CFC both are working fine. The issue is how a query is represented in an array. I was having a...
nlivengoodwaite
Offline Send Email
May 10, 2007
2:45 pm
1281
gotcha. I thought about returning an array of structs yesterday then thought maybe I was just doing something completely wrong. Should I switch over to the...
Ben Densmore
bsdensmore
Offline Send Email
May 10, 2007
3:13 pm
1282
A query in ColdFusion is a special type of datastructure. It is pretty much unique to ColdFusion and should not be used to pass on to other languages. As Nate...
Dan Wilson
klar1ty
Offline Send Email
May 10, 2007
3:15 pm
1284
- what is the JSON version of AjaxCFC..? - what is the advantage of using AjaxCFC instead of YUI connection manager? I replaced my AjaxCFC/DWR calls finally...
Daniel Schmid
ananda1203
Offline Send Email
May 10, 2007
3:59 pm
1285
I should have said the jQuery version not JSON, though jQuery returns JSON. I was typing faster than I could think of the name. I'm not sure if there is an...
Ben Densmore
bsdensmore
Offline Send Email
May 10, 2007
4:52 pm
1286
Ben, I would definitely switch to the AjaxCFC for jQuery. However, no matter which version of AjaxCFC you use, turning a CF Query object into an array of...
Christopher Jordan
c_s_jordan
Offline Send Email
May 10, 2007
5:26 pm
1287
Thanks Chris, I'm pretty comfortable with getting at the data returned by AjaxCFC and I initially thought that it returned an array of structs but the issue is...
bsdensmore
Offline Send Email
May 10, 2007
6:13 pm
1289
Many ways to skin the cat so to speak but if you use ajaxCFC which uses json.cfc it accepts a query parameter which determines the format of the returned data....
seveni7
Offline Send Email
May 11, 2007
2:53 pm
1291
Hello, I am using the suggest example for auto completation. The suggest div appears behind the select elements on IE 6. I looked at suggest.js and found out...
ofarah24
Offline Send Email
May 14, 2007
12:40 pm
1304
There was an error in the code. It is working fine now. Error in suggest.js: In adjustiFrame: function() Change this: if (this.listWidth != "") ...
ofarah24
Offline Send Email
May 30, 2007
7:31 pm
Messages 1248 - 1304 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help