Re: Quick regexp help

2001-12-31 Thread Kay Smoljak
Ummm... H... [shuffles feet]... Umm... Okay, thanks. I tried it again, refreshed and ctrl-refreshed a couple of times, and hey presto. Thanks. "Jim McAtee" <[EMAIL PROTECTED]> wrote in message news:<024001c19291$e5e99bd0$0702a8c0@C1687485A>... > Are you sure that's a good description of wh

Re: Quick regexp help

2001-12-31 Thread Jim McAtee
Are you sure that's a good description of what you want to do? The regex that you're using will do exactly that. This is bold text. becomes This is \b bold text. Jim - Original Message - From: "Kay Smoljak" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December

Quick regexp help

2001-12-31 Thread Kay Smoljak
I wonder if there's anyone around who can help me with this... It's driving me crazy. I want a regexp to find a pattern starting with "" and replace it with "\b " (RTF markup). I have tried doing this, but it's not working: ]*>","\b ","ALL")> Anyone? K.

null characters in a file

2001-12-31 Thread Kelly Matthews
Using CFFILE to read a file. The file has a couple of null characters in the middle of the file. When it reaches the NULL characters it assumes it has reached the end and stops. Is there a way to read the file (I have to make some modifications to it as well) and get around or parse out the null

Re: And the award goes to ....

2001-12-31 Thread Tony Schreiber
Wow, I had no idea I talked that much. ;p > And for the most number of posts to > [EMAIL PROTECTED] by unique > email addresses out of 41,474 posts > ... the award goes to . > > Dave Watts [EMAIL PROTECTED] 1,101 > > runners up include: > Philip Arnold - ASP [EMAIL PROTECTED]

RE: death of coldfusion

2001-12-31 Thread Matt Brown
>I want to point out that music is not a hard good, it is intellectual >property. Compact Discs, on the other hand, are hard goods. And both >music and software commonly come on compact discs. Music CD runs are in the tens or hundreds of thousands so they behave like hard goods not IP. Pr

RE: Formating to HTML output

2001-12-31 Thread Andrew Scott
On windows platforms you might need the chr(13) as well. -Original Message- From: UXB Internet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 1 January 2002 12:33 PM To: CF-Talk Subject: RE: Formating to HTML output Try this: ","ALL")> #FormattedString# Best regards, Dennis Powers UXB I

Re: Formating to HTML output

2001-12-31 Thread Douglas Brown
Or even better, if this is being used in a forum or message board where t he use may type in html code for a subject, you can use this custom tag provided by Dain Anderson at cfcomet. http://cfcomet.com/cfcomet/utilities/CF_ColoredCode_v3-2.zip There are two major products that come out of Berk

RE: Formating to HTML output

2001-12-31 Thread UXB Internet
Try this: ","ALL")> #FormattedString# Best regards, Dennis Powers UXB Internet (203)879-2844 http://www.uxbinfo.com/ -Original Message- From: atlantis [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 5:32 PM To: CF-Talk Subject: Formating to HTML output I have data in a me

RE: Using CF to control Spam

2001-12-31 Thread Andrew Scott
Actual Tom, that's only about 1% of how email addresses are received. There are bots out there that will try to get an email address from a website. The same way a search engine works. -Original Message- From: tom muck [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 1 January 2002 4:01 AM To:

RE: Retrieving Random Text

