Re: SQL question

2003-09-25 Thread Nick de Voil
MichaelHow about something likeSELECT sum(UNIQUE_VISITs) AS sys_sum, to_char(unique_date,'MM') AS monthno, to_char(unique_date,'MON') AS monthnameFROM unique_sessionsWHERE SITE = '#client#'GROUP BY monthno, monthNick [Todays Threads] [This Message] [Subscription] [Fast Unsu

SQL question

2003-09-25 Thread project_boo
When I use this sql statementselect sum(UNIQUE_VISITs) As sys_sum, to_char(unique_date,'MON') AS MONTH from unique_sessionsWHERE SITE = '#client#'GROUP BY TO_CHAR(unique_date,'MON')It returns the results sorted by alpha like this, but I would like to get date order..APR 580    AUG 765    FE

Re: Multilingual site?

2003-09-25 Thread Paul Hastings
> And no, UTF-8 is NOT Unicode : UTF8 is an 8 bit encodeing system andUnicode is a 16 bit code. UTF-8 suports Unicode (or any other 16 bitsystem), just as base64 is NOT ASCII, it suports ASCII (or any 8 bitssystem), and ASCII is NOT English (or any other language).Unicode Transformation Format. i r

Re: IIS Settings from one server to another

2003-09-25 Thread Eric Dawson
yeah w2000 - iis5sorry. I tried restoring from a backup metabase - but I should look for an article.EricFrom: <[EMAIL PROTECTED]>Reply-To: [EMAIL PROTECTED]To: CF-Talk <[EMAIL PROTECTED]>Subject: Re: IIS Settings from one server to anotherDate: Thu, 25 Sep 2003 19:00:40 -0700Windows 2000 or 2003?Wi

Re: Help with Transact SQL

2003-09-25 Thread Frank Mamone
Thanks for your responses. What I was looking for was the Replace functionwhich I eventually found. I never used functions in SQL before so that's whyI wasn't sure.I apologize if I wasn't totally clear.-Frank- Original Message -From: "Mahmut Basaran" <[EMAIL PROTECTED]>To: "CF-Talk" <[EMAIL

Re: IIS Settings from one server to another

2003-09-25 Thread cf-talk
Windows 2000 or 2003?Windows 2000 you could probably back up the metabase and restore it on thenew server?  I believe I've read several articles about this on the MSDNwebsite.Windows 2003 I believe all config info is stored in XML files... sobasically a simple file copy should do the trick there.-N

Re: IIS Settings from one server to another

2003-09-25 Thread David Delbridge
Check out Microsoft's IIS Metabase Backup Utility.Dave-- David M. DelbridgeCirca 3000ColdFusion Hostinghttp://www.circa3k.com775-832-2445Eric Dawson wrote:> > Is there a quick way to transfer IIS settings from one server to> another?> (transferring all websites from one box to another.)> > Eric> > 

IIS Settings from one server to another

2003-09-25 Thread Eric Dawson
Is there a quick way to transfer IIS settings from one server to another? (transferring all websites from one box to another.)Eric [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: credit card add-on

2003-09-25 Thread Jeffrey Polaski
I know this response is a little late (my wife and I just had a baby!), but you should be aware that if you go with Verisign, you should implement some code to track everything that happens during your transactions. This means logging everything, checking for duplicate transactions (from double cli

Re[2]: Custom error page problem

2003-09-25 Thread Ubqtous
Jim,On Thursday, September 25, 2003, 5:36:23 PM, you wrote:JM> I see now that I need to tackle this through the Missing TemplateJM> Handler in the CF Administrator settings.I'm so used to shared hosting that I forgot about CF Admin... thatworks :)JM> Refresh my memory.  What type of error does JM>

RE: trimming question

2003-09-25 Thread Peng, Cheng Han
Same hereRegards,Cheng HanDEPT: FIS - APPLN DID: 64801903 (x8903)EMAIL: [EMAIL PROTECTED]-Original Message-From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 12:53 AMTo: CF-TalkSubject: RE: trimming questionYes, something is wrong, I am now getting individual email

Re: Flash Communication Server resource [was: flash remoting]

2003-09-25 Thread Marc A. Garrett
Hi Mike,Just to clarify, Flash Communication Server != Flash remoting.Check out "Macromedia Flash Communication Server MX" by Kevin Towes. It waswritten before the release of FlashComm 1.5, but it's still good.-- Marc A. Garrettsince1968.com<[EMAIL PROTECTED]> wrote in messagenews:[EMAIL PROTECTED]

RE: XML String Formatting

2003-09-25 Thread Samuel Neff
It's from a CFDJ article, "Transforming XML, Part 3" by David Grassner inCFDJ Volume 4 Issue 8.  SYS-CON sells a CF resource cd that has all of their old articles and codesamples.  It's well worth the money, even if you have all the magazines.http://www.jdjstore.com/colrescd.htmlHTH,Sam

Re: Get the beta of MM Central (private)

2003-09-25 Thread Mike Chambers
Yes. The transaction system is integrated into Central.mike chambers[EMAIL PROTECTED]- Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]>To: "CF-Talk" <[EMAIL PROTECTED]>Sent: Thursday, September 25, 2003 4:36 PMSubject: RE: Get the beta of MM Central (private)> so does this thing all

RE: Dynamic CF processing...

2003-09-25 Thread Barney Boisvert
You might be able to find one if you intentionally throw a compile-timeerror and examine the stack trace that the error message contains.  Itshould include a list of all the methods used to do the compilation.  If youcan find the right one, you might be able to do it without writing a file.Obviouls

RE: Get the beta of MM Central (private)

2003-09-25 Thread Tony Weeg
so does this thing allow us to create cf applications that usewebservice, and pop data over to a flash interface? and sell it as awidget? tw-Original Message-From: Mike Chambers [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 5:40 PMTo: CF-TalkSubject: Re: Get the beta of MM Ce

RE: Dynamic CF processing...

2003-09-25 Thread Tyler Silcox
I've been looking for some sort of dynamic processing also, and was hopingCFMX would have some sort of underlying Java methods to handle this.  Passit a string, and CF could parser it as usual.  But so far, no luck (and I'veasked everywhere I can think of.)  I'm thinking that it isn't possiblebecau

Re: convert string of numbers to numeric?

2003-09-25 Thread Claude Schneegans
>> have also tried:How about this: [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Get the beta of MM Central (private)

2003-09-25 Thread Mike Chambers
Yes. We are always looking for ideas. We will be creating a few apps, butfor the most part we are hoping that the development community creates apps(and makes money from them).mike chambers[EMAIL PROTECTED]- Original Message - From: "Al Musella, DPM" <[EMAIL PROTECTED]>To: "CF-Talk" <[EMAIL

Re: Dynamic CF processing...

2003-09-25 Thread Matt Robertson
You can use cffile to do this as well as cfsavecontent.  A tag called cf_execute has been around for ages that does this.Barney's idea sounds like a pretty good one to get you out of a boatload of file writes.- Matt Robertson, [EMAIL PROTECTED] MSB De

Re: Custom error page problem

2003-09-25 Thread Jim McAtee
Ah, ok.  I see now that I need to tackle this through the Missing TemplateHandler in the CF Administrator settings.Refresh my memory.  What type of error does address?- Original Message - From: "Ubqtous" <[EMAIL PROTECTED]>To: "CF-Talk" <[EMAIL PROTECTED]>Sent: Thursday, September 25, 2003

Re: convert string of numbers to numeric?

2003-09-25 Thread Sam Fisher
Thanks, Tony.  Unfortunately it did not work.  The error I continue to getis:The value cannot be converted to a number.I have also tried:with no success.  Any thoughts?--S- Original Message -From: "Tony Weeg" <[EMAIL PROTECTED]>To: "CF-Talk" <[EMAIL PROTECTED]>Sent: Thursday, September

Re: Multilingual site?

2003-09-25 Thread Claude Schneegans
>>there is no "only UTF-8". in any case, its *all* unicode.What I meant is that there is no Unicode on Internet, only representations en encoding schemes like UTF-8 which is by far the most commonly used; of course, there are others.And no, UTF-8 is NOT Unicode : UTF8 is an 8 bit encodeing system a

OT: Windows problem while using CF Studio

2003-09-25 Thread Jacob
Okay.  I am stumped here.  I have tried for three days applying 8 years of my knowledge and I can not figure this out.  I do not think this is a ColdFusion Studio problem, more of an WIndows problem.I replaced an old Windows 2000 with a new, more powerful Windows 2000 server.  Now, when my user sav

RE: trimming question

2003-09-25 Thread cf
u crack me up tony! lol> yeah, minus the #'s :)>> -Original Message-> From: Tony Weeg [mailto:[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 4:32 PM> To: CF-Talk> Subject: RE: trimming question>> either place I think...>> ]*>","","ALL"))#">>> or>> ]*>","","ALL")#">>> would work eithe

Re: trimming question

2003-09-25 Thread cf
ty ben:)> ]*>","","ALL"))>> Note:  no quotes, no pound signs.>> --Ben>> [EMAIL PROTECTED] wrote:>>> right ben, lol>> that was just what my ? was where to put the trim() at ]*>","","ALL")#">  > Exactly how are you trying to control it?  If you just want to>> strip away leading and traili

RE: trimming question

2003-09-25 Thread Tony Weeg
yeah, minus the #'s :) -Original Message-From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 4:32 PMTo: CF-TalkSubject: RE: trimming questioneither place I think...]*>","","ALL"))#">or ]*>","","ALL")#">would work either way right?tony-Original Message-From:

Re: DWMX 2004 file save problem?

2003-09-25 Thread Massimo, Tiziana e Federica
> Is there a place on the MM site where I can see reported/known bugs?http://www.macromedia.com/support/email/wishform/Massimo FotiCertified Dreamweaver MX DeveloperCertified Advanced ColdFusion MX Developerhttp://www.massimocorner.com/ [Toda

RE: trimming question

2003-09-25 Thread Tony Weeg
either place I think... ]*>","","ALL"))#">or ]*>","","ALL")#">would work either way right?tony-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 4:31 PMTo: CF-TalkSubject: Re: trimming questionright ben, lolthat was just what my ? was wher

