RE: Enable Request Debugging Output not working

2015-04-06 Thread David Phelan

Andrew,

IIS will capture CF errors and display friendly error messages if it is set to. 
 The debugging output, however, should display regardless of this setting as, 
as you stated, it is not an error.  I would look at the source to see if the 
output is being generated and simply being hidden by a code  or CSS change.  I 
know  that I've had that happen to me.  Also check to see that the setting in 
the CF admin has not changes to display the output in "dockable" state.  If you 
have your browser set to open everything in new tabs, the output would be on a 
different tab.  I would also, as Russ stated, look for CFSETTING tags that 
might be disabling the output.

But if it suddenly stopped working, then I would suspect an unclosed tag or CSS 
change.

Dave

-Original Message-
From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Monday, April 06, 2015 2:17 AM
To: cf-talk
Subject: Re: Enable Request Debugging Output not working


Not to mention the display friendly error messages in IIS, is for ASP!!

Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411


On Mon, Apr 6, 2015 at 12:24 PM, Russ Michaels  wrote:

>
> yes that is true, however debug output is not an error, it is the 
> debugging information that added to the bottom of a page.
>
>




~|
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:360385
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: 500 error/Permission issue with IIS 7

2015-03-31 Thread David Phelan

I have run into this very issue.  If I remember, it ended up being a corruption 
in the web.config default documents.  Try rebuilding that section.

Dave

-Original Message-
From: Gerald Guido [mailto:gerald.gu...@gmail.com] 
Sent: Friday, March 27, 2015 1:52 PM
To: cf-talk
Subject: 500 error/Permission issue with IIS 7


I have been down the rabbit hole with this all day and have not been able to 
figure this out. I have been all over The Google with no love.

We followed the CF 11 lockdown guide and got everything working fine for 2 
domains/applications. We went to set up a third domain that uses subdirectories 
as the root directory for seperate applications and we get a
500 error (details below) when we hit a subdirectory like so:

http://www.mydomain.com/somedir/

But if I add index.cfm to the URL like below everything works fine.

http://www.mydomain.com/somedir/index.cfm

 And, yes, the default document is set to index.cfm and the permissions for all 
the sub directories are identical to the domains what work (as per the lockdown 
guide).

IIS error details

Module IsapiModule
Notification ExecuteRequestHandler
Handler cfmHandler
Error Code 0x80004005


Anyone have an idea how to remedy this situation?

As always, many TIA,

G!


*Gerald Anthony Guido*
Nullius in verba 
-- Horace

learn.geraldguido.com
Twitter 
Facebook 




~|
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:360315
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Can you use a CFTHREAD inside an Ajax routine?

2015-03-12 Thread David Phelan

Steven,

What is it that is telling you that the thread is not running?  What is it 
supposed to do that it is not, manipulate the file system, execute a stored 
procedure?  Is it supposed to return a value that you are not seeing?  Remember 
that a function that initiates a thread will continue to run without waiting 
for the thread to finish unless a join action is performed.

Dave

-Original Message-
From: Bobby [mailto:bo...@acoderslife.com] 
Sent: Thursday, March 12, 2015 10:49 AM
To: cf-talk
Subject: Re: Can you use a CFTHREAD inside an Ajax routine?


When you say it doesn¹t generate any errors, do you mean that you¹ve looked 
through the exception logs? Unless you are trapping it with try/catch or a 
custom error handler, that¹s the only place you would discover that an error 
happened in a cfthread that you are spawning and forgetting.

On 3/5/15, 3:47 PM, "John Pullam"  wrote:

>
>It seems to me that the CFTHREAD I attempt to start from inside an Ajax 
>routine (triggered by a CFWINDOW) never runs and doesn't generate any 
>error message. Can anyone advise if this is a legitimate thing to do?
>
>



~|
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:360256
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Adobe ColdFusion Blog futzed?

2015-01-09 Thread David Phelan

Seems to be OK for me.

-Original Message-
From: george.e...@ssa.gov george.e...@ssa.gov [mailto:george.e...@ssa.gov] 
Sent: Friday, January 09, 2015 8:50 AM
To: cf-talk
Subject: Adobe ColdFusion Blog futzed?


