Re: [ACFUG Discuss] SOT: cross browser scrolling widget

2006-05-09 Thread Teddy Payne
I ahve seen this widget implemented. it works well.http://www.dynamicdrive.com/dynamicindex2/index.htmlT On 5/9/06, Derrick Peavy [EMAIL PROTECTED] wrote: An iFrame is the best option there, or use CSS to create a scrollable area. _ Derrick Peavy Sales and Web Services Universal

Re: [ACFUG Discuss] regex help

2006-05-17 Thread Teddy Payne
(\/\/)?[\s]+menu[0-9]+.addItem[^;]+This captured the complete line to include the comments and optional space in between the // to the menu.addItem method.All you need to do is make sure not to use the strings that start with //. TeddyThis will get any addItem lines. Just make sure to exclude the

Re: [ACFUG Discuss] Reverse Engineer Code HELP!

2006-05-18 Thread Teddy Payne
Shawn is quite right to point this out. Dumping functions and objects for debugging should be used on a development box, local development environment or someplace not in production. Secured information could be displayed that you do not want the wrong people to see. TeddyOn 5/18/06, [EMAIL

Re: [ACFUG Discuss] OT:Coming to Atlanta

2006-05-30 Thread Teddy Payne
Steve,We should have the powers at be at the ACFUG set up a meet and greet event. Perhaps make the email sound less pathetic and get people to come geek out, have some frosty beverages and formalize the experience at a groovy cool pub. Cheers,TeddyOn 5/30/06, Steve Drucker [EMAIL PROTECTED] wrote:

Re: [ACFUG Discuss] Image Word Verification

2006-06-02 Thread Teddy Payne
Alagad Captcha: http://www.alagad.com/index.cfm/name-captchaThe Alagad Captcha is a ColdFusion Component (CFC) written in 100% native ColdFusion which generates images of obfuscated text. The text is intended to be human readable but not machine readable. By comparing a user provided

Re: [ACFUG Discuss] DATA MINING!

2006-06-08 Thread Teddy Payne
A good point. Just stick with the makes and models and that should be considered public domain.On 6/8/06, Dean H. Saxe [EMAIL PROTECTED] wrote: Uh, you may have some copyright issues if you steal the images.-dhs Dean H. Saxe[EMAIL PROTECTED][T]he people can always be brought to the bidding of

[ACFUG Discuss] Nice Laptop Design

2006-06-08 Thread Teddy Payne
Check this laptop out. I rather find the style fetching.http://www.dell.com/content/products/productdetails.aspx/xpsnb_m2010?c=uscs=19l=ens=dhs~section=overview#tabtop What does everyone think?-- cf_payne / - To unsubscribe from this

Re: [ACFUG Discuss] great meeting last night

2006-06-09 Thread Teddy Payne
. Thanks, Precia, for arranging that. As for the talks, it was a data abstraction layer extravaganza, with Teddy Payne speaking on Reactor and Scott Talsma speaking on FourQ. I, for one, found both topics very informative (as I'd not previously looked into either project). It was interesting

Re: [ACFUG Discuss] Frameworks

2006-06-13 Thread Teddy Payne
e day (and I had enough energy) to figure out where the hell that is mcg Teddy Payne [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 06/13/2006 09:18 AM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: [ACFUG Discuss] Frameworks It all depen

Re: [ACFUG Discuss] Reactor

2006-06-17 Thread Teddy Payne
MCG,It is being used for large projects and supports some rpetty complex queries.If you have an example, I can create the realationships and joins that you would be curious about.It would probably help more than just you to show how to achieve this. If you provide me with a sample schema and

Re: [ACFUG Discuss] rereplace

2006-06-19 Thread Teddy Payne
Could just do : cfset thisstring = ReReplace(form.description,\,inches,ALL)On 6/19/06, Douglas Knudsen [EMAIL PROTECTED] wrote: Why replace the with 'inches' at all? I'm guessing the issue comesup when trying to insert the text into a DB.Use CFQUERYPARAM, itwill escape the as needed.Then use

Re: [ACFUG Discuss] Learning Cold Fusion

2006-06-20 Thread Teddy Payne
Database Schema usually refers to the definition and design of your database. You will see acronyms like DDL (Data Defintion Language) or some might refer to it as the Metadata, which simply just means Data about the Data. On 6/20/06, Robert Reil [EMAIL PROTECTED] wrote: DB

Re: [ACFUG Discuss] Learning Cold Fusion

2006-06-20 Thread Teddy Payne
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: Tuesday, June 20, 2006 2:23 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss

Re: [ACFUG Discuss] Learning Cold Fusion - Study Group

2006-06-20 Thread Teddy Payne
Wasn't that for 4 to 5?I am not sure it was for 5 to 6 or 6 to 7.On 6/20/06, Douglas Knudsen [EMAIL PROTECTED] wrote:is it still the case that if you are certified for version n, you are certified for version n+1?DKOn 6/20/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: If I'm not in, I would like

[ACFUG Discuss] Model-Glue Adobe Developer Week Breeze Presentation

2006-06-22 Thread Teddy Payne
I know there has been a lot of people looking for this little nugget.http://seminars.breezecentral.com/p63078746/ This is the Adobe Developer Week presentation by Joe Rinehart. Enjoy!Cheers -- cf_payne / - To unsubscribe from this

[ACFUG Discuss] Fwd: Model-Glue Adobe Developer Week Breeze Presentation

2006-06-23 Thread Teddy Payne
PROTECTED]Date: Jun 22, 2006 12:43 PM Subject: Re: Model-Glue Adobe Developer Week Breeze PresentationTo: Teddy Payne [EMAIL PROTECTED]Everyone, Here are links to the Adobe Developer Week sessions that were recorded live last week. There is some really great training here and I encourage you to dive

Re: [ACFUG Discuss] ???...Model Glue, Frame Work Etc...???

2006-06-23 Thread Teddy Payne
Frameworks provide a thoughtful way of organizing your application. Frameworks like Model-Glue adhere to the concept of the Model-View-Controller (MVC). MVC, in terms of web applications, is basically a concept to seperate the role and functinality of each aspect of an application. The Model is

Re: [ACFUG Discuss] ???...Model Glue, Frame Work Etc...???

2006-06-23 Thread Teddy Payne
Model-Glue is an ColdFusion application. You extend Model-Glue by adding functionality and purpose to the application, thus your application needs.Think of it as series of templates and components that you don't have to write that work with you to create organized, reusable and persistent code

Re: [ACFUG Discuss] ???...Model Glue, Frame Work Etc...???

2006-06-23 Thread Teddy Payne
functionality.I am not a subscriber to the Fusebox mailing list, so I do not have visiblity of BlueDragon and Fusebox 5.Teddy On 6/23/06, Teddy Payne [EMAIL PROTECTED] wrote: Model-Glue is an ColdFusion application. You extend Model-Glue by adding functionality and purpose to the application, thus your

Re: [ACFUG Discuss] Re: Who's going to CFUnited?

2006-06-26 Thread Teddy Payne
The questions remainsas such:What day does the ACFUG CF United attendees want to meet? Wednesday?There is an internet cafe in the expo area:http://www.cfunited.org/become_sponsor.cfm#expo We need some logistics my friends. =)On 6/26/06, Howard Fore [EMAIL PROTECTED] wrote: That sounds good. On

Re: [ACFUG Discuss] Re: Who's going to CFUnited?

2006-06-26 Thread Teddy Payne
The CBS report did mention Montgomery county, but it did not mention highway 355. 355 is the main highway that connects eastern Maryland to D.C. 355 is also the road that is by the conference hotel. A lot of areas mentioned in the report are southeast of the conference. Metro lines were delayed

Re: [ACFUG Discuss] Re: Who's going to CFUnited?

2006-06-27 Thread Teddy Payne
be in the hotel most of the time anyway, so let the rains come. We will learn and laugh! /charlie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Teddy Payne Sent: Monday, June 26, 2006 9:35 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Re: Who's going to CFUnited

Re: [ACFUG Discuss] Re: Who's going to CFUnited?

2006-06-28 Thread Teddy Payne
I am totally down with meeting again at lunch. It was good. =)TeddyOn 6/28/06, Precia [EMAIL PROTECTED] wrote:Does anyone want to do this tomorrow, too?MCG...nice to finally put your face to your name. Precia-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of

Re: [ACFUG Discuss] BO

2006-07-19 Thread Teddy Payne
A message with the subject line of BO really made me wonder. =).I have not integrated Business Objects before with CF. A lot of my clients that use SQL Server use Analysis Services and the Business reporting. TeddyOn 7/19/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Anyone out there used