2001-12-31 Thread Andrew Scott
Try this :-) Select Distinct(field) from tablename (Note: this is provided that the field named is a PK. I think there is also another way to get just the number of records. Then when the query is returned you could then randomzie a number between the 1 and then number returned then use a query

Help reading a file using CFFILE Binary/Hex etc problems....

2001-12-31 Thread Kelly Matthews
Ok I have this file, which we will receive automatically. The first part of the file is hex code data, which can be read easily, even manipulated etc. The 2nd part of the file is binary data. When I use CFFILE to READ the file it reads it fine comes back with no errors, but when I output what it r

RE: Problems accessing CF Administrator page using IE6.

2001-12-31 Thread Andrew Scott
Check your coding styles, I use IE6 and have never had any problems. But I also DON'T like to use frames; they are clumsy and can create security issues with SSL pages! -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 1 January 2002 1:27 AM To: CF-Talk Subj

RE: Long Live Cold Fusion and...(comments)

2001-12-31 Thread Andrew Scott
How about using Homesite the last time I looked this kept going after the trial expired, haven't used Hoemsite Since V3.1 but that was the biggest selling point of homesite. Not to mention it can be found on just about any coverdisk to do with internet magazines. Well at least here in Australia an

Re: And the award goes to ....

2001-12-31 Thread Jennifer Larkin
At 04:49 PM 12/31/01 -0500, you wrote: >And for the most number of posts to >[EMAIL PROTECTED] by unique >email addresses out of 41,474 posts >... the award goes to . > >Dave Watts [EMAIL PROTECTED] 1,101 Yay! I still get to be the Official Dave Watts groupie, right? I know.

RE: And the award goes to ....

2001-12-31 Thread Brunt, Michael
Is it not remotely possible that CF Knowledge distribution is growing? One more important point to bear in mind, Spectra caused an immense amount of confusion initially and as Spectra ran on CF I'll bet some Spectra generated questions spilled over onto CF Talk. In any case CF Rocks and is certai

Re: And the award goes to ....

2001-12-31 Thread Kay Smoljak
I really love this list... I read it on the Fuseware mirror (NNTP rocks!) and I often look in on alt.comp.lang.coldfusion and other non-CF related newsgroups, and I'm always amazed at the low signal-to-noise ratio that CF-Talk has. I read pretty much every post, and the vast majority of them have

Re: And the award goes to ....

2001-12-31 Thread Scott Brady
> Well, there's the proof. CF IS dying! 7,000 less posts than the year before. I tend to look at it as, we're all getting so much better at CF that we need less help than we did last year . . .. Scott -- Scott Brady http://www.scottbrady.net/ ___

Re: And the award goes to ....

2001-12-31 Thread Bud
On 12/31/01, Hoffman, Joe (CIT) penned: >And for the most number of posts to >[EMAIL PROTECTED] by unique >email addresses out of 41,474 posts >Previous years results >-- >CF-talk posts for the year 2000 total 48,444 Well, there's the proof. CF IS dying! 7,000 less posts th

Re: Formating to HTML output

2001-12-31 Thread Douglas Brown
P.S if you want the actual HTML code to show up use #htmlCodeFormat(string)# There are two major products that come out of Berkeley: LSD and [Unix] BS D. We don't believe this to be a coincidence. Doug Brown - Original Message - From: "atlantis" <[EMAIL PROTECTED]> To: "CF-Talk" <[E

Re: Formating to HTML output

2001-12-31 Thread Douglas Brown
#string# There are two major products that come out of Berkeley: LSD and [Unix] BS D. We don't believe this to be a coincidence. Doug Brown - Original Message - From: "atlantis" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 31, 2001 2:31 PM Subject: For

Re: And the award goes to ....

2001-12-31 Thread Douglas Brown
Here here!!! Great list. There are two major products that come out of Berkeley: LSD and [Unix] BS D. We don't believe this to be a coincidence. Doug Brown - Original Message - From: "Tracy Bost" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 31, 20

Re: And the award goes to ....

2001-12-31 Thread Tracy Bost
Not bad at all. Considering that, the interest in CF AND this list has increased considerably. I for one really appreciate this list and all you are doing. The help here is invaluable. Quoting Michael Dinowitz <[EMAIL PROTECTED]>: > I have to agree with Howie on this. Since CF-Community sta

Re: And the award goes to ....

2001-12-31 Thread Michael Dinowitz
I have to agree with Howie on this. Since CF-Community started up, the amount of OT posts on CF-Talk has gone wy down. There is some non-tec h discussion about the future of CF and such, but it's not the jokes, politics, marriages, etc. that occur on CF-Community. If you counted the two lists

Formating to HTML output

2001-12-31 Thread atlantis
I have data in a memo field in my access database that has carriage returns in it to separate different paragraphs. How do I get the formatting to come through as or when the data is output on a webpage? Right now all the data runs together. Thanks, Jason ___

Re: And the award goes to ....

2001-12-31 Thread Bryan Stevenson
or e) Joe has too much spare time ;-) Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - From