Re: trimming question

2003-09-25 Thread Ben Doom
]*>","","ALL"))>Note:  no quotes, no pound signs.--Ben[EMAIL PROTECTED] wrote:> right ben, lol> that was just what my ? was where to put the trim() at> > ]*>","","ALL")#">> > > >  > Exactly how are you trying to control it?  If you just want to strip>  > away leading and trailing whitespace, there'

Re: trimming question

2003-09-25 Thread cf
right ben, lolthat was just what my ? was where to put the trim() at]*>","","ALL")#">> Exactly how are you trying to control it?  If you just want to strip> away leading and trailing whitespace, there's always trim().>> Otherwise, be more specific.>> --ben>> [EMAIL PROTECTED] wrote:>>> yes, exactly

Re: flash remoting

2003-09-25 Thread cf
if you figure it out let me know!> Can anybody recommend tutorials that will walk you through a comm server>  configuration for a total comm / flash newbie?>> Mike> [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

DWMX 2004 file save problem?

2003-09-25 Thread Aunger, Mitch
Hi again all...I've been using the demo of DWMX 2004 for about 2 weeks and it seemed to work ok before (at least I didn't notice this problem when I first started).When I do a file > save, nothing happens - the file isn't saved. Cntl-s doesn't work either. If I try to 'put' the file to my remote fo

