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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 36743 - 36772 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36743
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
Jan 1, 2006
8:39 am
36744
It'll look through the following, in the following order: Arguments (in UDFs only), Local (in UDFs only), Variables, CGI, URL, Form, Cookie, Client Best...
Joe Rinehart
jrinehartasi
Offline Send Email
Jan 1, 2006
2:23 pm
36745
Yes it leaves your mouth smelling minty fresh :-) _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Joe...
Ernest Breau
eb_web_designs
Offline Send Email
Jan 1, 2006
4:04 pm
36746
That doesn't work for me. By changing the ORDER BY as you suggest, I now get: 1 $4.00 5.0 2 $6.00 10.0 3 $10.00 20.0 4 $20.00 48.0 1 $4.00 5.0 2...
tmallan
Offline Send Email
Jan 1, 2006
4:47 pm
36747
What about session? _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Joe Rinehart Sent: Sunday, January 01,...
Ernest Breau
eb_web_designs
Offline Send Email
Jan 1, 2006
4:51 pm
36748
Ok, upon further review, I noticed that in your query that on some fields you indicate which table they should be pulled from, while on others you do not. ...
Pedro Gonzalez
mquack32
Online Now Send Email
Jan 1, 2006
6:19 pm
36749
Bingo. THANKS for taking the time to help! I had a hunch I needed to join the two tables, but when I did similar to what you suggested, I'd get a "data type...
tmallan
Offline Send Email
Jan 1, 2006
6:49 pm
36750
No problem! Glad to help! :-) tmallan <tmallan@...> wrote: Bingo. THANKS for taking the time to help! I had a hunch I needed to join the two...
Pedro Gonzalez
mquack32
Online Now Send Email
Jan 1, 2006
6:56 pm
36751
Oh, forgot to mention... I would also strongly recommend that you use <cfqueryparam> for vars that can be potentially manipulated by the user (form, url)....
Pedro Gonzalez
mquack32
Online Now Send Email
Jan 1, 2006
7:02 pm
36752
Bingo. The idea behind it is that you want to verify any FORM or URL variables before you use them in a query. For example, make sure that what you expect to...
John Bartlett
wyntermoonwolf
Offline Send Email
Jan 1, 2006
8:14 pm
36753
Thanks for the advice! ... that what ... (Do a ... that you ... Access,...
tmallan
Offline Send Email
Jan 1, 2006
10:28 pm
36754
I have the option of populating my cart's struct with product details (like Name, Price, Size, Weight, Quantitiy), or I can reduce it to just Product_id,...
tmallan
Offline Send Email
Jan 1, 2006
10:34 pm
36755
Do the queries on demand _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of tmallan Sent: Sunday, January 01,...
Ernest Breau
eb_web_designs
Offline Send Email
Jan 1, 2006
11:20 pm
36756
Anyone have problems using Active Edit with 6.1MX I get a String index out of range: then a negative number, that equals the same amount of characters that are...
Ernest Breau
eb_web_designs
Offline Send Email
Jan 2, 2006
5:01 am
36757
Hi all quick question I am building a site notification form and I am attempting to setup my local:8500 in regards to cfmail. everything I have read keeps...
Scott
cfmldragon
Offline Send Email
Jan 2, 2006
7:49 am
36758
Hi, I might be way off on this, but: http://127.0.0.1:8500/ =http://localhost:8500/ it is the samething, sometimes I use localhost:8500, and sometimes I use...
John Michael Barrett
barrjohnm
Offline Send Email
Jan 2, 2006
8:32 am
36759
I want to migrate my project from Coldfusion to either .net OR java. Can anybody guide me which will be better?...
ABRAHAM LINCOLN
lincoln_a_c
Online Now Send Email
Jan 2, 2006
3:42 pm
36760
Yea, not migrating at all :). ... http://www.funkymunkyz.com/ http://www.lizardmaster.com/...
Alex Grosholz
tlmalexgro
Offline Send Email
Jan 2, 2006
3:48 pm
36761
Coldfusion does not provide a built in mail service "SMTP". In Coldfusion administrator look for menu for "mail" this is where you need to add the outbound...
Casey Dougall
casey_dougall
Online Now Send Email
Jan 2, 2006
3:50 pm
36762
you can also set the smtp server to use in the cfmail tag itself which is very handy when you have several sites that need to use different smtp servers with...
Rick Justis
rickj2
Online Now Send Email
Jan 2, 2006
3:55 pm
36763
if thunderbird ios set to 8500, then use that. If you are also using IIS, iwould also make sure that default SMTP sever is either off or if thunderbird is...
Owner, Three Ravens C...
woad
Online Now Send Email
Jan 2, 2006
6:17 pm
36764
You are correct in that they are the same and your system would see them as the same. What would depend is whether or not CF understands what localhost means....
Owner, Three Ravens C...
woad
Online Now Send Email
Jan 2, 2006
6:18 pm
36765
I'd leave it as CF...but since you can convert CF to java byte code, Java would be better...in fact anything would be better than .net... Eric On Mon, 02 Jan...
Owner, Three Ravens C...
woad
Online Now Send Email
Jan 2, 2006
6:18 pm
36766
I'm curious why this is best. thanks....
tmallan
Offline Send Email
Jan 2, 2006
7:50 pm
36767
Good question! That's just the way I do it :-) Maybe someone else could shed some insight. _____ From: coldfusion-howto@yahoogroups.com ...
Ernest Breau
eb_web_designs
Offline Send Email
Jan 2, 2006
8:46 pm
36768
Pedro, I just now got back to this project and wanted to thank you for your help. As it turns out my var was in milliseconds and your timeFormat#myVar# works...
pnealis
patricknealis
Offline Send Email
Jan 2, 2006
8:47 pm
36769
Excellent! Glad to have been of use! LOL pnealis <pnealis@...> wrote: Pedro, I just now got back to this project and wanted to thank you for your...
Pedro Gonzalez
mquack32
Online Now Send Email
Jan 2, 2006
10:54 pm
36770
in addition: I got 127.0.0.1 responding in coldfusion admin, so it seems, but when I check the log file it gives me an error. I suspect that it is because I...
Scott
cfmldragon
Offline Send Email
Jan 2, 2006
11:00 pm
36771
Erm, why? If it works in CF, it's definitely not cost beneficial to try to convert it knowing neither .NET or Java. -Joe ... -- Get Glued! The Model-Glue...
Joe Rinehart
jrinehartasi
Offline Send Email
Jan 3, 2006
1:41 am
36772
I am probably gonna ask you a question that belongs in the dummy 101 category but here goes. I have searched all over hell's half acre and google and all my...
Scott
cfmldragon
Offline Send Email
Jan 3, 2006
2:02 am
Messages 36743 - 36772 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