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...
Show off your group to the world. Share a photo of your group with us.

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 41095 - 41124 of 44527   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41095
Hey guys, Has anyone purchased Adobe CS3, if not when do you intend to purchase it? Dwij...
djdwij
Offline Send Email
May 3, 2007
9:14 pm
41096
What's the best way to handle spaces and odd characters in your filenames? Users don't read instructions and I'd like to be able to link to the files. Thanks! ...
Kennedy
j_knndy
Offline Send Email
May 3, 2007
11:42 pm
41097
These little pieces of code are cool for that <cfdump var="#cgi#"> <cfdump var="#application#"> <cfdump var="#cookie#"> <cfdump var="#client#"> Jen ... ...
Kennedy
j_knndy
Offline Send Email
May 3, 2007
11:51 pm
41098
URLEncodedFormat( ) -John ... From: "Kennedy" <jnnfrknndy@...>...
John Bartlett
wyntermoonwolf
Offline Send Email
May 3, 2007
11:53 pm
41099
So when it's uploaded to the server, do I add a step to rename it with this function around the destination? Jen ... -- Jennifer PapillonStudio.com aim:...
Kennedy
j_knndy
Offline Send Email
May 4, 2007
12:01 am
41100
Read up on cffile - upload and this function and it'll answer your questions. http://livedocs.adobe.com/ -John...
John Bartlett
wyntermoonwolf
Offline Send Email
May 4, 2007
12:31 am
41101
you can use URLEncodedFormat or HTMLEncodedFormat on your filename when you upload perform the cffile function: <CFFILE file="#URLEncodedFormat(yourfilename)#"...
Mark Bureau
bu9418
Offline Send Email
May 4, 2007
2:23 am
41102
I always store as-is and then use the function in the generated HTML. -John ... From: "Mark Bureau" <mark@...>...
John Bartlett
wyntermoonwolf
Offline Send Email
May 4, 2007
3:00 am
41103
A couple of ways, the easiest. <cfscript> StructClear(client); </cfscript> or <cfset empty=StructClear(client)> -hankcfman ... From: Kennedy...
Hank Miller
hankcfman
Online Now Send Email
May 4, 2007
3:12 am
41104
Thanks John, I wasn't sure about the proper way, which is why I said I wasn't sure :-) _____ From: coldfusion-howto@yahoogroups.com ...
Mark Bureau
bu9418
Offline Send Email
May 4, 2007
2:01 pm
41105
I am trying to produce a dashboard with all the fancy, moving dials, etc. Does anyone have any CF or javacode that does this, so I do not have to reinvent the...
Uraidiot
uraidiot2000xyz
Offline Send Email
May 7, 2007
6:37 pm
41106
I suggest upgrading to CFMX7 and take a look at the new CFForms functionality. _____ From: coldfusion-howto@yahoogroups.com ...
Al Bundy
albundyinc
Offline Send Email
May 7, 2007
7:59 pm
41107
7+ years experience looking for Coldfusion side work. Have 20 plus hours a week to spare...
dphot0_99
Offline Send Email
May 8, 2007
3:37 pm
41108
Hi all I am hoping someone can take a quick peek at this code and perhaps recognize what's wrong. The code works, but when the wrong information is entered,...
Scott
urbandragon1964
Offline Send Email
May 8, 2007
4:04 pm
41109
Scott try <cfif sendEmail.recordCount GT 0> for your second if statement Scott <urbandragon1964@...> wrote: Hi all I am hoping someone can take a quick...
Terrence Thomas
tthomas101a
Offline Send Email
May 8, 2007
4:56 pm
41110
After running into a problem with the tree template list (with execution times) not showing all of the included templates I reworked a section of the...
Michael MacDonald
mikethemaven
Offline Send Email
May 8, 2007
5:39 pm
41111
where are you based? Mel. DPHOT0_99 <dphot0_99@...> wrote: 7+ years experience looking for Coldfusion side work. Have 20 plus hours a week to spare ... ...
mel_eng2002@...
mel_eng2002
Offline Send Email
May 8, 2007
6:29 pm
41112
Thanks for the hint Terrance GT 0 didn't work but eq 0 did!! thanks again Scott ... From: Terrence Thomas <tthomas101a@...> To:...
Scott S
urbandragon1964
Offline Send Email
May 8, 2007
8:09 pm
41113
Hi, I am looking for the regex to allow only date formats of the following format: mm/dd/yyyy the regex allows only 0-9 for mm dd and yyyy positions and...
Ball, Steve
steve.ball99
Offline Send Email
May 8, 2007
11:37 pm
41114
I've been using my SQL server with coldfusion and everything has been working fine until today. The server didn't start up automatically when I started my...
aeicker4836
Offline Send Email
May 10, 2007
2:29 am
41115
Hi, This is strange, as I have never had this problem. In your "preferences panel", there should be an icon for MySQL. Do you have this? Does it look like this...
John Barrett
barrjohnm
Offline Send Email
May 10, 2007
6:19 am
41116
I do have that start up button in my preferences pane but nothing happens when I press it. I've used it before and it started right up. Where do I locate the...
alan eicker
aeicker4836
Offline Send Email
May 10, 2007
11:50 am
41117
Hi, I know this is only mildy coldfusion related - I am working on a site in php, I have never used it before but it's going OK. I want to serve up video files...
Zoe Cutting
ormaybemidgets
Offline Send Email
May 10, 2007
12:10 pm
41118
Hi Alan, Check out: http://developer.apple.com/internet/opensource/osdb.html Your Terminal Application (command line): /Applications/Utilities/Terminal MySQL...
John Barrett
barrjohnm
Offline Send Email
May 10, 2007
12:16 pm
41119
While loading a rather large table, my page displays badly. I'm guessing that it is processing the cf code before some of the html page code. Is there any way...
raehm
Offline Send Email
May 11, 2007
1:44 pm
41120
If it's processing your CFM code before the HTML in the program, it's because it's coded that way. Unless you use cfflush, the page results are sent to the...
John Bartlett
wyntermoonwolf
Offline Send Email
May 11, 2007
3:22 pm
41121
Sorry guys, this is a MYSQL inquiry... I noticed that when I use the MATCH AGAINST function and i set other condition than MATCH AGAINST, the query ignores the...
A Abaya
aj_abaya
Offline Send Email
May 11, 2007
4:44 pm
41122
Please add "[OT]" to the subject of non-ColdFusion questions/posts. -John, moderator...
John Bartlett
wyntermoonwolf
Offline Send Email
May 11, 2007
5:02 pm
41123
Thanks for all the helpful info. Unfortunately I wasn't able to get mySQL to run. I'm using PostgreSQL now and it seems to be working fine so hopefully I ...
alan eicker
aeicker4836
Offline Send Email
May 12, 2007
12:35 am
41124
What do the logs say and did you try to reinstall just (copy the data files first in a new location)? Also look for an upgraded version or very Beta. It can't...
Dan Plesse
empiricallys...
Offline Send Email
May 12, 2007
7:41 pm
Messages 41095 - 41124 of 44527   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