RE: Dynamic CF processing...

2003-09-25 Thread Barney Boisvert
The file solution is the only one that'll work for executing the logic.However, you should be able to write the file once, and then CFINCLUDE itfor each email, rather than writing every time.  Also, make sure you've gotsome STELLAR security on what you allow in those files, because you'rebasically

Re: Get the beta of MM Central (private)

2003-09-25 Thread Bryan Stevenson
Could write the same app without Centralbut still a cool idea ;-)Bryan Stevenson B.Comm.VP & Director of E-Commerce DevelopmentElectric Edge Systems Group Inc.t. 250.920.8830e. [EMAIL PROTECTED]-Macromedia Associate Partnerwww.macromedia.c

Re: trimming question

2003-09-25 Thread Gyrus
At 10:40 25/09/2003 -0600, [EMAIL PROTECTED] wrote:>yes, exactlyLooks like your thread got hijacked with some inane list-admin nonsense... So I cc'd you just in case signal drowns in noise...I'm building a new framework, and we build the page content up into a variable, request.pageOutput, so it ca

Re: flash remoting

2003-09-25 Thread Bryan Stevenson
Sign up for the FlashComm list at Figleaf (think it's chattyfig.figleaf.com)Bryan Stevenson B.Comm.VP & Director of E-Commerce DevelopmentElectric Edge Systems Group Inc.t. 250.920.8830e. [EMAIL PROTECTED]-Macromedia Associate Partnerwww.macro

Re: Get the beta of MM Central

2003-09-25 Thread Bryan Stevenson
LOLthanks for the catch Davetoo many new products to keep track of;-)Bryan Stevenson B.Comm.VP & Director of E-Commerce DevelopmentElectric Edge Systems Group Inc.t. 250.920.8830e. [EMAIL PROTECTED]-Macromedia Associate Partnerwww.macr

