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 37575 - 37604 of 42890   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37575
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...
John Bartlett
wyntermoonwolf
Offline Send Email
Mar 1, 2006
9:31 am
37576
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
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...
Ashwin
ashwin402
Offline Send Email
Mar 1, 2006
10:57 am
37578
Does cfscript work with XMLHttpRequest ? _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Andrew Sent:...
Ernest E. Breau Jr.
eb_web_designs
Offline Send Email
Mar 1, 2006
12:06 pm
37579
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...
indulgecollection
indulgecolle...
Offline Send Email
Mar 1, 2006
12:12 pm
37580
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...
Randy Robinson
rrobinson550520
Offline Send Email
Mar 1, 2006
12:58 pm
37581
I followed this Technote to get my set up working. <http:// www.macromedia.com/go/6ef0253> and it works like a charm. tim...
Timothy L. Watson
cybernicity2004
Offline Send Email
Mar 1, 2006
1:21 pm
37582
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 ...
Miss B
ms_crb
Offline Send Email
Mar 1, 2006
2:37 pm
37583
put this around your string ReplaceNoCase(blabla, "'", "\'", "All") This should work. Walter Conti <walter@...> wrote: I have to pass a string...
Hank Miller
hankcfman
Online Now Send Email
Mar 1, 2006
2:53 pm
37584
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...
Richard Baroniunas
rbaroniunas
Offline Send Email
Mar 1, 2006
3:09 pm
37585
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...
Uraidiot
uraidiot2000xyz
Offline Send Email
Mar 1, 2006
3:32 pm
37586
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...
Hank Miller
hankcfman
Online Now Send Email
Mar 1, 2006
3:53 pm
37587
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...
Gerry Bunker
mechaworx
Online Now Send Email
Mar 1, 2006
5:24 pm
37588
great suggestions guys. Thanks again....
Sean Scott
sean.net@...
Send Email
Mar 1, 2006
6:38 pm
37589
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...
gassmann56560
Offline Send Email
Mar 1, 2006
6:44 pm
37590
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...
Greg Hope
g_hope
Offline Send Email
Mar 1, 2006
7:09 pm
37591
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 ... ...
blackbeauty
ms_crb
Offline Send Email
Mar 1, 2006
7:15 pm
37592
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...
Hank Miller
hankcfman
Online Now Send Email
Mar 1, 2006
7:22 pm
37593
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...
Ernest E. Breau Jr.
eb_web_designs
Offline Send Email
Mar 1, 2006
11:40 pm
37594
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...
Parameshwar Narayan H...
pn_hegde
Offline Send Email
Mar 2, 2006
6:18 am
37595
Here is an idea <cfif request.isloggedin and cgi.server_port is 80> <cflocation url="https://#cgi.server_name##cgi.script_name#?#cgi.query_string#"...
Hank Miller
hankcfman
Online Now Send Email
Mar 2, 2006
12:52 pm
37596
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 Schlosser
jojo_super77
Offline Send Email
Mar 2, 2006
1:55 pm
37597
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...
Lee Bolin
kompwizard
Online Now Send Email
Mar 2, 2006
2:06 pm
37598
I think this is the tutorial I used to create a RSS reader. It has worked pretty well for me. http://tutorial208.easycfm.com/ -Cody ... From:...
Cody Marnell
c_marnell
Offline Send Email
Mar 2, 2006
2:12 pm
37599
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,...
John Bartlett
wyntermoonwolf
Offline Send Email
Mar 2, 2006
4:09 pm
37600
Does the Display attribute of the cfgridcolumn tag work? I'e tried setting it to "false", "no" and "No" and it still displays the column....
pixelgeek
Offline Send Email
Mar 2, 2006
9:53 pm
37601
You guys are golden! Thanks for the help! JoAnn A. Schlosser, MA Sr. Manager for Information Services/Webmaster Association for Professionals in Infection...
JoAnn Schlosser
jojo_super77
Offline Send Email
Mar 2, 2006
11:44 pm
37602
Hi, I finally got it working`-` Thanks for your help, John ...   __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail...
John Michael Barrett
barrjohnm
Offline Send Email
Mar 3, 2006
5:49 am
37603
Hi, I finally got it working`-` By the way, I just picked up MySQL Crash Course, what a great book! Thanks for your help, John ...   ...
John Michael Barrett
barrjohnm
Offline Send Email
Mar 3, 2006
5:50 am
37604
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...
Keven J
kmjeffery
Offline Send Email
Mar 3, 2006
9:56 pm
Messages 37575 - 37604 of 42890   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