RE: CF Processing Extensions other than CFM

2005-12-22 Thread Eric J. Hoffman
Well darn, just missed one thing. Thanks for the technote. Happy holidays. Regards, Eric J. Hoffman Managing Partner EJH & Associates, LLC A Decision That Matters. EJHA. Eric J. Hoffman Managing Partner 2081 Industrial Blvd Sti

Re: help with paypal ipn testing - always INVALID response

2005-12-22 Thread stylo stylo
Any ideas anyone? ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227

RE: M E R R Y C H R I S T M A S

2005-12-22 Thread Jennifer Gavin-Wear
Hmmm .. there are probably Brits who don't know who Blair is - and I'm kinda jealous! -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: 22 December 2005 23:59 To: CF-Talk Subject: Re: M E R R Y C H R I S T M A S > Who on earth is Layton? As long as Bush stays on

Re: CF Processing Extensions other than CFM

2005-12-22 Thread Steven Erat
There's a technote showing how to add an extension to IIS for processing by CFMX. http://www.macromedia.com/go/tn_18289 I just mapped *.foo to ColdFusion and it worked. -- Steven Erat http://www.talkingtree.com/blog/ -- On 12/22/05, Eric J. Hoffman <[EMAIL PROTECTED]> wrote: > > Yeah, I did tha

Re: M E R R Y C H R I S T M A S