Dynamic CF processing...

2003-09-25 Thread Jeremy Bruck
Everyone, We have built an email system for emailing our clients. It allows you to enter an email message into a form that has user variables (customer name, etc) in it and CF processing logic (cfif's, loops, etc). The challenge is that the #evaluate(DE(form.htmlEmail))# will only put in the var

Re: Custom error page problem

2003-09-25 Thread Ubqtous
I don't think you can set a default 404 handler like you can an error handler using CFERROR. I think going into the web server settings for your site (I know this works on IIS and Apache) and defining your own 404 handler module is the only way to do this. It would be great if I'm wrong :) -

Re: Counting CRLF

2003-09-25 Thread Ben Doom
Actually, now that he's got my head on straight, Barney's is going to be the faster solution. Keep in mind, however, that refind() wanks at about 20k, so if you're talking about rally big strings, you'll have to use a left() on it to trim it down to something managable. --ben Hagan, Ryan Mr (

RE: Counting CRLF

2003-09-25 Thread Barney Boisvert
I'd imagine mine will execute faster, but probably not a whole lot, since they both do a single RE lookup. However, mine also has the potential to return invalid results if there are chr(10) or chr(13) characters at the beginning of the string that aren't part of a CRLF pair. So unless you have c

Re: Counting CRLF

2003-09-25 Thread Ben Doom
*smacks forehead* Now I feel stupid. You are absolutely right. Must need caffeine or something. --ben Barney Boisvert wrote: > The carat inside the class negates the class. So the RE returns the first > character that's not a CR or LF (the first character we don't want to > count), subtracts

RE: convert string of numbers to numeric?

2003-09-25 Thread Tony Weeg
simply stripping out the .'s maybe? or is there something Im not getting? tony would do I presume? -Original Message- From: Sam Fisher [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 3:30 PM To: CF-Talk Subject: convert string of numbers to numeric? Hi Everyone, I have

RE: Counting CRLF

2003-09-25 Thread Hagan, Ryan Mr (Contractor ACI)
Thanks for the quick response with both those methods. Considering both methods, is one more efficient than the other? The string I'm looking at is usually not small ( >5000 characters ). -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 20

RE: Counting CRLF

2003-09-25 Thread Barney Boisvert
The carat inside the class negates the class. So the RE returns the first character that's not a CR or LF (the first character we don't want to count), subtracts one for that character, and then divides by two. I don't need to mess with the start of the string, because that's the way REfind works

convert string of numbers to numeric?

2003-09-25 Thread Sam Fisher
Hi Everyone, I have a problem. I am trying to convert a string of numbers to a real data type, unfortunately without success. I read a CF-Talk board discussion about it, but was unable to get it to work. Can anyone help me. I created an input field: Now I need to convert var1 to a number be

RE: cf server restarting every 30 seconds

2003-09-25 Thread J E VanOver
If you haven't already done this, make sure there are no 0 length files in the mail spool folder. If there are, delete them and restart. -Original Message- From: Chris Hamer [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:11 PM To: CF-Talk Subject: cf server restarting eve