Is it just me or is the Adobe ColdFusion Blog (http://blogs.coldfusion.com/) 
messed up?

I go to the home page and there are only two entries, one for Jan 1, 2015, and 
another for December 18, 2014. Nothing else, not even links to go anywhere else.

If I go to one of those two pages I then get the right sidebar with links to 
other pages and sections, but even if I go to the archives for each month they 
are incomplete.

George 



~|
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:359931
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Trouble with ArrayAppend

2014-12-30 Thread David Phelan

Dean,

This got pushed into my junk mail. 

What is making the call to the web service?  If it is JavaScript, which it 
sounds like, then the result needs to be in a format that can be parsed by js.  
JavaScript does not understand CF objects hence the need to serialize the 
result or transform it to XML and parse the XML on the client side.  Another 
option for doing that is to set the return format of the function to json, 
which can be done on the fly by passing the parameter into the function when a 
json result is required (returnformat="json").

Dave

-Original Message-
From: Dean Lawrence [mailto:dean...@gmail.com] 
Sent: Monday, December 22, 2014 3:28 PM
To: cf-talk
Subject: Re: Trouble with ArrayAppend


Hi David,

Yes, the tmpAddress variable is var scoped at the top of the method. I tried 
your suggestion of re-initializing the struct with each iteration, but it did 
not change the results.

I've been doing some more testing and have found that, if I serialize the 
entire result to JSON prior to returning the data to the calling client, that 
the structures inside the array are populated properly. So the issue is when 
passing the results back as a CF struct. Again though, this is only if the CFC 
is called as a webservice, it works fine when called directly from a CF 
template. Quite odd.

On Mon, Dec 22, 2014 at 9:15 AM, David Phelan 
wrote:

>
> Dean,
>
> First, is tmpAddress var scoped at the top of your function?
>
> I would try initializing tmpAddress on each iteration.
>
> for (var Address in Deal.getAddresses()){
> tmpAddress = StructNew();
> 
> }
>
> Dave
>
> -Original Message-
> From: Dean Lawrence [mailto:dean...@gmail.com]
> Sent: Saturday, December 20, 2014 12:19 PM
> To: cf-talk
> Subject: Re: Trouble with ArrayAppend
>
>
> Ok, I just tried calling the same method directly from a CF template 
> and the structures populated properly. It is only when I am calling it 
> as a webservice that the structs are empty.
>
> On Sat, Dec 20, 2014 at 12:10 PM, Dean Lawrence  wrote:
>
> > Thanks Rodney. I was hoping that what you suggested would work, but 
> > unfortunately, it did not. I tried it in both ACF 10 and ACF 11. I'm 
> > still left with empty structs inside the array.
> >
> > On Sat, Dec 20, 2014 at 11:22 AM, Rodney Enke  wrote:
> >
> >>
> >> I believe you are just passing a reference of the tmpAddress to the 
> >> array, so it is being overridden with each loop. Try the following 
> >> to insert a copy of the structure into the array instead:
> >>
> >> ArrayAppend(results.Deal.addresses,duplicate(tmpAddress));
> >>
> >> -
> >> Rodney
> >>
> >> On Fri, Dec 19, 2014 at 4:39 PM, Dean Lawrence 
> wrote:
> >>
> >> >
> >> > I have a remote method which is retrieving a deal object, 
> >> > populating a structure and returning it to the client requesting 
> >> > it. This is all well and good. However, the deal object has 
> >> > multiple address objects
> >> associated
> >> > to it. When looping over these addresses, I am having trouble 
> >> > adding
> >> them
> >> > to an array. Here is my code:
> >> >
> >> > for (Address in Deal.getAddresses()){
> >> > tmpAddress.street = Address.getStreet();
> >> > tmpAddress.street2 = Address.getStreet2();
> >> > tmpAddress.city = Address.getCity();
> >> > tmpAddress.state = Address.getState();
> >> > tmpAddress.postalcode = Address.getPostalcode();
> >> > tmpAddress.phone = Address.getPhone();
> >> > ArrayAppend(results.Deal.addresses,tmpAddress);
> >> > }
> >> >
> >> > The problem that I am having is that the results.Deal.addresses 
> >> > key
> >> ends up
> >> > with an array of empty structures, the total number matching the 
> >> > total addresses associated to this deal. So in my test case, the 
> >> > deal that I
> >> am
> >> > working on has a single address, so the results.Deal.addresses 
> >> > key is an array with on empty structure in it (no keys). However, 
> >> > if I don't try
> >> to
> >> > append to the array by doing this:
> >> >
> >> > for (Address in Deal.getAddresses()){
> >> > tmpAddress.street = Address.getStreet();
> >> > tmpAddress.street2 = Address.getStreet2();
> >> > tmpAddress.city = Address.getCity();
> >> > tmpAddress.state = Address.getState();
>

RE: onRequestStart > onRequest variable assignments

2014-12-29 Thread David Phelan

Don,

You state that certain variables are being reset so then I assume that others 
are maintaining their values?  Is there any difference in scope between those 
that are maintaining their values and those that are not?  Is there a 
conditional redirect happening in OnRequestStart?

Dave

-Original Message-
From: Don [mailto:danfar...@hotmail.com] 
Sent: Monday, December 29, 2014 2:19 PM
To: cf-talk
Subject: onRequestStart > onRequest variable assignments


This application I inherited, certain variables are not persisting their values 
between onRequestStart and onRequest.

I've been writing to a log file to document the changes. Seems to be happening 
just after onRequestStart ends and onRequest begins. Values are being reset. So 
the variables themselves still exist, just their value is being altered and I 
cannot see where it is happening.

am I missing something obvious?





~|
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:359892
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Trouble with ArrayAppend

2014-12-22 Thread David Phelan

Dean,

First, is tmpAddress var scoped at the top of your function?

I would try initializing tmpAddress on each iteration.

for (var Address in Deal.getAddresses()){
tmpAddress = StructNew();

}

Dave

-Original Message-
From: Dean Lawrence [mailto:dean...@gmail.com] 
Sent: Saturday, December 20, 2014 12:19 PM
To: cf-talk
Subject: Re: Trouble with ArrayAppend


Ok, I just tried calling the same method directly from a CF template and the 
structures populated properly. It is only when I am calling it as a webservice 
that the structs are empty.

On Sat, Dec 20, 2014 at 12:10 PM, Dean Lawrence  wrote:

> Thanks Rodney. I was hoping that what you suggested would work, but 
> unfortunately, it did not. I tried it in both ACF 10 and ACF 11. I'm 
> still left with empty structs inside the array.
>
> On Sat, Dec 20, 2014 at 11:22 AM, Rodney Enke  wrote:
>
>>
>> I believe you are just passing a reference of the tmpAddress to the 
>> array, so it is being overridden with each loop. Try the following to 
>> insert a copy of the structure into the array instead:
>>
>> ArrayAppend(results.Deal.addresses,duplicate(tmpAddress));
>>
>> -
>> Rodney
>>
>> On Fri, Dec 19, 2014 at 4:39 PM, Dean Lawrence  wrote:
>>
>> >
>> > I have a remote method which is retrieving a deal object, 
>> > populating a structure and returning it to the client requesting 
>> > it. This is all well and good. However, the deal object has 
>> > multiple address objects
>> associated
>> > to it. When looping over these addresses, I am having trouble 
>> > adding
>> them
>> > to an array. Here is my code:
>> >
>> > for (Address in Deal.getAddresses()){
>> > tmpAddress.street = Address.getStreet();
>> > tmpAddress.street2 = Address.getStreet2();
>> > tmpAddress.city = Address.getCity();
>> > tmpAddress.state = Address.getState();
>> > tmpAddress.postalcode = Address.getPostalcode();
>> > tmpAddress.phone = Address.getPhone();
>> > ArrayAppend(results.Deal.addresses,tmpAddress);
>> > }
>> >
>> > The problem that I am having is that the results.Deal.addresses key
>> ends up
>> > with an array of empty structures, the total number matching the 
>> > total addresses associated to this deal. So in my test case, the 
>> > deal that I
>> am
>> > working on has a single address, so the results.Deal.addresses key 
>> > is an array with on empty structure in it (no keys). However, if I 
>> > don't try
>> to
>> > append to the array by doing this:
>> >
>> > for (Address in Deal.getAddresses()){
>> > tmpAddress.street = Address.getStreet();
>> > tmpAddress.street2 = Address.getStreet2();
>> > tmpAddress.city = Address.getCity();
>> > tmpAddress.state = Address.getState();
>> > tmpAddress.postalcode = Address.getPostalcode();
>> > tmpAddress.phone = Address.getPhone();
>> > results.Deal.addresses = tmpAddress; }
>> >
>> > The results.Deal.addresses key is now a struct and all the address 
>> > keys assigned properly, so I know the tmpAddress struct is being 
>> > populated properly. Does anyone have any thoughts as to what might 
>> > be going on? I
>> am
>> > running ACF 10 and yes, I have var scoped the results, Deal and
>> tmpAddress
>> > variables at the top of the method. I also tried adding "local" to 
>> > the Address variable in the for loop, but it did not help.
>> >
>> > Thansk,
>> >
>> > --
>> >
>> >   [image: profile picture]  *Dean Lawrence*
>> > *President*
>> > Internet Data Technology
>> > *Phone:* 888-438-4381 x701
>> > *Web:* www.idatatech.com
>> > *Email:* d...@idatatech.com
>> >   Programming | Database | Consulting | Training
>> >
>> >
>> >
>>
>> 



~|
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:359870
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Non-profit donation providers

2014-10-28 Thread David Phelan

Our hospital uses BlackBaud, used to be called Convio.  http://www.convio.com/

Dave 

-Original Message-
From: John M Bliss [mailto:bliss.j...@gmail.com] 
Sent: Tuesday, October 28, 2014 2:29 PM
To: cf-talk
Subject: Re: Non-profit donation providers


...?

https://merchant.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=merchant%2Fdonations

On Tue, Oct 28, 2014 at 2:26 PM, Rob Voyle  wrote:

>
> Hi Folks
> Any recommendations for church/non-profit online donations, especially 
> recurring donations?
>
> Thanks
> Rob
> Robert J. Voyle, Psy.D.
> Director, Clergy Leadership Institute
> For Coaching and Training in Appreciative Inquiry
> Author: Restoring Hope: Appreciative Strategies
> to Resolve Grief and Resentment 
> http://www.appreciativeway.com/
> 503-647-2378 or 503-647-2382
>
>
>
> 



~|
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:359525
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: How can I force clients to refresh JavaScript files?

2014-09-12 Thread David Phelan

The easiest way is to simply expire the page using cfheader.  Take a look at 
http://www.bennadel.com/blog/1619-caching-coldfusion-pages-with-expires-header-value.htm.

David Phelan
Web Developer
IT Security & Web Technologies

Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org


From: =?ISO-8859-1?Q?Claude_Schn=E9egans 
Sent: Friday, September 12, 2014 11:05 AM
To: cf-talk
Subject: How can I force clients to refresh JavaScript files?

I wonder why browsers caching Javascript and CSS files at least do not check if 
the date of the file on the server is still the same as the one in their cache.
Since I implemented a Javascript errors log, I catch many errors showing that 
the old file in the cache was used days after the error was corrected, even 
with Google Bot! (yeah, Google Bot reads and executes scripts).

This page :
http://stackoverflow.com/questions/32414/how-can-i-force-clients-to-refresh-javascript-files
expose the problem and gives many solutions.

I wonder if one could develop an even better solution using ColdFusion?
Any ideas?




~|
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:359295
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: cfmail and special characters

2014-09-12 Thread David Phelan

Have you tried using HTMLEditFormat?

David Phelan
Web Developer
IT Security & Web Technologies

Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org


From: Uwe Degenhardt 
Sent: Wednesday, September 10, 2014 3:51 AM
To: cf-talk
Subject: Re: cfmail and special characters

Hi Philipp,
thanks. Unfortunately, that doesn't work either.
Has anybody any other ideas ?

@Philipp,  can  you  send  me  one  cfmail-code  snippet  with special
characters that runs on your CF8/Linux-box as an example ?

Uwe


am Mittwoch, 10. September 2014 um 09:24 schrieben Sie:



> Uwe,

> try > This is the code:
>>
>> 
>> 
>> 
>> 
>> Sehr geehrter ...,
>> Mit freundlichen Grüßen
>> 
>>
>> I have also tried:
>>
>> 
>> 
>> 
>> 
>> Sehr geehrter ...,
>> Mit freundlichen Grüßen
>> 
>>
>> Concerning the  last  line  I  always  got: Mit freundlichen Gr??en instead 
>> of "Mit
>> freundlichen Grüßen"
>>
>> I  tried  this  on  my  ColdFusion  8  box with Windows. Absolutely no
>> problem  at  all. When I switch to Linux (Debian or CentOS) it doesn't
>> work.
>>
>> I  also  tried  to  change  the charset on my linux boxes. No positive
>> result. I tried to change the Mail Charset Settings in CF already.
>> With also no positive results.
>>
>> Has anybody any other ideas ?
>>
>> Uwe
>>
>>
>>
>>

>



~|
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:359292
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: cfchart in cfdocument

2014-09-08 Thread David Phelan

Sorry, I'm using cfchart.  I remember looking into different charting options 
for another project some time ago and did find a gauge chart available so I 
know it's available, but do not remember where I found it.

-Original Message-
From: Anthony Doherty [mailto:anthony...@gmail.com] 
Sent: Friday, September 05, 2014 3:47 PM
To: cf-talk
Subject: Re: cfchart in cfdocument


Are you using cfchart or an other charting option. The reason I'm asking is I'm 
trying to create a dashboard with 10 charts but think CF is a little limited 
with the chart options. Ie I'm trying to create a gauge chart 

Thanks

Sent from my iPhone

> On 5 Sep 2014, at 20:30, David Phelan  wrote:
> 
> 
> Never mind, I figured it out.  I stored the images in an array and used 
> cfimage to render them to the browser.
> 
> -Original Message-
> From: David Phelan [mailto:dphe...@emerginghealthit.com] 
> Sent: Friday, September 05, 2014 3:15 PM
> To: cf-talk
> Subject: cfchart in cfdocument
> 
> 
> I am trying to creating a PDF document that contains a number of charts 
> within (over 360).  I had run the document with a simple query to produce the 
> charts and then applied the real query.  With the dummy query, the page took 
> some time to run, but everything appeared fine in the document.  Now that I 
> have applied the proper query which produces a different chart in each 
> location, I am getting a number of "Image Expired, Please refresh the page to 
> view the image.  The bottom of the document is properly displaying the 
> charts, but the first 40 pages display this message in place of the graph.  
> Is it possible that I am simply trying to create too many graphs at a time 
> and the memory can't hold them all?  Do I need to write all these images out 
> to the file system and reference them as URLs?
> 
> David Phelan
> Web Developer
> IT Security & Web Technologies
> 
> Montefiore IT
> 3 Odell Plaza, Yonkers, NY 10701
> 914-457-6465 Office
> 862-234-9109 Cell
> dphe...@emerginghealthit.com<mailto:dphe...@emerginghealthit.com>
> www.emerginghealthit.com<http://www.emerginghealthit.com/>
> www.montefiore.org<http://www.montefiore.org/>
> [Description: Montefiore IT logo]<http://www.emerginghealthit.com/default.cfm>
> 
> 
> 
> 
> 
> 



~|
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:359244
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: cfchart in cfdocument

2014-09-05 Thread David Phelan

Never mind, I figured it out.  I stored the images in an array and used cfimage 
to render them to the browser.

-Original Message-
From: David Phelan [mailto:dphe...@emerginghealthit.com] 
Sent: Friday, September 05, 2014 3:15 PM
To: cf-talk
Subject: cfchart in cfdocument


I am trying to creating a PDF document that contains a number of charts within 
(over 360).  I had run the document with a simple query to produce the charts 
and then applied the real query.  With the dummy query, the page took some time 
to run, but everything appeared fine in the document.  Now that I have applied 
the proper query which produces a different chart in each location, I am 
getting a number of "Image Expired, Please refresh the page to view the image.  
The bottom of the document is properly displaying the charts, but the first 40 
pages display this message in place of the graph.  Is it possible that I am 
simply trying to create too many graphs at a time and the memory can't hold 
them all?  Do I need to write all these images out to the file system and 
reference them as URLs?

David Phelan
Web Developer
IT Security & Web Technologies

Montefiore IT
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com<mailto:dphe...@emerginghealthit.com>
www.emerginghealthit.com<http://www.emerginghealthit.com/>
www.montefiore.org<http://www.montefiore.org/>
[Description: Montefiore IT logo]<http://www.emerginghealthit.com/default.cfm>





~|
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:359242
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfchart in cfdocument

2014-09-05 Thread David Phelan

I am trying to creating a PDF document that contains a number of charts within 
(over 360).  I had run the document with a simple query to produce the charts 
and then applied the real query.  With the dummy query, the page took some time 
to run, but everything appeared fine in the document.  Now that I have applied 
the proper query which produces a different chart in each location, I am 
getting a number of "Image Expired, Please refresh the page to view the image.  
The bottom of the document is properly displaying the charts, but the first 40 
pages display this message in place of the graph.  Is it possible that I am 
simply trying to create too many graphs at a time and the memory can't hold 
them all?  Do I need to write all these images out to the file system and 
reference them as URLs?

David Phelan
Web Developer
IT Security & Web Technologies

Montefiore IT
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com<mailto:dphe...@emerginghealthit.com>
www.emerginghealthit.com<http://www.emerginghealthit.com/>
www.montefiore.org<http://www.montefiore.org/>
[Description: Montefiore IT logo]<http://www.emerginghealthit.com/default.cfm>



~|
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:359241
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Excel Problem...

2014-08-28 Thread David Phelan

Have you tried Ben Nadel's "CreateXlsFromQuery"?  It creates a true Excel file 
which should be able to be opened in 2013.  We are still on 2010 so I have not 
been able to test it but it's worth a try.  

The original code can be found at: 
http://www.bennadel.com/blog/469-creating-microsoft-excel-files-using-coldfusion-and-poi.htm.
   
Another using XML is located at:  
http://www.bennadel.com/blog/917-creating-excel-files-with-coldfusion-xml-and-poi.htm.
 

Dave

-Original Message-
From: Larry Lyons [mailto:larrycly...@gmail.com] 
Sent: Wednesday, August 27, 2014 3:12 PM
To: cf-talk
Subject: Re: Excel Problem...


You might also try saving the output as CSV and opening it in excel that way. 
Its an annoying workaround but may work.

AS for CF8, ask about Railo then - its FOSS, and is faster than ACF. 

> > So what is the specific error? Is it in CF or Excel. If Excel are
> you getting this message?
> 
> Excel actually opens. So, it's an Excel error. However, it just says 
> "There's an error" with no further information. I *wish* it was the 
> error below, because then I'd have something to go on.
> 
> > ""The file you are trying to open, '[filename]', is in a different
> format than specified by the file extension. Verify that the file is 
> not corrupted and is from a trusted source before opening the file. Do 
> you want to open the file now?"  (Yes | No | Help)"
> 
> At this moment in time, upgrading the site in question to a new server
> 
> isn't an option. I'll review the other options suggested though.
> 
> Thanks!
> > If so there's a new security "feature" in Excel  According to this
> MSDN blog:
> > http://blogs.msdn.
c> om/b/vsofficedeveloper/archive/2008/03/11/excel-2007-extension-warning.
> aspx
> > http://devblog.grinn.net/2008/06/file-you-are-trying-to-open-is-in.
> html
> > http://stackoverflow.
com/questi> 
ons/940045/how-to-suppress-the-file-corrupt-warning-at-excel-download
> >



~|
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:359215
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Querying a comma separated list

2014-08-27 Thread David Phelan

What I have seen done in these situations is to search where = the value or one 
of several like statements.

where field = 'value' or field like 'value,%' or field like '%,value,%' or 
field like '%,value'

David Phelan
Web Developer
IT Security & Web Technologies

Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org


From: UXB 
Sent: Wednesday, August 27, 2014 1:46 PM
To: cf-talk
Subject: RE: Querying a comma separated list

I assume from the example you are storing the a comma delimited list in the
Field gtype and need to query all records that match one or more items from
the stored list.  Here are some ways to accomplish what you want to do plus
some other tricks.

http://www.sommarskog.se/arrays-in-sql-2005.html


Dennis Powers
UXB Internet - A website Design and Hosting Company
P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
W: http://www.uxbinternet.com
W: http://www.ctbusinesslist.com


-Original Message-
From: te...@it-werks.com te...@it-werks.com [mailto:te...@it-werks.com]
Sent: Tuesday, August 26, 2014 8:13 PM
To: cf-talk
Subject: Querying a comma separated list


I haven't done this is ages  and could use some help, please.

Here I define a list of checkboxes of picture types:

checked>Solid
checked>Open
checked>Insulated
checked>Combination

At form submit I update the record:


update pgallery set gtype = '#tt#'
where id = #picid#


Now here's where I screw up:

select * from pgallery
where listContains(gtype, "1")


Here;s the error:
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft
Access Driver] Undefined function 'listContains' in expression.

Terry






~|
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:359204
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: AJAX request returning 304

2014-08-27 Thread David Phelan

Donnie,

I don't see a reason why a cfheader tag wouldn't work, and if it fails it's 
easy enough to add in the missing tags.  Personally, I would convert it to a 
function in a cfc.

David Phelan
Web Developer
IT Security & Web Technologies

Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org


From: Donnie Carvajal 
Sent: Wednesday, August 27, 2014 1:00 PM
To: cf-talk
Subject: AJAX request returning 304

I have an ajax request calling a ColdFusion template.  Each time the ajax 
function is called, the ColdFusion template should return the next 20 rows of a 
query.  I am running into an issue where the browser thinks the ColdFusion 
template hasn't changed since a 304 http status code is returned.  I don't have 
an html or head tag in the CF template, so I don't believe a cfheader tag will 
work.  Does anyone know how to prevent a CF template from returning a 304 http 
status code?

Thanks,

Donnie Carvajal



~|
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:359202
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Need someone to help with site

2014-07-08 Thread David Phelan

Looks like there is a missing closing tag.  If you're still having the issue 
I'd be glad to take a look.

David Phelan
Web Developer
IT Security & Web Technologies

Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org


From: Phillip Vector 
Sent: Sunday, July 6, 2014 9:45 PM
To: cf-talk
Subject: Re: Need someone to help with site

Brian, refer to
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358715




~|
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:358834
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Odd CSV Results

2014-05-13 Thread David Phelan

I am and the issue now appears to have worked itself out.  I had to clear my 
cache even though I had Always Refresh From Server selected in dev tools.

-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: Tuesday, May 13, 2014 2:03 PM
To: cf-talk
Subject: RE: Odd CSV Results


I would assume you are doing a loop to generate the CSV content.  Are you 
adding CHR13 to the end of each line?  


Robert Harrison
Director of Interactive Services

Austin & Williams
Advertising I Branding I Digital I Direct
125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X 119   F 
631.434.7022 http://www.austin-williams.com

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_williams 


-Original Message-
From: David Phelan [mailto:dphe...@emerginghealthit.com]
Sent: Tuesday, May 13, 2014 2:01 PM
To: cf-talk
Subject: Odd CSV Results


Group,

I have written a rather simple report to indicate pages on the site that have 
not been updated within a specific time span.  I am outputting this report to a 
CSV file.  The entire process works, but when I click the link to the generated 
report, only the first two lines are displayed in Excel.  If I go to the file 
location and open the file directly, it opens normally and displays all the 
information contained.  Has anyone seen this before?  This is not the first 
time that I am creating CSV files from CF, but it's the first time that I have 
seen this occur.  Running CF8 on Win 2k8 R2 with Office 2010 on my workstation.

David Phelan
Web Developer
IT Security & Web Technologies

Montefiore IT
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com<mailto:dphe...@emerginghealthit.com>
www.emerginghealthit.com<http://www.emerginghealthit.com/>
www.montefiore.org<http://www.montefiore.org/>
[Description: Montefiore IT logo]<http://www.emerginghealthit.com/default.cfm>







~|
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:358644
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Odd CSV Results

2014-05-13 Thread David Phelan

Group,

I have written a rather simple report to indicate pages on the site that have 
not been updated within a specific time span.  I am outputting this report to a 
CSV file.  The entire process works, but when I click the link to the generated 
report, only the first two lines are displayed in Excel.  If I go to the file 
location and open the file directly, it opens normally and displays all the 
information contained.  Has anyone seen this before?  This is not the first 
time that I am creating CSV files from CF, but it's the first time that I have 
seen this occur.  Running CF8 on Win 2k8 R2 with Office 2010 on my workstation.

David Phelan
Web Developer
IT Security & Web Technologies

Montefiore IT
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com<mailto:dphe...@emerginghealthit.com>
www.emerginghealthit.com<http://www.emerginghealthit.com/>
www.montefiore.org<http://www.montefiore.org/>
[Description: Montefiore IT logo]<http://www.emerginghealthit.com/default.cfm>



~|
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:358641
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Can't figure out a simple undefined request varible

2014-05-05 Thread David Phelan

Matt,

Where is this being defined?  If it is not in OnRequestStart, that's why you 
are seeing the error.  But is there a specific reason that you are casting this 
in the request scope?  It looks to me to be something that should be stored in 
the application scope.

Dave

-Original Message-
From: Matthew Smith [mailto:chedders...@gmail.com] 
Sent: Sunday, May 04, 2014 11:34 AM
To: cf-talk
Subject: Can't figure out a simple undefined request varible


Getting this error:

Element CFCPATH is undefined in REQUEST. 

at 
cffbx_settings2ecfm420036493.runPage(\\AWESOME-PC\wwwroot\redhotkitties_com\site_theartoflovingcatsanddogs_com\fbx_settings.cfm:8)

But I have this in Application.cfc:



Any help?

Thanks!

Site was working fine until I deleted my local copy and downloaded the live 
site to my local dev server.

http://www.theartoflovingcatsanddogs.com";>www.theartoflovingcatsanddogs.com
 



~|
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:358565
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: (ot) barcodes and mobile sites

2014-04-23 Thread David Phelan

The barcode is an image that evaluates to a string when read so you could:

1) store the string in the database and generate the barcode image on the fly 
2) generate the barcode image, store it on the file system and store the path 
in the database
3) generate the barcode image and store it in a BLOB

Dave

-Original Message-
From: Matthew Allen [mailto:a.matthe...@yahoo.com] 
Sent: Tuesday, April 22, 2014 7:07 AM
To: cf-talk
Subject: Re: (ot) barcodes and mobile sites


Hi Dave and all,

Tried posting this earlier, not sure it has gone through, here I go again:

Excuse the dumb question, I fully understand how the QR code and reader works, 
I've built a number of QR solutions, where I use it to direct users to PDFs and 
videos resources, activities per file are stored in the database, as you can 
capture url values. 

I've never used barcode before, how does it work as far as storing info into a 
database? Especially when using those physical barcode readers or even apps

Many thanks,

Matt 



~|
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:358385
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Does Not Contain Number

2014-04-20 Thread David Moore

Very Helpful. I had not seen this before. Great stuff. And thanks to everyone 
for there expertise. CF-Talk has always come through for me. Blessed Easter 
everyone!

~|
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:358375
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Does Not Contain Number

2014-04-20 Thread David Moore

For education reasons, what does the '/d' reference? How does that tell the 
statement to look for a number? 

~|
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:358372
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Does Not Contain Number

2014-04-20 Thread David Moore

Well, you are doing a great job. I guess I am not communicating well. I was 
using the 316 as an example. I want to check an address field passed from a 
form where the value is unknown. I just want to be able to check using Does Not 
Contain or IsNumeric or other Cold Fusion test in a  statement to 
determine if the passed string contains a number. Does that help? 

~|
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:358369
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Does Not Contain Number

2014-04-20 Thread David Moore

Is there a way to check the whole string and not just the first part in case it 
is a P.O. Box 316? 

~|
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:358367
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Does Not Contain Number

2014-04-20 Thread David Moore

How do I check to see if a string includes (or does not contain) an integer or 
number. I am trying to check the Address form field to see if it 'Does Not 
Contain' a number as in 316 Spring Creek Dr. I want to see if they left out the 
316. Thanks in advance for any help. 

~|
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:358365
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Printing barcode labels from CF

2014-03-25 Thread David Phelan

A number of years ago I accomplished a similar need through the utilization of 
a client side print ocx which allowed the user to select a printer to be used 
for label printing.  Once they selected the printer, I was able to manipulate 
the required settings and query paper size information that I would pass back 
to my label designer and return the HTML that I would then send to the printer. 
 It worked beautifully and the clients loved it.

I do not remember the name of the control, but it was a commercial ocx.  Our 
clients did a lot of label printing so installing the ocx was not an issue for 
them.  I do not know how if you are intending for the client to print barcodes 
or not, but if this will be an administrative function it might be something to 
consider.

David Phelan
Web Developer
IT Security & Web Technologies

Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org


From: Pete Ruckelshaus 
Sent: Tuesday, March 25, 2014 10:23 AM
To: cf-talk
Subject: Printing barcode labels from CF

