Re: [ACFUG Discuss] Alternate image shown logic help?
yet semantics, as well as syntax, are quite important in certain genres of jargon, though eh? If person A doesn't convey the semantics and syntax that Group C understands and speaks then well, 'Houston, we have a problem'. Consider person A a real person and Group C a machine and this is exacerbated, well for now. :)DKOn 7/28/06, Robert Reil <[EMAIL PROTECTED]> wrote: Been following you silly folks since my last reply and this is all symantics. But im glad you are having fun.. Now what are the pros cons of php cfml? Ohoh! Did I go there? Lol No don't answer that one. 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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] Sent: Friday, July 28, 2006 2:02 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? 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 Steve n 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] <[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
Re: [ACFUG Discuss] Alternate image shown logic help?
I don't believe it's interpreted AND compiled. It is compiled. It USED TO BE interpreted. From wikipedia - http://en.wikipedia.org/wiki/Interpreted_language: In computer programming, an interpreted language is a programming language whose programs may be executed from source form, by an interpreter. Any language may, in theory, be compiled or interpreted; therefore, this designation refers to languages' implementations rather than designs. From http://coldfusion.sys-con.com/read/42057.htm ColdFusion MX 6.1 comes with a brand new compiler, one that compiles from CFML to Java bytecode directly... (My brain is still alive but going quickly) ed -- Ed Szwedo Web Development Team Lead CSC E-mail: [EMAIL PROTECTED] 919-541-3955 (Voice) 919-541-3719 (Fax) "Dean H. Saxe" <[EMAIL PROTECTED] lnerdity.com> To Sent by: discussion@acfug.org [EMAIL PROTECTED] cc Subject 07/28/2006 02:26 Re: [ACFUG Discuss] Alternate PM image shown logic help? Please respond to [EMAIL PROTECTED] .org 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] > [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 kno
RE: [ACFUG Discuss] Alternate image shown logic help?
Been following you silly folks since my last reply and this is all symantics. But im glad you are having fun.. Now what are the pros cons of php cfml? Ohoh! Did I go there? Lol No don’t answer that one. 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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 2:02 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? 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] <[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 d
RE: [ACFUG Discuss] Alternate image shown logic help?
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] > [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! >> >> >
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] [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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:
RE: [ACFUG Discuss] Alternate image shown logic help?
Odd, I am not 100% sure mine checked in this week ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe Sent: Friday, July 28, 2006 2:21 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? 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] [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.
Re: [ACFUG Discuss] Alternate image shown logic help?
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] [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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- 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
Re: [ACFUG Discuss] Alternate image shown logic help?
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] <[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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- 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/discussio
Re: [ACFUG Discuss] Alternate image shown logic help?
/me buries his head I can't take much more of this. Can't we get back to our normally scheduled flame war of CFML vs PHP or something else? -dhs Dean H. Saxe, CISSP, CEH [EMAIL PROTECTED] "What difference does it make to the dead, the orphans, and the homeless, whether the mad destruction is wrought under the name of totalitarianism or the holy name of liberty and democracy? " --Gandhi On Jul 28, 2006, at 1:55 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: 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 = ) - 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 -
RE: [ACFUG Discuss] Alternate image shown logic help?
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 RossSent: Friday, July 28, 2006 1:07 PMTo: discussion@acfug.orgSubject: 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 todiscussion@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. TeddyOn 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 ReilSent: Thursday, July 27, 2006 11:07 AMTo: 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 AMTo: 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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- http://cfpayne.wordpress.com/ ---
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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- 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,
Re: [ACFUG Discuss] Alternate image shown logic help?
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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- 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 - -- http://cfpayne.wordpress.com/ -
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. TeddyOn 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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- 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 - -- http://cfpayne.wordpress.com/ - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see h
RE: [ACFUG Discuss] Alternate image shown logic help?
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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- 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 -
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 FrameworkMacromedia's ColdFusion MX ServerMacromedia 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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- 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 Rossweb 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 -
RE: [ACFUG Discuss] Alternate image shown logic help?
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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- 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 -
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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- 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 -
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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- 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 -
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: if FileExists("C:\www\images\picture.gif") { writeoutput(""); } else if FileExists("C:\www\images\no_picture.gif") { writeoutput(""); } else { writeoutput(""); } -- 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 -
Re: [ACFUG Discuss] Alternate image shown logic help?
Java? Clearly there is no Java there. A dead giveaway is this line if( Len(objProduct.getImage2()) GT 0 ) No respectable language like Java uses GT! haha! j/kThis is cfscript. http://livedocs.macromedia.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript.htmDKOn 7/27/06, Robert Reil < [EMAIL PROTECTED]> wrote: Good stuff all of you. However if I want to put 3 steps in there the middle step would be correct? I am also a little uneasy about what seems like multiple languages. It seems that the orgininal code is in Java (?). How will I imbed the CF into that language? Ex: writeoutput(""); 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 9:05 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? Robert, Chris has it right with using the FileExists function. Here is a definition of the usage of the function: http://techfeed.net/cfQuickDocs/?FileExists Let's look at what Chris was was demonstrating: Now you can display whatever you want when a file does not exist, but the FileExists function can save you some code and make your code more legible. Teddy On 7/27/06, Robert Reil < [EMAIL PROTECTED]> wrote: This would work even though it is not this other language is the site is a CF site? Also I am not quite clear. If I am reading this right the logic should break down like this: * if ( intImagePos EQ 3 ){ WriteOutput("" & Chr(10) & Chr(13)); //'show image if( Len(objProduct.getImage2()) GT 0 ){ writeoutput(" objProduct.getImage2Params() & ">"); ? }else{ writeoutput("No Picture Available"); } WriteOutput(""); * Or are you saying that this should be structured a different way. Excuse my ignorance as I am a total newbie and this is my first real attempt at logic manipulation. Can you explain further? 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 -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] Sent: Thursday, July 27, 2006 8:14 AM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Alternate image shown logic help? You can use FileExists(absolute_path) in an if statement. Eg. Chris -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf Of Robert Reil Sent: Thursday, July 27, 2006 7:28 AM To: discussion@acfug.org Subject: [ACFUG Discuss] Alternate image shown logic help? Is there a way to have an alternate image called if an image called does not exist? For example: We call out the image path for the image as if it would one day be there. When we shoot an image as it comes into inventory we place the image in the correct directory, and name it the part number.jpg. We would like to have a default image show if the correct image does not exist. Using the string: ** //'display the right product image if ( intImagePos EQ 3 ){ WriteOutput("" & Chr(10) & Chr(13)); //'show image if( Len(objProduct.getImage2()) GT 0 ){ writeoutput(" objProduct.getImage2Params () & ">"); }else{ writeoutput("No Picture Available"); } WriteOutput(""); *** How would you modify this to be able to do that? I can see that it would be easy to change }else{ writeoutput("No Picture Available"); to show a path name but it is VERY easy to add the file name even if it does not exist up front. Im thinking that instead of changing }else{ writeoutput("No Picture Available"); I should use elseif logic (hmm this is not even CF is it?) To say if the pic is not available then call a certain image. If that is not there then do }else{ writeoutput("No Picture Available"); 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 - 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://
RE: [ACFUG Discuss] Alternate image shown logic help?
Hmm that’s a realistic perspective worth considering... But since this is an output template it shouldn’t matter except I need to do change management to cover AC upgrades. 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 9:06 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? I am saying I don't see a reason to change your logic here... your just throwing in more variables. I would assume that they (ablecommerce) are doing this for some reason this way and the less alteration the better. On 7/27/06, Steven Ross <[EMAIL PROTECTED]> wrote: All you have to do is change this line to point to the unavailable image: writeoutput("No Picture Available"); to: writeoutput(""); On 7/27/06, Robert Reil < [EMAIL PROTECTED]> wrote: Is there a way to have an alternate image called if an image called does not exist? For example: We call out the image path for the image as if it would one day be there. When we shoot an image as it comes into inventory we place the image in the correct directory, and name it the part number.jpg. We would like to have a default image show if the correct image does not exist. Using the string: ** //'display the right product image if ( intImagePos EQ 3 ){ WriteOutput("" & Chr(10) & Chr(13)); //'show image if( Len(objProduct.getImage2 ()) GT 0 ){ writeoutput(" objProduct.getImage2Params() & ">"); }else{ writeoutput("No Picture Available"); } WriteOutput(""); *** How would you modify this to be able to do that? I can see that it would be easy to change }else{ writeoutput("No Picture Available"); to show a path name but it is VERY easy to add the file name even if it does not exist up front. Im thinking that instead of changing }else{ writeoutput("No Picture Available"); I should use elseif logic (hmm this is not even CF is it?) To say if the pic is not available then call a certain image. If that is not there then do }else{ writeoutput("No Picture Available"); 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 - 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 - -- Steven Ross web application & interface developer http://www.zerium.com [phone] 404-488-4364 -- 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 -
Re: [ACFUG Discuss] Alternate image shown logic help?
This is true. Less modification does mean less debugging typically. Refactoring a code segment would be for when the current logic does not achieve what you need.On 7/27/06, Steven Ross <[EMAIL PROTECTED]> wrote: I am saying I don't see a reason to change your logic here... your just throwing in more variables. I would assume that they (ablecommerce) are doing this for some reason this way and the less alteration the better. On 7/27/06, Steven Ross < [EMAIL PROTECTED]> wrote: All you have to do is change this line to point to the unavailable image:writeoutput("No Picture Available");to:writeoutput(""); On 7/27/06, Robert Reil < [EMAIL PROTECTED]> wrote: Is there a way to have an alternate image called if an image called does notexist?For example:We call out the image path for the image as if it would one day be there.When we shoot an image as it comes into inventory we place the image in the correct directory, and name it the part number.jpg.We would like to have a default image show if the correct image does notexist.Using the string:**//'display the right product image if ( intImagePos EQ 3 ){WriteOutput("" & Chr(10) & Chr(13));//'show imageif( Len(objProduct.getImage2 ()) GT 0 ){ writeoutput("objProduct.getImage2Params() & ">");}else{writeoutput("No Picture Available"); }WriteOutput("");***How would you modify this to be able to do that?I can see that it would be easy to change}else{writeoutput("No Picture Available"); to show a path name but it is VERY easy to add the file name even if it doesnot exist up front.Im thinking that instead of changing}else{writeoutput("No Picture Available"); I should use elseif logic (hmm this is not even CF is it?)To say if the pic is not available then call a certain image.If that is not there then do}else{writeoutput("No Picture Available"); Robert P. ReilManaging Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NWKennesaw, Ga. 30152Office 770-974-8851Fax 770-974-8852 www.motorcyclecarbs.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 - -- Steven Ross web application & interface developer http://www.zerium.com [phone] 404-488-4364 -- Steven Rossweb 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 - -- 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 -
RE: [ACFUG Discuss] Alternate image shown logic help?
Good stuff all of you. However if I want to put 3 steps in there the middle step would be correct? I am also a little uneasy about what seems like multiple languages. It seems that the orgininal code is in Java (?). How will I imbed the CF into that language? Ex: writeoutput(""); 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 9:05 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? Robert, Chris has it right with using the FileExists function. Here is a definition of the usage of the function: http://techfeed.net/cfQuickDocs/?FileExists Let's look at what Chris was was demonstrating: Now you can display whatever you want when a file does not exist, but the FileExists function can save you some code and make your code more legible. Teddy On 7/27/06, Robert Reil <[EMAIL PROTECTED]> wrote: This would work even though it is not this other language is the site is a CF site? Also I am not quite clear. If I am reading this right the logic should break down like this: * if ( intImagePos EQ 3 ){ WriteOutput("" & Chr(10) & Chr(13)); //'show image if( Len(objProduct.getImage2()) GT 0 ){ writeoutput(" objProduct.getImage2Params() & ">"); ? }else{ writeoutput("No Picture Available"); } WriteOutput(""); * Or are you saying that this should be structured a different way. Excuse my ignorance as I am a total newbie and this is my first real attempt at logic manipulation. Can you explain further? 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 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 27, 2006 8:14 AM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Alternate image shown logic help? You can use FileExists(absolute_path) in an if statement. Eg. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Robert Reil Sent: Thursday, July 27, 2006 7:28 AM To: discussion@acfug.org Subject: [ACFUG Discuss] Alternate image shown logic help? Is there a way to have an alternate image called if an image called does not exist? For example: We call out the image path for the image as if it would one day be there. When we shoot an image as it comes into inventory we place the image in the correct directory, and name it the part number.jpg. We would like to have a default image show if the correct image does not exist. Using the string: ** //'display the right product image if ( intImagePos EQ 3 ){ WriteOutput("" & Chr(10) & Chr(13)); //'show image if( Len(objProduct.getImage2()) GT 0 ){ writeoutput(" objProduct.getImage2Params () & ">"); }else{ writeoutput("No Picture Available"); } WriteOutput(""); *** How would you modify this to be able to do that? I can see that it would be easy to change }else{ writeoutput("No Picture Available"); to show a path name but it is VERY easy to add the file name even if it does not exist up front. Im thinking that instead of changing }else{ writeoutput("No Picture Available"); I should use elseif logic (hmm this is not even CF is it?) To say if the pic is not available then call a certain image. If that is not there then do }else{ writeoutput("No Picture Available"); 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 - 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 - - 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/ Lis
Re: [ACFUG Discuss] Alternate image shown logic help?
I am saying I don't see a reason to change your logic here... your just throwing in more variables. I would assume that they (ablecommerce) are doing this for some reason this way and the less alteration the better. On 7/27/06, Steven Ross <[EMAIL PROTECTED]> wrote: All you have to do is change this line to point to the unavailable image:writeoutput("No Picture Available");to:writeoutput(""); On 7/27/06, Robert Reil < [EMAIL PROTECTED]> wrote: Is there a way to have an alternate image called if an image called does notexist?For example:We call out the image path for the image as if it would one day be there.When we shoot an image as it comes into inventory we place the image in the correct directory, and name it the part number.jpg.We would like to have a default image show if the correct image does notexist.Using the string:**//'display the right product image if ( intImagePos EQ 3 ){WriteOutput("" & Chr(10) & Chr(13));//'show imageif( Len(objProduct.getImage2 ()) GT 0 ){ writeoutput("objProduct.getImage2Params() & ">");}else{writeoutput("No Picture Available"); }WriteOutput("");***How would you modify this to be able to do that?I can see that it would be easy to change}else{writeoutput("No Picture Available"); to show a path name but it is VERY easy to add the file name even if it doesnot exist up front.Im thinking that instead of changing}else{writeoutput("No Picture Available"); I should use elseif logic (hmm this is not even CF is it?)To say if the pic is not available then call a certain image.If that is not there then do}else{writeoutput("No Picture Available"); Robert P. ReilManaging Director,Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NWKennesaw, Ga. 30152Office 770-974-8851Fax 770-974-8852 www.motorcyclecarbs.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- -- Steven Ross web application & interface developer http://www.zerium.com[phone] 404-488-4364 -- Steven Rossweb 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 -
Re: [ACFUG Discuss] Alternate image shown logic help?
Robert,Chris has it right with using the FileExists function. Here is a definition of the usage of the function: http://techfeed.net/cfQuickDocs/?FileExists Let's look at what Chris was was demonstrating: Now you can display whatever you want when a file does not exist, but the FileExists function can save you some code and make your code more legible. TeddyOn 7/27/06, Robert Reil <[EMAIL PROTECTED]> wrote: This would work even though it is not this other language is the site is aCF site?Also I am not quite clear.If I am reading this right the logic should break down like this:* if ( intImagePos EQ 3 ){WriteOutput("" & Chr(10) & Chr(13));//'show imageif( Len(objProduct.getImage2()) GT 0 ){ writeoutput("objProduct.getImage2Params() & ">"); ?}else{writeoutput("No Picture Available"); }WriteOutput("");* Or are you saying that this should be structured a different way.Excuse my ignorance as I am a total newbie and this is my first real attemptat logic manipulation.Can you explain further? Robert P. ReilManaging Director,Motorcyclecarbs.com, Inc.4292 Country Garden Walk NWKennesaw, Ga. 30152Office 770-974-8851Fax 770-974-8852 www.motorcyclecarbs.com-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 27, 2006 8:14 AM To: discussion@acfug.orgSubject: RE: [ACFUG Discuss] Alternate image shown logic help?You can use FileExists(absolute_path) in an if statement.Eg. Chris-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Robert ReilSent: Thursday, July 27, 2006 7:28 AMTo: discussion@acfug.orgSubject: [ACFUG Discuss] Alternate image shown logic help?Is there a way to have an alternate image called if an image called doesnot exist?For example:We call out the image path for the image as if it would one day be there.When we shoot an image as it comes into inventory we place the image inthe correct directory, and name it the part number.jpg.We would like to have a default image show if the correct image does not exist.Using the string:**//'display the right product imageif ( intImagePos EQ 3 ){WriteOutput("" & Chr(10) & Chr(13)); //'show imageif( Len(objProduct.getImage2()) GT 0 ){writeoutput("objProduct.getImage2Params () & ">");}else{writeoutput("No Picture Available"); }WriteOutput("");***How would you modify this to be able to do that? I can see that it would be easy to change}else{writeoutput("No Picture Available"); to show a path namebut it is VERY easy to add the file name even if it does not exist up front.Im thinking that instead of changing}else{writeoutput("No Picture Available"); I should use elseiflogic (hmm this is not even CF is it?) To say if the pic is not available then call a certain image.If that is not there then do}else{writeoutput("No Picture Available");Robert P. ReilManaging Director, Motorcyclecarbs.com, Inc.4292 Country Garden Walk NWKennesaw, Ga. 30152Office 770-974-8851Fax 770-974-8852www.motorcyclecarbs.com- To unsubscribe from this list, manage your profile @http://www.acfug.org?fa=login.edituserformFor 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.edituserformFor more info, see http://www.acfug.org/mailinglistsArchive @ 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/mailinglistsArchive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com--- 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 -
Re: [ACFUG Discuss] Alternate image shown logic help?
All you have to do is change this line to point to the unavailable image:writeoutput("No Picture Available");to:writeoutput(""); On 7/27/06, Robert Reil <[EMAIL PROTECTED]> wrote: Is there a way to have an alternate image called if an image called does notexist?For example:We call out the image path for the image as if it would one day be there.When we shoot an image as it comes into inventory we place the image in the correct directory, and name it the part number.jpg.We would like to have a default image show if the correct image does notexist.Using the string:**//'display the right product image if ( intImagePos EQ 3 ){WriteOutput("" & Chr(10) & Chr(13));//'show imageif( Len(objProduct.getImage2()) GT 0 ){ writeoutput("objProduct.getImage2Params() & ">");}else{writeoutput("No Picture Available"); }WriteOutput("");***How would you modify this to be able to do that?I can see that it would be easy to change}else{writeoutput("No Picture Available"); to show a path name but it is VERY easy to add the file name even if it doesnot exist up front.Im thinking that instead of changing}else{writeoutput("No Picture Available"); I should use elseif logic (hmm this is not even CF is it?)To say if the pic is not available then call a certain image.If that is not there then do}else{writeoutput("No Picture Available"); Robert P. ReilManaging Director,Motorcyclecarbs.com, Inc.4292 Country Garden Walk NWKennesaw, Ga. 30152Office 770-974-8851Fax 770-974-8852 www.motorcyclecarbs.com-To unsubscribe from this list, manage your profile @http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglistsArchive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com--- 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 -
RE: [ACFUG Discuss] Alternate image shown logic help?
This would work even though it is not this other language is the site is a CF site? Also I am not quite clear. If I am reading this right the logic should break down like this: * if ( intImagePos EQ 3 ){ WriteOutput("" & Chr(10) & Chr(13)); //'show image if( Len(objProduct.getImage2()) GT 0 ){ writeoutput(""); ? }else{ writeoutput("No Picture Available"); } WriteOutput(""); * Or are you saying that this should be structured a different way. Excuse my ignorance as I am a total newbie and this is my first real attempt at logic manipulation. Can you explain further? 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 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 8:14 AM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Alternate image shown logic help? You can use FileExists(absolute_path) in an if statement. Eg. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil Sent: Thursday, July 27, 2006 7:28 AM To: discussion@acfug.org Subject: [ACFUG Discuss] Alternate image shown logic help? Is there a way to have an alternate image called if an image called does not exist? For example: We call out the image path for the image as if it would one day be there. When we shoot an image as it comes into inventory we place the image in the correct directory, and name it the part number.jpg. We would like to have a default image show if the correct image does not exist. Using the string: ** //'display the right product image if ( intImagePos EQ 3 ){ WriteOutput("" & Chr(10) & Chr(13)); //'show image if( Len(objProduct.getImage2()) GT 0 ){ writeoutput(""); }else{ writeoutput("No Picture Available"); } WriteOutput(""); *** How would you modify this to be able to do that? I can see that it would be easy to change }else{ writeoutput("No Picture Available"); to show a path name but it is VERY easy to add the file name even if it does not exist up front. Im thinking that instead of changing }else{ writeoutput("No Picture Available"); I should use elseif logic (hmm this is not even CF is it?) To say if the pic is not available then call a certain image. If that is not there then do }else{ writeoutput("No Picture Available"); 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 - 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 - - 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 - - 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 -
RE: [ACFUG Discuss] Alternate image shown logic help?
You can use FileExists(absolute_path) in an if statement. Eg. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil Sent: Thursday, July 27, 2006 7:28 AM To: discussion@acfug.org Subject: [ACFUG Discuss] Alternate image shown logic help? Is there a way to have an alternate image called if an image called does not exist? For example: We call out the image path for the image as if it would one day be there. When we shoot an image as it comes into inventory we place the image in the correct directory, and name it the part number.jpg. We would like to have a default image show if the correct image does not exist. Using the string: ** //'display the right product image if ( intImagePos EQ 3 ){ WriteOutput("" & Chr(10) & Chr(13)); //'show image if( Len(objProduct.getImage2()) GT 0 ){ writeoutput(""); }else{ writeoutput("No Picture Available"); } WriteOutput(""); *** How would you modify this to be able to do that? I can see that it would be easy to change }else{ writeoutput("No Picture Available"); to show a path name but it is VERY easy to add the file name even if it does not exist up front. Im thinking that instead of changing }else{ writeoutput("No Picture Available"); I should use elseif logic (hmm this is not even CF is it?) To say if the pic is not available then call a certain image. If that is not there then do }else{ writeoutput("No Picture Available"); 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 - 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 - - 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 -