Re: Save Form Data to XML file

2011-12-14 Thread Mike Kear

IF you use   you should see a struct called "form"
with each of your form fields and their settings from the submitted form.
If you use Daniel Gaspar 's ANYTHINGXOXML.cfc
you can automatically convert it to XML without any effort.
http://anythingtoxml.riaforge.org/


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month



On Thu, Dec 15, 2011 at 3:43 PM, Tom Jones  wrote:


> Hello,
> I have been searching all over cf-talk archives and on google and I don't
> see a good example on how to save form data to a xml file.
>
> So what I'm doing right now is, I have a xml file and read that and then
> display it in a form so the it can be edited. Here is an example on what
> I'm thinking. What I'm struggling with is the form data is not returned as
> an array of structs where I could easily create a xml file from, it's just
> coma separated lists.
>
> Thanks,
> tom
>
> 
> 
> 
> 
>Order
>Display Name
>Align Text
>Hide
>Column Width
> 
> 
> 
> 
>
> value="#x.dname#">
> value="#x.align#">
> value="#x.hidden#">
> value="#x.width#">
> 
> 
> 
> 
> 
> 
>
> 

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


Re: Save Form Data to XML file

2011-12-14 Thread .jonah

So, if you have an arbitrary number of columns and when you submit the 
form you get:

form.align=left,left,...
form.dname=Agent Version,Allow Client,...

then you can do:

colCount = listLen(form.align);
xml = "";
for (i = 1;  i LTE colCount; i++) {
 xml &= "";
 xml &= "#listGetAt(form.align, i)#";
 xml &= "#listGetAt(form.dname, i)#";
 ...
 xml &= "";
}
xml = "#xml#";


On 12/14/11 8:43 PM, Tom Jones wrote:
> Hello,
> I have been searching all over cf-talk archives and on google and I don't see 
> a good example on how to save form data to a xml file.
>
> So what I'm doing right now is, I have a xml file and read that and then 
> display it in a form so the it can be edited. Here is an example on what I'm 
> thinking. What I'm struggling with is the form data is not returned as an 
> array of structs where I could easily create a xml file from, it's just coma 
> separated lists.
>
> Thanks,
> tom
>
> 
> 
> 
> 
>   Order
>   Display Name
>   Align Text
>   Hide
>   Column Width
> 
> 
> 
> 
>   
>   
>   
>   
>   
>
> 
> 
> 
> 
> 
>
> 

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


Save Form Data to XML file

2011-12-14 Thread Tom Jones

Hello,
I have been searching all over cf-talk archives and on google and I don't see a 
good example on how to save form data to a xml file. 

So what I'm doing right now is, I have a xml file and read that and then 
display it in a form so the it can be edited. Here is an example on what I'm 
thinking. What I'm struggling with is the form data is not returned as an array 
of structs where I could easily create a xml file from, it's just coma 
separated lists.

Thanks,
tom





Order
Display Name
Align Text
Hide
Column Width









 




 

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


RE: CF Builder 2 Express (free edition)

2011-12-14 Thread Rick Faircloth

Thanks for tip, Morgan.  After trying that, I haven't noticed
any more re-formatting.  I didn't think to look under 'HTML',
just under 'Javascript' for formatting controls.

Rick

-Original Message-
From: morgan lindley [mailto:greyk...@gmail.com] 
Sent: Wednesday, December 14, 2011 1:14 PM
To: cf-talk
Subject: Re: CF Builder 2 Express (free edition)


Try: Preferences - > HTML -> JavaScript -> Typing -> Auto format code block
when typing closing brace

Not sure if that will do it or not, but seems the likely suspect.

On second look, in: Preferences - > HTML -> JavaScript -> Formatting, you
can select "No Formatting" in the drop-down box.

Alternatively, you can edit the formatting options to match your coding
style.



On Wed, Dec 14, 2011 at 11:49 AM, Rick Faircloth
wrote:

>
> Is there a "one-check box" that I can use to turn
> off all Javascript code formatting?
>
> I like to type in my JS in a certain style, but
> CFB is constantly reformatting my JS according to
> the preferences.  I've unchecked everything I can find
> to get CFB to leave my typed formatting alone, but it
> still re-formats what I type.
>
> Please tell me what to check or uncheck to keep this
> from happening.  I'm sure I've overlooked something.
>
> There out to be a single "leave everything that I type
> alone" checkbox that overrides all formatting.
>
> Suggestions?
>
> Thanks!
>
> Rick
>
>
>
> 



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


Re: Very disappointing statis

2011-12-14 Thread Bryan Stevenson

Amen Mark!

as I tell my staff.come to me with solutionsnot problems

On Thu, 2011-12-15 at 09:34 +1100, Mark Mandel wrote:

> So, what are you going to do to promote ColdFusion more?
> 
> No point in complaining about the problem, unless you are going to propose
> and implement some solutions :)
> 
> Mark
> 
> On Thu, Dec 15, 2011 at 3:02 AM, Robert Harrison  > wrote:
> 
> >
> > Very disappointing statistics for ColdFusion market penetration.
> >
> > http://w3techs.com/technologies/overview/programming_language/all
> >
> > Robert B. Harrison
> > Director of Interactive Services
> > Austin & Williams
> > 125 Kennedy Drive, Suite 100
> > Hauppauge NY 11788
> > P : 631.231.6600 Ext. 119
> > F : 631.434.7022
> > http://www.austin-williams.com
> >
> > Great advertising can't be either/or.  It must be &.
> >
> > Plug in to our blog: A&W Unplugged
> > http://www.austin-williams.com/unplugged
> >
> > 
> 
> 

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


Re: Very disappointing statis

2011-12-14 Thread Roger Austin

On 12/14/2011 12:39 PM, Raymond Camden wrote:
>
> *checks watch*
> Yep, about time for another CF is dead thread.
> *goes back to work*

OMG Adobe has made Ray the PR guy since he was the noob.
OMG CF is doomed. :)
-- 
LinkedIn: http://www.linkedin.com/pub/8/a4/60
Twitter:  http://twitter.com/RogerTheGeek
Google+:  https://plus.google.com/117357905892731200369

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


Re: Very disappointing statis

2011-12-14 Thread Mark Mandel

So, what are you going to do to promote ColdFusion more?

No point in complaining about the problem, unless you are going to propose
and implement some solutions :)

Mark

On Thu, Dec 15, 2011 at 3:02 AM, Robert Harrison  wrote:

>
> Very disappointing statistics for ColdFusion market penetration.
>
> http://w3techs.com/technologies/overview/programming_language/all
>
> Robert B. Harrison
> Director of Interactive Services
> Austin & Williams
> 125 Kennedy Drive, Suite 100
> Hauppauge NY 11788
> P : 631.231.6600 Ext. 119
> F : 631.434.7022
> http://www.austin-williams.com
>
> Great advertising can't be either/or.  It must be &.
>
> Plug in to our blog: A&W Unplugged
> http://www.austin-williams.com/unplugged
>
> 

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


Best practices: Google mapping

2011-12-14 Thread Jeff Gladnick

Is there a current state of the art for dealing with Google maps and 
coldfusion, especially asynchronously.  I've used cf_googlemap extensively in 
the past, but has anything eclipsed it? 

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


Re: URGENT: problem with latest hotfix

2011-12-14 Thread John M Bliss

> Out of curiousity, did you perform the steps in Section 1 or Section 2?

1

> With out seeing the server.log file that shows the output of the startup
- its hard to say. Even then it may not show why.

So weird. Looks like a normal startup to me...

"Information","main","12/14/11","14:55:24",,"Starting logging..."
"Information","main","12/14/11","14:55:24",,"Starting license..."
"Information","main","12/14/11","14:55:25",,"Standard Edition enabled"
"Information","main","12/14/11","14:55:25",,"Starting crypto..."
"Information","main","12/14/11","14:55:25",,"Starting security..."
"Information","main","12/14/11","14:55:25",,"Starting scheduler..."
"Information","main","12/14/11","14:55:25",,"Starting WatchService..."
"Information","main","12/14/11","14:55:25",,"Starting debugging..."
"Information","main","12/14/11","14:55:25",,"Starting sql..."
"Information","main","12/14/11","14:55:25",,"Pool Manager Started"
"Information","main","12/14/11","14:55:25",,"Starting mail..."
"Information","main","12/14/11","14:55:25",,"Starting runtime..."
"Information","main","12/14/11","14:55:25",,"CORBA Configuration not
enabled"
"Information","main","12/14/11","14:55:25",,"Starting cron..."
"Information","main","12/14/11","14:55:26",,"Starting registry..."
"Information","main","12/14/11","14:55:26",,"Starting client..."
"Information","main","12/14/11","14:55:26",,"Starting xmlrpc..."
"Information","main","12/14/11","14:55:26",,"Starting graphing..."
"Information","main","12/14/11","14:55:26",,"Starting verity..."
"Information","main","12/14/11","14:55:26",,"Starting archive..."
"Information","main","12/14/11","14:55:26",,"Starting document..."
"Information","main","12/14/11","14:55:26",,"Starting eventgateway..."
"Information","main","12/14/11","14:55:26",,"Starting FlexAssembler..."
"Information","main","12/14/11","14:55:26",,"Starting .NET..."
"Information","main","12/14/11","14:55:26",,"Starting Monitoring..."
"Information","main","12/14/11","14:55:26",,"ColdFusion started"