I'm building a membership system where I will need to print barcode labels
(Code128) from a CF app.  I've got the barcode creation down (using a
JQuery plugin), but haven't started the label creation piece.  I was
thinking of using CSS + cfdocument, but am concerned that PDF's crappy
support of CSS will cause me trouble.  Has anyone else done something like
this?  What do I need to look out for?

Thanks

Pete




~|
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:358078
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: database design conundrum

2014-03-21 Thread David Phelan

That would have been my suggested approach as well.  I would suggest adding a 
sharewithall flag to tbl_shared_things so that the user has the option.  I can 
be tedious to individually share information that you would gladly provide to 
anyone who asked for it, like office email, phone and fax.  It also allows that 
the information could be easily displayed on an open profile if desired.

Dave

-Original Message-
From: Michael van Leest [mailto:mvanle...@gmail.com] 
Sent: Thursday, March 20, 2014 10:30 PM
To: cf-talk
Subject: Re: database design conundrum


That's basically it. Depending how your would query the data is entirely up on 
the specific use, so that is something fun to play with.
This way you have all the flexibility you need, good luck!

Michael


2014-03-21 2:38 GMT+01:00 PT :

>
> so ...
>
> tbl_users (containing things that don't need to be shared)
> -
> userid
> displayName
> archived
> lastLoginDate
> lastLoginLocation
> joinDate
> ...
>
> tbl_things_that_can_be_shared
> -
> thingid
> thing ("emailAddress", "phoneNumber", "birthday")
>
>
> tbl_shared_things (standard join table)
> -
> (pk) userid (fk to users.userid)
> (pk) thingid (fk to things.thingid)
> (pk) toShareWithUserID (fk to users.userid) (if they are in this 
> table, then they are shared, so no boolean is needed)
>
> tbl_user_things
> -
> (pk) userid (fk to users.userid)
> (pk) thingid (fk to things.thingid)
> thingContents (the actual contents of the things for the user in 
> question, like 'b...@example.com', '8885551212', '01/01/1980')
>
> Then make a view of the
> tbl_users->tbl_things_that_can_be_shared->tbl_user_things 
> relationships to approximate a more traditional users table for easier 
> querying.
>
> ?
>
>
> On 3/20/2014 8:56 PM, Michael van Leest wrote:
> >
> > I would build it like this:
> >
> > - tbl_users (userID etc)
> > - tbl_user_things (thing id so you can add extra "things" without
> changing
> > the DB)
> > - tbl_user_join_thing (userID, thingID, setting (boolean 1/0) and a 
> > optional toShareWithUserID)
> >
> > Hope this helps
>
>
> 



~|
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:358061
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFHTTP SSL call returns Peer Not Authenticated

2014-02-24 Thread David Phelan

I have written a page that makes an SSL web service call using CFHTTP but I 
cannot seem to get the service to respond with anything other than Peer Not 
Authenticated.  I have imported the certificates for the servers into the CF 
keystore and restarted the CF services.  I found a post relating to a similar 
issue, but it is an issue in CF9 Enterprise only.  I tried the workaround 
anyway to no avail.  The call is being initiated by our servers in our DMZ to 
servers in our internal network for which we added a permanent route to our 
server.  I can ping the server and get the replies.  I can get the WSDL from 
the host server through the browser on the client server, but the call through 
CF fail.  Any help would be appreciated.

We are using CF8 on a win2k8 R2 server.

David Phelan
Web Developer
IT Security & Web Technologies

Montefiore IT
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com<mailto:dphe...@emerginghealthit.com>
www.emerginghealthit.com<http://www.emerginghealthit.com/>
www.montefiore.org<http://www.montefiore.org/>
[Description: Montefiore IT logo]<http://www.emerginghealthit.com/default.cfm>



~|
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:357743
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: cfquery multiple column search

2014-02-10 Thread David Phelan

You need to verify that the search terms you are providing for that column are 
numeric.  The cfqueryparam does that but returns an error when it finds a 
problem.  It's up to you to make sure that you are providing the proper type 
for the columns you are querying.  In this case if the search terms are not 
numeric then you want to skip the column all together.  You need to check that 
it is both numeric and an integer.


SELECT
col1, col2, col3, col4, col5
FROM
getinfo
WHERE
   (lower(col2) like lower() OR
lower(col3) like lower() OR
lower(col4) like lower() 


OR lower(col5) like lower()  


    )


David Phelan  
Web Developer   
IT Security & Web Technologies
  
Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org



-Original Message-
From: fun and learning [mailto:funandlrnn...@gmail.com] 
Sent: Monday, February 10, 2014 10:04 AM
To: cf-talk
Subject: cfquery multiple column search


All -

I am working on a search functionality for multiple columns of data. I using 
'OR' condition for searching on a single search input. For example on front end 
i have a search input box, and I can enter either numeric or alphabets or 
alphanumeric characters. How can I handle this using cfqueryparam? if the 
database column is a numeric, and I enter alphabets, I get errors like Invalid 
data %0% for CFSQLTYPE CF_SQL_INTEGER.

I am first retreiving the full result set and performing query of queries to 
filter on the search criteria. my query of query looks like below. The above 
error happens on col5 search when I search string characters like 'abc'. Are 
there any functions in coldfusion that help with this kind of scenarios?


SELECT
col1, col2, col3, col4, col5
FROM
getinfo
WHERE
   (lower(col2) like lower() OR
lower(col3) like lower() OR
lower(col4) like lower() OR 
lower(col5) like lower()  
)
 



~|
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:357652
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: per application settings

2013-12-03 Thread David Phelan

Eric,

I think that you are being too insistent about what you think CF should be 
doing and not thinking about the actual logic of rendering a web page.  As has 
been stated too many times in this thread, CF does not process anything but CF 
tags, CFScript and anything that is within cfoutput tags that also contains 
something surrounded by #.  Simply putting the image tag inside of cfoutput 
tags will not force CF to evaluate what it considers to be plain text content.  

The precursor to Cameron's explanation is:

1) Web server receives request for cfm/cfc
2) Web server passes request to CF for processing
3) CF parses the file and returns the HTML to the web server
4) Web server returns HTML to the browser
5) Browser parses the HTML
6) Browser makes further requests to the web server for the required resources 
(js, css, images etc)
7) Continue with Cameron's response

You need to accept the fact that CF WILL NOT interpret anything that is not a 
CF tag, script or variable and accept that there is something else that is 
causing what you are seeing.

David Phelan  
Web Developer   
IT Security & Web Technologies
  
Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org



-Original Message-
From: Eric Roberts [mailto:ow...@threeravensconsulting.com] 
Sent: Tuesday, November 26, 2013 8:35 PM
To: cf-talk
Subject: RE: per application settings


I think we are focusing on the actual image too much here...I am talking about 
the path to the image.  So this is before anything gets served...

Eric

-Original Message-
From: Phillip Duba [mailto:phild...@gmail.com]
Sent: Tuesday, November 26, 2013 6:37 PM
To: cf-talk
Subject: RE: per application settings


No it wouldn't. Its being served and "called" through the browser, that's
why you can view it directly. The scenario Cameron describes is very close
to what happened to me 2 weeks ago with a mapping,

Phil
On Nov 26, 2013 6:15 PM, "Eric Roberts" 
wrote:

>
> Thank you Cam...now this .png is getting called from a cfm page 
> (header.cfm
> )  So wouldn't the application.cfc be applied?
>
> -Original Message-
> From: Cameron Childress [mailto:camer...@gmail.com]
> Sent: Tuesday, November 26, 2013 4:48 PM
> To: cf-talk
> Subject: Re: per application settings
>
>
> On Tue, Nov 26, 2013 at 3:23 PM, Eric wrote:
>
> > 
> >
>
> Here's what MAY be happening here. In the case of a CFAdmin mapping:
>
> 1) Apache gets request for /cup/images/image.png
> 2) Apache says "no such file!" what say you JRun (CF9 right?)
> 3) JRun says: Hey! This aint no CFM file! Let's not run 
> Application.cfc on it!
> 4) Then JRun says: Hey! I have a serverwide mapping for that! Awesome!
> 5) File gets served.
>
> In this case, the Application.cfc never executes. JRun knows about the 
> mapping and it serves the file.
>
> Now, move that same mapping inside Application.cfc then:
>
> 1) Apache gets request for /cup/images/image.png
> 2) Apache says "no such file!" what say you JRun (CF9 right?)
> 3) JRun says: Hey! This aint no CFM file! Let's not run 
> Application.cfc on it!
> 4) Then JRun says: I don't know nuthin about this stinking file!
> 5) Four Oh Four. You got served.
>
> Dance off over.
>
> Drops mic.
>
> -Cameron
>
> --
> Cameron Childress
> --
> p:   678.637.5072
> im: cameroncf
> facebook <http://www.facebook.com/cameroncf> | 
> twitter<http://twitter.com/cameronc> |
> google+ <https://profiles.google.com/u/0/117829379451708140985>
>
>
>
>
> 





~|
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:357225
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Problem with data formatting in CFINSERT

2013-11-04 Thread David Phelan

It's been a long time since I've used Access, but if I remember correctly the 
currency data type only accepts 2 decimal places.  You need to make sure that 
the data that you are supplying only has 2 decimal places.  It is impossible to 
determine where the extra decimal places are coming from in your example as 
there is no indication of how that value is being derived.  My expectation is 
that there is some kind of calculation being performed and then assigned back 
to the form field being applied to the cfinsert.

IMHO, I would not employ the use of a cfinsert tag.  Although it makes inserts 
simpler, it removes the programmers ability to define the field data type 
expected and perform data type validation using the cfqueryparam as well as 
allowing me to apply any formatting I desire to the value that is ultimately 
submitted to the query for insertion.

David Phelan  



-Original Message-
From: =?ISO-8859-1?Q?Claude_Schn=E9egans [mailto:schneegans@interneti=71?= 
=?ISO-8859-1?Q?ue.com=3E?=] 
Sent: Sunday, November 03, 2013 9:40 PM
To: cf-talk
Subject: Problem with data formating in CFINSERT


Hi,

Weird problem this morning.
I have a CFINSERT which fails in an Access database with an error 
"[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft 
Access Driver] Data type mismatch in criteria expression. "

First, there is no criteria since it's only an insert.
Second, I get the error with a value of 57.49 in a certain field, but entering 
the valu 57.50 works perfectly!
In the error message I can see for this field:
param 18) = [type='IN', class='java.math.BigDecimal', 
value='57.49198951966012828052043914794921875', sqltype='2']

Could it be that 47 decimal is too much for a "java.math.BigDecimal" or an 
Access Currency column?
And if yes, who is adding all these decimals? 



~|
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:357023
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Saving updated sort order in mysql jquery list to update database

2013-09-26 Thread David Phelan

If you want to build the array in jQuery then you can do something like the 
following:

arIDs = new Array();
$("input[name='ID']").each(function(){
arIDs.push($(this).val());
})

David Phelan  
Web Developer   
IT Security & Web Technologies
  
Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org




-Original Message-
From: te...@it-werks.com te...@it-werks.com [mailto:te...@it-werks.com] 
Sent: Wednesday, September 25, 2013 7:43 PM
To: cf-talk
Subject: Saving updated sort order in mysql jquery list to update database


I have a cfm page that displays a drag and drop ul list and I do not know how 
to create an array of that sorted list to the mysql database.
Any help would be greatly appreciated. I am new to the jquery, jquery-ui 
plugins, but loving it all so far.

Thanks in advance,
Terry 



~|
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:356850
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Element undefined in SESSION scope

2013-08-07 Thread David Phelan

What is your session timeout?  Are you setting it in your cfapplication tag or 
relying on the server settings?  Is it possible that the timeout is too small 
and destroying the session before the form can be submitted?

David Phelan  
Web Developer   
IT Security & Web Technologies
  
Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org



-Original Message-
From: Priya K [mailto:priya23...@gmail.com] 
Sent: Tuesday, August 06, 2013 8:35 PM
To: cf-talk
Subject: Re: Element undefined in SESSION scope


May be its something to do with cookie path. If you are using cookie, this 
might mess up your session and just drops it.


On Tuesday, August 6, 2013, Mark A Kruger wrote:

>
> Trying a resend.
>
> Make sure that cgi.http_referer exists before you try to set it. This 
> is a var created by the web server NOT cf ... so it may or may not 
> reliably exist. Also make sure this code is AFTER your cfapplication tag.
>
> On your own system try hitting the page after a cf restart. You may be 
> trying to access the session before you have established a session. 
> The reason it works on local is because during coding you established 
> a session at some previous point.
>
> That's all I got :)
>
> -Mark
>
>
>
> 



~|
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:356416
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: cfthread execution slowdown

2013-07-26 Thread David Phelan

What I see is that the server load remains pretty consistent, it's the number 
of requests completed that is dropping.  This could be an indication that the 
pages become more complex as the process continues, or it may indicate that the 
faster running threads are all completed leaving the longer running threads at 
the end.  My suggestion would be to do some time monitoring on the loops.  I 
think you'll find that the average completion time for each thread increases as 
the number of completed requests decreases.

David Phelan  
Web Developer   
IT Security & Web Technologies
  
Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org



-Original Message-
From: Money Pit [mailto:websitema...@gmail.com] 
Sent: Friday, July 26, 2013 12:41 PM
To: cf-talk
Subject: cfthread execution slowdown


I need another set of eyeballs on this.  I can't see what I'm doing wrong.

I'm building many thousands of static pages.  I turned to cfthread to speed 
things up.  Each thread can output one page or more than one depending on info 
retrieved.  I use an array to manage the number of threads in use at any one 
time.

It works great, but I am seeing CF slow down - in fixed stages - throughout the 
life of the process.  Take a look at this image taken from FusionReactor to see 
what I mean:

http://205.210.189.205/images/screenshot081.jpg

Its not a curve but rather three distinct stages of output.  Stage 1 is about 
2900 pages per minute, Stage 2 is around 2400 and Stage 3 - where the routine 
stabilizes - is about 1200.

On a second server building differently-composed pages, I see exactly the same 
thing.

CF isn't bogging down from load... its flat out not working as hard.  Its as if 
it decided it didn't want to work as hard, so it eases off.  Never seen 
anything like it.

Here's the code in a nutshell.  Can anyone see something I am doing that is 
causing this work slowdown?




[sql goes here]

















--
--m@Robertson--
Janitor, The Robertson Team
mysecretbase.com




~|
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:356333
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Client wants CMS that functions similar to Joomla, for example

2013-07-24 Thread David Phelan

Rick,

Most full-blown CMS solutions allow the clients to add pages to a site whenever 
desired, they simply select the underlying template (that you develop and 
provide) for that particular page and go to town creating the content and 
adding web parts into the areas that you have defined in the template.  A 
WYSIWYG editor is a key ingredient and there are several open source ones out 
there.  I use TinyMCE which is rather simple to configure and provides a good 
number of options and plugins to choose from and the new version allows for 
inline editing of the content, though it doesn't sync with the applied CSS to 
allow users to see the formats they are applying.  The ability to upload 
graphics and documents is also important.  

Another important thing is allowing the client to preview the updated content 
within the context of the site before they publish it.  This way they can 
verify that the changes they have made fit the sites theme and layout and 
correct anything that falls outside the acceptable limits.  Inline editors are 
good for this but there are other approaches as well.

You want to give them the freedom to alter the content to the greatest possible 
extent so that you can focus on developing new functionality/web parts for them 
to incorporate into their content, especially now that there is an ever 
increasing number of sites that will allow companies to create their own sites 
for relatively low cost.  You certainly don't want to constrain your client to 
the point that they move on to another option.

David Phelan  
Web Developer   
IT Security & Web Technologies
  
Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org




-Original Message-
From: Rick Faircloth [mailto:r...@whitestonemedia.com] 
Sent: Wednesday, July 24, 2013 1:42 PM
To: cf-talk
Subject: RE: Client wants CMS that functions similar to Joomla, for example


Thanks, Jon and everyone for your feedback.

I've look at the various "pre-rolled" CMS offerings and have found them to be 
serious overkill for all my clients.

I've always created my own CMS for each website I created to insure that 
clients were comfortable with them. Mostly, I just provide a regular form 
(never even used CKEditor) and take care of the styling in advance to keep them 
from destroying the look of their site. They just update verbiage and images.

The reason I asked about "full-blown" CMS options, is that I've got one more 
sophisticated client who wants, basically, to be able to "change everything." 
Well, she might as well become a website designer to be able to manage 
everything on the site, including header graphics, etc.

