Re: Secure Hosted Subversion Services: Suggestions and experiences?

2010-08-06 Thread Dominic Watson

Thanks guys, we are currently hosting our own repo but the boss
suggested we externalise it (wanting to repurpose a server). I'll be
sure to reiterate the reasons we hosted it ourselves in the first
place as well as check out your suggestions.

Thanks again,

Dominic

On 5 August 2010 21:59, Mike Chabot mcha...@gmail.com wrote:

 If you are concerned with security you should set up your own
 subversion repository on your own servers. I would guess 99% of people
 go down this path. You will also get more performance using local
 servers. I wouldn't trust any of these low-end third party SVN hosts
 with business-sensitive source code.

 -Mike Chabot

 On Thu, Aug 5, 2010 at 12:20 PM, Dominic Watson
 watson.domi...@googlemail.com wrote:

 Key features:

 * Security (proven enough to convince legal types to trust their data with)
 * Performance
 * Scalability

 Tales of joys / woes with hosts would be much appreciated.

 TIA

 Dominic



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336057
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Global Include Paths

2010-08-06 Thread Byte Me

Is the term Global Include Paths as used here: 
http://www.houseoffusion.com/cfdocs1/cfmx/Developing_ColdFusion_MX_Applications_with_CFML/CFXTags7.html,
 actually referring to the Environment Varibles? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336058
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Global Include Paths

2010-08-06 Thread Casey Dougall

On Fri, Aug 6, 2010 at 8:16 AM, Byte Me byteme...@verizon.net wrote:


 Is the term Global Include Paths as used here:
 http://www.houseoffusion.com/cfdocs1/cfmx/Developing_ColdFusion_MX_Applications_with_CFML/CFXTags7.html,
 actually referring to the Environment Varibles?


Before you can use your C++ compiler to build custom tags, you must enable
the compiler to locate the CFX API header file, cfx.h. In Windows, you do
this by adding the CFX API include directory to your list of global include
paths. In Windows, this directory is \cfusion\cfx\include. On UNIX this
directory is /opt/coldfusion/cfx/include. On UNIX, you will need -I *
includepath* on your compile line (see the Makefile for the directory list
example in the cfx/examples directory).


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336059
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Global Include Paths

2010-08-06 Thread Byte Me

Thanks for the info, but is that a yes or a no to my question? If no, then 
how do I set the Global Include Paths. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336060
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Global Include Paths

2010-08-06 Thread Andrew Scott

What are you asking as it mentions nothing about Global Include paths on
that page.

Regards,
Andrew Scott
http://www.andyscott.id.au/


 -Original Message-
 From: Byte Me [mailto:byteme...@verizon.net]
 Sent: Friday, 6 August 2010 10:17 PM
 To: cf-talk
 Subject: Global Include Paths
 
 
 Is the term Global Include Paths as used here:
 http://www.houseoffusion.com/cfdocs1/cfmx/Developing_ColdFusion_MX
 _Applications_with_CFML/CFXTags7.html, actually referring to the
 Environment Varibles?
 
 ~~
 ~~~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-
 Dinowitz/dp/1430272155/?tag=houseoffusion
 Archive: http://www.houseoffusion.com/groups/cf-
 talk/message.cfm/messageid:336058
 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe: http://www.houseoffusion.com/groups/cf-
 talk/unsubscribe.cfm


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336061
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Global Include Paths

2010-08-06 Thread Michael Grant

From: Setting up your C++ development environment

Before you can use your C++ compiler to build custom tags, you must enable
the compiler to locate the CFX API header file, cfx.h. In Windows, you do
this by adding the CFX API include directory to your list of global include
paths. In Windows, this directory is \cfusion\cfx\include. On UNIX this
directory is /opt/coldfusion/cfx/include. On UNIX, you will need -I *
includepath* on your compile line (see the Makefile for the directory list
example in the cfx/examples directory).

