Re: List, Quotes, Commas UGH

2002-05-15 Thread Nate Nielsen
The key here of course is the RE -> (Aren't there laws concerning coding RE's this late at night? eh? hehe) myList = '22,33.44,21.93,"1,090.33","2,999.00"'; myList = REReplace(myList, '(")([0-9_]*)([,]*)([0-9_.]*)(")', '\2\4', 'ALL'); This should get ya rollin =) Nate Nielse

RE: List, Quotes, Commas UGH

2002-05-15 Thread Matthew Walker
This seems to work on the data you supplied... #REReplace(MyList, """(([[:digit:]]+),)?([[:digit:]]+)(.[[:digit:]]+)?""", "\2\3\4", "All")# Regards, Matthew Walker /* Easier, smarter forms: http://www.matthewwalker.net.nz/inform2 */ > -Original Message- > From: Pau

Re: Recommend a replacement for CFMAIL

2002-05-15 Thread John Innit
Rizal - are you happy with it? What kind of volumes are you sending out? At 12:51 PM 5/16/2002, you wrote: >I am using ASPMail from ServerObjects. >There's a cf custom tag: cf_aspmail to use ASPMail with CF too. > >HTH, >Rizal > >At 11:19 AM 5/16/2002, you wrote: > >Can anyone recommend a good

List, Quotes, Commas UGH

2002-05-15 Thread Paul Giesenhagen
I have a list with comma's and quotes, here is a sample: 22,33.44,21.93,"1,090.33","2,999.00" I need to strip out the " as well as take the comma out of the thousand number so 1,999 would be 1999 but still keep my list in tact NOTE: ,"1,090.33","2,999.00" Those values are seperated by a comma

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Mike Kear
My brother-in-law comes from Buffalo!The rest of us come from natural parents. Yuk yuk yuk . Sydney is full of convention places. And we have a former Olympic Stadium to hold Michael's presentations in. It's not doing anything a few days of the year.About 360 days a year at last count.

Re: Recommend a replacement for CFMAIL

2002-05-15 Thread Rizal Firmansyah
I am using ASPMail from ServerObjects. There's a cf custom tag: cf_aspmail to use ASPMail with CF too. HTH, Rizal At 11:19 AM 5/16/2002, you wrote: >Can anyone recommend a good replacement for CFMAIL, should able to handle >bulk emails (~20k/day) reliably. > >Should not cost more than US$ 100. >

Re: Recommend a replacement for CFMAIL

2002-05-15 Thread Dave Carabetta
> Can anyone recommend a good replacement for CFMAIL, should able to handle > bulk emails (~20k/day) reliably. > > Should not cost more than US$ 100. > > I'm aware of activmail and iMS. > > Anyone using anything else and happy with the peformance? > Search the archives. There was a thread just la

Recommend a replacement for CFMAIL

2002-05-15 Thread John Innit
Can anyone recommend a good replacement for CFMAIL, should able to handle bulk emails (~20k/day) reliably. Should not cost more than US$ 100. I'm aware of activmail and iMS. Anyone using anything else and happy with the peformance? Pls advise. Thanks. "The only difference between me

Re: 2 application sharing same name?

2002-05-15 Thread Drew Harris
Very cool actually for sharing variables across several applications. Just be careful, in your variable naming that is. -Drew Harris On 5/15/02 9:22 PM, "Dave Carabetta" <[EMAIL PROTECTED]> wrote: >> can two different application given the same name of CF when i declare the >> application using C

Re: 2 application sharing same name?

2002-05-15 Thread Jann VanOver
Technically, no. Giving "two different" applications the same name makes them one application. It WILL bring up all "shared variable" issues. If they're really two different applications, make up two different names. Jann E VanOver On 5/15/02 5:59 PM, "Mak Wing Lok" <[EMAIL PROTECTED]> wrote

Re: DreamWeaver MX

