Re: Structure of Arrays: more about my error with

2003-09-25 Thread jonhall
Just a thought, but does this work? cfset temperature = #leak2[getKey2][3]# -- mailto:[EMAIL PROTECTED] Thursday, September 25, 2003, 12:43:26 AM, you wrote: RB I forgot to mention in my last email that I can output: RB #leak2[getKey2][3]# RB but when I try RB cfset temperature =

Re: Multilingual site?

2003-09-25 Thread Paul Hastings
Of Unicode, yes, but remember: there is NO Unicode on Internet, only UTF-8 and UTF-8 is a method to encode 16 bits character using several 8 bits characters, (up to 6 actually). yes i think i maybe know that already. no, there are more than the utf-8 unicode transform out there, utf-16 is

mx 6.1 upgrade

2003-09-25 Thread John McCosker
Hi, I upgraded our mx dev box to 6.1, since that, nothing but problems. The ODBC server and Agent would not start preventing migration. Checked the reported bugs on home of HOF and this fixed that problem. The admin service would not run due to 403 errors, then run the iss_connector.bat,

Looking for CFMX on Jrun Performance Tuning Resources

2003-09-25 Thread Calvin Ward
Greetings all, I'm looking for some solid resources on Performance Tuning for CFMX on Jrun, does anyone know of any? Thanks, Calvin ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138404 Archives:

RE: mx 6.1 upgrade

2003-09-25 Thread John McCosker
OK, our server CPU is now at 100% checked the macromedia known issues with 6.1 this problem is logged, I downloaded the drivers, then tried to stop the MX services, this time the ODBC server and agent will not stop, although the services pane indicates that they have, Any way, replaced the jar

RE: Structure of Arrays: more about my error with

2003-09-25 Thread Andy Ousterhout
Try ycfset temperature = leak2[getKey2][3] or cfset temperature = #leak2[getKey2][3]# No ## when you -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 11:43 PM To: CF-Talk Subject: Structure of Arrays: more about my error with I forgot

How can I relate these tables in a query and loop the output? Can't figure it out...