On Wed, Dec 14, 2011 at 3:33 PM, Wil Genovese  wrote:

>
> My guess is that because ColdFusion started on the seconds try that the
> patch was applied correctly. Windows just had issues doing the startup the
> first time.
>
> With out seeing the server.log file that shows the output of the startup -
> its hard to say. Even then it may not show why.
>
>
>
> Wil Genovese
> Sr. Web Application Developer/
> Systems Administrator
> CF Webtools
> www.cfwebtools.com
>
> wilg...@trunkful.com
> www.trunkful.com
>
> On Dec 14, 2011, at 3:30 PM, Donnie Bachan (Gmail) wrote:
>
> >
> > Out of curiousity, did you perform the steps in Section 1 or Section 2?
> >
> >
> > Donnie Bachan
> > "Nitendo Vinces - By Striving You Shall Conquer"
> > ==
> > The information transmitted is intended only for the person or entity to
> > which it is addressed and may contain confidential and/or privileged
> > material. Any review, retransmission, dissemination or other use of, or
> > taking of any action in reliance upon, this information by persons or
> > entities other than the intended recipient is prohibited. If you received
> > this in error, please contact the sender and delete the material from any
> > computer.
> >
> >
> >
> > On Wed, Dec 14, 2011 at 9:26 PM, John M Bliss 
> wrote:
> >>
> >> Yes. I (of course) did it quickly because I was attempting to keep
> downtime
> >> to a minimum:
> >>
> >> - click "yes" on the "are you sure you want to delete" dialog
> >> - see that files are gone
> >> - click "start service"
> >>
> >> On Wed, Dec 14, 2011 at 3:19 PM, Donnie Bachan (Gmail) <
> >> donnie.bac...@gmail.com> wrote:
> >>
> >>>
> >>> Did you ensure that all the old jar files referenced in point 5 were
> >>> removed? You need to stop all the instances and remove the jar files,
> >>> then attempt to restart.
> >>>
> >>> Best Regards,
> >>> Donnie Bachan
> >>> "Nitendo Vinces - By Striving You Shall Conquer"
> >>> ==
> >>> The information transmitted is intended only for the person or entity
> to
> >>> which it is addressed and may contain confidential and/or privileged
> >>> material. Any review, retransmission, dissemination or other use of, or
> >>> taking of any action in reliance upon, this information by persons or
> >>> entities other than the intended recipient is prohibited. If you
> received
> >>> this in error, please contact the sender and delete the material from
> any
> >>> computer.
> >>>
> >>>
> >>>
> >>> On Wed, Dec 14, 2011 at 9:14 PM, John M Bliss 
> >>> wrote:
> 
>  Event Type: Error
>  Event Source: ColdFusion 8 Application Server
>  Event Category: None
>  Event ID: 263
>  Date: 12/14/2011
>  Time: 2:59:12 PM
>  User: N/A
>  Description:
>  The ColdFusion 8 Application Server service killed process with pid
> 6916
>  (no such PID running on server any longer).
> 
>  

Re: URGENT: problem with latest hotfix

2011-12-14 Thread Wil Genovese

My guess is that because ColdFusion started on the seconds try that the patch 
was applied correctly. Windows just had issues doing the startup the first time.

With out seeing the server.log file that shows the output of the startup - its 
hard to say. Even then it may not show why.



Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

On Dec 14, 2011, at 3:30 PM, Donnie Bachan (Gmail) wrote:

> 
> Out of curiousity, did you perform the steps in Section 1 or Section 2?
> 
> 
> Donnie Bachan
> "Nitendo Vinces - By Striving You Shall Conquer"
> ==
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission, dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited. If you received
> this in error, please contact the sender and delete the material from any
> computer.
> 
> 
> 
> On Wed, Dec 14, 2011 at 9:26 PM, John M Bliss  wrote:
>> 
>> Yes. I (of course) did it quickly because I was attempting to keep downtime
>> to a minimum:
>> 
>> - click "yes" on the "are you sure you want to delete" dialog
>> - see that files are gone
>> - click "start service"
>> 
>> On Wed, Dec 14, 2011 at 3:19 PM, Donnie Bachan (Gmail) <
>> donnie.bac...@gmail.com> wrote:
>> 
>>> 
>>> Did you ensure that all the old jar files referenced in point 5 were
>>> removed? You need to stop all the instances and remove the jar files,
>>> then attempt to restart.
>>> 
>>> Best Regards,
>>> Donnie Bachan
>>> "Nitendo Vinces - By Striving You Shall Conquer"
>>> ==
>>> The information transmitted is intended only for the person or entity to
>>> which it is addressed and may contain confidential and/or privileged
>>> material. Any review, retransmission, dissemination or other use of, or
>>> taking of any action in reliance upon, this information by persons or
>>> entities other than the intended recipient is prohibited. If you received
>>> this in error, please contact the sender and delete the material from any
>>> computer.
>>> 
>>> 
>>> 
>>> On Wed, Dec 14, 2011 at 9:14 PM, John M Bliss 
>>> wrote:
 
 Event Type: Error
 Event Source: ColdFusion 8 Application Server
 Event Category: None
 Event ID: 263
 Date: 12/14/2011
 Time: 2:59:12 PM
 User: N/A
 Description:
 The ColdFusion 8 Application Server service killed process with pid 6916
 (no such PID running on server any longer).
 
 Event Type: Error
 Event Source: ColdFusion 8 Application Server
 Event Category: None
 Event ID: 261
 Date: 12/14/2011
 Time: 2:59:12 PM
 User: N/A
 Description:
 The ColdFusion 8 Application Server service could not be started within
>>> 240
 seconds.  Increase the server startup timeout value using
 C:\ColdFusion8\runtime\bin\jrunsvc.exe -starttimeout 
>>> "ColdFusion
 8 Application Server".
 
 
 
 On Wed, Dec 14, 2011 at 3:02 PM, Wil Genovese 
>>> wrote:
 
> 
> what error?
> 
> and read this on the subject of a patch failing
> http://www.trunkful.com/index.cfm/2011/3/7/When-the-Patch-Fails
> 
> Also, if the Feb Security patch also broke CF 8.0.1 if HotFix 4 was not
> already applied.
> 
> 
> 
>>> http://www.trunkful.com/index.cfm/2011/3/31/ColdFusion-Security-Update-Breaks-ColdFusion
> 
> 
> Wil Genovese
> Sr. Web Application Developer/
> Systems Administrator
> CF Webtools
> www.cfwebtools.com
> 
> wilg...@trunkful.com
> www.trunkful.com
> 
> On Dec 14, 2011, at 2:59 PM, John M Bliss wrote:
> 
>> 
>> Following instructions for 8.01 here:
>> http://kb2.adobe.com/cps/925/cpsid_92512.html
>> 
>> ...and CF Server service is not starting back up. Anyone have any
>>> advice
>> for me?
>> 
>> --
>> John Bliss - http://about.me/jbliss
>> 
>> 
>> 
> 
> 
 
 
>>> 
>>> 
>> 
>> 
> 
> 

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


Re: URGENT: problem with latest hotfix

2011-12-14 Thread Donnie Bachan (Gmail)

Out of curiosity, did you follow steps in Section 1 or Section 2?

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


Re: URGENT: problem with latest hotfix

2011-12-14 Thread Donnie Bachan (Gmail)

Out of curiousity, did you perform the steps in Section 1 or Section 2?


Donnie Bachan
"Nitendo Vinces - By Striving You Shall Conquer"
==
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.



On Wed, Dec 14, 2011 at 9:26 PM, John M Bliss  wrote:
>
> Yes. I (of course) did it quickly because I was attempting to keep downtime
> to a minimum:
>
> - click "yes" on the "are you sure you want to delete" dialog
> - see that files are gone
> - click "start service"
>
> On Wed, Dec 14, 2011 at 3:19 PM, Donnie Bachan (Gmail) <
> donnie.bac...@gmail.com> wrote:
>
>>
>> Did you ensure that all the old jar files referenced in point 5 were
>> removed? You need to stop all the instances and remove the jar files,
>> then attempt to restart.
>>
>> Best Regards,
>> Donnie Bachan
>> "Nitendo Vinces - By Striving You Shall Conquer"
>> ==
>> The information transmitted is intended only for the person or entity to
>> which it is addressed and may contain confidential and/or privileged
>> material. Any review, retransmission, dissemination or other use of, or
>> taking of any action in reliance upon, this information by persons or
>> entities other than the intended recipient is prohibited. If you received
>> this in error, please contact the sender and delete the material from any
>> computer.
>>
>>
>>
>> On Wed, Dec 14, 2011 at 9:14 PM, John M Bliss 
>> wrote:
>> >
>> > Event Type: Error
>> > Event Source: ColdFusion 8 Application Server
>> > Event Category: None
>> > Event ID: 263
>> > Date: 12/14/2011
>> > Time: 2:59:12 PM
>> > User: N/A
>> > Description:
>> > The ColdFusion 8 Application Server service killed process with pid 6916
>> > (no such PID running on server any longer).
>> >
>> > Event Type: Error
>> > Event Source: ColdFusion 8 Application Server
>> > Event Category: None
>> > Event ID: 261
>> > Date: 12/14/2011
>> > Time: 2:59:12 PM
>> > User: N/A
>> > Description:
>> > The ColdFusion 8 Application Server service could not be started within
>> 240
>> > seconds.  Increase the server startup timeout value using
>> > C:\ColdFusion8\runtime\bin\jrunsvc.exe -starttimeout 
>> "ColdFusion
>> > 8 Application Server".
>> >
>> >
>> >
>> > On Wed, Dec 14, 2011 at 3:02 PM, Wil Genovese 
>> wrote:
>> >
>> >>
>> >> what error?
>> >>
>> >> and read this on the subject of a patch failing
>> >> http://www.trunkful.com/index.cfm/2011/3/7/When-the-Patch-Fails
>> >>
>> >> Also, if the Feb Security patch also broke CF 8.0.1 if HotFix 4 was not
>> >> already applied.
>> >>
>> >>
>> >>
>> http://www.trunkful.com/index.cfm/2011/3/31/ColdFusion-Security-Update-Breaks-ColdFusion
>> >>
>> >>
>> >> Wil Genovese
>> >> Sr. Web Application Developer/
>> >> Systems Administrator
>> >> CF Webtools
>> >> www.cfwebtools.com
>> >>
>> >> wilg...@trunkful.com
>> >> www.trunkful.com
>> >>
>> >> On Dec 14, 2011, at 2:59 PM, John M Bliss wrote:
>> >>
>> >> >
>> >> > Following instructions for 8.01 here:
>> >> > http://kb2.adobe.com/cps/925/cpsid_92512.html
>> >> >
>> >> > ...and CF Server service is not starting back up. Anyone have any
>> advice
>> >> > for me?
>> >> >
>> >> > --
>> >> > John Bliss - http://about.me/jbliss
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
> 

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


