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 = #leak2[getKey2][3]#
RB I get that error 
RB You have attempted to dereference a scalar variable of type class
RB java.math.BigDecimal as a structure with members.
RB I got it to run actually once by putting float in front of it in a
RB cfscript???! But that was a fluke, it errored out as soon as I hit
RB reload. 
RB cfscript
RB float temperature = #leak2[#getKey2#][3]#;
RB /cfscript

RB I know someone out there is kind of cf data structures, please help.

RB Thanks,
RB Ray

RB 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138401
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1


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 sometimes used, utf-32 exists but is
very rare now. there is no only UTF-8. in any case, its *all* unicode.

 Only US-ASCII chars from 0 to 127 are represented as one byte, so UTF-8 is
transparent
 for ASCII only. All chars from 128 to 255 used in French or other European
languages will take
 2 bytes, which is unnecessary if you need only languages supported by 256
character sets.

thats hardly a reason not to use unicode. the vast majority of latin-1 text
uses chars in the first 128 codepoints. the folks who designed  built
unicode weren't dumb.

 why would you want that?

 I mean produce a page in standard latin-1 character set, not UTF-8

again why would you want that?

 Personally I can leave without that, and I think it is still possible to
get Unicode characters
 separately using appropriate code.

non-standard, too much complexity, blah, blah, blah. there are reasons why
java, sql server, etc. use unicode internally.

 it also nails your application's feet to western europe

 Of course, but I was thinking of application that only use these
languages.

again why would you want to do that? with a bit of extra thought you can
have an app thats world ready.

 At that time I encountered several problems with some browsers, in
particular NT4 to support
 Unicode fonts: the user was requested to download hudge font files (about
32 megs), and the display was
 simply horrible.

i can't imagine why. arial unicode ms has been around way longer than 2
years and there were plenty of other unicode capable fonts back then.

 NT4 is not a significative player any more, and Unicode fonts are more or
less standard I suppose.

international ms office comes with arial unicode ms, thats got everything
(and i do mean everything) in it for 10-12mb. normal windows' installs have
a couple-three unicode fonts but most all TT will cover some bits of
unicode. on windows open up your character map tool, you will see that even
venerable times roman has hebrew  arabic in it.


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138402
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1


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,

fixed this problem,

got into the admin and ran the migration successfully?

Recycled the box,

Now all the sites are taking forever to load.

I think its something to do with DB connections.

Using MSSQL server 7.0 and ODBC SOCKET DRIVER for all connections.

Has anyone alse experienced this problem?

J.
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138403
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1


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 file, in cf_root\lib backed it up first, of
course.

Then I restarted the MX services, 
it tells me the ODBC server and agent are already running if I try to
restart.
They say disabled in the services pane.

...

I'm currently restarting the box.

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]
Sent: 25 September 2003 10:06
To: CF-Talk
Subject: mx 6.1 upgrade


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,

fixed this problem,

got into the admin and ran the migration successfully?

Recycled the box,

Now all the sites are taking forever to load.

I think its something to do with DB connections.

Using MSSQL server 7.0 and ODBC SOCKET DRIVER for all connections.

Has anyone alse experienced this problem?

J.

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138405
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 to mention in my last email that I can output:
#leak2[getKey2][3]#
but when I try
cfset temperature = #leak2[getKey2][3]#
I get that error
You have attempted to dereference a scalar variable of type class
java.math.BigDecimal as a structure with members.
I got it to run actually once by putting float in front of it in a
cfscript???! But that was a fluke, it errored out as soon as I hit
reload.
cfscript
float temperature = #leak2[#getKey2#][3]#;
/cfscript

I know someone out there is kind of cf data structures, please help.

Thanks,
Ray


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138406
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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, OrganizationID, EventName, EventDate,
EventDescription)


As you can see, table 3 Events has relational keys to tables 1
(OrganizationID) and table 2 (CategoryID)

I'm trying to figure out a way to get this type of output:


Organization

Event Category

Event

Organization

Event Category

Event
Event

Organization

Event Category

Event

Event Category

Event

etc...

I've been working on a number of different ways to query and loop the data,
but I can't get anything to work correctly...maybe I became too tired to see
it...

Anyone have a solution?

Thanks,

Rick


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138407
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 the proper way to trim this up?

 cfset Dealer = #ReReplace(form.Dealer,[^]*,,ALL)#


 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138408
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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]
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138409
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1


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 used in the INPUT TYPE=FILE, this
is the reason you get the path that you have.

Can you post your form code? I am sure that is what the issue is
that you see the file info and not the contents.

 [EMAIL PROTECTED] 09/23/03 09:02PM 
Original recipient list:
CF-Talk [EMAIL PROTECTED]

Original message follows:

We're talking a new install of XP Pro, CF 6.1 ...

Code that I've used in numerous apps to upload a text file ... even
still
works on our production 5.0 servers, but not working on my new set up.

When I cfoutput the file I'm uploading to see what the text is looking
like,


cfoutput#form.TextFile#/cfoutput
cfabort

instead of the contents of the file, I get this

F:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotmp58606
..tmp 

What the heck is going on?

H.




~~
Howard Owens
Internet Operations Coordinator
Ventura County Star / E.W. Scripps Co.
www.venturacountystar.com 
[EMAIL PROTECTED] 
AIM: GoCatGo1956
~~





~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138410
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


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 that cfchart works fine but JImg breaks
(java.lang.RuntimeException: This graphics environment can be used only
in the software emulation mode.).  Switching to the second means JImg
works fine but cfchart fails...