2005-12-22 Thread Lee
Is there a British or Canadian version of CF? I wonder why? On Thu, 22 Dec 2005 23:41:22 - "Jennifer Gavin-Wear" <[EMAIL PROTECTED]> wrote: > Who on earth is Layton? As long as Bush stays on your >side of the pond, > lol ... > > -Original Message- >From: Kevin Aebig [mailto:[EM

CFFTP and remove directory

2005-12-22 Thread chad gray
Has anyone written a module, CFC or tag to do a Remove Directory when the directory has folders and/or files in it. With FTP servers you cannot delete a folder unless it is empty. So you have to drill all the way in to the last folder in the directory structure and delete the files inside of it

OT - TinyMCE 2.0.1 opinions?

2005-12-22 Thread James Holmes
As TinyMCE 2.0.1 has been out for most of the month, has anyone formed any opinions about the stability of the new version? I'm about to give it a go on my dev server but I've been using 1.xx until now. -- CFAJAX docs and other useful articles: http://jr-holmes.coldfusionjournal.com/ ~

RE: Appending a variable to another variable

2005-12-22 Thread Mark Henderson
Ty Bobby, Mike, & Kym. That helps explain things. I knew my vars were supposed to be scoped to variables by default which is why I was getting confused, but the dot notation explanation clarified that one. Mark ~| Find out ho

Re: Appending a variable to another variable

2005-12-22 Thread Kym Kovan
Hi Mark, you wrote: >I have this working using session variables, and it's no big deal, but >there must be another way to do this. > > Cutting the rest short what you are doing is OK as it is one of many ways to talk to/with a structure (as shown in all of the other replies to this post) bu

RE: Appending a variable to another variable

2005-12-22 Thread Matthew Walker
All variables are part of a variable scope. When you write you are actually writing shorthand for or That's all very well, but the shorthand breaks down if you want to use dynamic variable names (and the dotted notation breaks down too). What you are seeing here is a situation where you nee

Re: Happy non-denominational winter holiday

2005-12-22 Thread Kay Smoljak
On 12/23/05, Ken Ketsdever <[EMAIL PROTECTED]> wrote: > Happy non-denominational winter holiday Winter? You insult those of us in the Southern Hemisphere? Bah! :D -- Kay Smoljak http://kay.zombiecoder.com/ ~| Logware (www.logwa

RE: Appending a variable to another variable

2005-12-22 Thread Bobby Hartsfield
#evaluate("db_name#i#")# Equals variables['db_name' & i] ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Mark Henderson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 6:59 PM To: CF-Talk Subject: RE: Append

Re: M E R R Y C H R I S T M A S

2005-12-22 Thread Bryan Stevenson
> Who on earth is Layton? As long as Bush stays on your side of the pond, > lol ... Jack Laytonhead of the NDP...and many Canadians don't know who the heck he is either ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642

RE: Appending a variable to another variable

2005-12-22 Thread Mark Henderson
You can create a dynamic variable name like so: And then access it using evaluate(): #evaluate("db_name#i#")# Thanks Jacob, that works. I do still wonder why it's not necessary with session variables. Mark ~| Logware (www.l

Re: Help me convince my boss to go with CF

2005-12-22 Thread Jerry Johnson
Remember who you're audience is. He is a programmer who thinks in precedural terms. He probably scoffs at scripting languages (which is what CF feels like). He is probably a little intimidated with OOP. You are not easily going to change his basic underlying prejudice towards his development envi

RE: listServ (cf-based)

2005-12-22 Thread Jennifer Gavin-Wear
I would of thought you'd best go for a mail application, there are loads of free ones supporting lists. I'm using Mdaemon pro, supports lists but not free. mdaemon supports odbc into ms sql and has been just fine. Jenny -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sen

RE: M E R R Y C H R I S T M A S

2005-12-22 Thread Jennifer Gavin-Wear
Who on earth is Layton? As long as Bush stays on your side of the pond, lol ... -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: 22 December 2005 19:51 To: CF-Talk Subject: RE: M E R R Y C H R I S T M A S LOL... I wonder if they'd take Layton? =] Kevin

RE: Appending a variable to another variable

2005-12-22 Thread Munson, Jacob
You can create a dynamic variable name like so: And then access it using evaluate(): #evaluate("db_name#i#")# > -Original Message- > From: Mark Henderson [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 22, 2005 3:43 PM > To: CF-Talk > Subject: Appending a variable to another variab

Appending a variable to another variable

2005-12-22 Thread Mark Henderson
I have this working using session variables, and it's no big deal, but there must be another way to do this. Basically, what I want to be able to do is append a counter variable to an existing variable name. For instance, let's assume the following truncated working code:

RE: CF 6/7 bug found. Site Wide Error/404 Handler

2005-12-22 Thread Burns, John D
Have you verified with anyone from MM that it is a bug and not a "feature"? Perhaps they did it for a reason. Just curious. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]

CF 6/7 bug found. Site Wide Error/404 Handler

2005-12-22 Thread Matt Robertson
In this thread http://houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:43823 I asked for input on a technique I was using that involved the use of CF's Missing Template Handler. During the course of that discussion it appears a bug has been found in ColdFusion. This has been tested on

Re: Whats wrong with this friendly URL idea?

2005-12-22 Thread Matt Robertson
Just tried breaking out the 404 code into a dedicated 404 handler, rather than using a combined file. No luck. Also, I mapped the web root of the web site in the CF Admin. Then I placed the 404 handler in the web root and confirmed it was working (so that means that CF mappings work inside the a

RE: CF Processing Extensions other than CFM

2005-12-22 Thread Eric J. Hoffman
Yeah, I did that and that got me to the one error rather than the the Server Has No Clue What You are Doing message. S close. But so far! Thanks. Eric J. Hoffman Managing Partner 2081 Industrial Blvd StillwaterMN55082 mail: [EMAIL

Re: Question about grouping in queries...

2005-12-22 Thread Charlie Griefer
http://tutorial150.easycfm.com/ might help (?) On 12/22/05, Andy Matthews <[EMAIL PROTECTED]> wrote: > I've got a query which returns the recordset shown on this page: > http://www.andyandjaime.com/uploads/getProds.html > > At the bottom of the page is how I'd like to format the data. I'm wonderi

RE: CF Processing Extensions other than CFM

2005-12-22 Thread Dan G. Switzer, II
Eric, >Has anyone had any experience setting up IIS6 with CFMX to process >extensions other than .cfm, say like .xyz? > >I edited the web-xml file and added the servlet mapping, and then addded >to the configuration in IIS that extension and pointed it to the same >dll as the cfm was. > >I generic

Question about grouping in queries...

2005-12-22 Thread Andy Matthews
I've got a query which returns the recordset shown on this page: http://www.andyandjaime.com/uploads/getProds.html At the bottom of the page is how I'd like to format the data. I'm wondering if anyone can suggest a method by which I could create this table from the recordset shown. This will be dy

CF Processing Extensions other than CFM

2005-12-22 Thread Eric J. Hoffman
Has anyone had any experience setting up IIS6 with CFMX to process extensions other than .cfm, say like .xyz? I edited the web-xml file and added the servlet mapping, and then addded to the configuration in IIS that extension and pointed it to the same dll as the cfm was. I generic cold fusion

Re: Whats wrong with this friendly URL idea?

2005-12-22 Thread Matt Robertson
On 12/22/05, Mosh Teitelbaum <[EMAIL PROTECTED]> wrote: > Perhaps you have some other code problem in the 404 handler? Nope. My 404 handler is also my site wide error handler (you can just specify both as the same template in the CF Admin). It starts like this: http://"; & CGI.SERVER_NAME>

listServ (cf-based)

2005-12-22 Thread Dwayne Cole
anyone now of a small scale listserv application that's coldfusion based. by small scale i'm talking about 1 - 15 list each with between 25 - 300 members. ~| Logware (www.logware.us): a new and convenient web-based time trackin

RE: M E R R Y C H R I S T M A S

2005-12-22 Thread Kevin Aebig
LOL... I wonder if they'd take Layton? =] Kevin -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: December 22, 2005 1:25 PM To: CF-Talk Subject: Re: M E R R Y C H R I S T M A S > Trade you Bush for anyone in your election u...NO!! ;-) Bryan Stevenson B.Comm.

Question of Style for XML feed

2005-12-22 Thread Wally Randall
I have been asked to generate an XML feed of data from a report to be available to users who would like to import the data into their own system. After specifying search criteria for the web-based report and executing the report, a user can request an XML file of that data. The report is a co

RE: Whats wrong with this friendly URL idea?

2005-12-22 Thread Mosh Teitelbaum
Matt: Are you able to CFINCLUDE a file that is located in the exact same directory as the 404 handler? I'm curious if it's truly a problem with including files or something else. I have a development site in which the 404 handler is located in the site's webroot. For fun, I added a CFINCLUDE to

Re: M E R R Y C H R I S T M A S

2005-12-22 Thread Bryan Stevenson
> Trade you Bush for anyone in your election u...NO!! ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~

Re: M E R R Y C H R I S T M A S

2005-12-22 Thread Ray Champagne
We'd still probably have to give some cash considerations and some future prospects in that trade Ken Ketsdever wrote: > Trade you Bush for anyone in your election > > -Original Message- > From: Bryan Stevenson [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 22, 2005 10:15 AM >

RE: M E R R Y C H R I S T M A S

2005-12-22 Thread Ken Ketsdever
Trade you Bush for anyone in your election -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 10:15 AM To: CF-Talk Subject: Re: M E R R Y C H R I S T M A S > I think I saw some Canadian political talk in there ;-) > > "If you must choose

Happy non-denominational winter holiday

2005-12-22 Thread Ken Ketsdever
Thank you all for all your help throughout the year. Happy non-denominational winter holiday Ken Confidentiality Notice: This message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, u

RE: Flash Forms - Why Not?

2005-12-22 Thread Nick Han
There are a couple more of gotchas I would like to add when working with actionscript and flash forms. This will save you a lot of headache as it took me awhile to figure out, since there's a lack of documentation on actionscript and how it relates to working with flash cfforms. 1) when using c

Re: WYSIWYG Web Page Editor/Creator Plug-In

2005-12-22 Thread Robert Munn
I like TinyMCE myself, it is really easy to implement. > Hello, > I'm not sure if this is possible or if such a solution is available. I > would like to know if there is a WYSIWYG Web Page Editor/Creator > Plug-In or something that I can add to my site that would allow a user > to create format

Re: M E R R Y C H R I S T M A S

2005-12-22 Thread Bryan Stevenson
> I think I saw some Canadian political talk in there ;-) > > "If you must choose between 2 evils, choose the one you've never tried > before" Oh ya...we're in for one heck of an election up hereand the choices do suck!! ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Ele

RE: M E R R Y C H R I S T M A S - and YULE

2005-12-22 Thread Jennifer Gavin-Wear
Same from me .. thanks all, really couldn't of got so far without the great I've had from so many people who have gone out of their way to help me. Thank you ! Jenny -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 22 December 2005 13:05 To: CF-Talk Subject: RE: M E R R

RE: M E R R Y C H R I S T M A S

2005-12-22 Thread Blaine Korte
Good one Kevin! I think I saw some Canadian political talk in there ;-) "If you must choose between 2 evils, choose the one you've never tried before" Merry Christmas, -Blaine -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 11:06 AM To:

