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....
(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...
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...
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...
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...
Structclear(session) - dan ... From: Bartlett, John [mailto:john.bartlett@...] Sent: Tuesday, June 01, 2004 12:19 PM To: coldfusion-howto@yahoogroups.com...
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....
... 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...
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. ...
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...
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...
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...
What is the error? I would use <cfif isdefined('form.emailaddress') and #trim(form.emailaddress)# is not ''> JoAnn Schlosser Web Consultant ASI Consulting ...
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...
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@...
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! ...
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...
... 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...
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>...
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...
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...
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...
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...
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...