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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 26166 - 26195 of 44529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26166
Have you ever heard of SoundEx? Look it up on the Macromedia exchange. It turns words into numbers, then you can compare similar sounding words together....
Steve Nelson
fusebox_steve
Offline Send Email
Jun 1, 2004
11:09 am
26167
(sorry to repost, but it's been a few days and I thought I'd give it one more shot, I wont repost again). Unfortunately I've been moved from CFMX to CF 5.0. I...
Christopher
usachrisk
Offline Send Email
Jun 1, 2004
3:08 pm
26168
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
Jun 1, 2004
3:45 pm
26169
hi trevor. IMHO from my experience and study on this subject, it is no longer an issue. engine spiders have become quite good at indexing dynamic content. a...
webspinner - encore t...
surftrip
Offline Send Email
Jun 1, 2004
4:17 pm
26170
Have you tried: <cfset Session.Deploymentinfo=""> to see if it wipes out the structure? Another option is to simply set session.username to an empty string and...
Bartlett, John
wyntermoonwolf
Offline Send Email
Jun 1, 2004
4:22 pm
26171
You can also this free ISAPI filter on IIS which can be used with cfm, asp, jsp, php etc if you want... ...
johnatcrisp
Offline Send Email
Jun 1, 2004
4:25 pm
26172
Structclear(session) - dan ... From: Bartlett, John [mailto:john.bartlett@...] Sent: Tuesday, June 01, 2004 12:19 PM To: coldfusion-howto@yahoogroups.com...
Dan Plesse
empiricallys...
Offline Send Email
Jun 1, 2004
4:32 pm
26173
Thanks for the reply, John. I tried what you suggested, and it just creates a new variable when I dump session that contains no value, the others remain....
Christopher
usachrisk
Offline Send Email
Jun 1, 2004
4:50 pm
26174
Thanks Dan, But I don't want to clear the entire session structure, just session.deploymentinfo.* Chris. ... From: Dan Plesse [mailto:dplesse@...] ...
Christopher
usachrisk
Offline Send Email
Jun 1, 2004
4:50 pm
26175
... Don't spend the time and effort on this. This is no longer an issue for any major search engine. If you know of a minor search engine that you need to be...
Ben Curtis
wsi_ben
Offline Send Email
Jun 1, 2004
5:14 pm
26176
You can also re build a struct using dot syntax and keep out session.deploymentinfo. Here is a rather large struct a made using recursion. Cfdump dsources. ...
Dan Plesse
empiricallys...
Offline Send Email
Jun 1, 2004
7:08 pm
26177
Hi Every one, My question is... is there any way I can find out the datatype of each column of a resultset returned from a Stored procedure. I am thinking this...
viswapsp
Offline Send Email
Jun 1, 2004
8:22 pm
26178
Been there, done that - most likely your answer is nope. However, you can try fetching the stored procedure source code and extracting out the SQL from it and...
Bartlett, John
wyntermoonwolf
Offline Send Email
Jun 1, 2004
8:37 pm
26179
I want to create a Cfif statement that check for an email address passed from a form. I was using this but it is giving me an error. Any suggestions? <cfif...
Trevor Lyman
trevormorris...
Offline Send Email
Jun 1, 2004
9:00 pm
26180
What is the error? I would use <cfif isdefined('form.emailaddress') and #trim(form.emailaddress)# is not ''> JoAnn Schlosser Web Consultant ASI Consulting ...
JoAnn Schlosser
jojo_super77
Offline Send Email
Jun 1, 2004
9:01 pm
26181
<cfif isDefined('form.emailAddress')>...
Bryan F. Hogan
bryan.hogan@...
Send Email
Jun 1, 2004
9:02 pm
26182
Hi Christian, Thanks for your response! I just wanted to double check with you- is this true of Yahoo? My site is really doing well with Google (in terms of...
Trevor Lyman
trevormorris...
Offline Send Email
Jun 1, 2004
9:04 pm
26183
If you choose to do it this way, remove the pounds that are not needed. Here is an easy way to remember it. 1. Is my variable in side "s? If yes use pounds, if...
Bryan F. Hogan
bryan.hogan@...
Send Email
Jun 1, 2004
9:08 pm
26184
Thanks! This worked! The error was that I didn't have a value and the CFMail tag was trying to send an email to a non existent email address. Thanks again! ...
Trevor Lyman
trevormorris...
Offline Send Email
Jun 1, 2004
9:11 pm
26185
You may have to drop down to JDBC to do that you need feed the results of the query into a tablequery object and then start to look at the metadata. You need...
Dan Plesse
empiricallys...
Offline Send Email
Jun 1, 2004
9:13 pm
26186
... Two errors here: 1º if you want to check for the value of Form.EMailAddress, do not use quotes. 2º In order to be 0, this field should have been entered...
Claude Schneegans
schneeca
Offline Send Email
Jun 1, 2004
9:43 pm
26187
Has anyone ran across a problem using cfcontent on a page with the end user using Windows XP? I have two problems, 1. if I use <cfif...
Rosario Morgan
rosario_morgan
Offline Send Email
Jun 1, 2004
9:45 pm
26188
The outputs when the form is processed show the correct data. But no email is being sent. Any ideas that I might be missing? ======Code Follows========= <html>...
phillipmvector@...
lance_lake
Online Now Send Email
Jun 1, 2004
10:52 pm
26189
Can you see the message hit the spooler or undeliverable folder? I don't have access to do the kinds of things I need on a new client's server but since they...
JoAnn Schlosser
jojo_super77
Offline Send Email
Jun 1, 2004
10:55 pm
26190
This should just about do it !! Just read my tutorial. http://www.geocities.com/empiricallyspeaking/stored_procedure.html ... From: Dan Plesse...
Dan Plesse
empiricallys...
Offline Send Email
Jun 2, 2004
12:53 am
26191
Did you look in your email folder and can you send a test email? ... From: phillipmvector@... [mailto:phillipmvector@...] Sent: Tuesday, June...
Dan Plesse
empiricallys...
Offline Send Email
Jun 2, 2004
2:05 am
26192
1) Would suggest doing what Dan says and check out your undelivered folder - on my install the path is: C:\CFusionMX\Mail\Undelivr\ Any emails that haven't...
johnatcrisp
Offline Send Email
Jun 2, 2004
8:29 am
26193
I am trying to get a web application running but I am encountering the following problem: When a visitor enters the server either with www.server.com or...
jat32979
Offline Send Email
Jun 2, 2004
11:36 am
26194
This works on one of my CFMX servers but not another: I'm using PHPBB2 (forum) and I'm trying to display the latest posts on my intranet; A working example is...
Rob Baker
netposerx
Offline Send Email
Jun 2, 2004
3:34 pm
26195
If you want to ensure that a user doesn't share a URL, try two UDF's I created that will secure a URL so that it will only work on a specific PC and IP...
Bartlett, John
wyntermoonwolf
Offline Send Email
Jun 2, 2004
4:15 pm
Messages 26166 - 26195 of 44529   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