Re: [ACFUG Discuss] First try at a real CF edit

2006-11-30 Thread Teddy Payne
Robert, The notation you are showing is not CF. CF uses the "#" symbol around variables to refer to values. eg #foo# Now, the $orderItem.getSKU() is showing that orderItem is an object that has methods. We call these type of methods setters and getters, which is related to the idea of a Java b

Re: [ACFUG Discuss] MS 2k and CF/JRun and time zone patch

2006-11-30 Thread Teddy Payne
On 11/30/06, Teddy Payne <[EMAIL PROTECTED]> wrote: > > Were the CF isntances brought down during the patch? > > Teddy > > > On 11/30/06, Douglas Knudsen <[EMAIL PROTECTED] > wrote: > > > > yeah, but at the OS level its set correctly. AFAIK, nowhere to cha

Re: [ACFUG Discuss] MS 2k and CF/JRun and time zone patch

2006-11-30 Thread Teddy Payne
Were the CF isntances brought down during the patch? Teddy On 11/30/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote: yeah, but at the OS level its set correctly. AFAIK, nowhere to change this in CF server. DK On 11/30/06, Bryan Tidd <[EMAIL PROTECTED]> wrote: > > Like its set to GMT inste

[ACFUG Discuss] Flex 2 E-Seminar for CF

2006-11-29 Thread Teddy Payne
http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=462539&loc=en_us I thought people would be interested in a free seminar about Flex 2 and CF. Cheers, -- Adobe Certified ColdFusion MX 7 Developer Atlanta CFUG (ACFUG): http://www.acfug.org --

Re: [ACFUG Discuss] jrun.exe application error

2006-11-29 Thread Teddy Payne
What Java run time are you using and this may sound odd, but when was the last time the server received some sort of maintenance like disk defragmentation or a disk sector check? Teddy On 11/29/06, Debbie Gregory <[EMAIL PROTECTED]> wrote: We are running Win2K with CFMX7. Every day we get t

Re: [ACFUG Discuss] using REPLACE within CFQUERY for ACCESS db

2006-11-27 Thread Teddy Payne
Instead of beating your head against the screen, why not write a quick CF template that will query for every title that has the word "the" in the beginning and run a batch update against it. In essence, you would just change "The Big Lobowski" to "Big Lobowski, The." The template would probably

Re: RE: RE: [ACFUG Discuss] Blue Dragon

2006-11-22 Thread Teddy Payne
worked with MySQL before but something tells me that I > think I > > remember researching this once and determining it couldn't be done. > > > > > > > > Thanks for your previous reply and any suggestions you may have. > > > > > > >

Re: RE: [ACFUG Discuss] Blue Dragon

2006-11-22 Thread Teddy Payne
y > > > ____ > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne > Sent: Wednesday, November 22, 2006 2:35 PM > To: discussion@acfug.org > Subject: Re: [ACFUG Discuss] Blue Dragon > > > > What about ho

Re: [ACFUG Discuss] Blue Dragon

2006-11-22 Thread Teddy Payne
What about hosting the site on an application service provider? You don't have to budget for the CF license then. Is the client firm on the fact that the Linux server must house the site? Teddy On 11/22/06, Dusty Hale <[EMAIL PROTECTED]> wrote: I have a new client I need to design a very s

Re: [ACFUG Discuss] Spell Checker for FCKeditor

2006-11-17 Thread Teddy Payne
John, I am a little confused. We were talking about spell checking and then you diverted the thread over to a job opening. I can see how you can get a referral for those who would apply for the position, but this may be good for the jobs@acfug.org or [EMAIL PROTECTED] Teddy On 11/17/06, John L

Re: [ACFUG Discuss] Spell Checker for FCKeditor

2006-11-17 Thread Teddy Payne
nal Message- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of *Teddy Payne *Sent:* Friday, November 17, 2006 4:01 PM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] Spell Checker for FCKeditor Mark, What test considerations have you made for this tag? IE? FF? Opera? T

Re: [ACFUG Discuss] Spell Checker for FCKeditor

2006-11-17 Thread Teddy Payne
Mark, What test considerations have you made for this tag? IE? FF? Opera? Teddy On 11/17/06, Fennell, Mark P. <[EMAIL PROTECTED]> wrote: Awhile back I posted a simple CFMX on Linux spellchecker. I'm nearing completion on the custom tag and thought that this might be an appropriate dumping poi

Re: [ACFUG Discuss] Sun sending Java to Open Source