2002-05-15 Thread Dave Carabetta
> Anyone know of a list or anything about dreamweaver preview? I need to ask > some questions about setting somethings... For one, there's the preview release forums on the Macromedia web site (http://webforums.macromedia.com/preview_dreamweaver_mx/). Also, it was announced on this list just tod

Re: 2 application sharing same name?

2002-05-15 Thread Dave Carabetta
> can two different application given the same name of CF when i declare the > application using CF_application? > will this caused any problem?? While not understanding exactly what you're trying to accomplish by doing that, the quick answer is yes, you can have to cfapplications with the same n

DreamWeaver MX

2002-05-15 Thread Neil H.
Anyone know of a list or anything about dreamweaver preview? I need to ask some questions about setting somethings... Neil __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com

Printing dynamic pages on Netscape

2002-05-15 Thread Mike Kear
I have seen this question asked from time to time but never seen a reply how can I let Netscape users print out a dynamic page? They get a message on the page saying "Data missing: This document resulted from a POST operation and has expired from the cache, etc" I have seen "Print this page

2 application sharing same name?

2002-05-15 Thread Mak Wing Lok
can two different application given the same name of CF when i declare the application using CF_application? will this caused any problem?? --- "Pharmaniaga Berhad, your integrated healthcare provider" www.pharmaniaga.com.

Re:Expo was( [admin] List status - A CHALLENGE)

2002-05-15 Thread David Schmidt
No no no... Have it here in the beautiful Pacific NorthWest. Partially because it's beautiful, mostly because I am up here :) Dave S. - Original Message - From: "Tony Schreiber" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 3:55 PM Subject: Re: [ad

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Tony Schreiber
Florida is good. I would go to an expo in Florida. ;p > Florida has to be the only state with a maximum highway speed limit of 70 and a >minimum of 40. Nothing like doin' the slolam through those snowbird caddies. > > Sharon DiOrio > - Original Message - > From: "Kevin Schmidt" <[EMAIL

RE: sql error

2002-05-15 Thread S R
That's exactly what happened. The datasource was there but with no database specified on one of the servers. >From: Dave Watts <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: sql error >Date: Wed, 15 May 2002 18:51:11 -0400 > > > > I think I figure

RE: sql error

2002-05-15 Thread Dave Watts
> > I think I figured it out. I have a web farm and the database > > name was not specified on one of the server's CF Admin. > > that's not it. That would give you a DATASOURCE NOT FOUND > error. Chances are you just mapped to the wrong DB somewhere > or your permissions are screwed up somehow.

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Nick Bourgeois
> What are you afraid of: terrorists, hurricaines, train derailments, > voting scandals, tourist taxes, water shortages, impossible traffic, > lightning, speaking spanish, Jimmy Buffet, or sunburn? Certainly > there's nothing wrong with Florida that Jeb Bush or Janet Reno can't > fix. It helps

RE: sql error

2002-05-15 Thread Bryan Love
that's not it. That would give you a DATASOURCE NOT FOUND error. Chances are you just mapped to the wrong DB somewhere or your permissions are screwed up somehow. +---+ Bryan Love Macromedia Certified Professional Internet Application Developer

RE: sql error

2002-05-15 Thread S R
I think I figured it out. I have a web farm and the database name was not specified on one of the server's CF Admin. thx >From: "S R" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: sql error >Date: Wed, 15 May 2002 15:24:56 -0700 > >That's why t

RE: sql error

2002-05-15 Thread S R
That's why this is driving me crazy because I already checked out that possibility and I'm definitely referencing the correct database. There is a products table. The strange thing is that sometimes it does work and sometimes it doesnt. It just doesn't make sense. >From: "Matthew Walker" <[E

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Craig Thomas
how about Montana...during the day "reasonable speed"you ever been to montana? at night 55. __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusio

RE: sql error

