Try reinstalling MySQL. Another option is to install the MySQL jar file located in the file section of this yahoo group. -John ... From: "John Michael...
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...
Mar 1, 2006 10:15 am
37577
I have a ColdFusion application using fusebox4 framework. i'm planning to integrate a third party chat software using which all the users logged-in can...
Does cfscript work with XMLHttpRequest ? _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Andrew Sent:...
Hi, I am new too Cold Fusion but was interested n developing an online email system as part of a new community website I am working on with a few other people...
Sean: I've just finished reading "Search Engine Marketing, Inc." by Mike Moran and Bill Hunt, published by IBM Press and, from what I understand, you want to...
I am having trouble with spaces in a text field that should not be left blank. While testing I discovered that if I hit the space bar a couple times my form ...
I would do the following for validation and the form would not be posted until the corrections are done: <FORM METHOD="POST" onsubmit=""return ... and remove...
Greg, Thanks for your help. Your method/code works, I was able to retrieve all of the records for the city, I hardcoded. My code is similar except I tried to...
If I understand you problem... You are having an issue with spaces being put into your form fields and they submit the form with spaces and you want to catch...
Sean I would also recommend this site: http://www.highrankings.com Pay particular attention to the articles section and read the "SEO for Newbies" article. I...
Does anyone know anything about a program called Made2Manage(M2M)? It is a customer database program to keep track of customer info. I have created an RFQ Log...
Well, I think you could develop a more elegant approach than this, but here is how I am doing something similar, but with SN instead of city. You could adapt...
That worked perfectly, I am very new to javascript, can you please explain to me what this does replace(/ /gi, "").length == 0) Thanks to all that replied ... ...
Yes... the replace function does what it is says... it replaces the within the string an item. in this case / / would be a space. You put the sting you wnat to...
Look in your ODBC manager to see if there is a DSN defined _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of...
Hi, I have a requirement where in i want to use the url as
https://...login.cfm (only during login) and after the successful login,
for subsequent pages i want...
Anyone know of any CF tags to pull in newsfeeds? I can get freebees off the web but they involve sucking the thing into my page in via IFRAME from someone...
JoAnn, I use the following in a template: <cf_getnewsfeed url="http://rss.news.yahoo.com/rss/topstories" NumArticles="5"> You can pass the URL and the number...
As a friendly reminder to all, you should not contact people off-list for help via instant messenging until you have received permission first. -John,...
You guys are golden! Thanks for the help! JoAnn A. Schlosser, MA Sr. Manager for Information Services/Webmaster Association for Professionals in Infection...
Hi, I finally got it working`-` Thanks for your help, John ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail...
Hello, I'm attempting to index some xml files using the ColdFusion Verity engine (MX) and am stuck when it comes to mapping the zone created by an xml tag as a...