Re: Whats wrong with this friendly URL idea?

2005-12-22 Thread Matt Robertson
Mosh, Thanks but I tried that yesterday as a shot-in-the-dark No dice, but good thinking :-) My next attempt is going to: 1. install a mapping to the client web site 2. put the CF 404 handler under the client's web root in this mapped folder 3. Try again Obviously doing this has implications;

Re: WYSIWYG Web Page Editor/Creator Plug-In

2005-12-22 Thread Charles E. Heizer
Wow, these are even better than I had hopped for. Thanks! - Charles On Dec 17, 2005, at 7:10 PM, Bobby Hartsfield wrote: > There are a few... personally; I think fckEditor is top of the line > in this > department. > > > ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://ac

Re: Whats wrong with this friendly URL idea?

2005-12-22 Thread Matt Robertson
Ian, You're missing what I said: I did the cfinclude outside of the relative web root and it WORKS. It just doesn't work in the SW error handler. > you tried to use a relative link in your cfinclude that will not work outside > of the > current webroot. The webroot is what a relative path is

Re: M E R R Y C H R I S T M A S

2005-12-22 Thread Aaron Rouse
ugh, I can not stop seeing what santa will say next on his sign On 12/22/05, Kevin Aebig <[EMAIL PROTECTED]> wrote: > > I send this out to all my family this year... Happy Holidays! > > http://www.keslabs.com/wishlist/card.html > >

