Re: [ACFUG Discuss] OT: Client talking points

2006-12-07 Thread Teddy Payne
Not to mention, what can't CF plug into? Every major RDBMS is supported with either native drivers or the ability to use JDBC drivers that worked rather seamlessly. CF uses every major OS. CF uses every major web server as well. Teddy On 12/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Re: [ACFUG Discuss] Read Receipts

2006-12-07 Thread Teddy Payne
I dislike the read receipt as well, but I have all my mail accounts sent to my gmail, so if the read receipt is actually happening then I would not know. Teddy On 12/7/06, John Mason [EMAIL PROTECTED] wrote: Thanks for catching that. I was about to send you an email to let me know. Take the

Re: [ACFUG Discuss] unit testing

2006-12-15 Thread Teddy Payne
http://www.asfusion.com/blog/entry/cfcunit-runner-released On 12/15/06, Douglas Knudsen [EMAIL PROTECTED] wrote: http://corfield.org/blog/index.cfm/do/blog.entry/entry/cfcUnit_Runner_Flex_app with repect to a recent cf_lunch :) w00t! Swear I saw another runner around recently on a blog, but

Re: [ACFUG Discuss] Smith Project

2006-12-18 Thread Teddy Payne
I am just hoping the support of Java 5 will help alleviate previous bottlenecks. It is sad to see graphs of various performance charts and Adobe ranks pretty poorly. I understand some of these charts are deceptive and situational, but none-the-less you want Adobe as the original owner to look

Re: [ACFUG Discuss] Smith Project

2006-12-19 Thread Teddy Payne
it for kicks, kills webservices and cfldap IIRC. DK On 12/18/06, Teddy Payne [EMAIL PROTECTED] wrote: I am just hoping the support of Java 5 will help alleviate previous bottlenecks. It is sad to see graphs of various performance charts and Adobe ranks pretty poorly. I understand some

Re: [ACFUG Discuss] image generator/validator spam prevention