Re: URGENT: problem with latest hotfix

2011-12-14 Thread John M Bliss

Yes. I (of course) did it quickly because I was attempting to keep downtime
to a minimum:

- click "yes" on the "are you sure you want to delete" dialog
- see that files are gone
- click "start service"

On Wed, Dec 14, 2011 at 3:19 PM, Donnie Bachan (Gmail) <
donnie.bac...@gmail.com> wrote:

>
> Did you ensure that all the old jar files referenced in point 5 were
> removed? You need to stop all the instances and remove the jar files,
> then attempt to restart.
>
> Best Regards,
> Donnie Bachan
> "Nitendo Vinces - By Striving You Shall Conquer"
> ==
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission, dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited. If you received
> this in error, please contact the sender and delete the material from any
> computer.
>
>
>
> On Wed, Dec 14, 2011 at 9:14 PM, John M Bliss 
> wrote:
> >
> > Event Type: Error
> > Event Source: ColdFusion 8 Application Server
> > Event Category: None
> > Event ID: 263
> > Date: 12/14/2011
> > Time: 2:59:12 PM
> > User: N/A
> > Description:
> > The ColdFusion 8 Application Server service killed process with pid 6916
> > (no such PID running on server any longer).
> >
> > Event Type: Error
> > Event Source: ColdFusion 8 Application Server
> > Event Category: None
> > Event ID: 261
> > Date: 12/14/2011
> > Time: 2:59:12 PM
> > User: N/A
> > Description:
> > The ColdFusion 8 Application Server service could not be started within
> 240
> > seconds.  Increase the server startup timeout value using
> > C:\ColdFusion8\runtime\bin\jrunsvc.exe -starttimeout 
> "ColdFusion
> > 8 Application Server".
> >
> >
> >
> > On Wed, Dec 14, 2011 at 3:02 PM, Wil Genovese 
> wrote:
> >
> >>
> >> what error?
> >>
> >> and read this on the subject of a patch failing
> >> http://www.trunkful.com/index.cfm/2011/3/7/When-the-Patch-Fails
> >>
> >> Also, if the Feb Security patch also broke CF 8.0.1 if HotFix 4 was not
> >> already applied.
> >>
> >>
> >>
> http://www.trunkful.com/index.cfm/2011/3/31/ColdFusion-Security-Update-Breaks-ColdFusion
> >>
> >>
> >> Wil Genovese
> >> Sr. Web Application Developer/
> >> Systems Administrator
> >> CF Webtools
> >> www.cfwebtools.com
> >>
> >> wilg...@trunkful.com
> >> www.trunkful.com
> >>
> >> On Dec 14, 2011, at 2:59 PM, John M Bliss wrote:
> >>
> >> >
> >> > Following instructions for 8.01 here:
> >> > http://kb2.adobe.com/cps/925/cpsid_92512.html
> >> >
> >> > ...and CF Server service is not starting back up. Anyone have any
> advice
> >> > for me?
> >> >
> >> > --
> >> > John Bliss - http://about.me/jbliss
> >> >
> >> >
> >> >
> >>
> >>
> >
> >
>
> 

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


Re: URGENT: problem with latest hotfix

2011-12-14 Thread Donnie Bachan (Gmail)

Did you ensure that all the old jar files referenced in point 5 were
removed? You need to stop all the instances and remove the jar files,
then attempt to restart.

Best Regards,
Donnie Bachan
"Nitendo Vinces - By Striving You Shall Conquer"
==
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.



On Wed, Dec 14, 2011 at 9:14 PM, John M Bliss  wrote:
>
> Event Type: Error
> Event Source: ColdFusion 8 Application Server
> Event Category: None
> Event ID: 263
> Date: 12/14/2011
> Time: 2:59:12 PM
> User: N/A
> Description:
> The ColdFusion 8 Application Server service killed process with pid 6916
> (no such PID running on server any longer).
>
> Event Type: Error
> Event Source: ColdFusion 8 Application Server
> Event Category: None
> Event ID: 261
> Date: 12/14/2011
> Time: 2:59:12 PM
> User: N/A
> Description:
> The ColdFusion 8 Application Server service could not be started within 240
> seconds.  Increase the server startup timeout value using
> C:\ColdFusion8\runtime\bin\jrunsvc.exe -starttimeout  "ColdFusion
> 8 Application Server".
>
>
>
> On Wed, Dec 14, 2011 at 3:02 PM, Wil Genovese  wrote:
>
>>
>> what error?
>>
>> and read this on the subject of a patch failing
>> http://www.trunkful.com/index.cfm/2011/3/7/When-the-Patch-Fails
>>
>> Also, if the Feb Security patch also broke CF 8.0.1 if HotFix 4 was not
>> already applied.
>>
>>
>> http://www.trunkful.com/index.cfm/2011/3/31/ColdFusion-Security-Update-Breaks-ColdFusion
>>
>>
>> Wil Genovese
>> Sr. Web Application Developer/
>> Systems Administrator
>> CF Webtools
>> www.cfwebtools.com
>>
>> wilg...@trunkful.com
>> www.trunkful.com
>>
>> On Dec 14, 2011, at 2:59 PM, John M Bliss wrote:
>>
>> >
>> > Following instructions for 8.01 here:
>> > http://kb2.adobe.com/cps/925/cpsid_92512.html
>> >
>> > ...and CF Server service is not starting back up. Anyone have any advice
>> > for me?
>> >
>> > --
>> > John Bliss - http://about.me/jbliss
>> >
>> >
>> >
>>
>>
>
> 

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


Re: URGENT: problem with latest hotfix

2011-12-14 Thread John M Bliss

Another:

Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7024
Date: 12/14/2011
Time: 2:59:12 PM
User: N/A
Description:
The ColdFusion 8 Application Server service terminated with
service-specific error 2 (0x2).


On Wed, Dec 14, 2011 at 3:14 PM, John M Bliss  wrote:

> Event Type: Error
> Event Source: ColdFusion 8 Application Server
> Event Category: None
> Event ID: 263
> Date: 12/14/2011
> Time: 2:59:12 PM
> User: N/A
> Description:
> The ColdFusion 8 Application Server service killed process with pid 6916
> (no such PID running on server any longer).
>
> Event Type: Error
> Event Source: ColdFusion 8 Application Server
> Event Category: None
> Event ID: 261
> Date: 12/14/2011
> Time: 2:59:12 PM
> User: N/A
> Description:
> The ColdFusion 8 Application Server service could not be started within
> 240 seconds.  Increase the server startup timeout value using
> C:\ColdFusion8\runtime\bin\jrunsvc.exe -starttimeout  "ColdFusion
> 8 Application Server".
>
>
>
> On Wed, Dec 14, 2011 at 3:02 PM, Wil Genovese wrote:
>
>>
>> what error?
>>
>> and read this on the subject of a patch failing
>> http://www.trunkful.com/index.cfm/2011/3/7/When-the-Patch-Fails
>>
>> Also, if the Feb Security patch also broke CF 8.0.1 if HotFix 4 was not
>> already applied.
>>
>>
>> http://www.trunkful.com/index.cfm/2011/3/31/ColdFusion-Security-Update-Breaks-ColdFusion
>>
>>
>> Wil Genovese
>> Sr. Web Application Developer/
>> Systems Administrator
>> CF Webtools
>> www.cfwebtools.com
>>
>> wilg...@trunkful.com
>> www.trunkful.com
>>
>> On Dec 14, 2011, at 2:59 PM, John M Bliss wrote:
>>
>> >
>> > Following instructions for 8.01 here:
>> > http://kb2.adobe.com/cps/925/cpsid_92512.html
>> >
>> > ...and CF Server service is not starting back up. Anyone have any advice
>> > for me?
>> >
>> > --
>> > John Bliss - http://about.me/jbliss
>> >
>> >
>> >
>>
>> 

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


Re: URGENT: problem with latest hotfix