Re: [ACFUG Discuss] $token.queryVaule?

2006-07-20 Thread Teddy Payne
Well, the reason being is that the code that is being executed is not coldfusion. =) ColdFusion uses the # symbol and not the $ symbol. From your example it looks like a perl script to me. PHP uses the $ symbol, but it is usually surrounded by % %. The typical extension to a perl file is .pl.

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Teddy Payne
Robert,I think we need to take a deep breathe here.127.0.0.1 is for local development. Local development can also be considered a testing server. A testing server is a generic term for any location you have a web server and application server installed. Now in more formal scenarios, a testing

Re: [ACFUG Discuss] Restart on ## unresponsive thread

2006-07-24 Thread Teddy Payne
Would this help?http://www.adobe.com/devnet/server_archive/articles/cf_timeouts_and_unresponsive_requests.html http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19438TeddyOn 7/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Greetings: I'm trying to find the Restart on ## unresponsive

Re: [ACFUG Discuss] Restart on ## unresponsive thread

2006-07-24 Thread Teddy Payne
It's Monday. I was looking at timeout after # seconds and not restart. Where is that coffee? TeddyOn 7/24/06, Teddy Payne [EMAIL PROTECTED] wrote:The second link refers to how to do it in CFMX 6.1. Also on my development servers at work, I have this setting under CFMX 6.1 as well.I have attached

