[ACFUG Discuss] cfpetmarket

2012-05-01 Thread Tepfer, Seth
I know the cfpetmarket is defunct. Has anyone done a petmarket sample app in FW_1 or CF_Wheels? This e-mail message (including any attachments) is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If the

[ACFUG Discuss] return row as list?

2011-07-07 Thread Tepfer, Seth
I've got a nice query. Let's call it myQuery. If I do myList = quotedValueList(myQuery.aColumn) I get all the values of a column in my list. Is there any way to do the same thing for a ROW? I'd like to get a particular record of data, returned as a quoted value list, in the order the query

RE: [ACFUG Discuss] return row as list?

2011-07-07 Thread Tepfer, Seth
the trick... http://cflib.org/udf/queryRowToList -Cameron On Thu, Jul 7, 2011 at 12:04 PM, Tepfer, Seth la...@emory.edu wrote: I've got a nice query. Let's call it myQuery. If I do myList = quotedValueList(myQuery.aColumn) I get all the values of a column in my list. Is there any way to do

[ACFUG Discuss] room scheduling algorithm

2011-06-06 Thread Tepfer, Seth
We are on the cusp of considering to embark upon coding an application to handle room scheduling. I'm wondering: a) Has anyone done this in CF before? If so, what worked? What didn't? Willing to share their algorithm? b) Looking on the web, I am quickly emmeshed in higher math than I remember,

RE: [ACFUG Discuss] Update graph without refresh

2009-04-10 Thread Tepfer, Seth
Thanks Brooks - good idea. From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of brooks.wil...@atl.frb.org Why not put the graph in an Iframe and then use javascript to refresh it every so many seconds on a timer? You would set a timer - when it expired do a window.location=blah.cfm and

[ACFUG Discuss] Update graph without refresh

2009-04-09 Thread Tepfer, Seth
I’m new to AJAX and CF8. I’ve got a graph that is monitoring a small set of data (0-60 rows). I want to have a graph that automatically updates – without using constant refreshes. Is this possible? I assume AJAX is how I’d do this. If this answer is out there tell me what search terms to use!

RE: [ACFUG Discuss] RE: Parsing XML - take 3

2009-02-17 Thread Tepfer, Seth
Thanks to all the offers of help and suggestions. The issue isn't caching, permissions, or even the malformed XML. It is a PLUS sign in the URL. Sheesh! Apparently, although IE and Firefox and parse a URL like: http://blah. emory.edu/r25ws/

RE: [ACFUG Discuss] RE: Parsing XML - take 3

2009-02-17 Thread Tepfer, Seth
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. -- Thomas Paine, 1783 On Feb 17, 2009, at 3:11 PM, Tepfer, Seth wrote

[ACFUG Discuss] RE: Parsing XML - take 3

2009-02-16 Thread Tepfer, Seth
Take 3: If this is not the best place to ask such a question, please direct me (off list) to the best place to post. Thanks I'm having trouble referencing a particular XML element. I'm having two issues with my XML file (snippet of the XML file as generated by the R25 webservice included

[ACFUG Discuss] RE: Parsing XML

2009-02-13 Thread Tepfer, Seth
Take 2: I’m having trouble referencing a particular XML element. Here’s hoping the list will help me stop banging my head against the wall. The wall doesn’t look good in red and some stains don’t come out so easily …. I’m having two issues with my XML file (snippet of the XML file as generated

[ACFUG Discuss] image properties

2008-10-09 Thread Tepfer, Seth
I see using imageInfo I can get height, width, source name, alpha_channel_support, pixel_size, transparency, and much more. In Windows file property info, I see description tags: title, subject, keywords, author. How can I get that info via ColdFusion? Thanks. Yes, I know the Sept meeting was

RE: Contractors - round 2 RE: [ACFUG Discuss] Contractor rates

2008-09-04 Thread Tepfer, Seth
:[EMAIL PROTECTED] On Behalf Of Tepfer, Seth Sent: Wednesday, September 03, 2008 4:27 PM To: discussion@acfug.org Cc: Dale, Sue Subject: Contractors - round 2 RE: [ACFUG Discuss] Contractor rates We also are looking to hire a CF contractor. So ... 1) When sorting through contractor resumes

Contractors - round 2 RE: [ACFUG Discuss] Contractor rates

2008-09-03 Thread Tepfer, Seth
We also are looking to hire a CF contractor. So ... 1) When sorting through contractor resumes/interviews, what are your favorite questions and points that help separate the wheat from the chaff? 2) Any ideas on the URL for that aforementioned unknown website that lists average contract rate

[ACFUG Discuss] sorting question

2008-07-25 Thread Tepfer, Seth
I have a challenge laid out before me. I need to divide the incoming Oxford student class into 25 groups of about 16 or 17 students each. However, they want the groups to be as balanced as possible, across number, sex, race, and geographic origin. Now, I can easily see how to balance based on

[ACFUG Discuss] Assistance parsing XML file?

2008-07-15 Thread Tepfer, Seth
I am having a little trouble parsing this XML file, and could use some help. Thanks for any assistance. When I say: cfset aVal = mydoc.events.event[i].custom_attribute[k].attribute_value #aVal# outputs as: No But if I use an if to check for No, I never find it, because in reality,

RE: [ACFUG Discuss] Assistance parsing XML file?

2008-07-15 Thread Tepfer, Seth
Whoops - yes. Earlier in the processing comes this... cffile action=read file=C:\temp\xmlTest.txt variable=myxml cfset mydoc = XmlParse(myxml) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Youngman can i assume you are placing your xml into a