2006-11-13 Thread Teddy Payne
I am by no means the moderator of this list, but I might throw a yellow flag here in the back field.*announcer voice* Unnecessary spearing after the comment was dead.  5 second delay to the offense's line speed.  Still first download.  Game on.TeddyOn 11/13/06, Sterling Ledet <[EMAIL PROTECTED]> w

Re: [ACFUG Discuss] Sun sending Java to Open Source

2006-11-13 Thread Teddy Payne
aster-level training inC# & ASP.NET 2.0 for ColdFusion Developers atProductivityEnhancement.com - Original Message - From: Teddy Payne To: discussion@acfug.org Sent: Monday, November 13, 2006 10:31 AM Subject: Re: [ACFUG Discuss] Sun sending Java to Open Source M

Re: [ACFUG Discuss] Sun sending Java to Open Source

2006-11-13 Thread Teddy Payne
My apologies.  I did not mean to smack Adam that hard.  My hand slipped!  Honest!TeddyOn 11/13/06, Adam Churvis < [EMAIL PROTECTED]> wrote: Among other things, it means that when the time comes (relatively soon), Sun will most likely wash their hands clean of--   *SMACK!*   (Sorry...)   Res

Re: [ACFUG Discuss] Sun sending Java to Open Source

2006-11-13 Thread Teddy Payne
The more open source your product is, the more support is needed because so many more people get their hands in the cookie jar and break things.Upfront investment is less, but support over time will increase. This has worked for a lot of software products.  I remember a model like this for certain

[ACFUG Discuss] CF Dump in JS?

2006-11-10 Thread Teddy Payne
We all know and love cfdump.  How would you like to being to dump your objects and datatypes in JS too?http://www.netgrow.com.au/files/_javascript__dump.cfm A friend sent me this earlier.  Works for:Internet Explorer 6, Internet Explorer 7, Firefox 1.5, Opera 8, Safari 1.2 (Mac), Firefox (Mac) - al

[ACFUG Discuss] What a function to forget?

2006-11-08 Thread Teddy Payne
I recently found a use for something really useful.I was creating a small footprint scope facade.  I got this idea of a generic scope handler from several mailing lists and blogs and I always felt they were bloated. How do you reference a scope by the name of the scope without explicitly defining t

Re: [ACFUG Discuss] Re: Adobe Donating Flash Scripting Engine to Mozilla

2006-11-08 Thread Teddy Payne
This article pretty much sums it up what this provide for Mozilla:http://www.hecker.org/mozilla/adobe-mozilla-and-tamarinTeddy On 11/8/06, Precia <[EMAIL PROTECTED]> wrote: Coming back to the "Flash scripting engine code".  What's the bigpicture with this?  What could this do in the Mozilla browser

Re: Re: [ACFUG Discuss] Adobe Donating Flash Scripting Engine to Mozilla

2006-11-08 Thread Teddy Payne
Ben Forta keeps a list of who uses CF:http://www.forta.com/cf/using/TeddyOn 11/8/06, Steven Ross <[EMAIL PROTECTED]> wrote:From Ben Forta: http://www.forta.com/blog/index.cfm?mode=entry&entry=C7F3A45C-3048-80A9-EF3C7DA746A45DCEOn 11/8/06, Ajas Mohammed < [EMAIL PROTECTED]> wrote:> Hi everyone,>   

Re: Re: [ACFUG Discuss] Adobe Donating Flash Scripting Engine to Mozilla

2006-11-08 Thread Teddy Payne
http://www.forta.com/blog/index.cfm?mode=entry&entry=C7F3A45C-3048-80A9-EF3C7DA746A45DCE   Have a read.  On 11/8/06, Adam Churvis <[EMAIL PROTECTED]> wrote: > I think the above response is drawing some pretty large conclusions> that aren't based on any substantiated facts.   You don't really nee

Re: [ACFUG Discuss] Adobe Donating Flash Scripting Engine to Mozilla

2006-11-08 Thread Teddy Payne
I would like to vote Sterling for ColdFusion evangelist.Also, I think it is poor tact to comment in a ColdFusion mailing list that ColdFusion is some sort of toy ball that is being passed around.Eeach company that has purchased ColdFusion has pushed the product further.  Allaire/Macromedia/Adobe al

Re: Re: Re: [ACFUG Discuss] Adobe Donating Flash Scripting Engine to Mozilla

2006-11-08 Thread Teddy Payne
I have to agree for the most part with Steve.  I really do not see this move by Adobe as a choice of weakness because they cannot compete in lateral markets.Whenever code is contributed to Mozilla, this usually indicates a community centric approach to get more involvement in the world community en

Re: [ACFUG Discuss] Data grid

