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 8 - 37 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8
Would any of you be interested if I posted all ajaxCFC related entries here? I am inclined to say yes, but let us leave it for popular decision. What do you...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 3, 2006
1:40 am
9
Finally finished that JVM monitoring app using ajaxCFC that I had mentioned on Rob's blog. Of course, you need the 1.5 JDK for it to be useful for you, but if...
orbwave
Offline Send Email
Jan 3, 2006
7:45 pm
10
I have no real need for your to duplicate your work here on the group site. Should just be for discussions, and not announcements/news. My 2 cents. ... ...
orbwave
Offline Send Email
Jan 3, 2006
7:51 pm
11
I have no real need for your to duplicate your work here on the group site. Should just be for discussions, and not announcements/news. My 2 cents. ... ...
orbwave
Offline Send Email
Jan 3, 2006
7:52 pm
12
Rob, read your comment on your blog about Ethereal - which I use - and I personally find it overkill for something like AJAX peeking. Something that I think is...
orbwave
Offline Send Email
Jan 3, 2006
8:03 pm
13
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ajaxcfc group. File :...
ajaxcfc@yahoogroups.com
Send Email
Jan 3, 2006
8:25 pm
14
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ajaxcfc group. File : /me_styles.zip ...
ajaxcfc@yahoogroups.com
Send Email
Jan 3, 2006
8:36 pm
15
Does someone have an example where you have links, click on a link, go to database, get and display record information. Might be simple to you, but I just...
zogs98
Offline Send Email
Jan 3, 2006
8:51 pm
16
it looks like there is a customTag /CFOBJECTS used by Application.cfcmissing in the zip-file. the app looks promising... daniel ... -- Daniel Schmid ...
Daniel Schmid
ananda1203
Offline Send Email
Jan 3, 2006
8:57 pm
17
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ajaxcfc group. File :...
ajaxcfc@yahoogroups.com
Send Email
Jan 3, 2006
9:14 pm
18
Bah! That's what I get for monkeying around with it instead of ensuring it works right. :) Update uploaded....
orbwave
Offline Send Email
Jan 3, 2006
9:15 pm
19
If no one responds to this with an example before tonight, I can put together a quick sample page when I get home....
orbwave
Offline Send Email
Jan 3, 2006
9:17 pm
20
one way is to return queries as an arrayofstructs in coldfusion http://www.cflib.org/codeView.cfm?ID=287 on the client I found the sDumper.js script very...
Daniel Schmid
ananda1203
Offline Send Email
Jan 4, 2006
12:29 am
21
I see your point; I just wanted to get an opinion, and it is completely valid. If no one objects, we'll keep this for discussions only....
Rob Gonda
z0mb1e7
Offline Send Email
Jan 4, 2006
12:39 am
22
Thanks Steven. I just installed it and indeed, it looks pretty good. Better than Live HTTP headers, and not as overkill as Ethereal... However, after only 2...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 4, 2006
12:49 am
23
Same here; I just got back home … I can put up a quick example. Something like populating fields triggered by a drop down change ... Is that sort of what...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 4, 2006
12:58 am
24
Didn't know that about Ethereal as I'm not a heavy user. Just know its out-of-the-box abilities and haven't really looked at its advanced features. Like most...
Steven Brownlee
orbwave
Offline Send Email
Jan 4, 2006
1:09 am
25
I am the same way. I downloaded Fiddler, installed it, and immediately realized that it didn't work with FF. I saw that it automatically opened the...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 4, 2006
1:18 am
26
Ok, just threw together a real hack, but it gets the job done. Create a test folder somewhere in your root. Create a directory named 'ajaxtestsjs' under that...
Steve Brownlee
orbwave
Offline Send Email
Jan 4, 2006
1:23 am
27
Thank Steve. You're faster than I am :) I also put together a quick example, which you can find and download in my site. Mine doesn't actually use a real...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 4, 2006
2:12 am
28
Thank you Steve and Rob for the examples. I am greatly appreciative of the speed you guys responded. And thank you Daniel for the hint in re the udf. I will...
zogs98
Offline Send Email
Jan 4, 2006
12:45 pm
29
Steven, Any chance you can indicate the way or direction to pull active CF requests from the JVM, indicating the template path and cpu time? Other information...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 6, 2006
5:21 am
30
I'm fairly sure I can get that info. Testing it on 1.4.2 would be trickier since none of my development environments are set up to use it (though it's easy...
Steven Brownlee
orbwave
Offline Send Email
Jan 6, 2006
12:49 pm
31
After installing and testing AJAXCFC I am happy with the results as everything works as it should. I have successfully changed the query to get the data from...
cf_toronto
Offline Send Email
Jan 6, 2006
8:15 pm
32
The fieldnames can be upper case and have underscores; that would not break anything. They do not have any length limitation either. As far as results, I never...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 8, 2006
5:51 pm
33
Out of curiosity, did you get it running? I never received your email. I can put an example using ms-sql if you provide me the field names. Best, -Rob...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 11, 2006
8:52 pm
34
All, I'm completely new to AJAX but established with CF. I've reviewed the (limited) documentation for ajaxCFC... is there a "ajaxCFC for Dummies" type...
Jake McKee
sink21
Online Now Send Email
Jan 11, 2006
9:19 pm
35
I wrote an article for the CFDJ a while back that takes it from the beginning. It uses cfajax, not ajaxCFC; but transporting it is straight forward as both are...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 12, 2006
1:25 am
36
I'll check it out, and if you have time, I'd LOVE to see the examples move to ajaxCFC. Thanks! Jake...
Jake McKee
sink21
Online Now Send Email
Jan 12, 2006
4:33 am
37
hi Jack A nice wy to start was for me to port all examples from cfajax to ajaxCFC. It's really not so difficult because the js part is quite similar ... and ...
Daniel Schmid
ananda1203
Offline Send Email
Jan 12, 2006
6:56 am
Messages 8 - 37 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