Re: (ot) jQuery Select

2013-06-06 Thread Dakota Burns
cycle. Next, when you remove the location change, nothing happens because you're explicitly saying to do nothing. Remove the function from the submit() and watch the magic take place. HTH Sent from a mobile something On Jun 5, 2013 12:31 PM, Dakota Burns dakota.bu...@gmail.comjavascript

(ot) jQuery Select

2013-06-05 Thread Dakota Burns
I am trying to use an HTML Select form component to select go to a URL. I'm using the attached jQuery to accomplish this. The selection opens a new window to the intended URL but the submit function doesn't post the hidden name/value pairs. I suspect my syntax is a bit in conflict since the

Re: (ot) jQuery Select

2013-06-05 Thread Dakota Burns
, when you remove the location change, nothing happens because you're explicitly saying to do nothing. Remove the function from the submit() and watch the magic take place. HTH Sent from a mobile something On Jun 5, 2013 12:31 PM, Dakota Burns dakota.bu...@gmail.com wrote: I am trying to use

Tracing Tool

2012-10-20 Thread Dakota Burns
Hi - I've taken over review of quite a large CF project built on CF8. Lots of pages and tons of code. Aside from CFDump, what is the best recommended tool to trace through the pages to learn what's succeeding and failing? I've been writing my own CF Web Apps for a number of years and realize

Recommended Shopping Cart

2010-11-03 Thread Dakota Burns
Hi - I have a client that will be selling products, likely from multiple suppliers. I've programmed a CF extranet that will spit out a coupon code based on the number of points people accrue in the system. I need to integrate the coupon code, and list products by supplier where shipping rate

Re: Recommended Shopping Cart

2010-11-03 Thread Dakota Burns
- From: Dakota Burns [mailto:dakota.bu...@gmail.com] Sent: 03 November 2010 20:27 To: cf-talk Subject: Recommended Shopping Cart Hi - I have a client that will be selling products, likely from multiple suppliers. I've programmed a CF extranet that will spit out a coupon code based

How to Capture Field Name with Two Input Variables

2010-10-23 Thread Dakota Burns
Hi - I have a form that contains an outcome field, which has an _#ac_id appended to it so I can properly identify it (their can be many fields passed in). I seem to be at a loss for how to output what appears to be two variables as one ('#outcome_#ac_id##' -- see below query). Is their a way to

Re: How to Capture Field Name with Two Input Variables

2010-10-23 Thread Dakota Burns
Outstanding response to my question here on CF-Talk! Thank you very much Dave, Arsalan, Russ, and Enigment -- the variety of your responses showing differing ways to accomplish this simple task is great. Thanks again! Dakota On Sat, Oct 23, 2010 at 11:34 AM, Dakota Burns dakota.bu

CFLoop: Problem with variable wrapped in double quotes

2009-09-23 Thread Dakota Burns
I have the following code below (codeblock 01), which outputs the following three lines correctly: CFSET varMergeFile1 = c:\inetpub\uploads\pdf\resume_1.pdf CFSET varMergeFile2 = c:\inetpub\uploads\pdf\resume_2.pdf CFSET varMergeFile3 = c:\inetpub\uploads\pdf\resume_3.pdf [CODEBLOCK 01:

Re: CFLoop: Problem with variable wrapped in double quotes

2009-09-23 Thread Dakota Burns
Excellent advise -- thank you both for taking the time to respond. Best Regards, Dakota On Wed, Sep 23, 2009 at 4:11 PM, Rick Root rick.r...@webworksllc.comwrote: If you're trying to dynamically generate code to put in a file, you can't do it that way. Do this instead: !--- GET LIST

Re: OT (slightly): Question re: Contracting Rate for Medium-sized Contract

2008-11-20 Thread Dakota Burns
Thanks for feedback Jason. I forgot about the expected double FICA tax, which essentially drops $100k income as self employed down to $92k, plus other standard taxes. (I'm sure it's also good advise to contact a good tax acct., in addition to lawyer when considering move to self employment.) ~

OT (slightly): Question re: Contracting Rate for Medium-sized Contract

2008-11-19 Thread Dakota Burns
I checked out the other HOF lists, and while I questioned the CF-Jobs list, this seemed the most appropriate since some of you are actively contracting/consulting and/or running your own corp or llc. My employer is financially in trouble and has said my employment will end in six months. My

ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Dakota Burns
I'm currently looking to make a career change, and I frequently see positions asking for Java Consultants. For those of you CF developers that deploy your apps to J2EE Servers (or servlet containers, as is the case with Tomcat), have you been successful in situations where the employer wanted a

Re: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Dakota Burns
Wow ... thanks for the enlightenment Dave. I know CF programs aren't written in Java, but they can be run on J2EE servers, where other previously programmed Java/JSP apps may be running. Perhaps a better question would have been to ask whether any of you CF Pros have persuaded someone looking to

Re: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Dakota Burns
Thanks all for the followup! I'm sorry, but it was My Bad on the subject line. I wasn't trying to suggest that a CF Developer could present him or herself as a Java developer, but rather present the idea of a CF Developer persuading a company to use ColdFusion versus Java for their web apps.

Re: Printer Question

2008-07-31 Thread Dakota Burns
Thank you Dave, Ian, and Claude! The CSS method should work fine (tested works). Will keep the CFDocument method in mind for future reference as outputting to PDF is quite powerful. Best regards, - Dakota On Tue, Jul 29, 2008 at 10:17 AM, Claude Schneegans [EMAIL PROTECTED] wrote: Just put

Printer Question

2008-07-29 Thread Dakota Burns
Hi - I have an intranet form that allows users to print multiple listings by selecting a checkbox for each one. After the form is submitted, a long page is returned with each listing separated by a horizontal bar, (the code I'm using uses cfoutput to loop through the queried listings). When the

Capturing Variable Correctly

2007-07-24 Thread Dakota Burns
I have a form that provides form elements (file uploads one text box per grouping) in a loop. The names of my form elements (specifically the problem one, which is the text box) are variables.textread, and I've concatenated an index value to each of the form fields. When the form is submitted,

Re: Capturing Variable Correctly

2007-07-24 Thread Dakota Burns
Works great - thanks Charlie! On 7/24/07, Charlie Griefer [EMAIL PROTECTED] wrote: #form[textread n]# where 'n' is your variable value. On 7/24/07, Dakota Burns [EMAIL PROTECTED] wrote: I have a form that provides form elements (file uploads one text box per grouping) in a loop

Re: Capturing Variable Correctly

2007-07-24 Thread Dakota Burns
All set. Thanks for your response Bobby. On 7/24/07, Bobby Hartsfield [EMAIL PROTECTED] wrote: Try this... cfset text2learn = form['textread' i] / ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Dakota Burns [mailto

OT: Flash or Ajax to Compliment CF Project

2006-08-14 Thread Dakota Burns
I have a fairly large CF project coming up with an interactive piece that will involve changing colors on car parts (roll mouse over hood for design or color, select post to database or session), possibly an audio greeting - that sort of thing. My experience with Flash was a large flash remoting