Any ideas?

Tim.

---
RAWNET LTD - Internet, New Media and ebusiness Gurus.
Visit our new website at http://www.rawnet.com for
more information about our company, or call us free
anytime on 0800 294 24 24.
---
Tim Blair
Web Application Engineer, Rawnet Limited
Direct Phone : +44 (0) 1344 393 441
Switchboard : +44 (0) 1344 393 040
---
This message may contain information which is legally privileged and/or
confidential.  If you are not the intended recipient, you are hereby
notified that any unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such notification
notwithstanding, any comments, opinions, information or conclusions
expressed in this message are those of the originator, not of rawnet
limited, unless otherwise explicitly and independently indicated by an
authorised representative of rawnet limited.
---


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138411
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 I call CFMODULE,
CFMODULE TEMPLATE=#Request.fbxarc_Path#act_archivedDirectories.cfm
RECURSIVE=YES
I'm looking for the lowest directory so I recurse through until I get it,

then inside act_archivedDirectories.cfm

CFIF ISDEFINED(Attributes.RECURSIVE)
CFSET CALLER.Attributes.WithinInBox=WithinInBox
/CFIF

WithinInBox is the Object structure of the base directory got using
CFDIRECTORY
then set it to Attributes.WithinInBox, set before calling cfmodule,

then in my dsp_results template,

CFLOOP QUERY=Attributes.WithinInBox STARTROW=1
ENDROW=#Attributes.WithinInBox.RECORDCOUNT#
output structure..
/CFLOOP

I get this error thrown inside dsp_results,

Element WITHININBOX.NAME is undefined in ATTRIBUTES.

Stack trace, 

coldfusion.runtime.UndefinedElementException: Element WITHININBOX.NAME is
undefined in ATTRIBUTES.

any ideas out there?
This ran fine under MX 6.

J
 

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]
Sent: 25 September 2003 11:06
To: CF-Talk
Subject: RE: mx 6.1 upgrade


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 file, in cf_root\lib backed it up first, of
course.

Then I restarted the MX services, 
it tells me the ODBC server and agent are already running if I try to
restart.
They say disabled in the services pane.

...

I'm currently restarting the box.

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]
Sent: 25 September 2003 10:06
To: CF-Talk
Subject: mx 6.1 upgrade


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,

fixed this problem,

got into the admin and ran the migration successfully?

Recycled the box,

Now all the sites are taking forever to load.

I think its something to do with DB connections.

Using MSSQL server 7.0 and ODBC SOCKET DRIVER for all connections.

Has anyone alse experienced this problem?

J.


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138413
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 25, 2003 7:43 AM
To: CF-Talk
Subject: Progress DB ODBC Drivers

Has anyone here used Progress Database? 

I'm doing some research for our company to see if we should use an
e-commerce module of some software we currently use in house for orders
and it uses The Progress Database. 

I want to see if it is possible to get an ODBC driver for it so I can
push for us to write our own e-commerce piece. But if I can't get CF to
talk to the Progress DB then I will have to offer a work around.

Thanks,
Ben

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138414
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1


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 HTML/XML/CSS
 that includes a few Web Archive examples as well as a Multipart-MIME CFC
to
 help create web archives.

 http://www.rewindlife.com/archives/32.cfm
[snip]

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138415
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 just vanish. I want to ckeck how many messages could
 just be destroyed just by checking if the sender's address exists.

Get yourself a spam corpous and spam assassin, you should be then able to run 
the latter through the former and then grep it for the relavent rule in the 
headers.

-- 
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138416
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1


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...,
 
 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 I call CFMODULE,
 CFMODULE TEMPLATE=#Request.fbxarc_Path#act_archivedDirectories.cfm
 RECURSIVE=YES
 I'm looking for the lowest directory so I recurse through until I get
it,
 
 then inside act_archivedDirectories.cfm
 
 CFIF ISDEFINED(Attributes.RECURSIVE)
  CFSET CALLER.Attributes.WithinInBox=WithinInBox
 /CFIF

I noticed you're not passing WithinInBox to the custom tag
act_archivedDirectories. IIRC fusebox places url and form vars in the
attributes scope However the attributes scope is not visible from a
further nested custom tag and needs to be either passed in or placed in
the request scope to be visible to the custom tag.

Also if this worked correctly under CF6 then I would check the redsky
documentation for any changes which may effect your custom tag.

Kola

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138417
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 2003 05:08
 To: CF-Talk
 Subject: Re: Verifying an email address exists
 
 The best I found is
 http://www.cab.kabissa.org/emt.htm
 
 It says [EMAIL PROTECTED] is a valid deliverable e-mail
box
 address.
 but [EMAIL PROTECTED] is not a valid deliverable e-mail box
 address.
 Others I tried said it was valid.
 
 However, it also says that [EMAIL PROTECTED] is a
valid
 deliverable e-mail box address.
 Your server is cheating ;-)
 
 The source code is available in PHP. I'm going to test it.
 


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138418
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1


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: 25 September 2003 14:18
To: CF-Talk
Subject: RE: mx 6.1 upgrade


 -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...,
 
 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 I call CFMODULE,
 CFMODULE TEMPLATE=#Request.fbxarc_Path#act_archivedDirectories.cfm
 RECURSIVE=YES
 I'm looking for the lowest directory so I recurse through until I get