2011-12-14 Thread John M Bliss

Event Type: Error
Event Source: ColdFusion 8 Application Server
Event Category: None
Event ID: 263
Date: 12/14/2011
Time: 2:59:12 PM
User: N/A
Description:
The ColdFusion 8 Application Server service killed process with pid 6916
(no such PID running on server any longer).

Event Type: Error
Event Source: ColdFusion 8 Application Server
Event Category: None
Event ID: 261
Date: 12/14/2011
Time: 2:59:12 PM
User: N/A
Description:
The ColdFusion 8 Application Server service could not be started within 240
seconds.  Increase the server startup timeout value using
C:\ColdFusion8\runtime\bin\jrunsvc.exe -starttimeout  "ColdFusion
8 Application Server".



On Wed, Dec 14, 2011 at 3:02 PM, Wil Genovese  wrote:

>
> what error?
>
> and read this on the subject of a patch failing
> http://www.trunkful.com/index.cfm/2011/3/7/When-the-Patch-Fails
>
> Also, if the Feb Security patch also broke CF 8.0.1 if HotFix 4 was not
> already applied.
>
>
> http://www.trunkful.com/index.cfm/2011/3/31/ColdFusion-Security-Update-Breaks-ColdFusion
>
>
> Wil Genovese
> Sr. Web Application Developer/
> Systems Administrator
> CF Webtools
> www.cfwebtools.com
>
> wilg...@trunkful.com
> www.trunkful.com
>
> On Dec 14, 2011, at 2:59 PM, John M Bliss wrote:
>
> >
> > Following instructions for 8.01 here:
> > http://kb2.adobe.com/cps/925/cpsid_92512.html
> >
> > ...and CF Server service is not starting back up. Anyone have any advice
> > for me?
> >
> > --
> > John Bliss - http://about.me/jbliss
> >
> >
> >
>
> 

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


Re: URGENT: problem with latest hotfix

2011-12-14 Thread Wil Genovese

what error? 

and read this on the subject of a patch failing
http://www.trunkful.com/index.cfm/2011/3/7/When-the-Patch-Fails

Also, if the Feb Security patch also broke CF 8.0.1 if HotFix 4 was not already 
applied.

http://www.trunkful.com/index.cfm/2011/3/31/ColdFusion-Security-Update-Breaks-ColdFusion
 


Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

On Dec 14, 2011, at 2:59 PM, John M Bliss wrote:

> 
> Following instructions for 8.01 here:
> http://kb2.adobe.com/cps/925/cpsid_92512.html
> 
> ...and CF Server service is not starting back up. Anyone have any advice
> for me?
> 
> -- 
> John Bliss - http://about.me/jbliss
> 
> 
> 

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


Re: URGENT: problem with latest hotfix

2011-12-14 Thread John M Bliss

UPDATE: after it failed to start and Windows gave up trying, I clicked
"start service" again and, that time, it started. Hope this helps someone.
Any idea what might have caused that?

On Wed, Dec 14, 2011 at 2:59 PM, John M Bliss  wrote:

> Following instructions for 8.01 here:
> http://kb2.adobe.com/cps/925/cpsid_92512.html
>
> ...and CF Server service is not starting back up. Anyone have any advice
> for me?
>
> --
> John Bliss - http://about.me/jbliss
>
>


-- 
John Bliss - http://about.me/jbliss


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


URGENT: problem with latest hotfix

2011-12-14 Thread John M Bliss

Following instructions for 8.01 here:
http://kb2.adobe.com/cps/925/cpsid_92512.html

...and CF Server service is not starting back up. Anyone have any advice
for me?

-- 
John Bliss - http://about.me/jbliss


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


Re: CF7 threads

2011-12-14 Thread Eric Roberts

Thanks!

On Wed, Dec 14, 2011 at 2:45 PM, Matthew Williams
wrote:

>
> And their support is active pretty much 24x7.  It's more expensive than
> SeeFusion (or at least, was when I was shopping for a solution), but
> their support crew really knows their stuff.
>
> --
> Matthew Williams
> Geodesic GraFX
> www.geodesicgrafx.com/blog
> twitter.com/ophbalance
>
>
> 

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


Re: CF7 threads

2011-12-14 Thread Matthew Williams

And their support is active pretty much 24x7.  It's more expensive than 
SeeFusion (or at least, was when I was shopping for a solution), but 
their support crew really knows their stuff.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: CF7 threads

2011-12-14 Thread Cameron Childress

There is a bit of documentation here:
http://www.seefusion.com/index.cfm?do=c_guide.main

The guys at Webapper have usually replied to me when I've had questions.
 You might ping them for help too.  Honestly though, tinkering with it
awhile is the best way to learn.  You start to notice little things just by
watching the data in the reporting.

Also, I would definitely look at FusionReactor as well.  SeeFusion is a
good product, but FusionReactor is a little more actively maintained.

-Cameron

On Wed, Dec 14, 2011 at 3:36 PM, Eric Roberts <
ow...@threeravensconsulting.com> wrote:

> It's looking like we might have a DB issue...every 11 seconds, it is
> becoming unresponsive for a few seconds.
>
> Is there any good online reference for configuring SeeFusion?  I would
> definitely like to look and learn so that as we are setting up CF9, we can
> get this set up right.


-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook  |
twitter |
google+ 


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


Re: CF7 threads

2011-12-14 Thread Eric Roberts

It's looking like we might have a DB issue...every 11 seconds, it is
becoming unresponsive for a few seconds.

Is there any good online reference for configuring SeeFusion?  I would
definitely like to look and learn so that as we are setting up CF9, we can
get this set up right.

Thanks for you help guys!
Eric

On Wed, Dec 14, 2011 at 2:21 PM, Eric Roberts <
ow...@threeravensconsulting.com> wrote:

> If i click on the trace button, we get a stack trace...so I am assuming
> that it is set up for them.  I am just not seeing them on the alerts...
>
>
> On Wed, Dec 14, 2011 at 2:16 PM, Cameron Childress wrote:
>
>>
>> I think that should attempt to run an on demand stack trace, just to make
>> sure they work.  That is also where I think the instructions probably
>> appear if you are not properly configured for stack traces.
>>
>> -Cameron
>>
>> On Wed, Dec 14, 2011 at 3:14 PM, Eric Roberts <
>> ow...@threeravensconsulting.com> wrote:
>>
>> >
>> > So by enabled does that mean click on the trace button in the stack
>> > section?
>> >
>> > On Wed, Dec 14, 2011 at 2:10 PM, Cameron Childress > > >wrote:
>> >
>> > >
>> > > On Wed, Dec 14, 2011 at 3:06 PM, Eric Roberts <
>> > > ow...@threeravensconsulting.com> wrote:
>> > >
>> > > > How do you include the stack trace in the email?  Is that a
>> "variable"
>> > > name
>> > > > in the alert set up?
>> > > >
>> > >
>> > > I want to say it does it by default once stack traces are enabled in
>> > > SeeFusion.  I can't remember.  I'd have to hop onto a client's VPN to
>> > take
>> > > a look at the configuration screen(s).  Give it a shot first and if
>> you
>> > > can't figure it out let me know and I will look.
>> > >
>> > > -Cameron
>> > >
>> > > --
>> > > Cameron Childress
>> > > --
>> > > p:   678.637.5072
>> > > im: cameroncf
>> > > facebook  |
>> > > twitter |
>> > > google+ 
>> > >
>> > > ...
>> > >
>> > >
>> > >
>> >
>> >
>>
>> 

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


Re: CF7 threads

2011-12-14 Thread Eric Roberts

If i click on the trace button, we get a stack trace...so I am assuming
that it is set up for them.  I am just not seeing them on the alerts...

On Wed, Dec 14, 2011 at 2:16 PM, Cameron Childress wrote:

>
> I think that should attempt to run an on demand stack trace, just to make
> sure they work.  That is also where I think the instructions probably
> appear if you are not properly configured for stack traces.
>
> -Cameron
>
> On Wed, Dec 14, 2011 at 3:14 PM, Eric Roberts <
> ow...@threeravensconsulting.com> wrote:
>
> >
> > So by enabled does that mean click on the trace button in the stack
> > section?
> >
> > On Wed, Dec 14, 2011 at 2:10 PM, Cameron Childress  > >wrote:
> >
> > >
> > > On Wed, Dec 14, 2011 at 3:06 PM, Eric Roberts <
> > > ow...@threeravensconsulting.com> wrote:
> > >
> > > > How do you include the stack trace in the email?  Is that a
> "variable"
> > > name
> > > > in the alert set up?
> > > >
> > >
> > > I want to say it does it by default once stack traces are enabled in
> > > SeeFusion.  I can't remember.  I'd have to hop onto a client's VPN to
> > take
> > > a look at the configuration screen(s).  Give it a shot first and if you
> > > can't figure it out let me know and I will look.
> > >
> > > -Cameron
> > >
> > > --
> > > Cameron Childress
> > > --
> > > p:   678.637.5072
> > > im: cameroncf
> > > facebook  |
> > > twitter |
> > > google+ 
> > >
> > > ...
> > >
> > >
> > >
> >
> >
>
> 

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


Re: CF7 threads

2011-12-14 Thread Cameron Childress

I think that should attempt to run an on demand stack trace, just to make
sure they work.  That is also where I think the instructions probably
appear if you are not properly configured for stack traces.

-Cameron