2006-12-21 Thread Teddy Payne
1) Captcha (http://en.wikipedia.org/wiki/Captcha) 2) http://lyla.maestropublishing.com/ On 12/21/06, Tepfer, Seth [EMAIL PROTECTED] wrote: I know this has come up previously, but I don't know what to search for. I need to generate an image that has that skewed text on it, so that spammers

Re: [ACFUG Discuss] image generator/validator spam prevention

2006-12-21 Thread Teddy Payne
Seth, This may help you http://akismet.com/faq/ And check this out: http://devnulled.com/cfakismet Teddy On 12/21/06, Tepfer, Seth [EMAIL PROTECTED] wrote: Thanks for the help – depressing as it might seem. Well, I'm going to try Emerle for now and I'll start implementing a blacklist. What

Re: [ACFUG Discuss] Urgent help needed.. CF custom tag to read tab delimited text file. HOw to add trim functionality??

2006-12-22 Thread Teddy Payne
If the records already exists in a database, you will need to run a stored procedure to scrub and clean your data. Since you are running SQL Server 2000, you can use table variables to perform this very quickly. Example: declare @firstName varchar(50) , @maxRows int , @currentRow int select

Re: [ACFUG Discuss] Spam Filtering Tools

2006-12-27 Thread Teddy Payne
The only time that I use Outlook is for when I am at the office. The Exchange server has a spam filter. I do not trust Outlook with my contacts. For my professional and personal accounts, I have a Google Mail (gmail) account which has a good filter for spam and not allowing picture downloads

Re: [ACFUG Discuss] CF. Object oriented its future. General Questions.

2006-12-27 Thread Teddy Payne
I also forgot conference. I suggest CF United for CF related work and Adobe MAX for Flex realted work. There is also CF Objective and CF Frameworks conferences as well. This of course is subject to availability and cost for you or your employer. Teddy On 12/27/06, Teddy Payne [EMAIL

Re: [ACFUG Discuss] Problem with XML

2006-12-27 Thread Teddy Payne
I also got the same error, but it depends on what you want to do with the XML. What are you looking to learn from the snippet? Are you trying to get child nodes, attributes or values? Teddy On 12/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This example is straight from the O'Reilly

Re: [ACFUG Discuss] XML CF

2007-01-02 Thread Teddy Payne
XML is typicaly there for storage of information in a homogenous way. John's suggestion of WDDX makes short hand of CFML constructs and is adaptable to JS and XML format. XML is used for configuration files, datasources and webservices just as a couple of examples. A lot of Flex examples use

Re: [ACFUG Discuss] XML CF

2007-01-02 Thread Teddy Payne
, it will be a whole lot easier to use in CF. On 1/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Like I said, for faking things for demo purposes (figured it would be quick and dirty) and mom's little website (not much data). :) mcg Teddy Payne [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 01/02

Re: [ACFUG Discuss] Starting the New Year with ACFUG

2007-01-04 Thread Teddy Payne
for providing the meeting facilities and Scott Talsman of echo•eleven for extending hospitality to our members mingling in the echo•eleven facilities. New Atlanta of the BlueDragon fame provided a grand prize this past meeting with a free license of BlueDragon 6.2 JX server. Congratulations to Teddy Payne

[ACFUG Discuss] CF 7.0.2 Security Update

2007-01-10 Thread Teddy Payne
If you have not already seen this from blog entries like Ray Camden or the Security Bulletins page http://www.adobe.com/support/security/#coldfusion , here is a security update released yesterday: http://www.adobe.com/support/security/bulletins/apsb07-02.html -- cf_payne / Adobe Certified

Re: [ACFUG Discuss] Urgent help needed.. CF custom tag to read tab delimited text file. HOw to add trim functionality??

2007-01-10 Thread Teddy Payne
(Replace(trim(mid(arguments.str_Content, int_CurrPos, int_NextPos - int_CurrPos)),' ','', 'All',Chr(9),'All'); Any suggestions?? should Chr(9) be in quotes??? Ajas Mohammed. On 12/22/06, Teddy Payne [EMAIL PROTECTED] wrote: If the records already exists in a database, you will need to run

Re: [ACFUG Discuss] Urgent help needed.. CF custom tag to read tab delimited text file. HOw to add trim functionality??

2007-01-11 Thread Teddy Payne
by creating Array I think but doesnt ACTUALLY SAVE/WRITE TRIMMED COL VALUES TO THE FILE. I am sorry if its confusing but Please look at the code I had sent in 1st email for the Custom Tag. Thanks. Let me know if its not clear. On 1/10/07, Teddy Payne [EMAIL PROTECTED] wrote: In your custom tag

[ACFUG Discuss] January Presentation

2007-01-11 Thread Teddy Payne
Is there any status on the availability of Andy's presentation from the January meeting? I did not see a link available. Teddy -- cf_payne / Adobe Certified ColdFusion MX 7 Developer Atlanta CFUG (ACFUG): http://www.acfug.org - To

Re: [ACFUG Discuss] DB Design Book Reccomendations?

2007-01-12 Thread Teddy Payne
MySQL Crash Course (Sams Teach Yourself in 10 Minutes) by Ben Forta On 1/12/07, Precia [EMAIL PROTECTED] wrote: Absolutely! On 1/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Database Design For Mere Mortals Shawn Gorrell Web Development Applications Architect Federal Reserve

Re: [ACFUG Discuss] DB Design Book Reccomendations?

2007-01-12 Thread Teddy Payne
I recommend Safari Books Online. For $19/mon you can check out 10 books out at a time. For $40/mon, you get unlimited access. www.safaribooksonline.com The books are virtual and you read them online. I have several friends using it and it saves them a lot of money when they jsut want to read

Re: [ACFUG Discuss] DB Design Book Reccomendations?

2007-01-12 Thread Teddy Payne
By the way, the ..Mere Mortals book is in their library. Teddy On 1/12/07, Teddy Payne [EMAIL PROTECTED] wrote: I recommend Safari Books Online. For $19/mon you can check out 10 books out at a time. For $40/mon, you get unlimited access. www.safaribooksonline.com The books are virtual

Re: [ACFUG Discuss] Learning curve vs best allocation of time vs money.

2007-01-12 Thread Teddy Payne
Robert, If your goal is to be purely a business man, you will eventually seperate yourself from the technology and have a person or team handle this for you. As you are in the initial phases of this endeavor, you need to evaluate the time it takes to grow the business with technology versus the

Re: [ACFUG Discuss] Learning curve vs best allocation of time vs money.

2007-01-12 Thread Teddy Payne
Caveat: If I refer to anything as he or him without having the analagous she or her, most of generalities are meant to be unisex and gender aganostic. Apologies in advance, Teddy On 1/12/07, Howard Fore [EMAIL PROTECTED] wrote: In my book, it's a tradeoff between knowing exactly what you

Re: [ACFUG Discuss] Learning curve vs best allocation of time vs money.

2007-01-12 Thread Teddy Payne
on! Robert P. Reil Managing Director, Motorcyclecarbs.com http://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:* Friday

Re: [ACFUG Discuss] Image from DB

2007-01-18 Thread Teddy Payne
This seems to be asked often about images and BLOBs. I know you are testing an idea out and maybe you can get it to work somehow, but from a data perspective you just don't want to use a BLOB. There is only one technique to reduce up front cost of a BLOB and that is to have a BLOB table. The

Re: [ACFUG Discuss] MySpace growth

2007-01-19 Thread Teddy Payne
I have to applaud New Atlanta for adopting hardware and VM editions quickly. The benefits from adopting architecture with native support are extremely visible in terms of data channel bandwidth. I can only wish that one day that the two product will merge and support one another so that

Re: [ACFUG Discuss] MySpace growth

2007-01-19 Thread Teddy Payne
Adam, Thank you for the colorful commentation. Can you offer a more thoughtful and objective point of view that would not slander one side or the other and would avoid a flame war? I am sure our readers would be interested in the ramifications of enterprise business to business partnerships

[ACFUG Discuss] CFEclipse

2007-01-26 Thread Teddy Payne
If you have not already read it on the blogosphere, CFEclipse 1.3 beta is out. http://www.cfeclipse.org The have refactored their site, which has a nice feel to it. CFEclipse 1.3 works on 3.1.2, 3.2.1 and 3.3M4 without any issues. -- Teddy R. Payne G-Talk: [EMAIL PROTECTED] Adobe Certified

Re: [ACFUG Discuss] css styling assistance

2007-01-26 Thread Teddy Payne
- *From:* Teddy Payne [EMAIL PROTECTED] *To:* discussion@acfug.org *Sent:* Friday, January 26, 2007 4:36 PM *Subject:* Re: [ACFUG Discuss] css styling assistance http://www.huddletogether.com/projects/lightbox2/ Light Box On 1/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I would like

Re: [ACFUG Discuss] Building my IDE Tool Box

2007-01-29 Thread Teddy Payne
Mary, Click the following for background change: Window Preferences CFEclipse CFML Colours You will see background at the bottom. Those crazy brits and their spelling. =) Cheers, Teddy On 1/29/07, Shifang (Frank) Sun [EMAIL PROTECTED] wrote: Eclipse does allow you to change the

Re: [ACFUG Discuss] Building my IDE Tool Box

2007-01-29 Thread Teddy Payne
Mary, When you click the Background button under the CFEclipse CFML Colours, you get the standard colors associated with your operating system. If you would like to have a custom color, you click Define Custom Colors. As I am sure you know, it is based upon RGB, which translates every web safe

Re: [ACFUG Discuss] video of new tool from Cynergy

2007-02-01 Thread Teddy Payne
It is a beautiful web piece. I like the reflective component and the rotating box navigation. I had one issue and I am probably just being picky: From a useability case and branding perspective, I do not like the fact that you launch a new window to view the case study on the

Re: [ACFUG Discuss] CFC and reuse query

2007-02-02 Thread Teddy Payne
What database are you using? Teddy On 2/2/07, Anthony Mathis [EMAIL PROTECTED] wrote: I'm looking for a solution to reusing a query in a cfc where the where clause needs to change. example: cfquery name=qry datasource=#APPLICATION.dsn# select * from table where #field# =

Re: [ACFUG Discuss] CFC and reuse query

2007-02-02 Thread Teddy Payne
[EMAIL PROTECTED] wrote: mysql On Fri, 2007-02-02 at 11:57 -0500, Teddy Payne wrote: What database are you using? Teddy On 2/2/07, Anthony Mathis [EMAIL PROTECTED] wrote: I'm looking for a solution to reusing a query in a cfc where the where clause needs to change

Re: [ACFUG Discuss] Calling DTS package from CFM page

2007-02-13 Thread Teddy Payne
Ajas, I would not really approach DTS tracking just from a COM package. SQL Server stores all of the information about a DTS package, the execution, steps and failures in the master DB. Create a read-only user to connect to your SQL Server's master DB and then just start exploring all of the

Re: [ACFUG Discuss] documentation

2007-02-19 Thread Teddy Payne
I see a great deal of adhoc commenting styles that do not have a semblance of coherence. When using CFCs, the hint is invalueable. When using version control, comments made on check-in are very helpful. Dreamweaver uses design notes on code templates. I have seen external documents with code

[ACFUG Discuss] SQL Prompt

2007-02-26 Thread Teddy Payne
If you use SQl Server 2000 or 2005, there is a tool that I highly recommend: SQL Prompt by Red Gate Software This little gem makes creating queries and joined queries so quick, that testing your schema or instrospecting your metadata a thing of the past. There is a demo of the tool in action

Re: [ACFUG Discuss] ColdFusion project lifecycle tools ??? - Configuration Management to Versioning to Testing

2007-03-01 Thread Teddy Payne
Ajas, The drop down for Trac when referring to users is one complaint that it would be nice to choose who assign tickets to, but on the opposite side or people who can take action on bugs, they can assign themselves to the ticket. Regardless if 10 people swear that Trac is better than Bugzilla,

[ACFUG Discuss] CFEclipse Update

2007-03-07 Thread Teddy Payne
CFEclipse recently had a release from 1.3 to 1.3.1.1 to 1.3.1.2 As fixes are submitted and found, Mark Drew has provided a new link for those who do not have direct access to the Eclipse update. You can perform manual update from the following: http://www.cfeclipse.org/update/ You can add the

Re: [ACFUG Discuss] Search engine for ColdFusion

2007-03-08 Thread Teddy Payne
For Flex, you should try the www.gotswf.com website, which is a companion site. Of course, Steve showed us this last night as well. =) Thanks again Steve for the generous search engine. Teddy On 3/8/07, Steven Ross [EMAIL PROTECTED] wrote: my first thought on this was a big question mark,

Re: [ACFUG Discuss] CFQuery Basics: HELP!

2007-03-09 Thread Teddy Payne
Not to one up Doug, but a good practice after his suggestion is also to put in a maxlength on cfqueryparam to the maxlength of the data columns you are referring to. If the maxlength for the SKU column is a varchar(40), then: cfquery name=product datasource=carbs SELECT Description1,

Re: [ACFUG Discuss] Slides or notes from recent meeting ACFUG

2007-03-09 Thread Teddy Payne
I also noticed that Steve was recording on his own Adobe Connect. Is his audio/video going to be available on UGTV? Teddy On 3/9/07, Charlie Arehart [EMAIL PROTECTED] wrote: I've not received them yet, folks. Steve's on this list so may see your request. I've also asked him privately now,

Re: [ACFUG Discuss] ColdFusion project lifecycle tools ??? - Configuration Management to Versioning to Testing

2007-03-09 Thread Teddy Payne
I agree Charlie. Any future threads on this would be a good candidate for community list. Teddy On 3/9/07, Charlie Arehart [EMAIL PROTECTED] wrote: This is getting quite off-topic (for the CF list). Should it move over to the acfug community list? (And Ajas, perhaps you may also get better

[ACFUG Discuss] CFEclipse Update

2007-03-09 Thread Teddy Payne
CFEclipse 1.3.1.3 released today. You can use the normal update process or download from http://www.cfeclipse.org/update It was a bug fix release. -- Teddy R. Payne Adobe Certified ColdFusion MX 7 Developer Google Talk - [EMAIL PROTECTED] Atlanta ColdFusion User Group - http://www.acfug.org

Re: [ACFUG Discuss] List Usage

2007-03-15 Thread Teddy Payne
List members, ACFUG attendees and Board members, During our recent board meeting after elections, we had create responsibilities to coordinators and committees to handle certain monthly tasks to keep ACFUG progressive. One of these assignments is the list moderator or mother if you are a fan of

Re: [ACFUG Discuss] cf administrator

2007-03-15 Thread Teddy Payne
For IIS in the past, it is usually a file called iis.msc, which may have changed for IIS 6 and later. You usually can find your IIS manager from your Administrative tools that is available from your start menu or it can be located in your Control Panel menu. I agree with Dean about your web

Re: [ACFUG Discuss] cf administrator

2007-03-15 Thread Teddy Payne
:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Teddy Payne *Sent:* Thursday, March 15, 2007 1:26 PM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] cf administrator For IIS in the past, it is usually a file called iis.msc, which may have changed for IIS 6 and later. You

Re: [ACFUG Discuss] cf administrator

2007-03-15 Thread Teddy Payne
Of *Teddy Payne *Sent:* Thursday, March 15, 2007 2:35 PM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] cf administrator When you install CF in server mode, you will be prompted on which web server to use and then the bindings for the CFM interpreter are created at that point. Do you