it,
 
 then inside act_archivedDirectories.cfm
 
 CFIF ISDEFINED(Attributes.RECURSIVE)
  CFSET CALLER.Attributes.WithinInBox=WithinInBox
 /CFIF

I noticed you're not passing WithinInBox to the custom tag
act_archivedDirectories. IIRC fusebox places url and form vars in the
attributes scope However the attributes scope is not visible from a
further nested custom tag and needs to be either passed in or placed in
the request scope to be visible to the custom tag.

Also if this worked correctly under CF6 then I would check the redsky
documentation for any changes which may effect your custom tag.

Kola


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138419
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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

http://www.amazon.com/exec/obidos/ASIN/0789726009/drewfalkmanco-20/103-3
200061-3427019

In fact I imagine there is a wealth of Jrun specific resources available
which may be of more use.

HTH

Kola

 -Original Message-
 From: Calvin Ward [mailto:[EMAIL PROTECTED]
 Sent: 25 September 2003 10:53
 To: CF-Talk
 Subject: Looking for CFMX on Jrun Performance Tuning Resources
 
 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:138420
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


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 session var called 
'In'. the subsequent page checks for the existence of the var and displays its value. 
This page has a meta refresh every 3 seconds. After about 6-10 refreshes, the 'In' var 
disappears from the session scope.

Here is the config:

server information:
Server Product  
 ColdFusion Server 
 
Version  
 5, 0, 0, 0 
 
Edition  
 Professional  
 
Operating System
 UNIX 
 
OS Version  
 2.2.16C33_III, Linux 
 
OS Build Number  
 #1 Mon Aug 12 15:55:23 PDT 2002
 
web server is Apache

Maxtimeout for session s 2 hours; application is 2 days

the application for the test page sets the session timeout to 20 minutes and the 
application timeout to 8 hours.

Any help would be much appreciated.

Thanks in advance.

Chris
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138421
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


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 Mamone [mailto:[EMAIL PROTECTED]
 Sent: 24 September 2003 23:38
 To: CF-Talk
 Subject: Help with Transact SQL
 
 Hi,
 
 I need help with an update query using transact SQL.
 
 I need to modify the data in record set in the following way.
 
 The field contains a URL like this:
 
 /path1/path2/rest_of_path
 
 I need to change it to:
 
 http://an_absolute_path/new_path_1/path2/rest_of_path
 
 So everything stays the same from path2 on.
 
 Thanks in advance for your help.
 
 Frank Mamone
 
 
 


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138422
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


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


 Hi,

 I need help with an update query using transact SQL.

 I need to modify the data in record set in the following way.

 The field contains a URL like this:

 /path1/path2/rest_of_path

 I need to change it to:

 http://an_absolute_path/new_path_1/path2/rest_of_path

 So everything stays the same from path2 on.

 Thanks in advance for your help.

 Frank Mamone



 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138423
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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

cfloop query=qGetEvents

store name, CategoryName and EventName on first row then test if they
have changed to control whether you output them or not.

(cfoutput will only group on a single column I believe)


/cfloop

HTH

Michael Traher 

 

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: 25 September 2003 13:13
To: CF-Talk
Subject: How can I relate these tables in a query and loop the output?
Can't figure it out...

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, OrganizationID, EventName, EventDate,
EventDescription)


As you can see, table 3 Events has relational keys to tables 1
(OrganizationID) and table 2 (CategoryID)

I'm trying to figure out a way to get this type of output:


Organization

Event Category

Event

Organization

Event Category

Event
Event

Organization

Event Category

Event

Event Category

Event

etc...

I've been working on a number of different ways to query and loop the
data,
but I can't get anything to work correctly...maybe I became too tired to
see
it...

Anyone have a solution?

Thanks,

Rick



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138424
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


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]
http://norlonto.net/gyrus/dev
PGP key available 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138425
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1


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 important!!

Pascal

-Original Message-
From: Michael Traher
Sent: donderdag 25 september 2003 15:47
To: CF-Talk
Subject: RE: How can I relate these tables in a query and loop the
output? Can't figure it out...


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

cfloop query=qGetEvents

store name, CategoryName and EventName on first row then test if they
have changed to control whether you output them or not.

(cfoutput will only group on a single column I believe)


/cfloop

HTH

Michael Traher 

 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138426
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 PROTECTED]
Web Developer
Webco Industries

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138428
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 sense to me - on the movie 
finder, a popup window tells me to enter a zip code, and only gives me a 
cancel button, then there's no indication of where the zip's supposed to 
go on the parent page, but I figured it out (Lost in Translation opens 
tomorrow right down the street!  Thanks Macromedia!)

Interesting idea, I'll play with it this weekend.

- Jim

Tony Weeg wrote:

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 PROTECTED]
Web Developer
Webco Industries


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138429
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 Central


 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 sense to me - on the movie
 finder, a popup window tells me to enter a zip code, and only gives me a
 cancel button, then there's no indication of where the zip's supposed to
 go on the parent page, but I figured it out (Lost in Translation opens
 tomorrow right down the street!  Thanks Macromedia!)

 Interesting idea, I'll play with it this weekend.

 - Jim

 Tony Weeg wrote:

 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 PROTECTED]
 Web Developer
 Webco Industries
 
 
 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138430
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 is creating a few apps to
get the ball rolling. My first thought would be recreating the game tracker
from mlb.com. On that, you can listen to the game and they keep you updated
with a diamond showing runners on base and who is up to bat (with their
stats); all in real time.

Heck, your company's tracking capabilities might be a good candidate as a
contribute app, I don't know.


