Re: OT: Developers little helper

2005-06-21 Thread Duncan
These would be really cool if you could connect to another machine and
do the same thing.

On 6/22/05, Qasim Rasheed <[EMAIL PROTECTED]> wrote:
> Here is a similar tool. Pretty handy and useful
> 
> http://www.shlomygantz.com/blog/index.cfm?mode=entry&entry=C7D6FEE1-40CA-7F8D-8E76EF91F5737896
> 
> On 6/21/05, Steven Brownlee <[EMAIL PROTECTED]> wrote:
> > This is not a CF tool, but a good tool for CF programmers.  I've received a
> > lot of positive feedback on it, so I thought I'd share it with CF-Talk.
> > Basically, it's a small utility that sits in your system tray that allows
> > you to have one-click access to either single system services, or
> > user-defined groups of services.
> >
> > Here's the link to a more descriptive post on my Blog.  The link for
> > downloading is there.
> >
> > http://www.orbwave.com/cfjboss/2005/06/system-manager-10-released.html
> >
> > Hope you find it useful.
> >
> > - Steve
> >
> >
> >
> 
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210183
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Developers little helper

2005-06-21 Thread Qasim Rasheed
Here is a similar tool. Pretty handy and useful

http://www.shlomygantz.com/blog/index.cfm?mode=entry&entry=C7D6FEE1-40CA-7F8D-8E76EF91F5737896

On 6/21/05, Steven Brownlee <[EMAIL PROTECTED]> wrote:
> This is not a CF tool, but a good tool for CF programmers.  I've received a
> lot of positive feedback on it, so I thought I'd share it with CF-Talk.
> Basically, it's a small utility that sits in your system tray that allows
> you to have one-click access to either single system services, or
> user-defined groups of services.
> 
> Here's the link to a more descriptive post on my Blog.  The link for
> downloading is there.
> 
> http://www.orbwave.com/cfjboss/2005/06/system-manager-10-released.html
> 
> Hope you find it useful.
> 
> - Steve
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210182
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


validating radio buttons with CFForm

2005-06-21 Thread Paul Wilson
I have a Flash CFForm that contains some radio buttons that I want to
validate. I have specified the radio buttons as required and entered an
error message but when you try and submit the form, you get multiple
alert boxes coming up. The first one contains all of the fields that
need to be validated but after that, you get a separate alert for each
validation error with "Validation Failed" as the alert title. 
 
e.g.
 





 
Is there a way to have one alert only with the user defined error
message for each input element?
 
Thanks 
 
 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210181
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Macromedia Using CFPoP?

2005-06-21 Thread Ricardo Russon
Jon,

We actually have a CFX_IMAP4 license but made the switch to cfpop for
that reason.

Sorry Paul. but like i said before, let me know if you port your tags to java.


Ric.



On 6/22/05, Jon Austin <[EMAIL PROTECTED]> wrote:
> On 6/21/05, Paul Vernon <[EMAIL PROTECTED]> wrote:
> > Install the jar file that Paul H mentioned, get MM to adopt that same jar
> > file as part of CF or, install a third party CFX tag like mine (CFX_POP3).
> 
> I would use CFX_POP3 in a flash, except our app is designed to be
> platform independant and run on either Windows or Unix environments.
> 
> I know the bug is because of Sun, but I was hoping MM could add
> support for it somehow. We process over 1000 emails a day and get 1-5
> UTF-7 encoded emails.
> 
> We would all like to stick to RFC, but the fact is there is so many
> broken mailers/MTA's out there, we can't just send a message to
> /dev/null because of the encoding type.
> 
> Regards,
> 
> Jon
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210180
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Macromedia Using CFPoP?

2005-06-21 Thread Jon Austin
On 6/21/05, Paul Vernon <[EMAIL PROTECTED]> wrote:
> Install the jar file that Paul H mentioned, get MM to adopt that same jar
> file as part of CF or, install a third party CFX tag like mine (CFX_POP3).

I would use CFX_POP3 in a flash, except our app is designed to be
platform independant and run on either Windows or Unix environments.

I know the bug is because of Sun, but I was hoping MM could add
support for it somehow. We process over 1000 emails a day and get 1-5
UTF-7 encoded emails.

We would all like to stick to RFC, but the fact is there is so many
broken mailers/MTA's out there, we can't just send a message to
/dev/null because of the encoding type.

Regards,

Jon

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210179
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: comments on HostNexus? DAMIEN

2005-06-21 Thread dave
fyi~ you can get imap at hms 

 "Sorry missed this - you can't get it *ON* the linux server but you can
 get it with a linux account.  all of our mail is on windows servers
 though - different ones than the webservers."

~Dave the disruptor~
"A criminal is a person with predatory instincts who has not sufficient capital 
to form a corporation." 


From: James Holmes <[EMAIL PROTECTED]>
Sent: Sunday, June 19, 2005 5:03 AM
To: CF-Talk 
Subject: Re: OT: comments on HostNexus? 

Yeah, Nexus just told me that their hosting is secure but they don't
disable CFOBJECT :-/ I'll bet JSP is running on their servers without
them knowing too.

On 6/19/05, dave  wrote:
> they can say whatever they want, it's whether or not they actually do it just 
> like CRYSTALTECH told you that that wouldnt happen on their servers but sure 
> as shit it did.

-- 
Geeque - accept the geek within and get your friends off your back -
http://www.cafepress.com/geeque/



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210178
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Designing My Error Message Screen (Conceeded)

2005-06-21 Thread Matt Robertson
On 6/21/05, Claremont, Timothy <[EMAIL PROTECTED]> wrote:
> I once put a button on the home page that said "Click here to download a 
> virus". 

Hey that sounds like fun to try... I'll write something up so anyone
who clicks on it gets asked for their bank account numbers, Paypal
password and mother's maiden name.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210177
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cffile vs. cfsavecontent

2005-06-21 Thread Jared Rypka-Hauer - CMG, LLC
Johnny,

Once cffile has read the literal text of the file, leaving the raw code of 
the template in the variable, you can't render it without saving it to a 
file and then cfincluding the file. :) Circular, no?

But... cfsavecontent can be used for many, many different things... for 
instance:





from within a CFC, this can be handy as a troubleshooting tool.

There isn't anything else that works the way cfsavecontent does, with the 
possible exception of a cfhttp call to a purpose-built template and setting 
cfhttp.filecontent to a var... and that won't work in many cases.

It's a handy tag.

Laterz,
J

On 6/21/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> 
> Hi,
> 
> I noticed lately that a lot of people are using cfsavecontent instead of 
> cffile, like this:
> 
> 
> 
> 
> 
> vs.
> 
> 
> 
> I would think cffile is more intuitive than cfsavecontent, and it is only 
> one line to type. So are there real benefits to use cfsavecontent over 
> cffile? I heard that cffile is slower than cfsavecontent. Is that the only 
> reason?
> 
> Johnny
> 
> 


-- 
---
-
Buy SQLSurveyor!
http://www.web-relevant.com/sqlsurveyor
Never make your developers open Enterprise Manager again.


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210176
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Don't wait for webservice?

2005-06-21 Thread Jared Rypka-Hauer - CMG, LLC
Hey Ben,

Don't be put off by the reference to 6.0... there's more similarity between 
6.1 and 7 than 6 and 6.1.

6.0 was a freaky little animal that was deprecated almost as soon as it was 
released. So to say you're worried about 6.0 when you're running 6.1 isn't 
really comparing apples to apples.

Even green ones. ;)

Laterz,
J

On 6/20/05, Ben Mueller <[EMAIL PROTECTED]> wrote:
> 
> Thanks for the tip, but the following line has scared me off, given
> that we're running 6.1:
> 
> Note for CFMX 6.0 users. The tag may or may not work under CFMX 6.0.
> The tag itself is CF version independent. However, due to
> unexplainable reasons some users have reported problems when using
> CFX_HTTP5 with CFMX 6.0.
> 
> 
> but maybe I'll have a look anyway.




-- 
---
-
Buy SQLSurveyor!
http://www.web-relevant.com/sqlsurveyor
Never make your developers open Enterprise Manager again.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210175
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: coldfusion and asp.net

2005-06-21 Thread Michael Slatoff
We've been running .NET and CF on the same server for months without
any problems.

www.pulseeng.com



On 6/21/05, Jon Scherdin <[EMAIL PROTECTED]> wrote:
> I need some help.  Is anyone out there using asp.net and coldfusion on the 
> same server in a production environment?  The reason I ask is that my company 
> has multiple servers, a dev server running iis, .net, and cf, an app server 
> running iis and cf, and a .net server running iis and .net.  I really want to 
> consolidate things and bring all the servers together but I am getting 
> resistance from some people who say that coldfusion and asp.net do not play 
> well together and that there are performance issues when they are on the same 
> box.
> 
> Does anyone have any data that supports either side of this argument?

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210174
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: coldfusion and asp.net

2005-06-21 Thread Vince Bonfanti
You may want to consider BlueDragon.NET, which allows you to run CFML within
ASP.NET. You can even create hybrid CFML/ASP.NET web applications that allow
you to share session data, do forward/includes among CFML and ASP.NET pages,
and much more:

http://www.newatlanta.com/products/bluedragon/index.cfm

Look for an announcement at CFUNITED (www.cfunited.org) about major
companies that are running BlueDragon.NET, and come visit our booth if you
happen to be there.

Vince Bonfanti
http://blog.newatlanta.com
 
New Atlanta Communications, LLC
http://www.newatlanta.com


> -Original Message-
> From: Jon Scherdin [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, June 21, 2005 4:38 PM
> To: CF-Talk
> Subject: coldfusion and asp.net
> 
> I need some help.  Is anyone out there using asp.net and 
> coldfusion on the same server in a production environment?  
> The reason I ask is that my company has multiple servers, a 
> dev server running iis, .net, and cf, an app server running 
> iis and cf, and a .net server running iis and .net.  I really 
> want to consolidate things and bring all the servers together 
> but I am getting resistance from some people who say that 
> coldfusion and asp.net do not play well together and that 
> there are performance issues when they are on the same box.  
> 
> Does anyone have any data that supports either side of this argument? 
> 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210173
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: coldfusion and asp.net

2005-06-21 Thread Mark A Kruger
Sure - we have production servers with both - and they cooperate happily.
Obviously you need enough server to handle the needs of each - so from that
perspective, yes you are changing the load of of the server, but there are
no conflicts that we know of. When they say "don't play well together" it's
just ignorance or trepidation. Ask for specific documentation or issues that
they have seen or seen documented. Chances are they just don't want to
consolidate because it feels like a diminishment of power for one ap or
another.

Mark A. Kruger, CFG, MCSE
www.cfwebtools.com
www.necfug.com
http://mkruger.cfwebtools.com




-Original Message-
From: Jon Scherdin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 3:38 PM
To: CF-Talk
Subject: coldfusion and asp.net


I need some help.  Is anyone out there using asp.net and coldfusion on the
same server in a production environment?  The reason I ask is that my
company has multiple servers, a dev server running iis, .net, and cf, an app
server running iis and cf, and a .net server running iis and .net.  I really
want to consolidate things and bring all the servers together but I am
getting resistance from some people who say that coldfusion and asp.net do
not play well together and that there are performance issues when they are
on the same box.

Does anyone have any data that supports either side of this argument?



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210172
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: coldfusion and asp.net

2005-06-21 Thread SStewart
We've been running both for a while, I haven't seen any performance issues. 
Shoot.. Blue Dragon even runs with and can take advantage of .net

You can't easily pass variables between the two, except in the case of BD. But 
they can coexist on the same box.

Scott A. Stewart, 
Web Application Developer
 
Engineering Consulting Services, Ltd. (ECS)
14026 Thunderbolt Place, Suite 300
Chantilly, VA 20151
Phone: (703) 995-1737
Fax: (703) 834-5527


-Original Message-
From: Jon Scherdin [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 04:38 pm
To: CF-Talk
Subject: coldfusion and asp.net
Importance: Low

I need some help.  Is anyone out there using asp.net and coldfusion on the same 
server in a production environment?  The reason I ask is that my company has 
multiple servers, a dev server running iis, .net, and cf, an app server running 
iis and cf, and a .net server running iis and .net.  I really want to 
consolidate things and bring all the servers together but I am getting 
resistance from some people who say that coldfusion and asp.net do not play 
well together and that there are performance issues when they are on the same 
box.  

Does anyone have any data that supports either side of this argument? 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210171
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


coldfusion and asp.net

2005-06-21 Thread Jon Scherdin
I need some help.  Is anyone out there using asp.net and coldfusion on the same 
server in a production environment?  The reason I ask is that my company has 
multiple servers, a dev server running iis, .net, and cf, an app server running 
iis and cf, and a .net server running iis and .net.  I really want to 
consolidate things and bring all the servers together but I am getting 
resistance from some people who say that coldfusion and asp.net do not play 
well together and that there are performance issues when they are on the same 
box.  

Does anyone have any data that supports either side of this argument? 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210170
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Designing My Error Message Screen (Conceeded)

2005-06-21 Thread Claremont, Timothy
OK, I agree...but wouldn't a piece of javascript that turns the end users 
display upside down be more fun?

Speaking of naïve end users, I once put a button on the home page that said 
"Click here to download a virus". Sure enough, a dazzlingly high percentage of 
visitors felt compelled to click on the button.

No wonder the hardest part of working with computers is working with people.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete it from 
your system.

This footnote also confirms that this email message has been swept for
the presence of computer viruses.

Thank You,
Viahealth
**


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210169
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread Matt Robertson
On 6/21/05, Sean Corfield <[EMAIL PROTECTED]> wrote:
> > So far I think that "Shared" works best... but isn't nearly as descriptive
> 
> I agree.

Me three.  Lets call 'em Undead Variables... Zombies ! :D

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210168
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread S . Isaac Dealey
> Having a mathematics background I see vocabulary misuse
> quite often, especially in the business world. When was
> the last time you heard, 'We have an infinite supply of
> widgets'? Hello! Infinite? I would not want to own a
> business with an infinite supply of anything, just apply
> the laws of supply and demand and you will understand
> why. LOL! Yeah, this used to bother me, but its
> inescapable it seems.

I'd like to operate a business that supplies something for which there
is infinite demand. :)

I'm still waiting on the Copyright office to get back to me about the
"e". :P


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210167
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Designing My Error Message Screen

2005-06-21 Thread Matt Robertson
Me three.  Save all of the error details for your email and hit the
user solely with an apology and a promise of corrective action.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210166
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Registrar that does DNS management?

2005-06-21 Thread Jim McAtee
eNom includes DNS with registrations.  Find an inexpensive reseller (such 
as namecheap.com) and they'll provide a web based DNS management 
interface.  Enom's DNS is top notch, with servers around the US and one in 
the UK.

C:\>dig enom.com ns

; <<>> DiG 9.2.3 <<>> enom.com ns
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41
;; flags: qr; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 5

;; QUESTION SECTION:
;enom.com.  IN  NS

;; ANSWER SECTION:
enom.com.   172800  IN  NS  dns1.name-services.com.
enom.com.   172800  IN  NS  dns2.name-services.com.
enom.com.   172800  IN  NS  dns3.name-services.com.
enom.com.   172800  IN  NS  dns4.name-services.com.
enom.com.   172800  IN  NS  dns5.name-services.com.

;; ADDITIONAL SECTION:
dns1.name-services.com. 172800  IN  A   69.25.142.1
dns2.name-services.com. 172800  IN  A   216.52.184.230
dns3.name-services.com. 172800  IN  A   63.251.83.36
dns4.name-services.com. 172800  IN  A   64.74.96.242
dns5.name-services.com. 172800  IN  A   212.118.243.118

;; Query time: 109 msec
;; SERVER: 192.168.3.3#53(192.168.3.3)
;; WHEN: Tue Jun 21 13:41:18 2005
;; MSG SIZE  rcvd: 215



- Original Message - 
From: "Damien McKenna" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Tuesday, June 21, 2005 11:16 AM
Subject: RE: Registrar that does DNS management?


> To answer my own question, Domain Direct (Tucow's OpenSRS company) does
> this for $14.99 per year, or $12.99 for a transfer (inc one year).
>
> -- 
> Damien McKenna - Web Developer - [EMAIL PROTECTED]
> The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
> #include 
>
>
>> -Original Message-
>> From: Damien McKenna
>> Sent: Tuesday, June 21, 2005 12:57 PM
>> To: CF-Talk
>> Subject: OT: Registrar that does DNS management?
>>
>> I'm looking for a registrar that supports DNS management,
>> preferably at little or no additional cost over the domain name
>> transfer price.
>
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210165
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Developers little helper

2005-06-21 Thread Steven Brownlee
This is not a CF tool, but a good tool for CF programmers.  I've received a
lot of positive feedback on it, so I thought I'd share it with CF-Talk.
Basically, it's a small utility that sits in your system tray that allows
you to have one-click access to either single system services, or
user-defined groups of services.

Here's the link to a more descriptive post on my Blog.  The link for
downloading is there.

http://www.orbwave.com/cfjboss/2005/06/system-manager-10-released.html

Hope you find it useful.

- Steve


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210164
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF5 to CF7 WDDX woes....

2005-06-21 Thread jonese
Hey Che,
 Good thought but the problem was actually that we hadn't turned on BLOB's 
and CLOB's within the CF Admin and the buffer levels were set to low. So we 
turned on the BLOB's and CLOB's and doubled the size of the buffer and it 
works just fine now.
 I'll be sure to keep your fix though in my file of stuff for later issues 
:)
 jonese

 On 6/21/05, Jann E. VanOver <[EMAIL PROTECTED]> wrote: 
> 
> I don't think Pre MX WDDX is compatible with MX WDDX.
> 
> I was having similar problems to what you describe. I put a try/catch
> around the initial use of what could be a Pre-MX wddx instance. If it
> threw an error, recreate the WDDX from scratch. Solved my problem.
> 
> Che Vilnonis wrote:
> 
> >Jonese, I hope that someone reads this thread and can help. I've recently
> >went from CF5 to CFMX 6.1 and I get intermittent WDDX errors that read,
> >
> >"Exception during WDDX operation. Details:
> >coldfusion.tagext.lang.WddxTag$WddxException: Exception during WDDX
> >operation."
> >
> >Everything worked flawlessly on CF5 before. I'd like a little advice as
> >well. :)
> >
> >Regards, Che.
> >
> >-Original Message-
> >From: jonese [mailto:[EMAIL PROTECTED]
> >Sent: Tuesday, June 21, 2005 10:14 AM
> >To: CF-Talk
> >Subject: CF5 to CF7 WDDX woes
> >
> >
> >We're moving a bunch of CF5 sites to CF7 and they are on an older CMS 
> system
> >that used WDDX. in cf5 they work just fine but since moving to cf7 we get
> >the following errors:
> > WDDX packet parse error at line 1, column 64001. XML document structures
> >must start and end within the same entity
> > I've pulled the WDDX out of the DB and it validates fine as valid XML 
> but
> >for some reason CF thinks it's broken..
> > Any ideas?
> > jonese
> >
> >
> >
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210163
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: URLDecode and %

2005-06-21 Thread Ian Skinner
What's in the UDF?  Most of the time, a well written UDF is not that hard to 
figure out.  Now if it is several hundred lines long, it probably is not a well 
written UDF, possible but not likely.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

-Original Message-
From: Scott Brady [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 12:25 PM
To: CF-Talk
Subject: Re: URLDecode and %

On 6/21/05, Ian Skinner <[EMAIL PROTECTED]> wrote:
> Without running my own experiments, I was curious that you are URL
decoding a string
> that has not been URL encoded?

It's included in a UDF (written before my time) that is formatting
plain text into HTML formatting.  The string passed to the UDF can,
apparently, be URLEncoded or not [I'm still trying to determine what
circumstances that can happen, but haven't gotten a hold of the
original developer yet].

Ideally, I'm just gonna take out that URLDecode() and solve the
problem. But, considering this UDF occurs 915 times in our app, it'll
be easier to test if I know the circumstances that prompted putting
that URLDecode() in there.

Scott
--
-
Scott Brady
http://www.scottbrady.net/



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210162
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF5 to CF7 WDDX woes....

2005-06-21 Thread Jann E. VanOver
I don't think Pre MX WDDX is compatible with MX WDDX.

I was having similar problems to what you describe.   I put a try/catch 
around the initial use of what could be a Pre-MX wddx instance.  If it 
threw an error, recreate the WDDX from scratch.  Solved my problem.

Che Vilnonis wrote:

>Jonese, I hope that someone reads this thread and can help. I've recently
>went from CF5 to CFMX 6.1 and I get intermittent WDDX errors that read,
>
>"Exception during WDDX operation. Details:
>coldfusion.tagext.lang.WddxTag$WddxException: Exception during WDDX
>operation."
>
>Everything worked flawlessly on CF5 before. I'd like a little advice as
>well. :)
>
>Regards, Che.
>
>-Original Message-
>From: jonese [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, June 21, 2005 10:14 AM
>To: CF-Talk
>Subject: CF5 to CF7 WDDX woes
>
>
>We're moving a bunch of CF5 sites to CF7 and they are on an older CMS system
>that used WDDX. in cf5 they work just fine but since moving to cf7 we get
>the following errors:
> WDDX packet parse error at line 1, column 64001. XML document structures
>must start and end within the same entity
> I've pulled the WDDX out of the DB and it validates fine as valid XML but
>for some reason CF thinks it's broken..
> Any ideas?
> jonese
>
>
>

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210161
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: URLDecode and %

2005-06-21 Thread Scott Brady
On 6/21/05, Ian Skinner <[EMAIL PROTECTED]> wrote:
> Without running my own experiments, I was curious that you are URL decoding a 
> string
> that has not been URL encoded?

It's included in a UDF (written before my time) that is formatting
plain text into HTML formatting.  The string passed to the UDF can,
apparently, be URLEncoded or not [I'm still trying to determine what
circumstances that can happen, but haven't gotten a hold of the
original developer yet].

Ideally, I'm just gonna take out that URLDecode() and solve the
problem. But, considering this UDF occurs 915 times in our app, it'll
be easier to test if I know the circumstances that prompted putting
that URLDecode() in there.

Scott
-- 
-
Scott Brady
http://www.scottbrady.net/

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210160
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: DOB with flash forms?

2005-06-21 Thread Wayne Putterill
That may be the best answer, although I would prefer a pop up date
picker - is there a way to get cfcalender to do that?

On 6/21/05, Matt Osbun <[EMAIL PROTECTED]> wrote:
> Might want to take a look at Quick-Jump To A Year by Paul Hastings on
> cfform.com
> 
> http://www.cfform.com/flashforms/invoke.cfm?objectid=E22524E6-4E22-1671-
> 5A4E3079806D02D3&method=full
> 
> Matt Osbun
> Web Developer
> Health Systems, International
> 
> 
> -Original Message-
> From: Wayne Putterill [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 21, 2005 9:00 AM
> To: CF-Talk
> Subject: DOB with flash forms?
> 
> 
> How would you get a user to input their date of birth when using a flash
> form?
> 
> Cfinput with a type of datefield would seem obvious but how could you
> select the year without clicking back through the months?
> 
> In a normal form I would just use drop downs for the day, month and
> year with some javascript to check for invalid dates, but that seems
> to be out when using flash.
> 
> Any suggestions?
> 
> 
> 
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210159
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: DOB with flash forms?

2005-06-21 Thread Wayne Putterill
I don't know actionscript as I rarely use flash. It just happens that
I have to produce a large multi-part form and the new flash forms in
MX7 seemed ideal.

On 6/21/05, Ken Ferguson <[EMAIL PROTECTED]> wrote:
> why does that seem to be "out" with flash forms? What is it that you
> need to do with js that you can't do with as?
> 
> Wayne Putterill wrote:
> 
> >How would you get a user to input their date of birth when using a flash 
> >form?
> >
> >Cfinput with a type of datefield would seem obvious but how could you
> >select the year without clicking back through the months?
> >
> >In a normal form I would just use drop downs for the day, month and
> >year with some javascript to check for invalid dates, but that seems
> >to be out when using flash.
> >
> >Any suggestions?
> >
> >
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210158
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFSEARCH query object frustration

2005-06-21 Thread Pete Ruckelshaus
Thanks Ian, that was it!

Pete

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210157
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFSEARCH query object frustration

2005-06-21 Thread Raymond Camden
Yep, key is reserved.

http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=0189.htm

On 6/21/05, Ian Skinner <[EMAIL PROTECTED]> wrote:
> Is "Key" possible a reserved word that would need to be escaped?  I believe 
> the common way to escape column names in SQL is ["Key"], but have only had to 
> do this a couple times in my career.
> 
> Example:
> SELECT
>["Key"] AS FooBar, ...
> FROM ..>
> 
> Just a wild assed suggestion, HTH.
> 
> 
> --
> Ian Skinner
> Web Programmer
> BloodSource
> www.BloodSource.org
> Sacramento, CA
> 
> "C code. C code run. Run code run. Please!"
> - Cynthia Dunning
> 
> -Original Message-
> From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 21, 2005 10:01 AM
> To: CF-Talk
> Subject: CFSEARCH query object frustration
> 
> I am adding search functionality to the application that I am
> building.  The wrinkle is that I wrote a function that determines if
> the "inbound" search string is a complex (Verity) search or a simple
> (SQL) search; if it's Verity, I include one file, if SQL, I include
> the other.  The main reason for this is to allow users to perform
> simple searches against new data rather than having to constantly
> refresh the Verity collection.
> 
> So, I have 2 possible "queries" and one set of display code (for
> simplicity and consistency).  Because I want to allow users to sort
> some of the result columns, I am doing a Query of a Query against the
> query object that CFSEARCH returns.  The problem is this.  As you may
> know, the developer has no real control over the column names that
> Verity returns, i.e. it returns key, rank, custom1, custom2, etc.
> rather than meaningful column names.  Since I am doing a QoQ against
> the cfsearch query object, I just figured that I would alias the query
> object "column names" to those names that I am using from the SQL
> query.  Well, the custom1, custom2, etc. column names have no problems
> with having aliases assigned, but when I try to  even select "key" in
> my statement (without aliasing it), the query bombs with this error:
> "Query Of Queries syntax error. Encountered "key. Incorrect Select
> List, Incorrect select column, "
> 
> This is really weird, since when I do a cfdump of the returned query
> object, I see the "key" column.  Is this a bug?
> 
> Other than assigning the value I need to one of the custom fields
> (which I can't, I've used all 4), is there a solution to my problem?
> 
> Thanks,
> 
> Pete
> 
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210156
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread Barney Boisvert
CFINCLUDES share a 'variables' scope, which is what Sean said he meant
by the 'page' label.  But that made me think of CFCs, which have their
own variables scope, and can obviously be called within a request. 
Not really a sequential thing, more of a shadow/unshadow, but it could
work.  And the same thing goes for CFMODULE and custom tags.

cheers,
barneyb

On 6/21/05, Dawson, Michael <[EMAIL PROTECTED]> wrote:
> The scenario could also be created by using CFINCLUDEs, I would imagine.
> 
> M!ke

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210155
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Open Cursors

2005-06-21 Thread Dustin Tinney
Thanks for all the info

On 6/21/05, Eddie <[EMAIL PROTECTED]> wrote:
> > Our IT staff refuses to up our limit from 100 feeling as though 100
> > cursors is plenty to run any system.  I realize that there maybe
> > systems that could run with 100 cursors however,  with out evidence of
> > what others are running there is no possible way that they will up our
> > limits.  They feel as though 100 is a high value and that if we go
> > beyond this, as we have recently, there is problems with in our
> > applications not with in the server configs.
> 
> I suggest you read this:
> 
> http://asktom.oracle.com/pls/ask/f?p=4950:8:F4950_P8_DISPLAYID:1041031921901
> 
> --
> Eddie.
> http://awads.net/
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210154
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: application.cfm includes

2005-06-21 Thread Barney Boisvert
Are you talking about within a single application, or for multiple
applications on the same server?

If the former, just have each directory's Application.cfm set a
sessionTimeout variable, and CFINCLUDE the parent directory's
Application.cfm.  The top-level one will have all the actual code,
including the CFAPPLICATION tag, which will CFPARAM the sessionTimeout
variable to some default, and then use that for the sessionTimeout
attribute.

If you've got multiple applications, do exactly as you propose, though
you'll probably want to use a mapping for the location of
application_base.cfm in case you have to change it's physical location
at some point.

cheers,
barneyb

On 6/21/05, Daniel Kessler <[EMAIL PROTECTED]> wrote:
> I need all my application.cfm files to be the same except for the
> session time-outs.  It seems that I can have a base file
> (application_base.cfm) which gets included into all the
> application.cfm files and the session time-out can be distinct.
> 
> Is there any problem with doing it this way or this process in
> general?  I've not done it before and want to make sure there're no
> gotchas.
> 
> thanks.
> 
> --
> Daniel Kessler

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210153
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Registrar that does DNS management?

2005-06-21 Thread Damien McKenna
I never saw that before.  Thanks!

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 
 

> -Original Message-
> From: Brad Roberts [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, June 21, 2005 1:46 PM
> To: CF-Talk
> Subject: RE: Registrar that does DNS management?
> 
> GoDaddy.com has a DNS manager (at no additional cost) in their
> control panel... it only shows up when your domain is parked
> with them.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210152
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


re: Soap

2005-06-21 Thread Mark Holm
It is a lot easier if you know where the wsdl is located for the 
webservice..then you can use coldfusion to handle soap for you..
 see
 
http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=part_cfm.htm

 Mark Holm
Get Firefox!
Imagination is the key to my lyrics. The rest is painted with a little science 
fiction. -Jimi Hendrix 


  

I just received these instructions to send data back to a 
Web service. How would I handle this using CF? I changed 
around a few things so this is not the actual example.

 The following is an example of how to confirm an order 
has been shipped.
The receiving method on our end is called 
VendorOrderConfirmation and is a web service.
It takes 3 parameters. UnitedDatas Order Number, The date 
and time the order was processed/shipped, Fed-Ex/UPS 
tracking number, all strings. It will return a boolean 
True if successful or False if unsuccessful.

// get the UnitedData Web Service URL from web.config 
System.Configuration.AppSettingsReader ar = new 
AppSettingsReader(); UnitedDataWS.ReceiveOrder service = 
new SIMEPSTestClient.UnitedDataWS.ReceiveOrder();
service.Url = (string)ar.GetValue("SIMEPSServiceLocation",
Type.GetType("System.String", true, true));

// create a SOAP header
UnitedDataWS.AccountInfoHeader aih = new
SIMEPSTestClient.UnitedDataWS.AccountInfoHeader();

// set print vendors credentials
aih.Username = "StPaul";
aih.Password = "Saints";

// add the header to the service
service.AccountInfoHeaderValue = aih;

// The 3 parameters are;
// (UnitedDatas Order Number, The date and time the order 
was processed/shipped, Fed-Ex/UPS tracking number) // 
Returns True if successful, otherwise False.
Response.Write(service.VendorOrderConfirmation("100", 
DateTime.Now,
"1234567890") + "
");



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210151
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: URLDecode and %

2005-06-21 Thread Ian Skinner
Well, I did the experiments anyway as a way to procrastinate any actual 
productivity.

I ran the following code in MX 6.1 and MX 7.0.
 
#URLDecode(FORM.goalComments)#

 
#URLDecode(FORM.goalComments)#

The first example worked correctly on both servers.  The second worked as 
described in the original post on the MX 7 server it capitalizes the first 
letter following the space and deletes the second letter.  On the MX 6.1, it 
threw an error "% M".  Not much explanation, but essentially correct.  "% M" is 
not a properly URL encoded string.

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. 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210150
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Registrar that does DNS management?

2005-06-21 Thread Jim Davis
> -Original Message-
> From: Damien McKenna [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 21, 2005 12:57 PM
> To: CF-Talk
> Subject: OT: Registrar that does DNS management?
> 
> I'm looking for a registrar that supports DNS management, preferably at
> little or no additional cost over the domain name transfer price.  We
> have about 50 domains to manage and would prefer to do this all in one
> service than two separate ones.  Any suggestions?  Thanks.

I like MyDomain.com - they support DNS management (NS, MX, CNAME, A and TXT
records) via a web interface.  They also do email forwarding, URL
forwarding, parking, and transfer locking.

I've got 18 domains there now and have been using them for several years.

They have a transfer special going one now: all transfers (with one year
registration) are $7.50 (normally it's $8.50).

Jim Davis





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210149
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Soap

2005-06-21 Thread Lee
I just received these instructions to send data back to a 
Web service. How would I handle this using CF? I changed 
around a few things so this is not the actual example.

  The following is an example of how to confirm an order 
has been shipped.
The receiving method on our end is called 
VendorOrderConfirmation and is a web service.
It takes 3 parameters. UnitedDatas Order Number, The date 
and time the order was processed/shipped, Fed-Ex/UPS 
tracking number, all strings. It will return a boolean 
True if successful or False if unsuccessful.

// get the UnitedData Web Service URL from web.config 
System.Configuration.AppSettingsReader ar = new 
AppSettingsReader(); UnitedDataWS.ReceiveOrder service = 
new SIMEPSTestClient.UnitedDataWS.ReceiveOrder();
service.Url = (string)ar.GetValue("SIMEPSServiceLocation",
Type.GetType("System.String", true, true));

// create a SOAP header
UnitedDataWS.AccountInfoHeader aih = new
SIMEPSTestClient.UnitedDataWS.AccountInfoHeader();

// set print vendors credentials
aih.Username = "StPaul";
aih.Password = "Saints";

// add the header to the service
service.AccountInfoHeaderValue = aih;

// The 3 parameters are;
// (UnitedDatas Order Number, The date and time the order 
was processed/shipped, Fed-Ex/UPS tracking number) // 
Returns True if successful, otherwise False.
Response.Write(service.VendorOrderConfirmation("100", 
DateTime.Now,
"1234567890") + "");

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210148
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Opening CFDocuments data at a later time...

2005-06-21 Thread dcooper
And (to finally answer your original question :), you can use cfcontent var= to 
stream out later.  

IE:
===


Hello World!
 
 


> Sorry, just read the subsequent post...yes, the "name" attribute is 
> the variable name containing the output of the CFDOCUMENT tag.  You 
> should be able to use that, I believe.
> 
> HTH
> 
> Damon

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210147
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: URLDecode and %

2005-06-21 Thread Ian Skinner
Without running my own experiments, I was curious that you are URL decoding a 
string that has not been URL encoded?  And if I am not mistaken, the % 
character is an escape character in URL encoding.  So what I would suspect is 
happening is that it is trying to decode "% " and getting something weird.

What do you get if you try this;


#URLDecode(FORM.goalComments)#



--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

-Original Message-
From: Scott Brady [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 10:40 AM
To: CF-Talk
Subject: URLDecode and %

I've run across an issue that I THINK may be a bug in the URLDecode()
function.

Using CFMX 7 (haven't tried earlier versions), this code:

#URLDecode(FORM.goalComments)#

ends up outputting:
100% mtch

I've narrowed it down to the % followed by a space.  If you
URLDecode("% xy") [where x and y can be any character], it strips out
the "y".  It's like it's interpreting % to mean "jump one
character and delete".

Has anyone seen this or know why this might be?

[Right now, the code I'm seeing this in may not even need the
URLDecode() function [I'm investigating], but it still appears to be a
problem]

Scott
--
-
Scott Brady
http://www.scottbrady.net/



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210146
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Registrar that does DNS management?

2005-06-21 Thread Brad Roberts
GoDaddy.com has a DNS manager (at no additional cost) in their control
panel... it only shows up when your domain is parked with them.

-Brad

-Original Message-
From: Damien McKenna [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 12:57 PM
To: CF-Talk
Subject: OT: Registrar that does DNS management?

I'm looking for a registrar that supports DNS management, preferably at
little or no additional cost over the domain name transfer price.  We
have about 50 domains to manage and would prefer to do this all in one
service than two separate ones.  Any suggestions?  Thanks.
 
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
 
The Limu Company - http://www.thelimucompany.com/
  - 407-804-1014
#include 
 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210145
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


URLDecode and %

2005-06-21 Thread Scott Brady
I've run across an issue that I THINK may be a bug in the URLDecode() function.

Using CFMX 7 (haven't tried earlier versions), this code:

#URLDecode(FORM.goalComments)#

ends up outputting:
100% mtch

I've narrowed it down to the % followed by a space.  If you
URLDecode("% xy") [where x and y can be any character], it strips out
the "y".  It's like it's interpreting % to mean "jump one
character and delete".

Has anyone seen this or know why this might be?

[Right now, the code I'm seeing this in may not even need the
URLDecode() function [I'm investigating], but it still appears to be a
problem]

Scott
-- 
-
Scott Brady
http://www.scottbrady.net/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210144
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Security Vulnerability in JRun

2005-06-21 Thread Tyler Fitch
It should probably be noted that this Security Vulnerability is from
September of last year and has the link to the MACR security patch in
the summary.

So unless you've had your JRun and Apache server running since last
summer without any updates you'll be in good shape.

Cheers,

t

On 6/21/05, Mark Drew <[EMAIL PROTECTED]> wrote:
> I thought I would post this heads up for people using JRun with Apache
> 
> http://www.securityfocus.com/archive/1/377194
> 
> --
> Mark Drew
> 
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210143
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


HomeSite+ and Hidden Folders

2005-06-21 Thread Brad Roberts
In HomeSite+, is there a setting that will hide "hidden" folders in the file
browser?

 

Thanks,

 

Brad Roberts



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210142
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX 7 Mail Sending

2005-06-21 Thread Eric J. Hoffman
CFMX 7

I suppose I could move in and out, forgot that one.  Haven't had the
problem in years.  But not a good day in day out solution...hopefully it
is addressed by MM someday!  Thanks!

-Original Message-
From: Larry Lyons [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 12:08 PM
To: CF-Talk
Subject: CFMX 7 Mail Sending

>Anyone else experience a backlog of mail on the server...it seems to 
>hit a bad mail in the spool folder.  I go in, and say yikes seeing all 
>the backed up mail from our production ordering system.  Then I delete 
>the first mail in the folder (old trick), but don't know how to force a

>requeuing of mail as its not in the undeliverables folder.  (we have 
>that custom tag installed and running every few hours)
>
>Any ideas?
>
>Thanks in advance!
>
>Eric

What version of CF? I know that CF 5 had a problem with 0 byte files in
the mail spool folder, but that was fixed in MX.

Have you tried moving the files out of the spool folder and then back
into it?

larry



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210141
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Registrar that does DNS management?

2005-06-21 Thread Damien McKenna
To answer my own question, Domain Direct (Tucow's OpenSRS company) does
this for $14.99 per year, or $12.99 for a transfer (inc one year).

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 
 

> -Original Message-
> From: Damien McKenna 
> Sent: Tuesday, June 21, 2005 12:57 PM
> To: CF-Talk
> Subject: OT: Registrar that does DNS management?
> 
> I'm looking for a registrar that supports DNS management, 
> preferably at little or no additional cost over the domain name
> transfer price.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210140
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFSEARCH query object frustration

2005-06-21 Thread Ian Skinner
Is "Key" possible a reserved word that would need to be escaped?  I believe the 
common way to escape column names in SQL is ["Key"], but have only had to do 
this a couple times in my career.

Example:
SELECT
   ["Key"] AS FooBar, ...
FROM ..>

Just a wild assed suggestion, HTH.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

-Original Message-
From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 10:01 AM
To: CF-Talk
Subject: CFSEARCH query object frustration

I am adding search functionality to the application that I am
building.  The wrinkle is that I wrote a function that determines if
the "inbound" search string is a complex (Verity) search or a simple
(SQL) search; if it's Verity, I include one file, if SQL, I include
the other.  The main reason for this is to allow users to perform
simple searches against new data rather than having to constantly
refresh the Verity collection.

So, I have 2 possible "queries" and one set of display code (for
simplicity and consistency).  Because I want to allow users to sort
some of the result columns, I am doing a Query of a Query against the
query object that CFSEARCH returns.  The problem is this.  As you may
know, the developer has no real control over the column names that
Verity returns, i.e. it returns key, rank, custom1, custom2, etc.
rather than meaningful column names.  Since I am doing a QoQ against
the cfsearch query object, I just figured that I would alias the query
object "column names" to those names that I am using from the SQL
query.  Well, the custom1, custom2, etc. column names have no problems
with having aliases assigned, but when I try to  even select "key" in
my statement (without aliasing it), the query bombs with this error:
"Query Of Queries syntax error. Encountered "key. Incorrect Select
List, Incorrect select column, "

This is really weird, since when I do a cfdump of the returned query
object, I see the "key" column.  Is this a bug?

Other than assigning the value I need to one of the custom fields
(which I can't, I've used all 4), is there a solution to my problem?

Thanks,

Pete



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210139
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFMX 7 Mail Sending

2005-06-21 Thread Larry Lyons
>Anyone else experience a backlog of mail on the server...it seems to hit
>a bad mail in the spool folder.  I go in, and say yikes seeing all the
>backed up mail from our production ordering system.  Then I delete the
>first mail in the folder (old trick), but don't know how to force a
>requeuing of mail as its not in the undeliverables folder.  (we have
>that custom tag installed and running every few hours)
>
>Any ideas?
>
>Thanks in advance!
>
>Eric

What version of CF? I know that CF 5 had a problem with 0 byte files in the 
mail spool folder, but that was fixed in MX.

Have you tried moving the files out of the spool folder and then back into it?

larry

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210138
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFSEARCH query object frustration

2005-06-21 Thread Pete Ruckelshaus
I am adding search functionality to the application that I am
building.  The wrinkle is that I wrote a function that determines if
the "inbound" search string is a complex (Verity) search or a simple
(SQL) search; if it's Verity, I include one file, if SQL, I include
the other.  The main reason for this is to allow users to perform
simple searches against new data rather than having to constantly
refresh the Verity collection.

So, I have 2 possible "queries" and one set of display code (for
simplicity and consistency).  Because I want to allow users to sort
some of the result columns, I am doing a Query of a Query against the
query object that CFSEARCH returns.  The problem is this.  As you may
know, the developer has no real control over the column names that
Verity returns, i.e. it returns key, rank, custom1, custom2, etc.
rather than meaningful column names.  Since I am doing a QoQ against
the cfsearch query object, I just figured that I would alias the query
object "column names" to those names that I am using from the SQL
query.  Well, the custom1, custom2, etc. column names have no problems
with having aliases assigned, but when I try to  even select "key" in
my statement (without aliasing it), the query bombs with this error:
"Query Of Queries syntax error. Encountered "key. Incorrect Select
List, Incorrect select column, "

This is really weird, since when I do a cfdump of the returned query
object, I see the "key" column.  Is this a bug?

Other than assigning the value I need to one of the custom fields
(which I can't, I've used all 4), is there a solution to my problem?

Thanks,

Pete

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210137
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Macromedia Using CFPoP?

2005-06-21 Thread Paul Hastings
Sean Corfield wrote:
> On 6/21/05, Paul Hastings <[EMAIL PROTECTED]> wrote:
> 
>>or ignore that kind of email. in cf7 you'll get that mail back w/an
>>error message as it's body.
> 
> 
> I suspect that will be the most likely "fix" in this case...

we've been exercising this thing all day & it hasn't blown up in our 
faces yet. so it's probably a keeper for us depending on the client.




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210136
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: RE : RE : Jrunsvc 100% cpu process

2005-06-21 Thread Mark A Kruger
I would look at some of the JVM settings if I were you  - heap size, max
perm and the type of garbage collection in particular.

-Mark

-Original Message-
From: Jean-Michel DE FILIPPI [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 11:48 AM
To: CF-Talk
Subject: RE : RE : Jrunsvc 100% cpu process


I'm using My SQL 4.01 and I've try with the latest drivers from
macromedia, and it's continuing every 60 minutes JRUNSVC take 100% cpu
time

It's incredible !!!

-Message d'origine-
De : Nathan Strutz [mailto:[EMAIL PROTECTED]
EnvoyÉ : mardi 21 juin 2005 17:45
 : CF-Talk
Objet : Re: RE : Jrunsvc 100% cpu process

If you're using MS SQL, you could have bad drivers. Get the latest ones
(3.4) from the hotfixes page.

-nathan strutz

Jean-Michel DE FILIPPI wrote:
> I've a lot of long requests, but I never use select * FROM ..
>
> I'm using for example, SELECT cp.mycolumn, cv.lastname FROM
c_particule
> cp, c_vector cv WHERE cp.id_c_table1 = cv.id_c_table2
>
> Sometimes with a UNION command not more ...
>
> Do you think I need make something else ?
>
> I've read maybe jrunsvc don’t like IIS 6.0 on windows server 2003 ??
>
>
> -Message d'origine-
> De : Robertson-Ravo, Neil (RX)
> [mailto:[EMAIL PROTECTED]
> EnvoyÉ : mardi 21 juin 2005 15:04
>  : CF-Talk
> Objet : RE: Jrunsvc 100% cpu process
>
> Long running SQL is no doubt the cause which is backing up requests.
> Do
> you have any long running requests? Reports, select * from large
> tables...
>
> ?
>
>
>
> -Original Message-
> From: Jean-Michel DE FILIPPI [mailto:[EMAIL PROTECTED]
> Sent: 21 June 2005 13:36
> To: CF-Talk
> Subject: Jrunsvc 100% cpu process
>
> Hello everybody,
>
> I've a real big problem on my server side. In fact I've Coldfusion 6.1
> Mx installed on, and IIS 6.0 under Windows 2003 Server std Edition,
> width mysql 4.1.
>
> Every 60 minutes jrunsvc takes 100 % cpu time, I've already patch the
> connector to the last updates, I've try to use JRUN updater 5, and a
lot
> of other things, but nothing work good.
> On my server side I've more than 10 web entries, for multiple clients.
>
> I can't find any explaination about this problem, someone have an idea
> please ?
>
>
>
>
>
>
>





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210135
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Opening CFDocuments data at a later time...

2005-06-21 Thread dcooper
Sorry, just read the subsequent post...yes, the "name" attribute is the 
variable name containing the output of the CFDOCUMENT tag.  You should be able 
to use that, I believe.

HTH

Damon


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210134
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Registrar that does DNS management?

2005-06-21 Thread Damien McKenna
I'm looking for a registrar that supports DNS management, preferably at
little or no additional cost over the domain name transfer price.  We
have about 50 domains to manage and would prefer to do this all in one
service than two separate ones.  Any suggestions?  Thanks.
 
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
 
The Limu Company - http://www.thelimucompany.com/
  - 407-804-1014
#include 
 


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210133
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Opening CFDocuments data at a later time...

2005-06-21 Thread dcooper
Hey there...

You can use the CFDOCUMENT "filename" attribute to save the doc to a file, for 
delivery later however you wish (via web server, email attachment, etc).

The user can also use the Acrobat Reader browser to save a copy (assuming you 
allow them to) locally on their system.

IE: 

 


HTH

Damon


>Hello CFTalk,
> 
>I'm using CFDocument in CFMX7 and I would like to save the PDF to the
>variable indicated by the name attribute, then print it later.  Any
>ideas on how I can do this?
> 
>I searched the docs, but no luck.  
> 
>   format = "PDF"
>   overwrite = "yes"
>   pagetype = "A4"
>   name="output"
>   unit = "cm">
> 
> Hello World
> 
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210132
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Paradox Database

2005-06-21 Thread nerd
Many years ago, we built an online store application for a client in which all 
product data for the store is pulled from a Paradox database that the client 
uploads to our server.  We recently upgraded to MX (6.1 running on windows 2003 
server to be exact) which does not have built-in support for Paradox 
datasources.

So I believe what I need is a paradox JDBC driver for coldfusion to communicate 
with the client's database (right?).  Does anyone know where I might be able to 
find one?

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210131
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE : RE : Jrunsvc 100% cpu process

2005-06-21 Thread Jean-Michel DE FILIPPI
I'm using My SQL 4.01 and I've try with the latest drivers from
macromedia, and it's continuing every 60 minutes JRUNSVC take 100% cpu
time

It's incredible !!!

-Message d'origine-
De : Nathan Strutz [mailto:[EMAIL PROTECTED] 
EnvoyÉ : mardi 21 juin 2005 17:45
 : CF-Talk
Objet : Re: RE : Jrunsvc 100% cpu process

If you're using MS SQL, you could have bad drivers. Get the latest ones 
(3.4) from the hotfixes page.

-nathan strutz

Jean-Michel DE FILIPPI wrote:
> I've a lot of long requests, but I never use select * FROM ..
> 
> I'm using for example, SELECT cp.mycolumn, cv.lastname FROM
c_particule
> cp, c_vector cv WHERE cp.id_c_table1 = cv.id_c_table2 
> 
> Sometimes with a UNION command not more ...
> 
> Do you think I need make something else ?
> 
> I've read maybe jrunsvc don’t like IIS 6.0 on windows server 2003 ??
> 
> 
> -Message d'origine-
> De : Robertson-Ravo, Neil (RX)
> [mailto:[EMAIL PROTECTED] 
> EnvoyÉ : mardi 21 juin 2005 15:04
>  : CF-Talk
> Objet : RE: Jrunsvc 100% cpu process
> 
> Long running SQL is no doubt the cause which is backing up requests.
> Do
> you have any long running requests? Reports, select * from large
> tables...
> 
> ?
> 
> 
> 
> -Original Message-
> From: Jean-Michel DE FILIPPI [mailto:[EMAIL PROTECTED] 
> Sent: 21 June 2005 13:36
> To: CF-Talk
> Subject: Jrunsvc 100% cpu process
> 
> Hello everybody,
>  
> I've a real big problem on my server side. In fact I've Coldfusion 6.1
> Mx installed on, and IIS 6.0 under Windows 2003 Server std Edition,
> width mysql 4.1.
>  
> Every 60 minutes jrunsvc takes 100 % cpu time, I've already patch the
> connector to the last updates, I've try to use JRUN updater 5, and a
lot
> of other things, but nothing work good. 
> On my server side I've more than 10 web entries, for multiple clients.
>  
> I can't find any explaination about this problem, someone have an idea
> please ?
> 
> 
> 
> 
> 
> 
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210130
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: DOB with flash forms?

2005-06-21 Thread Ken Ferguson
why does that seem to be "out" with flash forms? What is it that you 
need to do with js that you can't do with as?

Wayne Putterill wrote:

>How would you get a user to input their date of birth when using a flash form?
>
>Cfinput with a type of datefield would seem obvious but how could you
>select the year without clicking back through the months?
>
>In a normal form I would just use drop downs for the day, month and
>year with some javascript to check for invalid dates, but that seems
>to be out when using flash.
>
>Any suggestions?
>
>

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210129
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFMX 7 Mail Sending

2005-06-21 Thread Eric J. Hoffman
Anyone else experience a backlog of mail on the server...it seems to hit
a bad mail in the spool folder.  I go in, and say yikes seeing all the
backed up mail from our production ordering system.  Then I delete the
first mail in the folder (old trick), but don't know how to force a
requeuing of mail as its not in the undeliverables folder.  (we have
that custom tag installed and running every few hours)

Any ideas?

Thanks in advance!

Eric

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210128
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread S . Isaac Dealey
Or moreover cfmodule / custom tag, wherein a new local variables scope
is instantiated.

> The scenario could also be created by using CFINCLUDEs, I
> would imagine.

> M!ke

> -Original Message-
> From: Barney Boisvert [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 21, 2005 11:19 AM
> To: CF-Talk
> Subject: Re: terms: shared scope variables vs. persistent
> scope
> variables?

> Your second  block has two page scopes.  Are
> you considering
> pageContext.forward() to create that scenario, or
> something else?


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210127
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread Dawson, Michael
The scenario could also be created by using CFINCLUDEs, I would imagine.

M!ke 

-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 11:19 AM
To: CF-Talk
Subject: Re: terms: shared scope variables vs. persistent scope
variables?

Your second  block has two page scopes.  Are you considering
pageContext.forward() to create that scenario, or something else?

cheers,
barneyb

On 6/21/05, Sean Corfield <[EMAIL PROTECTED]> wrote:
> On 6/21/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> > So, Sean, if they are not "persistent", then all scopes (session,
application, server, cookie) are "shared" scope?  So "shared" here means
sharing among requests and not among users?
> 
> Server and application scopes are shared among users. Session scope is

> shared among requests. Request scope is shared among pages.
> 
> If you think of it in terms of lifetimes, it's probably easier to
"see":
> 
> <-- server -->
>< application ->
>  < session --->
><-- request -->  <-- request --->
>  <-- page -->  <- page -><- page ->
> 
> page = 'variables' scope on a CFM page
> 
> (I think those lines should make it clear but ASCII art is not my 
> strong suit!)
> --
> Sean A Corfield -- http://corfield.org/ Team Fusebox -- 
> http://fusebox.org/ Got Gmail? -- I have 50, yes 50, invites to give 
> away!

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210126
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Sometimes form or url variables don't exist?

2005-06-21 Thread S . Isaac Dealey
Moreover, if a form is posted with method="get" any url variables
provided in the action attribute of the form will not be passed to the
action page... For example:





When this form is submitted, only the z variable will exist in the url
scope (the x variable will not be passed) -- anything after the ? in
the form's action attribute is stripped prior to submitting the form
with method="get".


> You should check:
> 1. to see if you use GET or POST method.  If GET, only URL
> variables exists.
> 2. to see if you use cflocation or relocate (fusebox 4)
> anywhere in between two pages.
> 3. the meta tag to redirect the user to another page.

> Johnny

>>I sometimes get errors from my application where it tries
>>to use a value
>>that should have been on the previous form page, but for
>>some reason
>>doesn't exist.   Has anyone else run into this?  I am
>>using an older
>>version of Fusebox, so Form.* and URL.* variables all get
>>converted to
>>the Attributes scope.  So whether it was passed in as a
>>Form or URL
>>variable shouldn't matter.
>>
>>I am running CFMX 6.1 on the box this just happened on,
>>but I see it
>>happen often on some busier sites we have running on a CF
>>5 box also.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210125
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread Barney Boisvert
Your second  block has two page scopes.  Are you
considering pageContext.forward() to create that scenario, or
something else?

cheers,
barneyb

On 6/21/05, Sean Corfield <[EMAIL PROTECTED]> wrote:
> On 6/21/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> > So, Sean, if they are not "persistent", then all scopes (session, 
> > application, server, cookie) are "shared" scope?  So "shared" here means 
> > sharing among requests and not among users?
> 
> Server and application scopes are shared among users. Session scope is
> shared among requests. Request scope is shared among pages.
> 
> If you think of it in terms of lifetimes, it's probably easier to "see":
> 
> <-- server -->
>< application ->
>  < session --->
><-- request -->  <-- request --->
>  <-- page -->  <- page -><- page ->
> 
> page = 'variables' scope on a CFM page
> 
> (I think those lines should make it clear but ASCII art is not my strong 
> suit!)
> --
> Sean A Corfield -- http://corfield.org/
> Team Fusebox -- http://fusebox.org/
> Got Gmail? -- I have 50, yes 50, invites to give away!

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210124
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Open Cursors

2005-06-21 Thread Eddie
> Our IT staff refuses to up our limit from 100 feeling as though 100
> cursors is plenty to run any system.  I realize that there maybe
> systems that could run with 100 cursors however,  with out evidence of
> what others are running there is no possible way that they will up our
> limits.  They feel as though 100 is a high value and that if we go
> beyond this, as we have recently, there is problems with in our
> applications not with in the server configs.

I suggest you read this:

http://asktom.oracle.com/pls/ask/f?p=4950:8:F4950_P8_DISPLAYID:1041031921901

-- 
Eddie.
http://awads.net/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210123
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email Question

2005-06-21 Thread Ian Skinner
Whether there is conditional logic or not, you need to use #chr(13)##chr(10)# 
to designate new line and carriage return in text formatted email.  If you are 
using HTML email, the formatting inside the  is replicated, but when 
doing text it is not and you have to add the desired formatting.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 9:03 AM
To: CF-Talk
Subject: RE: Email Question

I have it happen on both on CF5 and CFMX

-Original Message-
From: Emmet McGovern [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 11:34 AM
To: CF-Talk
Subject: RE: Email Question

Is this a CF5 server?

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 10:33 AM
To: CF-Talk
Subject: RE: Email Question

Well that is the other thing, there is no CFIF statements Just straight
text with the use of the variables since The variables will exist from
the query.


-Original Message-
From: Emmet McGovern [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 9:53 AM
To: CF-Talk
Subject: RE: Email Question

You need to use Chr(13) & Chr(10) if your using cfif statements to check
for the existence of variables.

Emmet


-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 9:36 AM
To: CF-Talk
Subject: Email Question

When using CFMAIL to send an email message I have it formatted such:


New Client has been added:

Name: [FIRSTNAME] [LASTNAME]
Company: [COMPANYNAME]

etc


However when the message is delivered it looks like:


New Client has been added:

Name: JOE SMITH Company: SMITH PRODUCTS

etc



I can only send in Text mode, not HTML. Any suggestions on why it will
not be formatted as designed?












~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210122
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email Question

2005-06-21 Thread Adkins, Randy
I have it happen on both on CF5 and CFMX 

-Original Message-
From: Emmet McGovern [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 11:34 AM
To: CF-Talk
Subject: RE: Email Question

Is this a CF5 server?

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 10:33 AM
To: CF-Talk
Subject: RE: Email Question

Well that is the other thing, there is no CFIF statements Just straight
text with the use of the variables since The variables will exist from
the query.
 

-Original Message-
From: Emmet McGovern [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 9:53 AM
To: CF-Talk
Subject: RE: Email Question

You need to use Chr(13) & Chr(10) if your using cfif statements to check
for the existence of variables.

Emmet


-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 9:36 AM
To: CF-Talk
Subject: Email Question

When using CFMAIL to send an email message I have it formatted such:
 

New Client has been added:
 
Name: [FIRSTNAME] [LASTNAME]
Company: [COMPANYNAME]
 
etc

 
However when the message is delivered it looks like:
 

New Client has been added:
 
Name: JOE SMITH Company: SMITH PRODUCTS
 
etc

 
 
I can only send in Text mode, not HTML. Any suggestions on why it will
not be formatted as designed?










~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210121
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Urgently need webhosting, again

2005-06-21 Thread Jordan Michaels
Thanks James for the feedback. We know about the bandwidth differences
and we're working on it. We're finalizing our DS3 installation about the
end of next week so our bandwidth prices should improve after that by a
significant amount.

Thanks for helping us figure out where we need to improve!

Warm regards,
Jordan Michaels
Vivio Technologies



James Holmes wrote:

>I had a look at the Vivio offerings earlier and while attractive, I
>can't yet afford the same level of bandwidth that I get with HMS,
>since the site isn't top-level secret-squirrel stuff (I just need a
>semblance of security for the site, which is easily achievable with a
>little work).
>
>Here's the comparison:
>
>SmarterLinux: $14.95 per month, 500 MB space, 20GB bandwidth (per
>month), MySQL, CFMX Enterprise, php/perl/blah/blah
>
>Vivio VPS on cheapest virtual box: $15 for box, $60 for 26Gigs
>(closest to same bandwidth) with heaps more disk space than I need
>etc.
>
>I could also install BD, CFMX or any other software I owned on a HMS
>VPS and get 200GB of bandwidth for $49.95 per month, so there are a
>few options when I outgrow the shared hosting.
>
>On 6/21/05, Jordan Michaels <[EMAIL PROTECTED]> wrote:
>  
>
>>James Holmes wrote:
>>
>>
>>
>>>Yes, I wish they'd hurry up and do the rest of the servers. I agree
>>>that no-one else at that price has a clue - If I knew of a cheap,
>>>secure host I'd have gone there ;-)
>>>
>>>
>>>  
>>>
>>One of the reasons Vivio Technologies got into the hosting business is
>>because we were tired of CF hosts technical support that didn't know
>>what they were doing.
>>
>>
>>Vivio Technologies offers Blue Dragon VPS hosting for as little as $18
>>per month. You get full, root access to your VPS and access to your own
>>BD admin console. Also, we are getting a DS3 installed about the middle
>>of next week. This will *dramatically reduce our current bandwidth costs
>>(from about $500 per meg to $180 per meg - 95th percentile) so we will
>>be upgrading our customer's bandwidth limits at that time.
>>
>>
>>I must admit though that we don't ALWAYS know the answer, but when that
>>happens we make every effort to find out! That's more then I can say for
>>a lot of hosts.
>>
>>At any rate, feel free to email or call if you have any questions!
>>
>>--
>>Warm regards,
>>Jordan Michaels
>>Vivio Technologies
>>http://www.viviotech.net/
>>[EMAIL PROTECTED]
>>
>>
>>
>>
>
>

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210120
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: RE : Jrunsvc 100% cpu process

2005-06-21 Thread Nathan Strutz
If you're using MS SQL, you could have bad drivers. Get the latest ones 
(3.4) from the hotfixes page.

-nathan strutz

Jean-Michel DE FILIPPI wrote:
> I've a lot of long requests, but I never use select * FROM ..
> 
> I'm using for example, SELECT cp.mycolumn, cv.lastname FROM c_particule
> cp, c_vector cv WHERE cp.id_c_table1 = cv.id_c_table2 
> 
> Sometimes with a UNION command not more ...
> 
> Do you think I need make something else ?
> 
> I've read maybe jrunsvc don’t like IIS 6.0 on windows server 2003 ??
> 
> 
> -Message d'origine-
> De : Robertson-Ravo, Neil (RX)
> [mailto:[EMAIL PROTECTED] 
> EnvoyÉ : mardi 21 juin 2005 15:04
>  : CF-Talk
> Objet : RE: Jrunsvc 100% cpu process
> 
> Long running SQL is no doubt the cause which is backing up requests.
> Do
> you have any long running requests? Reports, select * from large
> tables...
> 
> ?
> 
> 
> 
> -Original Message-
> From: Jean-Michel DE FILIPPI [mailto:[EMAIL PROTECTED] 
> Sent: 21 June 2005 13:36
> To: CF-Talk
> Subject: Jrunsvc 100% cpu process
> 
> Hello everybody,
>  
> I've a real big problem on my server side. In fact I've Coldfusion 6.1
> Mx installed on, and IIS 6.0 under Windows 2003 Server std Edition,
> width mysql 4.1.
>  
> Every 60 minutes jrunsvc takes 100 % cpu time, I've already patch the
> connector to the last updates, I've try to use JRUN updater 5, and a lot
> of other things, but nothing work good. 
> On my server side I've more than 10 web entries, for multiple clients.
>  
> I can't find any explaination about this problem, someone have an idea
> please ?
> 
> 
> 
> 
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210119
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Macromedia Using CFPoP?

2005-06-21 Thread Damien McKenna
> > Install the jar file that Paul H mentioned, get MM to adopt 
> > that same jar file as part of CF or, install a third party
> > CFX tag like mine (CFX_POP3).
> 
> or ignore that kind of email.

Not something you can do if you're writing an application to process
bounced messages.

Macromedia need to fix this.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210118
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email Question

2005-06-21 Thread Emmet McGovern
Is this a CF5 server?

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 10:33 AM
To: CF-Talk
Subject: RE: Email Question

Well that is the other thing, there is no CFIF statements
Just straight text with the use of the variables since
The variables will exist from the query.
 

-Original Message-
From: Emmet McGovern [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 9:53 AM
To: CF-Talk
Subject: RE: Email Question

You need to use Chr(13) & Chr(10) if your using cfif statements to check
for the existence of variables.

Emmet


-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 9:36 AM
To: CF-Talk
Subject: Email Question

When using CFMAIL to send an email message I have it formatted such:
 

New Client has been added:
 
Name: [FIRSTNAME] [LASTNAME]
Company: [COMPANYNAME]
 
etc

 
However when the message is delivered it looks like:
 

New Client has been added:
 
Name: JOE SMITH Company: SMITH PRODUCTS
 
etc

 
 
I can only send in Text mode, not HTML. Any suggestions on why it will
not be formatted as designed?








~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210117
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CF problem with .wsdl call using https

2005-06-21 Thread Edwards, Djuna B
I am having a problem getting web services to make a wsdl call using HTTPS
using the following setup: 
ColdFusion server - MX Enterprise version 6,1,0,83762
Everything is installed on my workstation which is running Windows
XP with IIS 5.1
JAVA version - 1.4.2
JAVA home - C:\CFusionMX\runtime\jre
I have imported the Server Certificate and the Server Certificate's CA
Certificate and added the following lines to the JVM parameter list under
Web Services in ColdFusion Administrator:
-Djavax.net.ssl.trustStore= 
-Djavax.net.ssl.trustStorePassword= 

I can access other ColdFusion pages and also open ColdFusion Administrator
with HTTPS with no problems but cannot make a WSDL call with HTTPS in the
URL.

I have tried putting the IP address and file path/name into CFAdmin -> Web
Services using HTTPS as a test and it won't take it - if I remove the https
all is well. I can hit the .WSDL using HTTPS through the browser (IE) but
CFAdmin refuses to accept the same URL.

Any suggestions would be greatly appreciated as a solution to this issue is
critical for this particular application.

Djuna B. Edwards
Sr. Software Engineer
Security, Government & Infrastructure (SG&I) Division
Intergraph (NASDAQ: INGR)
23330 Cottonwood Parkway, Suite 100
California, MD 20619
P 1.240.725.5251 F 1.301.737.4487
[EMAIL PROTECTED]  ,
www.intergraph.com  



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210116
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DOB with flash forms?

2005-06-21 Thread Matt Osbun
Might want to take a look at Quick-Jump To A Year by Paul Hastings on
cfform.com

http://www.cfform.com/flashforms/invoke.cfm?objectid=E22524E6-4E22-1671-
5A4E3079806D02D3&method=full

Matt Osbun
Web Developer
Health Systems, International


-Original Message-
From: Wayne Putterill [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 9:00 AM
To: CF-Talk
Subject: DOB with flash forms?


How would you get a user to input their date of birth when using a flash
form?

Cfinput with a type of datefield would seem obvious but how could you
select the year without clicking back through the months?

In a normal form I would just use drop downs for the day, month and
year with some javascript to check for invalid dates, but that seems
to be out when using flash.

Any suggestions?



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210115
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Open Cursors

2005-06-21 Thread Thomas Chiverton
On Tuesday 21 June 2005 12:34, Dustin Tinney wrote:
> There should be at least lower and upper bounds for the cursor settings.

1 and a million :-)

> systems that could run with 100 cursors however,  with out evidence of
> what others are running there is no possible way that they will up our
> limits.  They feel as though 100 is a high value and that if we go

So test it out on a test system. Find out why you have so many cursors in use.
If your site has hundreds of concurrent page requests, I would expext to need 
more than a hundred.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210114
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


application.cfm includes

2005-06-21 Thread Daniel Kessler
I need all my application.cfm files to be the same except for the 
session time-outs.  It seems that I can have a base file 
(application_base.cfm) which gets included into all the 
application.cfm files and the session time-out can be distinct.

Is there any problem with doing it this way or this process in 
general?  I've not done it before and want to make sure there're no 
gotchas.

thanks.

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

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210113
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread Douglas Knudsen
misuse of terms is common everywhere though. In my opinion, those CFers 
integrating with Java JAR heads are most likely going to be coming from a CS 
background or basis and will realise this and overcome it. Given that CF 
possess, as noted above, a 'great learning curve', many CFers will not be 
integrating with Java folks and most likely will not even see a POJO. To me 
this will keep perfect CS jargon an arms length away in the CF world. Having 
consistent documentation using the correct terms would go along way, but 
forums such as this one can still prevail, eh?
 Having a mathematics background I see vocabulary misuse quite often, 
especially in the business world. When was the last time you heard, 'We have 
an infinite supply of widgets'? Hello! Infinite? I would not want to own a 
business with an infinite supply of anything, just apply the laws of supply 
and demand and you will understand why. LOL! Yeah, this used to bother me, 
but its inescapable it seems. 
 DK

 On 6/21/05, Sean Corfield <[EMAIL PROTECTED]> wrote: 
> 
> On 6/20/05, Jim Davis <[EMAIL PROTECTED]> wrote:
> > Just playing a little devil's advocate here...
> 
> Where's the >:-)
> 
> > While, yes, this is the computer science term and, when used in that
> > explicit context the common usage in CF is wrong, do the CF Docs present
> > themselves in the context of computer science? More importantly should
> > they?
> 
> Well, that's a good question. The docs do need to be clear but in my
> opinion CFers would be better served by consistent use of terms, i.e.,
> consistent with the computer science background that most enterprise
> programmers have. That way you can have conversations with Java
> developers and work with them and integrate with them, without
> constantly bumping into terminology problems. Not every CFer needs
> that but for those that do, it wouldn't serve to have two sets of
> terminology within CF. We already have some basic problems with CFCs
> in that "this" means public scope (unlike Java and C++) and "private"
> really means protected. Those we can't fix but we can at least be
> honest and recognize that we know these are not the norm...
> 
> > I guess in the end I'm just having trouble with coming up with another
> > simple term that can both describe and label these scopes. For example 
> you
> > could correctly say "values exist across multiple requests" but you 
> can't
> > reasonably call those scopes "Existent variables".
> 
> Mostly, in other languages there is the concept of the lifetime of a
> variable. Shared scopes can all easily be described in terms of
> lifetimes.
> 
> > So far I think that "Shared" works best... but isn't nearly as 
> descriptive
> 
> I agree.
> --
> Sean A Corfield -- http://corfield.org/
> Team Fusebox -- http://fusebox.org/
> Got Gmail? -- I have 50, yes 50, invites to give away!
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210112
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


security via application.cfm

2005-06-21 Thread Daniel Kessler
I didn't realize application.cfm could handle security but I was 
reading up on application.cfm in the archives and found a post 
describing something that would be useful to me.  The reply has a 
link that doesn't work and I'd like to know if anyone has more 
information on it.

Here's the reply with the bad link:

At 11:02 AM -0400 3/14/03:
>Jeff,
>
>http://www.cfvault.com/index.cfm/mode/DisplayTutorial/TuUUID/7F4D0522-EC4C-11D3-85030050DABEAE1B/Tutorial_
>Page/1
>
>This tutorial will explain it all. This is a great security application
>to apply for secure sites.
>
>Regards,
>James Blaha



>>Okay, if I've got a directory that I want to protect (is user logged in?) I
>>understand I want to put it in the application.cfm file for that directory,
>>but I'm kinda stumbling about my logic and was wondering if you guys could
>>clear things up for me.
>>
>>If the directory I'm trying to protect is a subdirectory under the root, and
>>on the main page in the root there's a link to a javascript popup window
>>that sits in the directory I'm trying to access, can I use javascript to
>>refresh the parent window if the user successfully logs in?
>>
>>So all the logic for this directory will sit in the application.cfm file of
>>the subdirectory, right? (call it 'foo'). And furthermore, can I use
>>application.cfm to popup that SAME window that has the login form is the
>>user isn't logged in? Say for instance, a user tries to bookmark a page in
>>the foo directory. What I'd *LIKE* to happen, is that the page redirects to
>>the home page of the root, and the javascript login window pops up.
>>
>>Can you accomplish this with the application.cfm in the foo directory? And
>>once the user is logged in, all the standard IsUserInRole(#role#) will
>>apply, no? Does my logic and approach sound like I'm grasping it correctly?
>>
>>So, in the foo directory, on any page in the directory:
>>1. Is user logged in?
>> no - load the root index page, and popup the login window
>> yes - load the appropriate page
>>
>>2. If user goes to log in
>> If successful, close popup, refresh parent window with the index page
>>from foo
>> If unsuccessful, refresh the popup with the login option and add the
>>ability to close the window if the user doesn't have a login name/pw


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

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210111
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Designing My Error Message Screen

2005-06-21 Thread James Holmes
Agreed - don't show them any error info at all. Just tell them that
you got am email and everything is going to be ok... This also gives
away less info in case someone is trying to do the wrong thing.

On 6/21/05, Burns, John D <[EMAIL PROTECTED]> wrote:
> End users hate error messages, and rightly so.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210110
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Designing My Error Message Screen

2005-06-21 Thread Burns, John D
End users hate error messages, and rightly so.  If an error occurs that
your code doesn't handle automatically within / blocks,
I usually just display some standard text and don't give them any real
information.  My goal is always to catch the error using  and
 but I don't think the average user will ever understand the
web enough to get what the CF errors are telling them. 


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 10:36 AM
To: CF-Talk
Subject: Designing My Error Message Screen

This is a case where I thought I had done a good job, but surveys with
end users are proving otherwise!

I have a standard error message screen that I display to the end users
of my intranet website when things go wrong. This generates an email to
me at the time of the error. On the screen it says... "Sorry! An error
has occurred on the website that prevents me from completing your
request. The administrator has been notified and the problem will be
corrected as soon as possible. Please click here to return to your
previous page." I then display the typical CF Error information.

Since I am a technical mind, I find the error messages to be quite
useful and typically let me know what went wrong immediately. The end
users, however, have no insight into what the error messages mean, and
are probably more intimidated by the error message than anything else.

I realize that if I do my job right tne end users will NEVER see an
error message, and I am working toward that goal, but in the meantime
does anyone have an example of an effective error message that my end
users will appreciate and not be intimidated by?

TIA,
Tim

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please delete it
from your system.

This footnote also confirms that this email message has been swept for
the presence of computer viruses.

Thank You,
Viahealth
**




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210109
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Opening CFDocuments data at a later time...

2005-06-21 Thread Allen Manning
Heya Mark,

I want to be able to send the binary to a different cfc to render.  It
kinda works with my APIs that way right now.  I can refactor around it,
but I thought it would be nice to have the same Document Factory APIs
for both Word Documents and PDFs.

DocumentFactory.cfc

















 

-Original Message-
From: Mark Drew [mailto:[EMAIL PROTECTED] 
Sent: 21 June 2005 15:32
To: CF-Talk
Subject: Re: Opening CFDocuments data at a later time...

Just a thought.. can you not save the contents of CFDOCUMENT as a file
to serve it later?

MD

On 21/06/05, Allen Manning <[EMAIL PROTECTED]> wrote:
> 
> 
> Hello CFTalk,
> 
> I'm using CFDocument in CFMX7 and I would like to save the PDF to the 
> variable indicated by the name attribute, then print it later. Any 
> ideas on how I can do this?
> 
> I searched the docs, but no luck.
> 
>  format = "PDF"
> overwrite = "yes"
> pagetype = "A4"
> name="output"
> unit = "cm">
> 
> Hello World
> 
> 
> 
>  
>  #output# 
> 
> Many thanks for nay help,
> Al
> 
> Allen Manning, Technical Director - Certified Instructor Prismix Ltd 
> t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w:
> www.prismix.com  
> 
> 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210108
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Designing My Error Message Screen

2005-06-21 Thread Claremont, Timothy
This is a case where I thought I had done a good job, but surveys with
end users are proving otherwise!

I have a standard error message screen that I display to the end users
of my intranet website when things go wrong. This generates an email to
me at the time of the error. On the screen it says... "Sorry! An error
has occurred on the website that prevents me from completing your
request. The administrator has been notified and the problem will be
corrected as soon as possible. Please click here to return to your
previous page." I then display the typical CF Error information.

Since I am a technical mind, I find the error messages to be quite
useful and typically let me know what went wrong immediately. The end
users, however, have no insight into what the error messages mean, and
are probably more intimidated by the error message than anything else.

I realize that if I do my job right tne end users will NEVER see an
error message, and I am working toward that goal, but in the meantime
does anyone have an example of an effective error message that my end
users will appreciate and not be intimidated by?

TIA,
Tim

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete it from 
your system.

This footnote also confirms that this email message has been swept for
the presence of computer viruses.

Thank You,
Viahealth
**


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210107
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread Jim Davis
> -Original Message-
> From: Jim Davis [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 21, 2005 10:16 AM
> To: CF-Talk
> Subject: RE: terms: shared scope variables vs. persistent scope variables?
> 
> > -Original Message-
> > From: Johnny Le [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, June 21, 2005 10:07 AM
> > To: CF-Talk
> > Subject: Re: terms: shared scope variables vs. persistent scope
> variables?
> >
> > So, Sean, if they are not "persistent", then all scopes (session,
> > application, server, cookie) are "shared" scope?  So "shared" here means
> > sharing among requests and not among users?

As a last shot here: CF doesn't, at the application framework level, really
have the concept of a "user".  Session and Client variables come close, but
they are just linked via a token value (which can, for nearly all
conversation be called a "user" token without getting into trouble).

But Session variables are not shared for a user - they have the additional
filter of application.  To get at "your" session the request has to declare
itself a member of a specific application AND be given your session token -
only then can you see the values in that session.

Also this is all, really, just smoke and mirrors in a way.  The various
memory-resident scopes are truly all data structures sitting in the same RAM
space.  Essentially (I've no idea what happens under the covers) CF looks at
the current request and creates pointers to things.

So there are (sorta, kinda) rules like this:

1) This request is on a server!  I'm going to create a pointer in this
request to the "Server" scope information.

2) This request has told me it's part of an application!  I'm going to
create a pointer to that application's "Application" scope information.

3) This request has told me it's part of an application AND I see it has
provided a session token!  I'm going to create a pointer to that session
token's "Session" scope information.

This is done automatically by CF, but you can also (just to get confusing)
link these scopes amongst one another.  Do this in a request, for example:



Well... now session scope information is available (via a pointer) in the
application scope.  By the same token you could link the Application scope
to the Server scope or the Server to the Session scope and so forth -
they're all just general data buckets.

There's no information that you can place in the Session scope that you
can't place in the Application or Server scopes (or vice versa).

There's no real difference between them - the difference is in how CF
exposes them based on its interpretation of the current request.

Jim Davis





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210106
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cffile vs. cfsavecontent

2005-06-21 Thread Burns, John D
If you use  on a CFM the contents of the file will be
processed and rendered by the CF engine rather than being read straight
in.  For instance, if your included page had the following information:


#i#



Your  variable would contain the numbers 1 through 10.
If you did  you would get the literal text contained in the file
(the code itself). 


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: Johnny Le [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 10:29 AM
To: CF-Talk
Subject: cffile vs. cfsavecontent

Hi,

I noticed lately that a lot of people are using cfsavecontent instead of
cffile, like this:





vs.



I would think cffile is more intuitive than cfsavecontent, and it is
only one line to type.  So are there real benefits to use cfsavecontent
over cffile?  I heard that cffile is slower than cfsavecontent.  Is that
the only reason?

Johnny



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210105
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cffile vs. cfsavecontent

2005-06-21 Thread Joe Rinehart
Hi Johnny,

Reading the file just reads it - it doesn't process any CFML it may
contain.  CFIncluding it processes it and saves the result of it into
a variable - it's how views work in Model-Glue (and I imagine in
Mach-II as well).

-Joe

On 6/21/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I noticed lately that a lot of people are using cfsavecontent instead of 
> cffile, like this:
> 
> 
> 
> 
> 
> vs.
> 
> 
> 
> I would think cffile is more intuitive than cfsavecontent, and it is only one 
> line to type.  So are there real benefits to use cfsavecontent over cffile?  
> I heard that cffile is slower than cfsavecontent.  Is that the only reason?
> 
> Johnny
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210104
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread Johnny Le
So you would call request scope variables shared scope variables too?

Johnny

> On 6/21/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> > So, Sean, if they are not "persistent", then all scopes (session, 
> application, server, cookie) are "shared" scope?  So "shared" here 
> means sharing among requests and not among users?
> 
> Server and application scopes are shared among users. Session scope 
> is
> shared among requests. Request scope is shared among pages.
> 
> If you think of it in terms of lifetimes, it's probably easier to 
> "see":
> 
> <-- server -->
   
> < application ->
 
> < session --->
   
> <-- request -->  <-- request --->
 
> <-- page -->  <- page -><- page ->
> 
> page = 'variables' scope on a CFM page
> 
> (I think those lines should make it clear but ASCII art is not my 
> strong suit!)
> -- 
> Sean A Corfield -- http://corfield.org/
> Team Fusebox -- http://fusebox.org/
> Got Gmail? -- I have 50, yes 50, invites to give away!
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret 
Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210103
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email Question

2005-06-21 Thread Adkins, Randy
Well that is the other thing, there is no CFIF statements
Just straight text with the use of the variables since
The variables will exist from the query.
 

-Original Message-
From: Emmet McGovern [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 9:53 AM
To: CF-Talk
Subject: RE: Email Question

You need to use Chr(13) & Chr(10) if your using cfif statements to check
for the existence of variables.

Emmet


-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 9:36 AM
To: CF-Talk
Subject: Email Question

When using CFMAIL to send an email message I have it formatted such:
 

New Client has been added:
 
Name: [FIRSTNAME] [LASTNAME]
Company: [COMPANYNAME]
 
etc

 
However when the message is delivered it looks like:
 

New Client has been added:
 
Name: JOE SMITH Company: SMITH PRODUCTS
 
etc

 
 
I can only send in Text mode, not HTML. Any suggestions on why it will
not be formatted as designed?






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210102
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Opening CFDocuments data at a later time...

2005-06-21 Thread Mark Drew
Just a thought.. can you not save the contents of CFDOCUMENT as a file to 
serve it later?

MD

On 21/06/05, Allen Manning <[EMAIL PROTECTED]> wrote:
> 
> 
> Hello CFTalk,
> 
> I'm using CFDocument in CFMX7 and I would like to save the PDF to the
> variable indicated by the name attribute, then print it later. Any
> ideas on how I can do this?
> 
> I searched the docs, but no luck.
> 
>  format = "PDF"
> overwrite = "yes"
> pagetype = "A4"
> name="output"
> unit = "cm">
> 
> Hello World
> 
> 
> 
> 
> 
> #output#
> 
> 
> Many thanks for nay help,
> Al
> 
> Allen Manning, Technical Director - Certified Instructor
> Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w:
> www.prismix.com  
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210101
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


cffile vs. cfsavecontent

2005-06-21 Thread Johnny Le
Hi,

I noticed lately that a lot of people are using cfsavecontent instead of 
cffile, like this:





vs.



I would think cffile is more intuitive than cfsavecontent, and it is only one 
line to type.  So are there real benefits to use cfsavecontent over cffile?  I 
heard that cffile is slower than cfsavecontent.  Is that the only reason?

Johnny

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210100
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Macromedia Using CFPoP?

2005-06-21 Thread Sean Corfield
On 6/21/05, Paul Hastings <[EMAIL PROTECTED]> wrote:
> or ignore that kind of email. in cf7 you'll get that mail back w/an
> error message as it's body.

I suspect that will be the most likely "fix" in this case...
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210099
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF5 to CF7 WDDX woes....

2005-06-21 Thread Che Vilnonis
Jonese, I hope that someone reads this thread and can help. I've recently
went from CF5 to CFMX 6.1 and I get intermittent WDDX errors that read,

"Exception during WDDX operation. Details:
coldfusion.tagext.lang.WddxTag$WddxException: Exception during WDDX
operation."

Everything worked flawlessly on CF5 before. I'd like a little advice as
well. :)

Regards, Che.

-Original Message-
From: jonese [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 10:14 AM
To: CF-Talk
Subject: CF5 to CF7 WDDX woes


We're moving a bunch of CF5 sites to CF7 and they are on an older CMS system
that used WDDX. in cf5 they work just fine but since moving to cf7 we get
the following errors:
 WDDX packet parse error at line 1, column 64001. XML document structures
must start and end within the same entity
 I've pulled the WDDX out of the DB and it validates fine as valid XML but
for some reason CF thinks it's broken..
 Any ideas?
 jonese


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210098
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread Sean Corfield
On 6/21/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> So, Sean, if they are not "persistent", then all scopes (session, 
> application, server, cookie) are "shared" scope?  So "shared" here means 
> sharing among requests and not among users?

Server and application scopes are shared among users. Session scope is
shared among requests. Request scope is shared among pages.

If you think of it in terms of lifetimes, it's probably easier to "see":

<-- server -->
   < application ->
 < session --->
   <-- request -->  <-- request --->
 <-- page -->  <- page -><- page ->

page = 'variables' scope on a CFM page

(I think those lines should make it clear but ASCII art is not my strong suit!)
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210097
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread Sean Corfield
On 6/20/05, Jim Davis <[EMAIL PROTECTED]> wrote:
> Just playing a little devil's advocate here...

Where's the >:-)

> While, yes, this is the computer science term and, when used in that
> explicit context the common usage in CF is wrong, do the CF Docs present
> themselves in the context of computer science?  More importantly should
> they?

Well, that's a good question. The docs do need to be clear but in my
opinion CFers would be better served by consistent use of terms, i.e.,
consistent with the computer science background that most enterprise
programmers have. That way you can have conversations with Java
developers and work with them and integrate with them, without
constantly bumping into terminology problems. Not every CFer needs
that but for those that do, it wouldn't serve to have two sets of
terminology within CF. We already have some basic problems with CFCs
in that "this" means public scope (unlike Java and C++) and "private"
really means protected. Those we can't fix but we can at least be
honest and recognize that we know these are not the norm...

> I guess in the end I'm just having trouble with coming up with another
> simple term that can both describe and label these scopes.  For example you
> could correctly say "values exist across multiple requests" but you can't
> reasonably call those scopes "Existent variables".

Mostly, in other languages there is the concept of the lifetime of a
variable. Shared scopes can all easily be described in terms of
lifetimes.

> So far I think that "Shared" works best... but isn't nearly as descriptive

I agree.
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210095
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread Jim Davis
> -Original Message-
> From: Johnny Le [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 21, 2005 10:07 AM
> To: CF-Talk
> Subject: Re: terms: shared scope variables vs. persistent scope variables?
> 
> So, Sean, if they are not "persistent", then all scopes (session,
> application, server, cookie) are "shared" scope?  So "shared" here means
> sharing among requests and not among users?

"Shared" is another computer science term that generally means "using the
same memory" or more generally, address space.  ;^)

So, in our case (and trying to use correct terminology), we might call
Server, Application, and Session "Shared" scopes as they share RAM space.
Client variables and cookies can be considered "Persistent" scopes since
they will survive a system recycle.

But "Shared" (like, in my opinion, "persistent") really needs a qualifier.
Server, Application and Session variables are sharing memory (you need to
worry about RAM usage with them).  Server is shared across all requests on a
single CF instance.  Application and Session are shared across all member
application requests (but not other applications).

Jim Davis





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210096
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CF5 to CF7 WDDX woes....

2005-06-21 Thread jonese
We're moving a bunch of CF5 sites to CF7 and they are on an older CMS system 
that used WDDX. in cf5 they work just fine but since moving to cf7 we get 
the following errors:
 WDDX packet parse error at line 1, column 64001. XML document structures 
must start and end within the same entity
 I've pulled the WDDX out of the DB and it validates fine as valid XML but 
for some reason CF thinks it's broken..
 Any ideas?
 jonese


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210094
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Open Cursors

2005-06-21 Thread Douglas Knudsen
seems silly to limit it to 100, IMHO. Have you tried limiting your 
connections? perhaps limiting to 10 connections and turning 'maintain 
connections' on may help. Or the opposite, do not limit connections and turn 
'maintain connections' off. Just a thought.
  DK

 On 6/21/05, Dustin Tinney <[EMAIL PROTECTED]> wrote: 
> 
> There should be at least lower and upper bounds for the cursor settings.
> 
> Our IT staff refuses to up our limit from 100 feeling as though 100
> cursors is plenty to run any system. I realize that there maybe
> systems that could run with 100 cursors however, with out evidence of
> what others are running there is no possible way that they will up our
> limits. They feel as though 100 is a high value and that if we go
> beyond this, as we have recently, there is problems with in our
> applications not with in the server configs.
> 
> To answer the question before we have 0 triggers and 0 stored procs.
> The only connections to the database are from our live and test
> servers both using the JDBC Driver. We hit our cursor limit at least
> 1 time a week if not a day.
> 
> 
> 
> On 6/20/05, Dustin Tinney <[EMAIL PROTECTED]> wrote:
> > Sorry for not being clear, I'm looking for the average server settings
> > for the number of cursors allowed
> >
> >
> >
> > On 6/20/05, Eddie <[EMAIL PROTECTED]> wrote:
> > > On 6/20/05, Dustin Tinney <[EMAIL PROTECTED]> wrote:
> > > > Current Setup:
> > > >
> > > > Dual Sun Station running Production Web server (CFMX 6.1) & DB 
> Oracle
> > > > 8i. Single CPU test station connected to the Live DB.
> > > >
> > > > My Question is this:
> > > > We've recently started getting number of open cursors exceeded. I
> > > > know that our Production Env. is set to have 100 Max Pooled
> > > > Statements allowed to it. Our test Env. has it set to 50 Max Pooled
> > > > Statements. I know that Max Pooled Statements are usually based upon
> > > > your applications load but I'm trying to figure out what MOST web
> > > > servers are run with in hopes of our IT dept increasing our Max
> > > > Pooled Statements.
> > > >
> > >
> > > Where is your question? I'm guessing is it is: How do I make the
> > > Oracle database stop spitting out "ORA-01000: maximum open cursors
> > > exceeded" errors?
> > >
> > > The answer would be to increase the number of maximum cursors per
> > > session by setting the parameter OPEN_CURSORS in your init.ora file to
> > > a higher number, like for example to 500 or more.
> > >
> > > HTH
> > > --
> > > Eddie.
> > > http://awads.net/
> > >
> > >
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210093
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Opening CFDocuments data at a later time...

2005-06-21 Thread Allen Manning
   
Hello CFTalk,
 
I'm using CFDocument in CFMX7 and I would like to save the PDF to the
variable indicated by the name attribute, then print it later.  Any
ideas on how I can do this?
 
I searched the docs, but no luck.  
 

 
 Hello World
 


 

 
  #output#
 

 
Many thanks for nay help,
Al

Allen Manning, Technical Director - Certified Instructor
Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w: 
www.prismix.com    


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210092
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: terms: shared scope variables vs. persistent scope variables?

2005-06-21 Thread Johnny Le
So, Sean, if they are not "persistent", then all scopes (session, application, 
server, cookie) are "shared" scope?  So "shared" here means sharing among 
requests and not among users?

Johnny

> On 6/20/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> > When people say "shared scope variables" or "persistent scope 
> variables", do they mean exactly the same thing or is there a 
> difference in definitions between "shared scope variables" and 
> "persistent scope variables"?
> 
> 
> This is one of my pet peeves about CFers... The classic IT definition
> of persistent means: if you switch off your system and switch it back
> on, the data is still there. Client variables might just squeak into
> that definition but the other shared scopes certainly do not!
> 
> I don't know quite where the idea came from that these scopes were
> "persistent" (no doubt early Allaire documentation?) but the mis-use
> has persisted (sic) unfortunately... In an effort to get CF taken 
> more
> seriously by other IT professionals, I try to jump on this mis-use of
> terminology every time I see it...
> 
> 
> Databases are persistent, memory is not. Both databases and memory 
> can
> be shared, however.
> -- 
> Sean A Corfield -- http://corfield.org/
> Team Fusebox -- http://fusebox.org/
> Got Gmail? -- I have 50, yes 50, invites to give away!
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret 
Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210091
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Section 508 Compliance

2005-06-21 Thread Bryan Stevenson
>A client is asking us about having their website coded for the disabled.
> I'm assuming he's talking about Section 508 compliance.  Can anyone point 
> me
> in the right direction for this?

Yes Section 508 is accessibility in the USin Canada it's a different set 
of rules that cover a lot of the same or similar issues

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.comcfm/54 


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210090
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


DOB with flash forms?

2005-06-21 Thread Wayne Putterill
How would you get a user to input their date of birth when using a flash form?

Cfinput with a type of datefield would seem obvious but how could you
select the year without clicking back through the months?

In a normal form I would just use drop downs for the day, month and
year with some javascript to check for invalid dates, but that seems
to be out when using flash.

Any suggestions?

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210089
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: RE : Jrunsvc 100% cpu process

2005-06-21 Thread Mark A Kruger
It will run happily on IIS  and 2003. There are many things you can do to
improve performance. I always start at the configuration level and work back
to the code - unless I "know" there is something in the code that is causing
the problem. Start with:

Server stuff - ram, processor, unecessary services, network card and card
configuration etc.

CF Ap Server stuff - settings in the CF Admin, jrun.xml and jvm.config
files - Tuning the JVM can be especially helpful with an error like this.

IIS Stuff - try separate application pools or web gardens.

Now I'd look at the code.  As a rule - all of the stuff above should be
handled on the installation of a new production server. It's amazing to me
how many production servers are tooling along using the default installation
parameters. Remember, default installation of windows, iis, Coldfusion and
the like is designed to cover the maximum number of installation scenarios -
not to be the optimal configuration :)

-Mark


-Original Message-
From: Jean-Michel DE FILIPPI [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 8:17 AM
To: CF-Talk
Subject: RE : Jrunsvc 100% cpu process


I've a lot of long requests, but I never use select * FROM ..

I'm using for example, SELECT cp.mycolumn, cv.lastname FROM c_particule
cp, c_vector cv WHERE cp.id_c_table1 = cv.id_c_table2

Sometimes with a UNION command not more ...

Do you think I need make something else ?

I've read maybe jrunsvc don’t like IIS 6.0 on windows server 2003 ??


-Message d'origine-
De : Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
EnvoyÉ : mardi 21 juin 2005 15:04
 : CF-Talk
Objet : RE: Jrunsvc 100% cpu process

Long running SQL is no doubt the cause which is backing up requests.
Do
you have any long running requests? Reports, select * from large
tables...

?



-Original Message-
From: Jean-Michel DE FILIPPI [mailto:[EMAIL PROTECTED]
Sent: 21 June 2005 13:36
To: CF-Talk
Subject: Jrunsvc 100% cpu process

Hello everybody,

I've a real big problem on my server side. In fact I've Coldfusion 6.1
Mx installed on, and IIS 6.0 under Windows 2003 Server std Edition,
width mysql 4.1.

Every 60 minutes jrunsvc takes 100 % cpu time, I've already patch the
connector to the last updates, I've try to use JRUN updater 5, and a lot
of other things, but nothing work good.
On my server side I've more than 10 web entries, for multiple clients.

I can't find any explaination about this problem, someone have an idea
please ?








~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210088
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Open Cursors

2005-06-21 Thread Aaron Rouse
I still think you should look into JDBC drivers, when we addressed that it 
fixed the issue. The reason we even looked into it was because the Oracle 
admins here fight with every ounce they have against changing one setting in 
their environment. What we noticed is the issue did not happen in CF5 or CF7 
but did on CF6.1 and this was all for the exact same application just being 
moved between servers.

On 6/21/05, Dustin Tinney <[EMAIL PROTECTED]> wrote: 
> 
> There should be at least lower and upper bounds for the cursor settings.
> 
> Our IT staff refuses to up our limit from 100 feeling as though 100
> cursors is plenty to run any system. I realize that there maybe
> systems that could run with 100 cursors however, with out evidence of
> what others are running there is no possible way that they will up our
> limits. They feel as though 100 is a high value and that if we go
> beyond this, as we have recently, there is problems with in our
> applications not with in the server configs.
> 
> To answer the question before we have 0 triggers and 0 stored procs.
> The only connections to the database are from our live and test
> servers both using the JDBC Driver. We hit our cursor limit at least
> 1 time a week if not a day.
> 
> 
> 
> On 6/20/05, Dustin Tinney <[EMAIL PROTECTED]> wrote:
> > Sorry for not being clear, I'm looking for the average server settings
> > for the number of cursors allowed
> >
> >
> >
> > On 6/20/05, Eddie <[EMAIL PROTECTED]> wrote:
> > > On 6/20/05, Dustin Tinney <[EMAIL PROTECTED]> wrote:
> > > > Current Setup:
> > > >
> > > > Dual Sun Station running Production Web server (CFMX 6.1) & DB 
> Oracle
> > > > 8i. Single CPU test station connected to the Live DB.
> > > >
> > > > My Question is this:
> > > > We've recently started getting number of open cursors exceeded. I
> > > > know that our Production Env. is set to have 100 Max Pooled
> > > > Statements allowed to it. Our test Env. has it set to 50 Max Pooled
> > > > Statements. I know that Max Pooled Statements are usually based upon
> > > > your applications load but I'm trying to figure out what MOST web
> > > > servers are run with in hopes of our IT dept increasing our Max
> > > > Pooled Statements.
> > > >
> > >
> > > Where is your question? I'm guessing is it is: How do I make the
> > > Oracle database stop spitting out "ORA-01000: maximum open cursors
> > > exceeded" errors?
> > >
> > > The answer would be to increase the number of maximum cursors per
> > > session by setting the parameter OPEN_CURSORS in your init.ora file to
> > > a higher number, like for example to 500 or more.
> > >
> > > HTH
> > > --
> > > Eddie.
> > > http://awads.net/
> > >
> > >
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210087
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Sometimes form or url variables don't exist?

2005-06-21 Thread Johnny Le
You should check:
1. to see if you use GET or POST method.  If GET, only URL variables exists.
2. to see if you use cflocation or relocate (fusebox 4) anywhere in between two 
pages.
3. the meta tag to redirect the user to another page.

Johnny

>I sometimes get errors from my application where it tries to use a value
>that should have been on the previous form page, but for some reason
>doesn't exist.   Has anyone else run into this?  I am using an older
>version of Fusebox, so Form.* and URL.* variables all get converted to
>the Attributes scope.  So whether it was passed in as a Form or URL
>variable shouldn't matter.
>
>I am running CFMX 6.1 on the box this just happened on, but I see it
>happen often on some busier sites we have running on a CF 5 box also.
>
>-Ryan

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210086
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: tips on onSessionEnd( )

2005-06-21 Thread Mark A Kruger
Isaac,

That works - but there are still some issues. Invoking directly allows you
to do things inside the function that won't work when it's fired by the
event - like directly set variables in the application scope. I wrote a
short entry on debugging onSessionEnd.

http://mkruger.cfwebtools.com/index.cfm?mode=alias&alias=cfmx7_onsessionend

If you or ray have anything to add... please do!

-Mark



-Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
Sent: Monday, June 20, 2005 5:53 PM
To: CF-Talk
Subject: RE: tips on onSessionEnd( )


> Can't you simply invoke it?
> 

You'd have to manually pass in the application and session scopes as
arguments... still not sure it'd work, but it might...

s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210085
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email Question

2005-06-21 Thread Emmet McGovern
You need to use Chr(13) & Chr(10) if your using cfif statements to check for
the existence of variables.

Emmet


-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 21, 2005 9:36 AM
To: CF-Talk
Subject: Email Question

When using CFMAIL to send an email message I have it formatted such:
 

New Client has been added:
 
Name: [FIRSTNAME] [LASTNAME]
Company: [COMPANYNAME]
 
etc

 
However when the message is delivered it looks like:
 

New Client has been added:
 
Name: JOE SMITH Company: SMITH PRODUCTS
 
etc

 
 
I can only send in Text mode, not HTML. Any suggestions on why it will
not be formatted as designed?




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210084
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


  1   2   >