On Fri, Aug 6, 2010 at 9:25 AM, Andrew Scott andr...@andyscott.id.auwrote:


 What are you asking as it mentions nothing about Global Include paths on
 that page.

 Regards,
 Andrew Scott
 http://www.andyscott.id.au/


  -Original Message-
  From: Byte Me [mailto:byteme...@verizon.net]
  Sent: Friday, 6 August 2010 10:17 PM
  To: cf-talk
  Subject: Global Include Paths
 
 
  Is the term Global Include Paths as used here:
  http://www.houseoffusion.com/cfdocs1/cfmx/Developing_ColdFusion_MX
  _Applications_with_CFML/CFXTags7.html, actually referring to the
  Environment Varibles?
 
  ~~
  ~~~|
  Order the Adobe Coldfusion Anthology now!
  http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-
  Dinowitz/dp/1430272155/?tag=houseoffusion
  Archive: http://www.houseoffusion.com/groups/cf-
  talk/message.cfm/messageid:336058
  Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
  Unsubscribe: http://www.houseoffusion.com/groups/cf-
  talk/unsubscribe.cfm


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336062
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Syntax checking generated code: CF9

2010-08-06 Thread Dominic Watson

I've made a script that remotely parses a fusebox application one
fuseaction at a time (progress bar stylee). What I'd really like to do
is, after each parsed file is created, test the syntax of the
generated code (we've had problems and would like to verify there are
no problems before we deploy the new parsed files). Does anyone know
how to get hold of the syntax checking code under the hood (or over
it) in CF9?

TIA

Dominic

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336063
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfexchangeconnection question

2010-08-06 Thread Jesse Passwaters

I have a simple ColdFusion 9 application running on one server. On another
server I have MS Exchange server. Within the CF 9 application I have a link
that takes them to their Exchange Web Access login page. Is it possible to
bypass the Exchange server login process by using CFEXCHANGECONNECTION
within my CF 9 application?

To clarify...currently users click a Go To Your E-mail link and it takes
them to the Exchange login and then they have to login there. Since they are
already logged into the intranet I want to bypass the exchange login so
there is no two login areas. Just click the link and they are sent directly
to their mailbox.

Thanks,
Jesse Passwaters


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336064
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFML broadcasting app

2010-08-06 Thread cfcom

We have to do a large mailing in-house. Has anyone written an Email
Broadcasting system in Coldfusion and/or can recommend one?

 

Thank you



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336065
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFML broadcasting app

2010-08-06 Thread Bryan Stevenson

If this is a one-off mailing, do you need a system to do it?

If you have the body text and the mailing list all you need to do is:

cfset mailBody = This is my e-mail message

cfloop list=#myMailingList# index=currMailAddress
  cfmail from=[your from address] subject=SPAM
to=#currMailAddress# mailserver=[only use if not setup in CFADMIN or
you need to override CF ADMIN's setting]
 #mailBody#
  /cfmail
/cfloop

If you are sending HTML in your message body, you'll need to use the
type attribute of the CFMAIL tag

A rough examplebut hopefully it helps

Cheers


On Fri, 2010-08-06 at 14:06 -0400, cfcom wrote:

 We have to do a large mailing in-house. Has anyone written an Email
 Broadcasting system in Coldfusion and/or can recommend one?
 
  
 
 Thank you
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336066
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFXML and extra lines

2010-08-06 Thread Tom Jones

Hello,
I'm creating some xml using cfxml and I'm noticing empty lines in the xml 
result. When I look at the code I can kind of make out the these extra empty 
lines are in locations where i'm using a cfoutput, and cfset tags to help 
create the xml.

How can I clean up the xml so that it looks nice?

thanks,
tom 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336067
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFXML and extra lines

2010-08-06 Thread Michael Grant

I think you mean whitespace is breaking your xml on lines where your
cfoutputs. If so you have to make sure you don't have any line breaks after
cfoutput and before /cfoutput

So this will break:

cfoutput
myNode
 mySubNodedata/mySubNode
/myNode
/cfoutput

And this would work:

cfoutputmyNode
 mySubNodedata/mySubNode
/myNode/cfoutput





On Fri, Aug 6, 2010 at 2:32 PM, Tom Jones tjo...@acworld.com wrote:


 Hello,
 I'm creating some xml using cfxml and I'm noticing empty lines in the xml
 result. When I look at the code I can kind of make out the these extra empty
 lines are in locations where i'm using a cfoutput, and cfset tags to help
 create the xml.

 How can I clean up the xml so that it looks nice?

 thanks,
 tom

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336068
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFML broadcasting app

2010-08-06 Thread Justin Scott

 We have to do a large mailing in-house. Has anyone
 written an Email Broadcasting system in Coldfusion
 and/or can recommend one?

How large do you consider large?


-Justin



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336069
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFXML and extra lines

