Let's throw another wrench into that thought.... Once upon a time, before CFMX, cfscript was actually faster than using tag-based syntax.  :)


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Friday, July 28, 2006 1:07 PM
To: discussion@acfug.org
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] <[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

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=''>");
   }
   else if FileExists("C:\www\images\no_picture.gif")
   {
       writeoutput("<img src=''>");
   }
   else
   {
       writeoutput("<img src=''>");
   }
</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=login.edituserform

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

Reply via email to