RE: M E R R Y C H R I S T M A S

2005-12-22 Thread Kevin Aebig
I send this out to all my family this year... Happy Holidays! http://www.keslabs.com/wishlist/card.html Cheers, Kevin -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: December 22, 2005 7:05 AM To: CF-Talk Subject: RE: M E R R Y C H R I S T M A S I would also like to

RE: Trying this again w/o the suject hijack (determinig if the refresh button has been clicked)

2005-12-22 Thread Dan G. Switzer, II
Ryan, >Well yeah, you use frames, theres lots of things that go out the >window! (sorry, im anti frames, I never consider them) Even without frames, it still doesn't work if people have multiple windows/tabs open to your site. Considering I almost always have multiple tabs open on a site, this so

Re: OT: 2 Dreamweaver Instances ? - Trying to switch

2005-12-22 Thread John Wilker
Yeah just set it up for dual monitor. That feature is pretty nice and you can save your config to suit your specific needs. J On 12/22/05, Sean Corfield <[EMAIL PROTECTED]> wrote: > > On 12/22/05, Justin Hansen <[EMAIL PROTECTED]> wrote: > > I'm trying to switch to Dreamweaver 8, from HS 5.5, and

Re: TMT validation question...

2005-12-22 Thread Bryan Stevenson
> It's a library for form validation, it doesn't have any AJAX capabilities, > not yet at least. You can take a look here: > http://www.massimocorner.com/validator/ Thanks Massimo...and hey...at least I'm not getting confused anymore and saying your image CFC was somehow based on mine ;-) Merry

