RE: listfunction problems

2004-06-23 Thread Pascal Peters
REReplace(list,",(\s*,)+",",","all") 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: woensdag 23 juni 2004 19:59
> To: CF-Talk
> Subject: listfunction problems
> 
> Hi folks, I have a list
> like: a, b, d, , f, g, , , , s
> But I would like to have:
> a, b, d, f, g, s
> 
> How can I get rid of the empty
> elements in the list ?
> 
> Uwe
> 
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: bd and cf on same box?

2004-06-23 Thread Paul Hastings
> I am running a fullly licensed CF Standard on CF's internal web server
> here (its an intranet) and did the same with BD.  Forget which port it
> ran on but neither were on port 80.

ah, that answers my question i think. thanks.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: bd and cf on same box?

2004-06-23 Thread Paul Hastings
> Yes. To do this, I had to set up separate virtual web servers, though.

i was hoping to dump it on a w/s using iis (we're down to 2 dev servers, i'd
rather not knock the cf one out & i won't put anything on the db box). does
bd have an internal webserver like cf's?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Tony Weeg
can you answer this ben...

when can I register, can I soon, if so, please let me know how, my
company is ready to pay, and while their hot on it, id like to strike.

like mr. bob marley sang...

Strike the hammer while iron is hot.
Strike the hammer while iron is hot.
Strike the hammer while iron is hot.
Open up your heart.
Open up your heart.
Let love come running in, darlin',
Love, sweet love, darlin'.
Love, sweet love, darlin'.

tony

Tony Weeg
sr. web applications architect
navtrak, inc.
[EMAIL PROTECTED]
410.548.2337
www.navtrak.net 

Visit http://www.antiwrap.com the next time you want to send a link to a
friend.

-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 4:30 PM
To: CF-Talk
Subject: RE: MAX registration?

I'm not taking the bait :-)

  _  

From: simeon [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 4:24 PM
To: CF-Talk
Subject: Re: MAX registration?

This is one of those moments where I expect Ben Forta to chime in and 
say "Maybe.." or "Soon..."  Which seems to be the way, when asked about 
details that have not yet been released.

he he he
sim

Ian Skinner wrote:

> I guess there where a few ways to interpret my question.
>
> I was wondering at what facility in New Orleans the conference was
> going to be at.  There have been some intelligent guesses.  But, I was

> a bit surprised that it was no mentioned in the MAX 2004 details on 
> the MM website [http://www.macromedia.com/macromedia/events/max/].  I 
> can't imagine that the location is not settled on, since it is my 
> understanding that something this big would need at least nine to 
> twelve months advanced booking, wouldn't it?
>
> Ian
>
> --
>
> >From the homepage, Company -> Events -> Max 2004 -> Hotel works for
> me...unless I'm misunderstanding the question.
>
> Ken
>
> Confidentiality Notice:  This message including any attachments is for

> the sole use of the intended
> recipient(s) and may contain confidential and privileged information. 
> Any unauthorized review, use, disclosure or distribution is 
> prohibited. If you are not the intended recipient, please contact the 
> sender and delete any copies of this message.
> 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CFHTTP redirect: getting result URL

2004-06-23 Thread David Lakein
I'm working on a search app that uses cfhttp to spider our own site. The site uses Fusebox with SES url's ( http://domain/index.cfm/go/Products.Home.html ), and base href tags in the fb app to allow for relative links in there.

The problem I'm running into currently, that a few fuseactions redirect to a non-Fusebox page (cflocation).  I'm using cfhttp with  redirect="yes" (default), and getting the resulting content but not getting the resulting URL, which messes up reading relative links in that page.

According to the docs, cfhttp.responseHeader.Location variable contains the redirection path; however, not getting it.  Seems like it just has the final HTTP responses.

Any way to get the final URL from cfhttp? or should I just have a base href tag in all the resulting pages?

Thanks,
- David L
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfencode errors...

2004-06-23 Thread Matthew Walker
Another problem with recursive cfencode is that if it hits a file that's
already encoded it doesn't skip it, it stops. My solution in the past was to
write a cf page that recursively scanned all the files and built an MS-DOS
batch file that calls cfencode once for each file. Then I'd run the batch
file. Sounds a hassle but it would run reliably. I think I've lost the code,
but I probably have some code that loops through files in nested directories
around somewhere.

  _  

From: Gonzo Rock [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 24 June 2004 12:06 p.m.
To: CF-Talk
Subject: cfencode errors...

Hey all,

Anyone have experience using cfencode?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




cfencode errors...

2004-06-23 Thread Gonzo Rock
Hey all,

Anyone have experience using cfencode?

I have been trying to make cfencode.exe dated 5/23/01 (it came with cf 6.1 
for windows) process recursively for several hours now... and feeling stooopid.

this is all on one line...

cfencode   G:\Source\Unencoded\*.cfm   G:\Source\Encoded   /r /h "MyHeader" 
/v "2"

All the variations I can think of never work... and I've thought of 30 or 
more in these last few hours... renaming directories... moving the 
cfencode.exe into the first directory ... if I don't specify an outfile 
directory it encodes the first files but won't go recursive... etc etc etc...

Anyone have the secret?

thanks,
Gonz
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: rotate images..

2004-06-23 Thread Jim Curran
The easiest way would be to name the images 1 through x
then:

 


 
- j

james curran
technical director
nylon technology
  [EMAIL PROTECTED]
212-691-1134 

-Original Message-
From: Steven Erat [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 6:51 PM
To: CF-Talk
Subject: RE: rotate images.. 

Using _javascript_, this example will rotate the three gifs at 1 second
intervals:


var adImages = new Array("image01.gif","image02.gif","image03.gif")
var thisAd = 0

function cycle() {
if (document.images) {
    if (document.adBanner.complete) {
thisAd++
if (thisAd == 3) {
thisAd = 0
}
document.adBanner.src="">     }
    setTimeout("cycle()", 1000)
}
}
> -Original Message- > From: Bailey, Neal [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 23, 2004 4:18 PM > To: CF-Talk > Subject: rotate images.. > > Hey Guys... > > > What's the easiest way to rotate a set of images on a site? I have a > testimonial section that has an image with a few words and I want it to > rotate through the images either by page load or by session... > > > Is there an udf out there for this or a little script? I Google but could > not find anything that I could use. >   _ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: rotate images..

2004-06-23 Thread Steven Erat
Using _javascript_, this example will rotate the three gifs at 1 second
intervals:


var adImages = new Array("image01.gif","image02.gif","image03.gif")
var thisAd = 0

function cycle() {
if (document.images) {
    if (document.adBanner.complete) {
thisAd++
if (thisAd == 3) {
thisAd = 0
}
document.adBanner.src="">     }
    setTimeout("cycle()", 1000)
}
}
> -Original Message- > From: Bailey, Neal [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 23, 2004 4:18 PM > To: CF-Talk > Subject: rotate images.. > > Hey Guys... > > > What's the easiest way to rotate a set of images on a site? I have a > testimonial section that has an image with a few words and I want it to > rotate through the images either by page load or by session... > > > Is there an udf out there for this or a little script? I Google but could > not find anything that I could use. > [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: bd and cf on same box?

2004-06-23 Thread Matt Robertson
I did it when I was evaluating BD about a year ago.  That was not
their current version, though.  They played together just fine,
although my config may be the reason for that.

I am running a fullly licensed CF Standard on CF's internal web server
here (its an intranet) and did the same with BD.  Forget which port it
ran on but neither were on port 80.

-- 
--Matt Robertson--
MSB Designs, Inc.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: bd and cf on same box?

2004-06-23 Thread Dave Watts
> probably a dumb question but can bd & mx sit side-by-side on 
> the same box?

Yes. To do this, I had to set up separate virtual web servers, though.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




bd and cf on same box?

2004-06-23 Thread Paul Hastings
probably a dumb question but can bd & mx sit side-by-side on the same box?

thanks.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: rotate images..

2004-06-23 Thread Bailey, Neal
Ahhh funny guys, funny guys... 

Neal Bailey
Internet Marketing Manager
E-mail:   [EMAIL PROTECTED]
  _  

From: Joe Rinehart [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 3:31 PM
To: CF-Talk
Subject: Re: rotate images..

 
You could also tilt the monitor onto its side - this would be
persistent across sessions and sites!

- Original Message -
From: Adrocknaphobia <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 16:46:50 -0400
Subject: Re: rotate images..
To: CF-Talk <[EMAIL PROTECTED]>

Tilting you head would be the easiet way to rotate the images. That it
would.

-Adam

- Original Message -

From: Bailey, Neal <[EMAIL PROTECTED]>

Date: Wed, 23 Jun 2004 15:18:01 -0500

Subject: rotate images.. 

To: CF-Talk <[EMAIL PROTECTED]>

Hey Guys...

What's the easiest way to rotate a set of images on a site? I have a

testimonial section that has an image with a few words and I want it to

rotate through the images either by page load or by session... 

Is there an udf out there for this or a little script? I Google but could

not find anything that I could use. 

Thanks... 

Neal Bailey

Internet Marketing Manager

E-mail:  

[EMAIL PROTECTED]
__
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: rotate images..

2004-06-23 Thread Joe Rinehart
You could also tilt the monitor onto its side - this would be
persistent across sessions and sites!


- Original Message -
From: Adrocknaphobia <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 16:46:50 -0400
Subject: Re: rotate images..
To: CF-Talk <[EMAIL PROTECTED]>

Tilting you head would be the easiet way to rotate the images. That it would.

-Adam


- Original Message -

From: Bailey, Neal <[EMAIL PROTECTED]>

Date: Wed, 23 Jun 2004 15:18:01 -0500

Subject: rotate images.. 

To: CF-Talk <[EMAIL PROTECTED]>

Hey Guys...

What's the easiest way to rotate a set of images on a site? I have a

testimonial section that has an image with a few words and I want it to

rotate through the images either by page load or by session... 

Is there an udf out there for this or a little script? I Google but could

not find anything that I could use. 

Thanks... 

Neal Bailey

Internet Marketing Manager

E-mail:  

[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: rotate images..

2004-06-23 Thread Matt Robertson
> Tilting you head would be the easiet way to rotate the images. That it would.

ROFL!

I used to have something that just ran a cfdirectory call and used
that, but can't find it.  This is probably more efficient, anyway:

Put image names, widths and heights into a table.  You'll know in
advance how many records are in it (I assume) and lets say that you
know there are 175 records.  Run a cached query against it like this:



	datasource="#application.foo#" 
	name="ImageGet" 
	cachedwithin="#CreateTimeSpan(0,6,0,0)#">
	SELECT 
		Images.Image,
		Images.Height,
		Images.Width
	FROM Images	
	WHERE Images.ID=#R_ID# 





--
--Matt Robertson--
MSB Designs, Inc.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Barney Boisvert
I don't use Oracle, so I have no idea if sessions and connections are
distinct things.  I can see why you might want them to be distinct, but I've
got no facts.

Cheers,
barneyb

> -Original Message-
> From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, June 23, 2004 1:52 PM
> To: CF-Talk
> Subject: Re: Understanding/Defending Coldfusion connections
> 
> Barney,
> 
> I agree, that is how I would expect it to work. But alas it doesn't.
> For example a page with 2 procedure calls = two oracle sessions. So
> rather than base it on request or whatnot, we open a connection
> (through our java api) per user and maintain one single session per
> user. If a procedure hasn't been called in the specified 'session
> timeout' then we kill the session.
> 
> Although now that I think about, I think we are talking about two
> things... database sessions and connections. Or are we?
> 
> -Adam
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread Adrocknaphobia
Barney,

I agree, that is how I would expect it to work. But alas it doesn't.
For example a page with 2 procedure calls = two oracle sessions. So
rather than base it on request or whatnot, we open a connection
(through our java api) per user and maintain one single session per
user. If a procedure hasn't been called in the specified 'session
timeout' then we kill the session.

Although now that I think about, I think we are talking about two
things... database sessions and connections. Or are we?

-Adam

- Original Message -
From: Jochem van Dieten <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 21:15:08 +0200
Subject: Re: Understanding/Defending Coldfusion connections
To: CF-Talk <[EMAIL PROTECTED]>

Adrocknaphobia wrote:
> Actually, the option to maintain database connections doesnt seem to
> really work (for J2EE ---> Oracle).

It does for PostgreSQL. Even the bug where the configured maximum 
number of connections was not actually enforced has been fixed in 
6.1.

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: rotate images..

2004-06-23 Thread Adrocknaphobia
Tilting you head would be the easiet way to rotate the images. That it would.

-Adam

- Original Message -
From: Bailey, Neal <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 15:18:01 -0500
Subject: rotate images.. 
To: CF-Talk <[EMAIL PROTECTED]>

Hey Guys...

What's the easiest way to rotate a set of images on a site? I have a
testimonial section that has an image with a few words and I want it to
rotate through the images either by page load or by session... 

Is there an udf out there for this or a little script? I Google but could
not find anything that I could use. 

Thanks... 

Neal Bailey
Internet Marketing Manager
E-mail:  
[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Blogging Tool

2004-06-23 Thread Jake .
>Hi,
> 
>I am sure it is a matter of opinion, but mine is that WordPress
>(http://www.wordpress.org/) is so much nicer than MT and it is (always) free
>to boot. It also isn't suffering from the problems MT is having at the
>moment--slow page building, a lack of new features, and a horrible
>comment registration method--TypeKey. Seriously look at WordPress if you
>plan on making modifications and if ease of use, install, and upgrading are
>an issue, MT 3.0DE was a nightmare to install for me and an upgrade was even
>worse. If there was a CF version of WordPress all would be right with the
>world... Well, not all but it would be a great start. :)

Well, not to plug my code again, but BlogFusion is a pretty dang robust, and feature filled CF Blog app. I'm releasing a new version at the end of the week with a calendar sidebar module, unicode support, and some other fun stuff.

www.countersinkdg.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: MAX registration?

2004-06-23 Thread simeon
Thats Ok Ben.  I say that with all admiration as someone on the outside 
looking in.  We should all be so lucky as to have the opportunity to be 
so involved.

You always do a great job of telling us info as soon as you can, so I 
hold no grudges against your position.

Ben Forta wrote:

> I'm not taking the bait :-)
>
>   _  
>
> From: simeon [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 23, 2004 4:24 PM
> To: CF-Talk
> Subject: Re: MAX registration?
>
> This is one of those moments where I expect Ben Forta to chime in and
> say "Maybe.." or "Soon..."  Which seems to be the way, when asked about
> details that have not yet been released.
>
> he he he
> sim
>
> Ian Skinner wrote:
>
> > I guess there where a few ways to interpret my question.  
> >
> > I was wondering at what facility in New Orleans the conference was
> > going to be at.  There have been some intelligent guesses.  But, I was
> > a bit surprised that it was no mentioned in the MAX 2004 details on
> > the MM website [http://www.macromedia.com/macromedia/events/max/].  I
> > can't imagine that the location is not settled on, since it is my
> > understanding that something this big would need at least nine to
> > twelve months advanced booking, wouldn't it?
> >
> > Ian
> >
> > --
> >
> > >From the homepage, Company -> Events -> Max 2004 -> Hotel works for
> > me...unless I'm misunderstanding the question.
> >
> > Ken
> >
> > Confidentiality Notice:  This message including any
> > attachments is for the sole use of the intended
> > recipient(s) and may contain confidential and privileged
> > information. Any unauthorized review, use, disclosure or
> > distribution is prohibited. If you are not the
> > intended recipient, please contact the sender and
> > delete any copies of this message.
> >
>   _
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Willy Ray
This is from the hotels page on macr website:

"We offer several MAX 2004 conference hotels to give you the
opportunity to select the hotel that best fit your needs. All hotels
offer discounted rates for MAX attendees, and are centrally located to
the Ernest N. Morial Convention Center, the historic French Quarter, and
the Central Business District. 

A shuttle will also run from the three conference hotels to the
Convention Center."

This, to me, indicates that it'll be at the Ernest N. Morial Convention
Center, though, if so, this is the only spot on their website that I'm
seeing they're making any mention.

Willy

>>> [EMAIL PROTECTED] 6/23/2004 2:30:26 PM >>>
I'm not taking the bait :-)

  _  

From: simeon [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 4:24 PM
To: CF-Talk
Subject: Re: MAX registration?

This is one of those moments where I expect Ben Forta to chime in and 
say "Maybe.." or "Soon..."  Which seems to be the way, when asked about

details that have not yet been released.

he he he
sim

Ian Skinner wrote:

> I guess there where a few ways to interpret my question.  
>
> I was wondering at what facility in New Orleans the conference was 
> going to be at.  There have been some intelligent guesses.  But, I
was 
> a bit surprised that it was no mentioned in the MAX 2004 details on 
> the MM website [http://www.macromedia.com/macromedia/events/max/].  I

> can't imagine that the location is not settled on, since it is my 
> understanding that something this big would need at least nine to 
> twelve months advanced booking, wouldn't it?
>
> Ian
>
> --
>
> >From the homepage, Company -> Events -> Max 2004 -> Hotel works for
> me...unless I'm misunderstanding the question.
>
> Ken
>
> Confidentiality Notice:  This message including any
> attachments is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the
> intended recipient, please contact the sender and
> delete any copies of this message.
> 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Ian Skinner
OK I get it now, I need to read the entire page.  So it is there, just not where I have been looking for it.

Hotels

We offer several MAX 2004 conference hotels to give you the opportunity to select the hotel that best fit your needs. All hotels offer discounted rates for MAX attendees, and are centrally located to the Ernest N. Morial Convention Center, the historic French Quarter, and the Central Business District. 

Never mind, I will just go back to my coding now.

Ian

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Ben Forta
I'm not taking the bait :-)

  _  

From: simeon [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 4:24 PM
To: CF-Talk
Subject: Re: MAX registration?

This is one of those moments where I expect Ben Forta to chime in and 
say "Maybe.." or "Soon..."  Which seems to be the way, when asked about 
details that have not yet been released.

he he he
sim

Ian Skinner wrote:

> I guess there where a few ways to interpret my question.  
>
> I was wondering at what facility in New Orleans the conference was 
> going to be at.  There have been some intelligent guesses.  But, I was 
> a bit surprised that it was no mentioned in the MAX 2004 details on 
> the MM website [http://www.macromedia.com/macromedia/events/max/].  I 
> can't imagine that the location is not settled on, since it is my 
> understanding that something this big would need at least nine to 
> twelve months advanced booking, wouldn't it?
>
> Ian
>
> --
>
> >From the homepage, Company -> Events -> Max 2004 -> Hotel works for
> me...unless I'm misunderstanding the question.
>
> Ken
>
> Confidentiality Notice:  This message including any
> attachments is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the
> intended recipient, please contact the sender and
> delete any copies of this message.
> 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: rotate images..

2004-06-23 Thread Charlie Griefer
a random image for each page load?

there is text associated with a specific image?

- Original Message - 
From: "Bailey, Neal" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, June 23, 2004 1:18 PM
Subject: rotate images..

> Hey Guys...
>
> What's the easiest way to rotate a set of images on a site? I have a
> testimonial section that has an image with a few words and I want it to
> rotate through the images either by page load or by session...
>
> Is there an udf out there for this or a little script? I Google but could
> not find anything that I could use.
>
> Thanks...
>
> Neal Bailey
> Internet Marketing Manager
> E-mail:   [EMAIL PROTECTED]
>
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: MAX registration?

2004-06-23 Thread simeon
This is one of those moments where I expect Ben Forta to chime in and 
say "Maybe.." or "Soon..."  Which seems to be the way, when asked about 
details that have not yet been released.

he he he
sim

Ian Skinner wrote:

> I guess there where a few ways to interpret my question.  
>
> I was wondering at what facility in New Orleans the conference was 
> going to be at.  There have been some intelligent guesses.  But, I was 
> a bit surprised that it was no mentioned in the MAX 2004 details on 
> the MM website [http://www.macromedia.com/macromedia/events/max/].  I 
> can't imagine that the location is not settled on, since it is my 
> understanding that something this big would need at least nine to 
> twelve months advanced booking, wouldn't it?
>
> Ian
>
> --
>
> >From the homepage, Company -> Events -> Max 2004 -> Hotel works for
> me...unless I'm misunderstanding the question.
>
> Ken
>
> Confidentiality Notice:  This message including any
> attachments is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the
> intended recipient, please contact the sender and
> delete any copies of this message.
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




rotate images..

2004-06-23 Thread Bailey, Neal
Hey Guys...

 
What's the easiest way to rotate a set of images on a site? I have a
testimonial section that has an image with a few words and I want it to
rotate through the images either by page load or by session... 

 
Is there an udf out there for this or a little script? I Google but could
not find anything that I could use. 

 
Thanks... 

 
Neal Bailey
Internet Marketing Manager
E-mail:   [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Ian Skinner
I guess there where a few ways to interpret my question.  

I was wondering at what facility in New Orleans the conference was going to be at.  There have been some intelligent guesses.  But, I was a bit surprised that it was no mentioned in the MAX 2004 details on the MM website [http://www.macromedia.com/macromedia/events/max/].  I can't imagine that the location is not settled on, since it is my understanding that something this big would need at least nine to twelve months advanced booking, wouldn't it?

Ian

--

>From the homepage, Company -> Events -> Max 2004 -> Hotel works for
me...unless I'm misunderstanding the question.

Ken

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Ian Skinner
No, I'm looking for the location of MAX in New Orleans.  I could not find any mention of the specific location of the conference beyond the rather general New Orleans on the MM site.

 
Ian

 
I think he was looking for the location of the MAX info on the MM web site, no?

http://www.macromedia.com/macromedia/events/max/

Regards,
Dave.

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Scott Stewart
It is, I was down there last summer for the US Taekwondo Union National
Championships
It's right next to the Riverwalk and walking distance to Harrahs.

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 23, 2004 2:23 PM
To: CF-Talk
Subject: RE: MAX registration?

If this guess is correct, looks to be pretty close.

1: Start out going West on POYDRAS ST toward CONVENTION CENTER BLVD. 0.1
miles
2: Turn LEFT onto CONVENTION CENTER BLVD. 0.4 miles
3: Turn LEFT onto S DIAMOND ST. <0.1 miles
4: End at 900 CONVENTION CENTER BLVD NEW ORLEANS LA

Ian

--

Could be the Morial Convention Center, but that's just a guess.

And look, their web site is in CFML!

http://www.mccno.com/default.cfm

  - Rick

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Rick Faircloth
Will do!  Thanks, Dave...

Rick

  -Original Message-
  From: Dave Watts [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, June 23, 2004 11:38 AM
  To: CF-Talk
  Subject: RE: Is there a way to have all CFCatch messages display at once?

  > Is there a way to use a wildcard to check and see if a
  > certain structure say FormErrors contains any elements as
  > opposed to having to check for specific structure element
  > contents.

  You can use the StructIsEmpty function, which returns a Boolean value:

   ...

  Dave Watts, CTO, Fig Leaf Software
  http://www.figleaf.com/
  phone: 202-797-5496
  fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Rick Faircloth
Great!  Thanks, Joe...
  -Original Message-
  From: Joe Rinehart [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, June 23, 2004 11:26 AM
  To: CF-Talk
  Subject: Re: Is there a way to have all CFCatch messages display at once?

  Rick -

  StructIsEmpty() returns a boolean representing whether or not the
  structure, is, well, empty.

  -joe

  - Original Message -
  From: Rick Faircloth <[EMAIL PROTECTED]>
  Date: Wed, 23 Jun 2004 10:23:50 -0400
  Subject: RE: Is there a way to have all CFCatch messages display at once?
  To: CF-Talk <[EMAIL PROTECTED]>

  Is there a way to use a wildcard to check and see if a certain structure

  say FormErrors contains any elements as opposed to having to check

  for specific structure element contents.

  In other words, can I code 
a

  wildcard,

  instead of having to check for each item, such as:

  

or StructKeyExists(FormErrors.LastName)

or etc...>

  I want to be able to send a general alert to a form user that there are
form

  errors to be check below interspersed in the form if any errors exists at

  all,

  without having CFIF through each one...

  ???

  Rick

    -Original Message-

    From: Rick Faircloth [mailto:[EMAIL PROTECTED]

    Sent: Wednesday, June 23, 2004 9:18 AM

    To: CF-Talk

    Subject: RE: Is there a way to have all CFCatch messages display at
once?

    An interesting approach, Joe.

    I'm using CF 4.5 still if that matters, and haven't used 

    in a couple of years.

    Does the "message" part of the CFINPUT tag

    appear inside the form field? (I guess it would...)

    Then if there were an error, the "formErrorFields" error message

    would then appear below the field again?  (As you have

    it coded, right?

    The only problem I see with that approach is that I display

    a user's original entry back into the fields of the form, so they

    can see what they may have done wrong...

    This is how I code all my 's at this point...

    

 

  Value="#Form.FirstName#"

  Size="30" MaxLength="30" Class="TextInput01">

    

 

 Size="30" MaxLength="30" Class="TextInput01">

    

    But, I guess I could still make use of a structure instead of an array,

    and just use it the same way I'm currently using the array to display

    messages...

    Using a structure instead of an array would make the error messages
easier

    to keep up with since they incorporate the name of the formfield...A
form

    with

    38 entry fields could get a little confusing...ErrorMessage[32][1]

    (Hmmm...now

    which field was that, anyway...)  :o)

    Thanks for the tip!  Sounds good!

    Rick

  -Original Message-

  From: Joe Rinehart [mailto:[EMAIL PROTECTED]

  Sent: Wednesday, June 23, 2004 8:08 AM

  To: CF-Talk

  Subject: Re: Is there a way to have all CFCatch messages display at

  once?

  Rick,

  Instead of using a two-dimensional array, why not just use a
structure?

  At the beginning of your page, you could do this:

  

  Then, if a given field (say, firstname was blank) had something wrong

  with it, do:

  



  

  Then, in your form:

  

  

#formErrorfFields.firstname#

  

  Granted, this limits you to only being able to have one thing wrong

  with each field at a time, but there's no reason each element couldn't

  be an array containing multiple error messages per field.

  -Joe

  - Original Message -

  From: Rick Faircloth <[EMAIL PROTECTED]>

  Date: Wed, 23 Jun 2004 08:07:25 -0400

  Subject: RE: Is there a way to have all CFCatch messages display at

  once?

  To: CF-Talk <[EMAIL PROTECTED]>

  I've worked out a way using a two dimensional array

  that contains the error message in the first dimension and set the

  second dimension in the row to "Yes" if there is an error found.

  Formfield 1 message is ErrorMessage[1][1] and ErrorMessage[1][2] is
set

  to

  "Yes" or "No".

  (No by default)

  Formfield 2 message is ErrorMessage[2][1], etc...

  None of this is dynamic, just hard coded.

  I just validate each form field and if there is a problem, set

  ErrorMessage[1][1]

  to hold whatever message is appropriate for the field and

    ErrorMessage[1][2]

  to "Yes".

  Then, there is a row just above each form field and its title which
will

  display

  it's contents, ErrorMessage[1][1], etc., if ErrorMessage[1][2] has
been

    set

  to "Yes."

  Now, all problems can be addressed at once, instead of one at a

    time...much

  better!

  For long forms, and as a standard of practice for all forms, I'll

  trigger

    a

  message at the

  top of the form which states that there are errors in the form input,

  and

    to

  please check

RE: MAX registration?

2004-06-23 Thread Ian Skinner
If this guess is correct, looks to be pretty close.

1: Start out going West on POYDRAS ST toward CONVENTION CENTER BLVD. 0.1 miles
2: Turn LEFT onto CONVENTION CENTER BLVD. 0.4 miles
3: Turn LEFT onto S DIAMOND ST. <0.1 miles
4: End at 900 CONVENTION CENTER BLVD NEW ORLEANS LA

Ian

--

Could be the Morial Convention Center, but that's just a guess.

And look, their web site is in CFML!

http://www.mccno.com/default.cfm

  - Rick

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread Jochem van Dieten
Adrocknaphobia wrote:
> Actually, the option to maintain database connections doesnt seem to
> really work (for J2EE ---> Oracle).

It does for PostgreSQL. Even the bug where the configured maximum 
number of connections was not actually enforced has been fixed in 
6.1.

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFMX Enterprise, JRun and Flash Remoting (Update)

2004-06-23 Thread Nathan Mische
I've been working on this off and on all day and this is what my
investigation has uncovered so far.

I tried accessing the service in question as a web service
(http://www.mysite.com/myservice.cfc?wsdl) and this was causing a HTTP
500 Internal server error. I looked at the Jrun log
(C:/Jrun4/logs/cfusion-out.log) for the server in question and noticed
that two classes are not loading, coldfusion.xml.rpc.CFCServlet and
org.apache.axis.transport.http.AxisServlet. (I've attached relevant
portions of my log below.)

This server had all hot fixes listed at
http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm
applied when it was first setup. I noticed that the Web Service Headers
with ColdFusion MX hot fix
(http://www.macromedia.com/support/coldfusion/ts/documents/webservices_h
eader.htm) replaced the axis class in question so I uninstalled that hot
fix. This fixed the errors in my log file but I still get an Internal
server error when trying to access the .cfc as a web service.

I imagine the cfc has to be accessible as a web service for Flash
Remoting to work. Am I correct?

I'm new to Jrun, so if anyone can give me some pointers as to where I
should be looking to fix this I'm all ears. (No pun intended.)  

Thanks,

--Nathan 

Below is my part of my cfusion-out.log with the hotfix applied: 

- Starting logging...
06/23 14:17:16 user ColdFusionStartUpServlet: ColdFusion MX: Starting
application services 0 [scheduler-1] INFO coldfusion.server  - Starting
logging...
06/23 14:17:16 user ColdFusionStartUpServlet: ColdFusion MX: VM version
= 1.4.2-b28
06/23 14:17:19 user ColdFusionStartUpServlet: ColdFusion MX: application
services are now available
06/23 14:17:19 user CFCServlet: init
06/23 14:17:20 user CFCServlet: failed to load:
coldfusion.xml.rpc.CFCServlet
06/23 14:17:20 user AdminServlet: init
06/23 14:17:20 user AdminServlet: failed to load:
org.apache.axis.transport.http.AxisServlet
06/23 14:17:34 user CFCServlet: init
06/23 14:17:34 user CFCServlet: failed to load:
coldfusion.xml.rpc.CFCServlet

And without the hotfix applied:

- Starting logging...
06/23 14:34:44 user ColdFusionStartUpServlet: init 0 [scheduler-1] INFO
coldfusion.server  - Starting logging...
06/23 14:34:44 user ColdFusionStartUpServlet: ColdFusion MX: Starting
application services
06/23 14:34:44 user ColdFusionStartUpServlet: ColdFusion MX: VM version
= 1.4.2-b28
06/23 14:34:47 user ColdFusionStartUpServlet: ColdFusion MX: application
services are now available
06/23 14:34:47 user CFCServlet: init
06/23 14:34:47 user CFCServlet: init
06/23 14:34:47 user AdminServlet: init
06/23 14:34:47 user AdminServlet: init
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Kenneth Wilson
From the homepage, Company -> Events -> Max 2004 -> Hotel works for
me...unless I'm misunderstanding the question.

Ken

-Original Message-
From: simeon [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 2:54 PM
To: CF-Talk
Subject: Re: MAX registration?

Yeah, so i totally misunderstood the question he asked.  I thought he
was looking for info on macromedia's site about max. and after clicking
around I realized there their were no prominent links.  

But I dont see the location either. 

sim
Rick Root wrote:

> Ian Skinner wrote:
> >
> > Interestingly, I can not find where the conference actually is on 
> > the Macromedia web site.  Is this something we are just supposed to
know?
> > Does somebody know?
>
> Could be the Morial Convention Center, but that's just a guess.
>
> And look, their web site is in CFML!
>
> http://www.mccno.com/default.cfm
>
>   - Rick
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: MAX registration?

2004-06-23 Thread Dave Carabetta
On Wed, 23 Jun 2004 14:45:10 -0400, Ray Champagne <[EMAIL PROTECTED]> wrote:
> 
> In the streets of New Orleans, of course!
> 
> Ray
> 

I think he was looking for the location of the MAX info on the MM web site, no?

http://www.macromedia.com/macromedia/events/max/

Regards,
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: MAX registration?

2004-06-23 Thread simeon
Yeah, so i totally misunderstood the question he asked.  I thought he 
was looking for info on macromedia's site about max. and after clicking 
around I realized there their were no prominent links.  

But I dont see the location either. 

sim
Rick Root wrote:

> Ian Skinner wrote:
> >
> > Interestingly, I can not find where the conference actually is on the
> > Macromedia web site.  Is this something we are just supposed to know?
> > Does somebody know?
>
> Could be the Morial Convention Center, but that's just a guess.
>
> And look, their web site is in CFML!
>
> http://www.mccno.com/default.cfm
>
>   - Rick
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: MAX registration?

2004-06-23 Thread simeon
Definatly no clear link yet.  But if you click on "More events" link on 
the lower right hand side of the home page there is a link available.

sim

Ian Skinner wrote:

> To reiterate:
>
>
> Interestingly, I can not find where the conference actually is on the
> Macromedia web site.  Is this something we are just supposed to know?
> Does somebody know?
>
> Ian
>
> Confidentiality Notice:  This message including any
> attachments is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the
> intended recipient, please contact the sender and
> delete any copies of this message.
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: MAX registration?

2004-06-23 Thread Rick Root
Ian Skinner wrote:
> 
> Interestingly, I can not find where the conference actually is on the
> Macromedia web site.  Is this something we are just supposed to know?
> Does somebody know?

Could be the Morial Convention Center, but that's just a guess.

And look, their web site is in CFML!

http://www.mccno.com/default.cfm

  - Rick
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Ray Champagne
In the streets of New Orleans, of course!

Ray

At 02:40 PM 6/23/2004, you wrote:
>To reiterate:
>
>Interestingly, I can not find where the conference actually is on the
>Macromedia web site.  Is this something we are just supposed to know?
>Does somebody know?
>
>Ian
>
>
>Confidentiality Notice:  This message including any
>attachments is for the sole use of the intended
>recipient(s) and may contain confidential and privileged
>information. Any unauthorized review, use, disclosure or
>distribution is prohibited. If you are not the
>intended recipient, please contact the sender and
>delete any copies of this message.
>
>
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFMX Enterprise, JRun and Flash Remoting

2004-06-23 Thread Nathan Mische
I've been working on this off and on all day, and this is what my
investigation has uncovered so far.

I tried accessing the service in question as a web service
(http://www.mysite.com/myservice.cfc?wsdl) and this was causing a HTTP
500 Internal server error. I looked at the Jrun log
(C:/Jrun4/logs/cfusion-out.log) for the server in question and noticed
that two classes are not loading, coldfusion.xml.rpc.CFCServlet and
org.apache.axis.transport.http.AxisServlet. (I've attached relevant
portions of my log below.)

This server had all hot fixes listed at
http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm
applied when it was first setup. I noticed that the Web Service Headers
with ColdFusion MX hot fix
(http://www.macromedia.com/support/coldfusion/ts/documents/webservices_h
eader.htm) replaced the axis class in question so I uninstalled that hot
fix. This fixed the errors in my log file but I still get an Internal
server error when trying to access the .cfc as a web service.

Any ideas?

Thanks,

--Nathan 

Below is my part of my cfusion-out.log with the hotfix applied: 

- Starting logging...
06/23 14:17:16 user ColdFusionStartUpServlet: ColdFusion MX: Starting
application services
0 [scheduler-1] INFO coldfusion.server  - Starting logging...
06/23 14:17:16 user ColdFusionStartUpServlet: ColdFusion MX: VM version
= 1.4.2-b28
06/23 14:17:19 user ColdFusionStartUpServlet: ColdFusion MX: application
services are now available
06/23 14:17:19 user CFCServlet: init
06/23 14:17:20 user CFCServlet: failed to load:
coldfusion.xml.rpc.CFCServlet
06/23 14:17:20 user AdminServlet: init
06/23 14:17:20 user AdminServlet: failed to load:
org.apache.axis.transport.http.AxisServlet
06/23 14:17:34 user CFCServlet: init
06/23 14:17:34 user CFCServlet: failed to load:
coldfusion.xml.rpc.CFCServlet

And without the hotfix applied:

- Starting logging...
06/23 14:34:44 user ColdFusionStartUpServlet: init
0 [scheduler-1] INFO coldfusion.server  - Starting logging...
06/23 14:34:44 user ColdFusionStartUpServlet: ColdFusion MX: Starting
application services
06/23 14:34:44 user ColdFusionStartUpServlet: ColdFusion MX: VM version
= 1.4.2-b28
06/23 14:34:47 user ColdFusionStartUpServlet: ColdFusion MX: application
services are now available
06/23 14:34:47 user CFCServlet: init
06/23 14:34:47 user CFCServlet: init
06/23 14:34:47 user AdminServlet: init
06/23 14:34:47 user AdminServlet: init



	From: Nathan Mische [mailto:[EMAIL PROTECTED] 
	Sent: Wednesday, June 23, 2004 10:04 AM
	To: CF-Talk
	Subject: CFMX Enterprise, JRun and Flash Remoting
	
	
	We recently upgraded our ColdFusion server from Pro to
Enterprise and
	now we can't seem to get Flash Remoting working. When I  browse
to
	flashservices/gateway I get a blank page, but when I try to
connect to a
	service from the Flash Service Browser I get the following
error:
	"Service threw an exception during method invocation: No service
named
	myservice is known to Flash Remoting MX." 
	
	This is a multihomed Windows 2003 server. JRun is connected to
IIS and
	ColdFusion is deployed as an .ear.
	
	I've seen a few items in the archives and on the MM site that
deal with
	Flash Remoting on multihomed ColdFusion Pro, but I can't seem to
find
	anything on Enterprise.
	
	I've gone through this checklist in this Flash Remoting TechNote
	
(http://www.macromedia.com/support/flash_remoting/ts/documents/cfmx_fr_c
	hecklist.htm) and noticed I didn't have the flashgateway.ear
deployed. I
	tried deploying that ear and I still get a blank page when I
browse to
	flashservices/gateway, but I still can't find my services.
	
	Any help would be greatly appreciated.
	
	Thanks,
	
	--Nathan
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Ian Skinner
To reiterate:

 
Interestingly, I can not find where the conference actually is on the
Macromedia web site.  Is this something we are just supposed to know? 
Does somebody know?

Ian

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: MAX registration?

2004-06-23 Thread Adrocknaphobia
Hilton says all government rooms are booked :-P

-Adam

- Original Message -
From: Ian Skinner <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 10:41:10 -0700
Subject: RE: MAX registration?
To: CF-Talk <[EMAIL PROTECTED]>

>From the Macromedia web site
[http://www.macromedia.com/macromedia/events/max/hotel_travel/hotel.html]

Hilton New Orleans Riverside

The Hilton New Orleans Riverside is the official host hotel for MAX 2004.

MAX 2004 Rate: $149 / $159

Central Reservations: 800-Hiltons or 800-445-8667
Please reference MACROMEDIA when making reservations to receive the group rate. 

Two Poydras Street
New Orleans, LA 70140

Macromedia MAX 2004 attendees staying at the Hilton New Orleans
Riverside will receive complimentary wireless internet access in their
sleeping rooms.

A limited number of government-rate rooms are available, subject to
qualification.

As "official host hotel" I would hope it is pretty handy.
Interestingly, I can not find where the conference actually is on the
Macromedia web site.  Is this something we are just supposed to know? 
Does somebody know?

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Upgrading to CFMX

2004-06-23 Thread Chris McGrath
I think the biggest issue we are facing is that part of the application 
uses dbtype="dynamic" which is no longer supported. There is a 
workaround that we are playing with now to get past this hurdle.

> This is a multi-part message in MIME format.
> 
> 
> Be VERY careful around CFMAIL.  You can no longer send multipart 
messages
> that are manually assembled; you have to use CFMAILPART.  No big deal 
if
> you're sending both text and HTML format messages, but if you're 
doing image
> inlining (for example), you're totally hosed, and will have to come 
up with
> a non-CFMAIL solution.
> 
> Not very nice of MM to take such a huge step back in their email 
support
> with CFMX, but oh well.  I've yet to hear a sigle macromedian 
acknowledge
> that it was possible to send multipart mail before CFMAILPART in 
CFM6.1,
> even though it has been possible since at least CF 4.0, when I 
started.  And
> I've specifically asked the question.
> 
> Cheers,
> barneyb
> 
> > -Original Message-
> > From: Chris McGrath [mailto:[EMAIL PROTECTED] 
> > Sent: Wednesday, June 23, 2004 9:17 AM
> > To: CF-Talk
> > Subject: Upgrading to CFMX
> > 
> > Hi all,
> > 
> > I have been charged with upgrading a CRM application built using CF 
> > 5.0. Currently we are looking at upgrading 15 web servers (a 
> > mix of Win 
> > 2k and Win 2003). 
> > 
> > My question is what are some experiences you had in doing an 
upgrade 
> > from 5.0 to MX?
> > 
> > Thanks,
> > Chris
> >  
> > 
> > 
> > 
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Upgrading to CFMX

2004-06-23 Thread Chris McGrath
I thought addtoken defaults to yes in 5 also? Either way, as a rule of 
thumb we always use addtoken="no" in our cflocation tags.

> This is a multi-part message in MIME format.
> 
> 
> only issue we really saw was the change in cflocationaddtoken 
defaults to yes now.
>  
> Doug
> 
> -Original Message-
> From: Tony Weeg [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 23, 2004 1:04 PM
> To: CF-Talk
> Subject: RE: Upgrading to CFMX
> 
> 
> flawless for us so far.
> 
> 3 servers, and multiple dev boxes, all good :)
> 
> but certainly install on a dev box, run the code analyzer, fix, and 
test
> again then I'd go production from there.
> 
> tw
> 
> -Original Message-
> From: Calvin Ward [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, June 23, 2004 1:01 PM
> To: CF-Talk
> Subject: RE: Upgrading to CFMX
> 
> You'll run into a few oddities here and there that you'll have to find
> through testing.  
> 
> Be sure to use the code analyzer in cf admin.
> 
> If you use cfform, you'll need to account for that.
> 
> One app on multiple OSes? Sounds fun!
> 
> -Calvin
> 
> -Original Message-
> From:  Chris McGrath
> Date:  6/23/04 12:17 pm
> To:  CF-Talk 
> Subj:  Upgrading to CFMX
> 
> Hi all,
> 
> I have been charged with upgrading a CRM application built using CF 
> 5.0. Currently we are looking at upgrading 15 web servers (a mix of 
Win 
> 2k and Win 2003). 
> 
> My question is what are some experiences you had in doing an upgrade 
> from 5.0 to MX?
> 
> Thanks,
> Chris 
>   _  
> 
> 
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




No longer able to access database

2004-06-23 Thread John Croney
I am encountering a problem where by the pages are unable to access the databases. This recently started to happen.

Could any one advise if this is a known problem?

I was looking for a way to restart the services and found this.
http://www.houseoffusion.com/lists.cfm/link=m:4:20380:102935

I created the batch file and use CFDIRECTORY and CFFILE to create the file, directory and confirm the file was there.

I then use  to run the file, but I receive an error that the JRUN Closed connection and the next time I got :

An exception occurred when invoking an external process. 
The cause of this exception was that: java.io.IOException: CreateProcess: MERUN c:\MX\mxrestart.bat error=2. 
 	
The error occurred in C:\Inetpub\wwwroot\unitedsite\restart.cfm: line 6
5 : 
6 : 
7 : 
8 : Finsih

Can any one help?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re[2]: listfunction problems

2004-06-23 Thread cf-talk
Hello Ubqtous,

Wednesday, June 23, 2004, 8:12:49 PM, you wrote:
On Wed, 23 Jun 2004 14:05:00 -0400, Ubqtous <[EMAIL PROTECTED]> wrote:

Thanks.
Nop, tried it but didn't work,
Might be because of the elements aren't empty.

I will give the UDF-function a try.
Uwe

-- 
Best regards,
 cf-talk    mailto:[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: listfunction problems

2004-06-23 Thread Ubqtous
On Wed, 23 Jun 2004 14:05:00 -0400, Ubqtous <[EMAIL PROTECTED]> wrote:

> 
> replace(list,",,",",","all")

Oops, wasn't paying attention. This won't catch more than 2
consecutive. This might work, assuming the elements are truly empty:

rereplace( list , "[,]{2,}" , "," , "all")

-- 
Ubqtous
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: ColdFusion Blogging Tool

2004-06-23 Thread Michael Wilson
Hi,

Oooo Fb4... Linkity-link? :0

 
Best regards,	
Michael Wilson


From: John Beynon [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 2:01 PM
To: CF-Talk
Subject: Re: ColdFusion Blogging Tool

i have a hacked up version of Ray's blogger app running on my site,
converted to allow multiple users, multiple blogs single DSN, Fusebox
4'ed I'm afraid too...
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: ColdFusion Blogging Tool

2004-06-23 Thread Michael Wilson
Hi,

 
I am sure it is a matter of opinion, but mine is that WordPress
(http://www.wordpress.org/) is so much nicer than MT and it is (always) free
to boot. It also isn't suffering from the problems MT is having at the
moment--slow page building, a lack of new features, and a horrible
comment registration method--TypeKey. Seriously look at WordPress if you
plan on making modifications and if ease of use, install, and upgrading are
an issue, MT 3.0DE was a nightmare to install for me and an upgrade was even
worse. If there was a CF version of WordPress all would be right with the
world... Well, not all but it would be a great start. :)

 
Best regards,	
Michael Wilson 


From: George Abraham [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 12:18 PM
To: CF-Talk
Subject: Re: ColdFusion Blogging Tool

I understand. You're right about the overkill. So MT it is for the time
being.

Thanks,
George
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: listfunction problems

2004-06-23 Thread Ubqtous
On Wed, 23 Jun 2004 19:58:45 +0200, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> Hi folks, I have a list
> like: a, b, d, , f, g, , , , s
> But I would like to have:
> a, b, d, f, g, s
> 
> How can I get rid of the empty
> elements in the list ?

How about replace all double commas? Kinda kludgy, but...

replace(list,",,",",","all")

-- 
Ubqtous
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: listfunction problems

2004-06-23 Thread Marlon Moyer
http://www.cflib.org/udf.cfm?ID=919

should do the trick

Marlon

On Wed, 23 Jun 2004 19:58:45 +0200, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> Hi folks, I have a list
> like: a, b, d, , f, g, , , , s
> But I would like to have:
> a, b, d, f, g, s
> 
> How can I get rid of the empty
> elements in the list ?
> 
> Uwe
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: listfunction problems

2004-06-23 Thread Barney Boisvert


  
    
  



That's untested, but should work.

Cheers,
barneyb

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, June 23, 2004 10:59 AM
> To: CF-Talk
> Subject: listfunction problems
> 
> Hi folks, I have a list
> like: a, b, d, , f, g, , , , s
> But I would like to have:
> a, b, d, f, g, s
> 
> How can I get rid of the empty
> elements in the list ?
> 
> Uwe
> 
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Blogging Tool

2004-06-23 Thread John Beynon
i have a hacked up version of Ray's blogger app running on my site,
converted to allow multiple users, multiple blogs single DSN, Fusebox
4'ed I'm afraid too...

jb.

On Wed, 23 Jun 2004 13:10:11 -0400, Jim <[EMAIL PROTECTED]> wrote:
> 
> >>>Roger, yes we do need to be self-hosted. MovableType does look to be a
> >>>very decent app. But has anybody here used Drupal?
> 
> I use Geeklog for my personal stuff - nice and integrates with Gallery,
> etc. for photos.  For a good overview and demo of a lot of Portal/CMS
> systems:
> 
> http://test.opensourcecms.com
> 
> jim
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




listfunction problems

2004-06-23 Thread cf-talk
Hi folks, I have a list
like: a, b, d, , f, g, , , , s
But I would like to have:
a, b, d, f, g, s

How can I get rid of the empty
elements in the list ?

Uwe
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Ian Skinner
From the Macromedia web site [http://www.macromedia.com/macromedia/events/max/hotel_travel/hotel.html]

Hilton New Orleans Riverside

The Hilton New Orleans Riverside is the official host hotel for MAX 2004.

MAX 2004 Rate: $149 / $159

Central Reservations: 800-Hiltons or 800-445-8667
Please reference MACROMEDIA when making reservations to receive the group rate. 

Two Poydras Street
New Orleans, LA 70140

Macromedia MAX 2004 attendees staying at the Hilton New Orleans Riverside will receive complimentary wireless internet access in their sleeping rooms. 

A limited number of government-rate rooms are available, subject to qualification.

As "official host hotel" I would hope it is pretty handy. Interestingly, I can not find where the conference actually is on the Macromedia web site.  Is this something we are just supposed to know?  Does somebody know?

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: OT: Jr Developer Position for CF and Flex

2004-06-23 Thread CFDEV
Hi Stace, what's your address to email you offlist?

 
Thanks

 
Pat

  _  

From: Asim Manzur [mailto:[EMAIL PROTECTED] 
Sent: June 23, 2004 13:15
To: CF-Talk
Subject: Re: OT: Jr Developer Position for CF and Flex

What is the expected salary range?

> Primarily CF, knowledge of Flex a bonus but not required.
> 
> Position is in Montreal, Canada. Drop me a line offlist if you're
> interested or know someone that would be!
> 
> Sorry for the intrusion!
> Cheers,
> 
> Stace
> 
> 
> 
> 
> bgcolor=BDBDBD>
> color=FF>AVIS IMPORTANT
> width=400>
> color=FF>WARNING
> width=400> 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.
> align=justify> 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. 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Upgrading to CFMX

2004-06-23 Thread Barney Boisvert
Be VERY careful around CFMAIL.  You can no longer send multipart messages
that are manually assembled; you have to use CFMAILPART.  No big deal if
you're sending both text and HTML format messages, but if you're doing image
inlining (for example), you're totally hosed, and will have to come up with
a non-CFMAIL solution.

Not very nice of MM to take such a huge step back in their email support
with CFMX, but oh well.  I've yet to hear a sigle macromedian acknowledge
that it was possible to send multipart mail before CFMAILPART in CFM6.1,
even though it has been possible since at least CF 4.0, when I started.  And
I've specifically asked the question.

Cheers,
barneyb

> -Original Message-
> From: Chris McGrath [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, June 23, 2004 9:17 AM
> To: CF-Talk
> Subject: Upgrading to CFMX
> 
> Hi all,
> 
> I have been charged with upgrading a CRM application built using CF 
> 5.0. Currently we are looking at upgrading 15 web servers (a 
> mix of Win 
> 2k and Win 2003). 
> 
> My question is what are some experiences you had in doing an upgrade 
> from 5.0 to MX?
> 
> Thanks,
> Chris
>  
> 
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Barney Boisvert
A given connection can only be servicing a single CF request at a time, so
if you have two concurrent requests, CF will open two connections to the DB.
It's slightly more overhead that is strictly needed (you could release
connections after each transaction, and regain them for the next).  However,
talking to the connection pool might actually be more overhead that opening
a couple extra connections to the DB, since RDBMSs are specifically designed
to service multiple clients.

I seem to recall that CF will close out connections from it's pool and
reopen new ones after a certain amount of .  Don't know if it was
time, number of queries, or even whether it's still around.  Might have just
been back in the 4.5 days.

Cheers,
barneyb

> -Original Message-
> From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, June 23, 2004 9:58 AM
> To: CF-Talk
> Subject: Re: Understanding/Defending Coldfusion connections
> 
> Actually, the option to maintain database connections doesnt seem to
> really work (for J2EE ---> Oracle). Even with maintain connection
> checked we notice that Oracle still creates multiple sessions.
> 
> The workaround we put in place was to make our DB calls through a java
> api that could do a much better job of maintaining the connection.
> 
> So CF acts contrary to what this voice of authority claims.
> 
> -Adam
> 
> 
> - Original Message -
> From: G <[EMAIL PROTECTED]>
> Date: Wed, 23 Jun 2004 11:42:21 -0500
> Subject: Re: Understanding/Defending Coldfusion connections
> To: CF-Talk <[EMAIL PROTECTED]>
> 
> 
> You're right, MS has done a good job of getting the word about .NET
> out. As such, we developers are almost obligated to familiarize
> ourselves with its capabilities (and shortcomings) so that we can make
> the correct tech decisions for ourselves, our companies, our clients,
> etc.
> 
> "Microsoft" carries such weight that if you're going to recommend a
> different solution to a customer, you'd better have solid reasons to
> back them up. The fact that .NET is not preceded by "CF" is probably
> not going to get it done :)
> 
> Brian
> 
>   - Original Message - 
>   From: Ray Champagne 
>   To: CF-Talk 
>   Sent: Wednesday, June 23, 2004 10:52 AM
>   Subject: Re: Understanding/Defending Coldfusion connections
> 
>   I'd be very interested in that too.  MS certainly has been 
> good at getting 
>   the word out about .NET, and therefore all of our clients 
> are convinced 
>   that they 'need' it.  I'd love to have more ways to 
> convince them otherwise.
> 
>   Ray
>   http://www.crystalvision.org
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Upgrading to CFMX

2004-06-23 Thread Douglas.Knudsen
only issue we really saw was the change in cflocationaddtoken defaults to yes now.

 
Doug

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 23, 2004 1:04 PM
To: CF-Talk
Subject: RE: Upgrading to CFMX

flawless for us so far.

3 servers, and multiple dev boxes, all good :)

but certainly install on a dev box, run the code analyzer, fix, and test
again then I'd go production from there.

tw

-Original Message-
From: Calvin Ward [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 1:01 PM
To: CF-Talk
Subject: RE: Upgrading to CFMX

You'll run into a few oddities here and there that you'll have to find
through testing.  

Be sure to use the code analyzer in cf admin.

If you use cfform, you'll need to account for that.

One app on multiple OSes? Sounds fun!

-Calvin

-Original Message-
From:  Chris McGrath
Date:  6/23/04 12:17 pm
To:  CF-Talk 
Subj:  Upgrading to CFMX

Hi all,

I have been charged with upgrading a CRM application built using CF 
5.0. Currently we are looking at upgrading 15 web servers (a mix of Win 
2k and Win 2003). 

My question is what are some experiences you had in doing an upgrade 
from 5.0 to MX?

Thanks,
Chris 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread Doug White
Our ColdFusion user group has had two speakers come in and extol the advantages
of DOT NET over the "other" languages, and while the presentations were detailed
and thorough, it is interesting to note that they made NO converts from among
our developers.

==
Our Anti-spam solution works!!
http://www.clickdoug.com/mailfilter.cfm
For hosting solutions http://www.clickdoug.com
http://www.forta.com/cf/isp/isp.cfm?isp_id=1069
==

  - Original Message - 
  From: G
  To: CF-Talk
  Sent: Wednesday, June 23, 2004 11:42 AM
  Subject: Re: Understanding/Defending Coldfusion connections

  You're right, MS has done a good job of getting the word about .NET out. As
such, we developers are almost obligated to familiarize ourselves with its
capabilities (and shortcomings) so that we can make the correct tech decisions
for ourselves, our companies, our clients, etc.

  "Microsoft" carries such weight that if you're going to recommend a different
solution to a customer, you'd better have solid reasons to back them up. The
fact that .NET is not preceded by "CF" is probably not going to get it done :)

  Brian
    - Original Message - 
    From: Ray Champagne
    To: CF-Talk
    Sent: Wednesday, June 23, 2004 10:52 AM
    Subject: Re: Understanding/Defending Coldfusion connections

    I'd be very interested in that too.  MS certainly has been good at getting
    the word out about .NET, and therefore all of our clients are convinced
    that they 'need' it.  I'd love to have more ways to convince them otherwise.

    Ray
    http://www.crystalvision.org
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: OT: Jr Developer Position for CF and Flex

2004-06-23 Thread Asim Manzur
What is the expected salary range?

> Primarily CF, knowledge of Flex a bonus but not required.
> 
> Position is in Montreal, Canada. Drop me a line offlist if you're
> interested or know someone that would be!
> 
> Sorry for the intrusion!
> Cheers,
> 
> Stace
> 
> 
> 
> 
> bgcolor=BDBDBD>
> color=FF>AVIS IMPORTANT
> width=400>
> color=FF>WARNING
> width=400> 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.
> align=justify> 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.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread Doug White
When creating a datasource in CF Administrator, under the advanced settings,
there is a check box where you can select "maintain database connections, etc."

But your friend is wrong anyway.

==
Our Anti-spam solution works!!
http://www.clickdoug.com/mailfilter.cfm
For hosting solutions http://www.clickdoug.com
http://www.forta.com/cf/isp/isp.cfm?isp_id=1069
==

  - Original Message - 
  From: Joshua OConnor-Rose
  To: CF-Talk
  Sent: Wednesday, June 23, 2004 10:49 AM
  Subject: Understanding/Defending Coldfusion connections

  OK so a friend of mine at an office I used to work at
  is having trouble defending coldfusion over dot net

  he tells me that this voice of 'authority' (its
  strange that a man that speaks with confidence is
  never questioned)

  "said cold fusion [is no good] because it keeps a
  database connection open all the time and that slows
  down the program/app and server"

  This particular web professional is converting all his
  CF to dot net, because of this defense.

  I've been briefly looking around so that I can
  understand database connections better and respond to
  him with the voice of reason (also to possibly
  optimise the performance of the access back end I have
  been stuck with on my current contract).

  But I keep coming up with help files on configuring
  datasources instead of information on how cf connects
  to datasources.

  Anybody have a good reference I can point to.

  -Joshua O'Connor-Rose
  -All is Good

  __
  Do you Yahoo!?
  Yahoo! Mail Address AutoComplete - You start. We finish.
  http://promotions.yahoo.com/new_mail
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Verity question

2004-06-23 Thread Ken Dunnington
I found that if I use a group="key" attribute in my cfoutput tag, I 
basically get the desired behavior (only 1 record per key) but I only 
get the first summary value (not a big deal) and my recordCount display 
is off. If 7 records are returned, but only 3 are distinct, how can I 
display "3 records found, displaying 1 - 3" instead of "7 records 
found, displaying 1 - 7"? This also messes up my pagination code.

On Jun 23, 2004, at 11:42 AM, Ken Dunnington wrote:

> This is kind of a combo Verity and SQL question :)
>
> I'm building a search engine for a rather sprawling site I'm working
> on. I've decided to use Verity, and have constructed four queries which
> I run in succession to populate/update the index (there are four
> 'objects' that the site is based around.) These queries use LEFT JOINs
> to link two tables (the main table and a separate 'keywords' table) to
> get the maximum amount of data to search against. Everything works
> fine, except when I search for a term that has one occurrence in the
> main table, but has multiple keywords, I get multiple (technically
> identical) records. As an example:
>
> 
> INSERT INTO movies (mID, mTitle) VALUES ('1','Evil Dead')
> INSERT INTO keywords (type,id,kword) ('3','1','Ash')
> INSERT INTO keywords (type,id,kword) ('3','1','Necronomicon')
> INSERT INTO keywords (type,id,kword) ('3','1','Raimi')
>
> 
> SELECT * FROM movie LEFT JOIN keywords ON `type` = 3 AND id = movie.mID
>
> 
> 
> title="mTitle" key="mID"
> 	body="mTitle,kword" custom1="Movie" query="objectsQuery">
>
> 
> 
> criteria="Evil">
>
> This will return a recordset with 3 rows, but for all intents and
> purposes, the information is the same. Is there a way I can include the
> keywords in the index, but somehow get distinct results from the
> search? In other words, I have set the 'body' value of cfindex to be
> the columns I want to search against, but I don't need them necessarily
> returned in my recordset (I don't want the kword column returned, even
> in the summary!)
>
> Any insight on this would be most appreciated!
> Thanks,
> Ken
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Blogging Tool

2004-06-23 Thread Jim
>>>Roger, yes we do need to be self-hosted. MovableType does look to be a
>>>very decent app. But has anybody here used Drupal?

I use Geeklog for my personal stuff - nice and integrates with Gallery, 
etc. for photos.  For a good overview and demo of a lot of Portal/CMS 
systems:

http://test.opensourcecms.com

jim
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Upgrading to CFMX

2004-06-23 Thread Tony Weeg
flawless for us so far.

3 servers, and multiple dev boxes, all good :)

but certainly install on a dev box, run the code analyzer, fix, and test
again then I'd go production from there.

tw

-Original Message-
From: Calvin Ward [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 1:01 PM
To: CF-Talk
Subject: RE: Upgrading to CFMX

You'll run into a few oddities here and there that you'll have to find
through testing.  

Be sure to use the code analyzer in cf admin.

If you use cfform, you'll need to account for that.

One app on multiple OSes? Sounds fun!

-Calvin

-Original Message-
From:  Chris McGrath
Date:  6/23/04 12:17 pm
To:  CF-Talk 
Subj:  Upgrading to CFMX

Hi all,

I have been charged with upgrading a CRM application built using CF 
5.0. Currently we are looking at upgrading 15 web servers (a mix of Win 
2k and Win 2003). 

My question is what are some experiences you had in doing an upgrade 
from 5.0 to MX?

Thanks,
Chris
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Upgrading to CFMX

2004-06-23 Thread Calvin Ward
You'll run into a few oddities here and there that you'll have to find through testing.  

Be sure to use the code analyzer in cf admin.

If you use cfform, you'll need to account for that.

One app on multiple OSes? Sounds fun!

-Calvin

-Original Message-
From:  Chris McGrath
Date:  6/23/04 12:17 pm
To:  CF-Talk 
Subj:  Upgrading to CFMX

Hi all,

I have been charged with upgrading a CRM application built using CF 
5.0. Currently we are looking at upgrading 15 web servers (a mix of Win 
2k and Win 2003). 

My question is what are some experiences you had in doing an upgrade 
from 5.0 to MX?

Thanks,
Chris
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread Adrocknaphobia
Actually, the option to maintain database connections doesnt seem to
really work (for J2EE ---> Oracle). Even with maintain connection
checked we notice that Oracle still creates multiple sessions.

The workaround we put in place was to make our DB calls through a java
api that could do a much better job of maintaining the connection.

So CF acts contrary to what this voice of authority claims.

-Adam

- Original Message -
From: G <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 11:42:21 -0500
Subject: Re: Understanding/Defending Coldfusion connections
To: CF-Talk <[EMAIL PROTECTED]>

You're right, MS has done a good job of getting the word about .NET
out. As such, we developers are almost obligated to familiarize
ourselves with its capabilities (and shortcomings) so that we can make
the correct tech decisions for ourselves, our companies, our clients,
etc.

"Microsoft" carries such weight that if you're going to recommend a
different solution to a customer, you'd better have solid reasons to
back them up. The fact that .NET is not preceded by "CF" is probably
not going to get it done :)

Brian

  - Original Message - 
  From: Ray Champagne 
  To: CF-Talk 
  Sent: Wednesday, June 23, 2004 10:52 AM
  Subject: Re: Understanding/Defending Coldfusion connections

  I'd be very interested in that too.  MS certainly has been good at getting 
  the word out about .NET, and therefore all of our clients are convinced 
  that they 'need' it.  I'd love to have more ways to convince them otherwise.

  Ray
  http://www.crystalvision.org
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Calvin Ward
Better be close... It's the official max hotel!

-Original Message-
From:  Tony Weeg
Date:  6/23/04 12:01 pm
To:  CF-Talk 
Subj:  RE: MAX registration?

just did the same thing ian ;)

good deal.

wonder how close it is to the event? 

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 11:55 AM
To: CF-Talk
Subject: RE: MAX registration?

I just made a reservation at the Hilton Riverside.  It maybe helpful for
some to know that one can reserve a room with an deposit of $184 that is
fully refundable if the reservation is canceled by no later then midnight
three days before arrival.

 
HTH

 
--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
 - Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: MAX registration?

2004-06-23 Thread Calvin Ward
I'll be arriving on the 30th  :)

-Original Message-
From:  Adrocknaphobia 
Date:  6/23/04 11:35 am
To:  CF-Talk 
Subj:  Re: MAX registration?

actually not my idea, one passed through the MMUGs. Haloween in New
Orleans is a much bigger event than MAX and already hotels are booking
up.

Tony are you coming to RockVegas this weekend for CFUN?

-Adam

- Original Message -
From: Tony Weeg <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 11:14:01 -0400
Subject: RE: MAX registration?
To: CF-Talk <[EMAIL PROTECTED]>

great idea, adam... 

-Original Message-
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 11:15 AM
To: CF-Talk
Subject: Re: MAX registration?

John, you should book the hotel now.

- Original Message -
From: Burns, John D <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 11:09:52 -0400
Subject: MAX registration?
To: CF-Talk <[EMAIL PROTECTED]>

Can someone let me know an exact date when MAX registration will be
open?  My company is saying that they'll send me but that we need to
be able to register and pay ASAP because our budget year is ending and
if we don't pay, we'll lose that money and they may not be able to
send me.  Anyone from Macromedia, can you pull any strings to let me
pay early or something?  Let me know.

John Burns
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Macromedia Style nav bar

2004-06-23 Thread Calvin Ward
I believe something close to that design is available as a template in dwmx 2004

Calvin

-Original Message-
From:  Asim Manzur 
Date:  6/23/04 11:14 am
To:  CF-Talk 
Subj:  Macromedia Style nav bar

Hi, 

I am looking for some kind of TOP Horizental mouseover menu. 
I need something like the macomedia have, when you mouseover the products all products showedup to the next line, and then you select, I need something like same but in 3 states (i.e. three line menu. 

Did anyone see some _javascript_ / js menu or flash menu which is easily modified like this somewhere? 

thanks in advance. 

Regards,
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread G
You're right, MS has done a good job of getting the word about .NET out. As such, we developers are almost obligated to familiarize ourselves with its capabilities (and shortcomings) so that we can make the correct tech decisions for ourselves, our companies, our clients, etc.

"Microsoft" carries such weight that if you're going to recommend a different solution to a customer, you'd better have solid reasons to back them up. The fact that .NET is not preceded by "CF" is probably not going to get it done :)

Brian
  - Original Message - 
  From: Ray Champagne 
  To: CF-Talk 
  Sent: Wednesday, June 23, 2004 10:52 AM
  Subject: Re: Understanding/Defending Coldfusion connections

  I'd be very interested in that too.  MS certainly has been good at getting 
  the word out about .NET, and therefore all of our clients are convinced 
  that they 'need' it.  I'd love to have more ways to convince them otherwise.

  Ray
  http://www.crystalvision.org
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Stan Winchester
Here is an example that has worked well for me:


  errorMessage = "";
  errors = 0; 
  crlf = chr(13) & chr(10);

  /* this function can be called from a udf library */
  function SpaceCap(text) {
    return REReplace(text, "([.^[:upper:]])", " \1","all");
  }

  if ( IsDefined('Form.addNew') OR IsDefined('Form.save')) {
    numericList = "DefaultShipping";  // comma "," delimited list
    /*
    * pipe "|" delimited list within a comma "," delimited list  *
    * field name|required|field length*
    */
    requiredList = "ShippingFirstName|TRUE|30,ShippingLastName|TRUE|30,ShippingAddress1|TRUE|50,ShippingAddress2|FALSE|50,ShippingCity|TRUE|30,ShippingState|TRUE|2,ShippingPostal|TRUE|10,ShippingCountry|TRUE|50,ShippingPhone|TRUE|25,DefaultShipping|TRUE|1"; 
    arrRequired = ListToArray(requiredList);
    arrReqLen = ArrayLen(arrRequired);
    for (i=1 ;i LTE arrReqLen ;i=i+1 ){
  temp = ListGetAt(arrRequired[i],1,"|");
  tempRequired = ListGetAt(arrRequired[i],2,"|");
  tempLength = ListGetAt(arrRequired[i],3,"|");
  if ( NOT IsDefined(temp) AND tempRequired IS "TRUE") {
errorMessage = errorMessage & "#SpaceCap(temp)# is required.";
errors = 1;   
  }else{
if ( Trim(Evaluate(temp)) IS "" AND tempRequired IS "TRUE") {
  errorMessage = errorMessage & "#SpaceCap(temp)# is required.";
  errors = 1; 
}else{
  if ( Len(Evaluate(temp)) GT tempLength ) {
errorMessage = errorMessage & "#SpaceCap(temp)# can only be a maximum of #tempLength# characters.";
errors = 1; 
  }
  if ( ReFindNoCase(numericList,temp) ) {
if ( NOT IsNumeric(Evaluate(temp)) ) {
  errorMessage = errorMessage & "#SpaceCap(temp)# must be a number.";
  errors = 1; 
}   
  }
  if ( temp IS "email") {
if ( NOT IsEmail(Evaluate(temp)) ) {
  errorMessage = errorMessage & "E-Mail must be a valid email address.";
  errors = 1;  
}
  }
}
  }
    }
    if ( Trim(errorMessage) IS NOT "") {
  errorMessage = "" & crlf & errorMessage & crlf & "";
    }
  }



  

  more code...


Cheers,
Stan Winchester

>Let see...so how would that be coded?
>How do I validate the "entire" form as opposed to the typical technique
>below?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




OT: Jr Developer Position for CF and Flex

2004-06-23 Thread Stacy Young
Primarily CF, knowledge of Flex a bonus but not required.

Position is in Montreal, Canada. Drop me a line offlist if you're
interested or know someone that would be!

Sorry for the intrusion!
Cheers,

Stace

AVIS IMPORTANTWARNING 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. 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.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Blogging Tool

2004-06-23 Thread George Abraham
I understand. You're right about the overkill. So MT it is for the time being.

Thanks,
George

On Wed, 23 Jun 2004 12:06:30 -0400, Roger Benningfield
<[EMAIL PROTECTED]> wrote:
> 
> >Roger, yes we do need to be self-hosted. MovableType does look to be a
> >very decent app. But has anybody here used Drupal?
> 
> George,
> 
> One thing to bear in mind is that MT and Drupal are very different apps. Drupal is similar to JournURL, in that it's a community-building tool... if all you want is to host a handful of straighforward blogs, a community platform may be overkill. Something like MT or WordPress will likely be easier to set up and work with.
> 
> If you need (or just want) all the extra stuff, though, there's not much in the open-source, self-hosted world that does what Drupal does.
> 
> --
> Roger Benningfield
> work: http://journurl.com/
> blog: http://admin.support.journurl.com/
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Upgrading to CFMX

2004-06-23 Thread Chris McGrath
Hi all,

I have been charged with upgrading a CRM application built using CF 
5.0. Currently we are looking at upgrading 15 web servers (a mix of Win 
2k and Win 2003). 

My question is what are some experiences you had in doing an upgrade 
from 5.0 to MX?

Thanks,
Chris
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Gaulin, Mark
I suppose it could be useful for db connections to time out after a period of disuse, but I've never been in a situation where that would be truly useful... idle db connections don't take up many resources on a MS SQL Server, for example.  Again, I suppose it might come into play more for stand-alone apps (where there might be many instances running) vs. an app server (where you'd expect fewer instances, generally).

 
I have no idea if .net times out db connections... I'm just trying to find *some* reason why the argument might be slightly valid.  Clearly dropping and reconnecting to the db sucks for performance, so it can't be doing that...

 
    Mark

 
-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 23, 2004 12:07 PM
To: CF-Talk
Subject: RE: Understanding/Defending Coldfusion connections

> "said cold fusion [is no good] because it keeps a 
> database connection open all the time and that slows down the 
> program/app and server"

Uh, it's much slower generally if you don't keep database connections open.
After all, your application is constantly using the database, and if you
have to destroy and recreate database connections every time you want to
talk to the database, that's a lot of unnecessary overhead.

However, if you don't want to maintain database connections in CF, there's a
handy checkbox for that within each datasource configuration page.

> This particular web professional is converting all his CF to 
> dot net, because of this defense.

I would hesitate to use the word "professional" in this context.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Mark A. Kruger - CFG
A lot depends on what datasources you are talking about - but any resource on JDBC and connection pooling will give you
good information. The underlying service is not CF specific. The current version of CF uses drivers from datadirect.
Just about everything about the connection is configurable through the cf admin - including the NUMBER of connections
that CF is allowed to use, whether or not they are "maintained" (kept open) and when they time out. That's how you know
your friend is blowing smoke . In addition, you can work with the underlying JDBC service and drivers to configure
many other options for connectivity.

Having said that "maintaining connections" is not designed to slow down an ap - but to speed it up.  Havingto
reinstantiate a connection with every db request is unecessary overhead in many (perhaps most) cases - unless you are
using (hold your nose) access dbs - in which case no amount of fine tuning is going to make you scalable on either
platform.

Here's a url with lots of links - sorry I did not take the time to review them... but a quick google search on "jdbc
connection pooling" will give you as much ammo as you want.

http://www.javaperformancetuning.com/tips/jdbcconnpool.shtml

-Mark
  -Original Message-
  From: Joshua OConnor-Rose [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, June 23, 2004 10:50 AM
  To: CF-Talk
  Subject: Understanding/Defending Coldfusion connections

  OK so a friend of mine at an office I used to work at
  is having trouble defending coldfusion over dot net

  he tells me that this voice of 'authority' (its
  strange that a man that speaks with confidence is
  never questioned)

  "said cold fusion [is no good] because it keeps a
  database connection open all the time and that slows
  down the program/app and server"

  This particular web professional is converting all his
  CF to dot net, because of this defense.

  I've been briefly looking around so that I can
  understand database connections better and respond to
  him with the voice of reason (also to possibly
  optimise the performance of the access back end I have
  been stuck with on my current contract).

  But I keep coming up with help files on configuring
  datasources instead of information on how cf connects
  to datasources.

  Anybody have a good reference I can point to.

  -Joshua O'Connor-Rose
  -All is Good

  __
  Do you Yahoo!?
  Yahoo! Mail Address AutoComplete - You start. We finish.
  http://promotions.yahoo.com/new_mail
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Blogging Tool

2004-06-23 Thread Roger Benningfield
>Roger, yes we do need to be self-hosted. MovableType does look to be a
>very decent app. But has anybody here used Drupal?

George,

One thing to bear in mind is that MT and Drupal are very different apps. Drupal is similar to JournURL, in that it's a community-building tool... if all you want is to host a handful of straighforward blogs, a community platform may be overkill. Something like MT or WordPress will likely be easier to set up and work with.

If you need (or just want) all the extra stuff, though, there's not much in the open-source, self-hosted world that does what Drupal does.

--
Roger Benningfield
work: http://journurl.com/
blog: http://admin.support.journurl.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Tony Weeg
just did the same thing ian ;)

good deal.

wonder how close it is to the event? 

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 11:55 AM
To: CF-Talk
Subject: RE: MAX registration?

I just made a reservation at the Hilton Riverside.  It maybe helpful for
some to know that one can reserve a room with an deposit of $184 that is
fully refundable if the reservation is canceled by no later then midnight
three days before arrival.

 
HTH

 
--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
 - Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Dave Watts
> "said cold fusion [is no good] because it keeps a 
> database connection open all the time and that slows down the 
> program/app and server"

Uh, it's much slower generally if you don't keep database connections open.
After all, your application is constantly using the database, and if you
have to destroy and recreate database connections every time you want to
talk to the database, that's a lot of unnecessary overhead.

However, if you don't want to maintain database connections in CF, there's a
handy checkbox for that within each datasource configuration page.

> This particular web professional is converting all his CF to 
> dot net, because of this defense.

I would hesitate to use the word "professional" in this context.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Ian Skinner
I just made a reservation at the Hilton Riverside.  It maybe helpful for some to know that one can reserve a room with an deposit of $184 that is fully refundable if the reservation is canceled by no later then midnight three days before arrival.

 
HTH

 
--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
 - Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread Ray Champagne
I'd be very interested in that too.  MS certainly has been good at getting 
the word out about .NET, and therefore all of our clients are convinced 
that they 'need' it.  I'd love to have more ways to convince them otherwise.

Ray
http://www.crystalvision.org

At 11:49 AM 6/23/2004, you wrote:
>OK so a friend of mine at an office I used to work at
>is having trouble defending coldfusion over dot net
>
>he tells me that this voice of 'authority' (its
>strange that a man that speaks with confidence is
>never questioned)
>
>"said cold fusion [is no good] because it keeps a
>database connection open all the time and that slows
>down the program/app and server"
>
>This particular web professional is converting all his
>CF to dot net, because of this defense.
>
>I've been briefly looking around so that I can
>understand database connections better and respond to
>him with the voice of reason (also to possibly
>optimise the performance of the access back end I have
>been stuck with on my current contract).
>
>But I keep coming up with help files on configuring
>datasources instead of information on how cf connects
>to datasources.
>
>Anybody have a good reference I can point to.
>
>-Joshua O'Connor-Rose
>-All is Good
>
>
>
>__
>Do you Yahoo!?
>Yahoo! Mail Address AutoComplete - You start. We finish.
>http://promotions.yahoo.com/new_mail
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Ben Forta
Keeping database connections open is an option in the datasource definition
in CF Admin. If you don't want it, turn it off. Having it on improves
performance, he has that wrong, but it can be turned off.

 
--- Ben

  _  

From: Joshua OConnor-Rose [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 11:50 AM
To: CF-Talk
Subject: Understanding/Defending Coldfusion connections

OK so a friend of mine at an office I used to work at
is having trouble defending coldfusion over dot net

he tells me that this voice of 'authority' (its
strange that a man that speaks with confidence is
never questioned)

"said cold fusion [is no good] because it keeps a
database connection open all the time and that slows
down the program/app and server"

This particular web professional is converting all his
CF to dot net, because of this defense.

I've been briefly looking around so that I can
understand database connections better and respond to
him with the voice of reason (also to possibly
optimise the performance of the access back end I have
been stuck with on my current contract).

But I keep coming up with help files on configuring
datasources instead of information on how cf connects
to datasources.

Anybody have a good reference I can point to.

-Joshua O'Connor-Rose
-All is Good

__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Understanding/Defending Coldfusion connections

2004-06-23 Thread Joshua OConnor-Rose
OK so a friend of mine at an office I used to work at
is having trouble defending coldfusion over dot net

he tells me that this voice of 'authority' (its
strange that a man that speaks with confidence is
never questioned)

"said cold fusion [is no good] because it keeps a
database connection open all the time and that slows
down the program/app and server"

This particular web professional is converting all his
CF to dot net, because of this defense.

I've been briefly looking around so that I can
understand database connections better and respond to
him with the voice of reason (also to possibly
optimise the performance of the access back end I have
been stuck with on my current contract).

But I keep coming up with help files on configuring
datasources instead of information on how cf connects
to datasources.

Anybody have a good reference I can point to.

-Joshua O'Connor-Rose
-All is Good

		
__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Verity question

2004-06-23 Thread Ken Dunnington
This is kind of a combo Verity and SQL question :)

I'm building a search engine for a rather sprawling site I'm working 
on. I've decided to use Verity, and have constructed four queries which 
I run in succession to populate/update the index (there are four 
'objects' that the site is based around.) These queries use LEFT JOINs 
to link two tables (the main table and a separate 'keywords' table) to 
get the maximum amount of data to search against. Everything works 
fine, except when I search for a term that has one occurrence in the 
main table, but has multiple keywords, I get multiple (technically 
identical) records. As an example:


INSERT INTO movies (mID, mTitle) VALUES ('1','Evil Dead')
INSERT INTO keywords (type,id,kword) ('3','1','Ash')
INSERT INTO keywords (type,id,kword) ('3','1','Necronomicon')
INSERT INTO keywords (type,id,kword) ('3','1','Raimi')


SELECT * FROM movie LEFT JOIN keywords ON `type` = 3 AND id = movie.mID



title="mTitle" key="mID"
	body="mTitle,kword" custom1="Movie" query="objectsQuery">



criteria="Evil">

This will return a recordset with 3 rows, but for all intents and 
purposes, the information is the same. Is there a way I can include the 
keywords in the index, but somehow get distinct results from the 
search? In other words, I have set the 'body' value of cfindex to be 
the columns I want to search against, but I don't need them necessarily 
returned in my recordset (I don't want the kword column returned, even 
in the summary!)

Any insight on this would be most appreciated!
Thanks,
Ken
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Quick Regular Expression Question.

2004-06-23 Thread Marlon Moyer
Here's a real handy site that I use

http://www.regexlib.com

Even has an online regex tester.

Marlon

On Wed, 23 Jun 2004 11:32:48 -0400, Che Vilnonis <[EMAIL PROTECTED]> wrote:
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: coldfusion on Mac OS X - Trouble installing

2004-06-23 Thread GFSCold
Thank you for your replies.  

The issue was indeed permission related.  I installed jrun logged in as
the machine's admin.  When I went to install coldfusion it told me that I
had to be logged in as "root".  So I enabled root and logged in as root
and installed coldfusion and went through the rest of the instructions.

When I completed these two steps:

	8.  	If you haven't done so already, open a Terminal window
(Applications/Utilities/Terminal), navigate to the cfusion directory, and
use the jar utility to uncompress the cfusion.war file:
cd jrun_root/jrun4/servers/servername/cfusion 
jar -xvf cfmx_install_directory/cfusion.war 

	9.  	Navigate to the CFIDE directory and use the jar utility to
uncompress the rds.war file:

cd jrun_root/servers/servername/CFIDE (or cd ../CFIDE)
jar -xvf cfmx_install_directory/rds.war

I created the directories as "root".  jrun of course was running as the
machine's admin and did not have the permissions to access those files.

Thank you for helping me resolve this so quickly.

Jim Audette
Website Administrator
Garrison Forest School
[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: MAX registration?

2004-06-23 Thread Adrocknaphobia
actually not my idea, one passed through the MMUGs. Haloween in New
Orleans is a much bigger event than MAX and already hotels are booking
up.

Tony are you coming to RockVegas this weekend for CFUN?

-Adam

- Original Message -
From: Tony Weeg <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 11:14:01 -0400
Subject: RE: MAX registration?
To: CF-Talk <[EMAIL PROTECTED]>

great idea, adam... 

-Original Message-
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 11:15 AM
To: CF-Talk
Subject: Re: MAX registration?

John, you should book the hotel now.

- Original Message -
From: Burns, John D <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 11:09:52 -0400
Subject: MAX registration?
To: CF-Talk <[EMAIL PROTECTED]>

Can someone let me know an exact date when MAX registration will be
open?  My company is saying that they'll send me but that we need to
be able to register and pay ASAP because our budget year is ending and
if we don't pay, we'll lose that money and they may not be able to
send me.  Anyone from Macromedia, can you pull any strings to let me
pay early or something?  Let me know.

John Burns
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Quick Regular Expression Question.

2004-06-23 Thread Ben Doom
Currently, you have:
^[[:digit:]]{5}(( |-)?[[:digit:]]{4})?$

( |-) represents a space or hypen.  If you just want a hypen, you don't 
need the parens, space, or pipe.

( |-)? means that the space or hypen is optional.

So, if you want to force a hypen for 9-digit zipcodes, you would want
^[[:digit:]]{5}(-[[:digit:]]{4})?$

--Ben

Che Vilnonis wrote:

> Hello all. I use the following to regular _expression_ to validate zipcodes.
> 
> 
> 
> 
> 
> 
> When a customer inputs a 9 digit zip code WITHOUT the hyphen, no error is
> set. (i.e. 902101444)
> How would I modify this to incorporate a mandatory hyphen when a 9 digit zip
> code is inputed and still work for all other zip codes?
> 
> TIA...Che
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Switching to J2EE Variables - (was RE: Time Tracking)

2004-06-23 Thread Dave Watts
> I have a CFMX 6.1 and I'm considering moving to J2EE session 
> variables primarily for this reason.
>  
> Does anyone know what the risks are of making this change?   

If you're using IIS, CFMX will append the jsessionid URL identifier to all
redirects, even those to static pages, and IIS doesn't care for that. Also,
if you're using cookies for your session tokens, the jsessionid cookie will
not persist beyond the browser closing by default, unlike CFID and CFTOKEN
cookies.

> Will it impact existing CF Apps? I suspect that if I used 
> to do some checking for CFID and CFTOKEN that I need to 
> replace that code with J2EE session ID code, but I'm not sure.

You will no longer have CFID and CFTOKEN identifiers. Instead, you'll have a
single jsessionid identifier.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Quick Regular Expression Question.

2004-06-23 Thread Che Vilnonis
that seems to work. thank you Jerry.
  -Original Message-
  From: Jerry Johnson [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, June 23, 2004 11:27 AM
  To: CF-Talk
  Subject: Re: Quick Regular _expression_ Question.

  
#FORM.BillZip#)>

  Lets see if I can break this down, and maybe the answer will fall out the
other side.

  string containing only:
  5 digits
  and
  0 or 1 sets of ((0 or 1 dash or space) and four digits)

  So, if you got rid of the 0 or 1 dash or space, and made it a manditory
space in the second optional set, you should be good.

  

  (Maybe)
  Jerry Johnson

  >>> [EMAIL PROTECTED] 06/23/04 11:16AM >>>
  Hello all. I use the following to regular _expression_ to validate zipcodes.

  
#FORM.BillZip#)>
  
  
  

  When a customer inputs a 9 digit zip code WITHOUT the hyphen, no error is
  set. (i.e. 902101444)
  How would I modify this to incorporate a mandatory hyphen when a 9 digit
zip
  code is inputed and still work for all other zip codes?

  TIA...Che
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Quick Regular Expression Question.

2004-06-23 Thread Pascal Peters
^\d{5}(-\d{4})?$ 

Your original one allowed a space too . If you want that it is
^\d{5}([- ]\d{4})?$

If you are not on cfmx, replace \d by [0-9]

> -Original Message-
> From: Che Vilnonis [mailto:[EMAIL PROTECTED] 
> Sent: woensdag 23 juni 2004 17:17
> To: CF-Talk
> Subject: Quick Regular _expression_ Question.
> 
> Hello all. I use the following to regular _expression_ to 
> validate zipcodes.
> 
> 
> #FORM.BillZip#)>
> 	
> 	
> 
> 
> When a customer inputs a 9 digit zip code WITHOUT the hyphen, 
> no error is set. (i.e. 902101444) How would I modify this to 
> incorporate a mandatory hyphen when a 9 digit zip code is 
> inputed and still work for all other zip codes?
> 
> TIA...Che
> 
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Dave Watts
> Is there a way to use a wildcard to check and see if a 
> certain structure say FormErrors contains any elements as 
> opposed to having to check for specific structure element 
> contents.

You can use the StructIsEmpty function, which returns a Boolean value:

 ...

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Slightly OT: Graphics expert?

2004-06-23 Thread Ray Champagne
Thanks to all of you that responded.  I promise that I will post the 
results of what we find as soon as she can compile all the suggestions and 
put them to good use.  It might be a couple of days, but I will post the 
solution for future searches on this thread as soon as we have them.  I may 
be back with more questions too.

This list rocks!

Ray

At 11:09 AM 6/23/2004, you wrote:
>While I know this sounds odd, it's been true for me:
>I've found that if I make my graphic text a .gif and make all but the
>letters transparent and put that in a table, it looks much fuzzier
>than it should.  I'd show ya, but I tend to not do that if I can.  I
>saw it as recently as a month ago.  Now, I just don't use
>transparency in a gif when it's text.  I put a backing on it.
>--
>Daniel Kessler
>
>Department of Public and Community Health
>University of Maryland
>Suite 2387 Valley Drive
>College Park, MD  20742-2611
>301-405-2545 Phone
>www.phi.umd.edu
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Time Tracking

2004-06-23 Thread Katz, Dov B (IT)
I once did something like this(havent tested this pseudo-cfcode..
but you get the idea)

 
(in your app_locals or application.cfm, etc, wherever you initialize
things)

 





    


(In page which processes successful login )


  
session.userIDorName=whateverIdentifiesThisUser;
session.>

 
structinsert(application.online,session.userIDorName,session.online);

session.online.stamp=now();
session.online.loggedin=true;
session.loggedin=true;
   


 
(In page which logs out)


    
session.online.loggedin=false;
structdelete(application.online,session.userIDOrName);
structclear(session);
    


 
(page for periodic cleanup -- put this in the CFScheduler every X
minutes, or create a  java thread if you want)


    
    


 

    
    
THRESHOLD_MINUTES>
    



    


  _  

From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 11:09 AM
To: CF-Talk
Subject: RE: Time Tracking

I would add that the current "anti-popup" climate has brought on a host
of new pop-up blocking tools. If in your
"onUnload" function you are calling another page, I suspect a popup
blocker would take issue with that - no?

-Mark

I would say that is a high probability as well.

Ian

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Joe Rinehart
Rick -

StructIsEmpty() returns a boolean representing whether or not the
structure, is, well, empty.

-joe

- Original Message -
From: Rick Faircloth <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 10:23:50 -0400
Subject: RE: Is there a way to have all CFCatch messages display at once?
To: CF-Talk <[EMAIL PROTECTED]>

Is there a way to use a wildcard to check and see if a certain structure

say FormErrors contains any elements as opposed to having to check

for specific structure element contents.

In other words, can I code 

wildcard,

instead of having to check for each item, such as:



  or StructKeyExists(FormErrors.LastName)

  or etc...>

I want to be able to send a general alert to a form user that there are form

errors to be check below interspersed in the form if any errors exists at

all,

without having CFIF through each one...

???

Rick

  -Original Message-

  From: Rick Faircloth [mailto:[EMAIL PROTECTED]

  Sent: Wednesday, June 23, 2004 9:18 AM

  To: CF-Talk

  Subject: RE: Is there a way to have all CFCatch messages display at once?

  An interesting approach, Joe.

  I'm using CF 4.5 still if that matters, and haven't used 

  in a couple of years.

  Does the "message" part of the CFINPUT tag

  appear inside the form field? (I guess it would...)

  Then if there were an error, the "formErrorFields" error message

  would then appear below the field again?  (As you have

  it coded, right?

  The only problem I see with that approach is that I display

  a user's original entry back into the fields of the form, so they

  can see what they may have done wrong...

  This is how I code all my 's at this point...

  

   

Value="#Form.FirstName#"

Size="30" MaxLength="30" Class="TextInput01">

  

   

   Size="30" MaxLength="30" Class="TextInput01">

  

  But, I guess I could still make use of a structure instead of an array,

  and just use it the same way I'm currently using the array to display

  messages...

  Using a structure instead of an array would make the error messages easier

  to keep up with since they incorporate the name of the formfield...A form

  with

  38 entry fields could get a little confusing...ErrorMessage[32][1]

  (Hmmm...now

  which field was that, anyway...)  :o)

  Thanks for the tip!  Sounds good!

  Rick

    -Original Message-

    From: Joe Rinehart [mailto:[EMAIL PROTECTED]

    Sent: Wednesday, June 23, 2004 8:08 AM

    To: CF-Talk

    Subject: Re: Is there a way to have all CFCatch messages display at

once?

    Rick,

    Instead of using a two-dimensional array, why not just use a structure?

    At the beginning of your page, you could do this:

    

    Then, if a given field (say, firstname was blank) had something wrong

    with it, do:

    

  

    

    Then, in your form:

    

    

  #formErrorfFields.firstname#

    

    Granted, this limits you to only being able to have one thing wrong

    with each field at a time, but there's no reason each element couldn't

    be an array containing multiple error messages per field.

    -Joe

    - Original Message -

    From: Rick Faircloth <[EMAIL PROTECTED]>

    Date: Wed, 23 Jun 2004 08:07:25 -0400

    Subject: RE: Is there a way to have all CFCatch messages display at

once?

    To: CF-Talk <[EMAIL PROTECTED]>

    I've worked out a way using a two dimensional array

    that contains the error message in the first dimension and set the

    second dimension in the row to "Yes" if there is an error found.

    Formfield 1 message is ErrorMessage[1][1] and ErrorMessage[1][2] is set

to

    "Yes" or "No".

    (No by default)

    Formfield 2 message is ErrorMessage[2][1], etc...

    None of this is dynamic, just hard coded.

    I just validate each form field and if there is a problem, set

    ErrorMessage[1][1]

    to hold whatever message is appropriate for the field and

  ErrorMessage[1][2]

    to "Yes".

    Then, there is a row just above each form field and its title which will

    display

    it's contents, ErrorMessage[1][1], etc., if ErrorMessage[1][2] has been

  set

    to "Yes."

    Now, all problems can be addressed at once, instead of one at a

  time...much

    better!

    For long forms, and as a standard of practice for all forms, I'll

trigger

  a

    message at the

    top of the form which states that there are errors in the form input,

and

  to

    please check

    your entries and correct as necessary.

    Works great so far!

    And Dick...even colorblind folks should be able to tell when a

  light-colored

    background field

    with dark text is changed to a dark-colored background with light

    text...right?

    Rick

  -Original Message-

  From: Dick Applebaum [mailto:[EMAIL PROTECTED]

  Sent: Wednesday, June 23, 2004 12:56 AM

  To: CF-Talk

  Subject: Re: Is there a way to have a

Re: Quick Regular Expression Question.

2004-06-23 Thread Jerry Johnson


Lets see if I can break this down, and maybe the answer will fall out the other side.

string containing only:
5 digits
and
0 or 1 sets of ((0 or 1 dash or space) and four digits)

So, if you got rid of the 0 or 1 dash or space, and made it a manditory space in the second optional set, you should be good.



(Maybe)
Jerry Johnson

>>> [EMAIL PROTECTED] 06/23/04 11:16AM >>>
Hello all. I use the following to regular _expression_ to validate zipcodes.


	
	


When a customer inputs a 9 digit zip code WITHOUT the hyphen, no error is
set. (i.e. 902101444)
How would I modify this to incorporate a mandatory hyphen when a 9 digit zip
code is inputed and still work for all other zip codes?

TIA...Che
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX registration?

2004-06-23 Thread Tony Weeg
great idea, adam... 

-Original Message-
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 23, 2004 11:15 AM
To: CF-Talk
Subject: Re: MAX registration?

John, you should book the hotel now.

- Original Message -
From: Burns, John D <[EMAIL PROTECTED]>
Date: Wed, 23 Jun 2004 11:09:52 -0400
Subject: MAX registration?
To: CF-Talk <[EMAIL PROTECTED]>

Can someone let me know an exact date when MAX registration will be
open?  My company is saying that they'll send me but that we need to
be able to register and pay ASAP because our budget year is ending and
if we don't pay, we'll lose that money and they may not be able to
send me.  Anyone from Macromedia, can you pull any strings to let me
pay early or something?  Let me know.

John Burns
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Macromedia Style nav bar

2004-06-23 Thread Mark A. Kruger - CFG
Asim,

I've been using "ghostwire" and I like it - easy to build  dynamic menus.

http://www.ghostwire.com/

-Mark
  -Original Message-
  From: Asim Manzur [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, June 23, 2004 10:14 AM
  To: CF-Talk
  Subject: Macromedia Style nav bar

  Hi,

  I am looking for some kind of TOP Horizental mouseover menu.
  I need something like the macomedia have, when you mouseover the products all products showedup to the next line, and
then you select, I need something like same but in 3 states (i.e. three line menu.

  Did anyone see some _javascript_ / js menu or flash menu which is easily modified like this somewhere?

  thanks in advance.

  Regards,
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




  1   2   >