RE: What happened to my digest?

2003-09-25 Thread Josh Remus
I apologize, I didn't intend to slam everyone that was involved. I'm just saying "asking for aid" or "hoping for donations" doesn't ever seem to develop into the amounts needed. I know several people stated they had either done what they had said to do or were in the process of trying to. >

Re: What happened to my digest?

2003-09-25 Thread Michael Dinowitz
1. I screwed up with the subscription levels. It was a mistake in how they were called and no changes were made to anyone's account. Sorry. 2. Please drop all non-tech discussion on this and other topics. 3. Anyone is free to say anything they want in any location other than this list. This list is

RE: What happened to my digest?

2003-09-25 Thread Angel Stewart
I think Michael really goes out of his way to assist those that run into problems on the lists as well. He's been very attentive to our comments and our suggestions, and if it was not necessary to run banner ads then I don't think he would have made the switch to HTML. Another thing we should thi

Custom error page problem

2003-09-25 Thread Jim McAtee
Been quite a while since I've dealt with using custom 404 error pages in CF. I'm not getting the following simple app working. I just get the standard CF (not IIS or browser) 404 page when a nonexestant.cfm page is requested. Hello Do I need to do something else? This is a 'dead' web si

Re: What happened to my digest?

2003-09-25 Thread Doug White
| | As far as "getting aid," if you're on the community list, just think about | the computer donation fiasco. Far as I know, that still hasn't come | together, and it must have been months ago that people "volunteered" to help | out. | I, for one backed up my pledge with a donation in cash, if ot

Re: Counting CRLF

2003-09-25 Thread Ben Doom
There are 2 problems with what you wrote. The carat inside the class will accept carats, also. The carat not outside the class means that it won't stop at the beginning. So, this will return the position of the first carat, cr, or lf that it finds, divided by two. Mine actually returns the s

RE: What happened to my digest?

2003-09-25 Thread Josh Remus
I agree & disagree. I saw one person for sure (Sean) that I will miss answers from. I'm not going to begin naming other names, but others are of lesser import. The answer to your first statement, though, is that there is a plain-text only option. But it's like abandoning a great product after o

Re: What happened to my digest?

2003-09-25 Thread Doug White
She did not "have to quit" It was due to taking a six-month gig which required a six-month relocation to the West Coast. I feel sure all will be back to normal with Best of Talk, when the gig is completed. I will take this opportunity to state the HOF lists are extremely helpful to me, and I, fo

RE: What happened to my digest?

2003-09-25 Thread Jim Davis
> > I've noticed that since Michael switched to the HTML email that the > postings > > have gone way down anyways. > > > > Anyone see Sean Corfield's blog on the subject? > > > > http://www.corfield.org/blog/past/2003_09.html#000122 Well - that's Sean's opinion (and his forum for it, although Mike

RE: Counting CRLF

2003-09-25 Thread Barney Boisvert
Much better solution. Didn't I tell you there was a better way. ;) Though they will perform identically as long as there are only CRLF pairs, and no stray CR or LF characters mixed in. > -Original Message- > From: Ben Doom [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 1

Re: Get the beta of MM Central (private)

2003-09-25 Thread Al Musella, DPM
Mike, Are you looking for ideas to show off the Central concept? A perfect example of it's use would be a medical office management system: Central could help organize all of the different modules needed.. for example: the doctor could use a handheld device with Central just displaying the

flash remoting

2003-09-25 Thread michaelhodgdon
Can anybody recommend tutorials that will walk you through a comm server configuration for a total comm / flash newbie? Mike ~| This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFu

cf server restarting every 30 seconds

2003-09-25 Thread Chris Hamer
I have a cf server that is restarting every 30 seconds or so. Does anyone know how to resolve this? Have restarted the machine a coupleof times without success. server config: Server Product ColdFusion Server Version 5, 0, 0, 0 Edition Professional Operating System UNIX

RE: trimming question