-Original Message-
From: Jim Campbell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 25, 2003 9:22 AM
To: CF-Talk
Subject: Re: Get the beta of MM Central


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 sense to me - on the movie 
finder, a popup window tells me to enter a zip code, and only gives me a 
cancel button, then there's no indication of where the zip's supposed to 
go on the parent page, but I figured it out (Lost in Translation opens 
tomorrow right down the street!  Thanks Macromedia!)

Interesting idea, I'll play with it this weekend.

- Jim

Tony Weeg wrote:

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 PROTECTED]
Web Developer
Webco Industries



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138431
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 queries specifically for the Organizations that
actually
have events in the db, and a query for categories of the events, combined
with a query like you have below...

Gotta keep thinking...

Thanks...

Rick



  -Original Message-
  From: Michael Traher [mailto:[EMAIL PROTECTED]
  Sent: Thursday, September 25, 2003 9:47 AM
  To: CF-Talk
  Subject: RE: How can I relate these tables in a query and loop the
  output? Can't figure it out...


  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

  cfloop query=qGetEvents

  store name, CategoryName and EventName on first row then test if they
  have changed to control whether you output them or not.

  (cfoutput will only group on a single column I believe)


  /cfloop

  HTH

  Michael Traher



  -Original Message-
  From: Rick Faircloth [mailto:[EMAIL PROTECTED]
  Sent: 25 September 2003 13:13
  To: CF-Talk
  Subject: How can I relate these tables in a query and loop
  the output?
  Can't figure it out...

  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, OrganizationID, EventName,
  EventDate,
  EventDescription)


  As you can see, table 3 Events has relational keys to tables 1
  (OrganizationID) and table 2 (CategoryID)

  I'm trying to figure out a way to get this type of output:


  Organization

  Event Category

  Event

  Organization

  Event Category

  Event
  Event

  Organization

  Event Category

  Event

  Event Category

  Event

  etc...

  I've been working on a number of different ways to query and loop the
  data,
  but I can't get anything to work correctly...maybe I became
  too tired to
  see
  it...

  Anyone have a solution?

  Thanks,

  Rick



  ~
  |
  Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138424
  Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
  Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
  Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=708.628.4

Get the mailserver that powers this list at
http://www.coolfusion.com



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138432
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 query and loop the
  output? Can't figure it out...


  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 important!!

  Pascal

  -Original Message-
  From: Michael Traher
  Sent: donderdag 25 september 2003 15:47
  To: CF-Talk
  Subject: RE: How can I relate these tables in a query and loop the
  output? Can't figure it out...


  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

  cfloop query=qGetEvents

  store name, CategoryName and EventName on first row then test if they
  have changed to control whether you output them or not.

  (cfoutput will only group on a single column I believe)


  /cfloop

  HTH

  Michael Traher


  ~
  |
  Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138426
  Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
  Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
  Unsubscribe:
  http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=708.628.4

  ColdFusion MX 6.1, now 2.5 times faster.
  http://www.macromedia.com/software/coldfusion/productinfo/upg
  rade/jump/introducing.html?trackingid=ColdFusion_468x60g_Hous
  eofFusion_carat_082803




~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138433
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


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 beta of MM Central

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 is creating a few apps to
get the ball rolling. My first thought would be recreating the game tracker
from mlb.com. On that, you can listen to the game and they keep you updated
with a diamond showing runners on base and who is up to bat (with their
stats); all in real time.

Heck, your company's tracking capabilities might be a good candidate as a
contribute app, I don't know.


-Original Message-
From: Jim Campbell [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 9:22 AM
To: CF-Talk
Subject: Re: Get the beta of MM Central


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 sense to me - on the movie 
finder, a popup window tells me to enter a zip code, and only gives me a 
cancel button, then there's no indication of where the zip's supposed to 
go on the parent page, but I figured it out (Lost in Translation opens 
tomorrow right down the street!  Thanks Macromedia!)

Interesting idea, I'll play with it this weekend.

- Jim

Tony Weeg wrote:

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 PROTECTED]
Web Developer
Webco Industries




~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138434
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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, September 24, 2003 4:54 PM
To: CF-Talk
Subject: RE: CFMAIL TO param problems with large queries


FYI, I posted this BEFORE I saw Dustin's say there were 6000 emails in his
list!  Yikes!

-Original Message-
From: J E VanOver [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 11:33 AM
To: CF-Talk
Subject: RE: CFMAIL TO param problems with large queries


What if there's an email in your system that looks something like this:
  My True and Right Name @.

Actually, I think your like statement would even match @.

If it were me, I'd dump out the email addresses and see if anything looks
screwy.

-Original Message-
From: Dustin Snell [Unisyn Software] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 9:43 AM
To: CF-Talk
Subject: Re: CFMAIL TO param problems with large queries


Another note -

I also, tried:
and email like '[EMAIL PROTECTED]'

Still get the error below. Isn't it impossible then with this in my query
that any records could be included that have 0 length in the email field as
the error states?

Dustin Snell

- Original Message -
From: Dustin Snell [Unisyn Software] [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 9:34 AM
Subject: CFMAIL TO param problems with large queries


 Hello All,

 I am trying to use CFMAIL in 6.1 to email a large list that worked in CF
 4.5.  Apparently MM has added additional restrictions to what can be used
in
 the TO parameter.

 Basically I have a query that gets about 6000+ records

 I then use the tag as such:

 cfmail
query=sendnewsletter
to=#sendnewsletter.email#
mailerid=Unisyn Software Newsletter System -- http://www.unisyn.com;
from=Unisyn Newsletter System [EMAIL PROTECTED]
subject=#form.subject##form.body#/cfmail


 In the query I have specified:
 and email is not null and email  '' and email like '[EMAIL PROTECTED]'


 But it always gives the error:

 Attribute validation error for tag CFMAIL.
 The value of the attribute TO is invalid. The length of the string, 0
 character(s), must be greater than or equal to 1 character(s).

 The error occurred in
 C:\Inetpub\wwwroot\unisyn\administration\emailnewsletter.cfm: line 107

 105 :   cfmail
 106 :query=sendnewsletter
 107 :to=#sendnewsletter.email#
 108 :mailerid=Unisyn Software Newsletter System --
 http://www.unisyn.com;
 109 :from=Unisyn Newsletter System [EMAIL PROTECTED]

 Does anyone know why this isn't working?

 -Dustin Snell








~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138435
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1


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 - looks to be a good vehicle for distributing apps and it IS cross platform 
(Mac and Windows at least) so it looks cool.

Tho macromedia shows a STOCK tool (I think they call them pods?) but it doesn't come 
with the demo :(

-Original Message-
From: Jim Campbell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 25, 2003 9:22 AM
To: CF-Talk
Subject: Re: Get the beta of MM Central


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 sense to me - on the movie 
finder, a popup window tells me to enter a zip code, and only gives me a 
cancel button, then there's no indication of where the zip's supposed to 
go on the parent page, but I figured it out (Lost in Translation opens 
tomorrow right down the street!  Thanks Macromedia!)

Interesting idea, I'll play with it this weekend.

- Jim

Tony Weeg wrote:

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 PROTECTED]
Web Developer
Webco Industries



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138436
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1


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 10:47 AM
  To: CF-Talk
  Subject: RE: How can I relate these tables in a query and loop the
  output? Can't figure it out...


  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 query
  and loop the
output? Can't figure it out...
  
  
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 important!!
  
Pascal
  
-Original Message-
From: Michael Traher
Sent: donderdag 25 september 2003 15:47
To: CF-Talk
Subject: RE: How can I relate these tables in a query
  and loop the
output? Can't figure it out...
  
  
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
  
cfloop query=qGetEvents
  
store name, CategoryName and EventName on first row
  then test if they
have changed to control whether you output them or not.
  
(cfoutput will only group on a single column I believe)
  
  
/cfloop
  
HTH
  
Michael Traher
  
  
~
|
Message:
  http://www.houseoffusion.com/lists.cfm?link=i:4:138426
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe:
  
  http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=708.628.4
  
ColdFusion MX 6.1, now 2.5 times faster.
http://www.macromedia.com/software/coldfusion/productinfo/upg
rade/jump/introducing.html?trackingid=ColdFusion_468x60g_Hous
eofFusion_carat_082803
  
  


  ~
  |
  Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138433
  Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
  Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
  Unsubscribe:
  http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=708.628.4

  This list and all House of Fusion resources hosted by
  CFHosting.com. The place for dependable ColdFusion Hosting.
  http://www.cfhosting.com




~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138437
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138438
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 project based on the client ID.

So, the third project for the 794th client would be
794-3

HTH.

--BenD

cfhelp wrote:

 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
 
 
 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138439
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1


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 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 project based on the client ID.

So, the third project for the 794th client would be
794-3

HTH.

--BenD

cfhelp wrote:

 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
 
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138440
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 pointers appreciated!

Stace



AVIS IMPORTANT:
--- 
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme.

WARNING:
---
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above. If you are not the intended recipient you 
are hereby notified that any disclosure, copying, distribution, or any other use of 
the information is strictly prohibited. If you have received this document by mistake, 
please notify the sender immediately and destroy this document and attachments without 
making any copy of any kind.

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138441
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

In the beginning ColdFusion shipped with Website. Both have only gotten better
http://www.deerfield.com/products/website/


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
encoding=UTF-8?RECORDSR CODE=80492301 NUMB=1
TYPE=0//records localhost/index.cfm

CF is 6.1 Standard

However, if I pass just the file name containing the XML to CF and do
XmlParse based on the variable created with CFFILE reading file name,
everything is fine. I do need to get it working via the POST method though.

Thanks for any tips!




~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138442
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


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
Certified Advanced ColdFusion MX Developer
http://www.massimocorner.com/



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138443
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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.


- Original Message -
From: Massimo Foti [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 11:45 AM
Subject: Re: Passing XML to CF via HTTP Post


  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
 Certified Advanced ColdFusion MX Developer
 http://www.massimocorner.com/
 


 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138444
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 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 - looks to be a good vehicle for distributing apps and it IS cross
platform (Mac and Windows at least) so it looks cool.

 Tho macromedia shows a STOCK tool (I think they call them pods?) but it
doesn't come with the demo :(

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138445
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

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


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 neither sherlock or watson has alink to Netflix - which I really like!Yes. We have not done performance and memory optimizations yet. More infoat:http://www.macromedia.com/software/central/productinfo/faq/#item-8 Tho macromedia shows a STOCK tool (I think they call them pods?) but itdoesn't come with the demo :(Yeah. That is a demo app that I believe will be included in the SDK.BTW, we will be having a public developer's beta in the next couple of weekswhich will provides resources, tutorials, samples and other info that willallow you to learn how to develop applications for Macromedia Central.http://www.macromedia.com/software/central/productinfo/faq/#item-4http://www.macromedia.com/devnet/central/articles/update.htmlmike chambers[EMAIL PROTECTED][Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]


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 PROTECTED]
 http://norlonto.net/gyrus/dev
 PGP key available

 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138447
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
 Subject: OT: Get the beta of MM Central
 
 Go check it out!
 
 http://www.macromedia.com/software/central/
 
 
 
 Ryan Kime
 [EMAIL PROTECTED]
 Web Developer
 Webco Industries
 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138448
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: CF-Talk [EMAIL PROTECTED]
Subject: Re: trimming question
Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)

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 PROTECTED]
  http://norlonto.net/gyrus/dev
  PGP key available
 
 

~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138449
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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, LLC.

[EMAIL PROTECTED] 
CaseDesign.com - CaseHandyman.com

~|
In the beginning ColdFusion shipped with Website. Both have only gotten better
http://www.deerfield.com/products/website/

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138450
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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: CF-Talk [EMAIL PROTECTED]
Subject: Re: trimming question
Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)

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 PROTECTED]
  http://norlonto.net/gyrus/dev
  PGP key available
 
 