2002-05-15 Thread Matthew Walker
Um, wild guess . . . no Products table? Are you referencing the wrong database? Regards, Matthew Walker /* Cabbage Tree Creative Ltd Christchurch - New Zealand http://www.matthewwalker.net.nz/ http://www.cabbagetree.co.nz/ */ > -Original Message- > From

RE: sql error

2002-05-15 Thread Rick Eidson
Did you creat the table in one database and upload it to your SQL using an account? look at the DB owner. example: Create a table in SQL has the name dbo.tablename Create table in local SQL or Access and import/Export it you get username.tablename Rick -Original Message-

sql error

2002-05-15 Thread S R
This one is driving me nuts. I keep getting a 'Base table not found error'. Invalid object name 'Products'. This is my query: SELECT Industries.name as industryName, Products.name as productName, Products.version, Products.prefix, Products.ID as prodID FROMProduc

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Rick Eidson
Missouri I-70 outside of city limits. Rick -Original Message- From: Sharon Diorio [mailto:[EMAIL PROTECTED]] Sent: Wed 5/15/2002 5:08 PM To: CF-Talk Cc: Subject: Re: [admin] List status - A CHALLENGE

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Sharon Diorio
Florida has to be the only state with a maximum highway speed limit of 70 and a minimum of 40. Nothing like doin' the slolam through those snowbird caddies. Sharon DiOrio - Original Message - From: "Kevin Schmidt" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, M

RE: How does this work (cfheader+cfcontent)?

2002-05-15 Thread Ben Johnson
hey, that's really cool. :) Thanks. Ben Johnson Hostworks, Inc. -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 3:49 PM To: CF-Talk Subject: Re: How does this work (cfheader+cfcontent)? >From a command prompt you can do: telnet Exam

RE: How does this work (cfheader+cfcontent)?

2002-05-15 Thread Dave Watts
> Can I use the telnet program that's on Win2000? I tried > doing "open macromedia.com", but that doesn't work. Perhaps > a different telnet client? You can use the Win2K telnet client. First, go to a command prompt, and type "telnet". Then, type "set LOCAL_ECHO", so you'll see what you're typi

Re: MS SQL vs MySQL WAS: [admin] List status

2002-05-15 Thread Tony Schreiber
Actually, that was the point I was going to make. You can go look at more fair Oracle vs MSSQL comparisons for sure, but if MySQL is neck and neck with Oracle, then it has to be doing pretty well. > Yes, the noteworthy thing is how well mySQL did against Oracle, rather > than how badly MS did wit

Re: How does this work (cfheader+cfcontent)?

2002-05-15 Thread Howie Hamlin
>From a command prompt you can do: telnet Example: telnet www.someserver.com 80 HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server >>> Find out how iMS

Re: Verity (was: [admin] List status)

2002-05-15 Thread Paul Hastings
> > that academic community seems to like ms. > > MS has nice academic pricing! indeed. they also have butt kicking text indexing technology...i win again? __ This list and all House of Fusion resources hosted by CFHosting.com.

RE: How does this work (cfheader+cfcontent)?

2002-05-15 Thread Ben Johnson
Can I use the telnet program that's on Win2000? I tried doing "open macromedia.com", but that doesn't work. Perhaps a different telnet client? Ben -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 3:33 PM To: CF-Talk Subject: Re: How does

RE: Verity (was: [admin] List status)

2002-05-15 Thread Dave Watts
> that academic community seems to like ms. MS has nice academic pricing! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 __ Get the mailserver that powers this list at http:/

Re: MS SQL vs MySQL WAS: [admin] List status

2002-05-15 Thread Tony Schreiber
I agree on the bias regarding the JDBC drivers. But I don't think that Win2k/ODBC/ASP performance is relavent either - We're talking about RDB'S that run on multiple platforms here, not just a single all-MS stack. > Heh, this article truely cannot be used as ammunition for any anti-MS > people. T

Re: MS SQL vs MySQL WAS: [admin] List status