On Wed, Dec 14, 2011 at 3:14 PM, Eric Roberts <
ow...@threeravensconsulting.com> wrote:

>
> So by enabled does that mean click on the trace button in the stack
> section?
>
> On Wed, Dec 14, 2011 at 2:10 PM, Cameron Childress  >wrote:
>
> >
> > On Wed, Dec 14, 2011 at 3:06 PM, Eric Roberts <
> > ow...@threeravensconsulting.com> wrote:
> >
> > > How do you include the stack trace in the email?  Is that a "variable"
> > name
> > > in the alert set up?
> > >
> >
> > I want to say it does it by default once stack traces are enabled in
> > SeeFusion.  I can't remember.  I'd have to hop onto a client's VPN to
> take
> > a look at the configuration screen(s).  Give it a shot first and if you
> > can't figure it out let me know and I will look.
> >
> > -Cameron
> >
> > --
> > Cameron Childress
> > --
> > p:   678.637.5072
> > im: cameroncf
> > facebook  |
> > twitter |
> > google+ 
> >
> > ...
> >
> >
> >
>
> 

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


Re: CF7 threads

2011-12-14 Thread Eric Roberts

So by enabled does that mean click on the trace button in the stack section?

On Wed, Dec 14, 2011 at 2:10 PM, Cameron Childress wrote:

>
> On Wed, Dec 14, 2011 at 3:06 PM, Eric Roberts <
> ow...@threeravensconsulting.com> wrote:
>
> > How do you include the stack trace in the email?  Is that a "variable"
> name
> > in the alert set up?
> >
>
> I want to say it does it by default once stack traces are enabled in
> SeeFusion.  I can't remember.  I'd have to hop onto a client's VPN to take
> a look at the configuration screen(s).  Give it a shot first and if you
> can't figure it out let me know and I will look.
>
> -Cameron
>
> --
> Cameron Childress
> --
> p:   678.637.5072
> im: cameroncf
> facebook  |
> twitter |
> google+ 
>
> ...
>
>
> 

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


Re: CF7 threads

2011-12-14 Thread Cameron Childress

On Wed, Dec 14, 2011 at 3:06 PM, Eric Roberts <
ow...@threeravensconsulting.com> wrote:

> How do you include the stack trace in the email?  Is that a "variable" name
> in the alert set up?
>

I want to say it does it by default once stack traces are enabled in
SeeFusion.  I can't remember.  I'd have to hop onto a client's VPN to take
a look at the configuration screen(s).  Give it a shot first and if you
can't figure it out let me know and I will look.

-Cameron

-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook  |
twitter |
google+ 

...


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


Re: CF7 threads

2011-12-14 Thread Eric Roberts

Not sure on the stack trace...we are looking into that.  We have the alert
set 15 out of 16.  Our alerts go to a developer's group email that is sent
out to all of the developers.  Let me check on the stack trace and see if
that is set up and take a look.  Thanks guys!

How do you include the stack trace in the email?  Is that a "variable" name
in the alert set up?

Eric

On Wed, Dec 14, 2011 at 1:55 PM, Cameron Childress wrote:

>
> Eric-
>
> First, make sure SeeFusion is configured to do stack traces.  I don't have
> the admin in front of me and I can't remember where this is, but it
> shouldn't be hard to find.  I seem to remember that there is some minor
> tweak you sometimes have to make to CF to make them work.
>
> Next, in the alerts config, I usually setup am email alert to send me a
> stack trace when the threads are about to max out.  For example, if your
> max is 16, set this alert to fire off when you reach 14 of 15 concurrent
> threads.  You want to catch it when a problem is happening, but not when
> it's dying so bad that you can't get a good trace.  Also - I typically
> setup the alert to only tell me about the problem once every two minutes.
>  I can't remember that setting, but it's in the alert config.
>
> I usually setup a similar email alert for requests taking almost the max
> time allowed.  For example, if you have a request timeout of 30 seconds,
> have it email you a stack trace at 28 seconds, just before the shit hits
> the fan.  If you aren't using any timeouts, then just pick a number that
> you think means "something has gone terribly wrong and I'd like to know
> about it".
>
> Once you have a good stack trace or two, scour them for anything that looks
> out of place.  Essentially you will be looking at all the code that was
> executing inside CF when the problem happened.  If the trace doesn't make
> sense to you, sanitize a suspicious bit or two of it and post it to the
> list or somewhere on the web we can see it.
>
> Lastly - you may wan tto setup a gmail account to catch these emails.  If
> something goes real wrong, you may get lots of mail.
>
> -Cameron
>
> On Wed, Dec 14, 2011 at 2:46 PM, Eric Roberts <
> ow...@threeravensconsulting.com> wrote:
>
> > We do have alerts that let us know when we have maxed out the
> > threads...but i am not sure how to measure the character of that...if it
> > is, as Cam said...just a fat thread that is churning away, or a bunch of
> > queued threads awaiting a response from the DB.  I am pretty new here and
> > have never used SeeFusion before...so again, forgive my ignorance...
> >
>
>
> --
> Cameron Childress
> --
> p:   678.637.5072
> im: cameroncf
> facebook  |
> twitter |
> google+ 
>
> ...
>
>
> 

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


Re: CF7 threads

2011-12-14 Thread Cameron Childress

Eric-

First, make sure SeeFusion is configured to do stack traces.  I don't have
the admin in front of me and I can't remember where this is, but it
shouldn't be hard to find.  I seem to remember that there is some minor
tweak you sometimes have to make to CF to make them work.

Next, in the alerts config, I usually setup am email alert to send me a
stack trace when the threads are about to max out.  For example, if your
max is 16, set this alert to fire off when you reach 14 of 15 concurrent
threads.  You want to catch it when a problem is happening, but not when
it's dying so bad that you can't get a good trace.  Also - I typically
setup the alert to only tell me about the problem once every two minutes.
 I can't remember that setting, but it's in the alert config.

I usually setup a similar email alert for requests taking almost the max
time allowed.  For example, if you have a request timeout of 30 seconds,
have it email you a stack trace at 28 seconds, just before the shit hits
the fan.  If you aren't using any timeouts, then just pick a number that
you think means "something has gone terribly wrong and I'd like to know
about it".

Once you have a good stack trace or two, scour them for anything that looks
out of place.  Essentially you will be looking at all the code that was
executing inside CF when the problem happened.  If the trace doesn't make
sense to you, sanitize a suspicious bit or two of it and post it to the
list or somewhere on the web we can see it.

Lastly - you may wan tto setup a gmail account to catch these emails.  If
something goes real wrong, you may get lots of mail.

-Cameron

On Wed, Dec 14, 2011 at 2:46 PM, Eric Roberts <
ow...@threeravensconsulting.com> wrote:

> We do have alerts that let us know when we have maxed out the
> threads...but i am not sure how to measure the character of that...if it
> is, as Cam said...just a fat thread that is churning away, or a bunch of
> queued threads awaiting a response from the DB.  I am pretty new here and
> have never used SeeFusion before...so again, forgive my ignorance...
>


-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook  |
twitter |
google+ 

...


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


Re: CF7 threads

2011-12-14 Thread Eric Roberts

We are in the process of upgrading to 9 64 bit and hopefully, we should
have that accomplished by the end of January.  In fact, I am currently
combing through the code to make sure everything is compatible...the
upgrade (as well as a move from VSS to SVN) is one of my babies :-D.  We do
have and use SeeFusion.  The action in the threads shows that it is
executing a query, but the database itself is showing little to no
activity. We do have alerts that let us know when we have maxed out the
threads...but i am not sure how to measure the character of that...if it
is, as Cam said...just a fat thread that is churning away, or a bunch of
queued threads awaiting a response from the DB.  I am pretty new here and
have never used SeeFusion before...so again, forgive my ignorance...

Eric

On Wed, Dec 14, 2011 at 1:35 PM, Dave Watts  wrote:

>
> > Agreed 100%.  There is no "rule of thumb" for active threads, regardless
> of
> > what anyone may tell you or what you read on a fantastic blog.
>  Monitoring
> > is the ONLY way to know for sure what your performance problem is.
>
> I want to +1 this so much.
>
> Also, you might want to consider upgrading to a newer version, as they
> allow use of newer JVMs and generally perform better.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authorized
> instruction at our training centers, online, or onsit
>
> 

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


Re: CF7 threads

2011-12-14 Thread Dave Watts

> Agreed 100%.  There is no "rule of thumb" for active threads, regardless of
> what anyone may tell you or what you read on a fantastic blog.  Monitoring
> is the ONLY way to know for sure what your performance problem is.

I want to +1 this so much.

Also, you might want to consider upgrading to a newer version, as they
allow use of newer JVMs and generally perform better.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsit

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


Re:

2011-12-14 Thread Dave Watts

> So this would update and select the rows at the same time? Would I need to
> use transaction or would this guarantee if another request for the same
> query at the exact same time happened, it would not return or update the
> same rows?

The INSERTED scope corresponds to the record you're updating, so yes,
it's transaction-safe.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

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


RE:

2011-12-14 Thread Brook Davies

Bump... Casey - is this method thread safe?

-Original Message-
From: Brook Davies [mailto:cft...@logiforms.com] 
Sent: December-13-11 10:15 PM
To: cf-talk
Subject: RE: 


So this would update and select the rows at the same time? Would I need to
use transaction or would this guarantee if another request for the same
query at the exact same time happened, it would not return or update the
same rows?