~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138451
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
 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: CF-Talk [EMAIL PROTECTED]
 Subject: Re: trimming question
 Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)

 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 PROTECTED]
   http://norlonto.net/gyrus/dev
   PGP key available
  
  

 
~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138452
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
 Subject:  Re: trimming question
 
 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: CF-Talk [EMAIL PROTECTED]
 Subject: Re: trimming question
 Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)
 
 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 PROTECTED]
   http://norlonto.net/gyrus/dev
   PGP key available
  
  
 
 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138453
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: CF-Talk
Subject: Re: trimming question


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: CF-Talk [EMAIL PROTECTED]
Subject: Re: trimming question
Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)

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 PROTECTED]   http://norlonto.net/gyrus/dev   PGP key available
  


~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138454
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: trimming question
 
 
 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: CF-Talk [EMAIL PROTECTED]
 Subject: Re: trimming question
 Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)
 
 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 PROTECTED]   
 http://norlonto.net/gyrus/dev   PGP key  available
 
 
 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138455
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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: CF-Talk [EMAIL PROTECTED]
Subject: Re: trimming question
Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)

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 PROTECTED]   http://norlonto.net/gyrus/dev   PGP key available
  


~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138456
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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, LLC.

[EMAIL PROTECTED] 
CaseDesign.com - CaseHandyman.com