2006-11-07 Thread Teddy Payne
There are a lot of grid example using AJAX if you want more dynamic solutions for grid population.   Teddy  On 11/7/06, Ben Johnson <[EMAIL PROTECTED]> wrote: Check out the Rico website.They have a LiveGrid tool. http://openrico.org/rico/livegrid.pageBen On 11/7/06, Mischa Uppelschoten ext 10 < [

Re: [ACFUG Discuss] Best Practice for Assembling Pages

2006-11-07 Thread Teddy Payne
Clark, What you are talking about would be very similar to a front loader pattern.   You can create a psuedo front loader without brining in OO.    You can perform what you are looking for by just using Application.cfc.  I would intercept each page request using the onRequest method of Application

Re: [ACFUG Discuss] Huge! 3000W UPS Available

2006-11-07 Thread Teddy Payne
Robert,I am not sure on the policy for the ACFUG lists, but part of me thinks that soliciting to sell something that service oriented may not be normal behavior.  The discussion list is for discussion CF technology topics.  The community list would be more appropriate as that list is a more "off to

Re: [ACFUG Discuss] Replacement needed for ActivEdit

2006-11-02 Thread Teddy Payne
Mike Nimer integrated FCK Editor into cftextarea in this example:   http://www.mikenimer.com/index.cfm?mode=entry&entry=9C9A2F02-4E22-1671-50D7E0F64E772617   Teddy  On 11/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: fck - free cool [k]ontent editor?  Just a guess.  Thanks, I'll check itout.e

[ACFUG Discuss] Debbie Gregory

2006-11-02 Thread Teddy Payne
I wanted to say thank you to Debbie Gregory for her presentation last night.   I was sincerely tickled at the visual aids on how strings, lists, arrays and queries were represented.   Also, was I the only person that was impressed by the detail of the examples?   I know she had some troubleshooting

[ACFUG Discuss] Array of Value Objects vs. CFC query returntype

2006-11-02 Thread Teddy Payne
Last night during the meeting, there was a brief exchange on what seemed to be conflicting ideas on how to handle Flex data providers.  Shaw Gorrell and Scott Talsman argued two different points on popular ways to populate Flex components. The array of value object represents a design pattern that

Re: [ACFUG Discuss] CFUNITED-07 Information

2006-11-02 Thread Teddy Payne
ave always strenuously supported the right of every man to his> > own opinion, however different that opinion might be to mine. He who > > denies another this right makes a slave of himself to his present> > opinion, because he precludes himself the right of changing it."

Re: [ACFUG Discuss] CFUNITED-07 Information

2006-11-02 Thread Teddy Payne
I agree with Precia.  I am from D.C. and I can assist in helping making things easier on travel considerations.   Teddy  On 11/2/06, Precia <[EMAIL PROTECTED]> wrote: If anyone is going to CF United, lets get together.  We can make plans for a smooth trip.   Precia  On 11/2/06, Maya Tulchinsky <[E

Re: [ACFUG Discuss] CFUNITED-07 Information

2006-11-02 Thread Teddy Payne
I stayed at the Woodfin Suites in Rockville:http://www.woodfinsuitehotels.com/rockville/The accommodations are not plush or ornate, but their convenience was nice.  They are business suites.  I stayed in a king size bed that had a sofa, love seat, kitchenette, refrigerator and cheap wifi.  They hav

Re: [ACFUG Discuss] Flex / Cairngorm

2006-10-25 Thread Teddy Payne
Caringorm 2.1 utilizes Flex Data Services and has a future growth of three product offerings:Cairngorm EnterpriseCairngorm ApolloCairngorm MobileIt looks extremely promising a good core framework for Flex.  Warning though, it is a heavy OO framework that utilizes multiple design patterns. TeddyOn 1

Re: [ACFUG Discuss] Figured I'd try one more time for some insight on CFGRID

2006-10-25 Thread Teddy Payne
Jeff,CFGrid being editable brings into play the idea of a webservice update.  CFGrid is not really a good form container, but more of a interface to fire update, delete and create events.  Now these webservices are created from actionscript that call CFCs. I would recommend http://www.asfusion.com

Re: [ACFUG Discuss] Reading the results of a cfselect form element

2006-10-19 Thread Teddy Payne
To really detect for existance of a string you may want to additionally peformThis will ensure that the variable is a string, number or a boolean and that the value of the variable is not empty. TeddyOn 10/19/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote: everything in CF is a string!  :)1) see abo

Re: [ACFUG Discuss] Reading the results of a cfselect form element

