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.
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 44194 - 44223 of 44526   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44194
To curtain unwanted replies from my standard reply form, I want to add a security code field such as in: http://kochfilter.com/contact.php Any CF version for...
raehm
Offline Send Email
Apr 3, 2009
3:18 pm
44195
Yes. Look up cfimage with the Capatcha action....
Phillip Vector
lance_lake
Online Now Send Email
Apr 3, 2009
3:24 pm
44196
Hi, I am needing to connect to a mapping sebservice however the same code being provided is only written in .NET Just wondering if someone could assist my...
SAMARIS Software
austaccomm
Offline Send Email
Apr 4, 2009
12:47 am
44197
Hi, I am needing to connect to a mapping sebservice however the same code being provided is only written in .NET Just wondering if someone could assist my...
SAMARIS Software
austaccomm
Offline Send Email
Apr 4, 2009
1:13 pm
44198
What is the GeocoderService? There should be a URL to access the service. Or the URL to the WSDL would help. -hankcfman ________________________________ From:...
Hank Miller
hankcfman
Online Now Send Email
Apr 4, 2009
1:58 pm
44199
I thought the information provided which is the sample code for .net should be enough to simply have that code written in cf format ???? I did not want to make...
SAMARIS Software
austaccomm
Offline Send Email
Apr 4, 2009
2:03 pm
44200
I assume you are consuming a webservice. And it is written different in CF than .NET. There are elements missing. One of them being the WSDL URL. I would like...
Hank Miller
hankcfman
Online Now Send Email
Apr 4, 2009
2:07 pm
44201
I've been using DeMoronizer to handle special characters that result from pasting textarea boxes from an MSWord Doc. Most characters are handled like this: ...
raehm
Offline Send Email
Apr 6, 2009
8:39 pm
44202
Save it to a text file and use a hex viewer to view it or read it in via CFFILE in binary and use the UDF "Get" from cflib.org to read the ASCII characters. ...
John Bartlett
wyntermoonwolf
Offline Send Email
Apr 6, 2009
8:44 pm
44203
Thanks. I ran a hex reader on the file, only to find out what I already know...the number 13....which I presume is the ascii character number??? but the...
raehm
Offline Send Email
Apr 6, 2009
9:04 pm
44204
ASCII 13 is the Carriage Return character. If used in conjunction with ASCII 10 (new line) - ASCII 13 + ASCII 10 - Windows will properly handle it as a line...
John Bartlett
wyntermoonwolf
Offline Send Email
Apr 6, 2009
9:17 pm
44205
Thanks. This is all because of a MAC user!!!...
raehm
Offline Send Email
Apr 6, 2009
9:28 pm
44206
Can anybody tell me what causes this error message? Linda ************************************************************* 500 ROOT CAUSE: ...
Linda Burnside
ihatespam22222
Offline Send Email
Apr 8, 2009
5:52 pm
44207
Basically, you ran out of memory. Raise the memory allocated to the JVM in the CF Admin JVM page. I get this error frequently trying to convert large query...
John Bartlett
wyntermoonwolf
Offline Send Email
Apr 8, 2009
5:58 pm
44208
... wddx. The problem may also be an infinite loop....
Claude Schneegans
schneeca
Offline Send Email
Apr 8, 2009
7:29 pm
44209
It's a large database, and when I've gotten that error in the past, I have made an attempt to find ways to cut the processing down to a reasonable size. This...
Linda Burnside
ihatespam22222
Offline Send Email
Apr 9, 2009
4:26 pm
44210
What OS is your server running? Unless it is 64 bit, I don't believe your server can utilize the full 4 GB of ram (3 is the max for 32-bit, iirc) so setting...
LACKEY, DARYL (ATTSI)
daryllackey
Offline Send Email
Apr 9, 2009
5:19 pm
44211
I have a cfchart with two bars per date (x axis). I then added a line to complement the bars, with the line/point for each date represneting a percentage. I...
Uraidiot
uraidiot2000xyz
Offline Send Email
Apr 11, 2009
3:15 am
44212
I had an issue this week with SQL Server Express 2008 -- a databse grew to 4GB, the limit and locked up. I installed a trial version of SQL Server 2008 until...
Linda Burnside
ihatespam22222
Offline Send Email
Apr 11, 2009
5:07 pm
44213
I am creating a java object in coldfusion which returns a string such as "blahèblah", but it when i dump this in coldfusion it becomes skewed. Does any one...
O S
artificial_net
Offline Send Email
Apr 12, 2009
2:15 pm
44214
I need to join a master table to a detail table, there are one to many relationships. So it will give me duplicates. But if I only want everything in the...
Uraidiot
uraidiot2000xyz
Offline Send Email
Apr 14, 2009
12:32 am
44215
All: Some people post some inappropriate content on my website, and I would like to block them. I know with ColdFusion, I can block the user by IP address...
Shawn Lo
shawn0706
Offline Send Email
Apr 19, 2009
3:24 pm
44216
All: In my index.cfm page, I use 3 cfincludes: index_calender.cfm, index_news.cfm, index_tops.cfm. When index.cfm is loaded, it will pull in those "Child"...
Shawn Lo
shawn0706
Offline Send Email
Apr 19, 2009
3:37 pm
44217
Hint: CGI.Script_Name ... From: coldfusion-howto@yahoogroups.com To: coldfusion-howto@yahoogroups.com Subject: [coldfusion-howto] CFINCLUDE question Date:...
John Bartlett
wyntermoonwolf
Offline Send Email
Apr 19, 2009
3:54 pm
44218
I've been working with ColdFusion since version 3.1 and I've never seen it give up a Mac address. ... From: coldfusion-howto@yahoogroups.com To:...
John Bartlett
wyntermoonwolf
Offline Send Email
Apr 19, 2009
3:54 pm
44219
Mac addresses do not pass through most routers you will only see devices within your network Create a batch file Put in it arp -a Then cfexecute it to pull the...
Ernest E. Breau Jr.
cf_ernie
Online Now Send Email
Apr 19, 2009
6:01 pm
44220
All: How do I detect if the user has Flash installed? If Flash installed, I show a Flash animation. If Flash not installed, I show regular jpg picture. Thank...
Shawn Lo
shawn0706
Offline Send Email
Apr 20, 2009
1:11 am
44221
You need to use swf object: http://code.google.com/p/swfobject/ you can read about it here: http://blog.deconcept.com/swfobject/ You can also download the AIR...
John Barrett
barrjohnm
Offline Send Email
Apr 20, 2009
7:01 am
44222
There's a way via JavaScript to detect which plugins are installed - try Googling it. -John ... [Non-text portions of this message have been removed]...
John Bartlett
wyntermoonwolf
Offline Send Email
Apr 20, 2009
7:14 am
44223
I don't know how to say what I want to do but here's a start (that doesn't work) <cfset var_time = TimeFormat(Now(), "HH:mm:SS") + 1/24> I want to schedule a...
Linda Burnside
ihatespam22222
Offline Send Email
Apr 20, 2009
6:11 pm
Messages 44194 - 44223 of 44526   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