2003-09-25 Thread panth3r
Some for me #-Original Message- #From: Watson, Marci [NH] [mailto:[EMAIL PROTECTED] #Sent: Thursday, September 25, 2003 11:53 AM #To: CF-Talk #Subject: RE: trimming question # # #Same with me! # # #-Original Message- #From: Kunal Pewekar [mailto:[EMAIL PROTECTED] #Sent: Thursday,

RE: OT: Get the beta of MM Central

2003-09-25 Thread Ryan Kime
Maybe you need a hard drive in that there computer? ;P Kidding, I have no idea what could be wrong - a permissions thing or maybe not enough space? A quick browse through the forums or Mike Chamber's blog (or email him?) might get you somewhere. http://webforums.macromedia.com http://www.markme.

Re: Counting CRLF

2003-09-25 Thread Ben Doom
Almost got it. How about count = len(rereplace(string, "^([#chr(13)##chr(10)#]*).*", "\1")) / 2; --Ben Barney Boisvert wrote: > There's probably a better way, but this works: > > > > >>-Original Message- >>From: Hagan, Ryan Mr (Contractor ACI) [mailto:[EMAIL PROTECTED] >>Sent: Thur

RE: What happened to my digest?

2003-09-25 Thread Jochem van Dieten
Josh Remus wrote: > > This all sounds like some sort of Judas-like betrayal, honestly. > Considering how much those lists are used & how much value they hold > & how much time Michael spends working on them, I'm just rather > surprised. People invest time into answering questions on this list too.

RE: JSESSIONID Bug??

2003-09-25 Thread Stacy Young
Yeah I've seen this...it seems on the first visit after opening the browser CF says it's not defined. :\ As a cheap workaround I have the page cflocation to itself if its not defined. Stace -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: September 25, 2003 2:13 PM To: CF

RE: Counting CRLF

2003-09-25 Thread Barney Boisvert
There's probably a better way, but this works: > -Original Message- > From: Hagan, Ryan Mr (Contractor ACI) [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 11:48 AM > To: CF-Talk > Subject: Counting CRLF > > > Hello, > > I'm trying to count the number of CRLF's (Chr(13)&C

RE: Get the beta of MM Central

2003-09-25 Thread Tony Weeg
it's a freakin beta...relax :) tony -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 1:24 PM To: CF-Talk Subject: RE: Get the beta of MM Central Why does MM release crap like this even as a beta? I wasn't very interested but I took a quick

Re: Get the beta of MM Central

2003-09-25 Thread Mike Chambers
No. They are true of any beta app. The issues below have nothing to do with Flash (except maybe mouse wheel support). mike chambers [EMAIL PROTECTED] - Original Message - From: "Aunger, Mitch" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 11:23

Re: OT: Get the beta of MM Central

2003-09-25 Thread Mike Chambers
Yes. This is a known issue: http://www.macromedia.com/support/central/ts/documents/issues_central_beta.htm Sorry about the hassle... mike chambers [EMAIL PROTECTED] - Original Message - From: "Thomas Chiverton" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, Sept

RE: What happened to my digest?

2003-09-25 Thread Josh Remus
I don't post a lot on your lists Michael, but I should paste in what I commented on Sean's blog for those of you who won't click over there to check it out. --paste-- This all sounds like some sort of Judas-like betrayal, honestly. Considering how much those lists are used & how much value they ho

RE: Get the beta of MM Central

2003-09-25 Thread Jim Davis
You may be missing the point somewhat. All of your comments are specific to the RIAs INSIDE MM Central. I agree that they leave something to be desired in some cases - but the beta is NOT of these RIAs, but rather of the container application. In effect you're reviewing a new web browser by crit

Counting CRLF

2003-09-25 Thread Hagan, Ryan Mr (Contractor ACI)
Hello, I'm trying to count the number of CRLF's (Chr(13)&Chr(10)) at the beginning of a string, but I can't seem to figure this one out. For instance, I have a string that is: How can I programmatically tell that I've got 3 lineBreaks at the beginning of that string? I've been trying to figu

XML String Formatting

2003-09-25 Thread Glen Salisbury
Some where in the million sites I look at each day. (maybe not quite that many sites but somewhere). Someone wrote a niffty little function to format XML with proper indentation for the proposed of easy readablity. Anyone happen to know who/where I'd find that function. Thanks, Glen Salisbury A