Re: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Teddy Payne
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

Re: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Teddy Payne
lol Doug..that was good geek humor :)We did notice the ; Robert. This is a dead giveaway of cfscript. Writeoutput can be used in many places, but it is very commonly used inside of cfscript tags. Kind of like:cfscript if FileExists(C:\www\images\picture.gif) { writeoutput(img src=''); } else if

Re: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Teddy Payne
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

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

2006-07-28 Thread Teddy Payne
Robert,WriteOutput(img src="" objNewProduct.getImage1() width=100 height=100/abr/ 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

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 internal

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 can

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 I

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:cfcomponent

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 think too many people

Re: [ACFUG Discuss] POI

2006-08-17 Thread Teddy Payne
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?The xml in the case of cfdocument is analagous to pages rendered as HTML pages. TeddyOn 8/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:Quoting Teddy Payne

Re: [ACFUG Discuss] appheader.cfm and doc 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 cfoutput 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

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 works

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 cfinclude template=pathToFile/file.js.cfm in the head tag. That way CF will generate the text to add whatever dynamic driven elements you are looking for your

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

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:cffunction name=getcarts access=remote output=true returntype=any cfquery

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 whther

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] 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

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] 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: 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

[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: [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 Phone:

[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.

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]

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

2006-09-27 Thread Teddy Payne
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 of sticky session solution. If you are looking

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

2006-09-27 Thread Teddy Payne
sts 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] wrote: Are you lookin

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

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
Solutions – http://www.cooperebusiness.com From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Teddy Payne Sent: Wednesday, September 27, 2006 10:51 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Form Validation Well then, you won't really need to specify

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: [EMAIL

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 .Net

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

2006-10-02 Thread Teddy Payne
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. cfwddx action = "" input = #session# output=client.foocfdum

Re: [ACFUG Discuss] Client? Session?

2006-10-02 Thread Teddy Payne
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 scope.I recently came across a facade pattern from Dave

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] Issue with return from cfquery

2006-10-03 Thread Teddy Payne
Is this portion a typo wher there exists a space in the #ID#? Also, try #getIDs.ID#.cfoutput query=getIDs #getIDs.recordcount# --# ID# br /cfoutputTeddyOn 10/3/06, Jeff Howard [EMAIL PROTECTED] wrote: No offense taken, I thought I explained it fairly clearly.In any case, maybe this will help

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

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

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 peformcfif IsSimpleValue(variable) and Trim(variable) new This 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]

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] 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

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 have

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 [EMAIL

Re: [ACFUG Discuss] CFUNITED-07 Information

2006-11-02 Thread Teddy Payne
who denies another this right makes a slave of himself to his present opinion, because he precludes himself the right of changing it. -- Thomas Paine, 1783 On Nov 2, 2006, at 9:52 AM, Teddy Payne wrote:I agree with Precia.I am from D.C. and I can assist in helping making things easier

[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

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

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

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

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=entryentry=C7F3A45C-3048-80A9-EF3C7DA746A45DCEOn 11/8/06, Ajas Mohammed [EMAIL PROTECTED] wrote: Hi everyone,I think

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

[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) - all

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...)

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

2006-11-13 Thread Teddy Payne
# 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 My apologies. I did not mean

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]

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

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 not

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

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

2006-11-30 Thread Teddy Payne
Have you dumped out now() on the servers? Are they correct? Teddy On 11/30/06, Douglas Knudsen [EMAIL PROTECTED] wrote: they were reset after the patch when the box was rebooted. I'm told the TZ piece was only a registry change too concerning when DST starts/stops. DK On 11/30/06, Teddy

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

2006-11-30 Thread Teddy Payne
Justin, Considering we do not see % above the code or if the HTML is surrounded by a tag based JSP declaration, it can look like JSP, Perl and PHP. Robert, You can tell if a file is ColdFusion by the extension of the file. ColdFusion: .cfm, .cfc, .cfml PHP: .php Perl: .pl, .cgi JSP: .jpg These

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

