[ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Peyton Todd
Hello again from the CF5 programmer trying to catch up. I always used to write for Internet Explorer, and did so again after my return to programming a few months ago, resulting in what is by now a rather complex site. Many CF (and other internet-based) programmers have told me since then that

Re: [ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Peyton Todd
, 2008 9:55 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle I suggest looking at using a framework. This would be a Good Thing as it would encapsulate these issues for you. Frameworks for JS include Spry, Dojo, JQuery, and the list could go on and on.DK

Re: [ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Steven Ross
, 2008 9:55 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle I suggest looking at using a framework. This would be a Good Thing as it would encapsulate these issues for you. Frameworks for JS include Spry, Dojo, JQuery, and the list could go

RE: [ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Dusty Hale
] On Behalf Of Peyton Todd Sent: 02/18/2008 10:12 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle First, I believe I already have Firebug: when Firefox tells me I have an error (lower righthand corner) I can click on that and see lots of info about

Re: [ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Douglas Knudsen
Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle I suggest looking at using a framework. This would be a Good Thing as it would encapsulate these issues for you. Frameworks for JS include Spry, Dojo, JQuery, and the list could go on and on. DK On Feb 18, 2008 9:44 AM

Re: [ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Peyton Todd
it. But of course you meant to type it as lower case, right? -Original Message- From: Steven Ross <[EMAIL PROTECTED]> Sent: Feb 18, 2008 10:16 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle I have been using YUI (yahoo) library, it work

Re: [ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Steven Ross
@acfug.org Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle I have been using YUI (yahoo) library, it works well and has some nice built in cross browser functionality. firefox supports getElementByID and the childNodes property... they performa a little differently than in IE

Re: [ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Peyton Todd
TED]> Sent: Feb 18, 2008 10:41 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle never had any issues using getElementById (yes casing was wrong)...On Mon, Feb 18, 2008 at 10:37 AM, Peyton Todd [EMAIL PROTECTED] wrote: Steven, did mean Firefox su

Re: [ACFUG Discuss] Another Question From Rip Van Winkle: Oh, they meant ID!

2008-02-18 Thread Peyton Todd
- From: Steven Ross <[EMAIL PROTECTED]> Sent: Feb 18, 2008 10:41 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle never had any issues using getElementById (yes casing was wrong)...On Mon, Feb 18, 2008 at 10:37 AM, Peyton Todd [EMAIL PROTECTED]

Re: [ACFUG Discuss] Another Question From Rip Van Winkle: Oh, they meant ID!

2008-02-18 Thread Steven Ross
AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle I have been using YUI (yahoo) library, it works well and has some nice built in cross browser functionality. firefox supports getElementByID and the childNodes property... they performa