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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 39595 - 39624 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
39595
Can someone please ban these idiots. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Oct 1, 2006
9:18 am
39596
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
Oct 1, 2006
8:21 pm
39597
Hello all, I will make this short... I'm launching a website called smudt.com and it will offer music/photos from unsigned artists/models, music, interviews,...
b_rock3787
Offline Send Email
Oct 1, 2006
8:27 pm
39598
Im trying to create a CFC file for users.. here is the code.. <cffunction name="login" returntype="boolean"> <cfargument name="username" type="string"...
Ronald A. de Leon
shuffler16
Online Now Send Email
Oct 2, 2006
1:41 am
39599
<cfquery name="loginQuery" datasource="#dsn#"> SELECT COUNT(*) FROM users WHERE username = '#ARGUMENTS.username#' AND password = '#ARGUMENTS.password#' ...
Ernest Breau
eb_web_designs
Offline Send Email
Oct 2, 2006
1:47 am
39600
You are missing your single quotes around the variables. _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of...
Mark Bureau
bu9418
Offline Send Email
Oct 2, 2006
2:01 am
39601
my main problem is that mypassed arguments are replaced by the actual column names from the query.. ... From: Mark Bureau To: coldfusion-howto@yahoogroups.com ...
Ronald A. de Leon
shuffler16
Online Now Send Email
Oct 2, 2006
2:11 am
39602
This should work (based on the limited code/info you posted).. <cffunction name="login" returntype="boolean"> <cfargument name="username" type="string"...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Oct 2, 2006
7:11 am
39603
Hi there.. Can anybody in here post some simple scripts for uplaoding files.. thanks! Ronald A. de Leon Technical Analyst I Solutions Xchange [Non-text...
Ronald A. de Leon
shuffler16
Online Now Send Email
Oct 2, 2006
7:41 am
39604
Or use cfftp ... "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Oct 2, 2006
7:51 am
39605
Just use cffile with the values sent from a form. Simple stuff. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Oct 2, 2006
7:51 am
39606
can you include some code snippets for that?. stating where the file will be uploaded (what folder) specific filetypes will be accepted (e.g. images only) and...
Ronald A. de Leon
shuffler16
Online Now Send Email
Oct 2, 2006
7:58 am
39607
http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=part_cfm.htm Or if it's broken...
John Bartlett
wyntermoonwolf
Offline Send Email
Oct 2, 2006
8:39 am
39608
It sounds like you're just starting down the path of ColdFusion and HTML. You should play around with HTML first, with forms and the like before you delve into...
John Bartlett
wyntermoonwolf
Offline Send Email
Oct 2, 2006
9:09 am
39609
Hi there.. Im really new to Coldfusion but I've been developing webpages using PHP for quite sometime now.. I'm developing a simple Project Mngt System using...
Ronald A. de Leon
shuffler16
Online Now Send Email
Oct 2, 2006
9:26 am
39610
People here tend to not give answers to questions that can be figured out reading the ColdFusion documentation. Figuring things out for yourself is the best...
John Bartlett
wyntermoonwolf
Offline Send Email
Oct 2, 2006
4:27 pm
39611
Hi Guys... How to configure the coldfusion server, for the script always searchs cfcomponent close of it. Flávio [Non-text portions of this message have been...
Flávio [ z a c h ]
flaviozf
Offline Send Email
Oct 2, 2006
4:33 pm
39612
I used CFChart to build a graph. It displays OK on the screen. My problem is that I used the 'name=chart1' and format=jpeg to output the graph to a file. This...
k0bx
Offline Send Email
Oct 2, 2006
5:21 pm
39613
OPS Web Page Design Specialist SUMMARY: Develops and maintains web sites for a department. Creates content when necessary, adapts existing content to a...
Michael Blues Strivelli
michael_stri...
Offline Send Email
Oct 2, 2006
7:32 pm
39614
okay thanks! ... From: John Bartlett To: coldfusion-howto@yahoogroups.com Sent: Tuesday, October 03, 2006 12:16 AM Subject: Re: [coldfusion-howto] File uploads...
Ronald A. de Leon
shuffler16
Online Now Send Email
Oct 3, 2006
12:57 am
39615
One thing that's not always clear in the documentation is that you cannot use relative pathing when you're dealing with files (i.e., ../documents/). I tend to...
Linda Hardman
lindauhoo
Offline Send Email
Oct 3, 2006
3:28 am
39616
What I like to do is create a variable called "RootDir" in the Application.cfm which identifies the directory the app resides in and doesn't need to be edited...
John Bartlett
wyntermoonwolf
Offline Send Email
Oct 3, 2006
3:41 am
39617
I have a string that I need to add 1 byte of padding to. These are the instructions I received, "In this case we need to pad the string by adding one byte, in...
JoAnn Schlosser
jojo_super77
Offline Send Email
Oct 3, 2006
1:06 pm
39618
<CFSET Str=Str & Chr(0)> ? Not sure if CF can handle a null character. I know CF5 can't process a string with chr(160) in it, it vanishes. -John ... From:...
John Bartlett
wyntermoonwolf
Offline Send Email
Oct 3, 2006
2:38 pm
39619
Hey JoAnn, This _may_ work. It may vary on character set. Short answer: <cfset myString = chr(1) & myString /> Long answer: Strings can be represented as...
Joe Rinehart
jrinehartasi
Offline Send Email
Oct 3, 2006
2:43 pm
39620
OK. Sigh. . . The programmers on the other end are treating each character as a single byte - adding chr(1) does add one byte to the end of my 39 character ...
JoAnn Schlosser
jojo_super77
Offline Send Email
Oct 3, 2006
5:33 pm
39621
Boy did I get that turned around. OK. I have the padding done. Now, back to Dmitry to find out why the encryption is failing. . . . Thanks! JoAnn A....
JoAnn Schlosser
jojo_super77
Offline Send Email
Oct 3, 2006
5:39 pm
39622
Ah, I know what this is dealing with! My eyes, the bleeding! -Joe ... -- Get Glued! The Model-Glue ColdFusion Framework http://www.model-glue.com...
Joe Rinehart
jrinehartasi
Offline Send Email
Oct 3, 2006
6:12 pm
39623
?? okay . . . . ;-) JoAnn A. Schlosser Sr. Manager for Information Services/Webmaster Association for Professionals in Infection Control and Epidemiology 1275...
JoAnn Schlosser
jojo_super77
Offline Send Email
Oct 3, 2006
6:32 pm
39624
I've always used the LJustify/RJusitfy functions to pad out a string to a specified length - if the passed in string exceeds that length already, nothing is...
John Bartlett
wyntermoonwolf
Offline Send Email
Oct 3, 2006
8:15 pm
Messages 39595 - 39624 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