I've been tinkering with CKEditor and think that will be a good option for the 
"global site manager" or custom CMS I'm building for my clients currently. I 
can control the options on the toolbar to keep clients from getting "too 
creative", but make it easy for them to add links, etc., with knowing how to 
code them.

I can keep the CKEditor instances distinct for every form field to accommodate 
database interaction so I can re-purpose content for email newsletters, etc., 
and avoid having all content titles, bylines, details, and images all contained 
within a single database field.

I'll have to discuss just exactly what this new client means by "control 
everything" on the site. Turning over complete layout and design control to a 
novice to change the design of a corporate site with my name associated with it 
is not an option I want to pursue.
If she wants that much control, then I'll just "consult" with them and she can 
buy a copy of Dreamweaver and use it as a WYSIWYG editor.

She wants to be able to add pages to the site, as well, so I may have to 
develop that functionality, along with on-the-fly menu adaptation for the new 
pages. Maybe I can just convince her to let me create a new page when she needs 
one and then turn her loose on the content. It starts to be annoying and a lot 
of trouble (for which the client doesn't want to pay, typically) when they want 
to start wanting to get into the kitchen of the website design & development 
restaurant, rather than just placing their order and allowing the chef to do 
his work.

Any other thoughts and/or feedback is still appreciated!

Rick


-Original Message-
From: Jon Clausen [mailto:jon_clau...@silowebworks.com]
Sent: Wednesday, July 24, 2013 11:25 AM
To: cf-talk
Subject: Re: Client wants CMS that functions similar to Joomla, for example


I've spent about 70% of my time over the last 5 years developing in PHP, 
including developing a customized
installation of Joomla for a radio station client that included live streaming 
and audio arc

RE: Client wants CMS that functions similar to Joomla, for example

2013-07-24 Thread David Phelan

Rick,

As a developer who has recently become involved with CMS environments, let me 
assure you that the introduction of a CMS by no means indicates that a 
developer is no longer required.  I actually work full time supporting a number 
of web sites that all run from a CF based CMS and recently started supporting 
one that runs in WordPress.  Even with our licensed CF CMS specifically 
developed for the healthcare industry, the functionality OOTB does not always 
meet the requirements of the end users and I find myself quite busy reworking, 
rewriting or introducing functionality so as to meet the requirements of the 
users and content managers.

The point of a CMS is to get the tedious job of content updates out of the 
hands of developers and into the hands of those who know what they want to 
change.  I am quite happy developing or enhancing functionality for the site 
rather than making the endless, often minor, content changes that the client 
wants.

David Phelan  
Web Developer   
IT Security & Web Technologies
  
Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org



-Original Message-
From: Rick Faircloth [mailto:r...@whitestonemedia.com] 
Sent: Tuesday, July 23, 2013 4:26 PM
To: cf-talk
Subject: SOT: Client wants CMS that functions similar to Joomla, for example


Hi, guys...

Just need some recommendations from some of you who have been down this road 
before.

I have a client that is asking for what amounts to absolute control over their 
site through a CMS. Among a few others they metioned, Joomla was brought up.

I'm checking them out myself, but wanted to cut to the chase based on 
experience from those who have used CMS's that provide control such as Joomla.

What have you tried? What turned out to work well? What bombed?
I've always "rolled my own", and never used a ready-made CMS, so I have zero 
experience with them.

(Joomla seems like it replaces me as a designer/developer, at first glance.
If a client has a CMS that allows them to do everything that I do for them now, 
including selecting themes for pages they add to the site themselves 
(designer), manage data through Joomla functionality (developer), I wonder if I 
would end up as a "Joomla Installer & Maintenance" person for the client. ???)

Thoughts? Suggestions?

Thanks for any feedback!

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:356300
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF9 License Resale Value

2013-07-21 Thread Michael David

Hello...

I have a handful on CF9 licenses to get rid of. I also have one CF9 
upgrade serial along with the original serial from the previous version. 
These are NOT academic licenses, and I am the original purchaser on all.

What are these things worth?

--
Cheers!

Michael David


~|
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:356259
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Question about session management

2013-07-19 Thread David Phelan

However, there is no reason to have an application.cfm file in your login 
directory as CF will move up the directory tree until it finds an 
application.cfm file and use it.

David Phelan  
Web Developer   
IT Security & Web Technologies
  
Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com
www.emerginghealthit.com
www.montefiore.org



-Original Message-
From: DeMarco, Alex [mailto:alex.dema...@suny.edu] 
Sent: Thursday, July 18, 2013 8:31 PM
To: cf-talk
Subject: Re: Question about session management


Ahh okay thank you!



- Alex



 Original message 
From: Dave Watts 
Date: 07/18/2013 8:29 PM (GMT-05:00)
To: cf-talk 
Subject: Re: Question about session management



> If I have a path:
>
> /inetpub/myapp
>
> In /myapp I have an application .cfm in   it has a application name of 
> MYAPPNAME with a sessiontimeout of 30 minutes
>
> But in /inetpub/myapp/login  I have another application.cfm with an 
> application name of MYAPPNAME with a sessiontimeout of 30 minutes
>
> Will CFMX create 2 sessions per visitor?

No, because both directories' Application.cfm files contain the same 
application name.

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:356241
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


index.cfm being copied from site root to cf web root

2013-07-18 Thread David Phelan

I have an odd issue occurring on my server.  Occasionally, the index.cfm file 
from the root of my web site is being copied over to the web root in the CF 
directory.  Once that happens, CF will then attempt to execute that index.cfm 
file which, of course, throws an error because all of the references are 
broken.  Has anyone ever seen this?  Any idea how to correct it?

CF MX 7
IIS 6
Windows 2003 R2 SP2

David Phelan
Web Developer
IT Security & Web Technologies

Emerging Health
Montefiore Information Technology
3 Odell Plaza, Yonkers, NY 10701
914-457-6465 Office
862-234-9109 Cell
dphe...@emerginghealthit.com<mailto:dphe...@emerginghealthit.com>
www.emerginghealthit.com<http://www.emerginghealthit.com/>
www.montefiore.org<http://www.montefiore.org/>

[cid:image001.png@01CD05E4.967206B0]



~|
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:356234
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Solr CF "customX" fields indexed despite schema.xml

2012-11-16 Thread David Sifford

Hello,

We're in the process of evaluating what it's going to take to migrate from 
Verity to Solr in CF9.0.1.  It's been fairly straightforward so far, but I've 
run across something, and I'm wondering if anyone might have some advice...

We are using the custom1 through custom4 CF search fields to store information 
that we need to not be indexed (so they do not affect search results).  Verity 
seems to do this by default.  In the Solr collection directory is the config 
file schema.xml, and in that file are lines



(where "indexed is whether or not it's indexed, and stored" is whether or not 
the data is available with the record for use), and these lines are repeated 
for each customX field.  I have changed "indexed" to be false (default was 
true) for each of them, but after bouncing the Solr service and re-indexing, 
cfindex still seems to be indexing the data in those fields.  I believe I can 
verify that by changing data in those fields and then re-indexing, and the 
change ends up being reflected in the search results.

Has anyone ever run across this before and have any idea how to resolve this?

Thanks for any help.

-- David 

~|
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:353221
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF DDos update released

2012-09-14 Thread David Boyer

>On Tue, Sep 11, 2012 at 7:48 PM,  <> wrote:
>>
>>  >>i already read tha adobe bulletin, it doesn't really say much.
>>
>> I doubt you will ever see details and description about any possible attack.
>> It would be too easy for those looking for ideas...
>
>Publication of details of an attack are pretty common. Good guys will
>typically find an attack, alert the people who are in a position to
>fix the product(s), wait for them to confirm it and start on a fix and
>then publish the details of the attack after the vulnerability patch
>has been released.

Well I think I'm being a good guy so far ;) Contacted Adobe about this, they've 
got the fix out and I've been working hard contacting those who I think are 
most at risk from the issue itself.  I doubt I'll put the details of the attack 
out there anytime soon, I'd still feel a bit guilty if it was taken advantage 
of, even if it's the fault of someone not updating their installations.

I'm still trying to discuss some things with Adobe in relation to this, so you 
may get some more information at some point.

Dave
---
David Boyer
Blog  http://misterdai.yougeezer.co.uk
Twitter - http://twitter.com/misterdai
CFML Engine Monitor - http://www.cftracker.net

~|
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:352612
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Restricting access to Railo 4 Administrator in IIS7.5

2012-08-26 Thread Michael David

Hey, I posted this to the Railo group, but my membership there is 
waiting for approval, so thought one of the Railo users here might have 
a suggestion.

Rather than restricting access to the Railo admin pages using the IP 
filtering within IIS (which works fine), I am trying to do it within 
the site's web.config.  This way, I would just copy it from webroot to 
webroot, rather than manually setting it each time.  So far, though, I 
am having no luck.

I have added empty railo-context and admin directories into the webroot 
(so I can set permissions on them).

Here is what I have so far.  I am hoping someone here might have some 
ideas:



   
 
   
 
   
   
 
   
 
   
   
 
   
 
   
 
   





~|
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:352313
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Securing Railo

2012-08-23 Thread Michael David

So, I got Railo Beta 4 up and running on IIS 7.5 today.  It was just as 
easy as I had hoped.

Now, what do I need to do to secure Railo?  For example on my CF 
installs, I do not allow access to /CFIDE from the web.  I administrate 
CF from IPs only.

For Railo, should I similarly restrict the railo-context directory?  
What About the WEB-INF directory? 
-- 
Cheers!
Michael David



~|
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:352301
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[2]: Installing Railo on IIS7.5

2012-08-22 Thread Michael David

I have some time tomorrow to load this up and give it a shot.  Might 
anyone have any thoughts on how stable (or not) Beta 4.0 is?
-- 
Cheers!
Michael David


-- Original Message --
From: "Matt Quackenbush" 
To: "cf-talk" 
Sent: 8/20/2012 11:18:29 AM
Subject: Re: Installing Railo on IIS7.5
>http://www.getrailo.org/index.cfm/download/
>
>
>Scroll down to the bottom and you'll find installers for the latest stable
>(3.3.4.003) and the latest 4.0 Beta.
>
>Also, you might want to consider joining the Railo user group, as it is an
>invaluable resource.
>
>https://groups.google.com/forum/?fromgroups#!forum/railo
>
>
>HTH
>
>On Mon, Aug 20, 2012 at 10:14 AM, Michael David <
>li...@michaeldavid.com
>>wrote:
>
>
>>
>>
>>Well, its surprising (to me at least), but I am going to give Railo a
>>try and see how it goes.
>>
>>I can't seem to find a IIS7+Tomcat install guide (except for when Plesk
>>is installed, which I don't need).  Would someone please point me to a
>>non-Plesk guide?
>>
>>Also is there, from Railo, something similar to Adobe's server
>>lock-down guide?
>>
>>--
>>Cheers!
>>Michael David
>>
>>
>>
>>
>>
>>
>>
>
>
>

~|
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:352269
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[2]: Installing Railo on IIS7.5

2012-08-20 Thread Michael David

Russ, what do you mean by "a lot of sites"?  50, 100, 500?

The Helicon Zoo module sounds interesting, if only because if it's cool 
name. :)  I'll look for instructions on how to install that with Railo.


-- Original Message --
From: "Russ Michaels" 
To: "cf-talk" 
Sent: 8/20/2012 1:18:32 PM
Subject: Re: Installing Railo on IIS7.5
>if your not using any CF specific features there is a good chance your site
>will work with no changes at all.
>The only thing you have to get used to is the having to add virtual hosts
>into tomcat for every site you add to IIS.
>There is a railo extension that will auto add ALL sites from IIS into
>toimcat, which is fine if ALL your sites are Railo sites, is not then it
>might be an issue.
>I found it crashed if you had a lot of sites.
>You can avoid all this hassle by using the Helicon Zoo module instead as
>per my previous post, as this uses Jetty and due to the per site JVM
>instance does not require virtual host setup..
>
>
>On Mon, Aug 20, 2012 at 6:12 PM, Rick Faircloth <
>r...@whitestonemedia.com
>>wrote:
>
>
>>
>>
>>Just to possibly hi-jack this thread (hopefully not)
>>and get an answer to a general question...
>>
>>Would (very generally now...) going from CF to Railo
>>carry the amount of baggage (differences) that going from,
>>say IIS to Apache, carry?
>>
>>I mean, is the learning curve (differences in setup, I mean)
>>quite steep?
>>
>>I'm used to CF on IIS and like it that way. I'm not so much
>>an Apache, guy, although I've used it briefly and could do it.
>>I've just got a lot of programming to do and don't have much
>>time for setup issues.
>>
>>Thoughts?
>>
>>Thanks!
>>
>>Rick
>>
>>--
>>
>
>
>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
>**
>*skype me* : russmichaels
>
>
>

~|
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:352232
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Installing Railo on IIS7.5

2012-08-20 Thread Michael David

Well, its surprising (to me at least), but I am going to give Railo a 
try and see how it goes.

I can't seem to find a IIS7+Tomcat install guide (except for when Plesk 
is installed, which I don't need).  Would someone please point me to a 
non-Plesk guide?

Also is there, from Railo, something similar to Adobe's server 
lock-down guide?

-- 
Cheers!
Michael David





~|
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:352223
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[2]: CF10 vs Railo

2012-08-20 Thread Michael David

Yeah -- all MS servers (IIS 7.5). 

Is that a problem?
-- 
Cheers!
Michael David


-- Original Message --
From: "Matt Quackenbush" 
To: "cf-talk" 
Sent: 8/20/2012 9:23:36 AM
Subject: Re: CF10 vs Railo
>On Mon, Aug 20, 2012 at 8:04 AM, Michael David <
>li...@michaeldavid.com
>>wrote:
>
>
>>
>>
>>So -- the new CF licensing policy has me thinking
>>
>>Anyone out there using Railo in a a high volume production environment?
>>  Using beefy hardware, I have been able to avoid the need to cluster so
>>far.  So, how is Railo's performance?
>>
>>
>
>
>
>Unless you're doing something like a lot of Microsoft or PDF integration,
>Railo will obliterate ACF in performance. Every time. All the time.
>Period.  You'll need aa less hardware
>with Railo.
>
>
>
>
>>
>>The thing I need most is dependability.  I don't just have time to
>>babysit temperamental installs. Is Railo rock-solid?
>>
>>
>
>
>
>Hell yes.
>
>
>
>
>>
>>And what about security?
>>
>>
>
>
>
>Not sure what exactly you're getting at, but Railo is at least as "secure"
>as ACF. In just a basic installation, I'd venture to say that Railo is more
>secure, as each Railo instance provides sandboxing out of the box, giving a
>"Web Administrator" to each project/application. But to really answer your
>question, we'd need a much more detailed question (or series of questions).
>
>
>
>
>>
>>How is its cfscript implementation?  I am on a mission to avoid tags to
>>the extent possible, except when rendering html.
>>
>>
>
>
>
>Railo's cfscript implementation beats the hell out of ACF's, and has for
>years.
>
>Go run this on ACF. Then install Railo and give it a whirl. :-)
>
>
>   foo = {
>   x:'yay!',
>   y:'hooray!',
>   z:'rock on, Railo!'
>   }
>   writeDump( foo )
>
>
>
>
>
>>
>>I checked out Railo's unsupported tags and functions, and only
>>cfspreadsheet is a problem, but I see that there is
>>an extension out there.  I often have the need to output data into
>>multiple sheets within one file...
>>
>>
>
>
>
>I don't do much with cfspreadsheet, so I don't know if that's a deal
>breaker or not. I can say that the extension has done what I needed and
>done it well the handful of times I've needed that functionality.
>
>
>
>Bottom line. The future of CFML *is* Railo.
>
>
>
>HTH!
>
>
>

~|
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:352215
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[2]: CF10 vs Railo

2012-08-20 Thread Michael David

Ha -- yeah you are right, my security question was not at all specific. 
:)

I trust my own coding abilities as it relates to application security, 
but how secure is Railo itself?  For example, there were a handful of 
patches we had to do on CF9 to address certain vulnerabilities.  How 
about with Railo?  

-- 
Cheers!
Michael David