[ACFUG Discuss] runtime classes error with 7.0.2?

2008-03-12 Thread Tepfer, Seth
Today, our CF server has been throwing the error (in the cf error log): no such classpath element: C:\CFusionMX7\runtime/../../classes A little searching found the following solutions: * Upgrade to ColdFusion MX 7.0.2. * Apply the hot fix provided below to ColdFusion MX 7.0.1.

RE: [ACFUG Discuss] New Conference Announcement: Webmaniacs 2008!

2007-09-30 Thread Tepfer, Seth
Can anyone compare/contrast WebManiacs and CFUnited? Is it just that WebManiacs is FigLeaf and CFUnited is TeraTech? Or is there more of a distinction? (Trying to use my travel/training dollars wisely). seth From: [EMAIL PROTECTED] on behalf of Steve Drucker

[ACFUG Discuss] cfqueryparam in a sort

2007-07-23 Thread Tepfer, Seth
We have an MSAccess db, and have a dynamic sort with cfqueryparam. When I use the actual field (fname), the query sorts correctly. When I use the cfqueryparam, it does not sort - even though the debug says the field fname was sent correctly. Does cfqueryparam make sort not work? Thanks

RE: [ACFUG Discuss] cfqueryparam in a sort

2007-07-23 Thread Tepfer, Seth
to SORT. Now, are you sorting in the same CFQUERY using the CFQUERYPARAM? Or might this be a Query of Query sort of that previous CFQUERY? /charlie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tepfer, Seth Sent: Monday, July 23, 2007 12:28

RE: [ACFUG Discuss] moving tables across data sources

2007-07-17 Thread Tepfer, Seth
by: [EMAIL PROTECTED] 07/13/2007 10:20 AM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: [ACFUG Discuss] moving tables across data sources If you are using SQL Server, you can use DTS Jay x8453 Tepfer, Seth [EMAIL PROTECTED] Sent

[ACFUG Discuss] moving tables across data sources

2007-07-13 Thread Tepfer, Seth
What is the quick and easy way to copy a table from one data source to another? The table structure exists, it's just empty. I was thinking of doing some SQL like: INSERT INTO carrierLanesCopy SELECT carrierLanes.* FROM carrierLanes; But then I realized there is no reference to

RE: [ACFUG Discuss] moving tables across data sources

2007-07-13 Thread Tepfer, Seth
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ajas Mohammed Here is my assumption for your scenario. Lets say datasource1 is for database A, and the other datasource2 is for database B. If you want to copy a table from datasource1 to datasource2, I would do this in SQL

RE: [ACFUG Discuss] moving tables across data sources

2007-07-13 Thread Tepfer, Seth
Of Tepfer, Seth Sent: Friday, July 13, 2007 10:35 AM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] moving tables across data sources From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ajas Mohammed Here is my assumption for your scenario. Lets say datasource1 is for database

RE: [ACFUG Discuss] CFEclipse question - default project

2007-06-27 Thread Tepfer, Seth
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen To add, I suggest reading through the Eclipse tutorials, they speak to this and other things pretty well. [Tepfer, Seth] Thanks for the suggestions on the tutorials. For CF only projects, I keep the project

[ACFUG Discuss] CFEclipse question - default project

2007-06-26 Thread Tepfer, Seth
Okay, I've finally moved over to Eclipse. I'm sorry it took me this long! I'm overwhelmed by the number of options and settings. How do I change the default project location? Thanks seth - Annual Sponsor FigLeaf Software -

[ACFUG Discuss] image generator/validator spam prevention

2006-12-21 Thread Tepfer, Seth
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 can't read it, to validate the form submission is a human. 1) What do you CALL that thing? 2) Do you know if there is a tag or function out

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

2006-12-21 Thread Tepfer, Seth
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 a pain! Thanks again. seth - To unsubscribe from this list, manage your profile @

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

2006-12-21 Thread Tepfer, Seth
Cool stuff! Thanks. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne This may help you http://akismet.com/faq/ And check this out: http://devnulled.com/cfakismet - To

RE: [ACFUG Discuss] best practice for code reuse in cfcs

2006-12-20 Thread Tepfer, Seth
model approach? A Student object with methods that StudentProcessing, StudentFoo, etc can utilise. DK On 12/20/06, Tepfer, Seth [EMAIL PROTECTED] wrote: Across different methods in a single CFC, I find myself occasionally repeating queries. What is the best practice for reusing the code within

RE: [ACFUG Discuss] Client talking points redux

2006-12-13 Thread Tepfer, Seth
Charlie, I'd like to get your assistance with the questions below. How much is your fee to consult for an hour or so on the questions delineated below? When would you be available to talk? To: Tepfer, Seth Subject: Re: ColdFusion vs .Net Some remaining

[ACFUG Discuss] OT: Client talking points

2006-12-07 Thread Tepfer, Seth
I have been in the preliminary stages with a client. I had set up an extensive project charter and a prototype website. Suddenly this client emails me last night and says I think I should be using .net instead of ColdFusion. Let's meet on Thursday afternoon and discuss this I am looking for

[ACFUG Discuss] Petshop

2006-11-29 Thread Tepfer, Seth
I seem to recall somewhere there was a website that had the same application (PetShop?) in many different frameworks, as an example and a way of comparing frameworks. Anyone remember that website? Thanks Seth - To unsubscribe from this

RE: [ACFUG Discuss] Adobe using php

2006-10-02 Thread Tepfer, Seth
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jonese Sent: Monday, October 02, 2006 4:34 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Adobe using php my understanding was they used PHP when it first launched in order to get it up