Elegantly put... /bow

Jason
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe
Sent: Friday, July 28, 2006 14:27
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Alternate image shown logic help?

If we really wanted to be pedantic:

CF is an interpreted language that is compiled to Java byte-code

Java byte-code is compiled at run-time to native machine code

-dhs

Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
"What is objectionable, what is dangerous about extremists is not  
that they are extreme, but that they are intolerant."
     -- Robert F. Kennedy, 1964


On Jul 28, 2006, at 2:20 PM, Dean H. Saxe wrote:

> Mine checked out on Wednesday this week....
>
>
> Dean H. Saxe, CISSP, CEH
> [EMAIL PROTECTED]
> "To announce that there must be no criticism of the president, or  
> that we are to stand by the president right or wrong, is not only  
> unpatriotic and servile, but is morally treasonable to the American  
> public."
>     -- Theodore Roosevelt
>
>
> On Jul 28, 2006, at 2:02 PM, [EMAIL PROTECTED]  
> wrote:
>
>>
>> Or we can go with C-esque.  I'm guessing Robert is getting the  
>> point by now.  :)  It's Friday man, my brain has checked out.
>>
>> mcg
>>
>>
>>
>>
>> Steven Ross <[EMAIL PROTECTED]>
>> Sent by: [EMAIL PROTECTED]
>> 07/28/2006 01:07 PM
>> Please respond to
>> discussion@acfug.org
>>
>>
>> To
>> discussion@acfug.org
>> cc
>> Subject
>> Re: [ACFUG Discuss] Alternate image shown logic help?
>>
>>
>>
>>
>>
>> I'll be nitpicky and say javascript-esque syntax = )
>>
>> believe me if it was at all like java you wouldn't use it!
>>
>>
>>
>> On 7/28/06, [EMAIL PROTECTED] <Gerrey.Mary- 
>> [EMAIL PROTECTED]> wrote:
>>
>> And CFSCRIPT allows you to use Java-esque syntax.  Some of us like  
>> this syntax, but it's not necessary.  :)
>>
>> mcg
>>
>>
>>
>> Teddy Payne <[EMAIL PROTECTED]>
>> Sent by: [EMAIL PROTECTED]
>> 07/27/2006 01:46 PM
>> Please respond to
>> discussion@acfug.org
>>
>>
>>
>> To
>> discussion@acfug.org
>> cc
>> Subject
>> Re: [ACFUG Discuss] Alternate image shown logic help?
>>
>>
>>
>>
>>
>>
>>
>> Ok, I will try not to confuse you here.
>>
>> ColdFusion is an interpreted language.
>>
>> ColdFusion has tags and functions that give instructions to a Java  
>> engine.
>>
>> ColdFusion is a Java application.
>>
>> You don't need to know Java to be proficient at ColdFusion.
>>
>> Teddy
>>
>> On 7/27/06, Robert Reil <[EMAIL PROTECTED] > wrote:
>> Told you I was new!
>>
>> Ok so the CF and CFscript wrapper calls Java objects sometimes is  
>> what you are saying.
>>
>> I can live with that.
>>
>>
>> Robert P. Reil
>>
>> Managing Director,
>>
>> Motorcyclecarbs.com , Inc.
>>
>> 4292 Country Garden Walk NW
>>
>> Kennesaw , Ga. 30152
>>
>> Office 770-974-8851
>>
>> Fax 770-974-8852
>>
>> www.motorcyclecarbs.com
>>
>>
>> From: Steven Ross [mailto: [EMAIL PROTECTED]
>> Sent: Thursday, July 27, 2006 12:15 PM
>>
>>
>> To: discussion@acfug.org
>> Subject: Re: [ACFUG Discuss] Alternate image shown logic help?
>>
>>
>> Are you sure of this? Could they just be referencing the fact that  
>> CF is built on java?
>>
>> Flexible Development Languages
>>
>> An assortment of completely working store templates are provided  
>> for you to begin selling quickly and easily. A variety of  
>> templates and code samples are provided for easy customization of  
>> your store's look and feel. Free Development Kit for download
>> <mime-attachment.gif>
>>
>> AbleCommerce 5.5 is written for 3 different languages, and  
>> available for Linux or Windows servers.
>>
>> Microsoft's Asp.Net 1.1 Framework
>> Macromedia's ColdFusion MX Server
>> Macromedia JRun Server (JSP-Java version in beta)
>> Apache Tomcat (JSP-Java version in beta)
>>
>> On 7/27/06, Robert Reil < [EMAIL PROTECTED]> wrote:
>>
>> Sure but this Able commerce seems to be a JAVA engine with a GUI  
>> web language wrapped around it.
>>
>> From time to time there are multiple languages in any CFM page.
>>
>>
>> But hey what do I know? But I'm learning!
>>
>>
>> Robert P. Reil
>>
>> Managing Director,
>>
>> Motorcyclecarbs.com , Inc.
>>
>> 4292 Country Garden Walk NW
>>
>> Kennesaw , Ga. 30152
>>
>> Office 770-974-8851
>>
>> Fax 770-974-8852
>>
>> www.motorcyclecarbs.com
>>
>>
>> From: Dusty Hale [mailto: [EMAIL PROTECTED]
>> Sent: Thursday, July 27, 2006 11:26 AM
>>
>>
>> To: discussion@acfug.org
>> Subject: RE: [ACFUG Discuss] Alternate image shown logic help?
>>
>>
>> Also if it is CF script a dead give away would be if the file with  
>> the code in it had a file name with a .cfm extension ...
>>
>>
>> Dusty
>>
>>
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of  
>> Robert Reil
>> Sent: Thursday, July 27, 2006 11:07 AM
>> To: discussion@acfug.org
>> Subject: RE: [ACFUG Discuss] Alternate image shown logic help?
>>
>>
>> OK got you. Now I have clarity.
>>
>>
>> Time to crunch code!
>>
>>
>> Robert P. Reil
>>
>> Managing Director,
>>
>> Motorcyclecarbs.com , Inc.
>>
>> 4292 Country Garden Walk NW
>>
>> Kennesaw , Ga. 30152
>>
>> Office 770-974-8851
>>
>> Fax 770-974-8852
>>
>> www.motorcyclecarbs.com
>>
>>
>> From: Teddy Payne [mailto: [EMAIL PROTECTED]
>> Sent: Thursday, July 27, 2006 10:49 AM
>> To: discussion@acfug.org
>> Subject: Re: [ACFUG Discuss] Alternate image shown logic help?
>>
>>
>> lol Doug..that was good geek humor :)
>>
>> We did notice the ";" Robert.  This is a dead giveaway of  
>> cfscript.  Writeoutput can be used in many places, but it is very  
>> commonly used inside of cfscript tags.
>>
>> Kind of like:
>>
>> <cfscript>
>>   if FileExists("C:\www\images\picture.gif")
>>   {
>>       writeoutput("<img src='C:\www\images\picture.gif'>");
>>   }
>>   else if FileExists("C:\www\images\no_picture.gif")
>>   {
>>       writeoutput("<img src='C:\www\images\no_picture.gif'>");
>>   }
>>   else
>>   {
>>       writeoutput("<img src='path/to/unavailable.gif'>");
>>   }
>> </cfscript>
>>
>> -- 
>> <cf_payne />
>> http://cfpayne.wordpress.com/
>> -------------------------------------------------------------
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by FusionLink
>> -------------------------------------------------------------
>>
>>
>> -------------------------------------------------------------
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by FusionLink
>> -------------------------------------------------------------
>>
>>
>>
>>
>> -- 
>> Steven Ross
>> web application & interface developer
>> http://www.zerium.com
>> [phone] 404-488-4364
>> -------------------------------------------------------------
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by FusionLink
>> -------------------------------------------------------------
>>
>>
>>
>>
>> -- 
>> <cf_payne />
>> http://cfpayne.wordpress.com/
>> -------------------------------------------------------------
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by FusionLink
>> -------------------------------------------------------------
>>
>>
>>
>>
>> -- 
>> Steven Ross
>> web application & interface developer
>> http://www.zerium.com
>> [phone] 404-488-4364
>> -------------------------------------------------------------
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by FusionLink
>> -------------------------------------------------------------
>>
>>
>
>
>
> -------------------------------------------------------------
> To unsubscribe from this list, manage your profile @http:// 
> www.acfug.org?fa
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -------------------------------------------------------------
>
>
>
>



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=gin.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------





-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to