~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138457
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 posts. Is digest no longer available now that the HTML version is
live?

Rachel Maxim
- - - - - - - - - - - - - - - - - - - - - - - - 
Creative Director 
Case Design/Remodeling, Inc. 
 Case Handyman Services, LLC.

[EMAIL PROTECTED] 
CaseDesign.com - CaseHandyman.com


~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138458
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 as th
platform to snap in various apps for your corporate intranet...blah blah
blah.

Aside from that I don't see anything awe inspiring about it.  You can
already create online/offline apps with Flash MX and various components.
Those apps can already run outside the browser (projector) or as a
standalone SWF.

So far alot of the apps being used as examples makes me think back to
PointCast and the next big flop back thenpush technology ;-)

Time will tellwe'll see what it can do when it gets here (and goes
through round one of bug fixes)

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- 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 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
  Subject: OT: Get the beta of MM Central
 
  Go check it out!
 
  http://www.macromedia.com/software/central/
 
 
 
  Ryan Kime
  [EMAIL PROTECTED]
  Web Developer
  Webco Industries
 
 
~|
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138459
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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


 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: CF-Talk [EMAIL PROTECTED]
 Subject: Re: trimming question
 Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)

 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 PROTECTED]
   http://norlonto.net/gyrus/dev
   PGP key available
  
  

 
~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138460
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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, LLC.

[EMAIL PROTECTED]
CaseDesign.com - CaseHandyman.com


~|
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138461
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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, LLC.

[EMAIL PROTECTED] 
CaseDesign.com - CaseHandyman.com


~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138462
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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, LLC.

[EMAIL PROTECTED]
CaseDesign.com - CaseHandyman.com


~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138463
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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
  Subject: OT: Get the beta of MM Central
  
  Go check it out!
  
  http://www.macromedia.com/software/central/
  
  
  
  Ryan Kime
  [EMAIL PROTECTED]
  Web Developer
  Webco Industries
  
 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138464
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 stuff and completely
forgot about this list.. :-)


--
Jonas Galvez
www.jonasgalvez.com/blog
www.macromedia.com/go/team


~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138465
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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. 
http://www.macromedia.com/software/coldfusion/productinfo/upgrade/jump/introducing.html?trackingid=ColdFusion_468x60g_HouseofFusion_carat_082803

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138466
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 Design/Remodeling, Inc.
  Case Handyman Services, LLC.

 [EMAIL PROTECTED]
 CaseDesign.com - CaseHandyman.com

 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138467
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: http://www.houseoffusion.com/lists.cfm?link=i:4:138468
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 as th
platform to snap in various apps for your corporate intranet...blah blah
blah.

Aside from that I don't see anything awe inspiring about it.  You can
already create online/offline apps with Flash MX and various components.
Those apps can already run outside the browser (projector) or as a
standalone SWF.

So far alot of the apps being used as examples makes me think back to
PointCast and the next big flop back thenpush technology ;-)

Time will tellwe'll see what it can do when it gets here (and goes
through round one of bug fixes)