Re: And the award goes to ....

2001-12-31 Thread Howie Hamlin
Actually, I think it's a reflection on the addition of cf-community for off-topic ravings :-) Howie - Original Message - From: "Tracy Bost" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 31, 2001 5:01 PM Subject: Re: And the award goes to > Over 40

Re: And the award goes to ....

2001-12-31 Thread Tracy Bost
Over 40,000 post in 1999 48,000 posts in 2000 and just over 41,000 this year. a) ColdFusion IS Dying b) Its a reflection of the overall market of this year c) We know more, therefore we have less questions d) it means nothing ans: b,d Quoting Howie Hamlin <[EMAIL PROTECTED]>:

Re: And the award goes to ....

2001-12-31 Thread Jim McAtee
I'm amazed I only had 220 questions for the list. I'd like to say "Thanks" to everyone who's responded. Jim - Original Message - From: "Howie Hamlin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 31, 2001 2:54 PM Subject: Re: And the award goes to

Re: Using CF to control Spam

2001-12-31 Thread Lewis Sellers
On Mon, 31 Dec 2001 11:31:36 -0500, "Howie Hamlin" <[EMAIL PROTECTED]> wrote: >I just added that address to our new MLM campaign list. > > Drat... foiled again. :) --min __ Get Your Own Dedicated Windows 2000 Server PIII 800

RE: MSSQL Stored Proc and Named Notation

2001-12-31 Thread Michael Haggerty
Hi Dave, Thanks for the response. I think the question I want to have answered is why? It is clear that MS SQL is not limited to positional notation. If I call the same procedure through an EXEC call, like so: EXEC qry_test @user_id = 5000, @username = 'haggerty', @password = 'haggerty123' I c

Re: And the award goes to ....

2001-12-31 Thread Howie Hamlin
OMG - that's at least 451 useless postings :-) Oops - this makes 452 Howie - Original Message - From: "Hoffman, Joe (CIT)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 31, 2001 4:49 PM Subject: And the award goes to > And for the most number of p

And the award goes to ....

2001-12-31 Thread Hoffman, Joe (CIT)
And for the most number of posts to [EMAIL PROTECTED] by unique email addresses out of 41,474 posts ... the award goes to . Dave Watts [EMAIL PROTECTED] 1,101 runners up include: Philip Arnold - ASP [EMAIL PROTECTED] 757 Howie Hamlin[EMAIL PROTECTED]

Re: MSSQL Stored Proc and Named Notation

2001-12-31 Thread Jim McAtee
I've found the same thing and was also surprised at first. Like you, I thought that the order shouldn't matter when using named parameters. Jim - Original Message - From: "Michael Haggerty" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 31, 2001 2:41 PM Su

RE: MSSQL Stored Proc and Named Notation