2003-09-25 Thread Rick Faircloth
I just can't seem to get a handle on this one...maybe it's the database design... Anyway... CF 4.5, MySQL 4.0 Three Tables: 1) Organizations (OrganizationID, Name, Description) 2) EventCategories (CategoryID, CategoryName, CategoryDescription) 3) Events (EventID, CategoryID,

Re: trimming question

2003-09-25 Thread Matthew Walker
What do you mean? Strip out unnecessary markup? About all you can do is this: cfset Dealer = ReReplace(form.Dealer,[^]*,,ALL) - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 5:57 PM Subject: trimming question what would be

JDBC, Oracle, and CFMX 6.1 J2EE

2003-09-25 Thread Earl, George
We are migrating from CF5 to CFMX 6.1 J2EE on Windows 2000 Advanced Server. We have Oracle 8 data sources. What's everyone's experience with JDBC drivers for Oracle? Go with the ones supplied with CFMX? Use Oracle's? It depends? Warnings, comments, suggestions? Thanks! George [EMAIL PROTECTED]

Re: Upload File Problem

2003-09-25 Thread Randell B Adkins
Not sure how you were getting the actual contents of a file if in fact the form.TextFile was used as the INPUT TYPE=FILE To get the actual contents of a file you would have to read the file CFFILE ACTION=READ or since it is a TEXT file, you could have done an CFINCLUDE. If the FORM.TEXTFILE was

Headless gfx mode in MX6.1

2003-09-25 Thread Tim Blair
Afternoon, Does anyone have MX6.1 running on a headless Linux box (i.e. no monitor etc) with both cfchart and JImg from DRK4 running fine? It seems I can have one or the other, but not both. I've followed the instructions here: http://short.badpen.com/?V0LHV2ZN Using the first example means

RE: mx 6.1 upgrade

2003-09-25 Thread John McCosker
Ok, problem seems to have been solved, I had to delete all datasources in admin and set them back up again. That Migration ran well..., I'm now have having strange problems with my code, using FBX 3.0 and inside a case block I do the following, CFPARAM NAME=Attributes.WithinInBox DEFAULT= then

RE: Progress DB ODBC Drivers

2003-09-25 Thread cfhelp
I have to run out the door but you may find some help here. http://dbforums.com/search.php?action=showresultssearchid=291307sortby=las tpostsortorder=descending I have had to do this before I think the driver was on the Progress Disk. Rick -Original Message- From: Ben Densmore

Re: Multiple tabs in excel

2003-09-25 Thread Kevin Graeme
That's a great presentation! Thanks. -Kevin - Original Message - From: Samuel Neff [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 10:05 PM Subject: RE: Multiple tabs in excel [snip] I have a presentation on my site about creating Word docs via

Re: Verifying an email address exists

2003-09-25 Thread Thomas Chiverton
On Thursday 25 Sep 2003 00:05 am, Claude Schneegans wrote: Actually, I was thinking of some tool to eleminate part of junk mail. Many spam messages come from addreses created on a server, ( like AOL or hotmail, for instance) just for the time it takes to send a bunch of messages, then they

RE: mx 6.1 upgrade

2003-09-25 Thread Kola Oyedeji
-Original Message- From: John McCosker [mailto:[EMAIL PROTECTED] Sent: 25 September 2003 13:55 To: CF-Talk Subject: RE: mx 6.1 upgrade Ok, problem seems to have been solved, I had to delete all datasources in admin and set them back up again. That Migration ran well...,

RE: Verifying an email address exists

2003-09-25 Thread Kola Oyedeji
I suspect some of these tools are only checking if the email is from a valid domain. Hence the uproar when verisign decided that all unregistered domains would resolve to one of their pages. Kola -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 25 September

RE: mx 6.1 upgrade

2003-09-25 Thread John McCosker
I noticed you're not passing WithinInBox to the custom tag act_archivedDirectories. It was getting set successfuly using the CALLER scope from within the tag. I was thinking this maybe a redsky and CFINCLUDE issue? -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED] Sent:

RE: Looking for CFMX on Jrun Performance Tuning Resources

2003-09-25 Thread Kola Oyedeji
There was the recent article posted on MM.. http://www.macromedia.com/devnet/java/articles/jrun_perf.html Also there is a fairly active Yahoo group as well as one at house of fusio,n posting there may dig up more sources. Finally I believe there is a chapter on performance tuning in

losing session vars before session timeout

2003-09-25 Thread Chris Hamer
I have a linux server that has started losing the session scope for all applications on the server. The apps were working as intended for several months, but now will not maintain a session through 30 or 40 seconds of requests. I set up a test page that, upon clicking a submit button, set a

RE: Help with Transact SQL

2003-09-25 Thread Kola Oyedeji
Perhaps I'm missing something here but shouldn't a simple update statement suffice e.g. Update sometable Set pathField = '/path1/path2/rest_of_path' Where pathField = 'http://an_absolute_path/new_path_1/path2/rest_of_path ' Or is there more to it? Kola -Original Message- From: Frank

Re: Help with Transact SQL

2003-09-25 Thread Mahmut Basaran
you can use the following to update all rows at once: update tablename set uri_column = 'http://etc.com/etc' + uri_column - Original Message - From: Frank Mamone [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 1:38 AM Subject: Help with Transact SQL

RE: How can I relate these tables in a query and loop the output? Can't figure it out...

2003-09-25 Thread Michael Traher
cfquery name=qGetEvents ... select or.name,ec.CategoryName,ev.EventName,ev.EventDate,ev.EventDescription from organizations or, eventcategories ec, events ev where or.OrganizationID = ev.OrganizationID and ev.CategoryID = ec.CategoryID order by or.name,ec.CategoryName,ev.EventName /cfquery

Re: trimming question

2003-09-25 Thread Gyrus
At 23:57 24/09/2003 -0600, you wrote: what would be the proper way to trim this up? cfset Dealer = #ReReplace(form.Dealer,[^]*,,ALL)# Trim in what sense? Looks like a fairly sound regex to strip markup tags. Are you wanting to control whitespace as well? Gyrus [EMAIL PROTECTED]

RE: How can I relate these tables in a query and loop the output? Can't figure it out...

2003-09-25 Thread Pascal Peters
Use cfoutput to do al that for you: cfoutput query=qGetEvents group=name !--- display org here --- cfoutput group=CategoryName !--- display category here --- cfoutput !--- display event here --- /cfoutput /cfoutput /cfoutput Use the query below. The order by is very

OT: Get the beta of MM Central

2003-09-25 Thread Ryan Kime
Go check it out! http://www.macromedia.com/software/central/ Ryan Kime [EMAIL PROTECTED] Web Developer Webco Industries ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138427 Archives:

RE: Get the beta of MM Central

2003-09-25 Thread Tony Weeg
so what exactly does central doe for me? tw -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 10:04 AM To: CF-Talk Subject: OT: Get the beta of MM Central Go check it out! http://www.macromedia.com/software/central/ Ryan Kime [EMAIL

Re: Get the beta of MM Central

2003-09-25 Thread Jim Campbell
You know what it seems like to me? Sort of a tangential application in the Apple Sherlock vein - not nearly as robust, but the central control panel for all sorts of goodies approach makes that comparison the first thing that popped into my head. Some of the interface elements don't make

Re: Get the beta of MM Central

2003-09-25 Thread Kevin Graeme
It looks like an AvantGo-like portal that uses Flash RIAs instead of html and it uses a modified Exchange interface. -Kevin - Original Message - From: Jim Campbell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 9:22 AM Subject: Re: Get the beta of MM

RE: Get the beta of MM Central

2003-09-25 Thread Ryan Kime
Sort of a tangential application in the Apple Sherlock vein I've got a Mac, and that too was my initial reaction. But I see it as more open and extendable than Sherlock. Tony, I'm not entirely sure...I think it will be left up to the developer community as to what it can do for you. I hear MM

RE: How can I relate these tables in a query and loop the output? Can't figure it out...

2003-09-25 Thread Rick Faircloth
Hi, Michael...and thanks for the reply. I've considered going to a single query like that, but the main thing I was after was the looped output, so I could have the Organization's events grouped by category, then specific events in the structure I outlined previously... Perhaps a combination of

RE: How can I relate these tables in a query and loop the output? Can't figure it out...

2003-09-25 Thread Rick Faircloth
Hi, Pascal, and thank for the reply... I'll check into that and see what happens... Rick -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 9:59 AM To: CF-Talk Subject: RE: How can I relate these tables in a

RE: Get the beta of MM Central

2003-09-25 Thread Tony Weeg
your right. the wheels started spinning as I was reading the articles on the mm site that explain kinda what I was lookin fer :) we shall see. tw -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 10:34 AM To: CF-Talk Subject: RE: Get the

RE: CFMAIL TO param problems with large queries

2003-09-25 Thread Andre Turrettini
thats the right track though, i'd loop over your query with a proper email regex. Where it doestn match, output the record key. Then you should be able to make short work of the problem records. DRE -Original Message- From: J E VanOver [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: Get the beta of MM Central

2003-09-25 Thread Aunger, Mitch
Interesting stuff... VERY much like Apple Sherlock and Watson. Tho slower - man, the animation in the movie tool is agonizing on my machine... Plus - no trailer or movie ticket ordering (which Watson has). Tho neither sherlock or watson has a link to Netflix - which I really like! Anyway -

RE: How can I relate these tables in a query and loop the output? Can't figure it out...

2003-09-25 Thread Rick Faircloth
Michael and Pascal... Michael, with your query, and Pascal, with your output solution, it looks like we may have a winner...initial tests work well... Thanks! Rick -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003

Account Number Creation

2003-09-25 Thread cfhelp
I am thinking about taking the first part of a GUID and using it as the Clients Account Number for when they make payments. #ListGetAt(ClientGUID,'1','-')# Do you think it's a good idea? Will the first part be a unique? Rick

Re: Account Number Creation

2003-09-25 Thread Ben Doom
Well, certainly if you're only taking part of a GUID/UUID, it's not going to be guaranteed unique. Depending on how the GUID is being generated, it might not even be likely to be unique. To keep client IDs short, we auto-increment a field. To identify separate projects, we increment the

RE: Account Number Creation

2003-09-25 Thread cfhelp
Hmmm... That sounds better :) The project number makes since. Thanks Rick -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 10:12 AM To: CF-Talk Subject: Re: Account Number Creation Well, certainly if you're only taking part of a

Locking down CFMX on Jrun

2003-09-25 Thread Stacy Young
Hi folks, Resources are somewhat scare (or I just kind find specifics) on locking down CFMX and Jrun (J2EE config) for production use. There a lot of default mappings...and not sure what we can disable aside from RDS and JSP stuff as per the docs. At this point its trial and error...ack! Any

Passing XML to CF via HTTP Post

2003-09-25 Thread stas
I first attempted this with Automate, but Automate's HTTP Post module isn't working for me. Now I am doing this with curl, and I am seeing errors in CF's application log: Expecting quoted value for attribute value version... I launch curl like this - curl -d id=?xml version=1.0

Re: Passing XML to CF via HTTP Post

2003-09-25 Thread Massimo Foti
I launch curl like this - curl -d id=?xml version=1.0 encoding=UTF-8?RECORDSR CODE=80492301 NUMB=1 TYPE=0//records localhost/index.cfm XML is case sensitive. You can't open RECORDS then close it: /records Massimo Foti Certified Dreamweaver MX Developer

Re: Passing XML to CF via HTTP Post

2003-09-25 Thread stas
My mistake - I didn't want to put all of the XML in example so I copied the beginning and typed in the closing tag manually. It is correct in the actual file. What I have is an Automate script that loops through directory of XML files and launches curl passing the file contents to a CF script.

Re: Get the beta of MM Central

2003-09-25 Thread Kevin Graeme
Compare and contrast: http://www.konfabulator.com/ -Kevin - Original Message - From: Aunger, Mitch [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 9:47 AM Subject: RE: Get the beta of MM Central Interesting stuff... VERY much like Apple Sherlock

Re: Get the beta of MM Central

2003-09-25 Thread Mike Chambers
- Original Message - From: Aunger, Mitch [EMAIL PROTECTED]Subject: RE: Get the beta of MM Central VERY much like Apple Sherlock and Watson. Tho slower - man, the animationin the movie tool is agonizing on my machine... Plus - no trailer or movieticket ordering (which Watson has). Tho

Re: trimming question

2003-09-25 Thread cf
yes, exactly At 23:57 24/09/2003 -0600, you wrote: what would be the proper way to trim this up? cfset Dealer = #ReReplace(form.Dealer,[^]*,,ALL)# Trim in what sense? Looks like a fairly sound regex to strip markup tags. Are you wanting to control whitespace as well? Gyrus [EMAIL

RE: Get the beta of MM Central

2003-09-25 Thread Jim Davis
Could this be in response to the Eolas patent fracas? Perhaps MM is attempting to find a why to deliver Flash content outside of a browser environment? Jim Davis -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 10:04 AM To: CF-Talk

Re: trimming question

2003-09-25 Thread Kunal Pewekar
errrhow did i suddenly start getting these email again ? im sure i unregistered long back. and infact stopped getting the email until 1 hour back. any changes made on the server side or soemthing ? Original Message Follows From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To:

What happened to my digest?

2003-09-25 Thread Rachel Maxim
I was subscribed to CF Talk in digest mode, I seem to have started receiving individual posts. Is digest no longer available now that the HTML version is live? Rachel Maxim - - - - - - - - - - - - - - - - - - - - - - - - Creative Director Case Design/Remodeling, Inc. Case Handyman Services,

RE: trimming question

2003-09-25 Thread Shane Johnson
Same here, I unregistered a long time ago. -Original Message- From: Kunal Pewekar [mailto:[EMAIL PROTECTED] Sent: September 25, 2003 9:49 AM To: CF-Talk Subject: Re: trimming question errrhow did i suddenly start getting these email again ? im sure i unregistered long back. and

Re: trimming question

2003-09-25 Thread Shannon Rhodes
Yeah, something's up, I'm supposed to be on digest. - Original Message - From: Kunal Pewekar [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:48 PM Subject: Re: trimming question errrhow did i suddenly start getting these email again ? im sure i

RE: trimming question

2003-09-25 Thread Roth, John
Yes, I was getting this in the 8-hour digest form, now I am getting them individually? (I even went to the website to change my preferences. No effect.) JB -Original Message- From: Kunal Pewekar [SMTP:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:49 PM To: CF-Talk

RE: trimming question

2003-09-25 Thread LeJeune, JD
ditto Thanks, J.D. LeJeune Web Applications Developer, BrunNet Inc. Phone: (506) 450-4568 Toll Free: 1-888-BRUNNET http://www.brunnet.net Now Supplying High-Speed Wireless Internet -Original Message- From: Kunal Pewekar [mailto:[EMAIL PROTECTED] Sent: September 25, 2003 1:49 PM To:

RE: trimming question

2003-09-25 Thread Brian Kotek
Yes, something is wrong, I am now getting individual emails in my inbox which I explicitly set it not to do, and just started getting an hour ago. -Original Message- From: Kunal Pewekar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:49 PM To: CF-Talk Subject: Re:

RE: trimming question

2003-09-25 Thread Watson, Marci [NH]
Same with me! -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 stopped

RE: What happened to my digest?

2003-09-25 Thread Debbie McDaniel
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 was subscribed to CF Talk in digest mode, I seem to have started receiving

RE: What happened to my digest?

2003-09-25 Thread jmauney
Same here... What's going on? Jonathan -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

Re: Get the beta of MM Central

2003-09-25 Thread Bryan Stevenson
Except Contribute has been in the works since before that case hit the mainstream ;-) Contribute sounds IMHO like a great way of marketing Macromedia products (and apps developed by all of us) to large corps etc. (i.e. the enterprise licensing they discuss on the what is it page). Use Contribute

Re: trimming question

2003-09-25 Thread Jeff Fleitz
Me too. I am registered to receive the 8 hour digest, but am now receiving individual messages. Jeff Fleitz Tekquest, Ltd. [EMAIL PROTECTED] - Original Message - From: Kunal Pewekar [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:48 PM Subject:

RE: What happened to my digest?

2003-09-25 Thread Tony Weeg
sounds like a general problem, since a guy who unsubscribed a while ago, just started getting them again :( -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

RE: What happened to my digest?

2003-09-25 Thread James Taavon
Good Question. I have deactivated my delivery all together and just started getting posts. -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

RE: What happened to my digest?

2003-09-25 Thread Michel Gallant
I was subscribed to archive only and I'm receiving everything in my e-mail now...I've usubscribed, but I'm still getting them. -Original Message- From: Rachel Maxim [mailto:[EMAIL PROTECTED] Sent: September 25, 2003 1:48 PM To: CF-Talk Subject: What happened to my digest? I was

Re: Get the beta of MM Central

2003-09-25 Thread Mike Chambers
No. Central has been in development for quite some time (over a year). mike chambers [EMAIL PROTECTED] - Original Message - From: Jim Davis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 9:35 AM Subject: RE: Get the beta of MM Central Could this

Re: What happened to my digest?

2003-09-25 Thread Jonas Galvez
Rachel Maxim wrote: I was subscribed to CF Talk in digest mode, I seem to have started receiving individual posts. Is digest no longer available now that the HTML version is live? Yep, I started receiving individual posts as well. But I guess I'll stay around now. Been working with some CF

Ugh email everywhere

2003-09-25 Thread reverland
I'm not even subscribed to cftalk anymore but I am getting emails. HELP MIKE I emailed you off list also. Seems I am not the only one with the issue. Bob ~| ColdFusion MX 6.1, now 2.5 times faster.

Re: What happened to my digest?

2003-09-25 Thread Michael Dinowitz
A bug in the code. I'm working on it now. I was subscribed to CF Talk in digest mode, I seem to have started receiving individual posts. Is digest no longer available now that the HTML version is live? Rachel Maxim - - - - - - - - - - - - - - - - - - - - - - - - Creative Director Case

Re: trimming question

2003-09-25 Thread Bart Kalnay
Me too. ~| ColdFusion MX 6.1, now 2.5 times faster. http://www.macromedia.com/software/coldfusion/productinfo/upgrade/jump/introducing.html?trackingid=ColdFusion_468x60g_HouseofFusion_carat_082803 Message:

Re: Get the beta of MM Central

2003-09-25 Thread Dave Carabetta
Except Contribute has been in the works since before that case hit the mainstream ;-) Contribute sounds IMHO like a great way of marketing Macromedia products (and apps developed by all of us) to large corps etc. (i.e. the enterprise licensing they discuss on the what is it page). Use Contribute

RE: trimming question (No More Me Too, please)

2003-09-25 Thread Claremont, Timothy
I don't think we need a bunch of ME, too posts... -Original Message- From: Shannon Rhodes [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:52 PM To: CF-Talk Subject: Re: trimming question Yeah, something's up, I'm supposed to be on digest. - Original Message -

RE: What happened to my digest?

2003-09-25 Thread Dave Carabetta
i would wager that when michael switched everybody's preferences over to HTML by default, your digest preferences got wiped out. perhaps he can chime in and confirm or reject this. regards, Dave. From: Debbie McDaniel [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: trimming question

2003-09-25 Thread Rachel Maxim
Same here! Don't mean to be picky, but I would rather unsubscribe than have to get each and every message individually :) Rachel Maxim -Original Message- From: Roth, John [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:52 PM To: CF-Talk Subject: RE: trimming question

RE: trimming question

2003-09-25 Thread Everett, Al
aolMe too!/aol -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

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: 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 was

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

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.

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

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

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:

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

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 Chiverton

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: 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 let

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

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] Sent:

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

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).

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,

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 [EMAIL

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

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: 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 proper way to trim

(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: 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,

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: 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:

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.

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

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: cfset lineBreak = Chr(13)Chr(10) cfset myString = lineBreak lineBreak lineBreak Hello World. How can I

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

  1   2   >