U, unless I'm missing something major:

Contribute = Static HTML site collaboration tool that's been out for over a 
year
Central = What you guys should really be referring to!! ;)

Regards,
Dave.


~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138469
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

 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: CF-Talk [EMAIL PROTECTED]
 Subject: Re: trimming question
 Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)

 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 PROTECTED]
   http://norlonto.net/gyrus/dev
   PGP key available
  
  

 

~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138470
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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]
Subject: RE: What happened to my digest?
Date: Thu, 25 Sep 2003 12:51:56 -0400

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 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, LLC.

[EMAIL PROTECTED]
CaseDesign.com - CaseHandyman.com



~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138471
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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


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

~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138472
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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: CF-Talk [EMAIL PROTECTED]
 Subject: Re: trimming question
 Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)
 
 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 PROTECTED]
   http://norlonto.net/gyrus/dev
   PGP key available
  
  
 
 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138473
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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




~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138474
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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, LLC.

 [EMAIL PROTECTED]
 CaseDesign.com - CaseHandyman.com


 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138475
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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 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: CF-Talk [EMAIL PROTECTED]
Subject: Re: trimming question
Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)

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 PROTECTED]
  http://norlonto.net/gyrus/dev
  PGP key available
 
 



~|
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138476
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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/productinfo/upgrade/jump/introducing.html?trackingid=ColdFusion_468x60g_HouseofFusion_carat_082803

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138477
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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, 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 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: CF-Talk [EMAIL PROTECTED]
 Subject: Re: trimming question
 Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)
 
 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 PROTECTED]   http://norlonto.net/gyrus/dev   PGP key
available
   
 
 
 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138478
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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
 Subject: OT: Get the beta of MM Central
 
 Go check it out!
 
 http://www.macromedia.com/software/central/
 
 
 
 Ryan Kime
 [EMAIL PROTECTED]
 Web Developer
 Webco Industries
 

~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138479
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: 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 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: CF-Talk [EMAIL PROTECTED]
Subject: Re: trimming question
Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)

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 PROTECTED]
  http://norlonto.net/gyrus/dev
  PGP key available
 
 



~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138480
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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:[EMAIL PROTECTED] 
Sent: Thursday, September 25, 2003 12:01 PM
To: CF-Talk
Subject: Re: Get the beta of MM Central


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 as th platform to snap in various 
apps for your corporate intranet...blah blah blah.

Aside from that I don't see anything awe inspiring about it.  You can already create 
online/offline apps with Flash MX and various components. Those apps can already run 
outside the browser (projector) or as a standalone SWF.

So far alot of the apps being used as examples makes me think back to PointCast and 
the next big flop back thenpush technology ;-)

Time will tellwe'll see what it can do when it gets here (and goes through round 
one of bug fixes)

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- 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 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
  Subject: OT: Get the beta of MM Central
 
  Go check it out!
 
  http://www.macromedia.com/software/central/
 
 
 
  Ryan Kime
  [EMAIL PROTECTED]
  Web Developer
  Webco Industries
 
 

~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138481
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138482
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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, LLC.
 
 [EMAIL PROTECTED] 
 CaseDesign.com - CaseHandyman.com
 
 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138483
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 you tab from form field to button, nor
does it let you hit enter to submit the form when focus is in the search
box

That was enough for me. :-)

Greg

-Original Message-
From: Kevin Graeme [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 25, 2003 9:33 AM
To: CF-Talk
Subject: Re: Get the beta of MM Central

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 Central


 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 sense to me - on the movie
 finder, a popup window tells me to enter a zip code, and only gives me
a
 cancel button, then there's no indication of where the zip's supposed
to
 go on the parent page, but I figured it out (Lost in Translation opens
 tomorrow right down the street!  Thanks Macromedia!)

 Interesting idea, I'll play with it this weekend.

 - Jim

 Tony Weeg wrote:

 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 PROTECTED]
 Web Developer
 Webco Industries
 
 
 

~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138484
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 available now that the
HTML version is live?

Rachel Maxim
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=7745.7003.4

~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138485
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: Thursday, September 25, 2003 11:48 AM
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 available now that the
 HTML version is live?

 Rachel Maxim

~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138486
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 to get the digest and it went
into my CF folder, now everything is recognized by the person who sent the
message, not the list so I can't filter it, either.  Please post this for
me.  I will probably end up unsubscribing to this otherwise.

JoAnn A. Schlosser
Senior Consultant
Grant Thornton LLP
Vienna, Va. 
Tel: (703) 637-2668
Fax: (703) 637-4084


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 12:55 PM
To: CF-Talk
Subject: RE: What happened to my digest?


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 posts. Is digest no longer available now that the HTML version is
live?

Rachel Maxim
- - - - - - - - - - - - - - - - - - - - - - - - 
Creative Director 
Case Design/Remodeling, Inc. 
 Case Handyman Services, LLC.

[EMAIL PROTECTED] 
CaseDesign.com - CaseHandyman.com



~|
Get the mailserver that powers this list at 
http://www.coolfusion.com

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138487
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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). If, for example, I want to insert a double
quotation mark in a template, clicking on the above button and then
clicking again on the double quote mark enters quot; in the template.
Using XHTML, I would rather have it enter #34; . Same for all of the
other extended and special characters.

Does anyone know if it's possible to edit the extended character set
that this button uses to enter them in templates? Thanks.

-- 
Chris Montgomery
Airtight Web Services   http://www.airtightweb.com
Web Development, Web Project Management, Software Sales
210-490-2415

