Re: Adobe help viewer for ColdFusion broken

2013-07-02 Thread Michael Dinowitz

The older help viewer gave more than just standard docs and I used it while
using builder.

As for Homesite, it still loads and runs faster than CF Builder and has
more features than any of the 'super' notepads like sublime text. I use CF
Builder all the time but when I want to hack a fast parser or the like,
Homesite is just more efficient for me.



On Tue, Jul 2, 2013 at 10:31 PM, Casey Dougall - Uber Website Solutions <
ca...@uberwebsitesolutions.com> wrote:

>
> On Tue, Jul 2, 2013 at 2:45 PM, Michael Dinowitz <
> mdino...@houseoffusion.com
> > wrote:
>
> > Does anyone know of a fix to allow me to view the various CF docs locally
> > without having to use a PDF? Can the CF docs be added to the Adobe Help
> > Viewer 2? (a different app)
> >
>
>
> coldfusion builder...
>
> Stop using hostsite Michael...
>
>
> 

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


Re: Adobe help viewer for ColdFusion broken

2013-07-02 Thread Casey Dougall - Uber Website Solutions

On Tue, Jul 2, 2013 at 2:45 PM, Michael Dinowitz  wrote:

> Does anyone know of a fix to allow me to view the various CF docs locally
> without having to use a PDF? Can the CF docs be added to the Adobe Help
> Viewer 2? (a different app)
>


coldfusion builder...

Stop using hostsite Michael...


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


Re: assess/

2013-07-02 Thread Michael Dinowitz

Can we kill this thread?

Thanks


On Tue, Jul 2, 2013 at 7:49 PM, Revolution  wrote:

>
> I think he's referring to all you guys
> but definitely not me ;)
>
>
> On Jul 2, 2013, at 11:06 AM, Mark A Kruger  wrote:
>
> >
> > Is this a request for analysis or is he calling us a peculiar (and
> > misspelled) name?
> >
> > -Original Message-
> > From: Matthew Friedman [mailto:m...@hozgroup.com]
> > Sent: Tuesday, July 02, 2013 8:34 AM
> > To: cf-talk
> > Subject: assess/
> >
> >
> > A
> > Sent from my iPhone
> >
> >
> >
> >
>
> 

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


Re: assess/

2013-07-02 Thread Revolution

I think he's referring to all you guys
but definitely not me ;)


On Jul 2, 2013, at 11:06 AM, Mark A Kruger  wrote:

> 
> Is this a request for analysis or is he calling us a peculiar (and
> misspelled) name?
> 
> -Original Message-
> From: Matthew Friedman [mailto:m...@hozgroup.com] 
> Sent: Tuesday, July 02, 2013 8:34 AM
> To: cf-talk
> Subject: assess/
> 
> 
> A
> Sent from my iPhone
> 
> 
> 
> 

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


RE: how to detect null value from QoQ result

2013-07-02 Thread Nathan Chen

I have found the problem and was able to fix it. It wasn't the if statement; it 
was because the query and the output was inside a loop and I was supposed to 
place the if statement outside of the output, logical error. Sorry guys to 
cause the grief, and thanks Raymond and AJ for your time.

Nathan

-Original Message-
From: AJ Mercer [mailto:ajmer...@gmail.com] 
Sent: Monday, July 01, 2013 10:35 PM
To: cf-talk
Subject: Re: how to detect null value from QoQ result


what do you see when you dump 'myAnotherQuery'?
is it NULL??



On 2 July 2013 12:03, Nathan Chen  wrote:

>
> I tried it but for some reason it just wouldn't work.
>
> Nathan
>
> -Original Message-
> From: AJ Mercer [mailto:ajmer...@gmail.com]
> Sent: Monday, July 01, 2013 9:45 PM
> To: cf-talk
> Subject: Re: how to detect null value from QoQ result
>
>
> try
>
>  Select id from myAnotherQuery 
> Where [some where clause] 
>
> myQuery.RecordCount EQ 0
>
>
>
> On 2 July 2013 11:38, Nathan Chen  wrote:
>
> >
> > All:
> >
> > I have a simple query of query as follow:
> >  Select count(*) as r_count 
> > from myAnotherQuery Where [some where clause] 
> >
> > I want the result to be dislayed as zero If it returns no records, 
> > So I use val() function #val(myQuery.r_count)#, 
> > but it doesn't work; it returns an empty string, not zero when no 
> > records are returned. Is there a quick way to detect the null and return 0?
> >
> > Nathan
> >
> >
> >
>
>
>
> 



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


Re: What to do about system prompts for Java updates

2013-07-02 Thread Pradeep Viswanathan Rajasekaran

Absolutely as Russ pointed out, you can use java 7 if you would like,
infact java 7 has more security fixes than java 6. I probably think there
is a updated version of coldfusion9 which supports java 7, hope my memory
is right.
On 3 Jul 2013 01:51, "Russ Michaels"  wrote:

>
> you are being prompted to update the JVM that is used by web pages and
> desktop apps, this does not affect coldfusion
>
>
> On Tue, Jul 2, 2013 at 10:37 PM, Eugene Colucci  >wrote:
>
> >
> > I currently use ColdFusion 9,0,1,274733 Standard, stand-alone edition on
> > Windows Server 2008 R2 with Java Version 1.6.0_17 from Java Vendor Sun
> > Microsystems Inc. with Java Home located at C:\ColdFusion\runtime\jre.  I
> > am receiving prompts to update the installed version of Java on my
> servers
> > to 1.7.whatever.  WITH REGARD TO COLDFUSION'S PROPER FUNCTIONING, should
> I
> > install the Java updates when prompted or ignore the prompts to update my
> > Java installations?  If I should install, do I install the updates in
> > C:\ColdFusion\runtime\jre overwriting what already is there so that my CF
> > Server recognizes the updated Java version or install the Java updates
> > elsewhere on my computer where there is no impact on my CF Server?
> >
> >
>
> 

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


Re: What to do about system prompts for Java updates

2013-07-02 Thread Russ Michaels

you are being prompted to update the JVM that is used by web pages and
desktop apps, this does not affect coldfusion


On Tue, Jul 2, 2013 at 10:37 PM, Eugene Colucci wrote:

>
> I currently use ColdFusion 9,0,1,274733 Standard, stand-alone edition on
> Windows Server 2008 R2 with Java Version 1.6.0_17 from Java Vendor Sun
> Microsystems Inc. with Java Home located at C:\ColdFusion\runtime\jre.  I
> am receiving prompts to update the installed version of Java on my servers
> to 1.7.whatever.  WITH REGARD TO COLDFUSION'S PROPER FUNCTIONING, should I
> install the Java updates when prompted or ignore the prompts to update my
> Java installations?  If I should install, do I install the updates in
> C:\ColdFusion\runtime\jre overwriting what already is there so that my CF
> Server recognizes the updated Java version or install the Java updates
> elsewhere on my computer where there is no impact on my CF Server?
>
> 

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


What to do about system prompts for Java updates

2013-07-02 Thread Eugene Colucci

I currently use ColdFusion 9,0,1,274733 Standard, stand-alone edition on 
Windows Server 2008 R2 with Java Version 1.6.0_17 from Java Vendor Sun 
Microsystems Inc. with Java Home located at C:\ColdFusion\runtime\jre.  I am 
receiving prompts to update the installed version of Java on my servers to 
1.7.whatever.  WITH REGARD TO COLDFUSION'S PROPER FUNCTIONING, should I install 
the Java updates when prompted or ignore the prompts to update my Java 
installations?  If I should install, do I install the updates in 
C:\ColdFusion\runtime\jre overwriting what already is there so that my CF 
Server recognizes the updated Java version or install the Java updates 
elsewhere on my computer where there is no impact on my CF Server? 

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


Re: How to Address Prompts for Java Updates

2013-07-02 Thread Pete Freitag

Java 1.6.0_17 has several of security issues, so you probably do want to
update java, BUT you need to make sure you have applied the latest
ColdFusion hotfixes first because Java 1.7 support was only added a few
months ago via hotfixes.

You don't want to overwrite the C:\ColdFusion\runtime\jre JVM, you want to
install the jvm in its own place, and then update the JVM path in your
ColdFusion administrator or jvm.config file.

--
Pete Freitag - Adobe Community Professional
http://foundeo.com/ - ColdFusion Consulting & Products
http://hackmycf.com - Is your ColdFusion Server Secure?
http://www.youtube.com/watch?v=ubESB87vl5U - FuseGuard your CFML in 10
minutes



On Tue, Jul 2, 2013 at 3:41 PM, Eugene Colucci  wrote:

>
> I currently use ColdFusion 9,0,1,274733 Standard, stand-alone edition on
> Windows Server 2008 R2 with Java Version 1.6.0_17 from Java Vendor Sun
> Microsystems Inc. with Java Home located at C:\ColdFusion\runtime\jre.  I
> am receiving prompts to update the installed version of Java on my servers
> to 1.7.whatever.  WITH REGARD TO COLDFUSION'S PROPER FUNCTIONING, should I
> install the Java updates when prompted?  If so, should I install the
> updates in C:\ColdFusion\runtime\jre overwriting what already is there so
> that my CF Server recognizes the updated Java version, install the Java
> updates elsewhere on my computer where there is no impact on my CF Server,
> or ignore the prompts to update my Java installations?
>
> 

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


Re: How to Change the User Name field in CF Administrator's Info Page

2013-07-02 Thread Pete Freitag

