Re: QUERY IN performance hit

2002-12-23 Thread Jochem van Dieten
Cedric Villat wrote: > I'm doing a query like this: > > username="#request.dbuser#" password="#request.dbpass#"> > UPDATE Tickets > SET folder = value="#getEscalationInfo.eFolder#">, > dateUpdated = value="#CreateODBCDateTime(Now())#"> > WHERE ticketID IN ( value="#tickList#" list="Y

Re: Page Breaks for Printing

2002-12-23 Thread James Smith
I have been using this for some time and have a question I have been meaning to ask from day 1 but never got round to it ;-) If the document is say 2 pages long and the first page (before the CSS page break) is short, say 50% page height, it prints alligned to the BOTTOM of the page, page 2 then p

Re: Random SQL statement

2002-12-23 Thread James Smith
Could you not use something like Query1 SELECT yourIDField FROM yourTableName Query2 SELECT yourIDField FROM yourTableName WHERE yourIDField = #randRange(1,Query1.recordCount)# If the list of items is fairly stable you could drop Query1 and change the last line of query2 to WHERE yourIDField = #

MS CF?

2002-12-23 Thread Len Conrad
http://theregister.co.uk/content/4/28667.html ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.then

RE: Print size for CF pages

2002-12-23 Thread Anthony Wong
Would be interested to see if CSS would be able to solve this printing issue. Wrapping may not be required in this case cos the result is displayed on tables with lots of columns(that's when the print area only covers half of the these columns) I think PDF is a nice solution but the problem is tha

Re: MS CF?

2002-12-23 Thread James Smith
All I can say is "Please God NO" Microsoft bashing asside (I use it on my desktop) I really don't want to see this happen to the MM products, the last thing they need is to be taken from useful, user friendly tools and turned into bloated, buggy, unstable cr**. Just my 2p. -- James Smith [EM

Re: MS CF?

2002-12-23 Thread Michael Dinowitz
There is a gem in the article though. This mention: " The ColdFusion web application server is regarded as superior to Microsoft's Active Server Pages (ASPs) and even Santa Clara, California-based Sun's Java Server Pages (JSPs) because of its simplicity, power and completeness. ColdFusion MX, meanw

RE: MS CF?

2002-12-23 Thread Les Mizzell
:> http://theregister.co.uk/content/4/28667.html I'll have to kill myself if this happens. Really. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/inde

RE: MS CF?

2002-12-23 Thread Robertson-Ravo, Neil (RX)
I doubt this will happen, Microsoft have no need to look at CF or Macromedia; its not their bag MM are of no threat to MS this is reflected in the two turnovers..Billions v's Millions. -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED]] Sent: 23 December 2002 10:12 To:

RE: MS CF?

2002-12-23 Thread Jason Lees (National Express)
If it happens it happens, being a developer I'll use whatever tool's I'm told to use either by Clients or the company I work for at the time. As for if MS buys MM personally I can see it happening, based on the aqusitions its made over the years, and also the fact that the only tools MS have for w

Re: Page Breaks for Printing

2002-12-23 Thread Jochem van Dieten
Quoting James Smith <[EMAIL PROTECTED]>: > > If the document is say 2 pages long and the first page (before the CSS > page break) is short, say 50% page height, it prints alligned to the > BOTTOM of the page, page 2 then prints top alligned. Anyone know how > to fix this? Show the stylesheet. An

Re: MS CF?

2002-12-23 Thread Jon Hall
I'll believe it when I see it. Anyway, if Microsoft has you in their sights...you know you have to be doing something right. Of course, Microsoft isn't allowed to distribute any Java technology without making nice with Sun, because of the lawsuit, and we all know that isn't going to happen. So if

Re: MS CF?

2002-12-23 Thread Jochem van Dieten
Quoting Len Conrad <[EMAIL PROTECTED]>: > > http://theregister.co.uk/content/4/28667.html Last month it was Apple, next month it probably is Adobe (unless everybody will be busy reporting real news). Jochem -- Friends don't let friends use table-based layouts.

Re: Architecture advice please ...

2002-12-23 Thread Jochem van Dieten
Quoting Michael Kear <[EMAIL PROTECTED]>: > > We have one main site, (I'll call it MAINSITE) which consists of a > shop and lots of .asp and html pages, and a couple of cold-fusion > based separate smaller sites. NO problem so far, but the MAINSITE has > lots of interactive ColdFusion pages, whic

RE: QUERY IN performance hit

2002-12-23 Thread Ryan Emerle
Well, by using a list like that, you are kind of defeating the indexing mechanism of the SQL server. You could try to simplify the list by grouping it in large sequential chunks and using the BETWEEN operator. You also want to make sure that TicketID is indexed (if not the primary key). HTH --

DateFormat in CFMX

2002-12-23 Thread Randell B Adkins
Is there a dateformat issue using CFMX that was addressed in some update/patch, or some means?? When doing a directory listing, some directories will report fine and format the date accordingly using the DateFormat function. However, there are some directories which will throw an error. Nothing sp

Re: DateFormat in CFMX

2002-12-23 Thread Randell B Adkins
After checking the archives, there did seem to be an issue with this. Rob Rohan - Did you determine what the problem was as well as a fix? Sean A Corfield - Any ideas on it? It works on some directories but noth others. Thanks!! >>> [EMAIL PROTECTED] 12/23/02 08:32AM >>> Is there a dateforma

Re: DateFormat in CFMX

2002-12-23 Thread Taz
What's the error? Could you give us some examples of data that works and data that throws errors? Perhaps the locale of the system is conflicting. For example you may find that dates such as 02/03/2002 are working but 14/03/2002 are not because its mixing up the day/month as month/day (taking non-

RE: DateFormat in CFMX

2002-12-23 Thread Raymond Camden
What locale are you under? === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email: [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is."

Re: DateFormat in CFMX

2002-12-23 Thread Randell B Adkins
As simply as it is: #name# - #LSDateFormat(DateLastModified," DD, ")# Some directories would return (as expected): Directory1 - December 12, 2002 Directory2 - December 12, 2002 Directory3 - December 12, 2002 Then lets say the 4th Directory would error out: Directory1 - Error: The v

RE: DateFormat in CFMX

2002-12-23 Thread Randell B Adkins
In this case, English (US). But could be lets say English (New Zealand) or really any other Locale. Would using the LSDateFormat function be better if the Locale could vary? >>> [EMAIL PROTECTED] 12/23/02 09:05AM >>> What locale are you under?

RE: DateFormat in CFMX

2002-12-23 Thread Raymond Camden
I'm not saying it could cause an issue, but it does affect how the date parsing works - I'm just trying to narrow down the posibilities. As it stands, I ran this: #dateformat('Tuesday, 17 December 2002 05:21:09 PM EST')# and got an error on my box. Looks like it may be a bug unless I'm missing so

RE: DateFormat in CFMX

2002-12-23 Thread Randell B Adkins
I agree. Running the line as you did, does result in an error with the class: java.util.Date Can anyone from Macromedia chime in on this??? >>> [EMAIL PROTECTED] 12/23/02 09:21AM >>> I'm not saying it could cause an issue, but it does affect how the date parsing works - I'm just trying to narro

RE: DateFormat in CFMX

2002-12-23 Thread Raymond Camden
Of course, if you actually convert the string to a real date ob, it works just fine... #dateformat(parseDateTime('Tuesday, 17 December 2002 05:21:09 PM EST'))# === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email

RE: DateFormat in CFMX

2002-12-23 Thread Randell B Adkins
Actually I found the resolution based on the Locale of the system. I had to use the LSDateFormat/ LSTimeFormat in conjunction with the parseDateTime. So far my testing has came back positive. More testing to go! Thanks Ray! >>> [EMAIL PROTECTED] 12/23/02 09:35AM >>> Of course, if you actuall

Re: CFMX / JVM

2002-12-23 Thread Alex Hubner
Hello friends, What JVM should I use? Client or Server JVM? Which one is faster/reliable/better for a production server? I've noticed that the default behaviour for CFMX is to set the Client JVM. But when I rename the Client jvm.dll to anything different it sets the Server one. Java VM Name:

RE: DateFormat in CFMX

2002-12-23 Thread Alex Hubner
I have similiar problems with LSCurrency and DateFormat. As far as I can say, these formating problems are all related to the JVM itself, not the ColdFusion Server. Some references:

RE: DateFormat in CFMX

2002-12-23 Thread Randell B Adkins
For the DateFormat issue, what worked for me was the combining of two functions: LSDateFormat(parseDateTime(dtString,"mm/dd/") Now sure about the LSCurrency. What error are you receiving with LSCurrency? Becareful as there is also LSEuroCurrency >>> [EMAIL PROTECTED] 12/23/02 10:23AM >>> I

RE: CFGurus ... your advice sought

2002-12-23 Thread Craig Dudley
Howard, Why not simply copy the files instead of moving them? You can run a scheduled task to clean up your processing directory once a day or something. Craig. -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: 21 December 2002 01:33 To: CF-Talk Subject: RE: CFGuru

OT: old cf 5 win-pro licence

2002-12-23 Thread Uwe Degenhardt
Please send me a mail off list, if someone wants to sell an old cf 5 win-pro licence. Thanks. Uwe ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cf

RE: DateFormat in CFMX

2002-12-23 Thread Alex Hubner
Good tip! Thanks. The issue with the LSCurrency is that it simple do not show it correctly for Brazilian. Take a look on this Paul tests: http://tessaban.tei.or.th/unicode/javaNumbers.cfm The Brazilian currency should be R$ 404,20 not R$ 404,2 Anyway... just waiting for SUN to fix it. []'s! A

Grouping

2002-12-23 Thread Jones, Becky
in my sql query, i have attorneys and secretaries that output. an attorney can have multiple secretaries. so i want to be able to group by the attorney's id at the top level so he only appears once. and that works fine. but in the same row, im outputting the secretary and her name could appear

Re: Grouping

2002-12-23 Thread Randell B Adkins
If the Secretaries name appears multiple times, since your secondary group is on: relid try outputting that along with the name and see if the relid changes. If the name appears multiple times then I am sure the relID also changes. Could be something with the database. It appears that in the que

Regular expression question

2002-12-23 Thread Lofback, Chris
Is there a way to return just the string that a REFind matches? I'm trying to pull an email address out of a block of text. I can find the beginning using this: REFindNoCase("['_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*\.(([a-z ]{2,3})|(aero|coop|info|museum|name))",BlockOfText) But I

FSchedule Advice Please ...

2002-12-23 Thread koolsam
Does anyone have problems with cfschedule on CF5 Professional, It work perfectly on another server which has CF5 Enterprise. I got connection failure errors intermittently. Thanks Sam ~| Archives: http://www.houseoffusion.com

RE: Regular expression question

2002-12-23 Thread Raymond Camden
Add the 3rd and 4th optional args - the 3rd arg, where to start, should be set to 1, and the 4th, is a boolean that specifies if you want the matched expressions returned. You will get a struct of two arrays, pos and len, where pos[x] and len[x] is the position and length of the Xth matched subexpr

RE: Grouping

2002-12-23 Thread Jones, Becky
no the relid is the same as the name. that is why i thought it was wierd it wouldnt group on it. the secy name shows multiple time in the sql query tho. but i would think it would still group by that id in the web code. -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECT

cfchart bug that brings the server down

2002-12-23 Thread Marius Milosav
We had discovered a really nasty bug. If a form has a tag and there are more that 16 items to be displayed with the following error is thrown: java.lang.ArrayIndexOutOfBoundsException. Now if the user refreshes the screen where the error occurred a few times a blank page is shown and after that

RE: cfchart bug that brings the server down

2002-12-23 Thread Stacy Young
Best thing is to report this here: http://www.macromedia.com/support/email/wishform/?6213=3 Stace -Original Message- From: Marius Milosav [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 11:30 AM To: CF-Talk Subject: cfchart bug that brings the server down We had discovered a

RE: Grouping

2002-12-23 Thread Randell B Adkins
Can you provide an example of what the query is outputting? To include the SQL code? >>> [EMAIL PROTECTED] 12/23/02 11:29AM >>> no the relid is the same as the name. that is why i thought it was wierd it wouldnt group on it. the secy name shows multiple time in the sql query tho. but i would

Re: FSchedule Advice Please ...

2002-12-23 Thread Randell B Adkins
Sorry, CFSchedule here CF5 here runs fine. >>> [EMAIL PROTECTED] 12/23/02 11:24AM >>> Does anyone have problems with cfschedule on CF5 Professional, It work perfectly on another server which has CF5 Enterprise. I got connection failure errors intermittently. Thanks Sam ~

RE: MS CF?

2002-12-23 Thread Rob Rohan
Please tell me this isn't true. Rob http://treebeard.sourceforge.net http://ruinworld.sourceforge.net Scientia Est Potentia -Original Message- From: Len Conrad [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 2:07 AM To: CF-Talk Subject: MS CF? http://theregister.co.uk/conten

RE: Print size for CF pages

2002-12-23 Thread Rob Rohan
Are you looking for this? http://treebeard.sourceforge.net/cfx_treebeard.php Rob http://treebeard.sourceforge.net http://ruinworld.sourceforge.net Scientia Est Potentia -Original Message- From: Anthony Wong [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 2:09 AM To: CF-Talk Su

RE: MS CF?

2002-12-23 Thread Robertson-Ravo, Neil (RX)
its not -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: 23 December 2002 17:07 To: CF-Talk Subject: RE: MS CF? Please tell me this isn't true. Rob http://treebeard.sourceforge.net http://ruinworld.sourceforge.net Scientia Est Potentia -Original Message- Fro

RE: Crystal Reports Enterprise 8.5 ohhhh the pain

2002-12-23 Thread Sean McCarthy
No I am not passing the login and pass in the url. If you leave the params blank it uses the nt auth. Heres how I ended up getting it to work. http://mybox.box.com/crystal/enterprise/viewer/viewrpt.cwr?apsauthtype=secWi ndowsNT&id=204 If you have any other techniques for this please let me kno

RE: cfchart bug that brings the server down

2002-12-23 Thread Josh
I have seen a similar bug where if more than a certain number of cfchartseries are invoked, the server will crash. -- Josh Trefethen http://exciteworks.com -Original Message- From: Marius Milosav [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 9:30 AM To: CF-Talk Subject: cfcha

RE: DateFormat in CFMX

2002-12-23 Thread Rob Rohan
The dataformat issue we had was based on the fact we were using JRE 1.4 (we think), so if you are not using 1.4 pay me no mind. For some reason the mask gets pissed sometimes unless there is a space at the end. For example a mask of "mm/dd/" will say the date is invalid but a mask of "mm/dd/yy

RE: CFMX / JVM

2002-12-23 Thread Rob Rohan
We have had the best luck with JRE 1.4.0_02. We had issues with 1.4.1 (jacked up dates and odd little problems) and 1.3 (no I18n and slow). We want to try JRocket and or Kaffe, but haven't had time Good luck, Rob http://treebeard.sourceforge.net http://ruinworld.sourceforge.net Scientia Est Pote

RE: MS CF?

2002-12-23 Thread Rob Rohan
Ha, from the Robertson-Ravo news source :) Guess now I *don't* have to sell my Macromedia stock, whew! Rob -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 9:04 AM To: CF-Talk Subject: RE: MS CF? its not -Original Messag

RE: MS CF?

2002-12-23 Thread Luce, Greg
Yeah, we all know Microsoft isn't profitable right? ;-) Greg -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 12:32 PM To: CF-Talk Subject: RE: MS CF? Ha, from the Robertson-Ravo news source :) Guess now I *don't* have to sell my Macromedia

RE: Crystal Reports Enterprise 8.5 ohhhh the pain

2002-12-23 Thread Tim Do
CR does set a cookie for each parameter, and i believe the max is 20. Passing it via url does cause cookie problems. What I do is use NT authentication for the login, Just make sure the crystal server is logged in as a user that the db has an account for. A problem that I ran across was subreport

RE: MS CF?

2002-12-23 Thread Cantrell, Adam
Why would you sell it? I'm no Wall St. slickster, but wouldn't you make out well if you were suddenly in possession of $54 MS stock in exchange for your $11 MM shares? > -Original Message- > From: Rob Rohan [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 23, 2002 11:32 AM > To: CF-Tal

RE: Regular expression question

2002-12-23 Thread Ben Doom
Or, if you prefer to simply return the matched bit in string form, you can do what I do (being a perlish kinda guy): newstring = rereplace(string, ".*(whatever(yes you can use internal groupings) blah).*", "\1"); Probably a lot less efficient than Ray's refind, but to my mind it makes a lot more

RE: MS CF?

2002-12-23 Thread Stacy Young
You kidding? MS is all about capturing the user install base (Windows, IE etc..)...and Flash is the most widely distributed run time...more so than windows. Another attractive aspect is the Dreamweaver user base... I would be very distraught, although not surprised, if MS has been considering MM

Brief Introduction

2002-12-23 Thread Christian Cantrell
I would like to introduce myself to everyone on cf-talk as the new Macromedia community manager for ColdFusion. My name is Christian, and I have been developing various types of applications in ColdFusion and Java for the last five years. I am excited about the opportunity to work with such a

RE: MS CF?

2002-12-23 Thread Rob Rohan
Well, welcome to America where you vote means nothing unless there is an amount of money tied to it. I buy stocks in companies where I like their business practices, think they have good products, and approve of how they treat their staff. Sometimes I loose money, often I make money. Because in th

RE: Brief Introduction

2002-12-23 Thread Stacy Young
Welcome! -Stace -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 12:47 PM To: CF-Talk Subject: Brief Introduction I would like to introduce myself to everyone on cf-talk as the new Macromedia community manager for ColdFusion. My na

RE: Brief Introduction

2002-12-23 Thread Lee Fuller
Hello Christian.. And Welcome! I'd like to jump in and make one suggestion for the reskit. I'm very interested in seeing a component that would build entire sites for us, quickly and simply. Something like "CF_BuildSite". With options including "detail", "look", "ecommerce", etc. Including sup

MS to buy Macromedia - lets hope not...

2002-12-23 Thread brook
Man, I hope there's no truth to this: http://theregister.co.uk/content/4/28667.html Brook ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?met

Re: Randomization of a cfquery

2002-12-23 Thread Joe Eugene
These are the issues.. with the code below.. 1. Nested loops.. (Overhead) 2. Creating new queries (Overhead). Basically u are making a copy of the resultset. Why cant you work with the original Resultset? 3. UDF's are generally slow... but to manage code.. yes.. it works. All you need here.. is g

RE: Brief Introduction

2002-12-23 Thread Adrocknaphobia Jones
Welcome to list/party. Do you think we could ever get a rating system on the developer's exchange? I can't tell you how many hours I've lost downloading crappy cide looking for the diamond in the rough. I think a rating system would help a lot, possibly with user reviews/comments. I just find it

RE: Brief Introduction

2002-12-23 Thread Tony Weeg
welcome christian, and good luckthis can be a tough group, however insightful, yet tough. although, you arent new to this list, are ya? I thought I had seen you on here before? ..tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, I

RE: MS CF?

2002-12-23 Thread Luce, Greg
The Stock Market is all about money. That's the first rule of investing. Buying or selling stocks based on any other ideas is just silly. Good luck with that. Greg -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 12:58 PM To: CF-Talk Subject: RE

RE: MS to buy Macromedia - lets hope not...

2002-12-23 Thread Lee Fuller
LOL! I can't wait! | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] | Sent: Monday, December 23, 2002 10:08 AM | To: CF-Talk | Subject: MS to buy Macromedia - lets hope not... | | | Man, I hope there's no truth to this: | http://theregister.co.uk/content/4

RE: MS CF?

2002-12-23 Thread Cantrell, Adam
nah - no pitying required :) So how would selling your MS shares after MM was acquired not be reinforcing your opinion below? You would both be voicing your disapproval to MS and be profiting from it. Seems silly as an investor to voice your opinion before hand based on internet speculation from t

RE: MS CF?

2002-12-23 Thread Thane Sherrington
At 01:14 PM 12/23/02 -0500, Luce, Greg wrote: >The Stock Market is all about money. That's the first rule of investing. >Buying or selling stocks based on any other ideas is just silly. Good luck >with that. Actually, given the number of ethical funds out there, a lot of people think the way Rob

RE: MS CF? (getting OT)

2002-12-23 Thread Rob Rohan
Funny, I was under the impression the stock market was about stock. If I am not mistaken when you buy stock you are buying a piece of the company - therefore, you are saying "I like what this company is doing I am going to give them money so they can do what they are doing some more." - weather you

RE: MS to buy Macromedia - lets hope not...

2002-12-23 Thread Kris Pilles
I would love to see that happen... -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 1:16 PM To: CF-Talk Subject: RE: MS to buy Macromedia - lets hope not... LOL! I can't wait! | -Original Message- | From: [EMAIL PROTECTED] [ma

RE: MS CF?

2002-12-23 Thread Jeffry Houser
At 01:14 PM 12/23/2002 -0500, you wrote: >The Stock Market is all about money. That's the first rule of investing. >Buying or selling stocks based on any other ideas is just silly. Good luck >with that. I see your point, but I also see Rob's point too. There are many theories of investing in t

Re: MS to buy Macromedia - lets hope not...

2002-12-23 Thread Chris Montgomery
Monday, December 23, 2002, 12:08:23 PM, [EMAIL PROTECTED] wrote: > Man, I hope there's no truth to this: > http://theregister.co.uk/content/4/28667.html Already lots of hand-wringing and gnashing of teeth going on here: http://slashdot.org/articles/02/12/23/1223232.shtml?tid=109 Bah! Humbug!!

RE: MS CF?

2002-12-23 Thread Adrocknaphobia Jones
You can sit here and complain that MS is the bad guy, but they are not the company you have put your faith in. I know I have the unpopular view on this list as anti-MM, but I can tell you that if MS owned Flash, you wouldn't have to worry about it being sold again. Same goes for Cold Fusion. You co

RE: MS CF? (getting OT)

2002-12-23 Thread Luce, Greg
I could ask the guys on the trading floor for their opinion, but I don't think I have to. I guess I should have specified "Investing in the stock market to make money" as opposed to just "The stock market". I didn't know there was a different way to look at it though. Perhaps that explains some thi

RE: CFMX / JVM

2002-12-23 Thread Alex Hubner
Thanks Rob, but what about the SUN's JVM? What should I use? Client or Server JVM? All JVM versions came with the two... AFAIN (in fact I've read) the "Client" is provided for development or GUI use, the "Server" is more stable and has performance improvements, but I'm not sure about it. Does

Rating System

2002-12-23 Thread Christian Cantrell
Adam, This is a great idea, and something that will be included in the next version of the developers' exchange. Keep the good ideas coming! Christian On Monday, December 23, 2002, at 01:15 PM, Adrocknaphobia Jones wrote: > Welcome to list/party. > > Do you think we could ever get a rating s

RE: MS CF?

2002-12-23 Thread Matt Liotta
Indeed. While I may like Macromedia products, people, business practices, etc; I won't be buying any of their stock because it is a horrible investment right now. Soon all publicly traded companies will be forced to expense their stock options. When Macromedia is forced to expense their stock optio

RE: MS CF? (getting OT)

2002-12-23 Thread Rob Rohan
Where are all the "winners" now? Rob -Original Message- From: Luce, Greg [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 10:42 AM To: CF-Talk Subject: RE: MS CF? (getting OT) I could ask the guys on the trading floor for their opinion, but I don't think I have to. I guess I

RE: MS CF?

2002-12-23 Thread Matt Liotta
MSFT offers developers security? You mean like the VB developers they abandoned to launch VB.NET. Or the C++ developers they abandoned for C#. Then of course there is the various technologies they have abandoned in favor of something newer that does the same thing only differently and incompatible

RE: MS CF?

2002-12-23 Thread Dave Lyons
Developer security You mean like they did with ASP? Oh, wait, they stopped development of that... And how long before asp.net gets scrapped for something "new" And I doubt "20 years" from now you can still use ASP I can see it now "DreamPage" or "FrontWeaver" can u imagine what would h

RE: MS CF?

2002-12-23 Thread Adrocknaphobia Jones
Rob, Where do you work? I don't know any CF developers who work in the trenches who can afford to invest in the stock market and NOT make money. Maybe you should check out philanthropy and making grants to non-profit orgs. I mean, you're not even getting a tax-break for all the good work you are d

RE: Brief Introduction

2002-12-23 Thread Matt Robertson
Hi Christian, and Welcome. I would dearly love to see some sort of tag-based way to link together CF and flash-based form objects. Text inputs, drop-downs, textareas, submit buttons etc. And a Flash for Dummies set up in 2-minute drills tailored to CF'ers with zero design skills and less time.

RE: MS CF?

2002-12-23 Thread Russ
Blah blah Microsoft blah blah Macromedia blah blah Allaire blah blah Any reason why we can't move this discussion to a different list? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://w

RE: MS CF? (getting OT)

2002-12-23 Thread Rob Rohan
A final note - then I'll stop provoking - I offer two pieces of advice: 1) read the "Millionaire next door" 2) When dealing in investing, be wearing of trusting someone who would sink $60,000 - $80,000 on a depreciating asset (their car). :) You guys are fun! Rob ~~

RE: MS CF? (getting OT)

2002-12-23 Thread Matt Liotta
We sold off our equity positions in 2000 and moved the money into bond funds. Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 > -Original Message- > From: Rob Rohan [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 23, 2002 1:52 PM >

RE: MS CF? (OT for cf-talk)

2002-12-23 Thread Cantrell, Adam
Way OT, but the world would be a better place if people spent their money this way period. Stock market is nice, but it's the revenue from customers that makes a company. If no customers are spending, then no investors are investing, and that company goes bye bye. I was just wondering why he woul

Re: MS to buy Macromedia - lets hope not...

2002-12-23 Thread Sean A Corfield
On Monday, Dec 23, 2002, at 10:08 US/Pacific, [EMAIL PROTECTED] wrote: > Man, I hope there's no truth to this: > http://theregister.co.uk/content/4/28667.html That rumor surfaces every couple of years and has been doing so for nearly all of Macromedia's history... Here's another equally long-liv

RE: Regular expression question

2002-12-23 Thread Lofback, Chris
Hmm. I like this more-concise method, but I only get the last character of the user ID rather than the full user ID. For example, I use this... REReplace(Target,".*(['_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*\ (([a-z]{2,3})|(aero|coop|info|museum|name))).*", "\1") ..on "[EMAIL PROTEC

Re: MS to buy Macromedia - lets hope not...

2002-12-23 Thread charlie griefer
[EMAIL PROTECTED] writes: > Man, I hope there's no truth to this: > http://theregister.co.uk/content/4/28667.html > > Brook This rumor has been floating around forever. I doubt that it is any more substantial now than it has been the other dozen or so times it arose. charlie

Re: MS CF?

2002-12-23 Thread Bruce Sorge
Here is a question. Why is it that no other news outlet is reporting this? I mean, I go to the following sites, and these are the only stories I can find that mention M$ and MM in the same story: CNN: http://www.cnn.com/2001/TECH/industry/09/26/microsoft.flash.idg/index.html MSNBC: Nothing Blo

RE: MS to buy Macromedia - lets hope not...

2002-12-23 Thread Timothy Heald
To be clear Sean, are you saying there is no truth to this rumor? Tim -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 2:06 PM To: CF-Talk Subject: Re: MS to buy Macromedia - lets hope not... On Monday, Dec 23, 2002, at 10:08 US/Pacific

Issue: P n of x with a Table and CFQUERY search Criteria

2002-12-23 Thread James Blaha
Hello Everyone: Issue: P n of x with a Table and CFQUERY search Criteria I don't really know where to start on this one. In both beginner Ben Forta CF 5 and MX books there is a great example to output a table displaying 10 rows and it provides you a next and previous button to view the rest of

Re: MS CF?

2002-12-23 Thread Jochem van Dieten
Adrocknaphobia Jones wrote: > You can sit here and complain that MS is the bad guy, but they are not > the company you have put your faith in. I know I have the unpopular view > on this list as anti-MM, but I can tell you that if MS owned Flash, you > wouldn't have to worry about it being sold agai

RE: MS CF?

2002-12-23 Thread Costas Piliotis
Can we hold you you to that? Pretty bold statement IMHO... -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 2:12 AM To: CF-Talk Subject: RE: MS CF? :> http://theregister.co.uk/content/4/28667.html I'll have to kill myself if this happe

RE: Regular expression question

2002-12-23 Thread Ben Doom
Yes, it's the greedy match that's getting you -- I didn't think about that. If you can classify the char that preceeds the email address (i.e. it's a space or punctuation or either) then you can simply follow the .* with that char or char class. However, if the email can come at the beginning of t

RE: MS CF?

2002-12-23 Thread Adrocknaphobia Jones
VB developers who were abandoned? I felt no more abandoned by .NET than I did with CFMX. It's just a progression. It's an evolution. I mean CF5 to CFMX was a much bigger gap and the progression from VB to VB.NET. You act as if VB and C++ don't exist. Not too mention C# is not a replacement for C++.

RE: MS to buy Macromedia - lets hope not...

2002-12-23 Thread Matt Liotta
The rumor has been going on for a long time, but now it has spread to mainstream media. In fact, Cringely (http://www.infoworld.com/articles/op/xml/02/12/16/021216opcringely.xml) even wrote about it. Personally, I don't see it happening, but I have been wrong before. Matt Liotta President & CEO Mo

RE: MS CF? (getting OT)

2002-12-23 Thread Haggerty, Mike
Just say that the next time someone starts complaining about your comments. M -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 2:01 PM To: CF-Talk Subject: RE: MS CF? (getting OT) We sold off our equity positions in 2000 and moved the mone

Re: MS CF?

2002-12-23 Thread ksuh
Because it's the Register, and they like to make up stuff :) - Original Message - From: Bruce Sorge <[EMAIL PROTECTED]> Date: Monday, December 23, 2002 12:11 pm Subject: Re: MS CF? > Here is a question. > Why is it that no other news outlet is reporting this? I mean, I > go to the > foll

RE: MS CF?

2002-12-23 Thread Matt Liotta
InfoWorld mentions it (http://www.infoworld.com/articles/op/xml/02/12/16/021216opcringely.xml) . Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 > -Original Message- > From: Bruce Sorge [mailto:[EMAIL PROTECTED]] > Sent: Monday, Decembe

RE: MS to buy Macromedia - lets hope not...

2002-12-23 Thread Randell B Adkins
Wouldn't this topic be more suitable in CF-Community? >>> [EMAIL PROTECTED] 12/23/02 02:10PM >>> To be clear Sean, are you saying there is no truth to this rumor? Tim -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 2:06 PM To: CF-Talk

RE: Regular expression question

2002-12-23 Thread Raymond Camden
FYI, MX does allow for non-greedy regex. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email: [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus "My ally is the Force, and a powerfu

  1   2   >