Re: What happened to my digest?

2003-09-25 Thread Michael Dinowitz
I told Sean that I fixed it. I spent a LOT of my time to make the HTML option work for just about everyone and this is the result. He didn't stay around to see it through and instead bad mouthed it half way done in public. I even made the HTML option as up front as possible for EVERYONE to see. Let

RE: What happened to my digest?

2003-09-25 Thread Sandy Clark
I've noticed that since Michael switched to the HTML email that the postings have gone way down anyways. Anyone see Sean Corfield's blog on the subject? http://www.corfield.org/blog/past/2003_09.html#000122 -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thu

Re: What happened to my digest?

2003-09-25 Thread David Hannum
Hey Michael . . . can you fix this? I, too, am subscribed to digest . . . Dave - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 12:54 PM Subject: RE: What happened to my digest? Same here... What's going on? Jonathan

RE: Get the beta of MM Central

2003-09-25 Thread Aunger, Mitch
Aren't those comments true of pretty much any Flash application? It could have a lot to do with cross platform issues. Mitch Shameless plug for my wife's candle business: http://www.mygccandle.com/showmescents -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: Thursday,

(Admin) Mistake

2003-09-25 Thread Michael Dinowitz
If your reading this, you should be subscribed to the list in immediate mode. If you are reading this and are subscribed in any digest mode or archive only mode, please email me privately. I apologize for the error. The SP used for the list membership was altered and caused a small problem. It has

Re: trimming question

2003-09-25 Thread Ben Doom
Exactly how are you trying to control it? If you just want to strip away leading and trailing whitespace, there's always trim(). Otherwise, be more specific. --ben [EMAIL PROTECTED] wrote: > yes, exactly > > > > > > > >>At 23:57 24/09/2003 -0600, you wrote: >> >>>what would be the prop

JSESSIONID Bug??

2003-09-25 Thread Tim Do
Has anybody figured out why cf craps out when the I do a check for the jsessionid? From what I understand... this cookie is always there when a new browser is launched. I'm getting jsessionid is undefined error on occassion (cookies are enabled). How is this possible? Thanks, Tim ~~

Re: OT: Flash question

2003-09-25 Thread Clint Tredway
Sure, I will help you... Clint Cutter (CF-Talk) wrote: >Anybody out there who might be willing to get into a Chat session with >me for a few minutes about a Flash dev question? > >Cutter > > ~| ColdFusion MX 6.1, now 2.5 times

Re: trimming question

2003-09-25 Thread Rob Scheinman
why so many emails guys. obviously it is a gitch on their part and will be fix. arent you computer gusy. it isnt on purpose.. relax on the email replies..it is pointless "He who laughs last thinks slowest." - Original Message - From: "Jeff Fleitz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAI

RE: trimming question