That means you are running CF under the system account, you can create a
dedicated windows user account, and change the ColdFusion service logon
identity to be that new account. You will also need to make sure this new
user has the appropriate NTFS permissions, see the CF9 lockdown guide for
more info on that: http://bit.ly/cf9lockdown
--
Pete Freitag - Adobe Community Professional
http://foundeo.com/ - ColdFusion Consulting & Products
http://hackmycf.com - Is your ColdFusion Server Secure?
http://www.youtube.com/watch?v=ubESB87vl5U - FuseGuard your CFML in 10
minutes



On Tue, Jul 2, 2013 at 3:51 PM, Eugene Colucci  wrote:

>
> I currently use ColdFusion 9,0,1,274733 Standard, stand-alone edition on
> Windows Server 2008 R2 on a machine that was "cloned" from another
> computer.  After I log into the ColdFusion Administrator and select the
> (System) Information page, I scroll to the User Name field and see
> ABCserver$ (not the real name), which is the same as the User Name on the
> machine that was cloned.  According to CF Administrator Help, the User Name
> field is "The account that runs the ColdFusion service."  However, the User
> Name field value actually seems to be the computer name--in my case the
> computer name of the original server.  I checked this field on our other CF
> servers, and the names in each case matched the correct computer name--even
> on our other cloned computers.  However for some reason on one particular
> machine, the User Name field still retains the value of the original
> computer name.  Does someone know a way to change this value manually?
>
> 

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


How to Change the User Name field in CF Administrator's Info Page

2013-07-02 Thread Eugene Colucci

I currently use ColdFusion 9,0,1,274733 Standard, stand-alone edition on 
Windows Server 2008 R2 on a machine that was "cloned" from another computer.  
After I log into the ColdFusion Administrator and select the (System) 
Information page, I scroll to the User Name field and see ABCserver$ (not the 
real name), which is the same as the User Name on the machine that was cloned.  
According to CF Administrator Help, the User Name field is "The account that 
runs the ColdFusion service."  However, the User Name field value actually 
seems to be the computer name--in my case the computer name of the original 
server.  I checked this field on our other CF servers, and the names in each 
case matched the correct computer name--even on our other cloned computers.  
However for some reason on one particular machine, the User Name field still 
retains the value of the original computer name.  Does someone know a way to 
change this value manually? 

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


How to Address Prompts for Java Updates

2013-07-02 Thread Eugene Colucci

I currently use ColdFusion 9,0,1,274733 Standard, stand-alone edition on 
Windows Server 2008 R2 with Java Version 1.6.0_17 from Java Vendor Sun 
Microsystems Inc. with Java Home located at C:\ColdFusion\runtime\jre.  I am 
receiving prompts to update the installed version of Java on my servers to 
1.7.whatever.  WITH REGARD TO COLDFUSION'S PROPER FUNCTIONING, should I install 
the Java updates when prompted?  If so, should I install the updates in 
C:\ColdFusion\runtime\jre overwriting what already is there so that my CF 
Server recognizes the updated Java version, install the Java updates elsewhere 
on my computer where there is no impact on my CF Server, or ignore the prompts 
to update my Java installations?

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


Adobe help viewer for ColdFusion broken

2013-07-02 Thread Michael Dinowitz

There was an air application that allowed me to view the ColdFusion docs,
search them locally, etc. I tried to open it today and it failed. I updated
air and the app and now I get the Adobe Help Manager which says it has the
docs but gives me no way to view them.

Does anyone know of a fix to allow me to view the various CF docs locally
without having to use a PDF? Can the CF docs be added to the Adobe Help
Viewer 2? (a different app)

If there is no fix then can someone explain to me what the Adobe Help
Manager actually does/is used for? If it's junk I'll delete it.

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


Re: assess/

2013-07-02 Thread Cameron Childress

On Tue, Jul 2, 2013 at 11:06 AM, Mark A Kruger wrote:

> Is this a request for analysis or is he calling us a peculiar (and
> misspelled) name?


Perhaps he thought he was typing that into the URL for a website and the
focus was accidentally in his email client.

-Cameron

...


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


Re: assess/

2013-07-02 Thread Bobby

Since I'm on this list... I'm going to go with the name.

On 7/2/13 11:06 AM, "Mark A Kruger"  wrote:

>
>Is this a request for analysis or is he calling us a peculiar (and
>misspelled) name?
>
>-Original Message-
>From: Matthew Friedman [mailto:m...@hozgroup.com]
>Sent: Tuesday, July 02, 2013 8:34 AM
>To: cf-talk
>Subject: assess/
>
>
>A
>Sent from my iPhone
>
>
>
>

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


RE: assess/

2013-07-02 Thread Mark A Kruger

Is this a request for analysis or is he calling us a peculiar (and
misspelled) name?

-Original Message-
From: Matthew Friedman [mailto:m...@hozgroup.com] 
Sent: Tuesday, July 02, 2013 8:34 AM
To: cf-talk
Subject: assess/


A
Sent from my iPhone



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


assess/

2013-07-02 Thread Matthew Friedman

A
Sent from my iPhone

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