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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 473 - 502 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
473
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
Send Email
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...
Rob Gonda
z0mb1e7
Offline Send Email
Jun 1, 2006
11:23 pm
475
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...
m.gaalman
Offline Send Email
Jun 4, 2006
10:33 am
476
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...
Munson, Jacob
yacoubean
Offline Send Email
Jun 5, 2006
2:36 pm
477
Jacob is right ... You need to understand the difference between server side and client side. ColdFusion handles the server side, renders everything into...
Rob Gonda
z0mb1e7
Offline Send Email
Jun 6, 2006
4:52 am
478
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...
m.gaalman
Offline Send Email
Jun 6, 2006
8:06 am
479
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...
Munson, Jacob
yacoubean
Offline Send Email
Jun 6, 2006
3:27 pm
480
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...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Jun 7, 2006
8:05 am
481
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...
Munson, Jacob
yacoubean
Offline Send Email
Jun 7, 2006
1:45 pm
482
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...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Jun 7, 2006
2:17 pm
483
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...
Munson, Jacob
yacoubean
Offline Send Email
Jun 7, 2006
2:40 pm
484
... 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...
Graham Pearson
gspearson69
Offline Send Email
Jun 7, 2006
3:28 pm
485
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...
Rob Gonda
z0mb1e7
Offline Send Email
Jun 8, 2006
12:04 am
486
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...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Jun 8, 2006
7:11 am
487
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...
Rob Gonda
z0mb1e7
Offline Send Email
Jun 8, 2006
11:44 am
488
Ah, how coincidental! :) I'll check that out. ________________________________ From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of...
Munson, Jacob
yacoubean
Offline Send Email
Jun 8, 2006
2:52 pm
489
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...
Munson, Jacob
yacoubean
Offline Send Email
Jun 8, 2006
2:55 pm
490
... 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...
Munson, Jacob
yacoubean
Offline Send Email
Jun 8, 2006
3:00 pm
491
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...
darrenlabrum
Offline Send Email
Jun 8, 2006
4:56 pm
492
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...
Darren Labrum
darrenlabrum
Offline Send Email
Jun 8, 2006
5:52 pm
493
Vaga para Estágio (área de web e designer) na Clickinterativo (Portal imbui / Portal pituba) – Salvador – Bahia - Brasil Desejamos a partir do 4º...
ninobarreto2005
Offline Send Email
Jun 9, 2006
6:19 pm
494
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...
Ronan Lucio
ronanlucio
Offline Send Email
Jun 9, 2006
11:51 pm
495
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 ......
Rob Gonda
z0mb1e7
Offline Send Email
Jun 10, 2006
1:18 am
496
Hi Ronan, It may not be the preferred way, but I have had success returning a delimited list as a string, such as: 344`Phoenix|212`Tucson|553`Casa...
Joseph Peacock
joe_peacock
Offline Send Email
Jun 10, 2006
11:36 pm
497
________________________________ From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of Joseph Peacock Sent: Saturday, June 10, 2006 5:24...
Munson, Jacob
yacoubean
Offline Send Email
Jun 12, 2006
4:32 pm
498
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 ...
Munson, Jacob
yacoubean
Offline Send Email
Jun 12, 2006
9:49 pm
499
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...
jlcoxgdyr
Offline Send Email
Jun 13, 2006
6:55 am
500
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...
Ronan Lucio
ronanlucio
Offline Send Email
Jun 13, 2006
7:58 am
501
... Doesn't surprise me that debugging would cause a problem because of all the crap it generates - the coldfusion pages are essentially generating javascript...
Rick Root
ricrootnc
Offline Send Email
Jun 13, 2006
12:33 pm
502
... 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...
Munson, Jacob
yacoubean
Offline Send Email
Jun 13, 2006
1:41 pm
Messages 473 - 502 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