2010-08-06 Thread Jesse Passwaters

There is also an option in CF administrator to control white space.

JPass

On Fri, Aug 6, 2010 at 2:44 PM, Michael Grant mgr...@modus.bz wrote:


 I think you mean whitespace is breaking your xml on lines where your
 cfoutputs. If so you have to make sure you don't have any line breaks after
 cfoutput and before /cfoutput

 So this will break:

 cfoutput
 myNode
 mySubNodedata/mySubNode
 /myNode
 /cfoutput

 And this would work:

 cfoutputmyNode
 mySubNodedata/mySubNode
 /myNode/cfoutput





 On Fri, Aug 6, 2010 at 2:32 PM, Tom Jones tjo...@acworld.com wrote:

 
  Hello,
  I'm creating some xml using cfxml and I'm noticing empty lines in the xml
  result. When I look at the code I can kind of make out the these extra
 empty
  lines are in locations where i'm using a cfoutput, and cfset tags to help
  create the xml.
 
  How can I clean up the xml so that it looks nice?
 
  thanks,
  tom
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336070
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFXML and extra lines

2010-08-06 Thread Tom Jones

There is also an option in CF administrator to control white space.

JPass





Yea, I have the white space compression turned on, but since it's happening in 
the xml it does not get removed. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336071
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


How to tell what hot fixes are applied.

2010-08-06 Thread Ian Skinner

  A understand the one looks at the information page, but what does one 
actually look for?

We just resolved several issues with one of our servers that interrupted 
the patching process a few weeks back.  Now I would like to confirm what 
patches have been applied to what servers before resuming work.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336072
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFXML and extra lines

2010-08-06 Thread Tom Jones

I finally figured it out, this works like a champ!

tom

cfset myXSLT = 
?xml version=1.0 encoding=UTF-8?
xsl:transform version=1.0 
xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
xsl:output method=xml indent=yes /
xsl:strip-space elements=* /
xsl:template match=/
xsl:copy-of select=. /
/xsl:template
/xsl:transform

cfxml variable=root
...
/cfxml
cfset root = #XmlTransform(root,myXSLT)# 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336073
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFXML and extra lines

2010-08-06 Thread Ian Skinner

  On 8/6/2010 12:06 PM, Tom Jones wrote:
 cfset myXSLT = 
   ?xml version=1.0 encoding=UTF-8?
   xsl:transform version=1.0 
 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
   xsl:output method=xml indent=yes /
   xsl:strip-space elements=* /
   xsl:template match=/
   xsl:copy-of select=. /
   /xsl:template
   /xsl:transform


ColdFusion as the cfsavecontent... tag to make that syntax a bit 
easier to read.  So you don't have to deal with the double quotes 
escaping everywhere.

cfsavecontent variable=myXslt

?xml version=1.0 encoding=UTF-8?
xsl:transform version=1.0 
xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
xsl:output method=xml indent=yes /
xsl:strip-space elements=* /
xsl:template match=/
xsl:copy-of select=. /
/xsl:template
/xsl:transform

/cfsavecontent

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336074
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: How to tell what hot fixes are applied.

2010-08-06 Thread rex

In CFAdmin (CF9), if you click on SERVER SETTING  SETTINGS SUMMARY, 
there's a line called UPDATE LEVEL under SYSTEM INFORMATION  SERVER 
DETAILS.  This is not in CF8 for some reason.

In both CF9/CF8 CFAdmin, you can click on the i icon at the upper 
right, next to the LOGOUT link, and it should display the UPDATE LEVEL 
as well.

