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 : /util.js ...
ajaxcfc@yahoogroups.com
Jun 1, 2006 10:49 pm
474
Jeff, That sounds great... I've been busy lately and havent made any updates to the framework ... I think I'll release the Mach II version this month, but all...
I was trying if it is possible to pass a query in the ajaxcfc functionality. I have performed a query on the page, and want to pass that to the suggest...
Your problem is that you are trying to pass a ColdFusion object to the web browser, and that doesn't work. ColdFusion parses the cfm file and creates a static...
Jacob is right ... You need to understand the difference between server side and client side. ColdFusion handles the server side, renders everything into...
Thanks for your thoughts. I understand it now. I was trying to re-use a database query for the suggest box, to save some processing time by re-using the query...
I recently read a blog entry that pointed to JSMin, which was sold as a good JavaScript compressor. I tried that, but my OS kept telling me it couldn't run...
I honestly do not see the point in these - it just makes it totally unreadable and uneditable. Also the question is.. Why? JS files are just text files.. I...
Well, my idea was to compress it before uploading it. I don't need to read the JS or edit it when it's in service on my site. And like I said, I saw between...
A large percentage? I doubt it's that large and you obviously have to think of your target audience - are they likely to be on dialup? It just seems a little...
It's true, my target audience is probably mostly on high speed Internet. So most people wouldn't notice a small decrease like this. Also, I have a fixed...
... Hash: SHA1 I am new to ajaxcfc and am trying to use this in one of my projects. I am wanting to have the user select an option from a dropdown listbox and...
Jacob, I'm with you 100%! It is advisable to compress your JS files; some people will even go with obfuscation, but I would stay away from it. I use JSMin, but...
It may be a good thing for archaic connections but I cannot are why is is "advisable". I suppose it is up to the individual developer :-) "This e-mail is from...
It is perhaps. Another common practice is to combine all your JavaScripts into one file and compress that one file alone... Anyways, Darryl Lyons just posted...
Ah, how coincidental! :) I'll check that out. ________________________________ From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of...
If I understand your question correctly, I think you have to loop over the list box elements to find which value is selected. I know in select lists you can...
... Maybe I downloaded the wrong file or something (JSMin), but XP kept telling me it couldn't run the file. I guess it could have been corrupted in the...
Greetings to all in the group. I am excited about being able to use this ajax framework by Rob Gonda. However, I can't seem to get off to a good start becuase...
I am not sure my previous post went through. I apologize if this is a repeat. I am developer for a financial company and I am trying to implement the ajaxCFC...
Hi All, I´d like to make a form where, when the user selects the state, the city field would be filled out via ajax. I´m having difficulty to fill the value...
btw guys, I talked to Darren and the error was related to two things: 1) He's running in a DevNet environment, which the regex in the JS should have fixed ......
________________________________ From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of Joseph Peacock Sent: Saturday, June 10, 2006 5:24...
Oops, ignore that last message, I accidentally hit Ctrl+Enter. I grew up in Prescott! :) By the way, I believe I saw Rob mention an addOption function on his ...
I'm getting a syntax error dialog on any ajaxCFC call with the ModelGlue and MachII sample applications if CF debugging is enabled in classic mode. If it is...
Joseph, Tahnk you very much for your help. Looking for such answer I´ve found a tip from Daniel Schmid in this list a month ago. It seems the function...
... Doesn't surprise me that debugging would cause a problem because of all the crap it generates - the coldfusion pages are essentially generating javascript...
... Have you downloaded the latest ajaxCFC zip from Rob's site? Two days ago he released an update that fixes addOptions(). Here's his blog entry on the...