Brook

-Original Message-
From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com]
Sent: December-13-11 6:29 PM
To: cf-talk
Subject: Re: 


On Tue, Dec 13, 2011 at 6:13 PM, Brook Davies  wrote:

> I guess my question is, will this lead to performance problems? Is 
> there a more elegant way to do this?
>

Are you using MS SQL server? If so you only need one query which will still
output rows like the first query with OUTPUT.

  
   update t1
   set t1.enabled = 0
   OUTPUT inserted.ID, inserted.cfc, inserted.runMethod, inserted.arguments,
inserted.frequency, inserted.frequencytype
   from scheduledTasks t1
   inner join scheduledTasks t2
   on t1.ID = t2.ID
where t2.enabled = 1
  and t2.nextDate < 
  and t2.startDate < 
  and t2.endDate > 
  






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


Re: CF7 threads

2011-12-14 Thread Cameron Childress

On Wed, Dec 14, 2011 at 2:26 PM, Eric Roberts <
ow...@threeravensconsulting.com> wrote:

> We have SeeFusion...
>

Having it isn't enough - you have to use it.  :)

Does SeeFusion tell you anything valuable?  High CPU?  High memory?  High
queues?  Stare at it for awhile and look for things that are out of place.
 Look for SQL calls that are abnormally long.  Take a stack trace when the
server is acting up and examine it (or post it for us to look at for you).

Definitely at a minimum I would make sure the SeeFusion SQL wrapper is
configured and that you have at least one alert setup to email you a stack
trace when threadcount gets close to it's max and when execution times get
close to max.

90% of the time those stack traces will tell you where your problem is.

-Cameron

-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook  |
twitter |
google+ 

...


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


Re: CF7 threads

2011-12-14 Thread Eric Roberts

We have SeeFusion...

Our servers are VMs that are assigned to a single core of a multicore
processor (we can add more to the VM obviously).

So with that said, would 20 be too much?  Could we go higher?  This is
kinda out of my realm, so forgive my ignorance on this.

Eric

On Wed, Dec 14, 2011 at 1:15 PM, Matthew Williams
wrote:

>
> That is a highly variable "it depends".  On a 4 core IBM Blade, I let CF
> have 25 max CF/JRun threads to play with.  Even then, things would just
> bomb out to hell if the database puked and started refusing connections
> (3 different database servers, several instances on each to handle
> database requests depending on where the data lived).  If you've not
> checked out FusionReactor or SeeFusion, it's helpful in finding out
> where the breaking point is.
>
> --
> Matthew Williams
> Geodesic GraFX
> www.geodesicgrafx.com/blog
> twitter.com/ophbalance
>
>
> 

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


Re: CF7 threads

2011-12-14 Thread Cameron Childress

On Wed, Dec 14, 2011 at 2:15 PM, Matthew Williams
wrote:

>  If you've not
> checked out FusionReactor or SeeFusion, it's helpful in finding out
> where the breaking point is.


Agreed 100%.  There is no "rule of thumb" for active threads, regardless of
what anyone may tell you or what you read on a fantastic blog.  Monitoring
is the ONLY way to know for sure what your performance problem is.

If you find that the CF server is waiting around alot for external calls
(DB, HTTP, etc) causing heavy queuing, then increasing threads might help.

If you find that CF is actively and heavily chugging along on all your
threads and they are just "heavy" then lowering your allowed threads might
help.

Even if you *guess* and change the threadcount, it will be hard to measure
real success of the change without monitoring in place.  Set it up, take a
baseline reading, then start carefully making changes one at a time.
 Measure the difference before/after and eventually you'll know what the
"best" setting is.

Re-evaluate frequently.

-Cameron

-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook  |
twitter |
google+ 


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


Re: CF7 threads

2011-12-14 Thread Matthew Williams

That is a highly variable "it depends".  On a 4 core IBM Blade, I let CF 
have 25 max CF/JRun threads to play with.  Even then, things would just 
bomb out to hell if the database puked and started refusing connections 
(3 different database servers, several instances on each to handle 
database requests depending on where the data lived).  If you've not 
checked out FusionReactor or SeeFusion, it's helpful in finding out 
where the breaking point is.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


CF7 threads

2011-12-14 Thread Eric Roberts

We are having some performance issues on our website and we are
contemplating increasing the number of threads.  It is currently set to
16.  What is a good number or how should we determine what a good number is
based on our system?  I believe it is on win2008 server and obviously it's
32 bit.  The is CF7...

Eric


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


Re: CF Builder 2 Express (free edition)

2011-12-14 Thread morgan lindley

Try: Preferences - > HTML -> JavaScript -> Typing -> Auto format code block
when typing closing brace

Not sure if that will do it or not, but seems the likely suspect.

On second look, in: Preferences - > HTML -> JavaScript -> Formatting, you
can select "No Formatting" in the drop-down box.

Alternatively, you can edit the formatting options to match your coding
style.



On Wed, Dec 14, 2011 at 11:49 AM, Rick Faircloth
wrote:

>
> Is there a "one-check box" that I can use to turn
> off all Javascript code formatting?
>
> I like to type in my JS in a certain style, but
> CFB is constantly reformatting my JS according to
> the preferences.  I've unchecked everything I can find
> to get CFB to leave my typed formatting alone, but it
> still re-formats what I type.
>
> Please tell me what to check or uncheck to keep this
> from happening.  I'm sure I've overlooked something.
>
> There out to be a single "leave everything that I type
> alone" checkbox that overrides all formatting.
>
> Suggestions?
>
> Thanks!
>
> Rick
>
>
>
> 

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


Re: Very disappointing statis

2011-12-14 Thread Russ Michaels

hacking up wordpress, Joomla and drupal sites is really all you need in the
PHP world though, these apps do almost everything most folks need, why pay
$thousands to build something from scratch if you can get the same result
from an off the shelf open source app in a few hours, even if customisation
is required, it is still less time/cost and requires less skills as you can
even automate the install and setup using Fantasico or Web Platform
Installer.
As much as I love CF, if I want to get something up quick, I will use one
of those PHP apps most of time, Mura is great, but it still requires a lot
more work and is lacking all the plugins and templates that the PHP
solutions have.
ColdFusion's advantage is most definitely in the enterprise, intranet,
bespoke market.


On Wed, Dec 14, 2011 at 5:39 PM, Raymond Camden wrote:

>
> *checks watch*
> Yep, about time for another CF is dead thread.
> *goes back to work*
>
> On Wed, Dec 14, 2011 at 11:34 AM, Casey Dougall
>  wrote:
> >
> > On Wed, Dec 14, 2011 at 12:21 PM, Cameron Childress  >wrote:
> >
> >> This is but a grain of sand on the beach of web development.  Look at
> the
> >> beach, not the individual grains of sand.
> >>
> >
> > Exactly.
> >
> > Almost 150,000,000 active websites on the interwebs. I've yet to run out
> of
> > ColdFusion work, and anyone I know doing php seems to just be hacking up
> > wordpress and drupal so no big loss there :-)
> >
> >
> >
>
> 

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


Re: Very disappointing statis

2011-12-14 Thread Casey Dougall

On Wed, Dec 14, 2011 at 12:59 PM, Judah McAuley wrote:

> Hey, I just heard Ray say that CF is dead! OMG, it must be true,
> spread the word!!!
>

Adobe could at least include it in the drop down menu ;-)


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


Re: Very disappointing statis

2011-12-14 Thread Judah McAuley

Hey, I just heard Ray say that CF is dead! OMG, it must be true,
spread the word!!!

On Wed, Dec 14, 2011 at 9:39 AM, Raymond Camden  wrote:
>
> *checks watch*
> Yep, about time for another CF is dead thread.
> *goes back to work*
>

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


Re: Too much space in a name

2011-12-14 Thread Maureen

This is almost always the best choice, especially if you are storing
the file name in a database and associating it to other data.


On Wed, Dec 14, 2011 at 3:16 AM, Kevin Parker  wrote:
>
> That had occurred to me but this crowd find new ways to name files that
> haven't been invented yet :-)
>
> The other option is I completely toss what they use and get the system to
> name the file.

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


CF Builder 2 Express (free edition)

2011-12-14 Thread Rick Faircloth

Is there a "one-check box" that I can use to turn 
off all Javascript code formatting?

I like to type in my JS in a certain style, but
CFB is constantly reformatting my JS according to
the preferences.  I've unchecked everything I can find
to get CFB to leave my typed formatting alone, but it
still re-formats what I type.

Please tell me what to check or uncheck to keep this
from happening.  I'm sure I've overlooked something.

There out to be a single "leave everything that I type
alone" checkbox that overrides all formatting.

Suggestions?

Thanks!

Rick



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


Re: Very disappointing statis

2011-12-14 Thread Raymond Camden

*checks watch*
Yep, about time for another CF is dead thread.
*goes back to work*

On Wed, Dec 14, 2011 at 11:34 AM, Casey Dougall
 wrote:
>
> On Wed, Dec 14, 2011 at 12:21 PM, Cameron Childress wrote:
>
>> This is but a grain of sand on the beach of web development.  Look at the
>> beach, not the individual grains of sand.
>>
>
> Exactly.
>
> Almost 150,000,000 active websites on the interwebs. I've yet to run out of
> ColdFusion work, and anyone I know doing php seems to just be hacking up
> wordpress and drupal so no big loss there :-)
>
>
> 

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