Re: TMT validation question...

2005-12-22 Thread Bryan Stevenson
Thanks for the clarity Andyand yep...I've been over at IndianKey alreadygetting ready to dive right in soon Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] w

Re: TMT validation question...

2005-12-22 Thread Bryan Stevenson
> Look out Massimo... you have an internet stalker. ;-) Better watch out...ya better not cryhere comes Bry! Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web:

Re: Trying this again w/o the suject hijack (determinig if the refresh button has been clicked)

2005-12-22 Thread Ryan Guill
Well yeah, you use frames, theres lots of things that go out the window! (sorry, im anti frames, I never consider them) And It just depends on if it matters if the page linking back to itself makes a difference. If not, this is a whole lot better than creating a uuid and hitting the db and all th

RE: Trying this again w/o the suject hijack (determinig if the refresh button has been clicked)

2005-12-22 Thread Dan G. Switzer, II
Ryan, > >http://localhost/mypage.cfm?foo=bar"; /> > > > Page was refreshed > > Page was not refreshed > > > There's a lot of instances where that logic isn't true. If you're site is using frames or the user has multiple windows open, this logic fails. Also as you stated, if a page links back

Re: TMT validation question...

2005-12-22 Thread Massimo Foti
> Only reason I asked about that in conjunction with the TMT validation is > because I wondered it the CFAJAX package was somehow interfering with his > validator, which it is. You could try implementing the CFAJAX part as a custom rule for the validator: http://www.massimocorner.com/validator/sam

Re: OT: 2 Dreamweaver Instances ? - Trying to switch

2005-12-22 Thread Sean Corfield
On 12/22/05, Justin Hansen <[EMAIL PROTECTED]> wrote: > I'm trying to switch to Dreamweaver 8, from HS 5.5, and I've got 2 > monitors. I had Homesite opening multiple instances so I can have one on > each screen. How do I do this same thing with Dreamweaver 8? Why would you want multiple instances

Re: 2 Dreamweaver Instances ? - Trying to switch

2005-12-22 Thread Massimo Foti
> I'm trying to switch to Dreamweaver 8, from HS 5.5, and I've got 2 > monitors. I had Homesite opening multiple instances so I can have one on > each screen. How do I do this same thing with Dreamweaver 8? As far as I know... You can't :-( Massimo Foti Tools for Co

Re: Trying this again w/o the suject hijack (determinig if the refresh button has been clicked)

2005-12-22 Thread Ryan Guill
Im sorry if im missing something here, but why not just set the full url that the person is visiting in the session scope: http://localhost/mypage.cfm?foo=bar"; /> (you could easily string together some cgi variables together to get this) then it would just be a matter of doing something like:

RE: TMT validation question...

2005-12-22 Thread Andy Matthews
CFAJAX is not put out by Massimo, although if it was, I'll bet that it would work, and be structured, much more efficiently than it is now. Only reason I asked about that in conjunction with the TMT validation is because I wondered it the CFAJAX package was somehow interfering with his validator,

Re: TMT validation question...

2005-12-22 Thread Massimo Foti
> Is there any way I can get around that Massimo? Maybe in the insertTask() > function, before any other code, I could put a call to the validation? Do you have to perform insertTask() before the form submits? You could hack the onsubmit event, see the "About the onsubmit event" at the bottom of t

Re: TMT validation question...

2005-12-22 Thread Massimo Foti
> Excuse my ignorancebut what is TMT in referenece to CFAJAX? I'm betting > it's something from Massimo as his image CFC and datepicker stuff is named with > the TMT prefix ;-) Yes, it's my trademark :-) > It sounds like it's a package using AJAX for form validation without a full page > r

RE: TMT validation question...

2005-12-22 Thread Bobby Hartsfield
Look out Massimo... you have an internet stalker. ;-) ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 11:04 AM To: CF-Talk Subject: Re: TMT validati