CAVEAT: I know I installed some other hotfixes on my CF8 server, but it 
only displays chf8010004 (cumulative hotfix 4).  I know I installed the 
XSS hotfix 
(http://www.adobe.com/support/security/bulletins/apsb09-12.html 
http://www.adobe.com/support/security/bulletins/apsb09-12.html) and 
the BlazeDS hotfixes 
(http://www.adobe.com/support/security/bulletins/apsb10-05.html) for 
CF8, but it does not display it anywhere.

Ian Skinner wrote:
   A understand the one looks at the information page, but what does one 
 actually look for?

 We just resolved several issues with one of our servers that interrupted 
 the patching process a few weeks back.  Now I would like to confirm what 
 patches have been applied to what servers before resuming work.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336075
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFML broadcasting app

2010-08-06 Thread Maureen

Many years ago I wrote a system to read the email addresses from the
database and send them in manageable chunks using CFMAIL.  Is that
what you need?  If so, let me know and I'll dig out the code from my
archives.

On Fri, Aug 6, 2010 at 11:06 AM, cfcom cf...@aceligent.com wrote:

 We have to do a large mailing in-house. Has anyone written an Email
 Broadcasting system in Coldfusion and/or can recommend one?


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336076
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: How to tell what hot fixes are applied.

2010-08-06 Thread Pete Freitag

Hi Ian,

The method rex described is useful, but it doesn't show you all hotfixes as
he mentions, some hotfixes you apply manually (like replacing files in
CFIDE) and CF doesn't keep track of this or change the update level. You can
run http://hackmycf.com/ and it might help you find missing security
hotfixes, but it also can't detect all of them.

--
Pete Freitag
http://foundeo.com/ ColdFusion Products  Consulting
http://hackmycf.com/ - Is your ColdFusion Server Secure?

On Fri, Aug 6, 2010 at 4:10 PM, rex li...@pgrworld.com wrote:


 In CFAdmin (CF9), if you click on SERVER SETTING  SETTINGS SUMMARY,
 there's a line called UPDATE LEVEL under SYSTEM INFORMATION  SERVER
 DETAILS.  This is not in CF8 for some reason.

 In both CF9/CF8 CFAdmin, you can click on the i icon at the upper
 right, next to the LOGOUT link, and it should display the UPDATE LEVEL
 as well.

 CAVEAT: I know I installed some other hotfixes on my CF8 server, but it
 only displays chf8010004 (cumulative hotfix 4).  I know I installed the
 XSS hotfix
 (http://www.adobe.com/support/security/bulletins/apsb09-12.html
 http://www.adobe.com/support/security/bulletins/apsb09-12.html) and
 the BlazeDS hotfixes
 (http://www.adobe.com/support/security/bulletins/apsb10-05.html) for
 CF8, but it does not display it anywhere.

 Ian Skinner wrote:
A understand the one looks at the information page, but what does one
  actually look for?
 
  We just resolved several issues with one of our servers that interrupted
  the patching process a few weeks back.  Now I would like to confirm what
  patches have been applied to what servers before resuming work.
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336077
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFML broadcasting app

2010-08-06 Thread Bryan Stevenson

Don't forget that many years ago CFMAIL was not capable of whatever
silly high throughput it now is (I think I've read over 1 million mails
per minute).

So manageable chunks may no longer matter...just sayin ;-)

volume shall dictate approach as always ;-)

Cheers

On Fri, 2010-08-06 at 13:11 -0700, Maureen wrote:

 Many years ago I wrote a system to read the email addresses from the
 database and send them in manageable chunks using CFMAIL.  Is that
 what you need?  If so, let me know and I'll dig out the code from my
 archives.
 
 On Fri, Aug 6, 2010 at 11:06 AM, cfcom cf...@aceligent.com wrote:
 
  We have to do a large mailing in-house. Has anyone written an Email
  Broadcasting system in Coldfusion and/or can recommend one?
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336078
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFML broadcasting app

2010-08-06 Thread Maureen

CFMail wasn't the problem then..the mail server bandwidth was.  Chunks
are configurable as well.

On Fri, Aug 6, 2010 at 1:38 PM, Bryan Stevenson
br...@electricedgesystems.com wrote:

 Don't forget that many years ago CFMAIL was not capable of whatever
 silly high throughput it now is (I think I've read over 1 million mails
 per minute).

 So manageable chunks may no longer matter...just sayin ;-)

 volume shall dictate approach as always ;-)

 Cheers

 On Fri, 2010-08-06 at 13:11 -0700, Maureen wrote:

 Many years ago I wrote a system to read the email addresses from the
 database and send them in manageable chunks using CFMAIL.  Is that
 what you need?  If so, let me know and I'll dig out the code from my
 archives.

 On Fri, Aug 6, 2010 at 11:06 AM, cfcom cf...@aceligent.com wrote:
 
  We have to do a large mailing in-house. Has anyone written an Email
  Broadcasting system in Coldfusion and/or can recommend one?
 



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336079
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Body too long: Re: cflayout question

2010-08-06 Thread Victor Moore

I think I found out why it's not working.
In cflayout if I use the height in % the style declaration it
disregards the  and treats it as a pixel value.