~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138488
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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.
[EMAIL PROTECTED]


- 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
 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: CF-Talk [EMAIL PROTECTED]
 Subject: Re: trimming question
 Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)

 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 PROTECTED]
   http://norlonto.net/gyrus/dev
   PGP key available
  
  

 

~|
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138489
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 PROTECTED]
Sent: Thursday, September 25, 2003 12:54 PM
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.
 [EMAIL PROTECTED]


 - 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
  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: CF-Talk [EMAIL PROTECTED]
  Subject: Re: trimming question
  Date: Thu, 25 Sep 2003 10:40:33 -0600 (MDT)
 
  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 PROTECTED]
http://norlonto.net/gyrus/dev
PGP key available
   
   
 
 
 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138490
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 faster. 
http://www.macromedia.com/software/coldfusion/productinfo/upgrade/jump/introducing.html?trackingid=ColdFusion_468x60g_HouseofFusion_carat_082803

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138491
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
 
 
 

~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138492
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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]
http://norlonto.net/gyrus/dev
PGP key available


 
 
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138493
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


(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 been fixed from what I
can see.
Sorry for the inconvenience.

--
Michael Dinowitz
Finding technical solutions to the problems you didn't know you had yet

~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138494
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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, September 25, 2003 12: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 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 you tab from form field to button, nor does 
it let you hit enter to submit the form when focus is in the search box

That was enough for me. :-)

Greg

-Original Message-
From: Kevin Graeme [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 25, 2003 9:33 AM
To: CF-Talk
Subject: Re: Get the beta of MM Central

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 Central


 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 sense to me - on the movie 
 finder, a popup window tells me to enter a zip code, and only gives me
a
 cancel button, then there's no indication of where the zip's supposed
to
 go on the parent page, but I figured it out (Lost in Translation opens 
 tomorrow right down the street!  Thanks Macromedia!)

 Interesting idea, I'll play with it this weekend.

 - Jim

 Tony Weeg wrote:

 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 PROTECTED]
 Web Developer
 Webco Industries
 
 
 


~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138495
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

-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 available now that the HTML version is
live?

Rachel Maxim
- - - - - - - - - - - - - - - - - - - - - - - -
Creative Director
Case Design/Remodeling, Inc.
 Case Handyman Services, LLC.

[EMAIL PROTECTED]
CaseDesign.com - CaseHandyman.com



~|
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138496
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: Thursday, September 25, 2003 1:09 PM
To: CF-Talk
Subject: RE: What happened to my digest?

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





~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138497
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 me be blunt. I spend a LOT of time on these lists. People have no clue how
much time and energy goes into maintaining, upgrading and fielding questions
about the lists. There is no pay for this, no compensation other than a thank
you once in a while and a donation once in a rare while. We had someone donate
some of her time to do the Best of Talk, which helped out people immensely.
She had to quit as it took up her time with no return.
Macromedia was nice enough to offer me some money for ad space. We get so little
advertising that I decided that it was worth taking up and running with. They're
one of the few companies who have offered to make any support to the lists in
such a way. What did I say I was going to do with the money? Did I say I was
going to feed my family or pay my rent? no. I said I'd funnel it back into the
community resources on House of Fusion. I'd pay for Best of Talk to be written.
I'd pay for articles to be written and posted. Things that no one else is paying
for, to the detriment of the community and CF in general.
And this is the result. Thanks Sean.
Yes, I'm pissed and yes I'll get over it but


 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: Thursday, September 25, 2003 1:09 PM
 To: CF-Talk
 Subject: RE: What happened to my digest?

 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





 
~|
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138498
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

Application Engineer
Kids Energy, Inc.
www.projectpower.com
~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://affiliates.macromedia.com/t.asp?id=2439p=go/dr_text_aff1

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138499
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 programmatically tell that I've got 3 lineBreaks at the beginning
of that string?  I've been trying to figure this out for the last 30 minutes
or so and just can't seem to get my head around this seemingly simple
problem.  Thanks for the input.

Ryan Hagan
ph: 540-731-3588
~|
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: http://www.houseoffusion.com/lists.cfm?link=i:4:138500
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 criticizing the web
pages being displayed within it.

MM Central isn't really about these RIAs but rather the delivery of any
RIAs.

I agree however that any content platform is only as good as the content
available on it.  But this is a beta of the platform, not the content.
The content is all sample applications and tech demos - just something
so you can see how the platform works.

Jim Davis

 -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 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 you tab from form field to button,
nor
 does it let you hit enter to submit the form when focus is in the
search
 box
 
 That was enough for me. :-)
 
 Greg
 
 -Original Message-
 From: Kevin Graeme [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 25, 2003 9:33 AM
 To: CF-Talk
 Subject: Re: Get the beta of MM Central
 
 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 Central
 
 
  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 sense to me - on the movie
  finder, a popup window tells me to enter a zip code, and only gives
me
 a
  cancel button, then there's no indication of where the zip's
supposed
 to
  go on the parent page, but I figured it out (Lost in Translation
opens
  tomorrow right down the street!  Thanks Macromedia!)
 
  Interesting idea, I'll play with it this weekend.
 
  - Jim
 
  Tony Weeg wrote:
 
  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 PROTECTED]
  Web Developer
  Webco Industries
  
  
 
 
 
~|
In the beginning ColdFusion shipped with Website. Both have only gotten better
http://www.deerfield.com/products/website/

Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138501
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


  1   2   >