Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? 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.

Messages

  Messages Help
Advanced
Messages 37980 - 38010 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37980
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Send Email
Apr 1, 2006
11:03 am
37981
HostMySite.com is great for CF hosting look for CF Builder package _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] Sent:...
Ernest E. Breau Jr.
eb_web_designs
Offline Send Email
Apr 1, 2006
12:13 pm
37982
Hi? Does anyone know whether ColdFusion has an autofill function for forms? Rather than having a drop-down box with people's full names, I would like...
coldfusionuser
Offline Send Email
Apr 1, 2006
3:38 pm
37983
You could use javascript onkeypress and on, say, the 3rd char. entry populate the field from a query or stored proc. The problem is that you will get a list...
Ball, Steve
sball992001
Offline Send Email
Apr 1, 2006
5:46 pm
37984
CFAJAX or AJAX will do it! _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of coldfusionuser Sent: Saturday,...
Dan Plesse
empiricallys...
Offline Send Email
Apr 1, 2006
5:48 pm
37985
I keep having down time issues with my current Host, thus I am seriously considering hosting my own site. Not unsurmountable, but a lot of issues arise in...
clearlaketaekwondo
clearlaketae...
Offline Send Email
Apr 1, 2006
8:42 pm
37986
Any decent computer will do (if it's good enough for gaming, it's good enough to be a server). Ideally, you should rent a spot at a ISP so you can tie directly...
John Bartlett
wyntermoonwolf
Offline Send Email
Apr 1, 2006
11:08 pm
37987
Thank you for the reply. I did not know about AJAX and after reading your reply did a search for information about it and found some interesting information. ...
coldfusionuser
Offline Send Email
Apr 2, 2006
1:48 am
37988
Thanks for your reply. I do not know Javascript. Is there somewhere that I can find the coding or can you give me the coding for it? CFU ... entry ... that...
coldfusionuser
Offline Send Email
Apr 2, 2006
1:51 am
37989
Here's information on the onKeyPress event handler in javascript. http://www.devguru.com/technologies/ecmascript/quickref/evhan_onKeyPress html Here's the...
Ball, Steve
sball992001
Offline Send Email
Apr 2, 2006
4:08 am
37990
... I have written a pretty comprehensive tutorial for creating a cf/apache setup on a machine. You can find it here. http://tutorial367.easycfm.com/...
Jeremy Rottman
jarottman
Offline Send Email
Apr 2, 2006
5:41 am
37991
Hello all. I built this code a while ago and it works great with the exception of a partial destination folder path in the file name input/browse box to set it...
Scott
cfmldragon
Offline Send Email
Apr 2, 2006
7:21 pm
37992
You can't using just the browser. You'll need a java/flash/etc. applet to do it for you. -John ... From: "Scott" <cfmldragon@...> Hello all. I built this...
John Bartlett
wyntermoonwolf
Offline Send Email
Apr 2, 2006
8:24 pm
37993
What happens when you upload an image with the same name as one that already exists? Scott <cfmldragon@...> wrote: Hello all. I built this code a while...
Hank Miller
hankcfman
Offline Send Email
Apr 2, 2006
9:15 pm
37994
Try this... <!--- assume no problem uploading ---> <cfset aProblem = 0> <!--- Upload the file first ---> <cftry> <cffile action="UPLOAD" ...
Hank Miller
hankcfman
Offline Send Email
Apr 2, 2006
9:22 pm
37995
Thanks Hank. You made a good point for sure. I will have a go at learning and understanding the code you sent and see how quick my brain melts. much...
Scott
cfmldragon
Offline Send Email
Apr 3, 2006
12:22 am
37996
DSNLESS Excel coldfusion Here is the CFC I made http://www.cfide.org/Excel_DSNLESS.html It still can be compressed into one line of code. Some SQL: select *...
Dan Plesse
empiricallys...
Offline Send Email
Apr 3, 2006
5:06 am
37997
Hi, Either I am braindead, or there is something wrong. This might be a liitle off topic(flash), but I thought that I would ask. I am reading WACK by Ben...
John
barrjohnm
Offline Send Email
Apr 3, 2006
5:45 am
37999
enough with asp! Please. Sorry to sound uptight(I am not), but I really only want to hear about things releated to coldfusion(flash,flex, java, etc.). Thanks, ...
John
barrjohnm
Offline Send Email
Apr 3, 2006
6:31 am
38000
I ban 'em as I see 'em 'cause I already warned 'em. It's not spam in the sense it's mass posted, it looks to be a deliberate post. But any contact to them is...
John Bartlett
wyntermoonwolf
Offline Send Email
Apr 3, 2006
8:00 am
38001
Hi, That's good, sorry if I was rude. Thanks John John Bartlett <jbartlett@...> wrote: I ban 'em as I see 'em 'cause I already warned 'em....
John
barrjohnm
Offline Send Email
Apr 3, 2006
8:17 am
38002
... Usually a bad idea, but as I say, quoting code is so hard! ... Great! It's always worth being explicit about scope, I find. ... Because I think you want...
Williams, Jane
janewilliams20
Offline Send Email
Apr 3, 2006
8:33 am
38003
Hi all I have searched for tutorials on case-sensitive form fields using CF, including macromedia's site and haven't found any yet that seem worth it. From...
Scott
cfmldragon
Offline Send Email
Apr 3, 2006
8:34 am
38004
Hi, I might be way off on this, I am new at this, but I generally use lower case for cfml, and upper case for sql. I don't think that cfml is case sensitive. ...
John
barrjohnm
Offline Send Email
Apr 3, 2006
8:41 am
38005
Another example of AJAX http://www.techfeed.net/cfQuickDocs/ _____ From: Dan Plesse [mailto:dplesse@...] Sent: Saturday, April 01, 2006 12:47 PM To:...
Dan Plesse
empiricallys...
Offline Send Email
Apr 3, 2006
8:51 am
38006
Note to self: Look harder next time sheesh! lol scott...
Scott
cfmldragon
Offline Send Email
Apr 3, 2006
9:21 am
38007
Hey Hank, Instead of using a UUID, you can add nameconflict="makeunique" to the <cffile> tag itself. If MyGreatJPG.jpg exists, it'll rename the uploaded file...
Joe Rinehart
jrinehartasi
Offline Send Email
Apr 3, 2006
11:23 am
38008
Yes. Then you can use clientFile instead of combining the UUID and clientFileExt. Joe Rinehart <joe.rinehart@...> wrote: Hey Hank, Instead of using a...
Hank Miller
hankcfman
Offline Send Email
Apr 3, 2006
12:27 pm
38009
The compare function.. it compares values using case sensative checks. Scott <cfmldragon@...> wrote: Hi all I have searched for tutorials on...
Hank Miller
hankcfman
Offline Send Email
Apr 3, 2006
12:29 pm
38010
It depends on what operating system you use and what you are comparing. On windows, case does not matter. On Linux, file names are case sensative. I would...
Hank Miller
hankcfman
Offline Send Email
Apr 3, 2006
12:35 pm
Messages 37980 - 38010 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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