This is definitely a bug and should be fixed ASAP. Can't believe that
has passed the original QA and even one year after the release it's
not fixed

I have tried to use jQuery to set the value after the window loads with no luck.

If anybody has any idea how to fix this (until Adobe) releases an
update I will really appreciate.

Thx

Victor

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336080
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFML broadcasting app

2010-08-06 Thread Bryan Stevenson

ahhhthat was MANY many years ago then ;-)

On Fri, 2010-08-06 at 13:44 -0700, Maureen wrote:

 CFMail wasn't the problem then..the mail server bandwidth was.  Chunks
 are configurable as well.
 
 On Fri, Aug 6, 2010 at 1:38 PM, Bryan Stevenson
 br...@electricedgesystems.com wrote:
 
  Don't forget that many years ago CFMAIL was not capable of whatever
  silly high throughput it now is (I think I've read over 1 million mails
  per minute).
 
  So manageable chunks may no longer matter...just sayin ;-)
 
  volume shall dictate approach as always ;-)
 
  Cheers
 
  On Fri, 2010-08-06 at 13:11 -0700, Maureen wrote:
 
  Many years ago I wrote a system to read the email addresses from the
  database and send them in manageable chunks using CFMAIL. Is that
  what you need? If so, let me know and I'll dig out the code from my
  archives.
 
  On Fri, Aug 6, 2010 at 11:06 AM, cfcom cf...@aceligent.com wrote:
  
   We have to do a large mailing in-house. Has anyone written an Email
   Broadcasting system in Coldfusion and/or can recommend one?
  
 
 
 
  
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336081
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFML broadcasting app

2010-08-06 Thread Michael Grant

Ya, back then CF mail had to actually carve a stone tablet for each message.
It took forever.

I jokes with you Mo.


On Fri, Aug 6, 2010 at 5:04 PM, Bryan Stevenson 
br...@electricedgesystems.com wrote:


 ahhhthat was MANY many years ago then ;-)

 On Fri, 2010-08-06 at 13:44 -0700, Maureen wrote:

  CFMail wasn't the problem then..the mail server bandwidth was.  Chunks
  are configurable as well.
 
  On Fri, Aug 6, 2010 at 1:38 PM, Bryan Stevenson
  br...@electricedgesystems.com wrote:
  
   Don't forget that many years ago CFMAIL was not capable of whatever
   silly high throughput it now is (I think I've read over 1 million mails
   per minute).
  
   So manageable chunks may no longer matter...just sayin ;-)
  
   volume shall dictate approach as always ;-)
  
   Cheers
  
   On Fri, 2010-08-06 at 13:11 -0700, Maureen wrote:
  
   Many years ago I wrote a system to read the email addresses from the
   database and send them in manageable chunks using CFMAIL. Is that
   what you need? If so, let me know and I'll dig out the code from my
   archives.
  
   On Fri, Aug 6, 2010 at 11:06 AM, cfcom cf...@aceligent.com wrote:
   
We have to do a large mailing in-house. Has anyone written an Email
Broadcasting system in Coldfusion and/or can recommend one?
   
  
  
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336082
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Body too long: Re: cflayout question

2010-08-06 Thread Cutter (ColdFusion)

  I haven't followed this thread too closely but, for reference, the 
'center' region of cflayout should always fill the remaining space 
available by default.

Steve Cutter Blades
Adobe Community Professional - ColdFusion
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of Learning Ext JS
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 8/6/2010 3:44 PM, Victor Moore wrote:
 I think I found out why it's not working.
 In cflayout if I use the height in % the style declaration it
 disregards the  and treats it as a pixel value.

 This is definitely a bug and should be fixed ASAP. Can't believe that
 has passed the original QA and even one year after the release it's
 not fixed

 I have tried to use jQuery to set the value after the window loads with no 
 luck.

 If anybody has any idea how to fix this (until Adobe) releases an
 update I will really appreciate.

 Thx

 Victor

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336083
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Syntax checking generated code: CF9

2010-08-06 Thread Cutter (ColdFusion)

  I've never seen one, but if you come up with one please let us all know.