2001-12-31 Thread Bosky, Dave
List your parameters in the order you send them. @user_id int = NULL @username varchar(30) = '' @password varchar(30) = '' Dave -Original Message- From: Michael Haggerty [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 4:42 PM To: CF-Talk Subject: MSSQL Stored Proc and Named

MSSQL Stored Proc and Named Notation

2001-12-31 Thread Michael Haggerty
Hi, I am using MS SQL Server 7.0 and CF 5.0 and I am having trouble with a call to a stored procedure. The procedure is detailed below, and when I try to call it using the following code, it blows up: When I move the @user_id procparam to the end of the para

RE: death of coldfusion

2001-12-31 Thread Jeffry Houser
At 08:13 AM 12/31/2001 -0800, you wrote: >At 06:31 AM 12/31/2001 -0500, you wrote: > >It just seems funny that with things like automobiles, fashion, music, food, > >etc. that once a product is slightly old or outdated, they do not make it > >disappear, but rather sell at good discounts... certain

RE: death of email, not

2001-12-31 Thread John Dowdell
At 12:41 PM 12/31/1, Paris Lundis wrote: > I think its fair to outline who really needs what... [snip]... > so the point becomes a bit moot on conversion and value of > freeware over CF... ?? You quoted my whole message in your reply (including sig!), but I'm not seeing how you're replying to me.

Re: FB 2 ?

2001-12-31 Thread Douglas Brown
Yeah thats where I sent it. They now have a list for extended FB that everyone posts to. Doug - Original Message - From: "Kola Oyedeji" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 31, 2001 12:26 PM Subject: RE: FB 2 ? > The hof fusebox list is dead

RE: death of coldfusion, not

2001-12-31 Thread Paris Lundis
I think its fair to outline who really needs what... For instance I outline/assess clients before proposals go out... A client is: A. A startup with little or no cash B. A startup with funding to be used for the project C. Traditional company (assess conservative level and former technology inv

Re: death of coldfusion, not

2001-12-31 Thread John Dowdell
At 9:06 PM 12/29/1, Fregas wrote: > I'm sure this has been discussed before on here but its > appearance on allaire forums has me disturbed. Well, it's hard to prove a negative, true... such bantering threads are common enough online, so might as well get used to them. Of course, since the i

odbc editor via web?

2001-12-31 Thread Paris Lundis
Can anyone recommend any existing code base that is available that will allow us to edit ODBC connected databases via the web? trying to get away from downloading databases and editing for remote clients.. and surely, hate to write scripts locally and deploy them to run against a datasource... L

RE: FB 2 ?

2001-12-31 Thread Kola Oyedeji
The hof fusebox list is dead try [EMAIL PROTECTED] HTH Kola > -Original Message- > From: Douglas Brown [mailto:[EMAIL PROTECTED]] > Sent: 31 December 2001 20:37 > To: CF-Talk > Subject: OT: FB 2 ? > > > I am posting this here, since I get no response from the FB list. I guess > they are

RE: death of coldfusion

2001-12-31 Thread Zac Belado
> No I was disturbed by the amount of people saying they lost or > couldn't find > coldfusion jobs because companies weren't using them. I haven't piled through the 100+ messages in this thread yet so please excuse me if this has been said before... but is this nothing but a symptom of the recen

OT: FB 2 ?

2001-12-31 Thread Douglas Brown
I am posting this here, since I get no response from the FB list. I guess they are ignoring FB 2 coders :-( I am interested in using the uuidToken instead of the standard cftoken in my app and was wondering what changes I need to make to the returnfuseaction tag or formurl2attributes. I am not re

Re: death of coldfusion

2001-12-31 Thread Douglas Brown
>I just checked, and can't say anything really. I hate doing >this, but m y >hands are tied. I guess we are on a need to know bases, and we dont need to know. Besides if Ben told us, then he would have to kill us :) Doug - Original Message - From: "Ben Forta" <[EMAIL PROTECTED]> To:

Re: RE:(OT) Using CF to control Spam

2001-12-31 Thread Howie Hamlin
- Original Message - From: "Kola Oyedeji" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 31, 2001 2:55 PM Subject: RE:(OT) Using CF to control Spam > While we're on the subject of spam, i'm always trying to figure out what the > garbage that gets sent with t

RE:(OT) Using CF to control Spam

2001-12-31 Thread Kola Oyedeji
While we're on the subject of spam, i'm always trying to figure out what the garbage that gets sent with the email means, i am correct in saying that the following email originated from 0-1pool107-240.nas9.miami1.fl.us.da.qwest.net also what is ekkmaster.edwardkeller? Received: from [210.126.1.

RE: death of coldfusion

2001-12-31 Thread Chris Alvarado
ahhh, new (no) IMPROVED (YES!) I am not saying that CF is not a phenomenal application, I have seen it come a LONG way (Ive been working with CF since v. 1.5) However, the need for more "enterprise" level (what does that even mean anymore) solutions, demands more reliability and speed. The p

Re: Hey Michael...what's going on?

2001-12-31 Thread Bryan Stevenson
Ya..looks like I wasbut the messages always got through before (and after) those bounces. Oh well...must of just been HTML content in what I replied to...cause I always use plain text (but the mail client was set for HTML sendingnot anymore). Thanks for the tip ;-) Bryan Stevenson VP &

Re: Hey Michael...what's going on?

2001-12-31 Thread Jennifer Larkin
At 09:45 AM 12/31/01 -0800, you wrote: >I'm getting a bunch of ScanMail messages back from the list saying my >messages contain "sensitive content" and have been blocked!! What did I >say? I'm pretty sure I didn't disclose any national secrets, use bad >language, or say bad things about the list

Re: Long Live Cold Fusion and...(comments)

2001-12-31 Thread Scott Brady
Andrew Scott wrote: > And you got your answer, how many times do you have to be told. When the > trial period expires, CF Server is tied to one IP address and will not > work from any other IP that tries to connect to it. It is still fully > functional and as I said it DOES what you are asking fo

Anyway to make JPEG higher quality with cfgraph?

2001-12-31 Thread Robert Everland
Robert Everland III Dixon Ticonderoga __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=co

RE: Long Live Cold Fusion and...(comments)

2001-12-31 Thread Thomas Smith
I failed to say that he did not sell me Cold Fusion. I took my purchased copy of CF to him. He used my disk, which is a full version. During the many times that I tried to get the program to work by re-installing everything I never accidentally installed the eval copy. I would hate to think tha

RE: death of coldfusion

2001-12-31 Thread Ben Forta
Nick, I just checked, and can't say anything really. I hate doing this, but my hands are tied. I will just say that I have been a HomeSite / Studio user for a long time (since before Allaire acquired HomeSite), and that I am a coder at heart (not a GUI-guy), and I am really pleased with what is

RE: Long Live Cold Fusion and...($75)

2001-12-31 Thread Thomas Smith
I was having trouble getting my set up to work. I did not know at the time that there were incompatibilities between CF 4.0 and Windows 2000. Out of desperation I called the local head of the CF user group and he said that they would fix the problems. This guy was the one assigned to fix the pro

Little OT: Why can't I use HTML in the taggallery anymore

2001-12-31 Thread Robert Everland
I see newer tags in there now that are adding HTML in thier descriptions, but everytime I try to it strips it out. Anyone help? Robert Everland III Dixon Ticonderoga __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 G

CF Studio 5

2001-12-31 Thread Anthony Abby
I loaded an evaluation version of Studio a month ago and now it's expired, but I finally got my full version. Is there a way to simply enter in the serial to the evaluation so I don't have to uninstall it and lose all my snippets and customizations? I don't really feel like going through it all

Re: Slightly OT RE: death of coldfusion

2001-12-31 Thread Len Conrad
>Better hide under a "Bush" then :-) The local variety of "sheriff shrubs" are full of jerks. Len http://MenAndMice.com/DNS-training http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4 & W2K http://IMGate.MEIway.com : Build free, hi-perf, anti-abuse mail gateways __

RE: Using CF to control Spam

2001-12-31 Thread UXB Internet
Tom, You must be the lucky one . I have an email address listed on a web site that is never used for anything except to sit on an obscure page of that web site. It has been harvested; because it collects over 40 to 50 spam messages a day. (I now know how to get rich quick, working at home while

RE: Using CF to control Spam

2001-12-31 Thread Sandy Clark
Well, My junk filter on Outlook classified this email as spam. Sandra Clark Macromedia Certified Advanced Coldfusion 5.0 Developer Shayna Productions http://www.shayna.com [EMAIL PROTECTED] -Original Message- Fro

Hey Michael...what's going on?

2001-12-31 Thread Bryan Stevenson
I'm getting a bunch of ScanMail messages back from the list saying my messages contain "sensitive content" and have been blocked!! What did I say? I'm pretty sure I didn't disclose any national secrets, use bad language, or say bad things about the list ;-) Any ideas? TIA Bryan Stevenson V

Slightly OT RE: death of coldfusion

2001-12-31 Thread Brunt, Michael
Better hide under a "Bush" then :-) Mike Brunt Sempra Energy 213.244.5226 "For every action, there is an equal and opposite malfunction." -Original Message- From: Jeff Beer [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 9:30 AM To: CF-Talk Subject: RE: death of coldfusion

RE: death of coldfusion

2001-12-31 Thread Aaron Rouse
Oh man, which parts? Snipe - On Mon, 31 Dec 2001, Jeff Beer wrote: > Cold Fusion isn't dying, but I did hear from a very reputable and informe d > source, that the sky is, indeed, falling, in certains parts of Texas. > > > -Original Message- > From: Ben Forta [mailto:[EMAIL PROTECTED

Re: Long Live Cold Fusion and...(comments)

2001-12-31 Thread Bryan Stevenson
you can write CF in Notepad if you want Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - Fr

RE: death of coldfusion

2001-12-31 Thread Jeff Beer
Cold Fusion isn't dying, but I did hear from a very reputable and informed source, that the sky is, indeed, falling, in certains parts of Texas. -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 11:58 AM To: CF-Talk Subject: RE: death of coldfu

RE: Retrieving Random Text

2001-12-31 Thread C. Hatton Humphrey
You need to cfset temp = Randomize(SomeNumber) before the RandRange... this "seeds" the (pseudo) Random Number Generator. Hatton > > SELECT t_ID FROM t_testmain WHERE ID_testcat = 3 > > > > > > > > SELECT * > FROM t_testmain > WHERE t_ID = #Selecttest# > > > #trim(displaytest.quote)# > _

Re: death of coldfusion

2001-12-31 Thread Bryan Stevenson
ummm,,,clustering..load balancing Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - From: "K

Re: Using CF to control Spam

2001-12-31 Thread tom muck
Most spam comes from things that you sign up for on the Web, whether you realize that you are signing up for spam or not. I've had this email address for two years now and still only get one or two spams per day -- on a bad day. Certainly managable by spending the 1 or 2 seconds to hit the delet

RE: death of coldfusion

2001-12-31 Thread Ben Forta
Nick, The JSTL has been in development for about 18 months, and Macromedia (well, the JRun / Neo teams) is part of the expert group responsible for it. It's getting there, slowly, and does provide the basics (looping, conditional processing, variable assignments, etc) but it is not a complete and

Re: Stopping/Starting/Restarting services.

2001-12-31 Thread Bill Davidson
Thanks everyone - I happen to be having dinner last night with my main other developer, and he was like "why didn't you ask me? - CFEXECUTE will run a batch file.." So I now have two solutions thanks to Howie & CFEXECUTE. -Bill www.brainbox.tv > > - Original Message - > From: "Bill Da

Retrieving Random Text

2001-12-31 Thread Mark Leder
I having problems getting the following to work correctly. 1) The first query only pulls record IDs of a particular category, in this case category #3. 2) The output query randomizes the records IDs of that category. When I do an output test after this there are a number of records, which proves

Re: death of coldfusion

2001-12-31 Thread Bryan Stevenson
Here's my approach for where I live. I'm in Victoria BC...that's an island off the west coast of Canada (actually in line with Seattle). Now things here are always a bit behind the rest of North Amreica and we have the "free" technology plague here. Not many ISPs host CF sites and those that do

RE: Long Live Cold Fusion and...(comments)

2001-12-31 Thread Matt Brown
At 06:31 AM 12/31/2001 -0500, you wrote: >He also >installed the evaluation copy of Cold Fusion studio. This was >in the summer so I only go around to using it maybe four times >before it expired. $75 wasted. I tried to launch Studio and >got the message that it had expired. You paid $75 for

Re: death of coldfusion

2001-12-31 Thread Matt Brown
>I read on the CF support forums that a alpha release *has been* shipped. >That is not a claim about a future version, that is a fact from the >past. It would be nice if something like that was announced on the >mailinglist for Neo. That is exactly the sort of information that should NOT be rele

RE: death of coldfusion

2001-12-31 Thread Matt Brown
At 06:31 AM 12/31/2001 -0500, you wrote: >It just seems funny that with things like automobiles, fashion, music, food, >etc. that once a product is slightly old or outdated, they do not make it >disappear, but rather sell at good discounts... certainly would like to see >that common prevailing men

Re: death of coldfusion

2001-12-31 Thread Matt Brown
>However, there is ample money to be made in customer service and support... >Why cant people understand that and create a sustainable model around it.. >maybe offsite call support... The reason no one has created such a model is because it does not exist. It is a chimera. You can chase it all

Re: death of coldfusion

2001-12-31 Thread Bryan Stevenson
You nailed it Tracy ;-) Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - From: "Tracy Bost"

Re: Using CF to control Spam

2001-12-31 Thread Howie Hamlin
I just added that address to our new MLM campaign list. - Original Message - From: "Lewis Sellers" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 31, 2001 11:29 AM Subject: Re: Using CF to control Spam > On Mon, 31 Dec 2001 08:33:53 -0600, Len Conrad <[EM

Re: Using CF to control Spam

2001-12-31 Thread Lewis Sellers
On Mon, 31 Dec 2001 08:33:53 -0600, Len Conrad <[EMAIL PROTECTED]> wrote: >>My inbox has become increasingly infested with spam - up to 30 a day now - Well... I've recently changed some of my old email addresses and started using [EMAIL PROTECTED] for all mailing lists, etc. Yes, it's it's a va

OT: JSP Shell commands

2001-12-31 Thread savan . thongvanh
Does anyone know how to, in java/jsp, execute a shell command? i'm trying to run an Access DB macro from a jsp. i can't do it directly but if i can do a shell command from the jsp i can run the macro w/ a command line switch. Thanks for the help, Savan __

Re: death of coldfusion

2001-12-31 Thread Nick de Voil
Ben, > Not to mention access to JSP tag and libraries (and other Java bits) What the the future of CFML versus JSTL? (For those who don't know, JSTL is the JSP Standard Tag Library, to be included in a forthcoming J2EE spec. It lets you write JSP code that looks uncannily like CF code) Nick __

RE: Problems accessing CF Administrator page using IE6.

2001-12-31 Thread Bosky, Dave
I'm trying to reach it using an external address. It works fine internally using RDS. Dave -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 9:45 AM To: CF-Talk Subject: Re: Problems accessing CF Administrator page using IE6. I had that pr

Re: Long Live Cold Fusion and...

2001-12-31 Thread Alex
they do On Sun, 30 Dec 2001, Thomas Smith wrote: > Long live Cold Fusion. > > One thing that I think Macromedia should do is to make a version for > learning > that is either given away or sold for $99. This should be a version that > will have > restrictions on the ability to do create web

RE: Problems accessing CF Administrator page using IE6.

2001-12-31 Thread Cameron Childress
I've seen this before. Once I saw this after a certain developer attempted to tinker with the Admin templates. The solution was to copy a "clean" untampered with version of the admin dir from another machine. Can't remember the exact reason the other time, but I don't think it was browser relat

Re: Problems accessing CF Administrator page using IE6.

2001-12-31 Thread Kay Smoljak
I had that problem, when trying to access the Administrator over a network. Microsoft ISA was blocking the cookies when using local addresses (ie \\server) but not when using external addresses (ie http://www.). Don't know if it will help in your case, but you haven't said if CF is on your local m

RE: Problems accessing CF Administrator page using IE6.

2001-12-31 Thread Bosky, Dave
No, that was the first thing I checked. Any other settings under Tools-> Security/Advanced that I should review? Dave -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 9:31 AM To: CF-Talk Subject: Re: Problems accessing CF Administra

Re: Using CF to control Spam

2001-12-31 Thread Len Conrad
>My inbox has become increasingly infested with spam - up to 30 a day now - >so I've been writing a small app in CF to help control it. Basically, the >robot logs into my current spam-infested inbox and checks each email against >a "trusted addresses" table in my db - if the email is from a trust

Re: Problems accessing CF Administrator page using IE6.

2001-12-31 Thread Jochem van Dieten
Bosky, Dave wrote: > Has anyone encountered any problems viewing the CF Administration screen > using IE 6? > > Once I sign in with the password, all the frames - top, left and right get > populated by the login page again. After a few seconds the > Frames refresh and I'm back to the normal l

Problems accessing CF Administrator page using IE6.

2001-12-31 Thread Bosky, Dave
Has anyone encountered any problems viewing the CF Administration screen using IE 6? Once I sign in with the password, all the frames - top, left and right get populated by the login page again. After a few seconds the Frames refresh and I'm back to the normal login screen again. Any ideas? S

Happy new year

2001-12-31 Thread nagraj
Dear CFers Wish You All a Happy new Year __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/re

RE: death of coldfusion

2001-12-31 Thread Nick McClure
What type of dramatic improvements to the editor are we talking about here? If you mean UltraDev then that is not an improvement. What can you tell us here? >Not to mention access to JSP tag and libraries (and other Java bits), native >XML support, the ability to access and publish Web services

Re: death of coldfusion

2001-12-31 Thread Paul Hastings
> Paul, yep, believe it or not others have asked for his too :-) imagine that, subliminal mind control actually does work ;-) --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.311 / Virus Database: 172 - Release Date: 12/27/2001 _

RE: death of coldfusion

2001-12-31 Thread Ben Forta
No specifics - yet. Sorry. But, at DevCon (day 2) we did talk about creating components within CF for consumption by CF and other languages and technologies. They'll be a way to invoke components, pass structured data to them, and return structured data back. (Vague, I know, but that is what we m

Re: death of coldfusion

2001-12-31 Thread Jochem van Dieten
Ben Forta wrote: > > Not to mention access to JSP tag and libraries (and other Java bits), native > XML support, the ability to access and publish Web services, a brand new > (and dramatically improved) editor, and the list goes on and on. What web services do you mean here? Stuff based on SOA

RE: death of coldfusion

2001-12-31 Thread Ben Forta
Paul, yep, believe it or not others have asked for his too :-) -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 8:52 AM To: CF-Talk Subject: Re: death of coldfusion > * Support for Unicode - I know most developers in the USA don't pay m

Re: death of coldfusion

2001-12-31 Thread Paul Hastings
> * Support for Unicode - I know most developers in the USA don't pay much > attention to internationalization and Unicode support, but for the record, > this has been one of the most frequently heard requests. does that still hold if you filter out me? --- Outgoing mail is certified Virus Fre

RE: death of coldfusion

2001-12-31 Thread Ben Forta
Jochem, Yes, it is true, Alphas have shipped. But Alphas are not public, at least not like beta products. The list you sign up for on the Neo page is to be informed about the beta and other details. The beta is not that far off now (and no, don't even think of asking for a date) so more informati

RE: death of coldfusion

2001-12-31 Thread Ben Forta
Jim, If portability were the only benefit then you'd be right. I know we've only been talking about the bigger features and technologies for the most part, but there are also features that will appeal to all developers. I'm going to push to see what we can start discussing - stay tuned. --- Ben

RE: death of coldfusion

2001-12-31 Thread Ben Forta
Ok, I have to tread carefully now, but ... There is real value in Neo, stuff all CF developers can use. For example: * Support for Unicode - I know most developers in the USA don't pay much attention to internationalization and Unicode support, but for the record, this has been one of the most f

  1   2   >