2003-09-25 Thread McNamara Kyle W CONT PORT
me too... ack! -Original Message- From: Jeff Fleitz [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:54 PM To: CF-Talk Subject: Re: trimming question Me too. I am registered to receive the 8 hour digest, but am now receiving individual messages. Jeff Fleitz Tekquest, Ltd

CF Studio 5 & Character Entities for XHTML

2003-09-25 Thread Chris Montgomery
Howdy, I'm still using CF Studio 5. These days, I'm working on XHTML sites and have a question about character entities in Studio. By default, the View toolbar in Studio has a button for "Extended and Special Characters" (it's the Omega symbol, looks sorta like a horseshoe hanging from a nail). I

FW: What happened to my digest?

2003-09-25 Thread jmauney
-Original Message- From: Schlosser, JoAnn [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 1:42 PM To: Jonathan Mauney Subject: RE: What happened to my digest? Get this - since my company changed our email addresses, I can't even comment on this mess or unsubscribe! I used t

Re: What happened to my digest?

2003-09-25 Thread Kevin Graeme
Try clicking the "subscription" link at the bottom of the listmail and see if setting it back to digest works. I suspect that when Mike added HTML as the default, everyone got switched. -Kevin - Original Message - From: "Rachel Maxim" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]>

RE: What happened to my digest?

2003-09-25 Thread Judith
Same here. -Original Message- From: Rachel Maxim [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:48 PM To: CF-Talk Subject: What happened to my digest? I was subscribed to CF Talk in digest mode, I seem to have started receiving individual posts. Is digest no longer avail

RE: Get the beta of MM Central

2003-09-25 Thread Greg Luce
Why does MM release crap like this even as a beta? I wasn't very interested but I took a quick glance: 1. No mouse-wheel support 2. AccuWeather "Find" textbox doesn't clear the value when the focus goes there. You have to delete the " ZIP code or city, state" manually. 3. Find a movie form doesn't

Re: What happened to my digest?

2003-09-25 Thread Jas Panesar
nd my digest! Oh well, time to write another filter.                 -Original Message- From: Rachel Maxim <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2003 12:48:03 -0400 Subject: What happened to my digest? > I was subscribed to CF Talk in digest

Re: OT: Get the beta of MM Central

2003-09-25 Thread Thomas Chiverton
On Thursday 25 Sep 2003 15:03 pm, Ryan Kime wrote: > Go check it out! > http://www.macromedia.com/software/central/ :clicks ok :gets a little percent done bar, then: "Couldn't write the application to the hard disk. Please verify the hard disk is available and try again." Helpfull. -- Tom Chiver

RE: Get the beta of MM Central

2003-09-25 Thread Aunger, Mitch
Bryan, you made the same mistake I almost did... The product is called Central... Not Contribute ;) I'll bet we all have this name problem for a while. Mitch Shameless plug for my wife's business: http://www.mygccandle.com/showmescents -Original Message- From: Bryan Stevenson [mailto:

RE: trimming question

2003-09-25 Thread Venable, John
Ditto here, I'm supposed be in archive only mode. John -Original Message- From: Shane Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:47 PM To: CF-Talk Subject: RE: trimming question Same here, I unregistered a long time ago. -Original Message- From: Kun

RE: Get the beta of MM Central

2003-09-25 Thread Sandy Clark
This was announced much earlier in the year, way before Eolas was on most people's radar screens. -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:35 PM To: CF-Talk Subject: RE: Get the beta of MM Central Could this be in response to the

RE: trimming question

2003-09-25 Thread Jake McKee
Ok, very clearly everyone is having the same issue, and clearly there is a problem that needs fixed. We all like digest because it reduces the number of emails in our inboxes. Let's not clog them up today with me too posts. > -Original Message- > From: Watson, Marci [NH] [mailto:[EMAIL PRO

OT: Flash question

2003-09-25 Thread Cutter (CF-Talk)
Anybody out there who might be willing to get into a Chat session with me for a few minutes about a Flash dev question? Cutter ~| ColdFusion MX 6.1, now 2.5 times faster. http://www.macromedia.com/software/coldfusion/productinf

RE: johnm@attrition.ws - Found word(s) affiliate email in the Text body. - RE: trimming question

2003-09-25 Thread John Munyan
Yes I have unsubscribed too. Please remove me. Thanks, John -Original Message- From: Shane Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 9:47 AM To: CF-Talk Subject: [EMAIL PROTECTED] - Found word(s) affiliate email in the Text body. - RE: trimming question Same

Re: What happened to my digest?

2003-09-25 Thread Michael Dinowitz
It was a mistake on my part in some code. it's been fixed. > I'm experiencing the same problems. > > Please advise. > > -Original Message- > From: Rachel Maxim [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 12:48 PM > To: CF-Talk > Subject: What happened to my digest? > > I

RE: What happened to my digest?

2003-09-25 Thread Jochem van Dieten
Michael is looking into the sudden sibscription changes, so let's wait until he has some news to report. And in the mean time, we can all help those that are not used to receiving all messages by keeping traffic down. Jochem ~

RE: trimming question

2003-09-25 Thread Everett, Al
Me too! > -Original Message- > From: Kunal Pewekar [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 12:49 PM > To: CF-Talk > Subject: Re: trimming question > > > errrhow did i suddenly start getting these email again ? > im sure i > unregistered long back. and infact

  1   2   >