2002-05-15 Thread Matt Robertson
Yes, the noteworthy thing is how well mySQL did against Oracle, rather than how badly MS did with buggy beta drivers. Pretty good for a freebie Access replacement. --- Matt Robertson[EMAIL PROTECTED] MSB Designs, Inc., www.mysecretbase.com ---

Re: Verity (was: [admin] List status)

2002-05-15 Thread Paul Hastings
> With K2, or the default VDK? You actually have to go out of your way a bit > to use K2 under CF 5. Of course, it's still a subset of the full K2 product, > so I wouldn't be surprised if you were shortchanged yet again. no, mm (kunmar if i recall) told me 'too bad, so sad' ;-) most likely an sp

RE: Voice XML parsers

2002-05-15 Thread Eric Dawson
I didn't learn anything but ... www.bbn.com apparently these guys are doing some cool things. I talked to Steve Kotyk from VoiceGenie and he mentioned they were doing some cool things with voice recognition. The example he saw was an Arabic News clip - where each voice stream was isolated, tr

Re: How does this work (cfheader+cfcontent)?

2002-05-15 Thread Howie Hamlin
Just connect to the web server (usually port 80) and type something like: GET /INDEX.CFM HTTP/1.0 The format is: COMMAND DOCUMENT HTTP version The command can be GET, POST, HEAD, etc. but it would be difficult to do a post in telnet... Just remember to hit RETURN twice. BTW - our freeware

RE: How does this work (cfheader+cfcontent)?

2002-05-15 Thread Ben Johnson
> FYI, Coolfusion has a really cool little utility called http analyzer that > will get you all of the headers without having to telnet. How do you do that with telnet? I've never read up on it. Ben Johnson Hostworks, Inc. __

Re: How does this work (cfheader+cfcontent)?

2002-05-15 Thread Jon Hall
All you need to get IE to render XML is to set the Content-type header to text/xml. That's it. Remove the cfheader tag and add at the top to be safe, and I bet it works... FYI, Coolfusion has a really cool little utility called http analyzer that will get you all of the headers without having to

RE: isdefined with array output RESOLVED

2002-05-15 Thread Janine Jakim
Duh, never mind... end of the day thing- I just did a simple -Original Message- From: Janine Jakim Sent: Wednesday, May 15, 2002 4:13 PM To: CF-Talk Subject: isdefined with array output I have a page that sets up the output of a query to send to a pdf. It is set by quarters. I use o

How does this work (cfheader+cfcontent)?

2002-05-15 Thread Troy Simpson
I was trying to spit out an XML Document for IE to render for me somehow managed to get it to work. But I do not understand how. In the header, I also getting two (Content-type:...). I really just funble though this and would like to understand what is going on here. Here is the code: ---

Re: MS SQL vs MySQL WAS: [admin] List status

2002-05-15 Thread Jon Hall
Heh, this article truely cannot be used as ammunition for any anti-MS people. They do all this testing with beta JDBC drivers, and pronouce MySQL and Oracle winners, then they throw in one sentence on how under Win2k/ODBC/ASP outperformed all of them by over 300 page view per second but it really

RE: MS SQL vs MySQL WAS: [admin] List status

