Re: CFGrid Ajax Results

2007-09-04 Thread Cutter (CFRelated)
other way, like could I just return a structure or something like that? Any help is appreciated. ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http

Re: CFGrid Ajax Results

2007-09-04 Thread Cutter (CFRelated)
(of course, that's all untested, may require a little work, and Brian's suggestion of combining the values directly at the SQL will work better [in this instance], and require less code) Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer

Re: CFGrid Ajax Results

2007-09-04 Thread Brian Kotek
True, I should have specified that using what CF has built in will require you to pass it a query. If you want to dig into the underlying YUI grid then all bets are off. Of course, as Cutter points out, this will be much more complicated. On 9/4/07, Cutter (CFRelated) [EMAIL PROTECTED] wrote:

CF8 Ajax tags and Prototype's evalScripts bug.

2007-09-04 Thread Bim Paras
Hopefully you can shed some light on this rather difficult problem I've come across. I have CF8 installed and was looking to leverage the built-in AJAX functionality but I am having issues with CF/HTML content being loaded into a div asynchronously through Prototype's Ajax.Updater call

Re: CFGrid Ajax Results

2007-09-04 Thread Andrew Scott
Actually it is not complicated. Ray has an example of rendering on his blog that will do the job nicely. On 9/5/07, Brian Kotek [EMAIL PROTECTED] wrote: True, I should have specified that using what CF has built in will require you to pass it a query. If you want to dig into the underlying

Re: CFGrid Ajax Results

2007-09-04 Thread Brian Kotek
However you define complicated, it's far more complicated than just using what is built in to cfgrid. Furthermore, the custom renderer examples are just changing the format of the displayed grid, and don't even touch on the issue of building up your own data (based on a ColdFusion structure) in

CF8 Flash froms VS. AJAX (javascript)

2007-09-03 Thread Joeri B
Hi Guys, I want to build a new CMS in Coldfusion 8. First I thought, I could build the backoffice with Coldfusion 8 Flash Forms. This way I can use cftree, rich text area etc. But every flash form function in CF 8 can be build with AJAX too, like treeview, FCK editor. I have thought

RE: CF8 Flash froms VS. AJAX (javascript)

2007-09-03 Thread Dale Fraser
Stick with AJAX. The CF8 Ajax controls are much better than the Flash equilivant. Here are the problems we had with the flash ones. 1. Some clients have locked down PC's and can NOT install the flash player 2. The rendering time of flash interfaces is very slow 3. The progress bar loading

Re: CF8 Flash froms VS. AJAX (javascript)

2007-09-03 Thread J.J. Merrick
The flash forms stuff was pretty cool in CF7 and I spent a lot of time hacking them to get them to work for an admin I did. I would say you really have 2 choices.. 1. Ajax 2. Flex Essentially Flash Forms were Flex Lite 1.5... but according to Forta flash forms will not be upgraded to flex 2

Re: CF8 Flash froms VS. AJAX (javascript)

2007-09-03 Thread Zaphod Beeblebrox
a new CMS in Coldfusion 8. First I thought, I could build the backoffice with Coldfusion 8 Flash Forms. This way I can use cftree, rich text area etc. But every flash form function in CF 8 can be build with AJAX too, like treeview, FCK editor. I have thought of these points: PRO Flash Form 1

Re: Can a server issue cause ajax to stop working?

2007-09-02 Thread James Holmes
To fix that, you can use a URL in your ajax call the is speficied from the root rather than one that includes the domain name. e.g. /mxajax/...etc rather than http://somedomain.com/mxajax/...etc On 9/2/07, Will Tomlinson [EMAIL PROTECTED] wrote: Oh, I'm an idiot! Gotcha james. the www bein

Re: Can a server issue cause ajax to stop working?

2007-09-02 Thread Will Tomlinson
To fix that, you can use a URL in your ajax call the is speficied from the root rather than one that includes the domain name. e.g. /mxajax/...etc rather than http://somedomain.com/mxajax/...etc What I had done is created an APPLICATION variable for the root url depending on development

Can a server issue cause ajax to stop working?