-- Original Message --
From: "Cameron Childress" 
To: "cf-talk" 
Sent: 8/20/2012 9:15:46 AM
Subject: Re: CF10 vs Railo
>On Mon, Aug 20, 2012 at 9:04 AM, Michael David <
>li...@michaeldavid.com
>>wrote:
>
>
>>
>>Anyone out there using Railo in a a high volume production environment?
>>  Using beefy hardware, I have been able to avoid the need to cluster so
>>far.  So, how is Railo's performance?
>>
>>
>
>
>My observations have been that generally speaking, Railo outperforms
>ColdFusion, but this is dependent on your code, your app, etc... there is
>no guarantee that it will be faster. Be sure to test your app yourself.
>
>The thing I need most is dependability.  I don't just have time to
>
>>
>>babysit temperamental installs. Is Railo rock-solid?
>>
>>
>
>
>It's pretty solid, though there are occasional issues. I have to say that
>I've found a few more issues on Railo than I have in CF, but the Railo guys
>usually fix them very quickly (sometimes in 24 hours) where Adobe can take
>months or even an entire product cycle to fix something.
>
>And what about security?
>
>
>
>What about it? This question is not specific enough to answer.
>
>
>
>>
>>How is its cfscript implementation?  I am on a mission to avoid tags to
>>the extent possible, except when rendering html.
>>
>>
>
>
>It's fine.
>
>
>
>>
>>I checked out Railo's unsupported tags and functions, and only
>>cfspreadsheet is a problem, but I see that there is
>>an extension out there.  I often have the need to output data into
>>multiple sheets within one file...
>>
>
>
>
>If you are the impatient type who expects everything to work the first
>time, 100% of the time, and are not willing to invest any TIME at all
>figuring something out, this is usually offset with another type of
>investment: MONEY. If this is your expectation, I would either 1) buy Adobe
>ColdFusion commercial licenses w/support or 2) user Railo and buy
>consulting help from the Railo team (getrailo.com).
>
>Having said that, I've gotten Railo working in production without buying
>consulting, but I may or may not have more patience than you do.
>
>-Cameron
>
>--
>Cameron Childress
>--
>p:   678.637.5072
>im: cameroncf
>facebook <
>http://www.facebook.com/cameroncf
>> |
>twitter<
>http://twitter.com/cameronc
>> |
>google+ <
>https://profiles.google.com/u/0/117829379451708140985
>>
>
>
>

~|
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:352213
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF10 vs Railo

2012-08-20 Thread Michael David

So -- the new CF licensing policy has me thinking

Anyone out there using Railo in a a high volume production environment? 
  Using beefy hardware, I have been able to avoid the need to cluster so 
far.  So, how is Railo's performance?

The thing I need most is dependability.  I don't just have time to 
babysit temperamental installs. Is Railo rock-solid?

And what about security?

How is its cfscript implementation?  I am on a mission to avoid tags to 
the extent possible, except when rendering html.

I checked out Railo's unsupported tags and functions, and only cfspreadsheet is 
a problem, but I see that there is 
an extension out there.  I often have the need to output data into 
multiple sheets within one file...

-- 
Cheers!
Michael David






~|
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:352205
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF 10 Licensing surprise?

2012-08-20 Thread Michael David

Hey has anyone noticed that Adobe has changed their policy on CPU and 
cores in CF10?

They way I read it, two cpus of 4 cores each are covered, but to cpus 
with 8 cores each requires two licenses. I am hoping I am misreading 
this, because I have a bunch of 16 core boxes.