2006-11-30 Thread Teddy Payne
I had a typo on my last email: JSP: .jsp Teddy On 11/30/06, Teddy Payne [EMAIL PROTECTED] wrote: Justin, Considering we do not see % above the code or if the HTML is surrounded by a tag based JSP declaration, it can look like JSP, Perl and PHP. Robert, You can tell if a file is ColdFusion

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

2006-11-30 Thread Teddy Payne
Umm, wow. That was from no where. Flying cow patties would be a bad day. Teddy On 11/30/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I think it looks like cows flying Ok, I've had a bad day. Cows Flying would be a nice change. mcg *Mischa Uppelschoten ext 10 [EMAIL PROTECTED]*

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

2006-11-30 Thread Teddy Payne
is of course an image. Correct if wrong please. Dusty -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Teddy Payne *Sent:* Thursday, November 30, 2006 3:20 PM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] First try at a real CF edit

Re: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread Teddy Payne
Ok, you three are scary. That code was all the same. Teddy On 12/1/06, Justin Haygood [EMAIL PROTECTED] wrote: If (window.top.location != window.location ) window.top.location = window.location; *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Derrick Peavy *Sent:*

Re: [ACFUG Discuss] cftree

2006-12-04 Thread Teddy Payne
Here is a flash form way of how AS Fusion handled documents: http://www.asfusion.com/projects/fileexplorer/ I use it to manage my file directory easier than Wndows Explorer for my web related tasks. Teddy On 12/4/06, Jeff Howard [EMAIL PROTECTED] wrote: Hey all, I've not used this control

Re: [ACFUG Discuss] cftree

2006-12-04 Thread Teddy Payne
Jeff, As for the CFTree not expanding or expanding, the example that I sent you does both and allows for CFTree to populated dynamically in a flash form from a database. So in short, CFTree does have the technology. Teddy On 12/4/06, Charlie Arehart [EMAIL PROTECTED] wrote: Jeff, a couple

Re: [ACFUG Discuss] Detecting Missing .cfm Templates

2006-12-05 Thread Teddy Payne
Are the missing templates being called from cfinclude? Or just handling missing .cfms just anywhere? Teddy On 12/5/06, Clarke Bishop [EMAIL PROTECTED] wrote: Is there a way to use Application.cfc's onError or onRequestStart methods to detect and handle a missing or moved .cfm template? Or is

Re: [ACFUG Discuss] Detecting Missing .cfm Templates

2006-12-05 Thread Teddy Payne
that you build in cfml. That will grab any missing file for sure. John [EMAIL PROTECTED] -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Teddy Payne *Sent:* Tuesday, December 05, 2006 8:05 PM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss

Re: [ACFUG Discuss] installing CF 701 or 702 dev edition on xp tablet edition

2006-12-06 Thread Teddy Payne
of a work around so if any of have any ideas please let me know, thx! Max - Original Message - *From:* Teddy Payne [EMAIL PROTECTED] *To:* discussion@acfug.org *Sent:* Wednesday, December 06, 2006 10:51 AM *Subject:* Re: [ACFUG Discuss] installing CF 701 or 702 dev edition on xp tablet edition

Re: [ACFUG Discuss] cftree

2006-12-06 Thread Teddy Payne
If you have a swf, supposedly this works: http://blog.deconcept.com/swfobject/ Teddy On 12/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Are you sure that you can do that? I thought that MS introduced the ActiveX control activation concept because they got sued. Shawn Gorrell Web

Re: [ACFUG Discuss] Detecting Missing .cfm Templates

2006-12-06 Thread Teddy Payne
am going to try to do that. I played with it once before, but didn't get too far, and I was hoping there was another way. Thanks again, Clarke -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Teddy Payne *Sent:* Tuesday, December 05, 2006 10

Re: [ACFUG Discuss] cftree

2006-12-06 Thread Teddy Payne
control. thanks though. On 12/6/06, Teddy Payne [EMAIL PROTECTED] wrote: If you have a swf, supposedly this works: http://blog.deconcept.com/swfobject/ Teddy On 12/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Are you sure that you can do that? I thought that MS introduced

Re: [ACFUG Discuss] OT: Client talking points

2006-12-07 Thread Teddy Payne
Seth, You also have to look at your selling point. The client did not make this decision on his/her own. Someone has influenced this person. Are you primarily a CF developer? This may be a deal breaker if you cannot deliver the product in the same amount of time as if it was written in CF.

  1   2   >