Re: CF hosting needed

2000-09-16 Thread Bob Lehman
Laszlo I have found that InfoQuest has done the trick for me. There website is www.fptoday.com Robert Lehman (Bob) New Horizon Mgmt and Consulting 440-542-0992 Visit our Website at www.nhmac.com Visit the client Website at www.Manage-2000.com - Original Message - From: "Laszlo Nadai"

Null values within lists

2000-09-16 Thread Aidan Whitehall
If you have a list like this 1,2,3,,5,6 is there any way of getting ListGetAt(List, 4) to return "" and not "5"? Reason: A client is going to supply data in a comma delimited text file, one record per line. A template will populate several database tables from that file. Each record is stored

Re: WOT: Allaire stock price

2000-09-16 Thread Adrian Cooper
- Original Message - From: "Laszlo Nadai" [EMAIL PROTECTED] Sent: Saturday, September 16, 2000 3:54 AM Yeah, I lost my shirt too, but P/E is still 280.90 :-( laszlo Well I sympathise with your situation, but as I said here before - buy recommendations - especially strong ones - are

RE: Upload and retrieval of stories?

2000-09-16 Thread ron
So, something does exist. Couldn't tell from the truespectra.com site much about the product. Got any general info you would share? Hardware req'ts? Software req'ts? NT or Win2K, lots of CPU and RAM. Runs as a service. Performance options available? (load balancing, clustering, etc.)

RE: cflocking.. -- ATTENTION -- MY CASE STUDY

2000-09-16 Thread Al Musella, DPM
IF all reads and writes of memory variables have to be locked, why do we have to be concerned with it? Why can't cold fusion just automatically lock them? Has Allaire ever responded on this issue? Maybe we could all email the request to allaire? I have thousands of templates that were

Re: CF hosting needed

2000-09-16 Thread Laszlo Nadai
Thanks, Bob. laszlo Bob Lehman wrote: Laszlo I have found that InfoQuest has done the trick for me. There website is www.fptoday.com Robert Lehman (Bob) New Horizon Mgmt and Consulting 440-542-0992 Visit our Website at www.nhmac.com Visit the client Website at www.Manage-2000.com

Re: Null values within lists

2000-09-16 Thread Jim McAtee
Replace all the delimiters in the list with spacedelimiterspace. Then use Trim() to get rid of the extra spaces. cfset List = ",2,3,4, , ,7,,913,,," cfoutput Original List: #List#brbr cfset List = Replace(List, ",", " , ", "all") cfloop index="i" from="1" to="#ListLen(List)#" Item ## #i#:

Re: WOT: Allaire stock price

2000-09-16 Thread Al Musella, DPM
I think that stock prices are VERY much affected by the internet these days. Investors go to the website of the company , and check out newsgroups and mailing lists. (I am sure many investors are watching this list:)... to see what problems the company may be having. It is the only source

Re: WOT: Allaire stock price

2000-09-16 Thread Adrian Cooper
- Original Message - From: "Al Musella, DPM" [EMAIL PROTECTED] Sent: Saturday, September 16, 2000 5:08 PM I think that stock prices are VERY much affected by the internet these days. Investors go to the website of the company , and check out newsgroups and mailing lists. (I am

Cold Fusion Studio Help??

2000-09-16 Thread Rich
Can anyone tell me why ColdFusion studio Freezes when I try to open an external RDS? I have no problem with my local databases. Also, how do I remove the external RDS that is not working? One more thing, can anyone tell me which single user CF server comes with the UltraDev software? Thanks

Re: WOT: Allaire stock price

2000-09-16 Thread Len Conrad
With all of MS's server-side momentum/juggernaut only increasing, SOAP, XML, asp, .net, C# tools and noises, ALL non-MS NT/W2K web server appplication server vendors are in MS's gun sights, and investors know what happens to the MS's strategic targets. Investors can't be faulted for expecting

RE: WOT: Allaire stock price

2000-09-16 Thread Rich
Are you saying that ColdFussion will be a thing of the past?? Rich -Original Message- From: Len Conrad [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 16, 2000 2:39 PM To: [EMAIL PROTECTED] Subject: Re: WOT: Allaire stock price With all of MS's server-side momentum/juggernaut

RE: MS SQL 7 Varchar

2000-09-16 Thread RA
You need to update the MDAC. My SQL driver is showing version 3.70+ -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Friday, September 15, 2000 10:19 AM To: [EMAIL PROTECTED] Subject: MS SQL 7 Varchar I've got a MS SQL 7 table with some fields defined as

Re: WOT: Allaire stock price

2000-09-16 Thread Adrian Cooper
- Original Message - From: "Len Conrad" [EMAIL PROTECTED] Sent: Saturday, September 16, 2000 7:39 PM. Investors can't be faulted for expecting MS, medium- and long-term, to own every square inch of the W2K/NT4 Internet services platform. ie, investors could very well think Allaire is

RE: cflocking.. -- ATTENTION -- MY CASE STUDY

2000-09-16 Thread paul smith
Yes, they explained why. See Allaire's recent paper, "ColdFusion Locking Best Practices" http://www.allaire.com/handlers/index.cfm?ID=17318Method=Full best, paul At 11:56 AM 9/16/00 -0400, you wrote: Why can't cold fusion just automatically lock them? Has Allaire ever responded on this issue?

Re: WOT: Allaire stock price

2000-09-16 Thread Laszlo Nadai
Just in case you forgot to read anything other than M$ News: - SOAP is a late, desperate effort. Why? Glad you asked. Becuase DCOM is DEAD. - XML ??? I didn't know it was a M$ thing :-) - .net, gimme a break. Crossplatform for all m$ operating (or nonoperating) platforms - In case you didn't

Re: WOT: Allaire stock price

2000-09-16 Thread Jim McAtee
-Original Message- From: Adrian Cooper [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Saturday, September 16, 2000 1:00 PM Subject: Re: WOT: Allaire stock price - Original Message - From: "Len Conrad" [EMAIL PROTECTED] Sent: Saturday, September 16, 2000 7:39

RE: WOT: Allaire stock price

2000-09-16 Thread Len Conrad
Are you saying that ColdFussion will be a thing of the past?? I'm suggesting what a lot of investors, dumb and smart, could be thinking about Allaire et al as presumptious, even talented players on what MS considers to be their own, private strategic turf. If former market share godzillas

Re: WOT: Allaire stock price

2000-09-16 Thread Len Conrad
That might be true of less established, more exposed, non-quoted companies, but not the Allaires of this world. CF has been compared to ASP for along time, and CF goes from strength to strength on merit. but we're talking about stock prices and Internet investors, not product merits. The

Re: Upload and retrieval of stories?

2000-09-16 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My new site is related to this thread, so I would like to hear suggestions about the following issues. The site is largely dedicated to serving out a selection of poems, essays, stories, etc. I am trying to bridge the gap between relatively easy

RE: WOT: Allaire stock price

2000-09-16 Thread Dave Watts
- SOAP is a late, desperate effort. Why? Glad you asked. Becuase DCOM is DEAD. Actually, SOAP might just be wildly successful. Despite being introduced by Microsoft, it's been accepted by IBM and even Sun! SOAP isn't tied to DCOM specifically, although SOAP services can be interfaces to

RE: Upload and retrieval of stories?

2000-09-16 Thread Dave Watts
On the subject of text, I believe all major browsers has an internal gzip decompressor with can deflate the compressed html stream from a web server. Which webservers compresses the outgoing streams? Is there an option in IIS that we can set or is this automatic? I'm just curious and

RE: Application Variables in DB?

2000-09-16 Thread Dave Watts
Can application variables be stored in a database (by CF, not by me) like client variables? This would be handy for persistence between application runs should the server be rebooted. No, they're only stored in memory. You could write something to store and initialize application variables

Re: WOT: Allaire stock price

2000-09-16 Thread Laszlo Nadai
it's been accepted by IBM and even Sun No kidding... What was the last thing IBM ever didn't accept? (They have an actual _link_ to Nikia afeter announcing the big partnership) laszlo Dave Watts wrote: - SOAP is a late, desperate effort. Why? Glad you asked. Becuase DCOM is DEAD.

RE: WOT: Allaire stock price

2000-09-16 Thread Dave Watts
it's been accepted by IBM and even Sun No kidding... What was the last thing IBM ever didn't accept? Well, maybe IBM doesn't work for you as an example, but what was the last Microsoft proposal that Sun did accept? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202)

Re: Upload and retrieval of stories?

2000-09-16 Thread Dick Applebaum
At 12:08 PM -0800 9/16/00, Chris Lott wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My new site is related to this thread, so I would like to hear suggestions about the following issues. The site is largely dedicated to serving out a selection of poems, essays, stories, etc. I am trying

query/display in groups?

2000-09-16 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have two tables: stories: sid, gid, title, createdate genres: gid, genre I want to select all of the stories and display a list grouped by genre, like this: genre1 fooo barr genre2 one another I can select everything with this

Re: Upload and retrieval of stories?

2000-09-16 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the tips. I'm still leaning towards some way of splitting the content because I want to increase readability on the site for longer pieces by breaking the stories up in to "pages", ala Salon magazine or the like. Primarily because the site

Re: WOT: Allaire stock price

2000-09-16 Thread Adrian Cooper
- Original Message - From: "Dave Watts" [EMAIL PROTECTED] Sent: Saturday, September 16, 2000 9:31 PM Well, maybe IBM doesn't work for you as an example, but what was the last Microsoft proposal that Sun did accept? All this as maybe - but it doesn't do much for Allaire's stock price

Re: WOT: Allaire stock price

2000-09-16 Thread Laszlo Nadai
Yeah, looks like everything is allright at m$. Hmmm... but than again, why did Myhrvold,Tong,Higgins,Maffei,Nielsen ann Allchin and Jadallah resign??? laszlo PS (guess, MSFT at $64 or so is still a pretty good sell:-) Dave Watts wrote: - SOAP is a late, desperate effort. Why? Glad you

Multiple adds with one form submission

2000-09-16 Thread Jacob McKee
I am trying to add multiple records to a table with a single submit. The page contains 10 textfields and a single submit button. I would like to add 10 records each time the submit button is hit. I can do one single record no problem. How do I do multiple records at once? Thanks!

RE: WOT: Allaire stock price

2000-09-16 Thread Steve Pierce
Each of them are worth over $100 million. I would resign too! - Steve Steve Pierce, HDL "Co-Location starting $99 per month, no setup fee" (734) 482-9682 | mailto:[EMAIL PROTECTED] | http://HDL.com -Original Message- From: Laszlo Nadai [mailto:[EMAIL PROTECTED]] Sent: Saturday,

Re: query/display in groups?

2000-09-16 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pls ignore my question on this topic. I was being stupid. I kept trying to group in the query instead of using the cfoutput group attribute. c -BEGIN PGP SIGNATURE- Version: PGP 6.5.8 for message encryption and authentication: USE PGP!

Re: Upload and retrieval of stories?

2000-09-16 Thread Dick Applebaum
Ah, I see the appeal of that approach. Off the top of my head the way I would destgn the db is with 2 tables Parent Create Table Article ArticleID (PK) Title DateCreated Author . . . Abstract(text) Child Create Table ArticlePage

Re: Multiple adds with one form submission

2000-09-16 Thread [EMAIL PROTECTED]
I would like to add 10 records each time the submit button is hit. You could try updating your table whithin a CFLOOP: cfloop list="#Form.FormFields#" index=index cfqueryUpdate #index#/cfquery /cfloop -- Archives:

Re: WOT: Allaire stock price

2000-09-16 Thread Adrian Cooper
- Original Message - From: "Laszlo Nadai" [EMAIL PROTECTED] Sent: Saturday, September 16, 2000 10:04 PM Yeah, looks like everything is allright at m$. Hmmm... but than again, why did Myhrvold,Tong,Higgins,Maffei,Nielsen ann Allchin and Jadallah resign??? in the body. Don't forget

RE: cflocking.. -- ATTENTION -- MY CASE STUDY

2000-09-16 Thread Al Musella, DPM
I read that paper, and still would like to have an option for automatic locking. Maybe add an attribute to the cfapplication tag: automatic locking: on |off The development time saved on it will more than offset the cost of a faster processor needed for the 2 or 3 microseconds added

My brain is fried, can someone give me some regular expression help please...

2000-09-16 Thread Sean Renet
I have a character string, which is basically a tab delimited list. I need a regular expression that will count the tabs in the string and verify they are all there. Essentially, I would like a regular expression that does this: cfset sOrderFile = "123 75 w1234567890 GRD 8/17/00 Sean Renet

WAP Forum moves toward XHTML

2000-09-16 Thread sbernard
Thought this might be relevant and of interest to those who are, or will be, building WAP enabled apps. Steve "WAP Forum moves toward Net standards" http://www.infoworld.com/articles/hn/xml/00/09/14/000914hnwap.xml ... "The next major version of WAP, a protocol for providing Internet- based

Re: My brain is fried, can someone give me some regularexpression help please...

2000-09-16 Thread sbernard
How about an RegEx that removes all characters that aren't tabs and then count the remainder. If CF's RegEx engine supported \t it would be really easy. You'll have to substitute something legit for "::TAB::". I tried something like, REReplace(strOrderFile, #Chr(9)#, "", "ALL") in the past

RE: My brain is fried, can someone give me some regular expression help please...

2000-09-16 Thread Jeff Beer
How about: cfset nNumTabs = ListLen(sOrderFile, "#chr(9)#" -Original Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 16, 2000 10:38 PM To: [EMAIL PROTECTED] Subject: My brain is fried, can someone give me some regular expression help please... I have