OT: 2 Dreamweaver Instances ? - Trying to switch

2005-12-22 Thread Justin Hansen
I'm trying to switch to Dreamweaver 8, from HS 5.5, and I've got 2 monitors. I had Homesite opening multiple instances so I can have one on each screen. How do I do this same thing with Dreamweaver 8? Before you ask, yes, I have been playing with cfEclipse too. Justin ~

RE: Trying this again w/o the suject hijack (determinig if the refresh button has been clicked)

2005-12-22 Thread Bobby Hartsfield
Ahh so store them in a session or database then and compare on each page load/refresh to 'already used UUids'? that would probably work. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECT

RE: Trying this again w/o the suject hijack (determinig if the refresh button has been clicked)

2005-12-22 Thread Bobby Hartsfield
And by 'links' if you mean url variable yes, but if you're generating it randomly on every page load... it wouldn't persist in 'links' on a refresh because you'd be putting them there via randomly generated variables? I'm just trying to get an idea as to what you mean... if it 'sorta works' we mig

RE: Whats wrong with this friendly URL idea?

2005-12-22 Thread Mosh Teitelbaum
Matt: What context is the 404 handler running in? It may be that CF is treating the handler as if it were located in the same directory as the file that was requested instead of where it actually resides. In other words, instead of building the relative path from where the 404 handler is physica

Re: TMT validation question...

2005-12-22 Thread Bryan Stevenson
Excuse my ignorancebut what is TMT in referenece to CFAJAX? I'm betting it's something from Massimo as his image CFC and datepicker stuff is named with the TMT prefix ;-) It sounds like it's a package using AJAX for form validation without a full page refresh (via AJAX)?? If sothat's

RE: Trying this again w/o the suject hijack (determinig if the refresh button has been clicked)

2005-12-22 Thread Dan G. Switzer, II
>Obviously... but what would you be comparing that to? You'd have to keep track of each UID that's been visited. You wouldn't have to track the UIDs given out, just the ones visited. If a UID is discovered that already exists, then the page must have been a refresh. Like I said this very, very kl

RE: Whats wrong with this friendly URL idea?

2005-12-22 Thread Ian Skinner
1. created http://mysecretbase.com/helloworld.cfm, which lets say resides at c:/websites/mysecretbase. 2. Created c:/storage/old/yoohoo.cfm, which contains only the text "hello world!". This folder has nothing to do with any web root. 3. helloworld.cfm contains only the line Yes you tried t

RE: TMT validation question...

2005-12-22 Thread Munson, Jacob
I'm just stabbing in the dark, but I wonder if you used onMouseDown and onMouseUP instead of onClick (or onKeyDown/onKeyUp). > -Original Message- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 22, 2005 8:26 AM > To: CF-Talk > Subject: RE: TMT validation questio

RE: Trying this again w/o the suject hijack (determinig if the refresh button has been clicked)

2005-12-22 Thread Bobby Hartsfield
Obviously... but what would you be comparing that to? ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 5:44 PM To: CF-Talk Subject: RE: Trying this

RE: TMT validation question...