2007-09-01 Thread Will Tomlinson
I upgraded my crystaltech plan to CF8. I just noticed all my mxAjax stopped working. I guess it probably stopped working at the time we switched servers, because it worked fine before that. It all works fine on my dev machine. Does anyone know where I can start looking? I'd email CT, but

Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread James Holmes
What does firebug tell you about the AJAX calls? On 9/2/07, Will Tomlinson [EMAIL PROTECTED] wrote: I upgraded my crystaltech plan to CF8. I just noticed all my mxAjax stopped working. I guess it probably stopped working at the time we switched servers, because it worked fine before

Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread Rey Bango
8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287611 Subscription: http://www.houseoffusion.com/groups

Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread Will Tomlinson
What does firebug tell you about the AJAX calls? Dude, there ARE no ajax calls! lol! Seriously... it does nothing. Lemme try and get a link ready. Thanks! Will ~| Download the latest ColdFusion 8 utilities including

Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread Will Tomlinson
Will, whats the link and I'll help check it out. it's a restricted admin. Lemme try and get somethin where y'all can see it. Thanks Rey! Will ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with

Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread Will Tomlinson
Ok guys... http://67.199.9.107/reports/t8report.cfm Select Summer 2007 Evaluation. Then everytime you select a division, dept, or subject, it should be making ajax calls. It does on MY machine, just not on the CT server. Thanks much

Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread Will Tomlinson
Oh, and I have a much simpler ajax call on another page. Heck, IT doesn't even work now. I emailed CT support so we'll see where it goes. Thanks, Will ~| Check out the new features and enhancements in the latest product

Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread Rey Bango
... Will Tomlinson wrote: Oh, and I have a much simpler ajax call on another page. Heck, IT doesn't even work now. I emailed CT support so we'll see where it goes. Thanks, Will ~| ColdFusion 8 - Build next

Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread James Holmes
Your script refers to www.metricsoundings.com for the ajax calls - you've sent us to the IP address. XmlHTTPRequests don't work well cross-domain. Go here http://www.metricsoundings.com/reports/t8report.cfm and it works. On 9/2/07, Will Tomlinson [EMAIL PROTECTED] wrote: Oh, and I have a much

Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread Will Tomlinson
Your script refers to www.metricsoundings.com for the ajax calls - you've sent us to the IP address. XmlHTTPRequests don't work well cross-domain. Ok, James, CT fixed it apparently. Just after I emailed em, the server went down for a while. I sent *you* guys an ip link so google wouldnt

Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread Will Tomlinson
Rey, I think CT fixed somethin on the server. It's all workin now all of a sudden after I emailed support. I've been using the metricsoundings.com domain as the page, and it never worked. James pointed out making the ajax call via cross domain doesn't work well. Anyway, it's all workin

Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread Will Tomlinson
, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287623 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http

Re: AJAX Security

2007-08-31 Thread Andy Chen
Thanks... nice read. So the easiest way to add another layer of Ajax security is the Prefix serialized JSON option in CF Admin but from I understand, it won't break anything either right? Sort of like the supress white space function. Have you seen my blog posts on CF8 and Ajax Security

Re: AJAX Security

2007-08-31 Thread Raymond Camden
Right - CF - when it generates JS code, will know it needs to strip prefixes. On 8/31/07, Andy Chen [EMAIL PROTECTED] wrote: Thanks... nice read. So the easiest way to add another layer of Ajax security is the Prefix serialized JSON option in CF Admin but from I understand, it won't break

Re: AJAX Security

2007-08-31 Thread Rey Bango
Hi Andy, Apart from Ray's feedback, also keep in mind that the security issues with Ajax typically stem from using eval() on JSON packets and external JS scripts. While not all-inclusive, of late this has been the biggest attack vector for hackers looking to exploit JS weaknesses

Re: AJAX Security

2007-08-31 Thread Andy Chen
E-commerce or anything with $$. Thanks... Hi Andy, Apart from Ray's feedback, also keep in mind that the security issues with Ajax typically stem from using eval() on JSON packets and external JS scripts. While not all-inclusive, of late this has been the biggest attack vector for hackers

CF8 AJAX