Re: [ACFUG Discuss] Error handler, included template not shown. The calling template is shown.

2007-03-16 Thread Teddy Payne
Also, if you use cftry with cfcatch, you can cfdump the cfcatch structure to show the error received and thus also place it in your email. On 3/16/07, Ajas Mohammed [EMAIL PROTECTED] wrote: Yes, its part of cfmail. I usually use cfdump for form client vars to get an idea of what user was

Re: [ACFUG Discuss] Sturcture help. No answers just guidance

2007-03-19 Thread Teddy Payne
Robert, Before you approach applying a formula or business logic against a piece of data, you need to practice how to read the data from the DB and how to import a CSV from your file system onto a CFM template. I am not sure what you mean by pitfalls of querying. SQL is made to handle

Re: [ACFUG Discuss] cfeclipse crashing?

2007-03-23 Thread Teddy Payne
Did you upgrade your JRE at that time? One suggestion has been to completely uninstall your Java JRE and then get a fresh non-upgrade version. On 3/23/07, Cheyenne Throckmorton [EMAIL PROTECTED] wrote: First off, I'll state that I'm fairly new to Eclipse. I installed it and have really

Re: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Teddy Payne
Fax 770-974-8852 www.motorcyclecarbs.com -- *From:* Teddy Payne [mailto:[EMAIL PROTECTED] *Sent:* Friday, March 23, 2007 2:45 PM *To:* Carbs SalesService *Subject:* Re: [ACFUG Discuss] cfform bug stuck on variable. A quick Google Search: http://www.masrizal.com

Re: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Teddy Payne
-8852 www.motorcyclecarbs.com -- *From:* Teddy Payne [mailto:[EMAIL PROTECTED] *Sent:* Friday, March 23, 2007 5:14 PM *To:* Carbs SalesService *Subject:* Re: [ACFUG Discuss] cfform bug stuck on variable. For cfselect, you may be over complicating it: cfselect name

Re: [ACFUG Discuss] cfqueryparam and NULL attribute SQL Server 2005

2007-03-29 Thread Teddy Payne
I am not sure why the behavior of the cfgrid is getting the value when it queries the data source. Did you check to make sure that the specified column does not have a default value of some type? If 2005 is actually able to send the string null to the cfgrid, then that is indeed a behavior that

Re: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-30 Thread Teddy Payne
-974-8852 www.motorcyclecarbs.com *From:* Teddy Payne [mailto:[EMAIL PROTECTED] *Sent:* Friday, March 23, 2007 2:45 PM *To:* Carbs SalesService *Subject:* Re: [ACFUG Discuss] cfform bug stuck on variable. A quick Google Search: http://www.masrizal.com/index.cfm?fuseaction

Re: [ACFUG Discuss] A whole new key for CFEclipse =)

2007-04-04 Thread Teddy Payne
CFEclipse probably won't support WYSIWYG, but as Howard Fore had mentioned that part of the MyEclipse project that there is a designer perspective. You can see a screen shots here: http://www.myeclipseide.com/ContentExpress-display-ceid-54.html On 4/4/07, Robert Reil [EMAIL PROTECTED] wrote:

Re: [ACFUG Discuss] coldfusion web hosting

2007-04-09 Thread Teddy Payne
CF-Talk, which is hosted by House of Fusion, has a mail archive: http://www.mail-archive.com/cf-talk%40houseoffusion.com/ This is the archive for the mailing list. I am a subscriber and reader of the list and I have noticed that this question is asked often. It might be a good resource to

Re: [ACFUG Discuss] Images as Blobs

2013-04-01 Thread Teddy Payne
Mike, Have you looked into using cfimage tag to reference, render, or manipulate BLOB data? If I recall, you can directly feed a database call into a cfimge tag. Cheers, Teddy Sent from my iPad On Apr 1, 2013, at 4:12 PM, Mike Staver sta...@fimble.com wrote: I've been thinking about keeping

Re: [ACFUG Discuss] ATL Code Camp

2013-08-21 Thread Teddy Payne
I signed up for this a while ago. I will be there and hope to see others there! Teddy Sent from my iPad On Aug 21, 2013, at 12:50 PM, Charlie Arehart char...@carehart.org wrote: Thanks for that heads-up, Doug. I’d missed news of it, even attending some recent MS user groups, sadly. There

<    1   2