2006-10-19 Thread Teddy Payne
If it is a comma delimeted list then:Question 1: How would test to see if this actually is a String? ListLen(variableName) gt 0Question 2: How do I convert this String to an Array? Or is there a better way to process a cfselect element? ListToArray(variableName)TeddyOn 10/19/06, Leif Wells <[EMAIL

[ACFUG Discuss] RIA Forge

2006-10-18 Thread Teddy Payne
I just found out that Ray has been busy.  A new site for collaborating open source software for CF, Flex, PhotoShop, LiveCycle and several more has been released.  You can register to receive notifications on updates on the software. Ray put a description on his blog: http://ray.camdenfamily.com/in

Re: [ACFUG Discuss] jrun set up

2006-10-18 Thread Teddy Payne
Robert,I installed CFMX first, thus the windows services were built for CFMX.I would have to research if there is a way to register WAR deployed servers as windows services, so that you can have that automatically start. I also do not remember in JRUN if there are start up settings or not.  I did n

Re: [ACFUG Discuss] Adobe MAX - Las Vegas

2006-10-17 Thread Teddy Payne
Mesa Grill sounds great.  The movie trailer looks great.  I have not played golf in about 12+ months, but I can probably "swing" it.  Dancing at Vegas just sounds like a must.  Gentlmen's club? Why not, I can appreciate the art form. For those going, I will see you there with a smile.  =)TeddyOn 10

Re: [ACFUG Discuss] Re: PLZ DISREGARD PREV MAIL..1.Query Caching & 2.Implementing search Feature

2006-10-16 Thread Teddy Payne
Query caching is one solution to alleviate the speed of the query execution.  There is the need to search page by page by a certain amount of records.  In an ad hoc solution, I have seen a second query that would perform a query on the original source based upon a start point.  The cfouput will typ

Re: [ACFUG Discuss] Recompiling on the fly

2006-10-12 Thread Teddy Payne
Unless the object is stored ina  sahred scope, each instantiation of the object will invoke a new instance.  If the object is stored in a shared scope, then just kill the variable that stores the object.  Example: StructDelete(session,"objectStorageVariable") TeddyOn 10/12/06, Max Immelman <[EMAIL

Re: [ACFUG Discuss] SQL trace

2006-10-12 Thread Teddy Payne
Charlie has some valid points.  I just roll my own use a framework and there are actually about 4 or 5 Bean, DAO and Gateway generators that turn that work into short work if you like that pattern.Teddy On 10/12/06, Charlie Arehart <[EMAIL PROTECTED]> wrote: Chris, as for you getting "a blan

Re: [ACFUG Discuss] CFCPowerTools

2006-10-12 Thread Teddy Payne
Interesting idea.  It looks like a company implemented scaffolding in Mach-II as a resellable product.I can see where this could save you time.  I know that Model-Glue gives this to you for free when you use Reactor as the ORM.  You would just need to change the XSLT to skin your generic forms to s

Re: [ACFUG Discuss] Issue with return from cfquery

2006-10-03 Thread Teddy Payne
fy the issue.  Teddy Payne <[EMAIL PROTECTED]> wrote:Jeff, Saying that "it worked this morning" is not really the information needed to troubleshoot a problem remotely.  Plase take no offense by that statement if it sounded harsh.From this thread, I have seen about three people a

Re: [ACFUG Discuss] Issue with return from cfquery

2006-10-03 Thread Teddy Payne
Jeff,Saying that "it worked this morning" is not really the information needed to troubleshoot a problem remotely.  Plase take no offense by that statement if it sounded harsh.From this thread, I have seen about three people ask if you have opened up the database and the values in the table you are

Re: [ACFUG Discuss] OT: requesting help regarding my blog

2006-10-02 Thread Teddy Payne
I will take a look Charlie.  I was listening to your CF Podcast interview.  Good stuff :)TeddyOn 10/2/06, Charlie Arehart < [EMAIL PROTECTED]> wrote: Folks, this is an off-topic request. Can I ask some help of those who enjoy reading my blog (or would be interested in doing so if they've not

Re: [ACFUG Discuss] Client? Session?

2006-10-02 Thread Teddy Payne
the purest form of patriotism." --Thomas JeffersonOn Oct 2, 2006, at 10:31 AM, Teddy Payne wrote:> Not the CFC reading the client scope Steve, but more of serializing> the CFC into the client scope.>> The facade that I was referring to was a scope facade for the > session

Re: Re: Re: [ACFUG Discuss] Client? Session?

2006-10-02 Thread Teddy Payne
wrote: Yeah same here and where is the info that says a CFC can't access theclient scope?On 10/2/06, Teddy Payne <[EMAIL PROTECTED]> wrote:> I am curious as well.  The example of not storing being being able to > effectively store a value or service object is a limitation to be su

Re: Re: [ACFUG Discuss] Client? Session?

2006-10-02 Thread Teddy Payne
your application so that you can change it in the future without your application noticing. Look to the Facade design pattern for that.Jeremy On 9/27/06, Teddy Payne <[EMAIL PROTECTED]> wrote: Allen made a good point about WDDX.  I tend to overlook CFWDDX. can dump

Re: [ACFUG Discuss] asp version of cfhttp

2006-09-29 Thread Teddy Payne
Ok, I sense a whole people going, "huh?"Robert, this may not be soemthing the average CF developer or even the above average CF developer doesn't really looks for everyday.  We use cfhttp to make our life easy for webservices and referencing remote pages.  Perhaps those who are familiar with BD .N

Re: [ACFUG Discuss] Re: [ACFUG Community] Quick (and hopefully simple) question about updating a SQL Server table

2006-09-28 Thread Teddy Payne
To set the value as NULL, he will have to do that from a stored procedure or use BlueDragon v7.x to have the null data type.TeddyOn 9/28/06, Justin Haygood <[EMAIL PROTECTED]> wrote: Validate the data coming in. If the data passed in is , set it to NULL instead.   From: [EMAI

Re: re[2]: [ACFUG Discuss] Re: [ACFUG Community] Quick (and hopefully simple) question about updating a SQL Server table

2006-09-28 Thread Teddy Payne
Leave it to Allen to throw the emptry string solution.  *heh* I need to walk over there and throw soemthing at you.TeddyOn 9/28/06, Mischa Uppelschoten ext 10 <[EMAIL PROTECTED]> wrote: Try something like:if MyNewMoney EQ ""MyNewVal = "NULL"elseMyNewVal = #form.MyNewMoney#"UPDATE MyTableSE

Re: [ACFUG Discuss] regex / quotedvaluelist question

2006-09-28 Thread Teddy Payne
Youa re trying to remove the cfset text?TeddyOn 9/28/06, Steven Ross <[EMAIL PROTECTED]> wrote: Trying to find out if this is possible using regex? Would I need touse backreferences to accomplish this? I'd like to search the following string:[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>, < [EMAIL PROTECTE

Re: [ACFUG Discuss] Form Validation

2006-09-27 Thread Teddy Payne
    />     - Chris C. Cooper Cooper e.Business Solutions Atlanta , Georgia 404.691.4816   Cooper e.business Solutions – http://www.cooperebusiness.com   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Beha

Re: [ACFUG Discuss] Form Validation

2006-09-27 Thread Teddy Payne
Well then, you won't really need to specify validation locations on your individual form controls.  Let the cfform do the client side first and then you can manipulate the server side on your action page.The issue you may be having is having the required attribute with the validate attribute in the

Re: [ACFUG Discuss] Form Validation

2006-09-27 Thread Teddy Payne
When do you want to validate and what type of cfform are you using?You want to validate prior to the form submitting or after a submit event?Most forms work well with a submit validation, but highly recommended with any validation you choose that you then in turn validate yet again on the action pa

Re: Re: [ACFUG Discuss] Client? Session?

2006-09-27 Thread Teddy Payne
on how you want your requests routed... it is myunderstanding that if you want the machines to round robin eachrequest then you need to do client variables, if you don't care andyou just want users to stay on one server then you can use sessions.On 9/26/06, Teddy Payne <[EMAIL PROTECTED]>

Re: Re: [ACFUG Discuss] Client? Session?

2006-09-27 Thread Teddy Payne
request then you need to do client variables, if you don't care and you just want users to stay on one server then you can use sessions. On 9/26/06, Teddy Payne <[EMAIL PROTECTED]> wrote: > Are you looking to store complex data in your shared scope?  If so, you need > some sort

Re: [ACFUG Discuss] Client? Session?

2006-09-26 Thread Teddy Payne
Are you looking to store complex data in your shared scope?  If so, you need some sort of sticky session solution.  If you are looking to store simple data, using the datasource option of client variable storeage would make it easier to switch over between servers. TeddyOn 9/26/06, [EMAIL PROTECTED

[ACFUG Discuss] Local Development Users

2006-09-25 Thread Teddy Payne
Do you have several versions of CF running?  Multiple databases?  Multiple Java application servers?I found a post to a site that has a quick little widget that will help with managing all of these combinations that you want. Check it out!  I am going to try this tonight.  http://www.shlomygantz.co

Re: [ACFUG Discuss] Sum/CFSET

2006-09-22 Thread Teddy Payne
e, but that they are intolerant." -- Robert F. Kennedy, 1964On Sep 22, 2006, at 8:52 AM, Teddy Payne wrote:> What RDBMS are you using?>> Teddy> > On 9/22/06, Chris C. Cooper <[EMAIL PROTECTED]> wrote:> The problem I had with this is if I did this...> SELECT sum

Re: [ACFUG Discuss] Sum/CFSET

2006-09-22 Thread Teddy Payne
What RDBMS are you using?TeddyOn 9/22/06, Chris C. Cooper <[EMAIL PROTECTED]> wrote: The problem I had with this is if I did this...SELECT sum(column_name,column_name2, column_name3) as sum_value FROM Table GroupBy column_nameIt wanted the additional column names to be in the group by--

Re: Re: re[2]: [ACFUG Discuss] Tagging example in CF

2006-09-13 Thread Teddy Payne
t;" 'recent'   map.connect ':controller/:action/:id'endI know enough about rails... just thought I'd chime in since I thinkCF needs something like the routes thing... it would be very helpful.On 9/13/06, Teddy Payne < [EMAIL PROTECTED]> wrote:> Well from what

Re: re[2]: [ACFUG Discuss] Tagging example in CF

2006-09-13 Thread Teddy Payne
0470http://www.universaladvertising.com http://www.collegeadvertising.comhttp://www.collegeclassifieds.com_______ On Sep 13, 2006, at 9:42 AM, Teddy Payne wrote:What is your definition of tagging?TeddyOn 9/13/06, Derrick Peavy <[EMAIL PROTECTED] > wrote:So... Is there a

Re: [ACFUG Discuss] Tagging example in CF

2006-09-13 Thread Teddy Payne
What is your definition of tagging?  TeddyOn 9/13/06, Derrick Peavy <[EMAIL PROTECTED] > wrote:So... Is there an example that anyone knows of, of tagging in a CF site? Is this done by a search of  the tag word?  _  Derrick Peavy Sales and Web Services  Universal Advertising Phon

[ACFUG Discuss] ACFUG Meeting - September 6, 2006

2006-09-11 Thread Teddy Payne
All,I am hoping to possibly start a new trend here.  In the ACFUG meetings, a great deal of information is given out in a short amount of time.  It is hard to absorb all of the quality content that is given the group each month.  I wanted to say thank you Eric Jones and the other staff members of

Re: re[6]: [ACFUG Discuss] saving shopping carts

2006-08-30 Thread Teddy Payne
The unique ID in a cookie leaves you open for cookie hikacking.  Even though it is for shopping, any information that could verify your identity or habits is potentially dangerous.  The best idea that I can offer Mischa is that you offer a button that says 'Save Cart' and that way you force the use

Re: re[2]: [ACFUG Discuss] saving shopping carts

2006-08-29 Thread Teddy Payne
Mischa,I was talking this over with some friends.  Really, what is the need for the database storage?  A few ideas were thrown around, but perhaps some background on what you are really going to achieve would help. TeddyOn 8/29/06, Mischa Uppelschoten ext 10 <[EMAIL PROTECTED]> wrote: Thanks Teddy!

Re: [ACFUG Discuss] saving shopping carts

2006-08-29 Thread Teddy Payne
Mischa,Part 1:You are trying to prevent the user's shopping cart from expiring by storing it in the database and then retrieve it when they restart their session?Part 2:OnSessionEnd takes the session scope as an argument.  Thus unless you pass a scope into the application.cfc methds, you won't be

Re: [ACFUG Discuss] RE: JRUN Hangs REDEUX

2006-08-29 Thread Teddy Payne
It depends on the power of the box to handle the performance of each thread.  If the requests are heavy every time, more power by reducing threads is indeed a band-aid.  What Doug was alluding to was that the pages need to be fixed and not the thread count. Teddy

Re: [ACFUG Discuss] RE: JRUN Hangs REDEUX

2006-08-29 Thread Teddy Payne
SeeFusion recommended reducing the thread count by 80%?  That would choke most application servers I know.Teddy - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http:

Re: [ACFUG Discuss] RE: JRUN Hangs REDEUX

2006-08-29 Thread Teddy Payne
Umm, why would you reduce the thread count? Threads are like available channels that can execute code in tandom.  You have a queue of requests and the threads are the ones that handle all of the requests.   If you have 100 requests and 10 threads handle them, that is faster than 100 requests and 2

Re: [ACFUG Discuss] Vendor Data Problem HOW TO?

2006-08-25 Thread Teddy Payne
Robert,I am a technologist.  I would have to evaluate the vendor to see if they offer any automation as Charlie mentioned.  If they do not have that much technology support, I would try to develop a rapport with a representative that I could periodically ask for a detailed dump of product informati

Re: [ACFUG Discuss] Vendor Data Problem HOW TO?

2006-08-25 Thread Teddy Payne
Robert,It is really not up to to determine what you need.  If you need information about these parts, you collect the specific type of information that you need and then communicate that with your vendor.  The vendor will figure out what is the best way to provide that information to you.  If one

Re: [ACFUG Discuss] Vendor Data Problem HOW TO?

2006-08-25 Thread Teddy Payne
Robert,All that you are referring to is best served as a webservice as Charlie had suggested.  HTML is a very poor container for data.  CF can consume webservices created by other technologies, so the ASP aspect is not too relevant.  The only caveat to the webservice is the type of webservice whthe

Re: [ACFUG Discuss] Feeling a little SPRY

2006-08-24 Thread Teddy Payne
Here is a blog post that kind of shows the XMl transformation aspect from a method in a component:http://www.quackit.com/coldfusion/coldfusion_web_services.cfm TeddyOn 8/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: SELECT *stuff*  

Re: [ACFUG Discuss] Feeling a little SPRY

2006-08-24 Thread Teddy Payne
John,This sounds like the functionality of consuming a remote CFC, which auto-generates a WSDL translation of the component.  It is a matter of calling the CFC method with an access="remote".  You can use cfsavecontent to create an xml with coldfusion and return a customized XML file as the web ser

Re: [ACFUG Discuss] CSS question

2006-08-21 Thread Teddy Payne
I see now which block.  As Dusty said, a transparent gif is one way.  You could put   into the div to give it a space for text.  You could possibly put a padding bottom on the element above it to push it down or a padding bottom on the outer div.  I would start there.TeddyOn 8/21/06, Dusty Hale <[

Re: [ACFUG Discuss] CSS question

2006-08-21 Thread Teddy Payne
Are you referring to your search box?TeddyOn 8/21/06, Mischa Uppelschoten ext 10 <[EMAIL PROTECTED] > wrote:I have a div of a certain height in pixels. I have four items I need placed in there: - homepage button, full height, far left- graphical buttons, top left, adjacent to home page button- piec

Re: [ACFUG Discuss] Embedded CF in Javascript

2006-08-21 Thread Teddy Payne
use of the error with defining the boundaries?   -JLW   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Teddy Payne Sent: Monday, August 21, 2006 11:30 To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Embedded CF in _javascript_   You do not have to defi

Re: [ACFUG Discuss] Embedded CF in Javascript

2006-08-21 Thread Teddy Payne
;Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">else {</span></font></p> <p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-fami

Re: [ACFUG Discuss] Embedded CF in Javascript

2006-08-21 Thread Teddy Payne
;</p> <p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">else {</span></font></p> <p><font color="navy" face="Arial" size=&qu

Re: re[2]: [ACFUG Discuss] Embedded CF in Javascript

2006-08-21 Thread Teddy Payne
If you want to use JS files with CF, I would recommend not changing the mapping of .js.  I would rename file.js to file.js.cfm and then use On 8/21/06, Mischa Uppelschoten ext 10 <[EMAIL PROTECTED]> wrote: If you're using .js files, have you mapped the .js extension to the CF engine?Have you tried

Re: [ACFUG Discuss] Embedded CF in Javascript

2006-08-21 Thread Teddy Payne
saying it's in a loop. As Teddy says, seeing the code will be interesting. It's also just saying that a query named "Category" doesn't exist. Does it?   /charlie http://www.carehart.org/blog/     From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf

Re: [ACFUG Discuss] Embedded CF in Javascript

2006-08-21 Thread Teddy Payne
You can have ColdFusion generate _javascript_.  So as long as the JS code is between script tags, you can use CF to create JS arrays, embed variables into _javascript_s...you get the point.  The error specifically is referring to a CF error of a missing or TeddyOn 8/21/06, Dusty Hale <[EMAIL PROTE

Re: [ACFUG Discuss] Embedded CF in Javascript

2006-08-21 Thread Teddy Payne
We would need to see the code that the error is referring to.TeddyOn 8/21/06, McTure, Greg <[EMAIL PROTECTED] > wrote: This is a general question to see if anyone has ran into issues with embedded CFML code in _javascript_ with a page working in CFMX and not in CF5?  The code I have wor

Re: [ACFUG Discuss] appheader.cfm and tags

2006-08-20 Thread Teddy Payne
If you turn cfsetting with the enableCFOutputOnly attribute means to "Yes," it means that unless the html content is between tags that it will not be shown.Here is a reference: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-pc6.htmIt is not a slopy practice, it is just another way to

Re: [ACFUG Discuss] POI

2006-08-18 Thread Teddy Payne
I forget the API that I used.  It was popular at the time.  I used it for batch PDF conversions.  It was in an intranet so that I could cfexecute to perform command line conversions.  A lot of the PDF converters offer command line and there are some that are pretty inexpensive that offer object inv

Re: [ACFUG Discuss] POI

2006-08-17 Thread Teddy Payne
[EMAIL PROTECTED]theres a step here where i can recourse into the document but i have no idea how.Quoting Teddy Payne <[EMAIL PROTECTED]>:> What output formats does hdf support because you could wrap it in a> cfdocument if you are using mx 7 and have plain text, xml,png,jpg,gif? >>

Re: [ACFUG Discuss] POI

2006-08-17 Thread Teddy Payne
n print then output it as pdf.> So, you are trying to use the POI library to read an excel document and> output it as a pdf?>> Teddy> > On 8/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:>>>> yes:poi-scratchpad-2.5.1-final-20040804.jar >>>>

Re: [ACFUG Discuss] POI

2006-08-17 Thread Teddy Payne
So, you are trying to use the POI library to read an excel document and output it as a pdf?TeddyOn 8/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: yes:poi-scratchpad-2.5.1-final-20040804.jarexposes the hdf classes.On 8/17/06, Teddy Payne <[EMAIL PROTECTED]> wrote:I do not th

Re: [ACFUG Discuss] Dell laptop battery recall

2006-08-15 Thread Teddy Payne
I checked my Dell and I was safe.  I did not want to turn out like the guy who burnt his lap.I read an article from the "Register" about unfortunate burning events.   Lithium is not your friend when super heater. I know John has a Dell laptop and I checked mine.On 8/15/06, Steven Ross <[EMAIL PROTE

Re: [ACFUG Discuss] White Space In Source Code

2006-08-11 Thread Teddy Payne
Jared,Well, we would need to know what version of ColdFusion you are running.  There is a handy application file that can achieve this cleanly and elegantly.With the ColdFusion MX 7, application.cfc makes this task simple: In your application.cfc file you can have the following:              

Re: other resources (Was RE: [ACFUG Discuss] White Space In Source Code)

2006-08-11 Thread Teddy Payne
After I RTFM and JFGI, I agree the discussion list is indeed a good source of information for our users.T - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.

Re: other resources (Was RE: [ACFUG Discuss] White Space In Source Code)

2006-08-11 Thread Teddy Payne
Charlie,The quest to be a resource or to be the first to create a blog entry should not deter you from speaking as such.  I read your entire email and it was a great refresher for me.  I shot off the quick email with the easiest tag that I knew to achieve the solution.  Now this is a bad habit that

Re: [ACFUG Discuss] White Space In Source Code

2006-08-11 Thread Teddy Payne
...code and stuffOn 8/11/06, Robert Reil < [EMAIL PROTECTED]> wrote: Is there a way to have CF output a page with no whitespace in the source code?   Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw , Ga. 30152 Office

Re: re[2]: [ACFUG Discuss] Regex help

2006-08-07 Thread Teddy Payne
I think what Dean is suggesting here is that it is wiser to validate both from the server and the client.  The server validation being more reliable than the client.  This is a well adopted paradigm and Dean helps us remember this.  Also, MITM = Man In The Middle, which is a type of attack that ca

Re: [ACFUG Discuss] Regex help

2006-08-07 Thread Teddy Payne
Steven beat me to that one.  I was just typing that.  Also, it depends on how you implement your form as well.  If you use HTML forms and non-flash form with regex validation, then you have _javascript_ that can be turned off.  Now if you implement a flash form, I believe the validation stays inter

Re: [ACFUG Discuss] if//else algebra on image output.

2006-07-28 Thread Teddy Payne
Robert,WriteOutput("" & chr(10) & chr(13));The above line is calling an object or structure that returns the path to the image and then writeoutput makes the image 100x100 and then adds a new line at the end.You are right to possibly want to show the real images, but a lot of ecommerce sites screen

Re: [ACFUG Discuss] if//else algebra on image output.

2006-07-28 Thread Teddy Payne
How often do you add new products?  How do you upload the images?TeddyOn 7/28/06, Robert Reil < [EMAIL PROTECTED]> wrote: I have an image window called "New Products" This window calls the image associated with the product. However to save space I would like to give the image

<    1   2   3   >