2007-08-31 Thread Asim Manzur
I have cfselect statement: cfselect name=proj_id height=70 bind=cfc:MyCfcPath.MyCFCFunction(#session.userid#) value=project_id display=project_name bindonload=true / I have a cfinput type=text which will take the value from cfselect and call another function in cfc and display the value. I

Re: CF8 AJAX

2007-08-31 Thread Raymond Camden
You've lost me. Are you syaing you want the cfinput to bind to the select? Did you try bind={proj_id} in the text input? On 8/31/07, Asim Manzur [EMAIL PROTECTED] wrote: I have cfselect statement: cfselect name=proj_id height=70 bind=cfc:MyCfcPath.MyCFCFunction(#session.userid#)

AJAX Security

2007-08-30 Thread Andy Chen
Not sure how many attended but I attended today's eSeminar - Beyond HTML: using Ajax, PDF, and more to create engaging applications with ColdFusion 8. Some people were worried about AJAX security and how easy it is to hack RIA (Rich Internet Applications). My take is AJAX is almost like a web

Re: AJAX Security

2007-08-30 Thread Raymond Camden
Have you seen my blog posts on CF8 and Ajax Security? http://www.coldfusionjedi.com/index.cfm/2007/7/31/ColdFusion-8-Ajax-Security-Features On 8/30/07, Andy Chen [EMAIL PROTECTED] wrote: Not sure how many attended but I attended today's eSeminar - Beyond HTML: using Ajax, PDF, and more

Help with File Upload: AJAX and CFFILE

2007-08-28 Thread Aaron Roberson
I'm having a problem trying to use AJAX (with the Prototype framework) with the cffile tag to upload files to the server. The problem seems to be related to the fact that the enctype attribute of the upload form must be specified with the value of multipart/form-data. That specification requires

Re: Help with File Upload: AJAX and CFFILE

2007-08-28 Thread Brian Kotek
How does the Ajax.Request call know which form you want to post? On 8/28/07, Aaron Roberson [EMAIL PROTECTED] wrote: I'm having a problem trying to use AJAX (with the Prototype framework) with the cffile tag to upload files to the server. The problem seems to be related to the fact

Re: Help with File Upload: AJAX and CFFILE

2007-08-28 Thread Brian Kotek
You can't do this in the way you are attempting. You're not actually submitting the form, you're just passing a string. If you Google around, you'll see that all of the AJAX file upload libraries use iFrames (such as http://www.webtoolkit.info/ajax-file-upload.html). I'd try to follow

Re: Help with File Upload: AJAX and CFFILE

2007-08-28 Thread Aaron Roberson
Brian, You're right, I'm just passing a string and not actually submitting a form. But why can't I assign the value of the string being passed to a variable in the form scope? I also noted that much of the scripts out there for file upload with AJAX use iFrames. I have not never used iFrames

RE: Help with File Upload: AJAX and CFFILE

2007-08-28 Thread Dave Watts
You're right, I'm just passing a string and not actually submitting a form. But why can't I assign the value of the string being passed to a variable in the form scope? For security reasons, there are lots of restrictions with file uploads. You actually have to submit a form with a file

Re: Help with File Upload: AJAX and CFFILE

2007-08-28 Thread Web Specialist
, Aaron Roberson [EMAIL PROTECTED]: Brian, You're right, I'm just passing a string and not actually submitting a form. But why can't I assign the value of the string being passed to a variable in the form scope? I also noted that much of the scripts out there for file upload with AJAX use

Re: Help with File Upload: AJAX and CFFILE

2007-08-28 Thread Aaron Roberson
. But why can't I assign the value of the string being passed to a variable in the form scope? I also noted that much of the scripts out there for file upload with AJAX use iFrames. I have not never used iFrames with AJAX so I will have to get versed in that first. Thanks for the tip

Coldfusion 8 and AJAX

2007-08-27 Thread Ben S
Hi, I'm experimenting with the AJAX stuff that was added with CF 8 and i'm running in the following issue - i wonder if anyone played around with it and could help me. I have a cfform: cfform Client name: cfinput type=text name=clientName autosuggest=cfc:company.lookupCompany

Re: Coldfusion 8 and AJAX

2007-08-27 Thread Raymond Camden
for this as well. I could imagine a detail form that would support showing a drop down of all the Johns. So does this help? I could try to whip up a demo later today. On 8/27/07, Ben S [EMAIL PROTECTED] wrote: Hi, I'm experimenting with the AJAX stuff that was added with CF 8 and i'm running

RE: Coldfusion 8 and AJAX

2007-08-27 Thread Andy Matthews
-Talk Subject: Coldfusion 8 and AJAX Hi, I'm experimenting with the AJAX stuff that was added with CF 8 and i'm running in the following issue - i wonder if anyone played around with it and could help me. I have a cfform: cfform Client name: cfinput type=text name=clientName autosuggest

Re: Coldfusion 8 and AJAX

2007-08-27 Thread benjamin schwartz
with the AJAX stuff that was added with CF 8 and i'm running in the following issue - i wonder if anyone played around with it and could help me. I have a cfform: cfform Client name: cfinput type=text name=clientName autosuggest=cfc:company.lookupCompany({cfautosuggestvalue}) /cfform

Re: Coldfusion 8 and AJAX

2007-08-27 Thread benjamin schwartz
, I'm experimenting with the AJAX stuff that was added with CF 8 and i'm running in the following issue - i wonder if anyone played around with it and could help me. I have a cfform: cfform Client name: cfinput type=text name=clientName autosuggest

Re: Coldfusion 8 and AJAX

2007-08-27 Thread Raymond Camden
I could be wrong - but I think Andy is wrong. I believe you can only return the simple values - not the structure. Yeah - so ajaxproxy is pretty cool. It has two very distinct, very different features. On one hand it can make a simple connection between your JS and your CFC code. On the other

CFUNITED News: Chicago early bird ends 8/31/07, Europe-08 speakers, Fusebox docs, Spry for Ajax

2007-08-24 Thread Michael Smith
on Ajax,they were mobbed, recalled Cooper. Many of the 600 developers who attended those sessions, as well as others at the conference, wanted to know how ColdFusion 8 was built, how we did it. Some of our guys felt like rock stars. Full article at: http://www.dcooper.org/blog/client

Re: ajax cfgrid and custom buttons

2007-08-21 Thread Jim Rising
anyone have any additional input on this? Jim Rising Sr. Cold Fusion Developer ICGLink Inc. www.icglink.com ~| Check out the new features and enhancements in the latest product release - download the What's New PDF now

Re: ajax cfgrid and custom buttons

2007-08-21 Thread Raymond Camden
/20/07, Jim Rising [EMAIL PROTECTED] wrote: I have a grid that i'm trying to add buttons beneath using suggestions found on forta's blog: http://www.forta.com/blog/index.cfm/2007/6/25/ColdFusion-Ajax-Tutorial-6-Editable-Data-Grids#c763CC6AA-3048-80A9-EF18B27922ED5460 Basically

Fading images with ajax

2007-08-20 Thread Bill Betournay
Hi All I'm wondering if anyone knows of a way too or if it's possible with the new Ajax features in CF8 to fade all images except the one that is selected. Here's what mean. I have a loop of images outputting. All the image I need to display initially with a opacity of 100% but when the user

RE: Fading images with ajax

2007-08-20 Thread Brad Wood
fuzzy on whether it was IE specific. ~Brad -Original Message- From: Bill Betournay [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 12:02 PM To: CF-Talk Subject: Fading images with ajax Hi All I'm wondering if anyone knows of a way too or if it's possible with the new Ajax features

RE: Fading images with ajax

2007-08-20 Thread Andy Matthews
Betournay [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 12:02 PM To: CF-Talk Subject: Fading images with ajax Hi All I'm wondering if anyone knows of a way too or if it's possible with the new Ajax features in CF8 to fade all images except the one that is selected. Here's what mean. I have

Re: Fading images with ajax

2007-08-20 Thread Will Tomlinson
I'm thinkin you should be able to do this with some CSS/JS. IE and FF support CSS opacity. http://www.mandarindesign.com/opacity.html Will ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for

RE: Fading images with ajax

2007-08-20 Thread Michael E. Carluen
=this.className='transpOn' src=your_image title=your_title border=0/a Hth! Michael -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 10:37 AM To: CF-Talk Subject: RE: Fading images with ajax Depending on how many images you have

RE: Fading images with ajax

2007-08-20 Thread Bill Betournay
, 2007 3:02 PM To: CF-Talk Subject: SPAM-LOW: RE: Fading images with ajax Bill, To Andy's and Will's suggestion, here's a css that might help you: style transpOn { filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6; margin:;} transpOff { margin: 0px;} /style a href

ajax cfgrid and custom buttons

2007-08-20 Thread Jim Rising
I have a grid that i'm trying to add buttons beneath using suggestions found on forta's blog: http://www.forta.com/blog/index.cfm/2007/6/25/ColdFusion-Ajax-Tutorial-6-Editable-Data-Grids#c763CC6AA-3048-80A9-EF18B27922ED5460 Basically at this point, i'm just trying to alert out the value

Re: ajax cfgrid and custom buttons

2007-08-20 Thread Raymond Camden
/index.cfm/2007/6/25/ColdFusion-Ajax-Tutorial-6-Editable-Data-Grids#c763CC6AA-3048-80A9-EF18B27922ED5460 Basically at this point, i'm just trying to alert out the value of the selected row using javascript. On Forta's blog, it is suggested that this can be accomplished using

Re: ajax cfgrid and custom buttons

2007-08-20 Thread Jim Rising
name. On 8/20/07, Jim Rising [EMAIL PROTECTED] wrote: I have a grid that i'm trying to add buttons beneath using suggestions found on forta's blog: http://www.forta.com/blog/index.cfm/2007/6/25/ColdFusion-Ajax-Tutorial-6-Editable-Data-Grids#c763CC6AA-3048-80A9-EF18B27922ED5460

(CF8) Compressing the Ajax libraries

2007-08-09 Thread Michael Dinowitz
I was looking over the libraries for things like cfmenu and a standard usage of the tag loads something like 200k of javascript. Not something I want to add to House of Fusion. I tried to gzip the files and change the extension to .js but that failed. I assume it is not possible to pre-compress

Re: (CF8) Compressing the Ajax libraries

2007-08-09 Thread Charlie Griefer
http://www.reybango.com/index.cfm/2007/6/6/CF8-Ajax-Quick-Tip-for-Shrinking-the-Page-Size ? On 8/9/07, Michael Dinowitz [EMAIL PROTECTED] wrote: I was looking over the libraries for things like cfmenu and a standard usage of the tag loads something like 200k of javascript. Not something I

Re: (CF8) Compressing the Ajax libraries

2007-08-09 Thread Rey Bango
Thanks linking to me Charlie! :) Charlie Griefer wrote: http://www.reybango.com/index.cfm/2007/6/6/CF8-Ajax-Quick-Tip-for-Shrinking-the-Page-Size ? On 8/9/07, Michael Dinowitz [EMAIL PROTECTED] wrote: I was looking over the libraries for things like cfmenu and a standard usage of the tag

Re: (CF8) Compressing the Ajax libraries

2007-08-09 Thread James Holmes
You could see if this kind of technique is able to reduce the file size: http://javascriptcompressor.com/ On 8/10/07, Michael Dinowitz [EMAIL PROTECTED] wrote: I was looking over the libraries for things like cfmenu and a standard usage of the tag loads something like 200k of javascript. Not

Re: (CF8) Compressing the Ajax libraries

2007-08-09 Thread Rey Bango
Authority(http://www.fusionauthority.com) Adobe Community Expert / Advanced Certified ColdFusion Professional ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http

href in cfgrid to Ajax UI layout

2007-08-07 Thread Steve Sequenzia
Ok, I think I have been asking more than the allotted amount of questions lately (and Ray has been answering them all) but I have another question. Anyone know how to have the hyperlink in a cfgrid open the linked page in a cflayout or a cfdiv I have tried

Re: href in cfgrid to Ajax UI layout

2007-08-07 Thread Raymond Camden
Why not using binding? Have your layout bound to the grid. On 8/7/07, Steve Sequenzia [EMAIL PROTECTED] wrote: Ok, I think I have been asking more than the allotted amount of questions lately (and Ray has been answering them all) but I have another question. Anyone know how to have the

Re: href in cfgrid to Ajax UI layout

2007-08-07 Thread Brian Kotek
Or use cfajaxproxy to bind a JavaScript function to the grid. While more complex than binding the layout to the gird directly, using a JavaScript function give you more control over what happens when they select something in the grid. On 8/7/07, Raymond Camden [EMAIL PROTECTED] wrote: Why not

Re: Ajax Simple Example.

2007-08-02 Thread Brian Kotek
You need to specify the full dot-delimited path to the CFC from the web root. On 8/2/07, Dale Fraser [EMAIL PROTECTED] wrote: I have this simple code based on some examples from Ben or Ray. Test.cfm cfform cfinput type=text name=locationname

Ajax Simple Example.

2007-08-02 Thread Dale Fraser
I have this simple code based on some examples from Ben or Ray. Test.cfm cfform cfinput type=text name=locationname autosuggest=cfc:test.findLocation({cfautosuggestvalue}) / /cfform Test.cfc cfcomponent output=false !--- Lookup used for auto suggest --- cffunction

Re: Ajax Simple Example.

2007-08-02 Thread AJ Mercer
I think it is looking for test.cfc in the root directory, not the play directory On 8/2/07, Dale Fraser [EMAIL PROTECTED] wrote: I have this simple code based on some examples from Ben or Ray. Test.cfm cfform cfinput type=text name=locationname

RE: Ajax Simple Example.

2007-08-02 Thread Dale Fraser
-Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 August 2007 4:07 PM To: CF-Talk Subject: Re: Ajax Simple Example. You need to specify the full dot-delimited path to the CFC from the web root. On 8/2/07, Dale Fraser [EMAIL PROTECTED] wrote: I have this simple code

RE: Ajax Simple Example.

2007-08-02 Thread Dale Fraser
Message- From: AJ Mercer [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 August 2007 4:05 PM To: CF-Talk Subject: Re: Ajax Simple Example. I think it is looking for test.cfc in the root directory, not the play directory On 8/2/07, Dale Fraser [EMAIL PROTECTED] wrote: I have this simple code

Re: Ajax Simple Example.

2007-08-02 Thread James Holmes
Nope, I just saw it working on a newly installed CF8 developer via the inbuilt server, hence my thought that it's a /CFIDE/scripts-like thing (as for cfforms and all the other bits that rely on the /CFIDE folder) since you're using an IIS vhost. On 8/2/07, Dale Fraser [EMAIL PROTECTED] wrote: I

Re: Ajax Simple Example.

2007-08-02 Thread James Holmes
Do you have a /CFIDE virtual mapping for your IIS site? On 8/2/07, Dale Fraser [EMAIL PROTECTED] wrote: I have tried this also and every combination of what I could think of, hard when I can't get the debugging working. cfinput type=text name=locationname

RE: Ajax Simple Example.

2007-08-02 Thread Dale Fraser
2007 5:16 PM To: CF-Talk Subject: Re: Ajax Simple Example. Nope, I just saw it working on a newly installed CF8 developer via the inbuilt server, hence my thought that it's a /CFIDE/scripts-like thing (as for cfforms and all the other bits that rely on the /CFIDE folder) since you're using an IIS

RE: Ajax Simple Example.

2007-08-02 Thread Dale Fraser
Something is Wrong. On a new server, Windows 2003. With the same code, it works and I can get the debug window, exact same code on Vista with same virtual directory doesn't find the cfc. If anyone has tried this in CF8 final under Vista and an IIS virtual directory or would like to, can you let

Re: Ajax Simple Example.

2007-08-02 Thread AJ Mercer
://dalefraser.blogspot.com ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com

RE: Ajax Simple Example.

2007-08-02 Thread Eric Roberts
Subject: RE: Ajax Simple Example. I tried that also, get the same message. I don't understand why or why the debug window won't show. I'm starting to think this might be broken in the CF8 final. PS: This list is still funny, got the reply before the question. Regards Dale Fraser http

Re: Ajax Simple Example.

2007-08-02 Thread Rey Bango
Dale, Send me your code and I'll try to dupe it here. Send it to me offlist please. Rey... Dale Fraser wrote: Something is Wrong. On a new server, Windows 2003. With the same code, it works and I can get the debug window, exact same code on Vista with same virtual directory doesn't find

RE: Ajax Simple Example.

2007-08-02 Thread Dale Fraser
] Sent: Friday, 3 August 2007 1:05 AM To: CF-Talk Subject: Re: Ajax Simple Example. Dale, Send me your code and I'll try to dupe it here. Send it to me offlist please. Rey... Dale Fraser wrote: Something is Wrong. On a new server, Windows 2003. With the same code, it works and I can get

OT: AJAX (Just a little)

2007-07-24 Thread Robert Rawlins - Think Blue
Hello Guys, I think I'm looking for an Ajax solution, although this may actually just be a simple piece of plain old JavaScript. I'm looking to have an image pop-up when someone mouse over's a link, so I have a list of images and when the user moves their mouse over the images a small

Re: OT: AJAX (Just a little)

2007-07-24 Thread Phillip M. Vector
Please note that this may annoy your customer base. I know personally, if I'm scrolling thru a webpage and all of a sudden, an image pops up when I didn't want it to, that drives me nuts. :) But anyway, what you want to do is set up your ajax to send a request to load the image when

RE: OT: AJAX (Just a little)

2007-07-24 Thread Robert Rawlins - Think Blue
: OT: AJAX (Just a little) Please note that this may annoy your customer base. I know personally, if I'm scrolling thru a webpage and all of a sudden, an image pops up when I didn't want it to, that drives me nuts. :) But anyway, what you want to do is set up your ajax to send a request to load

Re: OT: AJAX (Just a little)

2007-07-24 Thread Web Specialist
Robert, please look this jQuery plugin: http://examples.learningjquery.com/62/demo/ ClueTip plugin is a nice feature displaying content(html, images, and so on) from Ajax calls. Maybe could help you! Cheers 2007/7/24, Robert Rawlins - Think Blue [EMAIL PROTECTED] : Thanks for the concern

RE: OT: AJAX (Just a little)

2007-07-24 Thread Robert Rawlins - Think Blue
Thanks WebSpecialist, That looks to be exactly what I'm looking for, I'll give it a shot this afternoon, looks fantastic though. Thanks, Rob -Original Message- From: Web Specialist [mailto:[EMAIL PROTECTED] Sent: 24 July 2007 11:14 To: CF-Talk Subject: Re: OT: AJAX (Just a little

RE: AJAX (Just a little)

2007-07-24 Thread Jim Davis
-Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 4:16 AM To: CF-Talk Subject: OT: AJAX (Just a little) Hello Guys, I'm looking to have an image pop-up when someone mouse over's a link, so I have a list of images

Re: OT: AJAX (Just a little)

2007-07-24 Thread Claude Schneegans
I think I'm looking for an Ajax solution, although this may actually just be a simple piece of plain old JavaScript. I'd go with plain Javascript and have images preloaded in this case. Getting the image from the server on the fly would be too long. It wouldn't be a pop-up but a flop up

Re: OT: AJAX (Just a little)

2007-07-24 Thread Phillip M. Vector
, Rob -Original Message- From: Phillip M. Vector [mailto:[EMAIL PROTECTED] Sent: 24 July 2007 10:07 To: CF-Talk Subject: Re: OT: AJAX (Just a little) Please note that this may annoy your customer base. I know personally, if I'm scrolling thru a webpage and all of a sudden

Re: OT: AJAX (Just a little)

2007-07-24 Thread Christopher Jordan
I agree that jQuery is the way to go for lightweight JS libraries with ajax and DOM updating capabilities, and it's hard to beat for the number and quality of plug-ins that are available for it. Chris On 7/24/07, Web Specialist [EMAIL PROTECTED] wrote: Robert, please look this jQuery plugin

Re: OT: AJAX (Just a little)

2007-07-24 Thread Matt Quackenbush
+1 for jQuery. :) ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive:

Re: Prototype/AJAX Neubie question

2007-07-16 Thread Robertson-Ravo, Neil (RX)
at http://www.reedexpo.com -Original Message- From: Phillip M. Vector To: CF-Talk Sent: Mon Jul 16 03:24:18 2007 Subject: Prototype/AJAX Neubie question Can someone tell me how I can have 2 separate ajax threads? Whenever I run the code below, it works as long as only 1 is triggered

Re: Prototype/AJAX Neubie question

2007-07-16 Thread Phillip M. Vector
Thanks for the solution and the explanation. Same to you James. :) Jim Davis wrote: -Original Message- From: Phillip M. Vector [mailto:[EMAIL PROTECTED] Sent: Sunday, July 15, 2007 10:24 PM To: CF-Talk Subject: Prototype/AJAX Neubie question Can someone tell me how I can have 2

Re: Prototype/AJAX Neubie question

2007-07-16 Thread Phillip M. Vector
Subject: Prototype/AJAX Neubie question Can someone tell me how I can have 2 separate ajax threads? Whenever I run the code below, it works as long as only 1 is triggered at a time. How do I make essentially 2 separate AJAX calls and keep the data coming back separate

Prototype/AJAX Neubie question

2007-07-15 Thread Phillip M. Vector
Can someone tell me how I can have 2 separate ajax threads? Whenever I run the code below, it works as long as only 1 is triggered at a time. How do I make essentially 2 separate AJAX calls and keep the data coming back separate

Re: Prototype/AJAX Neubie question

2007-07-15 Thread James Holmes
have 2 separate ajax threads? Whenever I run the code below, it works as long as only 1 is triggered at a time. How do I make essentially 2 separate AJAX calls and keep the data coming back separate? -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog

RE: Prototype/AJAX Neubie question

2007-07-15 Thread Jim Davis
-Original Message- From: Phillip M. Vector [mailto:[EMAIL PROTECTED] Sent: Sunday, July 15, 2007 10:24 PM To: CF-Talk Subject: Prototype/AJAX Neubie question Can someone tell me how I can have 2 separate ajax threads? Whenever I run the code below, it works as long as only 1

SOT: Ajax Rain: Showcase of Awesome Ajax Controls

2007-06-27 Thread Rey Bango
I came across a great link today on DZone.com for Ajax Rain (http://www.ajaxrain.com). It has one of the best lists of Ajax widgets and controls I've ever seen. It includes controls from almost every lib including jQuery, Prototype, YUI, Ext MooTools. So for all of those using mxAjax, AjaxCFC

Re: Ajax - beating head on wall...

2007-06-14 Thread Will Tomlinson
Yeah, that's essentially it, but if it's course.. param:course=#FORM.course#,T7= + This did the trick James. param:eval= + #FORM.eval# + ,course= + #FORM.course# + ,T7= + t7sel.. etc.. Thanks! Will ~| Macromedia ColdFusion

Ajax/flex/spry

2007-06-13 Thread Charles Sheehan-Miles
Hello all, So this is a request for opinions. I'm way behind the curve in that I've done nothing in terms of Ajax or flex. I'm looking for opinions in terms of what would be the quickest and easiest to get up to speed on. I only know the most minimal javascript. Any opinions on what

Re: Ajax/flex/spry

2007-06-13 Thread Rey Bango
Charles, If you only know minimal JS, you should really consider getting a good book on it and picking it up before diving into an Ajax library. While most Ajax libs abstract JS to some extent, eventually, you're going to have to dig into it to actually build something. If you just want

Re: Ajax/flex/spry

2007-06-13 Thread James Holmes
, If you only know minimal JS, you should really consider getting a good book on it and picking it up before diving into an Ajax library. While most Ajax libs abstract JS to some extent, eventually, you're going to have to dig into it to actually build something. If you just want a straight Ajax

Re: Ajax/flex/spry

2007-06-13 Thread Rey Bango
with jQuery and Prototype (the library behind mxAjax). Confused yet? On 6/13/07, Rey Bango [EMAIL PROTECTED] wrote: Charles, If you only know minimal JS, you should really consider getting a good book on it and picking it up before diving into an Ajax library. While most Ajax libs

<    5   6   7   8   9   10   11   12   13   14   >