2002-05-15 Thread Kevin Miller
Seeing as how JDBC is the CF flavor of the day going forward, the comparison seems reasonable to me. Having said that, there is no doubt in my mind the SQL Server JDBC drivers are broken by design, and I would expect some third party to eventually release something better. Kevin >>> [EMAIL P

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Hatton Humphrey
(and I wondered why the Buffalo CFUG never got off the ground) I'm a rare individual then, I graduated from college and found a job here... granted, my reason for moving here was tied to the ring on my finger rather than the dollar signs in my eyes (wife's family lives up on the lake and now s

Re: cfmail error

2002-05-15 Thread David Lakein
Could also be that the webserver can't locate or connect to mailserver. I got that error on a client's server last week; turned out the webserver couldn't ping the domain name of the mailserver, but could get to the IP. must've been a DNS problem. I changed the CFMAIL tag to use the IP ad

RE: MS SQL vs MySQL WAS: [admin] List status

2002-05-15 Thread Tony_Petruzzi
article here http://www.eweek.com/article/0,3658,s=708&a=23115,00.asp also you have to take into account that they were using JDBC drivers and MSSQL had problems. Quoted: Due to its significant JDBC (Java Database Connectivity) driver problems, SQL Server was limited to about 200 pages per sec

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Jacob
..and sharks At 11:20 AM 5/15/2002 -0700, you wrote: >What are you afraid of: terrorists, hurricaines, train derailments, >voting scandals, tourist taxes, water shortages, impossible traffic, >lightning, speaking spanish, Jimmy Buffet, or sunburn? Certainly >there's nothing wrong with Florida t

isdefined with array output

2002-05-15 Thread Janine Jakim
I have a page that sets up the output of a query to send to a pdf. It is set by quarters. I use one query that runs through all the quarters and fills in accordingly- it looks like so: For example quarter 1 would look like: Then I'd keep going through to quarter 4 which would look like this

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Sandy Clark
You forgot Bouncy Bouncy Bouncy. - Original Message - From: "Michael Dinowitz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 2:12 PM Subject: RE: [admin] List status - A CHALLENGE > Actually, we ran the community suite at the last MM conference a

RE: Verity (was: [admin] List status)

2002-05-15 Thread Dave Watts
> already tried. With K2, or the default VDK? You actually have to go out of your way a bit to use K2 under CF 5. Of course, it's still a subset of the full K2 product, so I wouldn't be surprised if you were shortchanged yet again. > ditto for verity, or has that changed? I wouldn't install it

Re: Verity (was: [admin] List status)

2002-05-15 Thread Paul Hastings
> I never belt 'em first! belt-way? > in '97. K2 is a whole new engine. It even supports Thai, according to the not the bits that come w/cf5 or neo. > Verity docs (if you ever decide to use Verity, you'd better test this > yourself, though; don't take my word for it). already tried. > Ouch.

Re: HostMySite.com is running a free CF MX test account program

2002-05-15 Thread Neil H.
Things I failed to mention: We will assign you your own IP address with each account. There is no email system setup for this but you can use SMTP for CFMAIL tags. Thanks, Neil - Original Message - From: "Neil H." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, M

eBay API/CFHTTP Issue Resolved!

2002-05-15 Thread Tony Schreiber
Well, sort of. I found out that my problems are limited to CF on Windows. I've been running my test code on CF5/Win2k/Apache. I found out that the kind souls who have been helping me that actually have code running are using CF4.5SP2 on Solaris. So I tried running the same code on another server

Render XML page in IE

2002-05-15 Thread Troy Simpson
As everyone knows, IE will semi-verify and render XML documents for you. I want to query the database and extract an XML document for IE to verify and render for me. How would I go about this? I have found information on how to transfer a file to a client with and but the XML document is not

RE: Verity (was: [admin] List status)

2002-05-15 Thread Dave Watts
> ahem. neither does 'belt-em first' dave washington watts I never belt 'em first! > i need thai text indexing & verity's never thrilled > me so i've never taken the next step. i have benchmarked > verity 97(?) & sql server 7 though. Well, that explains some of this. Verity 97 might have been

Re: MS SQL vs MySQL WAS: [admin] List status

2002-05-15 Thread Tony Schreiber
> I should have been more specific, but I mean in terms of > features and not just speed. NP. > I use stored procs almost exclusively and thats my only > main gripe about MySQL. I see that they are adding stored procs to 4.1 (or maybe 4.2), so it's on the map... > > -- > Clint Tredway > --

Re: Verity (was: [admin] List status)

2002-05-15 Thread Paul Hastings
> Gee, Cash Money! You don't give up easily! Are you sure that shouldn't be > "Cache Money"? ahem. neither does 'belt-em first' dave washington watts > Seriously, though, I wouldn't be surprised if Verity K2 does provide some no idea. i need thai text indexing & verity's never thrilled me so i'

HostMySite.com is running a free CF MX test account program

2002-05-15 Thread Neil H.
Dear List Members: We just received approval from Macromedia today to offer free test accounts on our ColdFusion MX servers. We are currently running (RC final 48097). This free test account also includes a 100 meg SQL Server 2000 database to be used as part of the testing process. This is comp

Re: Yo Macromedia: CFMX and UUID Issue!

2002-05-15 Thread Paul Hastings
> Queries that return UUIDs from SQL are coming back in Lowercase in CFMX. > They didn't do that in CF5 or earlier. They are Uppercase in the database. probably some other "quirks" as well. i can't seem to pack cfloop-ed t-sql statements (ie dozens of inserts) into one cfquery any longer __

RE: Verity (was: [admin] List status)

2002-05-15 Thread Dave Watts
> > > 2 queries vs 1. i win. > > > > Only if your one query is faster than my two! > > logic dictates that one of your query's is verity based & > slower. verity performance is flat, sql server's benefit > from caching, they (they as in the same ones repeated) > get faster. Gee, Cash Money! You

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Mark A. Kruger - CFG
Nope - Pineville Kentucky (just down the holler from Pennington Gap and Cumberland). I spent 3 years near there in my younger idealistic youth . -Original Message- From: Sicular, Alexander [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 2:03 PM To: CF-Talk Subject: RE: [admin] L

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Joshua Miller
Michael, What kind of hosting requirements do you have? How about traffic? We would be happy to help out however we can. Joshua Miller Eagle Web Development LLC www.eaglewd.com [EMAIL PROTECTED] -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May

RE: Yo Macromedia: CFMX and UUID Issue!

2002-05-15 Thread Cantrell, Adam
I believe it's the ODBC... errr... JDBC drivers that they use. They are definitely different. I myself noticed that if I have a field in an access database called "userID", a query for the field "UserID" will fail. I know that's my problem, but still - the ODBC drivers from version 5 didn't really

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Kevin Schmidt
Hey, I lived in East Lansing, Okemos, for while and I didn't think it was an armpit, nor did I call it that. -Original Message- From: Sicular, Alexander [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 2:03 PM To: CF-Talk Subject: RE: [admin] List status - A CHALLENGE Sorry , b

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Sicular, Alexander
Sorry , but "armpit of america" status belongs to east lansing, michigan. Believe me , I spent two years there and yes, we did call it "the armpit of america". Alexander Sicular Chief Technology Architect Neurological Institute of New York Columbia University as867 [at] columbia {dot} edu |--

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Ryan Pieszak
Wow, I thought only Buffalonians called our city that. Time for me to move... -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 2:54 PM To: CF-Talk Subject: Re: [admin] List status - A CHALLENGE Buffalo "the armpit of America" even Cleveland

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Robert Forsyth
I spent a lifetime in Buffalo one Saturday... -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 2:54 PM To: CF-Talk Subject: Re: [admin] List status - A CHALLENGE Buffalo "the armpit of America" even Clevelands better than buffalo.well j

RE: cfmail error

2002-05-15 Thread Charles Nahm
I think this happened to me last week or the week before. Check disk space on the CF Server and make sure there are no 0 length files in the CF Spool. Regards, Charles Nahm >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 15, 2002 2:46 PM >To

RE: cfmail error

2002-05-15 Thread David Grabbe
Do you have enough disk space on the disk your mail server is located? Best regards, David David Grabbe Manager, Information Systems Church of the Great God [EMAIL PROTECTED] http://www.cgg.org -Original Message- From: [EMAIL PROTECTED] [ma

Yo Macromedia: CFMX and UUID Issue!

2002-05-15 Thread Justin Hansen
Queries that return UUIDs from SQL are coming back in Lowercase in CFMX. They didn't do that in CF5 or earlier. They are Uppercase in the database. This is creating issues for where I have had to hard code some UUIDs in JavaScript. Anybody else notice this? What gives? Is it too late to fix it b

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Michael Ross
Buffalo "the armpit of America" even Clevelands better than buffalo.well just barely >>> [EMAIL PROTECTED] 05/15/02 02:36PM >>> Yeah the only thing worth it in Buffalo "was" the Rob Johnson, Doug Flutie controversyand I dont even live there :) - Original Message - From

RE: Voice XML parsers

2002-05-15 Thread Dowdell, Jason G
I am collecting different types of audio files. All are digital though. I will even be recording the audio files from somebody calling in on a telephone. Then I need to take the audio file (whatever format it's in) and convert it to text. Then do quality assurance on that converted file. Tha

RE: MS SQL vs MySQL WAS: [admin] List status

2002-05-15 Thread Joshua Miller
Wasn't that test done using JDBC though? MS SQL didn't have full version JDBC drivers or something like that - it's been a while since I read that. Joshua Miller Eagle Web Development LLC www.eaglewd.com [EMAIL PROTECTED] -Original Message- From: Jonathan Sakai [mailto:[EMAIL PROTECTED]]

cfmail error

2002-05-15 Thread nerd
Does anybody know what this is all about: -- unknown exception condition TagCFMail::sendMessage The error occurred while processing an element with a general identifier of (CFMAIL), occupying document position (1:1) to (5:2). -

RE: Voice XML parsers

2002-05-15 Thread Eric Dawson
a. neat idea. not sure how to do it. but I am guessing you would need some speech rec tools. I have made a call to voiceGenie in T.O. canada to ask them where the best place to start is. More to follow when I get a response back. I seem to remember voiceGenie has a desktop/developer tool f

Re: cf_html2PDF

2002-05-15 Thread Valerie L. Criswell
SR ... Go grab the HMTL2PDF3 ... It's the upgrade version of what you have. It supports images beautifully. In fact, it's what I'm working with all day today and tomorrow. ~Val __ Get the mailserver that powers this list at ht

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Ryan Pieszak
Yeah, we're glad those days are FAR behind us. Now we're looking Super Bowl with Bledsoe in charge. But this is off topic, sorry... Real question now...where can I send a payment for this list if I'm not part of PayPal? Maybe just send a personal check or something? Thanks. -Original Mess

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Michael Dinowitz
http://www.macromedia.com/v1/conference/ October 27-30, 2002 At 02:22 PM 5/15/02, you wrote: >hmmm?? When is the MM Confrence this year? > >Paul Giesenhagen >QuillDesign > > > >> There was also a lot of "bouncy bouncy" at the community suite, if I >recall... >> >> >> >> - Original Message -

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Douglas Brown
Yeah the only thing worth it in Buffalo "was" the Rob Johnson, Doug Flutie controversyand I dont even live there :) - Original Message - From: "Ryan Pieszak" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 11:28 AM Subject: RE: [admin] List stat

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Ryan Pieszak
Actually, I wasn't serious. The big joke here in Buffalo is that nobody comes here on purpose, that nobody wants to be here, it's a rotting city. If anybody *actually* wants this CF-Talk Expo to be held in Buffalo, you'll have to let me know what you need. Is this something that's been done in t

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Michael Dinowitz
That was the most surprising part of it all. We turned the game on and a female programmer walked through the door every time. And no one was upset or anything about the content. It was just a place to 'hang' with your people. At 02:17 PM 5/15/02, you wrote: >There was also a lot of "bouncy bo

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Howie Hamlin
October 27... http://www.macromedia.com/v1/conference/ Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server >>> Find out how iMS Stacks up to the competi

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Kevin Schmidt
Actually I am afraid of getting run over by one of the thousands of old people driving that can't see 10 feet in front of themselves and can't remember where they are going. -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 1:21 PM To: CF-Ta

RE: cf_html2PDF

2002-05-15 Thread S R
Dave, This is exactly what I'm using. the cf_html2pdf tag actually executes htmldoc. So how do you get it to work with images? My dynamic html page that is created is a table and in one of the cells is the image in an tag. I've tried turning the image into a jpg, pdf, and png. But when the pd

Re: Verity (was: [admin] List status)

2002-05-15 Thread Paul Hastings
> > 2 queries vs 1. i win. > > Only if your one query is faster than my two! logic dictates that one of your query's is verity based & slower. verity performance is flat, sql server's benefit from caching, they (they as in the same ones repeated) get faster. > Well, that only works if you store

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Jon Hall
There is a new higher res version out now... :) - Original Message - From: "Howie Hamlin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 2:17 PM Subject: Re: [admin] List status - A CHALLENGE > There was also a lot of "bouncy bouncy" at the community

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Timothy Heald
I went by train from Orlando to NY back in like 93. I think it took like 30 hours. Tim Heald ACP/CCFD :) Application Development www.schoollink.net > -Original Message- > From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 2:15 PM > To: CF-Talk > Subject: R

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Paul Giesenhagen
hmmm?? When is the MM Confrence this year? Paul Giesenhagen QuillDesign > There was also a lot of "bouncy bouncy" at the community suite, if I recall... > > > > - Original Message - > From: "Michael Dinowitz" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday,

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Rick Walters
What are you afraid of: terrorists, hurricaines, train derailments, voting scandals, tourist taxes, water shortages, impossible traffic, lightning, speaking spanish, Jimmy Buffet, or sunburn? Certainly there's nothing wrong with Florida that Jeb Bush or Janet Reno can't fix. It helps if you say

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Howie Hamlin
There was also a lot of "bouncy bouncy" at the community suite, if I recall... - Original Message - From: "Michael Dinowitz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 2:12 PM Subject: RE: [admin] List status - A CHALLENGE > Actually, we ran th