:(
-- 
Cheers!
Michael David



~|
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:352200
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


X-Sendfile for IIS6

2012-08-06 Thread David Sifford

(I hope it's ok, but I thought I'd post this here as we're looking for a way to 
serve files via the Web server, similar to Ben Nadel's example at 
http://www.bennadel.com/blog/1226-Creating-Semi-Secure-File-Downloads-Without-Using-CFContent.htm
 ):

Hi everyone,

We're looking for something that is similar to the apache x-sendfile mod, but 
for IIS6.  There are a couple for IIS7 (Helicon Ape and 
https://github.com/stakach/IIS-X-Sendfile-plugin), and these guys at 
http://ssl.x-sendfile-for-iis.com/index say they will have it for IIS6, but the 
program is not available yet.  Would anyone have any pointers to something that 
does this?

Thanks for any info!

-- David 


~|
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:352057
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion Session lost on iPad... sometimes.

2012-07-03 Thread David Wilson

No we're not using a load balancer so that can't be it. Also the user ip is the 
same when they return from Paypal as when they left for Paypal.

> Do you have a load balancer?  We have seen this were a sticky session 
> ( ip based ) is lost due to ipaddress changes on some mobile devices 
> causing the balancer to send a request to a different server causing 
> cf to loose the session
> 
> Paul
> 
> 
> On 04/07/2012, at 9:00 PM, David Wilson  
> wrote:
> 
> > 
> > We are experiencing an unusual error after launching our site.
> > 
> > We have two options of payment for our app, Credit Card (using 
> Paypal to process the payment) and Paypal Express Checkout (which for 
> anyone who doesn't know, involves redirecting the user to Paypal and 
> then back to your site to confirm the purchase).
> > 
> > My problem is happening with the Express Checkout method. I'll try 
> and break down what is happening is steps.
> > 
> > !I SHOULD NOTE THIS IS ALL PROCESSED OVER HTTPS!
> > 
> > 1. User fills out sign up form on our site, then selects Paypal as 
> payment option, then submits form.
> > 
> > 2. Session variables are set based on the data the user entered. A 
> call is made to to Paypal using the API to get a Token for the 
> transaction.
> > 
> > 3. Once the token is received, we apprend it to a paypal url and 
> redirect the user to that url (the Paypal site)
> > 
> > 4. The user logs in, agree's to the transaction and is redirected 
> back to our site (Where their session should be waiting for them). 
> This is really where the problem is. Since launching we have had a few 
> random (seemingly) errors from someone who's session has been lost. I 
> noted the user_agent of the user was an iPad. Now, we have an iPad in 
> the office but we are able to sign up fine on it. As we can't 
> replicate the error we are finding it incredibly difficult to fix.
> > 
> > I'm happy to provide any additional info anyone may think is useful, 
> I'm just a bit stumped as to what's going on and could use some advice.
> 
> > 
> > Here are the relevant parts on my Application.cfc file.
> > 
> > 
> >this.name = "Example";
> >this.setclientcookies="yes";
> >this.sessionmanagement="yes";
> >this.sessiontimeout= CreateTimeSpan(0,0,15,0);
> >this.setdomaincookies="yes";
> >  
> > 
> >  
> >   output="false">
> > 
> > 
> > 
> > domain=".example.com" httponly="true">
> >
> > 
> > 
> >   
> > 
> > 
> > 


~|
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:351800
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Coldfusion Session lost on iPad... sometimes.

2012-07-03 Thread David Wilson

We are experiencing an unusual error after launching our site.
 
We have two options of payment for our app, Credit Card (using Paypal to 
process the payment) and Paypal Express Checkout (which for anyone who doesn't 
know, involves redirecting the user to Paypal and then back to your site to 
confirm the purchase).
 
My problem is happening with the Express Checkout method. I'll try and break 
down what is happening is steps.
 
!I SHOULD NOTE THIS IS ALL PROCESSED OVER HTTPS!
 
1. User fills out sign up form on our site, then selects Paypal as payment 
option, then submits form.
 
2. Session variables are set based on the data the user entered. A call is made 
to to Paypal using the API to get a Token for the transaction.
 
3. Once the token is received, we apprend it to a paypal url and redirect the 
user to that url (the Paypal site)
 
4. The user logs in, agree's to the transaction and is redirected back to our 
site (Where their session should be waiting for them). This is really where the 
problem is. Since launching we have had a few random (seemingly) errors from 
someone who's session has been lost. I noted the user_agent of the user was an 
iPad. Now, we have an iPad in the office but we are able to sign up fine on it. 
As we can't replicate the error we are finding it incredibly difficult to fix.
 
I'm happy to provide any additional info anyone may think is useful, I'm just a 
bit stumped as to what's going on and could use some advice.
 
Here are the relevant parts on my Application.cfc file.
 

this.name = "Example";
this.setclientcookies="yes";
this.sessionmanagement="yes";
this.sessiontimeout= CreateTimeSpan(0,0,15,0);
this.setdomaincookies="yes";
  
 
  
  
 

 


 
 
   


~|
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:351798
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 500 - Internal server error

2012-07-01 Thread Michael David

You checked on the settings page, to make sure use HTTP status codes 
was unchecked, yes?
-- 
Cheers!
Michael David


-- Original Message --
From: "Gonzo Rock" 
To: "cf-talk" 
Sent: 6/30/2012 8:28:45 PM
Subject: 500 - Internal server error
>We have a new Coldfusion 10 install that is running the identical code
>on many other systems but it is throwing a 500 - Internal server error
>and not running the 
>For example:
>Running a simple ErrorTest.cfm that holds only this one line
>
>#Garbage#
>
>Throws this error:
>500 - Internal server error.
>There is a problem with the resource you are looking for, and it
>cannot be displayed.
>
>Been all over the CFAdmin thinking there is some new setting or
>something but coming up empty.
>
>Is there something about IIS7 on a Windows 2008 box that needs
>something special to make all this work?  Hours online only seems to
>lead me in circles. Anything you might suggest would be a welcome path
>to investigate.
>
>Thanks!
>
>

~|
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:351778
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


SMTP Service for CF Generated Emails

2012-06-30 Thread Michael David

Hey -- might any of you know a good, reliable SMTP provider that offers 
a dedicated IP Address?  

I am sure I can find one, but I would prefer to go with a provider that 
other CF-folks have used successfully.

-- 
Cheers!
Michael David




~|
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:351771
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[6]: cfscript zip example?

2012-06-26 Thread Michael David

Ah.  My apologies to the list for my inadvertent faux pas.

(And thanks to the two kind souls who sent me messages off-list...)
-- 
Cheers!
Michael David


-- Original Message --
From: "Nathan Strutz" 
To: "cf-talk" 
Sent: 6/25/2012 10:18:28 PM
Subject: Re: Re[4]: cfscript zip example?
>Michael,
>
>Start a new thread. Start a new subject. Don't hijack ;)
>
>nathan strutz
>[
>www.dopefly.com
>] [hi.im/nathanstrutz] [about.me/nathanstrutz]
>
>
>On Mon, Jun 25, 2012 at 6:09 PM, Michael David <
>li...@michaeldavid.com
>>wrote:
>
>
>>
>>
>>Ok, I'll bite. :)
>>
>>How is Railo compared, say, to CF9?  Is it solid enough on IIS7 for
>>high-volume production use?
>>
>>Seriously, not trying to touch off some debate here.  I'm just
>>curious...
>>
>>--
>>Cheers!
>>Michael David
>>
>>
>>-- Original Message --
>>From: "Matt Quackenbush" <
>>quackfu...@gmail.com
>>>
>>To: "cf-talk" <
>>cf-talk@houseoffusion.com
>>>
>>Sent: 6/25/2012 2:23:14 PM
>>Subject: Re: Re[2]: cfscript zip example?
>>>It's called Railo. :D
>>>
>>>
>>>On Mon, Jun 25, 2012 at 12:52 PM, Michael David <
>>>
>>li...@michaeldavid.com
>>
>>>>wrote:
>>>
>>>
>>>>
>>>>
>>>>Seriously!
>>>>
>>>>I sure wish that Adobe would provide a cfscript solution for every
>>>>cftag, for those of us who prefer the former.
>>>>
>>>>--
>>>>Cheers!
>>>>Michael David
>>>>
>>>>
>>>>-- Original Message --
>>>>From: "Andrew Scott" <
>>>>
>>andr...@andyscott.id.au
>>
>>>>>
>>>>To: "cf-talk" <
>>>>
>>cf-talk@houseoffusion.com
>>
>>>>>
>>>>Sent: 6/25/2012 11:05:08 AM
>>>>Subject: Re: cfscript zip example?
>>>>>Hmmm, for some reason I thought there had been some functions for zip...
>>>>Oh
>>>>>well, more tags not converted to script that adobe think we don't use
>>:-(
>>>>>
>>>>>--
>>>>>Regards,
>>>>>Andrew Scott
>>>>>WebSite:
>>>>>
>>>>
>>http://www.andyscott.id.au/
>>
>>>>
>>>>>
>>>>>Google+:
>>>>>
>>>>
>>http://plus.google.com/108193156965451149543
>>
>>>>
>>>>>
>>>>>
>>>>>
>>>>>On Tue, Jun 26, 2012 at 12:48 AM, Raymond Camden <
>>>>>
>>>>
>>raymondcam...@gmail.com
>>
>>>>
>>>>>>wrote:
>>>>>
>>>>>
>>>>>>
>>>>>>
>>>>>>There is no script support for cfzip. He is using a script based CFC.
>>>>>>
>>>>>>On Mon, Jun 25, 2012 at 4:08 AM, Andrew Scott <
>>>>>>
>>>>
>>andr...@andyscott.id.au
>>
>>>>
>>>>>>>
>>>>>>wrote:
>>>>>>>
>>>>>>> Paul, Nathan is asking is there any reason you are not using
>>>>ColdFusion 8
>>>>>>> and its tag/script based support for zip, instead of a 3rd party
>>>>library.
>>>>>>>
>>>>>>> --
>>>>>>> Regards,
>>>>>>> Andrew Scott
>>>>>>> WebSite:
>>>>>>
>>>>
>>http://www.andyscott.id.au/
>>
>>>>
>>>>>>
>>>>>>> Google+:
>>>>>>
>>>>
>>http://plus.google.com/108193156965451149543
>>
>>>>
>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>

~|
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:351712
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[4]: cfscript zip example?

2012-06-25 Thread Michael David

Ok, I'll bite. :)

How is Railo compared, say, to CF9?  Is it solid enough on IIS7 for 
high-volume production use?

Seriously, not trying to touch off some debate here.  I'm just 
curious...

-- 
Cheers!
Michael David


-- Original Message --
From: "Matt Quackenbush" 
To: "cf-talk" 
Sent: 6/25/2012 2:23:14 PM
Subject: Re: Re[2]: cfscript zip example?
>It's called Railo. :D
>
>
>On Mon, Jun 25, 2012 at 12:52 PM, Michael David <
>li...@michaeldavid.com
>>wrote:
>
>
>>
>>
>>Seriously!
>>
>>I sure wish that Adobe would provide a cfscript solution for every
>>cftag, for those of us who prefer the former.
>>
>>--
>>Cheers!
>>Michael David
>>
>>
>>-- Original Message --
>>From: "Andrew Scott" <
>>andr...@andyscott.id.au
>>>
>>To: "cf-talk" <
>>cf-talk@houseoffusion.com
>>>
>>Sent: 6/25/2012 11:05:08 AM
>>Subject: Re: cfscript zip example?
>>>Hmmm, for some reason I thought there had been some functions for zip...
>>Oh
>>>well, more tags not converted to script that adobe think we don't use :-(
>>>
>>>--
>>>Regards,
>>>Andrew Scott
>>>WebSite:
>>>
>>http://www.andyscott.id.au/
>>
>>>
>>>Google+:
>>>
>>http://plus.google.com/108193156965451149543
>>
>>>
>>>
>>>
>>>On Tue, Jun 26, 2012 at 12:48 AM, Raymond Camden <
>>>
>>raymondcam...@gmail.com
>>
>>>>wrote:
>>>
>>>
>>>>
>>>>
>>>>There is no script support for cfzip. He is using a script based CFC.
>>>>
>>>>On Mon, Jun 25, 2012 at 4:08 AM, Andrew Scott <
>>>>
>>andr...@andyscott.id.au
>>
>>>>>
>>>>wrote:
>>>>>
>>>>> Paul, Nathan is asking is there any reason you are not using
>>ColdFusion 8
>>>>> and its tag/script based support for zip, instead of a 3rd party
>>library.
>>>>>
>>>>> --
>>>>> Regards,
>>>>> Andrew Scott
>>>>> WebSite:
>>>>
>>http://www.andyscott.id.au/
>>
>>>>
>>>>> Google+:
>>>>
>>http://plus.google.com/108193156965451149543
>>
>>>>
>>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>

~|
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:351706
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[2]: cfscript zip example?

2012-06-25 Thread Michael David

Seriously!  

I sure wish that Adobe would provide a cfscript solution for every 
cftag, for those of us who prefer the former. 

-- 
Cheers!
Michael David


-- Original Message --
From: "Andrew Scott" 
To: "cf-talk" 
Sent: 6/25/2012 11:05:08 AM
Subject: Re: cfscript zip example?
>Hmmm, for some reason I thought there had been some functions for zip... Oh
>well, more tags not converted to script that adobe think we don't use :-(
>
>--
>Regards,
>Andrew Scott
>WebSite:
>http://www.andyscott.id.au/
>
>Google+:
>http://plus.google.com/108193156965451149543
>
>
>
>On Tue, Jun 26, 2012 at 12:48 AM, Raymond Camden <
>raymondcam...@gmail.com
>>wrote:
>
>
>>
>>
>>There is no script support for cfzip. He is using a script based CFC.
>>
>>On Mon, Jun 25, 2012 at 4:08 AM, Andrew Scott <
>>andr...@andyscott.id.au
>>>
>>wrote:
>>>
>>> Paul, Nathan is asking is there any reason you are not using ColdFusion 8
>>> and its tag/script based support for zip, instead of a 3rd party library.
>>>
>>> --
>>> Regards,
>>> Andrew Scott
>>> WebSite:
>>http://www.andyscott.id.au/
>>
>>> Google+:
>>http://plus.google.com/108193156965451149543
>>
>>>
>>
>>
>>
>
>
>

~|
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:351697
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[2]: Best practices

2012-06-21 Thread Michael David

I assume the GNOME scope is only used for really short variables, yes?

(sorry, I just couldn't resist)

:)

-- 
Cheers!
Michael David




-- Original Message --
From: "Stephens, Larry V" 
To: "cf-talk" 
Sent: 6/21/2012 9:26:48 AM
Subject: RE: Best practices
>And, IMO, there's a point too often overlooked: commenting and style (as in 
>indenting code and naming stuff).
>
>I've sometimes been weak about comments in my code - but I'm trying to do 
>better. I have trouble remembering what I was trying to do when I revisit code 
>after a few months, let alone looking at someone else's code. And while I'll 
>buy that some code is self-documenting I don't buy that on a much grander 
>scale than a half-dozen lines or so.
>
>I am insistent that and code written for my department be properly indented 
>and that includes javascript (and I don't mean online libraries). I'm willing 
>to give up the fractional difference in load or execution time for code I can 
>decipher without developing ulcers.
>
>I recently had to help with some code with really outlandish variable and 
>field names.
>  (not really, but a good paraphrase)
>
>Name stuff so the next person that looks at the code has a clue what you're 
>doing.
>
>
>
>-Original Message-
>From: Maureen [mailto:
>mamamaur...@gmail.com
>]
>Sent: Wednesday, June 20, 2012 6:18 PM
>To: cf-talk
>Subject: Re: Best practices
>
>
>If I wrap a large amount of code in cfoutput tags, I always comment the 
>starting and ending tags to describe what they wrap.  It makes it easier to 
>match them when debugging.
>
>On Wed, Jun 20, 2012 at 3:05 PM, Rob Voyle <
>robvo...@voyle.com
>> wrote:
>
>>
>>
>>Hi folks
>>
>>Thanks for the input and help.
>>I had not been thinking in terms of speed but of accuracy, which
>>doesn't seem to be an issue. The page isn't that big that speed is
>>going to be a problem. It is actually much easier to code without the
>> as I have several paragraphs with variable scattered throughout.
>>
>
>
>
>
>

~|
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:351631
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[2]: CF10 vs CF9 performance

2012-06-18 Thread Michael David

Thanks Byron -- I am going to roll out CF10 on a couple of sites and 
see how it goes.  I can always roll back if I have to.

-- 
Cheers!
Michael David


-- Original Message --
From: "Byron Mann" 
To: "cf-talk" 
Sent: 6/13/2012 1:51:21 AM
Subject: Re: CF10 vs CF9 performance
>We have our internal cluster running 10.
>
>We had an issue with consuming some .NET web services that returned complex
>objects. Some of the accesor methods used to look like isIsAdmin(), are now
>getIsAdmin().
>
>We also were using the MS JDBC driver on CF 9.0.1 for DSNs, since we had
>issues running on Jetty and using trusted authentication with the baked in
>MS SQL driver.
>
>With CF10 we couldn't get trusted auth working with the MS JDBC driver and
>reverted back to the CF10 MS SQL driver without issue.
>
>Performance wise, we used IIS rewrite rules to offload the Cf requests to
>the 9 cluster, we now use the CF10 connectors to a cluster and have noticed
>some significant improvements. We haven't done analysis in-depth, so it is
>hard to say if this is the connector or actually CF10. I have a feeling it
>is 10 more than the connectors, as a lot of the functions consuming web
>services seem to act more reliably and faster with axis 2.
>
>I can say I have had far less service restarts. We used to have many
>threads hang with web service calls. Seems like those Soap requests will
>actually timeout properly now using axis 2.
>
>In fact today, I had to replace a jar file on all the instances and noticed
>all of them had been up since I manually restarted them about 10 days ago
>for something similar.
>
>I will say enabling execution times for debugging is simply awful, if you
>have a lot/of templates processing on a page.  The tree view actually runs
>better than the standard view now.  We were seeing 7+ seconds debug render
>times for summary view, as opposed/to 2+ seconds for the tree view, which
>still kind of stinks, on some pages in our staging environment.
>
>Byron Mann
>Lead Engineer and Architect
>Hostmysite.com
>On Jun 11, 2012 12:10 PM, "Michael David" <
>li...@michaeldavid.com
>> wrote:
>
>
>>
>>
>>Has anyone seen any performance stats on CF10 vs CF9?
>>
>>Also, has anyone here put CF10 into production yet? I usually wait for
>>a few months to see if any issues arise, but am pondering putting CF10
>>into production on a project that will be launching soon.
>>--
>>Cheers!
>>Michael David
>>
>>
>>
>>
>>
>
>
>

~|
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:351610
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[4]: 504 Gateway Time-out

2012-06-18 Thread Michael David

There could be a box in the middle even though the URL is not an ATT 
URL (and its likely the case).

How about you change the 504 message on your box to something else and 
see if you got your custom error message?

-- 
Cheers!
Michael David


-- Original Message --
From: "John M Bliss" 
To: "cf-talk" 
Sent: 6/18/2012 11:41:55 AM
Subject: Re: Re[2]: 504 Gateway Time-out
>I suppose that's possible, but:
>
>- I'm not being redirected to AT&T URL. URL shows as it should.
>- I've never seen this with any other sites.
>On Jun 18, 2012 10:39 AM, "Michael David" <
>li...@michaeldavid.com
>> wrote:
>
>
>>
>>
>>Is it possible that the 504 error you are getting is actually not
>>coming for your server, but rather an ATT gateway or proxy that thinks
>>it did not get a timely response? (perhaps due to it's own traffic
>>load)
>>--
>>Cheers!
>>Michael David
>>
>>
>>-- Original Message --
>>From: "John M Bliss" <
>>bliss.j...@gmail.com
>>>
>>To: "cf-talk" <
>>cf-talk@houseoffusion.com
>>>
>>Sent: 6/15/2012 5:48:54 PM
>>Subject: Re: 504 Gateway Time-out
>>>No, I'm not sure. But I can't think of how/why I'd be getting that
>>specific
>>>error from IIS based on...what? The fact that I'm coming from at AT&T IP?
>>>And, mind you, this was not happening on every request and has never
>>>happened before today. Could it be something that RackSpace did to our
>>>firewall?
>>>On Jun 15, 2012 4:44 PM, "Russ Michaels" <
>>>
>>r...@michaels.me.uk
>>
>>>> wrote:
>>>
>>>
>>>>
>>>>
>>>>Are you sure it's not just a network issue if it only happens over your
>>>>mobile
>>>>On Jun 15, 2012 10:35 PM, "John M Bliss" <
>>>>
>>bliss.j...@gmail.com
>>
>>>>> wrote:
>>>>
>>>>>
>>>>> Come again...?
>>>>> On Jun 15, 2012 4:33 PM, "Russ Michaels" <
>>>>
>>r...@michaels.me.uk
>>
>>>>> wrote:
>>>>>
>>>>> >
>>>>> > Are I sure it's not a network issue then
>>>>> > On Jun 15, 2012 9:45 PM, "John M Bliss" <
>>>>
>>bliss.j...@gmail.com
>>
>>>>> wrote:
>>>>> >
>>>>> > >
>>>>> > > So far, I've only seen it when browsing on my laptop when my laptop
>>>>is
>>>>> > > connected to the 'Net via wifi <-> Android phone <-> AT&T "4G."
>>>>> > >
>>>>> > >
>>>>> > > On Fri, Jun 15, 2012 at 3:22 PM, Russ Michaels <
>>>>
>>r...@michaels.me.uk
>>
>>>>>
>>>>> > > wrote:
>>>>> > >
>>>>> > > >
>>>>> > > > Are you saying this error only occurs when your browsing on your
>>>>> > mobile?
>>>>> > > > On Jun 15, 2012 6:44 PM, "John M Bliss" <
>>>>
>>bliss.j...@gmail.com
>>
>>>>>
>>>>> wrote:
>>>>> > > >
>>>>> > > > >
>>>>> > > > > Yes. New clue(?): requests in question are coming from an
>>>>atypical
>>>>> > > > > "location:" I'm in the car using my Android phone as a hotspot.
>>>>> When
>>>>> > I
>>>>> > > > > instead remote into the actual server and drop the URL into the
>>>>> > > browser,
>>>>> > > > I
>>>>> > > > > cannot reproduce the problem.
>>>>> > > > >
>>>>> > > > > Ideas?
>>>>> > > > >
>>>>> > > > >
>>>>> > > > > On Fri, Jun 15, 2012 at 12:40 PM, Russ Michaels <
>>>>>
>>>>
>>r...@michaels.me.uk
>>
>>>>
>>>>> > >
>>>>> > > > > wrote:
>>>>> > > > >
>>>>> > > > > >
>>>>> > > > > > well this would imply that iis cannot connect to cf, have you
>>>>> > > restarted
>>>

Re[2]: 504 Gateway Time-out

2012-06-18 Thread Michael David

Is it possible that the 504 error you are getting is actually not 
coming for your server, but rather an ATT gateway or proxy that thinks 
it did not get a timely response? (perhaps due to it's own traffic 
load)
-- 
Cheers!
Michael David


-- Original Message --
From: "John M Bliss" 
To: "cf-talk" 
Sent: 6/15/2012 5:48:54 PM
Subject: Re: 504 Gateway Time-out
>No, I'm not sure. But I can't think of how/why I'd be getting that specific
>error from IIS based on...what? The fact that I'm coming from at AT&T IP?
>And, mind you, this was not happening on every request and has never
>happened before today. Could it be something that RackSpace did to our
>firewall?
>On Jun 15, 2012 4:44 PM, "Russ Michaels" <
>r...@michaels.me.uk
>> wrote:
>
>
>>
>>
>>Are you sure it's not just a network issue if it only happens over your
>>mobile
>>On Jun 15, 2012 10:35 PM, "John M Bliss" <
>>bliss.j...@gmail.com
>>> wrote:
>>
>>>
>>> Come again...?
>>> On Jun 15, 2012 4:33 PM, "Russ Michaels" <
>>r...@michaels.me.uk
>>> wrote:
>>>
>>> >
>>> > Are I sure it's not a network issue then
>>> > On Jun 15, 2012 9:45 PM, "John M Bliss" <
>>bliss.j...@gmail.com
>>> wrote:
>>> >
>>> > >
>>> > > So far, I've only seen it when browsing on my laptop when my laptop
>>is
>>> > > connected to the 'Net via wifi <-> Android phone <-> AT&T "4G."
>>> > >
>>> > >
>>> > > On Fri, Jun 15, 2012 at 3:22 PM, Russ Michaels <
>>r...@michaels.me.uk
>>>
>>> > > wrote:
>>> > >
>>> > > >
>>> > > > Are you saying this error only occurs when your browsing on your
>>> > mobile?
>>> > > > On Jun 15, 2012 6:44 PM, "John M Bliss" <
>>bliss.j...@gmail.com
>>>
>>> wrote:
>>> > > >
>>> > > > >
>>> > > > > Yes. New clue(?): requests in question are coming from an
>>atypical
>>> > > > > "location:" I'm in the car using my Android phone as a hotspot.
>>> When
>>> > I
>>> > > > > instead remote into the actual server and drop the URL into the
>>> > > browser,
>>> > > > I
>>> > > > > cannot reproduce the problem.
>>> > > > >
>>> > > > > Ideas?
>>> > > > >
>>> > > > >
>>> > > > > On Fri, Jun 15, 2012 at 12:40 PM, Russ Michaels <
>>>
>>r...@michaels.me.uk
>>
>>> > >
>>> > > > > wrote:
>>> > > > >
>>> > > > > >
>>> > > > > > well this would imply that iis cannot connect to cf, have you
>>> > > restarted
>>> > > > > CF
>>> > > > > > ?
>>> > > > > >
>>> > > > > > On Fri, Jun 15, 2012 at 6:33 PM, John M Bliss <
>>> >
>>bliss.j...@gmail.com
>>>
>>> > > > > > wrote:
>>> > > > > >
>>> > > > > > >
>>> > > > > > > Done.  Error persists.
>>> > > > > > >
>>> > > > > > > On Fri, Jun 15, 2012 at 12:26 PM, Russ Michaels <
>>> > >
>>r...@michaels.me.uk
>>
>>> > > > >
>>> > > > > > > wrote:
>>> > > > > > >
>>> > > > > > > >
>>> > > > > > > > use the web config tool to disable and then enable cf on
>>your
>>> > > site,
>>> > > > > > this
>>> > > > > > > > will re-create the connector as well.
>>> > > > > > > >
>>> > > > > > > >
>>> > > > > > > >
>>> > > > > > > > On Fri, Jun 15, 2012 at 6:24 PM, John M Bliss <
>>> > > >
>>bliss.j...@gmail.com
>>>
>>> > > > > > > > wrote:
>>> > > > > > > >
>>> > > > > > > > >
>>> > > > > > > > > Just did when you suggested it.  :-

CF10 vs CF9 performance

2012-06-11 Thread Michael David

Has anyone seen any performance stats on CF10 vs CF9?  

Also, has anyone here put CF10 into production yet? I usually wait for 
a few months to see if any issues arise, but am pondering putting CF10 
into production on a project that will be launching soon.
-- 
Cheers!
Michael David



~|
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:351539
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CfBuilder 2 Syncronization

2012-06-11 Thread Michael David

Any CF Builder 2 users out there?

How do you synchronize to local servers?  So, for example, I want to 
sync to: \\production\d$\webroot\

How the heck do I do that?

CFB2 is certainly interesting, but often seems unnecessarily obtuse. :(

-- 
Cheers!
Michael David



~|
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:351533
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Coupla CF Builder Questions

2012-06-09 Thread Michael David

I have a couple of questions for you CF Builder folks:

1) Even though I changed the indentation in the Coldfusion Formatter 
profile to use spaces, with an indentation size of 2, I am still 
getting a single tab for indentation.  What am I missing here?

2) When I save a perspective, and then subsequently reload that 
perspective after restart, the saved perspective that loads is nothing 
like the perspective I saved.  What am I doing wrong?

I have not decided yet if I like CF Builder.  It seems like it should 
be an improvement, but so far I have spent a lot of time 
learning/tweaking which is getting in the way of the coding.

I guess time will tell

-- 
Cheers!
Michael David






~|
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:351524
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[4]: Trouble setting up CF Builder

2012-06-08 Thread Michael David

Well, I've been coding in intelliJ for some time now -- I sorta have this 
love/hate thing going on with it. :)

I will say this though: there is something remarkably satisfying about 
coding in IntelliJ.  And yet, it is a bit quirky. Unfortunately, it 
seems like the CF plugin is a bit low on their priority list. 

So I've pondering trying CFB2 for a while, but it seems there never is 
any time for experimentation anymore (or anything else).  All work and 
no play :(

Anyway, this thread motivated me to download and give Coldfusion 
Builder 2 it a shot.  Not sure how I feel about it yet, though it does 
seem more solid than I expected.

BTW, for a long time, I was coding CF (and js, and xhtml, and css) in 
UltraEdit, and you know what?  That didn't suck so bad. :)  UltraEdit 
is quite a powerful little editor...

-- Original Message --
From: "Robert Rhodes" 
To: "cf-talk" 
Sent: 6/9/2012 12:58:21 AM
Subject: Re: Re[2]: Trouble setting up CF Builder
>Glad to hear I am not the only one who thinks that.  But then, I have been
>using Dreamweaver for for a long time.  CFB is a whole new world for me.
>
>On Sat, Jun 9, 2012 at 12:13 AM, Michael David <
>li...@michaeldavid.com
>>wrote:
>
>
>>
>>
>>So you are editing directly on the files that are in the dev server
>>webroot?  That will take some getting used to.  I am used to editing
>>locally and them pushing the files to the dev server for testing.
>>
>>
>>
>>-- Original Message --
>>From: "Dave Watts" <
>>dwa...@figleaf.com
>>>
>>To: "cf-talk" <
>>cf-talk@houseoffusion.com
>>>
>>Sent: 6/9/2012 12:08:12 AM
>>Subject: Re: Trouble setting up CF Builder
>>>>
>>>>But here's a question:  How do I get the files from the project directory
>>>>into the local webroot?  (I am running IIS7, btw).  I do not see any
>>>>mechanism to Put or Publish the files to the web root.  I am sure it's
>>>>something staring me in the face and I am just not seeing it.  Any ideas?
>>>>
>>>
>>>
>>>I just put my projects in the local web root in the first place - when
>>>you create a project, you can uncheck the default project location
>>>(which by default is in your workspace, which in turn is in your
>>>Windows profile). Alternatively, you can simply create a workspace in
>>>your web root, and all subsequent projects will then go in there by
>>>default.
>>>
>>>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 on
>>>
>>>
>>
>>
>>
>
>
>

~|
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:351518
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re[2]: Trouble setting up CF Builder

2012-06-08 Thread Michael David

So you are editing directly on the files that are in the dev server 
webroot?  That will take some getting used to.  I am used to editing 
locally and them pushing the files to the dev server for testing.



-- Original Message --
From: "Dave Watts" 
To: "cf-talk" 
Sent: 6/9/2012 12:08:12 AM
Subject: Re: Trouble setting up CF Builder
>>
>>But here's a question:  How do I get the files from the project directory
>>into the local webroot?  (I am running IIS7, btw).  I do not see any
>>mechanism to Put or Publish the files to the web root.  I am sure it's
>>something staring me in the face and I am just not seeing it.  Any ideas?
>>
>
>
>I just put my projects in the local web root in the first place - when
>you create a project, you can uncheck the default project location
>(which by default is in your workspace, which in turn is in your
>Windows profile). Alternatively, you can simply create a workspace in
>your web root, and all subsequent projects will then go in there by
>default.
>
>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 on
>
>

~|
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:351514
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cflayout and CKEditor don't play well together...sometimes.

2012-05-31 Thread David Moore

It still sounds like an excuse. If they are going to allow this "mixing", they 
should either not provide the feature or make it work. Both are provided 
features within ColdFusion. They are both cf tags,  and ? If Adobe is going to include them within ColdFusion they should make 
sure they work. 

Does no one have an idea why CKEditor works in the first , but if 
it is in any other where a tab has to be selected it does not appear correctly? 

~|
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:351390
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cflayout and CKEditor don't play well together...sometimes.

2012-05-30 Thread David Moore

I am using CF 9.1 on a Windows 2008 Web Server and have noticed another issue 
with cflayout(area). This (of course) only occurs in IE9. It works fine in 
Firefox. 

Let's say I build a cflayout page with 3 cflayoutareas (tabs). If I place a 
rich cftextarea (CKEditor) within tab 2 or 3 it does not display correctly. If 
I place the CKEditor in the first tab (or cflayoutarea) it displays and 
functions correctly?

Besides the obvious, don't use cflayout and use jQuery libraries instead, does 
anyone have an idea of what is going on with the first cflayoutarea so that 
CKEditor works and force that to allow CKEditor to work in every cflayoutarea. 
Can anyone else dulicate the error and am I just missing something. According 
to a technical support email I got from Adobe they are aware of the issue(s) 
with cflayout and CKEditor.

I just get so frustrated when cf tags don't work as they are promoted. I don't 
know of any other Adobe product where having "broken" features is acceptable: 
Photoshop, Illustrator, etc. Why is it Adobe allows ColdFusion to be sold 
knowing there are going to be problems with features. Then when they are made 
aware of them, don't fix all of them on an update release. While they do fix 
some, they ignore others. Then tell us it will be fixed in the next version I 
have to now pay for to solve their problemonly to find, as in past 
experiences, something else will break. I am getting very frustrated with 
Adobe's seeming lack of attention to ColdFusion and providing a totally clean 
product. I am also tired of the excuse that I get in emails from their support 
that "we get the code for that feature from someone else and that's where the 
real problem lies". Really? Really!

Rant over. Feedback welcome. And hopeful for a solution to my cflayout issue 
from all the experts in this group!

David 

~|
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:351369
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfmail to Exchange using TLS

2012-05-23 Thread David Phelan

I am developing a solution for my company to be able to send email from our
CF 8 application using TLS for security reasons and have a couple things
that I would like to get clarified.

I looked at the headers of the emails sent by my solution and I noticed
that the transfer encoding was only 7 bit.  The certificate that we are
using on the development box is self signed so I am hoping that is the
reason for the low encoding level, but I'm not sure.  What I would like to
clarify is the following:


   1. Is the self signed certificate the reason for the encoding level?
   2. Will a genuine certificate from a reputable source improve the
   encoding level?
   3. Do I need to install a certificate somewhere in ColdFusion?
   4. Is this a limitation of the CF 8 cfmail tag?
   5. Is this something that needs to be addressed on the Exchange server?
   6. Am I off the mark on this completely?

I have no experience sending secured email from CF so any help or advice
would be appreciated.

TIA

-- 
David Phelan
ColdFusion/Flex Application Developer
phelan.dav...@gmail.com


~|
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:351315
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfpdf and cfzip without writing to disk

2012-02-29 Thread David Mineer Jr

Ray's right, cfpdf doesn't work with VFS. I did see that in the docs.

---
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


~|
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:350170
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfpdf and cfzip without writing to disk

2012-02-29 Thread David Mineer Jr

I want to take a pdf, add a watermark and then add that file to a zip
folder.  I want the original file to stay where it is, without the
watermark.  But the new pdf with the watermark should be added to the pdf
file.

I also want everything but the original deleted when the page finishes and
the customer downloads the zip file.

Do I have to write the modified pdf (the one with the watermark) to disk to
be able to add it the zip?  I can't seem to get cfzip to take the pdf
variable. I can only get cfzip to read from disk.

TIA<

---
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


~|
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:350161
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Returning errors from MySQL to AjaxCFC

2012-02-01 Thread David Torres

This sure worked Russ, but I noticed that I made a mistake earlier in my 
function. I placed the cftry tags in the wrong place. Anyway, here is what I 
did returning a struct and a string.

USING A STRING:




...













USING STRUCT:
  



...













Thank you 

~|
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:349705
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Returning errors from MySQL to AjaxCFC

2012-02-01 Thread David Torres

I sure thought about that Russ. The only thing is where and how to set the 
struct with the cfcatch errors in order to return the struct. If you have an 
idea let me now. I will look into that in the meantime. 

~|
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:349697
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Returning errors from MySQL to AjaxCFC

2012-01-31 Thread David Torres

Hello all,
I have this situation. I am trying to send an error message from a cfquery 
doing an update in a cffunction. The update is supposed to throw a duplicate 
record error message, but even when a try a cftry and cfcatch, ajaxCFC just 
return the "Invalid Reply from Server" message. 

Does anybody has been able to manage this situation?
Thanks 

~|
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:349686
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfimage issue with dpi

2011-11-10 Thread David Moore

> Is it a page execution timeout or some database query execution timeout?

Sorry I haven't gotten back, been out sick. All I know is that the code works 
fine if the image being uploaded is 72dpi. If the dpi is larger, I get an error 
message that the cfquery which follows the upload times out? What is confusing 
is that the code works and correctly resizes the image for a thumbnail, preview 
and display size. Places the images in the correct folders, then throws an 
error.

Any suggestions? 

~|
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:348581
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfimage issue with dpi

2011-11-04 Thread David Moore

I have an app that uploads and converts images to the appropriate sizes for 
website display. If the image being uploaded is 72dpi, it works fine. If the 
image is 97 dpi or up, the image is processed appropriately and saved as 72 
dpi. Yet, whole the process works, it throws an error. The error is that the 
cfquery that directly follows says it times out.

I have tested it with file sizes and different file types. The only thing in 
common is the file size. Anyone have a clue what could be going on. 

~|
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:348445
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Error loading: C:/ColdFusion9/runtime/jre\bin\server\jvm.dll

2011-09-29 Thread David Mineer Jr

K, hold the phone.  Looks like I installed 64 bit cf and downloaded and
tried to install the 32 bit 9.0.1 upgrade file.  So I'm a complete idiot.  I
get a new computer and apparently I can't even think straight cause I am so
excited.

Sorry. Thanks for trying to help me. Apparently I am beyond help.

---
David Mineer Jr


~|
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:347837
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Error loading: C:/ColdFusion9/runtime/jre\bin\server\jvm.dll

2011-09-29 Thread David Mineer Jr

Everything I found to download was the same version as the one on my
machine.  I put it in the directory. I restarted and registered the
downloaded file.  But still same problem.

I installed the latest Java JDK because I saw that in a thread somewhere.

This is kicking my but.  All the other coldfusion services are running, but
the main application service won't start up. And the web configuration tool
won't either
crap!

Anyone else have any ideas?
---
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


On Thu, Sep 29, 2011 at 12:40 PM, Russ Michaels  wrote:

>
> here you go
>
> http://lmgtfy.com/?q=download+msvcr71.dll
>
>
> >
> >
> > On Thu, Sep 29, 2011 at 12:10 PM, Russ Michaels 
> wrote:
> >
> >>
> >> try updating your msvcr71.dll to a newer version
> >>
> >> On Thu, Sep 29, 2011 at 5:14 PM, David Mineer Jr 
> wrote:
> >> >
> >> > The update completes succesfully. It restarts all CF services (I do
> stop
> >> > them before upgrade) except the main one.  And running the webserver
> >> > configuration tool or starting the Main CF 9 service both don't work.
> >>  Doing
> >> > those from the command line give the error: Error loading:
> >> > C:/ColdFusion9/runtime/jre\bin\server\jvm.dll.  That is also what
> shows
> >> up
> >> > in the coldfusion-out.log
> >> >
> >> > ---
> >> > David Mineer Jr
> >> > -
> >> > The critical ingredient is getting off your
> >> > butt and doing something. It's as simple
> >> > as that. A lot of people have ideas, but
> >> > there are few who decide to do
> >> > something about them now. Not
> >> > tomorrow. Not next week. But today.
> >> > The true entrepreneur is a doer.
> >> >
> >> >
> >> > On Thu, Sep 29, 2011 at 10:06 AM, Russ Michaels 
> >> wrote:
> >> >
> >> >>
> >> >> check the update log and it will tell you what failed.
> >> >> you also need to make sure you have ALL the cf related services and
> >> >> IIS stopped when you update.
> >> >>
> >> >>
> >> >> On Thu, Sep 29, 2011 at 4:50 PM, David Mineer Jr 
> >> wrote:
> >> >> >
> >> >> > I just got a new computer yesterday. Setup was easy.  Everything
> went
> >> on
> >> >> the
> >> >> > new computer in just a few hours.  Except coldfusion.  For the life
> of
> >> me
> >> >> I
> >> >> > cannot get coldfusion 9.0.1 installed and running.
> >> >> >
> >> >> > Installing coldfusion 9.0 is no problem and it works.
> >> >> >
> >> >> > However, the upgrade from 9.0 to 9.0.1 is not working at all.  I
> tried
> >> >> all
> >> >> > variations.  Using IIS. Using the builtin web server.  Saw all the
> IIS
> >> >> > compatibility stuff and played with variations of that.
> >> >> >
> >> >> > Windows 7 Home 64 bit
> >> >> >
> >> >> > The log shows the following:
> >> >> >
> >> >> > Error loading: C:/ColdFusion9/runtime/jre\bin\server\jvm.dll
> >> >> >
> >> >> > Coldfusion won't start and the web server configuration tool just
> >> flashes
> >> >> > and goes away before I can read what is happening.
> >> >> >
> >> >> > I saw some posts about msvcr71.dll . I could only find that file in
> >> one
> >> >> > place, an that was part of a roxio or some software and moving it
> over
> >> >> did
> >> >> > not fix the problem
> >> >> >
> >> >> > Can anyone help?  I really have researched this and hopefully I am
> >> just
> >> >> > missing something simple.
> >> >> >
> >> >> > ---
> >> >> > David Mineer Jr
> >> >> > -
> >> >> > The critical ingredient is getting off your
> >> >> > butt and doing something. It's as simple
> >> >> > as that. A lot of people have ideas, but
> >> >> > there are few who decide to do
> >> >> > something about them now. Not
> >> >> > tomorrow. Not next week. But today.
> >> >> > The true entrepreneur is a doer.
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >
>
> 

~|
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:347826
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Error loading: C:/ColdFusion9/runtime/jre\bin\server\jvm.dll

2011-09-29 Thread David Mineer Jr

Where can I get that from?

---
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


On Thu, Sep 29, 2011 at 12:10 PM, Russ Michaels  wrote:

>
> try updating your msvcr71.dll to a newer version
>
> On Thu, Sep 29, 2011 at 5:14 PM, David Mineer Jr  wrote:
> >
> > The update completes succesfully. It restarts all CF services (I do stop
> > them before upgrade) except the main one.  And running the webserver
> > configuration tool or starting the Main CF 9 service both don't work.
>  Doing
> > those from the command line give the error: Error loading:
> > C:/ColdFusion9/runtime/jre\bin\server\jvm.dll.  That is also what shows
> up
> > in the coldfusion-out.log
> >
> > ---
> > David Mineer Jr
> > -
> > The critical ingredient is getting off your
> > butt and doing something. It's as simple
> > as that. A lot of people have ideas, but
> > there are few who decide to do
> > something about them now. Not
> > tomorrow. Not next week. But today.
> > The true entrepreneur is a doer.
> >
> >
> > On Thu, Sep 29, 2011 at 10:06 AM, Russ Michaels 
> wrote:
> >
> >>
> >> check the update log and it will tell you what failed.
> >> you also need to make sure you have ALL the cf related services and
> >> IIS stopped when you update.
> >>
> >>
> >> On Thu, Sep 29, 2011 at 4:50 PM, David Mineer Jr 
> wrote:
> >> >
> >> > I just got a new computer yesterday. Setup was easy.  Everything went
> on
> >> the
> >> > new computer in just a few hours.  Except coldfusion.  For the life of
> me
> >> I
> >> > cannot get coldfusion 9.0.1 installed and running.
> >> >
> >> > Installing coldfusion 9.0 is no problem and it works.
> >> >
> >> > However, the upgrade from 9.0 to 9.0.1 is not working at all.  I tried
> >> all
> >> > variations.  Using IIS. Using the builtin web server.  Saw all the IIS
> >> > compatibility stuff and played with variations of that.
> >> >
> >> > Windows 7 Home 64 bit
> >> >
> >> > The log shows the following:
> >> >
> >> > Error loading: C:/ColdFusion9/runtime/jre\bin\server\jvm.dll
> >> >
> >> > Coldfusion won't start and the web server configuration tool just
> flashes
> >> > and goes away before I can read what is happening.
> >> >
> >> > I saw some posts about msvcr71.dll . I could only find that file in
> one
> >> > place, an that was part of a roxio or some software and moving it over
> >> did
> >> > not fix the problem
> >> >
> >> > Can anyone help?  I really have researched this and hopefully I am
> just
> >> > missing something simple.
> >> >
> >> > ---
> >> > David Mineer Jr
> >> > -
> >> > The critical ingredient is getting off your
> >> > butt and doing something. It's as simple
> >> > as that. A lot of people have ideas, but
> >> > there are few who decide to do
> >> > something about them now. Not
> >> > tomorrow. Not next week. But today.
> >> > The true entrepreneur is a doer.
> >> >
> >> >
> >> >
> >>
> >>
> >
> >
>
> 

~|
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:347811
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread David Mineer Jr

You would just loop over the list of emails and use cfmail inside the loop
to send, right?

I could be misunderstanding exactly what you are asking.

---
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


On Thu, Sep 29, 2011 at 11:34 AM, Steve LaBadie wrote:

>
> I have never come across this before. I was asked to create a form that
> ask for all attendees that are coming to an event, which means multiple
> emails addresses using CFMAIL.
>
>
>
> Is this possible?
>
>
>
> Steve LaBadie, Web Manager
>
> East Stroudsburg University
>
> 570-422-3999
>
> http://www.esu.edu <http://www.esu.edu/>
>
> slaba...@esu.edu
>
>
>
>
>
> 

~|
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:347797
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Error loading: C:/ColdFusion9/runtime/jre\bin\server\jvm.dll

2011-09-29 Thread David Mineer Jr

The update completes succesfully. It restarts all CF services (I do stop
them before upgrade) except the main one.  And running the webserver
configuration tool or starting the Main CF 9 service both don't work.  Doing
those from the command line give the error: Error loading:
C:/ColdFusion9/runtime/jre\bin\server\jvm.dll.  That is also what shows up
in the coldfusion-out.log

---
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


On Thu, Sep 29, 2011 at 10:06 AM, Russ Michaels  wrote:

>
> check the update log and it will tell you what failed.
> you also need to make sure you have ALL the cf related services and
> IIS stopped when you update.
>
>
> On Thu, Sep 29, 2011 at 4:50 PM, David Mineer Jr  wrote:
> >
> > I just got a new computer yesterday. Setup was easy.  Everything went on
> the
> > new computer in just a few hours.  Except coldfusion.  For the life of me
> I
> > cannot get coldfusion 9.0.1 installed and running.
> >
> > Installing coldfusion 9.0 is no problem and it works.
> >
> > However, the upgrade from 9.0 to 9.0.1 is not working at all.  I tried
> all
> > variations.  Using IIS. Using the builtin web server.  Saw all the IIS
> > compatibility stuff and played with variations of that.
> >
> > Windows 7 Home 64 bit
> >
> > The log shows the following:
> >
> > Error loading: C:/ColdFusion9/runtime/jre\bin\server\jvm.dll
> >
> > Coldfusion won't start and the web server configuration tool just flashes
> > and goes away before I can read what is happening.
> >
> > I saw some posts about msvcr71.dll . I could only find that file in one
> > place, an that was part of a roxio or some software and moving it over
> did
> > not fix the problem
> >
> > Can anyone help?  I really have researched this and hopefully I am just
> > missing something simple.
> >
> > ---
> > David Mineer Jr
> > -
> > The critical ingredient is getting off your
> > butt and doing something. It's as simple
> > as that. A lot of people have ideas, but
> > there are few who decide to do
> > something about them now. Not
> > tomorrow. Not next week. But today.
> > The true entrepreneur is a doer.
> >
> >
> >
>
> 

~|
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:347794
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Error loading: C:/ColdFusion9/runtime/jre\bin\server\jvm.dll

2011-09-29 Thread David Mineer Jr

I just got a new computer yesterday. Setup was easy.  Everything went on the
new computer in just a few hours.  Except coldfusion.  For the life of me I
cannot get coldfusion 9.0.1 installed and running.

Installing coldfusion 9.0 is no problem and it works.

However, the upgrade from 9.0 to 9.0.1 is not working at all.  I tried all
variations.  Using IIS. Using the builtin web server.  Saw all the IIS
compatibility stuff and played with variations of that.

Windows 7 Home 64 bit

The log shows the following:

Error loading: C:/ColdFusion9/runtime/jre\bin\server\jvm.dll

Coldfusion won't start and the web server configuration tool just flashes
and goes away before I can read what is happening.

I saw some posts about msvcr71.dll . I could only find that file in one
place, an that was part of a roxio or some software and moving it over did
not fix the problem

Can anyone help?  I really have researched this and hopefully I am just
missing something simple.

---
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


~|
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:347792
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion Peformance Blog Down

2011-09-28 Thread David McGuigan

Down again.

http://www.cfwhisperer.com/post.cfm/good-practices-for-scaling-coldfusion-applications



On Fri, Aug 26, 2011 at 1:42 PM, David McGuigan wrote:

> This has been down for the last few days: http://www.cfwhisperer.com/
>
> Anyone have a quick way of getting ahold of Mike?
>


~|
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:347779
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 20USD/Hour Seriously?

2011-09-23 Thread David McGuigan

Do I?


On Fri, Sep 23, 2011 at 2:49 PM, Larry Lyons  wrote:

>
> >Morality.
> >
>
> Ethics you mean.
>
> 

~|
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:347675
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 20USD/Hour Seriously?

2011-09-23 Thread David McGuigan

Morality.


On Fri, Sep 23, 2011 at 7:59 AM, Al Musella, DPM
wrote:

>
> This may be a stupid question - I never worked by the hour, but I do
> sometimes hire people by the hour to do programming - but prefer
> paying by by the job..
>
> There is no way to know how much time was spent programming
> something.  What is to stop someone from charging $20 an hour, but
> doubling the amount of hours on the invoice so they really get $40 an hour?
> I know when I am programming, sometimes I get an awful lot of work
> done in an hour, and sometimes I am stuck looking for a bug or
> adjusting something to be perfect and waste
>
>
>
> 

~|
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:347645
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Standard License

2011-09-23 Thread David McGuigan

You sure you don't want a CF8 Enterprise license? You can buy mine at a hell
of a discount!


On Fri, Sep 23, 2011 at 11:45 AM, Richard White  wrote:

>
> Hi,
>
> Am i right in understanding that the only places to get CF9 Standard
> licenses are from Adobe or hosting companies?
>
> Our hosting company doesn't resell them and we looking for the most
> competitive pricing!
>
> thanks
>
> 

~|
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:347638
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 20USD/Hour Seriously?

2011-09-22 Thread David McGuigan

I didn't mean that you were actually saying CF was stupid. I was trying to
just paraphrase your sentiment into a tantrum. Which is what it sounded
like. But I get what you mean.


On Thu, Sep 22, 2011 at 10:25 AM, Phillip Vector
wrote:

>
> On Thu, Sep 22, 2011 at 9:11 AM, David McGuigan 
> wrote:
> >
> > Ok just wondering, because this is how I read that post:
> >
> > "Hey guys I found a CF job for $20 an hour :( :( :(  I can't effing
> believe
> > that every CF job on Earth doesn't pay AT LEAST 1 Million Dollars per
> hour.
> > This is stupid right? ColdFusion is stupid now right?"
>
> I I don't see how you can see that in my post... I'm honestly
> trying, but I don't follow.. That's pretty much has nothing to do with
> what I posted.
>
> What I was trying to say is that I usually work for $50 an hour. If a
> company contracted me out to (let's say.. Valve) for $20/hr, I would
> lower my rate of pay to go work that company (especially when you get
> every game on steam for it and they have on-call massages available.
> Yes, I'm being serious).
>
> So if $20/hr + perks means I am making more then $50/hr, then I'll
> take the cut in pay for the extras (and the prestige of working
> there).
>
> I, in no way, think CF is stupid. I just got off a contract for
> $40/hr. for 6 months. The length of time of the contract helped me
> decide to go to $40 an hour. CF right now is keeping me working. :)
> That's a good thing in my mind.
>
> > You could always not take that job and look for something $$$ier.
>
> I'm ALWAYS looking for more work. Even if I'm working for the $50/hr.,
> if someone comes along and offers me $80/hr., I'll take it (finishing
> up my initial contract of course).
>
> > I personally know some full time students that work at CF jobs that start
> at
> > $13 an hour, and some pros that work at salaried gigs that equate to
> about
> > $70 an hour.
>
> As do I. The 13-20/hr. I hear about are the people I'm usually called
> on to clean up after. Spaghetti code and such. Usually, I tell clients
> to nuke it from orbit to be sure and they agree. Once I have their
> site back up to how it should be (usually taking less time then the
> other guy), they are happy to pay the last part of the invoice. Hence
> my "You get what you pay for"
>
> 

~|
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:347603
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 20USD/Hour Seriously?

2011-09-22 Thread David McGuigan

Ok just wondering, because this is how I read that post:

"Hey guys I found a CF job for $20 an hour :( :( :(  I can't effing believe
that every CF job on Earth doesn't pay AT LEAST 1 Million Dollars per hour.
This is stupid right? ColdFusion is stupid now right?"

But I get that you're sincere.

You could always not take that job and look for something $$$ier.

I personally know some full time students that work at CF jobs that start at
$13 an hour, and some pros that work at salaried gigs that equate to about
$70 an hour.

Depending on what project you're working on, who you're working for, and
your talent/productivity level, your pay will vary wildly. In pretty much
every industry and career on Earth. That's just life my friend.

If you find that you're not earning as much as you'd like, upgrade yourself.
Education, work ethic, a focus on technique. The world is your oyster and so
forth!



On Thu, Sep 22, 2011 at 9:55 AM, Phillip Vector
wrote:

>
> No trollage was intended. Seriously.
>
> On Thu, Sep 22, 2011 at 8:50 AM, David McGuigan 
> wrote:
> >
> > Is it just me or does this post smell of trollage?
> >
> >
> > On Thu, Sep 22, 2011 at 9:03 AM, Phillip Vector
> > wrote:
> >
> >>
> >> IMHO, you get what you pay for. I've talked with several clients who
> >> hired at $20/hr or even less. I'm usually called in to clean up the
> >> mess at my standard rate ($50/hr) and they almost always don't bat an
> >> eye paying it having learned their lesson.
> >>
> >> I will admit though... I HAVE done work for $20/hr. But only if the
> >> extras (how fun it will be to code it, free trips to seminars, etc)
> >> make it worth it.
> >>
> >> On Thu, Sep 22, 2011 at 7:45 AM, Integration Developer
> >>  wrote:
> >> >
> >> > I'm bit confused why so cheap? Just 6 months ago I was hiring out at
> >> 50-75USD/hour.
> >> > If this is typical cf-jobs side work rate now I am disappointed.
> >> >
> >> >
> >>
> >>
> >
> >
>
> 

~|
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:347599
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 20USD/Hour Seriously?

2011-09-22 Thread David McGuigan

Is it just me or does this post smell of trollage?


On Thu, Sep 22, 2011 at 9:03 AM, Phillip Vector
wrote:

>
> IMHO, you get what you pay for. I've talked with several clients who
> hired at $20/hr or even less. I'm usually called in to clean up the
> mess at my standard rate ($50/hr) and they almost always don't bat an
> eye paying it having learned their lesson.
>
> I will admit though... I HAVE done work for $20/hr. But only if the
> extras (how fun it will be to code it, free trips to seminars, etc)
> make it worth it.
>
> On Thu, Sep 22, 2011 at 7:45 AM, Integration Developer
>  wrote:
> >
> > I'm bit confused why so cheap? Just 6 months ago I was hiring out at
> 50-75USD/hour.
> > If this is typical cf-jobs side work rate now I am disappointed.
> >
> >
>
> 

~|
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:347595
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


oAuth and MySQL

2011-09-14 Thread David McGuigan

Saw the oAuth library at RIAForge, and it appears to support errything BUT
MySQL. Has anyone done it before? Should I just port all of the table
generation and sql myself?

Thanks!


~|
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:347476
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: Workstation recommendations

2011-09-07 Thread David McGuigan

Dell and HP here, have had not a single issue with more than 5 systems of
each over the last decade except a single broken key on a Dell laptop which
they overnighted a replacement for for free with no extra service plan or
warrantee service.

Dell's refurbished outlet gives you some great deals with identical
warranties to their new products.

The main reason I prefer Dell and HP systems ( particular models only
disclaimer ) is that they're much more attractive than all of the other
Windows brands.

As far as performance, you can buy any cheap windows desktop with anything
i5 or better and 8GB of RAM and throw a PCIE revo drive into it for a few
hundred dollars and get better performance than any high end workstation for
ColdFusion development. Just make sure you do your research, they've
released 4-5 generations of the Revo drive ( a simple SSD Raid 0 on a PCI
express card ) in the last few years, you'll want the newest generation that
fits your price point.




On Wed, Sep 7, 2011 at 10:33 AM, Mike Chabot  wrote:

>
> I normally build my own workstations, but if I were to buy a
> workstation today I would likely get one from Puget Systems, such as
> the Puget Serenity SPCR Edition. I've never ordered from that store,
> but they get universally good reviews.
>
> -Mike Chabot
>
> On Wed, Sep 7, 2011 at 11:44 AM, Matt Williams  wrote:
> >
> > My HP desktop at work died last night. This morning we took the hard
> > drive out and put it into another box whose drive had died a couple
> > months ago. It worked at first, but after about 20 minutes it croaked
> > too.
> >
> > Anyway, I'll be shopping for a new desktop and just wondered what
> > brands people recommend these days. I'll probably stay away from HP
> > and plan to stay with a Windows machine. I run CF Developer, SQL
> > Server Mgt Studio, CF Builder, Adobe Creative Suite (primarily DW and
> > PS), MS Office, and various browsers and other tools.
> >
> > Dell?
> > Lenovo?
> > Asus (seems to be mostly gaming oriented)?
> > Acer?
> > Gateway?
> > Others?
> >
> > Thanks,
> >
> > -Matt
>
> 

~|
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:347282
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: How do you compose your dev teams?

2011-09-02 Thread David McGuigan

Two words. Walkie talkies.


On Fri, Sep 2, 2011 at 1:12 PM, Nathan Strutz  wrote:

>
> Hi everybody.
>
> I have a little management-type dilemma that I can't solve. I'm no manager,
> so I'm trying to collect info about how other people do it.
>
> I work in a small group of CF developers (7 of us) inside a big company
> (100k+ of us). The way we work is that pretty much everybody owns one or
> more applications in our group's portfolio of programs (probably 10 apps, 3
> or 4 are big & important). My manager has noticed that we don't communicate
> enough and has started threatening drastic measures, moving people around
> and putting us where we don't want to be. I am not sure of his motivation,
> but it may be partially the hit-by-a-bus protection, wondering if his apps
> will be supported if one of us eats a piece of public transportation.
>
> So my question to the list is this: How do you organize your teams of
> developers successfully? Please let me know what you do, or what you have
> seen that actually works.
>
>
>
> I'll start us off.
>
> I asked my friend Mario, who says they have a team of core developers that
> do R&D at a higher level, overseeing the technical direction of their
> applications. Those R&D projects are flowed out into application
> development
> teams, and then they have a lot of other developers who do front-ends and
> integration work. Regular flow-down meetings help people share ideas and
> copy & adapt similar projects.
>
> Mario's team compositon sounds awesome, but he has a lot more people than I
> do. What do you do?
>
> nathan strutz
> [www.dopefly.com] [hi.im/nathanstrutz] [about.me/nathanstrutz]
>
>
> 

~|
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:347191
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Bulk image upload and in-browser cropping?!?

2011-08-30 Thread David McGuigan

Anyone built anything that lets you select multiple image files from a web
browser for upload ( as well as folders ) like Facebook has?

How about anything that lets you do in-browser image cropping?

I can probably fire up Flash and develop the 2nd part myself, but I'm hoping
there's something out there that I can just plug in and use particularly
smoothly with ColdFusion.

Thanks.


~|
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:347137
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion Peformance Blog Down

2011-08-26 Thread David McGuigan

Thanks. Trying to get to one of his posts!


On Fri, Aug 26, 2011 at 2:08 PM, Raymond Camden wrote:

>
> I pinged him.
>
> On Fri, Aug 26, 2011 at 2:42 PM, David McGuigan 
> wrote:
> >
> > This has been down for the last few days: http://www.cfwhisperer.com/
> >
> > Anyone have a quick way of getting ahold of Mike?
> >
> >
> >
>
> 

~|
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:347041
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


ColdFusion Peformance Blog Down

2011-08-26 Thread David McGuigan

This has been down for the last few days: http://www.cfwhisperer.com/

Anyone have a quick way of getting ahold of Mike?


~|
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:347038
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: What the heck

2011-08-22 Thread David McGuigan

IsDefined takes a string. But you'll want to do structKeyExists instead
anyway.



On Mon, Aug 22, 2011 at 11:50 AM, Robert Harrison <
rob...@austin-williams.com> wrote:

>
> What am I missing here
>
> Element USERID is undefined in SESSION.
> The error occurred in
> C:\inetpub\wwwroot\vaughn_college_portal\_main_securecheck.cfm: line 3
> 1 : 
> 2 : 
> 3 : 
>
>
>
> 

~|
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:346938
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cf enterprise quad cpu box

2011-08-15 Thread David McGuigan

Are you saying that one of your cores has high utilization and the others
none? Your server should use all cores *as necessary* *if ever necessary*
*automatically* *without the intervention or management of your
application*.

That said you can break certain parts of code off into separate threads
using the cfthread tag, but that's to make a specific URL or process more
performant by prioritizing or simulprocessing code chunks, not to try to
balance workload across multiple cores or processors.




On Mon, Aug 15, 2011 at 12:53 PM, Dan Baughman wrote:

>
> With the one jrun.exe process running, I can never get coldfusion to really
> utilize multiple processors.
>
> Is there a way in enterprise mode that you can set it to spawn multiple
> jrun.exe processes, one per processor to work collaboratively serving one
> web site?
>
>
> 

~|
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:346760
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion 10 and beyond

2011-08-11 Thread David McGuigan

What's the login?


On Thu, Aug 11, 2011 at 3:58 AM, mac jordan  wrote:

>
> On Thu, Aug 11, 2011 at 3:16 AM, David McGuigan  >wrote:
>
> >
> > Don't get me wrong, WordPress is great. But it's not anything astounding.
> > And it is slow.
>
>
>
> I run WordPress on our own servers, and it is nothing like as slow as you
> report.
>
> --
> mac jordan
> www.kestrel.org | www.reactivecooking.com |  www.jordan-cats.org |
> www.georgethefish.com
> twitter: @ramtops
>
>
> 

~|
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:346693
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


  1   2   3   4   5   6   7   8   9   10   >