Re: Very disappointing statis

2011-12-14 Thread Casey Dougall

On Wed, Dec 14, 2011 at 12:21 PM, Cameron Childress wrote:

> This is but a grain of sand on the beach of web development.  Look at the
> beach, not the individual grains of sand.
>

Exactly.

Almost 150,000,000 active websites on the interwebs. I've yet to run out of
ColdFusion work, and anyone I know doing php seems to just be hacking up
wordpress and drupal so no big loss there :-)


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


Re: Very disappointing statis

2011-12-14 Thread Cameron Childress

On Wed, Dec 14, 2011 at 11:02 AM, Robert Harrison <
rob...@austin-williams.com> wrote:

> Very disappointing statistics for ColdFusion market penetration.
>

This is but a grain of sand on the beach of web development.  Look at the
beach, not the individual grains of sand.

-Cameron

-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook  |
twitter |
google+ 


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


Re: Very disappointing statis

2011-12-14 Thread Kelly Matthews

Yep several sites I rebuilt I use HTML files to process CF as well so they 
wouldn't lose their search engine positions etc. 

Kelly Matthews
Sr. Web Developer
CF Webtools
www.cfwebtools.com

On Dec 14, 2011, at 12:18 PM, Wil Genovese wrote:

> 
> Plus, many sites don't even have a way to show that ColdFusion (or any other 
> language) is being used.   
> 
> Politico for example is a HUGE ColdFusion powered site that generates dynamic 
> content with CF and builds HTML files. 
> The United Nations websites does the same with ColdFusion. 
> There are a ton of Government sites using ColdFusion  - Does Alexa even rank 
> Government sites?
> 
> Google this  filetype:cfm  
> But this still only finds actual .cfm files and not any site that uses SES 
> URL's.  
> 
> 
> Wil Genovese
> Sr. Web Application Developer/
> Systems Administrator
> CF Webtools
> www.cfwebtools.com
> 
> wilg...@trunkful.com
> www.trunkful.com
> 
> On Dec 14, 2011, at 10:39 AM, Justin Scott wrote:
> 
>> 
>>> Very disappointing statistics for ColdFusion market penetration.
>>> http://w3techs.com/technologies/overview/programming_language/all
>> 
>> I'm actually surprised it's as high as it is given their methodology.
>> They claim to look at the top one million (or thereabouts) websites as
>> ranked by Alexa.  These are going to be popular, public, relatively
>> high-traffic sites which is not ColdFusion's bread and butter.
>> 
>> ColdFusion has a huge market "behind the firewall" in corporate and
>> government intranets and other places that these kinds of surveys
>> can't report on.  PHP will usually dominate these kinds of surveys
>> because of popular open source tools that can be deployed by less
>> technical users, such as forums, content management systems, and
>> blogging tools such as WordPress.  Contrary to reports like this,
>> ColdFusion is alive and well in the enterprise.  It's less popular for
>> public websites than other languages, but that doesn't concern me in
>> the least.
>> 
>> 
>> -Justin Scott
>> 
>> 
> 
> 

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


Re: Very disappointing statis

2011-12-14 Thread Wil Genovese

Plus, many sites don't even have a way to show that ColdFusion (or any other 
language) is being used.   

Politico for example is a HUGE ColdFusion powered site that generates dynamic 
content with CF and builds HTML files. 
The United Nations websites does the same with ColdFusion. 
There are a ton of Government sites using ColdFusion  - Does Alexa even rank 
Government sites?

Google this  filetype:cfm  
But this still only finds actual .cfm files and not any site that uses SES 
URL's.  


Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

On Dec 14, 2011, at 10:39 AM, Justin Scott wrote:

> 
>> Very disappointing statistics for ColdFusion market penetration.
>> http://w3techs.com/technologies/overview/programming_language/all
> 
> I'm actually surprised it's as high as it is given their methodology.
> They claim to look at the top one million (or thereabouts) websites as
> ranked by Alexa.  These are going to be popular, public, relatively
> high-traffic sites which is not ColdFusion's bread and butter.
> 
> ColdFusion has a huge market "behind the firewall" in corporate and
> government intranets and other places that these kinds of surveys
> can't report on.  PHP will usually dominate these kinds of surveys
> because of popular open source tools that can be deployed by less
> technical users, such as forums, content management systems, and
> blogging tools such as WordPress.  Contrary to reports like this,
> ColdFusion is alive and well in the enterprise.  It's less popular for
> public websites than other languages, but that doesn't concern me in
> the least.
> 
> 
> -Justin Scott
> 
> 

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


Re: Very disappointing statis

2011-12-14 Thread John M Bliss

> Any stats that look more promising than this?

http://www.adobe.com/products/coldfusion/pdfs/adobecoldfusionevangelismkit.pdf


On Wed, Dec 14, 2011 at 11:00 AM, Robert Harrison <
rob...@austin-williams.com> wrote:

>
> > ColdFusion has a huge market "behind the firewall" in corporate and
> government intranets and other places that these kinds of surveys can't
> report on
>
> That may be true. Does anyone know of solid statistics on CF market share
> of CMS driven sites. Any stats that look more promising than this?
>
> Robert B. Harrison
> Director of Interactive Services
> Austin & Williams
> 125 Kennedy Drive, Suite 100
> Hauppauge NY 11788
> P : 631.231.6600 Ext. 119
> F : 631.434.7022
> http://www.austin-williams.com
>
> Great advertising can't be either/or.  It must be &.
>
> Plug in to our blog: A&W Unplugged
> http://www.austin-williams.com/unplugged
>
> 

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


RE: Very disappointing statis

2011-12-14 Thread Robert Harrison

> ColdFusion has a huge market "behind the firewall" in corporate and 
> government intranets and other places that these kinds of surveys can't 
> report on

That may be true. Does anyone know of solid statistics on CF market share of 
CMS driven sites. Any stats that look more promising than this?

Robert B. Harrison
Director of Interactive Services
Austin & Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be &.

Plug in to our blog: A&W Unplugged
http://www.austin-williams.com/unplugged

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


Re: Very disappointing statis

2011-12-14 Thread Dave Watts

> Please correct me if I am wrong. But doesn't Javascript run Client
> side? Is there a way to make Javascript run on the server and not on
> the client? If so, that would solve some issues I've been having. :)

JavaScript can run anywhere there's a JavaScript interpreter. In the
context of a CF web application, the only place JavaScript can run is
the client, because CF is doing the server-side stuff. But when
JavaScript first came out ("LiveScript") there was a server-side
interpreter for it. You can run JS batch files in Windows. JS is used
in Flex applications, where it's called ActionScript.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

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


Re: Very disappointing statis

2011-12-14 Thread Claude Schnéegans

 >>All credibility is lost with that statement.

No, there used to be a server side Javascript language, during the good times 
of Netscape.
This language was a PITA, but it did exist.

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


Re: Very disappointing statis

2011-12-14 Thread Justin Scott

> Very disappointing statistics for ColdFusion market penetration.
> http://w3techs.com/technologies/overview/programming_language/all

I'm actually surprised it's as high as it is given their methodology.
They claim to look at the top one million (or thereabouts) websites as
ranked by Alexa.  These are going to be popular, public, relatively
high-traffic sites which is not ColdFusion's bread and butter.

ColdFusion has a huge market "behind the firewall" in corporate and
government intranets and other places that these kinds of surveys
can't report on.  PHP will usually dominate these kinds of surveys
because of popular open source tools that can be deployed by less
technical users, such as forums, content management systems, and
blogging tools such as WordPress.  Contrary to reports like this,
ColdFusion is alive and well in the enterprise.  It's less popular for
public websites than other languages, but that doesn't concern me in
the least.


-Justin Scott

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


Re: Very disappointing statis

2011-12-14 Thread Phillip Vector

I still wouldn't give it credence.. Don't forget, the web is a big
place. Allot of the sites visited are probably forums and such (which
php is dominant). Any company wanting quality will go for CF or
ASP.Net.

On Wed, Dec 14, 2011 at 8:14 AM, Robert Harrison
 wrote:
>
> Yes you can run JS server side. It's rare: http://en.wikipedia.org/wiki/Nodejs
>
> However, the focus is 1.2% ColdFusion. OMG.
>
> Robert B. Harrison
> Director of Interactive Services
> Austin & Williams
> 125 Kennedy Drive, Suite 100
> Hauppauge NY 11788
> P : 631.231.6600 Ext. 119
> F : 631.434.7022
> http://www.austin-williams.com
>
> Great advertising can't be either/or.  It must be &.
>
> Plug in to our blog: A&W Unplugged
> http://www.austin-williams.com/unplugged
>
> 

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


RE: Very disappointing statis

2011-12-14 Thread Robert Harrison

Yes you can run JS server side. It's rare: http://en.wikipedia.org/wiki/Nodejs 

However, the focus is 1.2% ColdFusion. OMG.  

Robert B. Harrison
Director of Interactive Services
Austin & Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be &.

Plug in to our blog: A&W Unplugged
http://www.austin-williams.com/unplugged

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


Re: Very disappointing statis

2011-12-14 Thread Dan Baughman

http://nodejs.org/

On Wed, Dec 14, 2011 at 9:11 AM, Phillip Vector
wrote:

>
> Please correct me if I am wrong. But doesn't Javascript run Client
> side? Is there a way to make Javascript run on the server and not on
> the client? If so, that would solve some issues I've been having. :)
>
> On Wed, Dec 14, 2011 at 8:08 AM, Dan Baughman 
> wrote:
> >
> > Because you think node.js is more popular?
> >
> > On Wed, Dec 14, 2011 at 9:06 AM, Phillip Vector
> > wrote:
> >
> >>
> >> "The following server-side programming languages are used by less than
> >> 0.1% of the websites
> >>
> >>JavaScript"
> >>
> >> All credibility is lost with that statement.
> >>
> >> On Wed, Dec 14, 2011 at 8:02 AM, Robert Harrison
> >>  wrote:
> >> >
> >> > Very disappointing statistics for ColdFusion market penetration.
> >> >
> >> > http://w3techs.com/technologies/overview/programming_language/all
> >> >
> >> > Robert B. Harrison
> >> > Director of Interactive Services
> >> > Austin & Williams
> >> > 125 Kennedy Drive, Suite 100
> >> > Hauppauge NY 11788
> >> > P : 631.231.6600 Ext. 119
> >> > F : 631.434.7022
> >> > http://www.austin-williams.com
> >> >
> >> > Great advertising can't be either/or.  It must be &.
> >> >
> >> > Plug in to our blog: A&W Unplugged
> >> > http://www.austin-williams.com/unplugged
> >> >
> >> >
> >>
> >>
> >
> >
>
> 

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


Re: Very disappointing statis

2011-12-14 Thread Phillip Vector

Please correct me if I am wrong. But doesn't Javascript run Client
side? Is there a way to make Javascript run on the server and not on
the client? If so, that would solve some issues I've been having. :)

On Wed, Dec 14, 2011 at 8:08 AM, Dan Baughman  wrote:
>
> Because you think node.js is more popular?
>
> On Wed, Dec 14, 2011 at 9:06 AM, Phillip Vector
> wrote:
>
>>
>> "The following server-side programming languages are used by less than
>> 0.1% of the websites
>>
>>    JavaScript"
>>
>> All credibility is lost with that statement.
>>
>> On Wed, Dec 14, 2011 at 8:02 AM, Robert Harrison
>>  wrote:
>> >
>> > Very disappointing statistics for ColdFusion market penetration.
>> >
>> > http://w3techs.com/technologies/overview/programming_language/all
>> >
>> > Robert B. Harrison
>> > Director of Interactive Services
>> > Austin & Williams
>> > 125 Kennedy Drive, Suite 100
>> > Hauppauge NY 11788
>> > P : 631.231.6600 Ext. 119
>> > F : 631.434.7022
>> > http://www.austin-williams.com
>> >
>> > Great advertising can't be either/or.  It must be &.
>> >
>> > Plug in to our blog: A&W Unplugged
>> > http://www.austin-williams.com/unplugged
>> >
>> >
>>
>>
>
> 

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


RE: Very disappointing statis

2011-12-14 Thread Robert Harrison

> The following server-side programming languages are used by less than 0.1% of 
> the websites
>JavaScript

>>  All credibility is lost with that statement

I don't think so.   There are a few people using Javascript on the server. I've 
actually seen it once. Crazy, but nonetheless it is real. 



Robert B. Harrison
Director of Interactive Services
Austin & Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be &.

Plug in to our blog: A&W Unplugged
http://www.austin-williams.com/unplugged

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


Re: Very disappointing statis

2011-12-14 Thread Dan Baughman

Because you think node.js is more popular?

On Wed, Dec 14, 2011 at 9:06 AM, Phillip Vector
wrote:

>
> "The following server-side programming languages are used by less than
> 0.1% of the websites
>
>JavaScript"
>
> All credibility is lost with that statement.
>
> On Wed, Dec 14, 2011 at 8:02 AM, Robert Harrison
>  wrote:
> >
> > Very disappointing statistics for ColdFusion market penetration.
> >
> > http://w3techs.com/technologies/overview/programming_language/all
> >
> > Robert B. Harrison
> > Director of Interactive Services
> > Austin & Williams
> > 125 Kennedy Drive, Suite 100
> > Hauppauge NY 11788
> > P : 631.231.6600 Ext. 119
> > F : 631.434.7022
> > http://www.austin-williams.com
> >
> > Great advertising can't be either/or.  It must be &.
> >
> > Plug in to our blog: A&W Unplugged
> > http://www.austin-williams.com/unplugged
> >
> >
>
> 

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


Re: Very disappointing statis

2011-12-14 Thread Phillip Vector

"The following server-side programming languages are used by less than
0.1% of the websites

JavaScript"

All credibility is lost with that statement.

On Wed, Dec 14, 2011 at 8:02 AM, Robert Harrison
 wrote:
>
> Very disappointing statistics for ColdFusion market penetration.
>
> http://w3techs.com/technologies/overview/programming_language/all
>
> Robert B. Harrison
> Director of Interactive Services
> Austin & Williams
> 125 Kennedy Drive, Suite 100
> Hauppauge NY 11788
> P : 631.231.6600 Ext. 119
> F : 631.434.7022
> http://www.austin-williams.com
>
> Great advertising can't be either/or.  It must be &.
>
> Plug in to our blog: A&W Unplugged
> http://www.austin-williams.com/unplugged
>
> 

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


Very disappointing statis

2011-12-14 Thread Robert Harrison

Very disappointing statistics for ColdFusion market penetration. 

http://w3techs.com/technologies/overview/programming_language/all 

Robert B. Harrison
Director of Interactive Services
Austin & Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be &.

Plug in to our blog: A&W Unplugged
http://www.austin-williams.com/unplugged

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


Re: Too much space in a name

2011-12-14 Thread Claude Schnéegans

 >>The other option is I completely toss what they use and get the system to
name the file.

I always rename the file using CreateUUID() and store both the original and new 
name in the database.
This way I can reset the original name when visitors download the file.
But beside uploading and downloading, my system never has to use the original 
name.

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


RE: Too much space in a name

2011-12-14 Thread Kevin Parker

That had occurred to me but this crowd find new ways to name files that
haven't been invented yet :-)

The other option is I completely toss what they use and get the system to
name the file.


++
Kevin Parker
Advanced Imaging

e: webmas...@advancedimaging.com.au
w: www.advancedimaging.com.au
m: 0418 815 527

++

http://au.linkedin.com/in/krparker


-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Wednesday, 14 December 2011 21:45
To: cf-talk
Subject: Re: Too much space in a name


why not rename files when they are uploaded.
Replace SPACE with UNDERSCORE


--

Russ Michaels

www.bluethunderinternet.com  : Business hosting services & solutions
www.cfmldeveloper.com    : ColdFusion developer community
www.michaels.me.uk   : my blog www.cfsearch.com :
ColdFusion search engine

sky



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


Re: Too much space in a name

2011-12-14 Thread Russ Michaels

why not rename files when they are uploaded.
Replace SPACE with UNDERSCORE


--

Russ Michaels

www.bluethunderinternet.com  : Business hosting services & solutions
www.cfmldeveloper.com    : ColdFusion developer community
www.michaels.me.uk   : my blog
www.cfsearch.com : ColdFusion search engine

sky

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


RE: Too much space in a name

2011-12-14 Thread Kevin Parker

Resolved - error by the admin in specifying the correct file path in the
admin system (it's always something simple isn't it :-)


++
Kevin Parker
Advanced Imaging

e: webmas...@advancedimaging.com.au
w: www.advancedimaging.com.au
m: 0418 815 527

++

http://au.linkedin.com/in/krparker


-Original Message-
From: Kevin Parker [mailto:tras...@internode.on.net] 
Sent: Wednesday, 14 December 2011 20:29
To: cf-talk
Subject: Too much space in a name


I think I'm on the right track with this problem but I'm not sure how to
treat it.

Site has a backend facility that allows admins to upload files. Despite my
best advice they do on the odd occasion upload a file with spaces in the
file name e.g. "my file.doc"

When I output the file name and link in the query the page renders it as
"my%20file.doc" which I don't have a problem with. However, when I do a
CFDIRECTORY to get the file size, SIZE is returning nothing and this
generates a..

The value '' cannot be converted to a number.

when I try to process the file size for display on the screen.

I suspect its got something to do with the space in the file name i.e.
CFDIRECTORY can't find the file, but I'm not sure how to treat this problem.

Any advice please.


++
Kevin Parker
Advanced Imaging

e: webmas...@advancedimaging.com.au
w: www.advancedimaging.com.au
m: 0418 815 527

++

http://au.linkedin.com/in/krparker





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


Too much space in a name

2011-12-14 Thread Kevin Parker

I think I'm on the right track with this problem but I'm not sure how to
treat it.

Site has a backend facility that allows admins to upload files. Despite my
best advice they do on the odd occasion upload a file with spaces in the
file name e.g. "my file.doc"

When I output the file name and link in the query the page renders it as
"my%20file.doc" which I don't have a problem with. However, when I do a
CFDIRECTORY to get the file size, SIZE is returning nothing and this
generates a..

The value '' cannot be converted to a number.

when I try to process the file size for display on the screen.

I suspect its got something to do with the space in the file name i.e.
CFDIRECTORY can't find the file, but I'm not sure how to treat this problem.

Any advice please.


++
Kevin Parker
Advanced Imaging

e: webmas...@advancedimaging.com.au
w: www.advancedimaging.com.au
m: 0418 815 527

++

http://au.linkedin.com/in/krparker



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