RE: [admin] List status

2002-05-15 Thread Michael Dinowitz
I'll think on the weekend off version. It'll be interesting. :) The big problem I had with the new digests was that you can't have a single digest a day with a huge list like CF-Talk. It gets really messy with timeouts and such. I think the slowest I'm setting it for this list is 4 times a day.

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Hatton Humphrey
It'd be great for me there... better than everything running to Rochester ;) Hatton (in Snyder) Ryan Pieszak wrote: > No way, everything happens in Florida, time to share the wealth. What about > Buffalo, NY? > > -Original Message- > From: Rick Walters [mailto:[EMAIL PROTECTED]] > Se

RE: Voice XML parsers

2002-05-15 Thread Jonathan Sakai
By parser... do you mean that your VoiceXML app would record the .wav file, and then the .wav file would be parsed (ie converted to text) in a separate process. My recollection is that voice servers have inherent speech-to-text capabilities and this could be done all in one step - on the voice

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Michael Dinowitz
How long does it take to get there by train from Manhatten? At 02:07 PM 5/15/02, you wrote: >No way, everything happens in Florida, time to share the wealth. What about >Buffalo, NY? > >-Original Message- >From: Rick Walters [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 15, 2002 1:47

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Michael Dinowitz
Actually, we ran the community suite at the last MM conference and will be doing the same this year. For those who missed it, we had food, games, community speakers, about 60 or so books to raffle off and a reading library with over 20 titles. It was a blast! Of course, I have a standing offer

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Ryan Pieszak
No way, everything happens in Florida, time to share the wealth. What about Buffalo, NY? -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 1:47 PM To: CF-Talk Subject: RE: [admin] List status - A CHALLENGE Perhaps we should start planning th

  1   2   3   >