Steve Cutter Blades
Adobe Community Professional - ColdFusion
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of Learning Ext JS
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 8/6/2010 9:18 AM, Dominic Watson wrote:
 I've made a script that remotely parses a fusebox application one
 fuseaction at a time (progress bar stylee). What I'd really like to do
 is, after each parsed file is created, test the syntax of the
 generated code (we've had problems and would like to verify there are
 no problems before we deploy the new parsed files). Does anyone know
 how to get hold of the syntax checking code under the hood (or over
 it) in CF9?

 TIA

 Dominic

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336084
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


WSDL method does not show my functions

2010-08-06 Thread Charles Heizer

I'm running in to a strange issue and I dont know if what I'm doing is 
technically supported or it's a bug. 

I have a cfc which is used as a WebService and it has gotten really 
large. To make it easies to maintain I wanted to break it apart and 
cfinclude statements for my different sections. The problem I'm having 
is when I run MYController.cfc?wsdl I don't see my functions from the 
cfinclude. But they do work if I use the method function 
MYController.cfc?method=GetAppsArg1=All. 

Does anyone know if this is a bug or it's not a supported model? 

Thanks, 
Charlie 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336085
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Syntax checking generated code: CF9

2010-08-06 Thread denstar

If I'm understanding right, you could compile the code and it should
throw an error if there's a validation problem.

But I might not be understanding correctly.

:Den

-- 
Of two pleasures, if there be one which all or almost all who have
experience of both give a decided preference, irrespective of any
feeling of moral obligation to prefer it, that is the more desirable
pleasure.
John Stuart Mill

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336086
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFML broadcasting app

2010-08-06 Thread cfcom

Several hundred thousand, possible 2MM

-Original Message-
From: Justin Scott [mailto:jscott-li...@gravityfree.com] 
Sent: 2010-08-06 14:48
To: cf-talk
Subject: RE: CFML broadcasting app


 We have to do a large mailing in-house. Has anyone
 written an Email Broadcasting system in Coldfusion
 and/or can recommend one?

How large do you consider large?


-Justin





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336087
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFML broadcasting app

2010-08-06 Thread Justin Scott

 Don't forget that many years ago CFMAIL was not
 capable of whatever silly high throughput it now
 is (I think I've read over 1 million mails per
 minute).

Remember also that the tag just writes the message to disk for the delivery
spooler to pick up and hand off to your SMTP relay (in the default
configuration, anyway).  Once you push tens of thousands of messages into
the spool things can get ugly if your SMTP relay can't keep up.  Internally
we stopped using the cfmail tag a while back and have our own custom tag
which passes the message into a custom queue which writes MSG files directly
to the pickup folders on one of several IIS SMTP relay servers for delivery.
I've generally found that injecting the message directly into the queue of
the SMTP server has been much faster than relying on CF's SMTP spooler to
relay them via SMTP.  Message size also plays as a factor as larger
HTML-designed newsletters will take longer to push through than basic
text-only notifications will.


-Justin




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336088
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Body too long: Re: cflayout question

2010-08-06 Thread Victor Moore

Yes, I know but it doesn't. My problem is a little bit different:  the
cflayout in CF9 has a bug where you can't specify the height in  %. I
mean you can but it's treated as pixels and as a result it cannot be
made to fill the whole screen. So basically it's fixed height.

It's a bug in CF9 as the examples on the extJS site display fine and
it worked fine in CF8.

I looked at the cflayout.js but could not figure out where it's being set.

I really hope that someone has an idea how to fix.

Thanks
Victor

On Fri, Aug 6, 2010 at 5:21 PM, Cutter (ColdFusion)
cold.fus...@cutterscrossing.com wrote:

  I haven't followed this thread too closely but, for reference, the
 'center' region of cflayout should always fill the remaining space
 available by default.

 Steve Cutter Blades
 Adobe Community Professional - ColdFusion
 Adobe Certified Professional
 Advanced Macromedia ColdFusion MX 7 Developer

 Co-Author of Learning Ext JS
 http://www.packtpub.com/learning-ext-js/book
 _
 http://blog.cutterscrossing.com


 On 8/6/2010 3:44 PM, Victor Moore wrote:
 I think I found out why it's not working.
 In cflayout if I use the height in % the style declaration it
 disregards the  and treats it as a pixel value.

 This is definitely a bug and should be fixed ASAP. Can't believe that
 has passed the original QA and even one year after the release it's
 not fixed

 I have tried to use jQuery to set the value after the window loads with no 
 luck.

 If anybody has any idea how to fix this (until Adobe) releases an
 update I will really appreciate.

 Thx

 Victor



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336089
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm