Re: Can we enter chinese chars using CFGrid?

2005-03-09 Thread Dawn Huang
Hi Paul

Can you send me the cfgridTest.cfm file? I still can't get my script working 
after adding in statement :

InvalidTag http-equiv=Content-Type content=text/html; charset=utf-8
style
  TABLE {
font-size : 85%;
font-family : Arial Unicode MS;
}
/style

~|
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:197941
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: Can we enter chinese chars using CFGrid?

2005-03-09 Thread Dawn Huang
Hi Paul

Thanks for the prompt reply. I still can't get my script working after adding 
in the below statements, it is still showing squares :

 InvalidTag http-equiv=Content-Type content=text/html; charset=utf-8
 style
   TABLE {
font-size : 85%;
font-family : Arial Unicode MS;
}
 /style

Is there a way you I get ftp/get the source for your sample cfgridTest.cfm? I 
would like to look at it and see what is missing in my script. Btw, what you 
have given is displa, can i then assume that it will work too for typing in 
chinese characters?

Warmest Regards

~|
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:197942
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: (Homesite) Output in CFCs

2005-03-09 Thread Calvin Ward
See, you should be using Dreamweaver anyway! Macromedia says so:

What tool should developers use to write applications for ColdFusion MX?
Macromedia Dreamweaver MX 2004 is the premier development environment
for ColdFusion MX 7. New Dreamweaver extensions included with ColdFusion MX
7 make it faster and easier than ever to develop ColdFusion applications
using Dreamweaver MX 2004. Dreamweaver MX 2004 offers complete support for
the new features in ColdFusion MX 7, as well as a powerful combination of
code-editing and visual development features. 

So there!

- Calvin

-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 12:49 AM
To: CF-Talk
Subject: Re: (Homesite) Output in CFCs

Michael Dinowitz wrote:
 The homesite tag dialog for CFCOMPONENT and CFFUNCTION have to be 'fixed'.

so does the cfargument tag. it has no hint attribute (at least in 
cfstudio w/the blackstone updates). in fact i never even knew it had 
that attribute until last year when somebody pointed it out to me ;-)




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


OT: Web Accessibility

2005-03-09 Thread A.Little
Hi,
Does anyone out there know of any tools/services that I can integrate
with out web publishing system that will check the page content (entered
by users) against web accessibility guidelines (WAI/s508/SENDA) before
we allow it to be published to the live site.
I know about the Bobby, LIFT  other tools that you can manually run or
cfhttp to, but I'd like something where I can integrate the resulting
report in my CF application. Ideally what I'm looking for is a
webservice that accepts either a URL or the actual content (preview of
the page) and will return an xml string for the accessibility errors and
warnings which I can then display back to our users. 

Any help/advice appreciated, or any other suggestions as to other ways I
could go about this.
Alex

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


Deleting Messages With CFPOP

2005-03-09 Thread Robert Nurse
Hi All,

I'm trying to use CFPOP to delete message on the pop server after the
application has processed the contents.  But, according to the
documentation, you need a message ID (UID) to do this.  Some of the
messages have no ID.  Is there another way to automatically delete the
messages?

Thanks.

-- 
Liberalism is trust of the people, tempered by prudence;
conservatism, distrust of the people, tempered by fear.
-William Gladstone 
--
Robert Nurse
http://www.bajansrealm.com
AIM: BarbadosToNYC

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


CFHTTP head request exists?

2005-03-09 Thread Micha Schopman
Does someone happen to know undocumented functionality to execute a head
request with cfhttp instead of a get request? 

Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 


-



~|
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:197946
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: CFHTTP head request exists?

2005-03-09 Thread Massimo Foti
 Does someone happen to know undocumented functionality to execute a head
 request with cfhttp instead of a get request?

CF 6.1 docs lists head as value for the method attribute in cfhttp:

http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p58.htm#wp163296
6

I never tried it.


Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:  http://www.olimpo.ch/tmt/



~|
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:197947
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: CFHTTP head request exists?

2005-03-09 Thread Micha Schopman
I just noticed, .. case of rtfm better, thanks. 

Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 


-

-Original Message-
From: Massimo Foti [mailto:[EMAIL PROTECTED] 
Sent: woensdag 9 maart 2005 14:34
To: CF-Talk
Subject: Re: CFHTTP head request exists? 

 Does someone happen to know undocumented functionality to execute a
head
 request with cfhttp instead of a get request?

CF 6.1 docs lists head as value for the method attribute in
cfhttp:

http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p58.htm#wp16
3296
6

I never tried it.


Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:  http://www.olimpo.ch/tmt/





~|
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:197948
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: (Homesite) Output in CFCs

2005-03-09 Thread Raymond Camden
If I may (respectfully) disagree with the Mother Ship - I highly
encourage any CF developer out there to look at CFEclipse. It is a
wonderful editor and well worth the time. If you were a HS+ user (like
I was), I think you will find this a lot more to your liking then
DWMX.


On Wed, 9 Mar 2005 06:30:47 -0500, Calvin Ward [EMAIL PROTECTED] wrote:
 See, you should be using Dreamweaver anyway! Macromedia says so:
 
 What tool should developers use to write applications for ColdFusion MX?
 Macromedia Dreamweaver MX 2004 is the premier development environment
 for ColdFusion MX 7. New Dreamweaver extensions included with ColdFusion MX
 7 make it faster and easier than ever to develop ColdFusion applications
 using Dreamweaver MX 2004. Dreamweaver MX 2004 offers complete support for
 the new features in ColdFusion MX 7, as well as a powerful combination of
 code-editing and visual development features. 
 
 So there!
 
 - Calvin
 
 -Original Message-
 From: Paul Hastings [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 09, 2005 12:49 AM
 To: CF-Talk
 Subject: Re: (Homesite) Output in CFCs
 
 Michael Dinowitz wrote:
  The homesite tag dialog for CFCOMPONENT and CFFUNCTION have to be 'fixed'.
 
 so does the cfargument tag. it has no hint attribute (at least in
 cfstudio w/the blackstone updates). in fact i never even knew it had
 that attribute until last year when somebody pointed it out to me ;-)
 
 

~|
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:197949
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: (Homesite) Output in CFCs

2005-03-09 Thread Robertson-Ravo, Neil (RX)
Indeed, I couldn't agree more.  I made the switch around August '04 and
haven't looked back.. The only time I open HS is to do a RegEx/find/replace
as I think Eclipse has a long way to go in terms of speed with that.




-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: 09 March 2005 14:07
To: CF-Talk
Subject: Re: (Homesite) Output in CFCs

If I may (respectfully) disagree with the Mother Ship - I highly
encourage any CF developer out there to look at CFEclipse. It is a
wonderful editor and well worth the time. If you were a HS+ user (like
I was), I think you will find this a lot more to your liking then
DWMX.


On Wed, 9 Mar 2005 06:30:47 -0500, Calvin Ward [EMAIL PROTECTED] wrote:
 See, you should be using Dreamweaver anyway! Macromedia says so:
 
 What tool should developers use to write applications for ColdFusion MX?
 Macromedia Dreamweaver MX 2004 is the premier development environment
 for ColdFusion MX 7. New Dreamweaver extensions included with ColdFusion
MX
 7 make it faster and easier than ever to develop ColdFusion applications
 using Dreamweaver MX 2004. Dreamweaver MX 2004 offers complete support for
 the new features in ColdFusion MX 7, as well as a powerful combination of
 code-editing and visual development features. 
 
 So there!
 
 - Calvin
 
 -Original Message-
 From: Paul Hastings [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 09, 2005 12:49 AM
 To: CF-Talk
 Subject: Re: (Homesite) Output in CFCs
 
 Michael Dinowitz wrote:
  The homesite tag dialog for CFCOMPONENT and CFFUNCTION have to be
'fixed'.
 
 so does the cfargument tag. it has no hint attribute (at least in
 cfstudio w/the blackstone updates). in fact i never even knew it had
 that attribute until last year when somebody pointed it out to me ;-)
 
 



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


Dumb Event Gateway question

2005-03-09 Thread Scott Stroz
Is there a way to connect to Yahoo messenger using one of the included
'Gateway Types' in CFMX7?

If not, is there a 'custom gateway type' out there that will accomplish this?
-- 
Scott Stroz
Boyzoid.com
___
Some days you are the dog,
Some days you are the tree.

~|
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:197951
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: WSDL creation in CFMX 6.1

2005-03-09 Thread Phillip Duba
Thanks Tom,

I am excited about the stuff available in CFMX7 related to the WebServices, 
it'll just takes us a while to test all our code and migrate over (whenever we 
have time, of course). Unfortunately, the client can't connect using 
VisualStudio .NET 2003. To me it sounds like a bug in VS, but I'll try and give 
them a wsdl file they can use. Thanks,

Phil

Sounds like a recent Xerces bug.  Have them update their XML parser to the
latest release version of Xerces.

You have no control of the WSDL generation in CFMX 6.1.  This is why I added
lots of stuff to CFMX 7, including the ability to provide a static WSDL
file.

Of course you can always publish a static XML file and point everyone to
that URL as the WSDL, ignoring the generated one.


Tom Jordahl
Macromedia Server Development 

-Original Message-
From: Phillip Duba [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 08, 2005 4:12 PM
To: CF-Talk
Subject: WSDL creation in CFMX 6.1

How much control does one have over the WSDL creation in CFMX 6.1? I've seen
some of the cool features in 7, but we're on 6.1 for the time being, so
that's what I have to work with. Specifically, I have a web service I'm
exposing to a customer, but they get an Invalid URI error because of the
generated namespace: wsdl:definitions targetNamespace=http://Automation;
...

How do I change that or is there something wrong in the CF configuration
that is causing this? Automation is the folder under the web root from
where this service is located. Thanks,

Phil

~|
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:197952
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: (Homesite) Output in CFCs

2005-03-09 Thread Calvin Ward
My comment was tongue in cheek :P

CFEclipse is looking really promising, I know that I'm never going back to
HomeSite/CF Studio regardless of anything else. Unless of course it became a
supported platform by its vendor, and then I would consider it again.

I'm not a big fan of working with 'dead' technology :P

- Calvin

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 9:09 AM
To: CF-Talk
Subject: RE: (Homesite) Output in CFCs

Indeed, I couldn't agree more.  I made the switch around August '04 and
haven't looked back.. The only time I open HS is to do a RegEx/find/replace
as I think Eclipse has a long way to go in terms of speed with that.




-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: 09 March 2005 14:07
To: CF-Talk
Subject: Re: (Homesite) Output in CFCs

If I may (respectfully) disagree with the Mother Ship - I highly
encourage any CF developer out there to look at CFEclipse. It is a
wonderful editor and well worth the time. If you were a HS+ user (like
I was), I think you will find this a lot more to your liking then
DWMX.


On Wed, 9 Mar 2005 06:30:47 -0500, Calvin Ward [EMAIL PROTECTED] wrote:
 See, you should be using Dreamweaver anyway! Macromedia says so:
 
 What tool should developers use to write applications for ColdFusion MX?
 Macromedia Dreamweaver MX 2004 is the premier development environment
 for ColdFusion MX 7. New Dreamweaver extensions included with ColdFusion
MX
 7 make it faster and easier than ever to develop ColdFusion applications
 using Dreamweaver MX 2004. Dreamweaver MX 2004 offers complete support for
 the new features in ColdFusion MX 7, as well as a powerful combination of
 code-editing and visual development features. 
 
 So there!
 
 - Calvin
 
 -Original Message-
 From: Paul Hastings [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 09, 2005 12:49 AM
 To: CF-Talk
 Subject: Re: (Homesite) Output in CFCs
 
 Michael Dinowitz wrote:
  The homesite tag dialog for CFCOMPONENT and CFFUNCTION have to be
'fixed'.
 
 so does the cfargument tag. it has no hint attribute (at least in
 cfstudio w/the blackstone updates). in fact i never even knew it had
 that attribute until last year when somebody pointed it out to me ;-)
 
 





~|
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:197953
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: (Homesite) Output in CFCs

2005-03-09 Thread Steve Brownlee
I have every intention of switching to CFEclipse once it has a few more key
features.  Right now, I switch between Dreamweaver and CFEclipse depending on
the task I need to perform.

- DWs search and replace functions put Eclipse's to shame
- The ability to hide all panels while coding is a big feature of DW
- Eclipse's CVS integration is fantastic which DW desperately needs
- CFEclipse's code completion has a few bugs which makes it hard to develop
with
- Eclipse's Views are better (for us since we run J2EE)

As soon as CFEclipse becomes just a tad more stable, I'll be using it 100%

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 9:07 AM
To: CF-Talk
Subject: Re: (Homesite) Output in CFCs

If I may (respectfully) disagree with the Mother Ship - I highly encourage
any CF developer out there to look at CFEclipse. It is a wonderful editor and
well worth the time. If you were a HS+ user (like I was), I think you will
find this a lot more to your liking then DWMX.



~|
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:197954
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: Dumb Event Gateway question

2005-03-09 Thread Rey Bango
I don't have an answer for you, Scott, but this is definitely not a dumb 
question. This is a great inquiry! I'd like to know as well.

Rey...


- Original Message - 
From: Scott Stroz [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Wednesday, March 09, 2005 9:16 AM
Subject: Dumb Event Gateway question


 Is there a way to connect to Yahoo messenger using one of the included
 'Gateway Types' in CFMX7?

 If not, is there a 'custom gateway type' out there that will accomplish 
 this?
 -- 
 Scott Stroz
 Boyzoid.com
 ___
 Some days you are the dog,
 Some days you are the tree.

 

~|
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:197955
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: (Homesite) Output in CFCs

2005-03-09 Thread Dawson, Michael
OK. I'll bite. Where is the best resource for installing, configging and
using CFE?  If Ray uses it, it's gotta be good.

(But, I do like my HS+ setup a lot!)

M!ke

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 8:09 AM
To: CF-Talk
Subject: RE: (Homesite) Output in CFCs

Indeed, I couldn't agree more.  I made the switch around August '04 and
haven't looked back.. The only time I open HS is to do a
RegEx/find/replace as I think Eclipse has a long way to go in terms of
speed with that.




-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: 09 March 2005 14:07
To: CF-Talk
Subject: Re: (Homesite) Output in CFCs

If I may (respectfully) disagree with the Mother Ship - I highly
encourage any CF developer out there to look at CFEclipse. It is a
wonderful editor and well worth the time. If you were a HS+ user (like I
was), I think you will find this a lot more to your liking then DWMX.

~|
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:197956
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: (Homesite) Output in CFCs

2005-03-09 Thread Dawson, Michael
The biggest PITA with HS+ is I can't, for the life of me, turn off that
damn Codesweeper crap.  I even edited the files directly and removed all
profiles.  HS still creates those damn codesweeper.log files all over my
server. 

If I can get CFE to duplicate all the stuff I use in HS+, I would
switch.

Does CFE support good management of code snippets *with* shortcuts?  I
really like HS's ability to add variables to snippets.

M!kep

-Original Message-
From: Calvin Ward [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 8:38 AM
To: CF-Talk
Subject: RE: (Homesite) Output in CFCs

My comment was tongue in cheek :P

CFEclipse is looking really promising, I know that I'm never going back
to HomeSite/CF Studio regardless of anything else. Unless of course it
became a supported platform by its vendor, and then I would consider it
again.

I'm not a big fan of working with 'dead' technology :P

- Calvin

~|
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:197957
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: (Homesite) Output in CFCs

2005-03-09 Thread Calvin Ward
I'm not sure on your specific need, however there is an active group
developing CFEclipse.

CFEclipse Resource Page: http://www.dopefly.com/pages/cfeclipse.cfm
Spike's Blog (major CFEclipse contributor, not sure on exact role):
http://www.spike.org.uk/blog/index.cfm 
Tigris Project Page: http://cfeclipse.tigris.org/ 

Communicate with the CFEclipse folks on what you need specifically, they've
been really good about putting in requested features fairly quickly.

- Calvin


-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 10:05 AM
To: CF-Talk
Subject: RE: (Homesite) Output in CFCs

The biggest PITA with HS+ is I can't, for the life of me, turn off that
damn Codesweeper crap.  I even edited the files directly and removed all
profiles.  HS still creates those damn codesweeper.log files all over my
server. 

If I can get CFE to duplicate all the stuff I use in HS+, I would
switch.

Does CFE support good management of code snippets *with* shortcuts?  I
really like HS's ability to add variables to snippets.

M!kep

-Original Message-
From: Calvin Ward [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 8:38 AM
To: CF-Talk
Subject: RE: (Homesite) Output in CFCs

My comment was tongue in cheek :P

CFEclipse is looking really promising, I know that I'm never going back
to HomeSite/CF Studio regardless of anything else. Unless of course it
became a supported platform by its vendor, and then I would consider it
again.

I'm not a big fan of working with 'dead' technology :P

- Calvin



~|
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:197958
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: (Homesite) Output in CFCs

2005-03-09 Thread Raymond Camden
Michael, you can easily do the hide all panels thing in CFE. You
just need to maximize the editor. I believe CFE uses the same key
command Eclipse uses for maximizing for something else. I had to add a
new key command. I just bound F12 to it.


On Wed, 9 Mar 2005 09:44:44 -0500, Steve Brownlee
[EMAIL PROTECTED] wrote:
 I have every intention of switching to CFEclipse once it has a few more key
 features.  Right now, I switch between Dreamweaver and CFEclipse depending on
 the task I need to perform.
 
 - DWs search and replace functions put Eclipse's to shame
 - The ability to hide all panels while coding is a big feature of DW
 - Eclipse's CVS integration is fantastic which DW desperately needs
 - CFEclipse's code completion has a few bugs which makes it hard to develop
 with
 - Eclipse's Views are better (for us since we run J2EE)
 
 As soon as CFEclipse becomes just a tad more stable, I'll be using it 100%
 
 -Original Message-
 From: Raymond Camden [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 09, 2005 9:07 AM
 To: CF-Talk
 Subject: Re: (Homesite) Output in CFCs
 
 If I may (respectfully) disagree with the Mother Ship - I highly encourage
 any CF developer out there to look at CFEclipse. It is a wonderful editor and
 well worth the time. If you were a HS+ user (like I was), I think you will
 find this a lot more to your liking then DWMX.
 
 

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


Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Okay I have my SMTP ACCESS tab set up where the Annonymmus box is unchecked and 
the Basic and Windows boxes are checked. So now I am assuming that to use my 
SMTP you will have to authenticate. So in CFAdmin how do you set this up. It 
states to authenticate you need to enter this format for the SMTP server. 
user:[EMAIL PROTECTED] I do not understand this format. Where do I set up 
mail.mysite.com? Can someone please explain?

~|
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:197960
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: (Homesite) Output in CFCs

2005-03-09 Thread Micha Schopman
I believe most people are withheld by providing eclipse (which is
actually nothing more than a highly sophisticated IDE framework) with
all necessary features to make it a DWMX replacement. Currently you need
to download Eclipse, and install CFEclipse. But we aren't there yet, we
also want support for css, javascript, validation, htc, etc. 

Then the search starts again for web developer plugins (which also
depend on several other plugins). Once you're ready, you are tired of
doing all this work, instead of next, next, next like you used to do
in DWMX setup, and applying the updater.

Getting started with Eclipse as a true replacement for DWMX, isn't
really a quick step. But there are some features in CFEclipse, which are
just briljant like step into. It is heaven working with a single project
view and a highly responsive interface.

If this product had a true installer offering the mentioned plugins, it
would really became large. People are naturally lazy, I am lazy. Or I
should say, people haven't got the time to do it.
 
Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 


-



~|
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:197961
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: (Homesite) Output in CFCs

2005-03-09 Thread Mark Drew
Ctrl + M to maximise the editor you are working with.

With regards to snippets, they are on steroids :) I hope in CFE

You can use them for a load of things including new pages from snippets.

The key combo tends to be a trigger text e.g. fusedoc + Ctrl+ Shift
+ i by default, I change that to Ctrl + space so I have all my
completition things working.

I never used snippets in CFStudio but now in CFE I love them, 

you can wrap (by double clicking on the snippet) or create snippets to
give you a dialog (I think this was also a HS feature but I wouldnt
know)

e.g.
add a snippet with trigger text title and the start code as below
title$${title}/title 


and you can type title + Ctrl + space and you get a dialog, of course
this is but a simple example. you should check out some other funky
variables that you can do here:
http://www.spike.org.uk/cfeclipse/space/Snippets

Anything else you want? I am sure we can add it to the feature list :)

Regards

Mark Drew






On Wed, 9 Mar 2005 09:22:27 -0600, Raymond Camden [EMAIL PROTECTED] wrote:
 Michael, you can easily do the hide all panels thing in CFE. You
 just need to maximize the editor. I believe CFE uses the same key
 command Eclipse uses for maximizing for something else. I had to add a
 new key command. I just bound F12 to it.
 
 On Wed, 9 Mar 2005 09:44:44 -0500, Steve Brownlee
 [EMAIL PROTECTED] wrote:
  I have every intention of switching to CFEclipse once it has a few more key
  features.  Right now, I switch between Dreamweaver and CFEclipse depending 
  on
  the task I need to perform.
 
  - DWs search and replace functions put Eclipse's to shame
  - The ability to hide all panels while coding is a big feature of DW
  - Eclipse's CVS integration is fantastic which DW desperately needs
  - CFEclipse's code completion has a few bugs which makes it hard to develop
  with
  - Eclipse's Views are better (for us since we run J2EE)
 
  As soon as CFEclipse becomes just a tad more stable, I'll be using it 100%
 
  -Original Message-
  From: Raymond Camden [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, March 09, 2005 9:07 AM
  To: CF-Talk
  Subject: Re: (Homesite) Output in CFCs
 
  If I may (respectfully) disagree with the Mother Ship - I highly encourage
  any CF developer out there to look at CFEclipse. It is a wonderful editor 
  and
  well worth the time. If you were a HS+ user (like I was), I think you will
  find this a lot more to your liking then DWMX.
 
 
 
 

~|
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:197962
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
to into the cf admin and click Mail Settings.  In the mail server space, enter 

user:[EMAIL PROTECTED]

where 

user is the account username.  my email address is
[EMAIL PROTECTED] so my username would be websitemaker

password is the account password in clear text

mail.mysite.com is the name of the mail server you want to log into.
 Depending on your mail server this can be just an IP address, or it
may need to be the domain name that the mail server's IP answers to
(or one of them... exactly what depends on how you have set up dns).

To add another ingredient into the pot: there's no law that says you
have to use port 25, which is the standard smtp port but is also the
one the spammers are trolling.  You could adhere to standards (or
rather, emerging ones) and use port 587, which appears destined to be
reserved for auth'd smtp traffic and is that already for many mail
admins.

Or you could just pick a number.  Only you, your mail server and CF
will know... Set the port in CF and the mail server and they will
communicate over that rather than port 25.

-- 
--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:197963
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Thanks for the info.

Okay how and where do I set the SMTP port?

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 9:57 AM
To: CF-Talk
Subject: Re: Using SMTP authentication for CFMAIL


to into the cf admin and click Mail Settings.  In the mail server space, enter 

user:[EMAIL PROTECTED]

where 

user is the account username.  my email address is
[EMAIL PROTECTED] so my username would be websitemaker

password is the account password in clear text

mail.mysite.com is the name of the mail server you want to log into.
 Depending on your mail server this can be just an IP address, or it
may need to be the domain name that the mail server's IP answers to
(or one of them... exactly what depends on how you have set up dns).

To add another ingredient into the pot: there's no law that says you
have to use port 25, which is the standard smtp port but is also the
one the spammers are trolling.  You could adhere to standards (or
rather, emerging ones) and use port 587, which appears destined to be
reserved for auth'd smtp traffic and is that already for many mail
admins.

Or you could just pick a number.  Only you, your mail server and CF
will know... Set the port in CF and the mail server and they will
communicate over that rather than port 25.

-- 
--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:197964
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: Deleting Messages With CFPOP

2005-03-09 Thread Nathan Strutz
AFAIK, all messages have an ID. The ID is a number assigned by CF to 
identify which message it is. They always start with #1, so you have to 
be careful, because if you delete the first message, they act like an 
array, (push  pop) so now message #2 is #1, etc.

-nathan strutz
http://www.dopefly.com/


Robert Nurse wrote:
 Hi All,
 
 I'm trying to use CFPOP to delete message on the pop server after the
 application has processed the contents.  But, according to the
 documentation, you need a message ID (UID) to do this.  Some of the
 messages have no ID.  Is there another way to automatically delete the
 messages?
 
 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:197965
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: (Homesite) Output in CFCs

2005-03-09 Thread Nathan Strutz
Mark Drew wrote:
 Ctrl + M to maximise the editor you are working with.

You can also double-click the top of any panel to maximize it to your 
screen. This includes the editor windows, projects pane, file explorer, 
task manager, (tabbed) browser view, or whatever.

-nathan strutz
http://www.dopefly.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:197966
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


CFMX, Oracle, store procs, and result sets

2005-03-09 Thread Douglas Knudsen
Ok, I have a developer trying to use an SP in Oracle to return an
actual query result set to CFMX.  Is this even possible anymore?  He
followed
http://livedocs.macromedia.com/coldfusion/7/htmldocs/0313.htm
but gets

Error Executing Database Query.  
[Macromedia][Oracle JDBC Driver]The specified SQL type is not
supported by this driver.
  
The error occurred in D:\Inetpub\wwwroot\rmahoney\play\test.cfm: line 12
 
10 : cfstoredproc procedure=sysadm.curtest datasource=trend_dev
11 :   CFPROCPARAM type=Out cfsqltype=CF_SQL_REFCURSOR
variable=EmpName
12 :   CFPROCRESULT NAME=qryCurtest
13 : /cfstoredproc
14 :
 

looking at the above LiveDoc, seems to be some confusion about how to
do this.  Anyone have an example they would like to share?


-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?

~|
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:197967
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
open the smtp service dialog and click advanced next to ip address. 
the rest should be simple enough :-)

On Wed, 9 Mar 2005 09:57:20 -0600, Eric Creese [EMAIL PROTECTED] wrote:
 Thanks for the info.
 
 Okay how and where do I set the SMTP port?
 
 -Original Message-
 From: Matt Robertson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 09, 2005 9:57 AM
 To: CF-Talk
 Subject: Re: Using SMTP authentication for CFMAIL
 
 to into the cf admin and click Mail Settings.  In the mail server space, enter
 
 user:[EMAIL PROTECTED]
 
 where
 
 user is the account username.  my email address is
 [EMAIL PROTECTED] so my username would be websitemaker
 
 password is the account password in clear text
 
 mail.mysite.com is the name of the mail server you want to log into.
  Depending on your mail server this can be just an IP address, or it
 may need to be the domain name that the mail server's IP answers to
 (or one of them... exactly what depends on how you have set up dns).
 
 To add another ingredient into the pot: there's no law that says you
 have to use port 25, which is the standard smtp port but is also the
 one the spammers are trolling.  You could adhere to standards (or
 rather, emerging ones) and use port 587, which appears destined to be
 reserved for auth'd smtp traffic and is that already for many mail
 admins.
 
 Or you could just pick a number.  Only you, your mail server and CF
 will know... Set the port in CF and the mail server and they will
 communicate over that rather than port 25.
 
 --
 --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:197968
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: Dumb Event Gateway question

2005-03-09 Thread Adam Haskell
A company called Zion Software has a product called jbuddy
http://www.zion.com/products/jbuddy/index.html it supports Yahoo,
along with various other things.

We use Lotus Sametime in house and I have to say the messanging event
gateway can be fun to play with, not found any actual application yet,
other than autonmagically saying hello to my manager when he signs on
in the morning and making sure he is 'ok' :-D.

Adam H



On Wed, 9 Mar 2005 09:49:32 -0500, Rey Bango [EMAIL PROTECTED] wrote:
 I don't have an answer for you, Scott, but this is definitely not a dumb
 question. This is a great inquiry! I'd like to know as well.
 
 Rey...
 
 
 - Original Message -
 From: Scott Stroz [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Wednesday, March 09, 2005 9:16 AM
 Subject: Dumb Event Gateway question
 
  Is there a way to connect to Yahoo messenger using one of the included
  'Gateway Types' in CFMX7?
 
  If not, is there a 'custom gateway type' out there that will accomplish
  this?
  --
  Scott Stroz
  Boyzoid.com
  ___
  Some days you are the dog,
  Some days you are the tree.
 
 
 
 

~|
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:197969
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
oh and also the button marked 'connection' on the same dialog.  its
all pretty obvious.
-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
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:197970
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, Oracle, store procs, and result sets

2005-03-09 Thread Dave Watts
 Ok, I have a developer trying to use an SP in Oracle to 
 return an actual query result set to CFMX.  Is this even 
 possible anymore?  He followed 
 http://livedocs.macromedia.com/coldfusion/7/htmldocs/0313.htm
 but gets
 
 Error Executing Database Query.  
 [Macromedia][Oracle JDBC Driver]The specified SQL type is not 
 supported by this driver.
   
 The error occurred in 
 D:\Inetpub\wwwroot\rmahoney\play\test.cfm: line 12
  
 10 : cfstoredproc procedure=sysadm.curtest datasource=trend_dev
 11 :   CFPROCPARAM type=Out cfsqltype=CF_SQL_REFCURSOR
 variable=EmpName
 12 :   CFPROCRESULT NAME=qryCurtest
 13 : /cfstoredproc

 looking at the above LiveDoc, seems to be some confusion 
 about how to do this.  Anyone have an example they would like 
 to share?

Try it without the CFPROCPARAM and just with the CFPROCRESULT. According to
the LiveDoc you mentioned, You cannot use the cfprocparam tag for Oracle 8
and 9 reference cursors. Instead, use the cfprocresult tag.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
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:197971
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Okay I made the change. In CFADMIN I went in and set the Mail server to my IP 
address and changed the Server port submited the change and checked Verify. Got 
a Connection Verification Failed! error message. I went into IIS again and SMTP 
and chenged the Authentication to Annonymus. Stopped and started SMTP, went 
back into CFADMIN and tired again and got the Connection Verification Failed! 
error message again?

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 10:10 AM
To: CF-Talk
Subject: Re: Using SMTP authentication for CFMAIL


open the smtp service dialog and click advanced next to ip address. 
the rest should be simple enough :-)

On Wed, 9 Mar 2005 09:57:20 -0600, Eric Creese [EMAIL PROTECTED] wrote:
 Thanks for the info.
 
 Okay how and where do I set the SMTP port?
 
 -Original Message-
 From: Matt Robertson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 09, 2005 9:57 AM
 To: CF-Talk
 Subject: Re: Using SMTP authentication for CFMAIL
 
 to into the cf admin and click Mail Settings.  In the mail server space, enter
 
 user:[EMAIL PROTECTED]
 
 where
 
 user is the account username.  my email address is
 [EMAIL PROTECTED] so my username would be websitemaker
 
 password is the account password in clear text
 
 mail.mysite.com is the name of the mail server you want to log into.
  Depending on your mail server this can be just an IP address, or it
 may need to be the domain name that the mail server's IP answers to
 (or one of them... exactly what depends on how you have set up dns).
 
 To add another ingredient into the pot: there's no law that says you
 have to use port 25, which is the standard smtp port but is also the
 one the spammers are trolling.  You could adhere to standards (or
 rather, emerging ones) and use port 587, which appears destined to be
 reserved for auth'd smtp traffic and is that already for many mail
 admins.
 
 Or you could just pick a number.  Only you, your mail server and CF
 will know... Set the port in CF and the mail server and they will
 communicate over that rather than port 25.
 
 --
 --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:197972
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
am I going to have to change this in my router as well?

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 10:11 AM
To: CF-Talk
Subject: Re: Using SMTP authentication for CFMAIL


oh and also the button marked 'connection' on the same dialog.  its
all pretty obvious.
-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com



~|
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:197973
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: Dumb Event Gateway question

2005-03-09 Thread Scott Stroz
Adam,

Thanx, I found that site.  JBuddy SDK is a skosh on the expensive side
for what I was looking for.


On Wed, 9 Mar 2005 11:10:20 -0500, Adam Haskell [EMAIL PROTECTED] wrote:
 A company called Zion Software has a product called jbuddy
 http://www.zion.com/products/jbuddy/index.html it supports Yahoo,
 along with various other things.
 
 We use Lotus Sametime in house and I have to say the messanging event
 gateway can be fun to play with, not found any actual application yet,
 other than autonmagically saying hello to my manager when he signs on
 in the morning and making sure he is 'ok' :-D.
 
 Adam H
 
 

-- 
Scott Stroz
Boyzoid.com
___
Some days you are the dog,
Some days you are the tree.

~|
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:197974
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
if your router is only allowing traffic from specific ports, then yes.


On Wed, 9 Mar 2005 10:27:53 -0600, Eric Creese [EMAIL PROTECTED] wrote:
 am I going to have to change this in my router as well?
 
 -Original Message-
 From: Matt Robertson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 09, 2005 10:11 AM
 To: CF-Talk
 Subject: Re: Using SMTP authentication for CFMAIL
 
 oh and also the button marked 'connection' on the same dialog.  its
 all pretty obvious.
 --
 --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:197975
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Okay I made the port changes in the two areas. Allowing Annonymus access. 
Stoped SMTP service and restarted. Go into CFAdmin, enter my ip address and 
server port, check to verify and submit, and still check verification fails.

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 10:11 AM
To: CF-Talk
Subject: Re: Using SMTP authentication for CFMAIL


oh and also the button marked 'connection' on the same dialog.  its
all pretty obvious.
-- 
--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:197976
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: query problem

2005-03-09 Thread Jeff Fongemie
Something odd here. 

Using mySql with a timestamp field, I'm trying to query records from the last 
seven days up until right now. 

I've got this:

where date_entered = curdate() and date_entered = DATE_SUB(curdate(),INTERVAL 
7 day) 

This results in records from one day back to seven days back, none from today. 

Do I need to include something in my query for time? My timestamp field adds 
date and time. 

Any ideas here?

Thanks for looking.

~|
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:197977
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, Oracle, store procs, and result sets

2005-03-09 Thread Douglas Knudsen
bamm!  thanks Dave.  My developer is happy now, complained about the
Live Docs though.  :)

D


On Wed, 9 Mar 2005 11:30:19 -0500, Dave Watts [EMAIL PROTECTED] wrote:
  Ok, I have a developer trying to use an SP in Oracle to
  return an actual query result set to CFMX.  Is this even
  possible anymore?  He followed
  http://livedocs.macromedia.com/coldfusion/7/htmldocs/0313.htm
  but gets
 
  Error Executing Database Query.
  [Macromedia][Oracle JDBC Driver]The specified SQL type is not
  supported by this driver.
 
  The error occurred in
  D:\Inetpub\wwwroot\rmahoney\play\test.cfm: line 12
 
  10 : cfstoredproc procedure=sysadm.curtest datasource=trend_dev
  11 :   CFPROCPARAM type=Out cfsqltype=CF_SQL_REFCURSOR
  variable=EmpName
  12 :   CFPROCRESULT NAME=qryCurtest
  13 : /cfstoredproc
 
  looking at the above LiveDoc, seems to be some confusion
  about how to do this.  Anyone have an example they would like
  to share?
 
 Try it without the CFPROCPARAM and just with the CFPROCRESULT. According to
 the LiveDoc you mentioned, You cannot use the cfprocparam tag for Oracle 8
 and 9 reference cursors. Instead, use the cfprocresult tag.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 
 Fig Leaf Software provides the highest caliber vendor-authorized
 instruction at our training centers in Washington DC, Atlanta,
 Chicago, Baltimore, Northern Virginia, or on-site at your location.
 Visit http://training.figleaf.com/ for more information!
 
 

~|
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:197978
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
okay I change the port setting on the router as well and it still fails 
verification. I am losing my hair over this..

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 10:42 AM
To: CF-Talk
Subject: Re: Using SMTP authentication for CFMAIL


if your router is only allowing traffic from specific ports, then yes.


On Wed, 9 Mar 2005 10:27:53 -0600, Eric Creese [EMAIL PROTECTED] wrote:
 am I going to have to change this in my router as well?
 
 -Original Message-
 From: Matt Robertson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 09, 2005 10:11 AM
 To: CF-Talk
 Subject: Re: Using SMTP authentication for CFMAIL
 
 oh and also the button marked 'connection' on the same dialog.  its
 all pretty obvious.
 --
 --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:197979
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: query problem

2005-03-09 Thread Jeff Fongemie
 Something odd here. 
 
 Using mySql with a timestamp field, I'm trying to query records from 
 the last seven days up until right now. 
 
 I've got this:
 
 where date_entered = curdate() and date_entered = DATE_SUB(curdate(),
 INTERVAL 7 day) 
 
 This results in records from one day back to seven days back, none 
 from today. 
 
 Do I need to include something in my query for time? My timestamp 
 field adds date and time. 
 


Wait! the issue is with the timestamp field's time portion of the record. My 
timestamp field records date and time when the record was created.

My query just looks for the date only.

How can I query for records created within the last seven days???

-Jeff

~|
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:197980
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: Can we enter chinese chars using CFGrid?

2005-03-09 Thread Charles Polisher
On Wed, Mar 09, 2005 at 03:38:14AM -0400, Dawn Huang wrote:
 Hi Paul
 
 Can you send me the cfgridTest.cfm file? I still can't get my script working 
 after adding in statement :
 
 InvalidTag http-equiv=Content-Type content=text/html; charset=utf-8
 style
   TABLE {
 font-size : 85%;
   font-family : Arial Unicode MS;
 }
   /style
 

I don't think Arial is a good choice for displaying Chinese
text. Try a suitable Chinese font.

~|
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:197981
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Ok got it to verify. So I tried sending an email. Wait nothing comes to me. So 
I check the Event Log and find the following error:

Message delivery to the remote domain 'message.alltel.com' failed for the 
following reason: The remote server did not respond to a connection attempt.




-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 9:57 AM
To: CF-Talk
Subject: Re: Using SMTP authentication for CFMAIL


to into the cf admin and click Mail Settings.  In the mail server space, enter 

user:[EMAIL PROTECTED]

where 

user is the account username.  my email address is
[EMAIL PROTECTED] so my username would be websitemaker

password is the account password in clear text

mail.mysite.com is the name of the mail server you want to log into.
 Depending on your mail server this can be just an IP address, or it
may need to be the domain name that the mail server's IP answers to
(or one of them... exactly what depends on how you have set up dns).

To add another ingredient into the pot: there's no law that says you
have to use port 25, which is the standard smtp port but is also the
one the spammers are trolling.  You could adhere to standards (or
rather, emerging ones) and use port 587, which appears destined to be
reserved for auth'd smtp traffic and is that already for many mail
admins.

Or you could just pick a number.  Only you, your mail server and CF
will know... Set the port in CF and the mail server and they will
communicate over that rather than port 25.

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


Application.cfm and Virtual Directories

2005-03-09 Thread Ian Skinner
Is there information on how an Application.cfm file behaves with virtual 
directories?  If one has a IIS virtual directory bar defined for a website 
foo, then it is accessed something like this http://foo/bar/myTemplate.cfm;. 
 Should or should not an Application.cfm in the root directory of foo be used 
by myTemplate.cfm.  

For some reason this is not happening for me on a project.

If it matters:
Windows 2000 Server
CFMX 6.1

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



~|
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:197983
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Rick Faircloth
Eric,

You were getting verification and successfully mailing
before adding the user:password@ part
to your SMTP server name, right?

Rick

-Original Message-
From: Eric Creese [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 12:07 PM
To: CF-Talk
Subject: RE: Using SMTP authentication for CFMAIL


Ok got it to verify. So I tried sending an email. Wait nothing comes to me.
So I check the Event Log and find the following error:

Message delivery to the remote domain 'message.alltel.com' failed for the
following reason: The remote server did not respond to a connection attempt.




-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 9:57 AM
To: CF-Talk
Subject: Re: Using SMTP authentication for CFMAIL


to into the cf admin and click Mail Settings.  In the mail server space,
enter

user:[EMAIL PROTECTED]

where

user is the account username.  my email address is
[EMAIL PROTECTED] so my username would be websitemaker

password is the account password in clear text

mail.mysite.com is the name of the mail server you want to log into.
 Depending on your mail server this can be just an IP address, or it
may need to be the domain name that the mail server's IP answers to
(or one of them... exactly what depends on how you have set up dns).

To add another ingredient into the pot: there's no law that says you
have to use port 25, which is the standard smtp port but is also the
one the spammers are trolling.  You could adhere to standards (or
rather, emerging ones) and use port 587, which appears destined to be
reserved for auth'd smtp traffic and is that already for many mail
admins.

Or you could just pick a number.  Only you, your mail server and CF
will know... Set the port in CF and the mail server and they will
communicate over that rather than port 25.

--
--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:197984
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: Can we enter chinese chars using CFGrid?

2005-03-09 Thread Paul Hastings
Charles Polisher wrote:
 I don't think Arial is a good choice for displaying Chinese
 text. Try a suitable Chinese font.

no, arial unicode has pretty much every language in the world in 
it--it's huge.

~|
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:197985
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
well I took off the authentication piece for now, changed the ports and got it 
to verify on my IP. 

here is the error I am getting form the CF mail log

my real IP is not displayed and is subsituted with [my IP] for this email

Error,scheduler-3,03/09/05,11:14:24,,Could not connect to SMTP host: 
[my IP], port: 25;   nested exception is: java.net.ConnectException: 
connection to [my IP] timed out

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 11:16 AM
To: CF-Talk
Subject: RE: Using SMTP authentication for CFMAIL


Eric,

You were getting verification and successfully mailing
before adding the user:password@ part
to your SMTP server name, right?

Rick

-Original Message-
From: Eric Creese [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 12:07 PM
To: CF-Talk
Subject: RE: Using SMTP authentication for CFMAIL


Ok got it to verify. So I tried sending an email. Wait nothing comes to me.
So I check the Event Log and find the following error:

Message delivery to the remote domain 'message.alltel.com' failed for the
following reason: The remote server did not respond to a connection attempt.




-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 9:57 AM
To: CF-Talk
Subject: Re: Using SMTP authentication for CFMAIL


to into the cf admin and click Mail Settings.  In the mail server space,
enter

user:[EMAIL PROTECTED]

where

user is the account username.  my email address is
[EMAIL PROTECTED] so my username would be websitemaker

password is the account password in clear text

mail.mysite.com is the name of the mail server you want to log into.
 Depending on your mail server this can be just an IP address, or it
may need to be the domain name that the mail server's IP answers to
(or one of them... exactly what depends on how you have set up dns).

To add another ingredient into the pot: there's no law that says you
have to use port 25, which is the standard smtp port but is also the
one the spammers are trolling.  You could adhere to standards (or
rather, emerging ones) and use port 587, which appears destined to be
reserved for auth'd smtp traffic and is that already for many mail
admins.

Or you could just pick a number.  Only you, your mail server and CF
will know... Set the port in CF and the mail server and they will
communicate over that rather than port 25.

--
--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:197986
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
so to answer your question, I am not using the username paswword just the IP 
since I am no longer authenticating

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 11:16 AM
To: CF-Talk
Subject: RE: Using SMTP authentication for CFMAIL


Eric,

You were getting verification and successfully mailing
before adding the user:password@ part
to your SMTP server name, right?

Rick

-Original Message-
From: Eric Creese [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 12:07 PM
To: CF-Talk
Subject: RE: Using SMTP authentication for CFMAIL


Ok got it to verify. So I tried sending an email. Wait nothing comes to me.
So I check the Event Log and find the following error:

Message delivery to the remote domain 'message.alltel.com' failed for the
following reason: The remote server did not respond to a connection attempt.




-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 9:57 AM
To: CF-Talk
Subject: Re: Using SMTP authentication for CFMAIL


to into the cf admin and click Mail Settings.  In the mail server space,
enter

user:[EMAIL PROTECTED]

where

user is the account username.  my email address is
[EMAIL PROTECTED] so my username would be websitemaker

password is the account password in clear text

mail.mysite.com is the name of the mail server you want to log into.
 Depending on your mail server this can be just an IP address, or it
may need to be the domain name that the mail server's IP answers to
(or one of them... exactly what depends on how you have set up dns).

To add another ingredient into the pot: there's no law that says you
have to use port 25, which is the standard smtp port but is also the
one the spammers are trolling.  You could adhere to standards (or
rather, emerging ones) and use port 587, which appears destined to be
reserved for auth'd smtp traffic and is that already for many mail
admins.

Or you could just pick a number.  Only you, your mail server and CF
will know... Set the port in CF and the mail server and they will
communicate over that rather than port 25.

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


How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
Hi, all...

This seems simple, but I haven't found a solution...

I've always had clients choose a single photo at a time
and used CFFILE to upload them one at a time into a photo gallery.

Now, I want to allow the client to choose a directory and then loop
through the photos and upload them at once.

How do I let the client browse and choose a directory like I've always
allowed
them to browse and choose a single file?

(CF 4.5.2)

Rick


~|
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:197988
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 and Virtual Directories

2005-03-09 Thread Katz, Dov B \(IT\)
I'm pretty sure application.cfm propagation is only with physical
directories... Not iis virtual ones...


-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 12:08 PM
To: CF-Talk
Subject: Application.cfm and Virtual Directories

Is there information on how an Application.cfm file behaves with virtual
directories?  If one has a IIS virtual directory bar defined for a
website foo, then it is accessed something like this
http://foo/bar/myTemplate.cfm;.  Should or should not an
Application.cfm in the root directory of foo be used by
myTemplate.cfm.  

For some reason this is not happening for me on a project.

If it matters:
Windows 2000 Server
CFMX 6.1

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


OT Query Select Problem

2005-03-09 Thread Dwayne Cole
My query looks like this:

=
select * 
from   TBL_A
where  idPrimaryKey IN (15,12,1,8,4)
=

but the results are returned in the order of 

1,4,8,12,15

Im using MS Access.  Is there any way to have the results returned in the same 
order as the list of values passed in the IN statment?

Dwayne D. Cole,MBA
FluxFlow.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:197990
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
So you are running an open relay on port 25?  Thats catastrophic. 
Restrict IP access at least while you try to debug this (its one of
the tabs in the SMTP service window)


-- 
--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:197991
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Not on port 25, on the new port I set up.

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 11:28 AM
To: CF-Talk
Subject: Re: Using SMTP authentication for CFMAIL


So you are running an open relay on port 25?  Thats catastrophic. 
Restrict IP access at least while you try to debug this (its one of
the tabs in the SMTP service window)


-- 
--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:197992
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: Application.cfm and Virtual Directories

2005-03-09 Thread Dave Watts
 Is there information on how an Application.cfm file behaves 
 with virtual directories?  If one has a IIS virtual directory 
 bar defined for a website foo, then it is accessed 
 something like this http://foo/bar/myTemplate.cfm;.  Should 
 or should not an Application.cfm in the root directory of 
 foo be used by myTemplate.cfm.  
 
 For some reason this is not happening for me on a project.
 
 If it matters:
 Windows 2000 Server
 CFMX 6.1

No, CF doesn't know anything about your web server's virtual directories,
and it won't treat virtual directories as subdirectories of the parent
directory.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
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:197993
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 5 and Stored Procedures Issue

2005-03-09 Thread Barrett Nuzum
Gentlepersons:

A bump and a few additional data points.

A call to cfusion_dbconnections_flush() seems to clear up the issue, except:
a) Macromedia doesn't recommend flushing manually.
b) because we have multiple SPs on one page, we'd need to flush after each one 
to avoid hitting the connection limit with multiple concurrent users.

Still doesn't explain why ColdFusion is not automatically releasing the 
connections.

We've tried unchecking Maintain Database Connections and have set the 
Connection Timeout very low, but neither seems to help as much as not using 
Stored Procedures at all.

I'll also note that most of our Stored Procedures select record sets and return 
them through REFCURSORS. Many of them return only a few rows ( 10). 

Thanks in advance for your time.

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


Creating/updating a blog in Flash using CFMX

2005-03-09 Thread Ron Eis
We've got a website built in Flash.  We want to create a weblog that is
dynamically updated by ColdFusion.

After researching the Macromedia Dev Center, it looks like we need Flash
MX Professional 2004 and Data Connection Wizard and DataGrid Column
Editor Extensions.  

Is this correct?  Or what's the best/simplest way to have ColdFusion
update the Flash file?

IIS 6 on Windows 2003
ColdFusion MX  Version  6,1,0,63958 

We are running IIS6 as the frontend and using it to send requests then
to CFMX on the backend for any ColdFusion pages.


~|
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:197995
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: (Homesite) Output in CFCs

2005-03-09 Thread Michael Dinowitz
CFE is on my list of things to look at when I have more time (soon hopefully). 
Till then, I'm comfortable with Homesite+ and it takes me all of 5 minutes to 
edit the VTM files by hand. That being said, if anyone has changes they want to 
a VTM file that will make it more inline with the docs on a tag, let me know. 
Adding void as a return type to a CFFUNCTION tag, adding output to CFCOMPONENT 
and fixing it for CFFUNCTION, etc. I'm home sick at the moment so I have a few 
moments for that (not a few moments to learn a new editor yet though).

Actually, we were supposed to have a presentation on CF/Java and CFE last night 
but there was this slight problem with a snow storm and all. Next month (for 
those in the NY area who are interested).

~|
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:197996
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: Creating/updating a blog in Flash using CFMX

2005-03-09 Thread Kevin Aebig
It really depends what kind of GUI you want to create with Flash. Yes, for
data connection, Flash 2004 Pro is probably your best bet, but I would steer
clear of the DataGrid Column editor as its very buggy as is the version of
the component thats included with it. As for the data connection wizard, its
ease of use is the price of losing alot of control with the datagrid. You
might not be able to do what you want with it, such as Custom Cell renderers
(to show other components inside the datagrid or format the data into a
specific use).

As for the coldfusion side, definately use the built in Flash remoting. Its
by far the fastest way to bring data into flash.
As well, have you taken into consideration the security involved with
showing this data? Is it going to be available to the public or just
internally? For this, I alway suggest using the built in Coldfusion Roles
security as it simplifies the authentication process on every request.

All in all, I'd suggest a Form based application with View classes for
quicker development. There are many tutorials on MM about these types of RIA
and how to build them.

Feel free to email me offlist if you'd like.

Cheers,

Kevin
[kes geek]

-Original Message-
From: Ron Eis [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 11:51 AM
To: CF-Talk
Subject: Creating/updating a blog in Flash using CFMX


We've got a website built in Flash.  We want to create a weblog that is
dynamically updated by ColdFusion.

After researching the Macromedia Dev Center, it looks like we need Flash
MX Professional 2004 and Data Connection Wizard and DataGrid Column
Editor Extensions.

Is this correct?  Or what's the best/simplest way to have ColdFusion
update the Flash file?

IIS 6 on Windows 2003
ColdFusion MX  Version  6,1,0,63958

We are running IIS6 as the frontend and using it to send requests then
to CFMX on the backend for any ColdFusion pages.




~|
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:197997
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: OT Query Select Problem

2005-03-09 Thread Dawson, Michael
You could write a complex UNION query dynamically.  This is what the
result should look like:

SELECT 15, '1' AS SortOrder
FROM tbl_a
WHERE idPrimaryKey = 15
UNION
SELECT 12, '2' AS sortOrder 
FROM tbl_a
WHERE idPrimaryKey = 12
UNION

ORDER BY sortOrder

That may get a bit ugly if you have many ids over which to loop.

M!ke

-Original Message-
From: Dwayne Cole [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 11:23 AM
To: CF-Talk
Subject: OT Query Select Problem

My query looks like this:

=
select * 
from   TBL_A
where  idPrimaryKey IN (15,12,1,8,4)
=

but the results are returned in the order of 

1,4,8,12,15

Im using MS Access.  Is there any way to have the results returned in
the same order as the list of values passed in the IN statment?

Dwayne D. Cole,MBA
FluxFlow.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:197998
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: cfstoredproc changes every accent character to '?'

2005-03-09 Thread Ron Jonk
 I assume that you are talking about just a couple of problem 
 characters.
 Once identified you can do a replace and replace the offending 
 character with the ascii equivalent.  Once you've run the replace they 
 should go in the database ok. Hope that helps.
j

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


CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
Can someone please tell me the workaround becase the technote at macromedia 
is missing.
http://www.fusionauthority.com/Article.cfm/ArticleID:4170



Brook



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


http://www.moviecritic.com/

2005-03-09 Thread Brook Davies
Who is http://www.moviecritic.com/?



~|
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:198001
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: Odd Behavior with CFMX7

2005-03-09 Thread David Koehler
I get the same thing on occassion but have not yet been able to determine the 
problem. I would be happy to see a post regarding a fix.

Dave Koehler
Luther Consulting

Anyone?


On Tue, 1 Mar 2005 12:48:52 -0500, Scott Stroz [EMAIL PROTECTED] wrote:


-- 
Scott Stroz
Boyzoid.com
___
Some days you are the dog,
Some days you are the tree.

~|
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:198002
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: cfstoredproc changes every accent character to '?'

2005-03-09 Thread Ron Jonk
Yep thanks that worked. It's a workaround though because I replaced the 
characters with the #acii equivalent this made the total amount of characters 
greater and I had to resize the varchar fields in the database. Also I get 
problems now with sorting and had to update also the input search criteria data 
to match the replaced characters. The other workaround is just updating the 
record with a normal cfquery.

~|
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:198003
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: http://www.moviecritic.com/

2005-03-09 Thread Todd
Registrant: 
Macromedia (DOM-246584) 
600 Townsend St. 
San Francisco CA 94103 
US 
  Domain Name: moviecritic.com 
Registrar Name: Alldomains.com 
Registrar Whois: whois.alldomains.com 
Registrar Homepage: http://www.alldomains.com 
  Administrative Contact: 
Host Master (NIC-1366113)  Macromedia 
600 Townsend St. 
San Francisco CA 94103 
US 
  [EMAIL PROTECTED]
 
1.4152524088 
  Technical Contact  Zone Contact: 
Center Network Operations (NIC-1285787)  Alldomains.com 
1800 Sutter St. Suite 100 
Concord CA 94520 
US 
  [EMAIL PROTECTED]
 
1.9256859600 
Fax- 1.9256859620 
  Created on..: 1995-Jul-30. 
  Expires on..: 2005-Jul-29. 
  Record last updated on..: 2003-Dec-05 15: 34: 11. 
  Domain servers in listed order: 
  DNS1.MACROMEDIA.COM 
  DNS2.MACROMEDIA.COM 

- Original Message - 
From: Brook Davies [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Wednesday, March 09, 2005 2:00 PM
Subject: http://www.moviecritic.com/


 Who is http://www.moviecritic.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:198004
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: CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
Well, I found MM's technote off of another link (even the link on MM is 
wrong) and it says the only way to fix this problem is to use sticky 
sessions. Wow, that really bites. I may as well be using the session scope 
then too. I mean, we did so much extra work to allow 'real' load balancing 
and avoid using sticky sessions only to be told if we want to use cfchart 
then we have to use sticky sessions.

Is this fixed in CFMX7?
Why can't I use a network share are write the chart cache to this location 
(shared by each server in the cluster)? I tried this and it did not work.

This is kind of lame, is there a solution other than using sticky sessions 
that anyone is aware of?

Brook

At 10:59 AM 3/9/2005, you wrote:
Can someone please tell me the workaround becase the technote at macromedia
is missing.
http://www.fusionauthority.com/Article.cfm/ArticleID:4170



Brook





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


RandRange() with a structure

2005-03-09 Thread Will The Game
I'm creating a structure of two images. Then I want them to rotate when the 
page reloads. I've been doing this fine with my db and using randrange in the 
WHERE, but how would I make it work with my structure?

Thanks,
Will

cfset imagedisplay= StructNew()
cfset imagedisplay.imageID = 1
cfset imagedisplay.imagename = buy_sidepanelimage.gif
cfset imagedisplay.imageID = 2
cfset imagedisplay.imagename = buy_sidepanelimage2.gif

cfoutputimg src=images/#?# width=200 height=350/cfoutput

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


Breeze examples?

2005-03-09 Thread Damien McKenna
Anyone know of any Breeze examples that I could show to some VPs here,
without having to register for an account?  Thanks/
 
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
The Limu Company - http://www.thelimucompany.com/
http://www.thelimucompany.com/  - 407-804-1014
#include stdjoke.h
 


~|
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:198007
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: Breeze examples?

2005-03-09 Thread Ray Champagne
The one on the MM site is about as thorough as you can get:

http://www.macromedia.com/software/breeze/

Ray

At 02:14 PM 3/9/2005, you wrote:
Anyone know of any Breeze examples that I could show to some VPs here,
without having to register for an account?  Thanks/

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





~|
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:198008
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: Breeze examples?

2005-03-09 Thread Michael T. Tangorre
 From: Damien McKenna [mailto:[EMAIL PROTECTED] 
 Anyone know of any Breeze examples that I could show to some 
 VPs here, without having to register for an account?  Thanks/


Breeze Me! @ www.corfield.org

Michael T. Tangorre 




~|
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:198009
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: RandRange() with a structure

2005-03-09 Thread Charlie Griefer
aren't you overwriting the value of imagedisplay.imagename?

i think you want an array of structs.

cfset imageArray = arrayNew(1) /
cfset imageArray[1] = structNew() /
cfset imageArray[1].imageID = 1 /
cfset imageArray[1].imagename = buy_sidepanelimage.gif /

cfset imageArray[2] = structNew() /
cfset imageArray[2].imageID = 2 /
cfset imageArray[2].imagename = buy_sidepanelimage2.gif /

then...

cfset myRandNum = randRange(1, arrayLen(imageArray)) /
cfoutputimg src=images/#imageArray[randNum].imageName# //cfoutput

On Wed, 09 Mar 2005 14:12:57 -0400, Will The Game [EMAIL PROTECTED] wrote:
 I'm creating a structure of two images. Then I want them to rotate when the 
 page reloads. I've been doing this fine with my db and using randrange in the 
 WHERE, but how would I make it work with my structure?
 
 Thanks,
 Will
 
 cfset imagedisplay= StructNew()
 cfset imagedisplay.imageID = 1
 cfset imagedisplay.imagename = buy_sidepanelimage.gif
 cfset imagedisplay.imageID = 2
 cfset imagedisplay.imagename = buy_sidepanelimage2.gif
 
 cfoutputimg src=images/#?# width=200 height=350/cfoutput
 
 

~|
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:198010
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: RandRange() with a structure

2005-03-09 Thread JediHomer
in this scenario i would do something more like...

CFSET aryImages = ArrayNew(1)
CFSET aryImages[1] = buy_sidepanelimage.gif
CFSET aryImages[2] = buy_sidepanelimage2.gif


CFSET iRnd = RandRange(1, ArrayLen(aryImages))

cfoutputimg src=images/#aryImages[iRnd]# width=200
height=350/cfoutput


HTH


On Wed, 09 Mar 2005 14:12:57 -0400, Will The Game [EMAIL PROTECTED] wrote:
 I'm creating a structure of two images. Then I want them to rotate when the 
 page reloads. I've been doing this fine with my db and using randrange in the 
 WHERE, but how would I make it work with my structure?
 
 Thanks,
 Will
 
 cfset imagedisplay= StructNew()
 cfset imagedisplay.imageID = 1
 cfset imagedisplay.imagename = buy_sidepanelimage.gif
 cfset imagedisplay.imageID = 2
 cfset imagedisplay.imagename = buy_sidepanelimage2.gif
 
 cfoutputimg src=images/#?# width=200 height=350/cfoutput
 
 

~|
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:198011
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: CFCHART image expired on a cluster

2005-03-09 Thread Barney Boisvert
It's pretty simple to make a tag that will write CFCHART data to a
shared location (use the 'name' attribute, and then a CFFILE), and
then make a script that will CFCONTENT the charts out of that
location, just like the /CFIDE/GraphData.cfm servlet that CF uses
internally.  We've used this with great success on our cluster.

cheers,
barneyb

On Wed, 09 Mar 2005 11:11:10 -0800, Brook Davies
[EMAIL PROTECTED] wrote:
 Well, I found MM's technote off of another link (even the link on MM is
 wrong) and it says the only way to fix this problem is to use sticky
 sessions. Wow, that really bites. I may as well be using the session scope
 then too. I mean, we did so much extra work to allow 'real' load balancing
 and avoid using sticky sessions only to be told if we want to use cfchart
 then we have to use sticky sessions.
 
 Is this fixed in CFMX7?
 Why can't I use a network share are write the chart cache to this location
 (shared by each server in the cluster)? I tried this and it did not work.
 
 This is kind of lame, is there a solution other than using sticky sessions
 that anyone is aware of?
 
 Brook


-- 
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:198012
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: How to Browse and Choose Directory...

2005-03-09 Thread Ben Doom
I don't think that the file input type in HTML supports directories. 
You might have some luck looking into ActiveX extesions, but (of course) 
that kills cross-browser support

--Ben

Rick Faircloth wrote:
 Hi, all...
 
 This seems simple, but I haven't found a solution...
 
 I've always had clients choose a single photo at a time
 and used CFFILE to upload them one at a time into a photo gallery.
 
 Now, I want to allow the client to choose a directory and then loop
 through the photos and upload them at once.
 
 How do I let the client browse and choose a directory like I've always
 allowed
 them to browse and choose a single file?
 
 (CF 4.5.2)
 
 Rick
 
 
 

~|
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:198013
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: CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
Great idea, thank you.

At 11:30 AM 3/9/2005, you wrote:
It's pretty simple to make a tag that will write CFCHART data to a
shared location (use the 'name' attribute, and then a CFFILE), and
then make a script that will CFCONTENT the charts out of that
location, just like the /CFIDE/GraphData.cfm servlet that CF uses
internally.  We've used this with great success on our cluster.

cheers,
barneyb

On Wed, 09 Mar 2005 11:11:10 -0800, Brook Davies
[EMAIL PROTECTED] wrote:
  Well, I found MM's technote off of another link (even the link on MM is
  wrong) and it says the only way to fix this problem is to use sticky
  sessions. Wow, that really bites. I may as well be using the session scope
  then too. I mean, we did so much extra work to allow 'real' load balancing
  and avoid using sticky sessions only to be told if we want to use cfchart
  then we have to use sticky sessions.
 
  Is this fixed in CFMX7?
  Why can't I use a network share are write the chart cache to this location
  (shared by each server in the cluster)? I tried this and it did not work.
 
  This is kind of lame, is there a solution other than using sticky sessions
  that anyone is aware of?
 
  Brook


--
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:198014
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: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
Hmmm...seems like that would be a useful function for CF to have...

Anyway...I guess I can tell the client that they have to place all photos
in a particular folder, e.g., Photo Upload Folder and then just have CF
look there and upload whatever photos it finds once the client creates
a photo gallery.

Sound like a reasonable approach?

Rick


-Original Message-
From: Ben Doom [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 2:37 PM
To: CF-Talk
Subject: Re: How to Browse and Choose Directory...


I don't think that the file input type in HTML supports directories.
You might have some luck looking into ActiveX extesions, but (of course)
that kills cross-browser support

--Ben

Rick Faircloth wrote:
 Hi, all...

 This seems simple, but I haven't found a solution...

 I've always had clients choose a single photo at a time
 and used CFFILE to upload them one at a time into a photo gallery.

 Now, I want to allow the client to choose a directory and then loop
 through the photos and upload them at once.

 How do I let the client browse and choose a directory like I've always
 allowed
 them to browse and choose a single file?

 (CF 4.5.2)

 Rick






~|
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:198015
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 Query Select Problem

2005-03-09 Thread Charles Polisher
Dawson, Michael wrote:
 You could write a complex UNION query dynamically.  This is what the
 result should look like:
 
 SELECT 15, '1' AS SortOrder
 FROM tbl_a
 WHERE idPrimaryKey = 15
 UNION
 SELECT 12, '2' AS sortOrder 
 FROM tbl_a
 WHERE idPrimaryKey = 12
 UNION
 
 ORDER BY sortOrder
 
 That may get a bit ugly if you have many ids over which to loop.
 
 M!ke
 
 -Original Message-
 From: Dwayne Cole [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, March 09, 2005 11:23 AM
 To: CF-Talk
 Subject: OT Query Select Problem
 
 My query looks like this:
 
 =
 select * 
 from   TBL_A
 where  idPrimaryKey IN (15,12,1,8,4)
 =
 
 but the results are returned in the order of 
 
 1,4,8,12,15
 
 Im using MS Access.  Is there any way to have the results returned in
 the same order as the list of values passed in the IN statment?
 
 Dwayne D. Cole,MBA
 FluxFlow.com

Perhaps use an auxilliary table, SORTORDER,

PK  idPrimaryKey
    
 1  15
 2  12
 3   1
 4   8
 5   4

Then join to this table and order by the PK:

SELECT TBL_A.* 
FROM SORTORDER
INNER JOIN TBL_A
ON SORTORDER.idPrimaryKey = TBL_A.idPrimaryKey
WHERE TBL_A.idPrimaryKey IN (15,12,1,8,4)
ORDER BY SORTORDER.PK;

This puts your sort order in the database, where it belongs.



~|
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:198016
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: How to Browse and Choose Directory...

2005-03-09 Thread Jerry Johnson
I think you may be intermingling client and server functions.

Is the folder in question on a network and accessible from a .cfm page using 
cfdirectory?

or

Is the folder in question on the client's machine, remote from the server?



Jerry Johnson
Web Developer
Dolan Media Company

 [EMAIL PROTECTED] 03/09/05 02:55PM 
Hmmm...seems like that would be a useful function for CF to have...

Anyway...I guess I can tell the client that they have to place all photos
in a particular folder, e.g., Photo Upload Folder and then just have CF
look there and upload whatever photos it finds once the client creates
a photo gallery.

Sound like a reasonable approach?



~|
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:198017
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: How to Browse and Choose Directory...

2005-03-09 Thread Claude Schneegans
 Now, I want to allow the client to choose a directory and then loop

through the photos and upload them at once.

I'm affraid this is not possible in HTML.
What I've done is have the client to zip all his images in one zip file, even 
if it does not save space,
and send the file. Then I unzip then using CFEXECUTE on a batch file that calls 
pkunzip.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
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:198018
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: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
still gives me the creeps. Watch your logs vewy vewy cawefully

-- 
--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:198019
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: CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
Barney,

Are you copying the file after cfchart has generated it locally, to the 
shared location? How do you handle charts that update frequently?

Brook

At 11:30 AM 3/9/2005, you wrote:
It's pretty simple to make a tag that will write CFCHART data to a
shared location (use the 'name' attribute, and then a CFFILE), and
then make a script that will CFCONTENT the charts out of that
location, just like the /CFIDE/GraphData.cfm servlet that CF uses
internally.  We've used this with great success on our cluster.

cheers,
barneyb

On Wed, 09 Mar 2005 11:11:10 -0800, Brook Davies
[EMAIL PROTECTED] wrote:
  Well, I found MM's technote off of another link (even the link on MM is
  wrong) and it says the only way to fix this problem is to use sticky
  sessions. Wow, that really bites. I may as well be using the session scope
  then too. I mean, we did so much extra work to allow 'real' load balancing
  and avoid using sticky sessions only to be told if we want to use cfchart
  then we have to use sticky sessions.
 
  Is this fixed in CFMX7?
  Why can't I use a network share are write the chart cache to this location
  (shared by each server in the cluster)? I tried this and it did not work.
 
  This is kind of lame, is there a solution other than using sticky sessions
  that anyone is aware of?
 
  Brook


--
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:198020
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: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
It will be a folder somewhere on the client's machine...I have no
access to it.

I was attempting to find a solution to allow a client to choose
a directory from within a CF page, like they do with the file form field
and its browse button.  Only instead of selecting a file, they select
a directory.

Once they choose the directory, I would have CF get a list of the
files (photos) in the directory, loop over the list and upload the photos,
instead of having them choose the photos individually.

Just figured there was a way for a user to designate a directory in CF
by browsing their machine...

Rick


-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 2:56 PM
To: CF-Talk
Subject: RE: How to Browse and Choose Directory...


I think you may be intermingling client and server functions.

Is the folder in question on a network and accessible from a .cfm page using
cfdirectory?

or

Is the folder in question on the client's machine, remote from the server?



Jerry Johnson
Web Developer
Dolan Media Company




~|
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:198021
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: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
What if I tell the client to use the directory D:\Photos or whatever, and
hardcode
that into CF for looping and making the list of photos?

Rick


-Original Message-
From: Claude Schneegans [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 3:14 PM
To: CF-Talk
Subject: Re: How to Browse and Choose Directory...


 Now, I want to allow the client to choose a directory and then loop

through the photos and upload them at once.

I'm affraid this is not possible in HTML.
What I've done is have the client to zip all his images in one zip file,
even if it does not save space,
and send the file. Then I unzip then using CFEXECUTE on a batch file that
calls pkunzip.

--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.




~|
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:198022
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: CFCHART image expired on a cluster

2005-03-09 Thread Barney Boisvert
Nope, I don't let CFCHART generate the file at all.  You can use the
'name' attribute to have CF put the generated chart in a variable of
that name, rather than writing it to disk.  Then you just use CFFILE
to write it wherever you want it.

We're not actually caching the charts at all, because they change
quite frequently, and most of the cost to generate them is on the
database, not the charting engine.  Consequently we didn't feel it was
worth the hassle of building in a caching mechanism.  We just write
the file every request, and then delete it when it's been served.  So
far, we haven't had any issues stemming from this little inefficiency.

We have a few charts that only update once a day, but they're rendered
with a slightly different mechanism that takes advantage of that fact,
including non-dynamic serving (i.e. the web server sends the files
back directly, rather than CF).

cheers,
barneyb

On Wed, 09 Mar 2005 12:21:35 -0800, Brook Davies
[EMAIL PROTECTED] wrote:
 Barney,
 
 Are you copying the file after cfchart has generated it locally, to the
 shared location? How do you handle charts that update frequently?
 
 Brook


-- 
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:198023
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: How to Browse and Choose Directory...

2005-03-09 Thread Jerry Johnson
The Cold Fusion server cannot see the client's machine, not even for the one 
file.

The file is actually sent to the server by the client's browser as part of a 
form. The browser is the software that finds the file and uploads it. The 
server cannot see any files on the client's hard drive.

Let's say you did as intended and had the browser send the folder name to the 
server as a form variable. 
The server would receive something like C:\My photos\
The server would try to look in that folder, and not find any photos, since it 
would only have access to it's own C: drive, not the client's.

Does this make sense?


Jerry Johnson
Web Developer
Dolan Media Company

 [EMAIL PROTECTED] 03/09/05 03:26PM 
It will be a folder somewhere on the client's machine...I have no
access to it.

Just figured there was a way for a user to designate a directory in CF
by browsing their machine...



~|
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:198024
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: How to Browse and Choose Directory...

2005-03-09 Thread Bryan Stevenson
Rick I don't think you have that kind of control over  a client 
machine...this is for security reasons.

Imagine if I could write an app to arbitraily grab files off your computer 
without you expressly selecting the files ;-)

This si not to say there isn't a way of making life easier for the user 
(easier than selecting each file seperately)but I don't have an answer 
for ya...perhaps someone else on the list does

Cheers

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.com/54 


~|
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:198025
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: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
Come on, Bryan, fess up!  Now I know where
all those photos went!  I didn't misplace them, you grabbed 'em off
my computer!  ;o)

Rick


-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 3:36 PM
To: CF-Talk
Subject: Re: How to Browse and Choose Directory...


Rick I don't think you have that kind of control over  a client
machine...this is for security reasons.

Imagine if I could write an app to arbitraily grab files off your computer
without you expressly selecting the files ;-)

This si not to say there isn't a way of making life easier for the user
(easier than selecting each file seperately)but I don't have an answer
for ya...perhaps someone else on the list does

Cheers

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.com/54




~|
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:198026
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: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
Oh, yeah, yeah...I see what you're saying...I'm not thinking straight.
I can't pull files off the client's machine...

But, wait...if I set up a CFFILE upload function that loops through the
directory that the client specifies...why wouldn't that work?

I'm not accessing the client's machine (as Bryan mentioned),
the client has simply specified a directory for the CFFILE to look in.

I would have the code loop through the directory that is specified,
C:\Photos compile the list, the use CFFILE to upload each photo
to my server one at a time...

Why wouldn't that work?

Rick


-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 3:27 PM
To: CF-Talk
Subject: RE: How to Browse and Choose Directory...


The Cold Fusion server cannot see the client's machine, not even for the one
file.

The file is actually sent to the server by the client's browser as part of a
form. The browser is the software that finds the file and uploads it. The
server cannot see any files on the client's hard drive.

Let's say you did as intended and had the browser send the folder name to
the server as a form variable.
The server would receive something like C:\My photos\
The server would try to look in that folder, and not find any photos, since
it would only have access to it's own C: drive, not the client's.

Does this make sense?


Jerry Johnson
Web Developer
Dolan Media Company

 [EMAIL PROTECTED] 03/09/05 03:26PM 
It will be a folder somewhere on the client's machine...I have no
access to it.

Just figured there was a way for a user to designate a directory in CF
by browsing their machine...





~|
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:198027
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: How to Browse and Choose Directory...

2005-03-09 Thread Bryan Stevenson
s..don't tell ;-)

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.com/tiny.cfm/54

~|
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:198028
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: How to Browse and Choose Directory...

2005-03-09 Thread Aaron DC
Primarily because the input type=file... tag is a FILE input tag, not a
select a directory tag.

Aaron

- Original Message -
From: Rick Faircloth [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, March 10, 2005 7:57 AM
Subject: RE: How to Browse and Choose Directory...


 Oh, yeah, yeah...I see what you're saying...I'm not thinking straight.
 I can't pull files off the client's machine...

 But, wait...if I set up a CFFILE upload function that loops through the
 directory that the client specifies...why wouldn't that work?

 I'm not accessing the client's machine (as Bryan mentioned),
 the client has simply specified a directory for the CFFILE to look in.

 I would have the code loop through the directory that is specified,
 C:\Photos compile the list, the use CFFILE to upload each photo
 to my server one at a time...

 Why wouldn't that work?

 Rick


 -Original Message-
 From: Jerry Johnson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 09, 2005 3:27 PM
 To: CF-Talk
 Subject: RE: How to Browse and Choose Directory...


 The Cold Fusion server cannot see the client's machine, not even for the
one
 file.

 The file is actually sent to the server by the client's browser as part of
a
 form. The browser is the software that finds the file and uploads it. The
 server cannot see any files on the client's hard drive.

 Let's say you did as intended and had the browser send the folder name to
 the server as a form variable.
 The server would receive something like C:\My photos\
 The server would try to look in that folder, and not find any photos,
since
 it would only have access to it's own C: drive, not the client's.

 Does this make sense?


 Jerry Johnson
 Web Developer
 Dolan Media Company

  [EMAIL PROTECTED] 03/09/05 03:26PM 
 It will be a folder somewhere on the client's machine...I have no
 access to it.

 Just figured there was a way for a user to designate a directory in CF
 by browsing their machine...





 

~|
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:198029
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: How to Browse and Choose Directory...

2005-03-09 Thread Ben Doom
How do you know what's in the directory without accessing the client's 
filesystem?

CFFILE's upload function is a little misnamed.  What it actually does 
is allow you to move/copy/modify the file that has already been pushed 
to the server by the browser.  CFFILE doesn't upload anything, it just 
shows you what was uploaded.

Does that make sense?

--Ben

Rick Faircloth wrote:
 Oh, yeah, yeah...I see what you're saying...I'm not thinking straight.
 I can't pull files off the client's machine...
 
 But, wait...if I set up a CFFILE upload function that loops through the
 directory that the client specifies...why wouldn't that work?
 
 I'm not accessing the client's machine (as Bryan mentioned),
 the client has simply specified a directory for the CFFILE to look in.
 
 I would have the code loop through the directory that is specified,
 C:\Photos compile the list, the use CFFILE to upload each photo
 to my server one at a time...
 
 Why wouldn't that work?
 
 Rick


~|
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:198030
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: How to Browse and Choose Directory...

2005-03-09 Thread Katz, Dov B \(IT\)
Rick,

CFFILE has no way of knowing the client's file system... 

CFFILE simply reads encoded data dumped into a HTTP request, converts it
to a temp file, and gives the CF code the path to the CF temp file.

The browser is the thing which encodes this data destined for the
server, and all the server can do is take what it's given.  Therefore
CFFILE would never be able to read anything other than what the browser
gave it.

Even applets which offer you a Select Folder to upload, ultimately
encode each file into a separate form element, and send the bytes in the
request body to the server.

-Dov

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 3:57 PM
To: CF-Talk
Subject: RE: How to Browse and Choose Directory...

Oh, yeah, yeah...I see what you're saying...I'm not thinking straight.
I can't pull files off the client's machine...

But, wait...if I set up a CFFILE upload function that loops through the
directory that the client specifies...why wouldn't that work?

I'm not accessing the client's machine (as Bryan mentioned), the client
has simply specified a directory for the CFFILE to look in.

I would have the code loop through the directory that is specified,
C:\Photos compile the list, the use CFFILE to upload each photo to my
server one at a time...

Why wouldn't that work?

Rick


-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 3:27 PM
To: CF-Talk
Subject: RE: How to Browse and Choose Directory...


The Cold Fusion server cannot see the client's machine, not even for the
one file.

The file is actually sent to the server by the client's browser as part
of a form. The browser is the software that finds the file and uploads
it. The server cannot see any files on the client's hard drive.

Let's say you did as intended and had the browser send the folder name
to the server as a form variable.
The server would receive something like C:\My photos\
The server would try to look in that folder, and not find any photos,
since it would only have access to it's own C: drive, not the client's.

Does this make sense?


Jerry Johnson
Web Developer
Dolan Media Company

 [EMAIL PROTECTED] 03/09/05 03:26PM 
It will be a folder somewhere on the client's machine...I have no access
to it.

Just figured there was a way for a user to designate a directory in CF
by browsing their machine...







~|
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:198031
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: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
I must!  It's the only way to get out of the doghouse with my wife!  ;o)

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 3:56 PM
To: CF-Talk
Subject: Re: How to Browse and Choose Directory...


s..don't tell ;-)

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.com/tiny.cfm/54



~|
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:198032
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: How to Browse and Choose Directory...

2005-03-09 Thread Ian Skinner
As had been said several different ways, the server has no idea what is on the 
clients machine, CF will never work that way!

This may not be that difficult if you can designate some FTP space on the 
server where clients can upload files to and then CF can get to them and do the 
rest of the processing.  In windows, FTP sites can be attached to drive 
letters, thus the client could simply drag all the images from their C drive 
(physical hard drive) to their I drive (mapped FTP site).  Of course lots 
more could be done with other FTP clients as well.

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: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 12:57 PM
To: CF-Talk
Subject: RE: How to Browse and Choose Directory...

Oh, yeah, yeah...I see what you're saying...I'm not thinking straight.
I can't pull files off the client's machine...

But, wait...if I set up a CFFILE upload function that loops through the
directory that the client specifies...why wouldn't that work?

I'm not accessing the client's machine (as Bryan mentioned),
the client has simply specified a directory for the CFFILE to look in.

I would have the code loop through the directory that is specified,
C:\Photos compile the list, the use CFFILE to upload each photo
to my server one at a time...

Why wouldn't that work?

Rick


-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 3:27 PM
To: CF-Talk
Subject: RE: How to Browse and Choose Directory...


The Cold Fusion server cannot see the client's machine, not even for the
one
file.

The file is actually sent to the server by the client's browser as part
of a
form. The browser is the software that finds the file and uploads it. The
server cannot see any files on the client's hard drive.

Let's say you did as intended and had the browser send the folder name to
the server as a form variable.
The server would receive something like C:\My photos\
The server would try to look in that folder, and not find any photos,
since
it would only have access to it's own C: drive, not the client's.

Does this make sense?


Jerry Johnson
Web Developer
Dolan Media Company

 [EMAIL PROTECTED] 03/09/05 03:26PM 
It will be a folder somewhere on the client's machine...I have no
access to it.

Just figured there was a way for a user to designate a directory in CF
by browsing their machine...







~|
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:198033
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: How to Browse and Choose Directory...

2005-03-09 Thread Ian Skinner
Sorry, misspoke a bit.  FTP sites aren't mapped to a drive letter, but can be 
mapped to names in the my network places just under My Computer.  It is 
still a drag and drop to move files from the local to the remote system.


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

-Original Message-
From: Ian Skinner
Sent: Wednesday, March 09, 2005 1:13 PM
To: CF-Talk
Subject: RE: How to Browse and Choose Directory...

As had been said several different ways, the server has no idea what is
on the clients machine, CF will never work that way!

This may not be that difficult if you can designate some FTP space on the
server where clients can upload files to and then CF can get to them and
do the rest of the processing.  In windows, FTP sites can be attached to
drive letters, thus the client could simply drag all the images from
their C drive (physical hard drive) to their I drive (mapped FTP
site).  Of course lots more could be done with other FTP clients as well.

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: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 12:57 PM
To: CF-Talk
Subject: RE: How to Browse and Choose Directory...

Oh, yeah, yeah...I see what you're saying...I'm not thinking
straight.
I can't pull files off the client's machine...

But, wait...if I set up a CFFILE upload function that loops through
the
directory that the client specifies...why wouldn't that work?

I'm not accessing the client's machine (as Bryan mentioned),
the client has simply specified a directory for the CFFILE to look
in.

I would have the code loop through the directory that is specified,
C:\Photos compile the list, the use CFFILE to upload each photo
to my server one at a time...

Why wouldn't that work?

Rick


-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 3:27 PM
To: CF-Talk
Subject: RE: How to Browse and Choose Directory...


The Cold Fusion server cannot see the client's machine, not even for
the
one
file.

The file is actually sent to the server by the client's browser as
part
of a
form. The browser is the software that finds the file and uploads it.
The
server cannot see any files on the client's hard drive.

Let's say you did as intended and had the browser send the folder
name to
the server as a form variable.
The server would receive something like C:\My photos\
The server would try to look in that folder, and not find any photos,
since
it would only have access to it's own C: drive, not the client's.

Does this make sense?


Jerry Johnson
Web Developer
Dolan Media Company

 [EMAIL PROTECTED] 03/09/05 03:26PM 
It will be a folder somewhere on the client's machine...I have no
access to it.

Just figured there was a way for a user to designate a directory in
CF
by browsing their machine...









~|
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:198034
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: RandRange() with a structure

2005-03-09 Thread Will The Game
Excellent guys! Thanks a ton!

Will

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


XML elements start with CF -- throwing an error

2005-03-09 Thread Shawna Hampton
I'm fairly new to using CF with XML and have a potential problem I need some 
help with.

I'm using cfxml to create an XML document using elements given to me by a 
third party.

The problem is a few of these elements start with CF (i.e., 
CFDCurrentJoinDate01/01/2005/CFDCurrentJoinDate or 
CFIMemberId123456/CFIMemberId). This is the way they have to be named 
because we're using BizTalk to integrate with a remote, internal database and 
that's the way it recognizes these elements (in other words there's no changing 
them).

When I test it out I'm getting this error:

You are using tags whose name begins with CF, but the tag is not registered 
with Neo. Either the tag is not completed yet, or have you been playing with 
the configuration? 

Unknown tag: CFDCurrentJoinDate.  
ColdFusion cannot determine how to process the tag CFDCurrentJoinDate because 
the tag is unknown and not in any imported tag libraries. The tag name might be 
misspelled.

What should I do here to get it to work right? Any help is greatly appreciated! 

TIA,
Shawna

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


CFMX7 and alternate file extensions

2005-03-09 Thread Brook Davies
With CFMX 6.1, if you wanted to use .dog instead of .cfm to serve CF pages, 
you needed to edit the file mappings in IIS to point to the jrun dll and 
also edit the /cfusionmx/wwwroot/web.xml file and add your mappings like this:

servlet-mapping
 servlet-nameCfmServlet/servlet-name
 url-pattern*.dog/url-pattern
   /servlet-mapping

This is not working for me in CFMX7, I can serve cfm pages but not my 
custom file extension. The web.xml format is a bit different, the mappings 
have id's like this:

servlet-mapping id=macromedia_mapping_3
servlet-nameCfmServlet/servlet-name
url-pattern*.cfm/url-pattern
/servlet-mapping

So I tried to add my mapping with the next available id:

servlet-mapping id=macromedia_mapping_14
servlet-nameCfmServlet/servlet-name
url-pattern*.dog/url-pattern
/servlet-mapping

But this does not work. Does anyone know how to make this work?

Brook



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


Problems at CrystalTech have gotten ugly!

2005-03-09 Thread Will The Game
Ok, we're on our 3rd week I think with the session invalid errors at CT. Tim 
U., CEO, seems to have fanned the flames, at least in MY mind. 

Question: Is ANYone out there experiencing the same problem with their shared 
server hosts? Anyone???

Especially read the last 2-3 posts. I'd like to know myself if anyone else is  
experiencing this! 

http://www.crystaltech.com/forum/topic.asp?TOPIC_ID=10597

Thanks,
Will

~|
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:198038
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: XML elements start with CF -- throwing an error

2005-03-09 Thread Barney Boisvert
You add a separator in there so that the generated content is
unchanged, but the raw code doesn't contain the extra tags:

cfset sep =  /
cfxml ...
#sep#cftagname ... /
/cfxml

Or you could use a different delimiter, and replace it:

cfxml ...
^cftagname ... /
/cfxml
cfset xml = replace(xml, ^, , all) /

cheers,
barneyb

On Wed, 09 Mar 2005 16:26:19 -0400, Shawna Hampton [EMAIL PROTECTED] wrote:
 I'm fairly new to using CF with XML and have a potential problem I need some 
 help with.
 
 I'm using cfxml to create an XML document using elements given to me by a 
 third party.
 
 The problem is a few of these elements start with CF (i.e., 
 CFDCurrentJoinDate01/01/2005/CFDCurrentJoinDate or 
 CFIMemberId123456/CFIMemberId). This is the way they have to be named 
 because we're using BizTalk to integrate with a remote, internal database and 
 that's the way it recognizes these elements (in other words there's no 
 changing them).
 
 When I test it out I'm getting this error:
 
 You are using tags whose name begins with CF, but the tag is not registered 
 with Neo. Either the tag is not completed yet, or have you been playing with 
 the configuration?
 
 Unknown tag: CFDCurrentJoinDate.
 ColdFusion cannot determine how to process the tag CFDCurrentJoinDate because 
 the tag is unknown and not in any imported tag libraries. The tag name might 
 be misspelled.
 
 What should I do here to get it to work right? Any help is greatly 
 appreciated!
 
 TIA,
 Shawna

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

Got Gmail? I have 50 invites.

~|
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:198039
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: Problems at CrystalTech have gotten ugly!

2005-03-09 Thread Michael T. Tangorre
 From: Will The Game [mailto:[EMAIL PROTECTED] 

 Ok, we're on our 3rd week I think with the session invalid 
 errors at CT. Tim U., CEO, seems to have fanned the flames, 
 at least in MY mind. 
 
 Question: Is ANYone out there experiencing the same problem 
 with their shared server hosts? Anyone???
 
 Especially read the last 2-3 posts. I'd like to know myself 
 if anyone else is  experiencing this! 

Just switch to someone who knows what the hell is going on.




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