2005-12-22 Thread Andy Matthews
Yes, the validation works when the onClick is removed. Is there any way I can get around that Massimo? Maybe in the insertTask() function, before any other code, I could put a call to the validation? -Original Message- From: Massimo Foti [mailto:[EMAIL PROTECTED] Sent: Thursday, Decembe

Re: TMT validation question...

2005-12-22 Thread Massimo Foti
> Does anyone know how I can get around this behavior? I'm assuming that it's > got to do with the onClick on the button firing before TMT can do it's > thing. Sounds like you already pinpointed the problem. Does the validation works if you remove the onClick call? Ma

TMT validation question...

2005-12-22 Thread Andy Matthews
I've got a form which uses the CFAJAX framework to do some dropdown population and background inserting into a database with an onclick="return insertTask();" on the submit button. I decided I also wanted to use TMT to validate 3 of the fields in the form. I've used this library before so I set i

RE: Coldfusion Looking Glass CFC

2005-12-22 Thread Tim Blair
> in the case of nominet, you have to do it via their website Not true: $ whois -h whois.nic.uk google.co.uk [whois.nic.uk] Domain name: google.co.uk Registrant: Google Inc -- --- Badpen Tech - CF and web-tech:

CFScript acting single-threaded

2005-12-22 Thread Adrian Showater
Thanks for the explanation. The loop endpoint being processed multiple times is I'm sure the sulprit, and would explain why the loop would break out after folowing one string to its conclusion. I unfortunatly deleted the CFSCRIPT syntax or I would gladly post the example, but thanks for the offer

OT: MXNA down?

2005-12-22 Thread Ryan Guill
Hey guys, im getting an application error on mxna this morning. Are others seeing this as well? Just wanted to put this out here to make sure its not just me and to let the guys know if they are on this list and haven't seen it yet. Thanks, -- Ryan Guill BlueEyesDevelopment [EMAIL PROTECTED] ww

Re: Flash Forms - Why Not?

2005-12-22 Thread Wayne Putterill
Point 2 caused me a lot of grief, I needed to input valid dates of birth and there seemed no easy way of doing it. On 12/22/05, Mike Klostermeyer <[EMAIL PROTECTED]> wrote: > I agree with the idea that flash forms should mirror html forms. A couple > examples: > > 1. Not being able to name fieldn

RE: M E R R Y C H R I S T M A S

2005-12-22 Thread Stuart Kidd
Merry Christmas from me too, I am always getting invaluable help, time and time again. http://www.stuartkidd.com/_fileserver/Video/ChristmasMessage2005.wmv ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble

RE: Flash Forms - Why Not?

2005-12-22 Thread Mike Klostermeyer
I agree with the idea that flash forms should mirror html forms. A couple examples: 1. Not being able to name fieldnames the same. In HTML, it simply returns a comma delimited list upon submit, but throws an error in flash forms. 2. The calendar popup should have a way to quickly change the year

RE: Joining two xml's?

2005-12-22 Thread Dan G. Switzer, II
Sarah, >A rookie question no doubt: Not really, as there isn't a straightforward way via straight CF to do this. >Using XmlElemNew(), I can't seem to do this without >overwriting all the child elements completely. > >I.E. How do you join this xml: > > > > 5 > 5 > > > >with this x

RE: M E R R Y C H R I S T M A S

2005-12-22 Thread Ben Nadel
I would also like to say thanks to everyone on the list. Its been such a great learning experience. I hope that in the upcoming year I can give even more back to the list in terms of help and answers. Happy holidays! ... Ben Nadel Web Developer Nylon Technology 6 West 14th S

Re: Help me convince my boss to go with CF

2005-12-22 Thread Will Tomlinson
>Thanks to everyone for all the great stuff on this thread. I have an uphill >battle to get my boss to go with CF but now I have lots of ammo. Dude, you have a flame thrower! :) Will ~| Logware (www.logware.us): a new and co

Joining two xml's?

2005-12-22 Thread Sarah Camden
Hi folks, A rookie question no doubt: Using XmlElemNew(), I can't seem to do this without overwriting all the child elements completely. I.E. How do you join this xml: 5 5 with this xml: 5 to get this xml: 5 5 5 Thanks for any

Re: Possible Bug: XML Dot Notation

2005-12-22 Thread Andrew Dixon
Hi. Ok, I have found the bug and know what is it. When I was doing the XMLParse I set the case sensitive attribute to true: However, even through the case in the cfoutput string is perfect CF throws an error from the dot notation say the object doesn't exist. Remove the case sensitive true from

RE: seo firms

2005-12-22 Thread Jennifer Gavin-Wear
Exactly, Kay. SEO isn't a standalone techy challenge, it's part of an integrated marketing plan. Researching the right keywords takes experience: business and marketing first, SEO second. My own SEO Reports tend to be in the region of 8 pages long, depending on the site, full of recommendations