RE: Character code for a TAB

2001-04-25 Thread Jeffry Houser


   Maybe she's cute, rich, and wants to be my sugar daddy?

   No, but seriously..   just because he wrote the utility for one purpose 
doesn't mean it can't be used for a different purpose.  People were asking 
for a chat version of the CFTALK list, I think he was just saying 'you can 
use this.'


At 07:32 AM 04/25/2001 -0700, you wrote:
Why would we want to talk to your daughter?
-David

On Tuesday, April 24, 2001 9:56 AM, Dick Applebaum [SMTP:[EMAIL PROTECTED]] 
wrote:
  I know I will regret this...
 
  Here's a chat I wrote to communicate with my daughter based on a
  program I found in the allaire tag forum.
 
  http://.itool.com/chat/
 
  Have at it!


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Dick Applebaum

9

At 8:55 AM -0400 4/24/01, Chad McCue wrote:
I am looking for the character code for a Tab, if anyone could let 
me know what it is, I would appreciate it.
Thanks..

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Michael Lugassy

9.

and use this:
cfoutput#asc()#/cfoutput
to find out others.

Thanks,

Michael Lugassy
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Dylan Bromby

9.

in the future, if you need to know a CHR value, Asc() will work.

for this example, CFOUTPUT#Asc(  )#/CFOUTPUT

will return 9. the quotes contain a TAB.

-Original Message-
From: Chad McCue [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 5:55 AM
To: CF-Talk
Subject: Character code for a TAB


I am looking for the character code for a Tab, if anyone could let me know
what it is, I would appreciate it.
Thanks..
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Rich Wild

Chr(09)

---
Rich Wild
Senior Web Designer

---
e-mango.com ltd  Tel: 01202 587 400
Lansdowne Place  Fax: 01202 587 401
17 Holdenhurst Road
Bournemouth   Mailto:[EMAIL PROTECTED]
BH8 8EW, UK  http://www.e-mango.com
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
---




 -Original Message-
 From: Chad McCue [mailto:[EMAIL PROTECTED]]
 Sent: 24 April 2001 13:55
 To: CF-Talk
 Subject: Character code for a TAB
 
 
 I am looking for the character code for a Tab, if anyone 
 could let me know what it is, I would appreciate it. 
 Thanks..
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread C. Hatton Humphrey

It's CHR(9)

Hatton Humphrey

 -Original Message-
 From: Chad McCue [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 24, 2001 8:55 AM
 To: CF-Talk
 Subject: Character code for a TAB
 
 
 I am looking for the character code for a Tab, if anyone could 
 let me know what it is, I would appreciate it. 
 Thanks..
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Michael Lugassy

I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
to a pretty easy question.

I think we gotta sort this out somehow... :)

Thanks,

Michael Lugassy
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Dylan Bromby

yes, we should definitely cut down on the amount of people willing to help
others.

i count 5 responses. good thing you didn't overexaggerate.

-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 7:14 AM
To: CF-Talk
Subject: Re: Character code for a TAB


I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
to a pretty easy question.

I think we gotta sort this out somehow... :)

Thanks,

Michael Lugassy
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Erika L Walker

How about everyone bookmarks this page (http://www.asciitable.com/),
now...then no-one should ever have to ask again. Except of course the
newcomers. And those we'll beat into submission with a big ole CF book or
something...?

:)

Erika

You have to laugh at yourself because you'd cry your eyes out if you
didn't. - Emily Saliers

Erika

You have to laugh at yourself because you'd cry your eyes out if you
didn't. - Emily Saliers

-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 10:14 AM
To: CF-Talk
Subject: Re: Character code for a TAB


I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
to a pretty easy question.

I think we gotta sort this out somehow... :)

Thanks,

Michael Lugassy
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Marc Garrett

Michael Lugassy wrote:

 I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
 to a pretty easy question.

I'm still hoping to get an answer to a question I posted yesterday that I
have to think other people have handled before. Here's a repost:

I have an update page on which I need to show user friendly terms in a
select box, even though the information in the table is actually a code
number (e.g., the info is saved as 010-000 but the user should see
services.) The value from the select is then passed to a CFUPDATE on the
following page. I can get the update to work properly if the user changes
the value in the select box, but if she leaves the value unchanged the field
gets updated to the friendly word instead of leaving the code value
unchanged.

Thanks for any assistance. I have included code below my sig.

Regards,

Marc Garrett

Here's the code that populates the select list:

select class=editBox name=fldCategory1
optioncfoutput query=category_1#fldCategory#/cfoutput/option
cfloop query=categories
option
value=cfoutput#fldCategoryID#/cfoutputcfoutput#fldCategory#/cfoutp
ut/option
/cfloop
/select

Here's query category_1:

cfquery datasource=datasource name=category_1
SELECT
 tblContacts.fldContactID,
 tblContacts.fldCategory1,
 tblCategories.fldCategory,
 tblCategories.fldCategoryID
FROM
 tblContacts, tblCategories
WHERE
 tblContacts.fldContactID LIKE '#id#'
 AND tblCategories.fldCategoryID = tblContacts.fldCategory1
/cfquery

The update on the next page is simply:
cfupdate datasource=datasource tablename=tblContacts




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Eric Dawson

I think we gotta sort this out somehow... :)
the answer is list speed.

From: Dylan Bromby [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: Character code for a TAB
Date: Tue, 24 Apr 2001 06:28:12 -0700

yes, we should definitely cut down on the amount of people willing to help
others.

i count 5 responses. good thing you didn't overexaggerate.

-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 7:14 AM
To: CF-Talk
Subject: Re: Character code for a TAB


I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
to a pretty easy question.

I think we gotta sort this out somehow... :)

Thanks,

Michael Lugassy
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread C. Hatton Humphrey

I think the problem is more due to the fact that the responses are more
hey, I know the answer to this!!! repetitions than meant to clog the list.
It's one of the downsides of using an e-mail list versus some other message
base format.  All of the replies probably got sent out at the same time and
the delay the list actually getting them is more due to email lag than
anything else.

It's great to get a response and frustrating not to, and I think all of us
have experienced both sides of that coin.  So to make up for it, when we
know how to help someone we reflexively hit reply.  The cascade effect is
what we all see.

Hatton Humphrey

Barbara remains in the hospital and needs blood donors for more
transfusions. She is also having trouble sleeping and requests tapes of
Pastor Jack's sermons. - From Real Church Bulletin Bloopers

 -Original Message-
 From: Erika L Walker [mailto:[EMAIL PROTECTED]]

 How about everyone bookmarks this page (http://www.asciitable.com/),
 now...then no-one should ever have to ask again. Except of course the
 newcomers. And those we'll beat into submission with a big ole CF book or
 something...?

 :)

 Erika

 -Original Message-
 From: Michael Lugassy [mailto:[EMAIL PROTECTED]]

 I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
 to a pretty easy question.

 I think we gotta sort this out somehow... :)

 Thanks,

 Michael Lugassy
 Interactive Music Ltd.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Dylan Bromby

that's only part of it. the list is fast in the mornings. PST anyway.

-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 6:49 AM
To: CF-Talk
Subject: RE: Character code for a TAB


I think we gotta sort this out somehow... :)
the answer is list speed.

From: Dylan Bromby [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: Character code for a TAB
Date: Tue, 24 Apr 2001 06:28:12 -0700

yes, we should definitely cut down on the amount of people willing to help
others.

i count 5 responses. good thing you didn't overexaggerate.

-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 7:14 AM
To: CF-Talk
Subject: Re: Character code for a TAB


I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
to a pretty easy question.

I think we gotta sort this out somehow... :)

Thanks,

Michael Lugassy
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Michael Lugassy

There must be a way to let us know the question has been answered!
Let's think about it!

- Original Message -
From: C. Hatton Humphrey [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 3:51 PM
Subject: RE: Character code for a TAB


 I think the problem is more due to the fact that the responses are more
 hey, I know the answer to this!!! repetitions than meant to clog the
list.
 It's one of the downsides of using an e-mail list versus some other
message
 base format.  All of the replies probably got sent out at the same time
and
 the delay the list actually getting them is more due to email lag than
 anything else.

 It's great to get a response and frustrating not to, and I think all of us
 have experienced both sides of that coin.  So to make up for it, when we
 know how to help someone we reflexively hit reply.  The cascade effect is
 what we all see.

 Hatton Humphrey

 Barbara remains in the hospital and needs blood donors for more
 transfusions. She is also having trouble sleeping and requests tapes of
 Pastor Jack's sermons. - From Real Church Bulletin Bloopers

  -Original Message-
  From: Erika L Walker [mailto:[EMAIL PROTECTED]]
 
  How about everyone bookmarks this page (http://www.asciitable.com/),
  now...then no-one should ever have to ask again. Except of course
the
  newcomers. And those we'll beat into submission with a big ole CF book
or
  something...?
 
  :)
 
  Erika
 
  -Original Message-
  From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
 
  I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
  to a pretty easy question.
 
  I think we gotta sort this out somehow... :)
 
  Thanks,
 
  Michael Lugassy
  Interactive Music Ltd.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Howarth, Craig (IBK-NY)

You have no VALUE attribute on the default option.

 -Original Message-
 From: Marc Garrett [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, April 24, 2001 9:48 AM
 To:   CF-Talk
 Subject:  Re: Character code for a TAB
 
 Michael Lugassy wrote:
 
  I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
  to a pretty easy question.
 
 I'm still hoping to get an answer to a question I posted yesterday that I
 have to think other people have handled before. Here's a repost:
 
 I have an update page on which I need to show user friendly terms in a
 select box, even though the information in the table is actually a code
 number (e.g., the info is saved as 010-000 but the user should see
 services.) The value from the select is then passed to a CFUPDATE on the
 following page. I can get the update to work properly if the user changes
 the value in the select box, but if she leaves the value unchanged the field
 gets updated to the friendly word instead of leaving the code value
 unchanged.
 
 Thanks for any assistance. I have included code below my sig.
 
 Regards,
 
 Marc Garrett
 
 Here's the code that populates the select list:
 
 select class=editBox name=fldCategory1
 optioncfoutput query=category_1#fldCategory#/cfoutput/option
 cfloop query=categories
 option
 value=cfoutput#fldCategoryID#/cfoutputcfoutput#fldCategory#/cfoutp
 ut/option
 /cfloop
 /select
 
 Here's query category_1:
 
 cfquery datasource=datasource name=category_1
 SELECT
  tblContacts.fldContactID,
  tblContacts.fldCategory1,
  tblCategories.fldCategory,
  tblCategories.fldCategoryID
 FROM
  tblContacts, tblCategories
 WHERE
  tblContacts.fldContactID LIKE '#id#'
  AND tblCategories.fldCategoryID = tblContacts.fldCategory1
 /cfquery
 
 The update on the next page is simply:
 cfupdate datasource=datasource tablename=tblContacts
 
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Mary_Baotic


Instead of quickly hitting reply and sending out the answer, one can
quickly scan the inbox or the digest to see if its been answered and then
not reply.
Mary


There must be a way to let us know the question has been answered!
Let's think about it!

- Original Message -
From: C. Hatton Humphrey [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 3:51 PM
Subject: RE: Character code for a TAB


 I think the problem is more due to the fact that the responses are more
 hey, I know the answer to this!!! repetitions than meant to clog the
list.
 It's one of the downsides of using an e-mail list versus some other
message
 base format.  All of the replies probably got sent out at the same time
and
 the delay the list actually getting them is more due to email lag than
 anything else.

 It's great to get a response and frustrating not to, and I think all of
us
 have experienced both sides of that coin.  So to make up for it, when we
 know how to help someone we reflexively hit reply.  The cascade effect is
 what we all see.

 Hatton Humphrey

 Barbara remains in the hospital and needs blood donors for more
 transfusions. She is also having trouble sleeping and requests tapes of
 Pastor Jack's sermons. - From Real Church Bulletin Bloopers

  -Original Message-
  From: Erika L Walker [mailto:[EMAIL PROTECTED]]
 
  How about everyone bookmarks this page (http://www.asciitable.com/),
  now...then no-one should ever have to ask again. Except of course
the
  newcomers. And those we'll beat into submission with a big ole CF book
or
  something...?
 
  :)
 
  Erika
 
  -Original Message-
  From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
 
  I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
  to a pretty easy question.
 
  I think we gotta sort this out somehow... :)
 
  Thanks,
 
  Michael Lugassy
  Interactive Music Ltd.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Christopher Olive, CIO

problem with that is exactly what we're discussing.  the answer may not have
come into my inbox before i reply to a message.

chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 10:31 AM
To: CF-Talk
Subject: Re: Character code for a TAB



Instead of quickly hitting reply and sending out the answer, one can
quickly scan the inbox or the digest to see if its been answered and then
not reply.
Mary


There must be a way to let us know the question has been answered!
Let's think about it!

- Original Message -
From: C. Hatton Humphrey [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 3:51 PM
Subject: RE: Character code for a TAB


 I think the problem is more due to the fact that the responses are more
 hey, I know the answer to this!!! repetitions than meant to clog the
list.
 It's one of the downsides of using an e-mail list versus some other
message
 base format.  All of the replies probably got sent out at the same time
and
 the delay the list actually getting them is more due to email lag than
 anything else.

 It's great to get a response and frustrating not to, and I think all of
us
 have experienced both sides of that coin.  So to make up for it, when we
 know how to help someone we reflexively hit reply.  The cascade effect is
 what we all see.

 Hatton Humphrey

 Barbara remains in the hospital and needs blood donors for more
 transfusions. She is also having trouble sleeping and requests tapes of
 Pastor Jack's sermons. - From Real Church Bulletin Bloopers

  -Original Message-
  From: Erika L Walker [mailto:[EMAIL PROTECTED]]
 
  How about everyone bookmarks this page (http://www.asciitable.com/),
  now...then no-one should ever have to ask again. Except of course
the
  newcomers. And those we'll beat into submission with a big ole CF book
or
  something...?
 
  :)
 
  Erika
 
  -Original Message-
  From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
 
  I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
  to a pretty easy question.
 
  I think we gotta sort this out somehow... :)
 
  Thanks,
 
  Michael Lugassy
  Interactive Music Ltd.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Dylan Bromby

i still disagree with this. here's why:

1) sometimes answers are wrong
2) some people post really innovative solutions even after the problem might
have been solved

some people might be frustrated when the SAME answer is posted over and
over. well...delete the thread. i don't think the answer is asking people
not to respond just because there's a response that looks like an answer.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 7:31 AM
To: CF-Talk
Subject: Re: Character code for a TAB



Instead of quickly hitting reply and sending out the answer, one can
quickly scan the inbox or the digest to see if its been answered and then
not reply.
Mary


There must be a way to let us know the question has been answered!
Let's think about it!

- Original Message -
From: C. Hatton Humphrey [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 3:51 PM
Subject: RE: Character code for a TAB


 I think the problem is more due to the fact that the responses are more
 hey, I know the answer to this!!! repetitions than meant to clog the
list.
 It's one of the downsides of using an e-mail list versus some other
message
 base format.  All of the replies probably got sent out at the same time
and
 the delay the list actually getting them is more due to email lag than
 anything else.

 It's great to get a response and frustrating not to, and I think all of
us
 have experienced both sides of that coin.  So to make up for it, when we
 know how to help someone we reflexively hit reply.  The cascade effect is
 what we all see.

 Hatton Humphrey

 Barbara remains in the hospital and needs blood donors for more
 transfusions. She is also having trouble sleeping and requests tapes of
 Pastor Jack's sermons. - From Real Church Bulletin Bloopers

  -Original Message-
  From: Erika L Walker [mailto:[EMAIL PROTECTED]]
 
  How about everyone bookmarks this page (http://www.asciitable.com/),
  now...then no-one should ever have to ask again. Except of course
the
  newcomers. And those we'll beat into submission with a big ole CF book
or
  something...?
 
  :)
 
  Erika
 
  -Original Message-
  From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
 
  I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
  to a pretty easy question.
 
  I think we gotta sort this out somehow... :)
 
  Thanks,
 
  Michael Lugassy
  Interactive Music Ltd.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Steven A. del Sol

I THINK IT IS CHAR(09)




At 05:10 PM 4/24/2001 +0200, you wrote:
There must be a way to let us know the question has been answered!
Let's think about it!

- Original Message -
From: C. Hatton Humphrey [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 3:51 PM
Subject: RE: Character code for a TAB


  I think the problem is more due to the fact that the responses are more
  hey, I know the answer to this!!! repetitions than meant to clog the
list.
  It's one of the downsides of using an e-mail list versus some other
message
  base format.  All of the replies probably got sent out at the same time
and
  the delay the list actually getting them is more due to email lag than
  anything else.
 
  It's great to get a response and frustrating not to, and I think all of us
  have experienced both sides of that coin.  So to make up for it, when we
  know how to help someone we reflexively hit reply.  The cascade effect is
  what we all see.
 
  Hatton Humphrey
 
  Barbara remains in the hospital and needs blood donors for more
  transfusions. She is also having trouble sleeping and requests tapes of
  Pastor Jack's sermons. - From Real Church Bulletin Bloopers
 
   -Original Message-
   From: Erika L Walker [mailto:[EMAIL PROTECTED]]
  
   How about everyone bookmarks this page (http://www.asciitable.com/),
   now...then no-one should ever have to ask again. Except of course
the
   newcomers. And those we'll beat into submission with a big ole CF book
or
   something...?
  
   :)
  
   Erika
  
   -Original Message-
   From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
  
   I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
   to a pretty easy question.
  
   I think we gotta sort this out somehow... :)
  
   Thanks,
  
   Michael Lugassy
   Interactive Music Ltd.
 
 
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Craig Dudley

I agree with Dylan, with Coldfusion, as most things, there is always more
than one way to skin a Cat.

It's nice to see how different people handle the same problem.

-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: 24 April 2001 16:28
To: CF-Talk
Subject: RE: Character code for a TAB


i still disagree with this. here's why:

1) sometimes answers are wrong
2) some people post really innovative solutions even after the problem might
have been solved

some people might be frustrated when the SAME answer is posted over and
over. well...delete the thread. i don't think the answer is asking people
not to respond just because there's a response that looks like an answer.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 7:31 AM
To: CF-Talk
Subject: Re: Character code for a TAB



Instead of quickly hitting reply and sending out the answer, one can
quickly scan the inbox or the digest to see if its been answered and then
not reply.
Mary


There must be a way to let us know the question has been answered!
Let's think about it!

- Original Message -
From: C. Hatton Humphrey [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 3:51 PM
Subject: RE: Character code for a TAB


 I think the problem is more due to the fact that the responses are more
 hey, I know the answer to this!!! repetitions than meant to clog the
list.
 It's one of the downsides of using an e-mail list versus some other
message
 base format.  All of the replies probably got sent out at the same time
and
 the delay the list actually getting them is more due to email lag than
 anything else.

 It's great to get a response and frustrating not to, and I think all of
us
 have experienced both sides of that coin.  So to make up for it, when we
 know how to help someone we reflexively hit reply.  The cascade effect is
 what we all see.

 Hatton Humphrey

 Barbara remains in the hospital and needs blood donors for more
 transfusions. She is also having trouble sleeping and requests tapes of
 Pastor Jack's sermons. - From Real Church Bulletin Bloopers

  -Original Message-
  From: Erika L Walker [mailto:[EMAIL PROTECTED]]
 
  How about everyone bookmarks this page (http://www.asciitable.com/),
  now...then no-one should ever have to ask again. Except of course
the
  newcomers. And those we'll beat into submission with a big ole CF book
or
  something...?
 
  :)
 
  Erika
 
  -Original Message-
  From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
 
  I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
  to a pretty easy question.
 
  I think we gotta sort this out somehow... :)
 
  Thanks,
 
  Michael Lugassy
  Interactive Music Ltd.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Michael Lugassy

What about a CHAT solution?
CHAT ROOM would be great!!!

- Original Message -
From: Dylan Bromby [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 5:28 PM
Subject: RE: Character code for a TAB


 i still disagree with this. here's why:

 1) sometimes answers are wrong
 2) some people post really innovative solutions even after the problem
might
 have been solved

 some people might be frustrated when the SAME answer is posted over and
 over. well...delete the thread. i don't think the answer is asking people
 not to respond just because there's a response that looks like an answer.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 24, 2001 7:31 AM
 To: CF-Talk
 Subject: Re: Character code for a TAB



 Instead of quickly hitting reply and sending out the answer, one can
 quickly scan the inbox or the digest to see if its been answered and then
 not reply.
 Mary


 There must be a way to let us know the question has been answered!
 Let's think about it!

 - Original Message -
 From: C. Hatton Humphrey [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 3:51 PM
 Subject: RE: Character code for a TAB


  I think the problem is more due to the fact that the responses are more
  hey, I know the answer to this!!! repetitions than meant to clog the
 list.
  It's one of the downsides of using an e-mail list versus some other
 message
  base format.  All of the replies probably got sent out at the same time
 and
  the delay the list actually getting them is more due to email lag than
  anything else.
 
  It's great to get a response and frustrating not to, and I think all of
 us
  have experienced both sides of that coin.  So to make up for it, when we
  know how to help someone we reflexively hit reply.  The cascade effect
is
  what we all see.
 
  Hatton Humphrey
 
  Barbara remains in the hospital and needs blood donors for more
  transfusions. She is also having trouble sleeping and requests tapes of
  Pastor Jack's sermons. - From Real Church Bulletin Bloopers
 
   -Original Message-
   From: Erika L Walker [mailto:[EMAIL PROTECTED]]
  
   How about everyone bookmarks this page (http://www.asciitable.com/),
   now...then no-one should ever have to ask again. Except of course
 the
   newcomers. And those we'll beat into submission with a big ole CF book
 or
   something...?
  
   :)
  
   Erika
  
   -Original Message-
   From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
  
   I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
   to a pretty easy question.
  
   I think we gotta sort this out somehow... :)
  
   Thanks,
  
   Michael Lugassy
   Interactive Music Ltd.
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Michael Lugassy

If anyone else says char(09) I'm gonna frakk :)
CHAT SOLUTION NOW


- Original Message -
From: Steven A. del Sol [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 5:37 PM
Subject: Re: Character code for a TAB


 I THINK IT IS CHAR(09)




 At 05:10 PM 4/24/2001 +0200, you wrote:
 There must be a way to let us know the question has been answered!
 Let's think about it!
 
 - Original Message -
 From: C. Hatton Humphrey [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 3:51 PM
 Subject: RE: Character code for a TAB
 
 
   I think the problem is more due to the fact that the responses are
more
   hey, I know the answer to this!!! repetitions than meant to clog the
 list.
   It's one of the downsides of using an e-mail list versus some other
 message
   base format.  All of the replies probably got sent out at the same
time
 and
   the delay the list actually getting them is more due to email lag
than
   anything else.
  
   It's great to get a response and frustrating not to, and I think all
of us
   have experienced both sides of that coin.  So to make up for it, when
we
   know how to help someone we reflexively hit reply.  The cascade effect
is
   what we all see.
  
   Hatton Humphrey
  
   Barbara remains in the hospital and needs blood donors for more
   transfusions. She is also having trouble sleeping and requests tapes
of
   Pastor Jack's sermons. - From Real Church Bulletin Bloopers
  
-Original Message-
From: Erika L Walker [mailto:[EMAIL PROTECTED]]
   
How about everyone bookmarks this page (http://www.asciitable.com/),
now...then no-one should ever have to ask again. Except of
course
 the
newcomers. And those we'll beat into submission with a big ole CF
book
 or
something...?
   
:)
   
Erika
   
-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
   
I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
to a pretty easy question.
   
I think we gotta sort this out somehow... :)
   
Thanks,
   
Michael Lugassy
Interactive Music Ltd.
  
  
  
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread C. Hatton Humphrey

In all honesty my thought was that because we're using e-mail and not
something like a web-based message forum or a newsgroup.  IMHO the web based
forum with an e-mail notification option would work better... that way
members could subscribe to individual threads.  Then the list could also
send out a new thread created e-mail to all members.

Just a thought.

Hatton Humphrey

 -Original Message-
 From: Craig Dudley [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 24, 2001 11:46 AM
 To: CF-Talk
 Subject: RE: Character code for a TAB


 I agree with Dylan, with Coldfusion, as most things, there is always more
 than one way to skin a Cat.

 It's nice to see how different people handle the same problem.

 -Original Message-
 From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
 Sent: 24 April 2001 16:28
 To: CF-Talk
 Subject: RE: Character code for a TAB


 i still disagree with this. here's why:

 1) sometimes answers are wrong
 2) some people post really innovative solutions even after the
 problem might
 have been solved

 some people might be frustrated when the SAME answer is posted over and
 over. well...delete the thread. i don't think the answer is asking people
 not to respond just because there's a response that looks like an answer.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 24, 2001 7:31 AM
 To: CF-Talk
 Subject: Re: Character code for a TAB



 Instead of quickly hitting reply and sending out the answer, one can
 quickly scan the inbox or the digest to see if its been answered and then
 not reply.
 Mary


 There must be a way to let us know the question has been answered!
 Let's think about it!

 - Original Message -
 From: C. Hatton Humphrey [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 3:51 PM
 Subject: RE: Character code for a TAB


  I think the problem is more due to the fact that the responses are more
  hey, I know the answer to this!!! repetitions than meant to clog the
 list.
  It's one of the downsides of using an e-mail list versus some other
 message
  base format.  All of the replies probably got sent out at the same time
 and
  the delay the list actually getting them is more due to email lag than
  anything else.
 
  It's great to get a response and frustrating not to, and I think all of
 us
  have experienced both sides of that coin.  So to make up for it, when we
  know how to help someone we reflexively hit reply.  The cascade
 effect is
  what we all see.
 
  Hatton Humphrey
 
  Barbara remains in the hospital and needs blood donors for more
  transfusions. She is also having trouble sleeping and requests tapes of
  Pastor Jack's sermons. - From Real Church Bulletin Bloopers
 
   -Original Message-
   From: Erika L Walker [mailto:[EMAIL PROTECTED]]
  
   How about everyone bookmarks this page (http://www.asciitable.com/),
   now...then no-one should ever have to ask again. Except of course
 the
   newcomers. And those we'll beat into submission with a big ole CF book
 or
   something...?
  
   :)
  
   Erika
  
   -Original Message-
   From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
  
   I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
   to a pretty easy question.
  
   I think we gotta sort this out somehow... :)
  
   Thanks,
  
   Michael Lugassy
   Interactive Music Ltd.
 
 
 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Dylan Bromby

let us know when it's up.

-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 9:48 AM
To: CF-Talk
Subject: Re: Character code for a TAB


What about a CHAT solution?
CHAT ROOM would be great!!!

- Original Message -
From: Dylan Bromby [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 5:28 PM
Subject: RE: Character code for a TAB


 i still disagree with this. here's why:

 1) sometimes answers are wrong
 2) some people post really innovative solutions even after the problem
might
 have been solved

 some people might be frustrated when the SAME answer is posted over and
 over. well...delete the thread. i don't think the answer is asking people
 not to respond just because there's a response that looks like an answer.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 24, 2001 7:31 AM
 To: CF-Talk
 Subject: Re: Character code for a TAB



 Instead of quickly hitting reply and sending out the answer, one can
 quickly scan the inbox or the digest to see if its been answered and then
 not reply.
 Mary


 There must be a way to let us know the question has been answered!
 Let's think about it!

 - Original Message -
 From: C. Hatton Humphrey [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 3:51 PM
 Subject: RE: Character code for a TAB


  I think the problem is more due to the fact that the responses are more
  hey, I know the answer to this!!! repetitions than meant to clog the
 list.
  It's one of the downsides of using an e-mail list versus some other
 message
  base format.  All of the replies probably got sent out at the same time
 and
  the delay the list actually getting them is more due to email lag than
  anything else.
 
  It's great to get a response and frustrating not to, and I think all of
 us
  have experienced both sides of that coin.  So to make up for it, when we
  know how to help someone we reflexively hit reply.  The cascade effect
is
  what we all see.
 
  Hatton Humphrey
 
  Barbara remains in the hospital and needs blood donors for more
  transfusions. She is also having trouble sleeping and requests tapes of
  Pastor Jack's sermons. - From Real Church Bulletin Bloopers
 
   -Original Message-
   From: Erika L Walker [mailto:[EMAIL PROTECTED]]
  
   How about everyone bookmarks this page (http://www.asciitable.com/),
   now...then no-one should ever have to ask again. Except of course
 the
   newcomers. And those we'll beat into submission with a big ole CF book
 or
   something...?
  
   :)
  
   Erika
  
   -Original Message-
   From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
  
   I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
   to a pretty easy question.
  
   I think we gotta sort this out somehow... :)
  
   Thanks,
  
   Michael Lugassy
   Interactive Music Ltd.
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Christopher Olive, CIO

that'd require a synchronous type of situation.  the beauty is that people
who may be able to answer the question don't have to be there when you are.

chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com



-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 12:48 PM
To: CF-Talk
Subject: Re: Character code for a TAB


What about a CHAT solution?
CHAT ROOM would be great!!!

- Original Message -
From: Dylan Bromby [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 5:28 PM
Subject: RE: Character code for a TAB


 i still disagree with this. here's why:

 1) sometimes answers are wrong
 2) some people post really innovative solutions even after the problem
might
 have been solved

 some people might be frustrated when the SAME answer is posted over and
 over. well...delete the thread. i don't think the answer is asking people
 not to respond just because there's a response that looks like an answer.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 24, 2001 7:31 AM
 To: CF-Talk
 Subject: Re: Character code for a TAB



 Instead of quickly hitting reply and sending out the answer, one can
 quickly scan the inbox or the digest to see if its been answered and then
 not reply.
 Mary


 There must be a way to let us know the question has been answered!
 Let's think about it!

 - Original Message -
 From: C. Hatton Humphrey [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 3:51 PM
 Subject: RE: Character code for a TAB


  I think the problem is more due to the fact that the responses are more
  hey, I know the answer to this!!! repetitions than meant to clog the
 list.
  It's one of the downsides of using an e-mail list versus some other
 message
  base format.  All of the replies probably got sent out at the same time
 and
  the delay the list actually getting them is more due to email lag than
  anything else.
 
  It's great to get a response and frustrating not to, and I think all of
 us
  have experienced both sides of that coin.  So to make up for it, when we
  know how to help someone we reflexively hit reply.  The cascade effect
is
  what we all see.
 
  Hatton Humphrey
 
  Barbara remains in the hospital and needs blood donors for more
  transfusions. She is also having trouble sleeping and requests tapes of
  Pastor Jack's sermons. - From Real Church Bulletin Bloopers
 
   -Original Message-
   From: Erika L Walker [mailto:[EMAIL PROTECTED]]
  
   How about everyone bookmarks this page (http://www.asciitable.com/),
   now...then no-one should ever have to ask again. Except of course
 the
   newcomers. And those we'll beat into submission with a big ole CF book
 or
   something...?
  
   :)
  
   Erika
  
   -Original Message-
   From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
  
   I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
   to a pretty easy question.
  
   I think we gotta sort this out somehow... :)
  
   Thanks,
  
   Michael Lugassy
   Interactive Music Ltd.
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Howie Hamlin


- Original Message -
From: Dylan Bromby [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 11:28 AM
Subject: RE: Character code for a TAB


 i still disagree with this. here's why:

 1) sometimes answers are wrong

Of course such a simple answer as TAB=ASCII 9 might be something that we
don't need to read over and over and doesn't have any more elegant solutions
g

Howie

 2) some people post really innovative solutions even after the problem
might
 have been solved

 some people might be frustrated when the SAME answer is posted over and
 over. well...delete the thread. i don't think the answer is asking people
 not to respond just because there's a response that looks like an answer.




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Howie Hamlin

I think there is some kind of ICQ community for CF - that may even be
better...

Howie

- Original Message -
From: Michael Lugassy [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 12:47 PM
Subject: Re: Character code for a TAB


 What about a CHAT solution?
 CHAT ROOM would be great!!!

 - Original Message -
 From: Dylan Bromby [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 5:28 PM
 Subject: RE: Character code for a TAB


  i still disagree with this. here's why:
 
  1) sometimes answers are wrong
  2) some people post really innovative solutions even after the problem
 might
  have been solved
 
  some people might be frustrated when the SAME answer is posted over and
  over. well...delete the thread. i don't think the answer is asking
people
  not to respond just because there's a response that looks like an
answer.
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, April 24, 2001 7:31 AM
  To: CF-Talk
  Subject: Re: Character code for a TAB
 
 
 
  Instead of quickly hitting reply and sending out the answer, one can
  quickly scan the inbox or the digest to see if its been answered and
then
  not reply.
  Mary
 
 
  There must be a way to let us know the question has been answered!
  Let's think about it!
 
  - Original Message -
  From: C. Hatton Humphrey [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, April 24, 2001 3:51 PM
  Subject: RE: Character code for a TAB
 
 
   I think the problem is more due to the fact that the responses are
more
   hey, I know the answer to this!!! repetitions than meant to clog the
  list.
   It's one of the downsides of using an e-mail list versus some other
  message
   base format.  All of the replies probably got sent out at the same
time
  and
   the delay the list actually getting them is more due to email lag
than
   anything else.
  
   It's great to get a response and frustrating not to, and I think all
of
  us
   have experienced both sides of that coin.  So to make up for it, when
we
   know how to help someone we reflexively hit reply.  The cascade effect
 is
   what we all see.
  
   Hatton Humphrey
  
   Barbara remains in the hospital and needs blood donors for more
   transfusions. She is also having trouble sleeping and requests tapes
of
   Pastor Jack's sermons. - From Real Church Bulletin Bloopers
  
-Original Message-
From: Erika L Walker [mailto:[EMAIL PROTECTED]]
   
How about everyone bookmarks this page (http://www.asciitable.com/),
now...then no-one should ever have to ask again. Except of
course
  the
newcomers. And those we'll beat into submission with a big ole CF
book
  or
something...?
   
:)
   
Erika
   
-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
   
I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
to a pretty easy question.
   
I think we gotta sort this out somehow... :)
   
Thanks,
   
Michael Lugassy
Interactive Music Ltd.
  
  
  
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



What about a CHAT solution? Was Re: Character code for a TAB

2001-04-24 Thread Dick Applebaum

Don't know if a chat would help... you'd just flood the chat room 
with answers... it'd be faster tho

Dick


At 6:47 PM +0200 4/24/01, Michael Lugassy wrote:
What about a CHAT solution?
CHAT ROOM would be great!!!




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Howie Hamlin

All your chr(09) are belong to us.

Seriously, though, there is a CF ICQ group here:

http://groups.icq.com/Computing/group.asp?no=10538

Never used it but it might be worth looking at.

Howie

- Original Message -
From: Michael Lugassy [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 12:57 PM
Subject: Re: Character code for a TAB


 If anyone else says char(09) I'm gonna frakk :)
 CHAT SOLUTION NOW


 - Original Message -
 From: Steven A. del Sol [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 5:37 PM
 Subject: Re: Character code for a TAB


  I THINK IT IS CHAR(09)
 
 
 
 
  At 05:10 PM 4/24/2001 +0200, you wrote:
  There must be a way to let us know the question has been answered!
  Let's think about it!
  
  - Original Message -
  From: C. Hatton Humphrey [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, April 24, 2001 3:51 PM
  Subject: RE: Character code for a TAB
  
  
I think the problem is more due to the fact that the responses are
 more
hey, I know the answer to this!!! repetitions than meant to clog
the
  list.
It's one of the downsides of using an e-mail list versus some other
  message
base format.  All of the replies probably got sent out at the same
 time
  and
the delay the list actually getting them is more due to email lag
 than
anything else.
   
It's great to get a response and frustrating not to, and I think all
 of us
have experienced both sides of that coin.  So to make up for it,
when
 we
know how to help someone we reflexively hit reply.  The cascade
effect
 is
what we all see.
   
Hatton Humphrey
   
Barbara remains in the hospital and needs blood donors for more
transfusions. She is also having trouble sleeping and requests tapes
 of
Pastor Jack's sermons. - From Real Church Bulletin Bloopers
   
 -Original Message-
 From: Erika L Walker [mailto:[EMAIL PROTECTED]]

 How about everyone bookmarks this page
(http://www.asciitable.com/),
 now...then no-one should ever have to ask again. Except of
 course
  the
 newcomers. And those we'll beat into submission with a big ole CF
 book
  or
 something...?

 :)

 Erika

 -Original Message-
 From: Michael Lugassy [mailto:[EMAIL PROTECTED]]

 I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
 to a pretty easy question.

 I think we gotta sort this out somehow... :)

 Thanks,

 Michael Lugassy
 Interactive Music Ltd.
   
   
   
  
  
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Michael Dinowitz

I gave the ICQ Active list over to Russ Michaels to run. You can join it at
36868455.
It's a bit quiet and has no where near as many people as the list(s) do, but
it's about a minute or 3 faster.


 I think there is some kind of ICQ community for CF - that may even be
 better...

 Howie

 - Original Message -
 From: Michael Lugassy [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 12:47 PM
 Subject: Re: Character code for a TAB


  What about a CHAT solution?
  CHAT ROOM would be great!!!
 
  - Original Message -
  From: Dylan Bromby [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, April 24, 2001 5:28 PM
  Subject: RE: Character code for a TAB
 
 
   i still disagree with this. here's why:
  
   1) sometimes answers are wrong
   2) some people post really innovative solutions even after the problem
  might
   have been solved
  
   some people might be frustrated when the SAME answer is posted over
and
   over. well...delete the thread. i don't think the answer is asking
 people
   not to respond just because there's a response that looks like an
 answer.
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, April 24, 2001 7:31 AM
   To: CF-Talk
   Subject: Re: Character code for a TAB
  
  
  
   Instead of quickly hitting reply and sending out the answer, one can
   quickly scan the inbox or the digest to see if its been answered and
 then
   not reply.
   Mary
  
  
   There must be a way to let us know the question has been answered!
   Let's think about it!
  
   - Original Message -
   From: C. Hatton Humphrey [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Tuesday, April 24, 2001 3:51 PM
   Subject: RE: Character code for a TAB
  
  
I think the problem is more due to the fact that the responses are
 more
hey, I know the answer to this!!! repetitions than meant to clog
the
   list.
It's one of the downsides of using an e-mail list versus some other
   message
base format.  All of the replies probably got sent out at the same
 time
   and
the delay the list actually getting them is more due to email lag
 than
anything else.
   
It's great to get a response and frustrating not to, and I think all
 of
   us
have experienced both sides of that coin.  So to make up for it,
when
 we
know how to help someone we reflexively hit reply.  The cascade
effect
  is
what we all see.
   
Hatton Humphrey
   
Barbara remains in the hospital and needs blood donors for more
transfusions. She is also having trouble sleeping and requests tapes
 of
Pastor Jack's sermons. - From Real Church Bulletin Bloopers
   
 -Original Message-
 From: Erika L Walker [mailto:[EMAIL PROTECTED]]

 How about everyone bookmarks this page
(http://www.asciitable.com/),
 now...then no-one should ever have to ask again. Except of
 course
   the
 newcomers. And those we'll beat into submission with a big ole CF
 book
   or
 something...?

 :)

 Erika

 -Original Message-
 From: Michael Lugassy [mailto:[EMAIL PROTECTED]]

 I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
 to a pretty easy question.

 I think we gotta sort this out somehow... :)

 Thanks,

 Michael Lugassy
 Interactive Music Ltd.
   
   
   
  
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Dick Applebaum

I know I will regret this...

Here's a chat I wrote to communicate with my daughter based on a 
program I found in the allaire tag forum.

http://.itool.com/chat/

Have at it!

Dick

At 6:57 PM +0200 4/24/01, Michael Lugassy wrote:
If anyone else says char(09) I'm gonna frakk :)
CHAT SOLUTION NOW


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Here's a chat! was: Re: Character code for a TAB

2001-04-24 Thread Dick Applebaum

I know I will regret this...

Here's a chat I wrote to communicate with my daughter based on a 
program I found in the allaire tag forum.

http://.itool.com/chat/

Have at it!

Dick

At 6:57 PM +0200 4/24/01, Michael Lugassy wrote:
If anyone else says char(09) I'm gonna frakk :)
CHAT SOLUTION NOW

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Dylan Bromby

if the list were fast, you would be correct.

-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 9:41 AM
To: CF-Talk
Subject: Re: Character code for a TAB



- Original Message -
From: Dylan Bromby [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 11:28 AM
Subject: RE: Character code for a TAB


 i still disagree with this. here's why:

 1) sometimes answers are wrong

Of course such a simple answer as TAB=ASCII 9 might be something that we
don't need to read over and over and doesn't have any more elegant solutions
g

Howie

 2) some people post really innovative solutions even after the problem
might
 have been solved

 some people might be frustrated when the SAME answer is posted over and
 over. well...delete the thread. i don't think the answer is asking people
 not to respond just because there's a response that looks like an answer.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Dylan Bromby

you're right. i don't remember what it is, but i was on it for a while and
it was actually kind of cool. you would get any message posted by someone on
the list and your reply went to everyone else. it was like CF-Talk in
real-time. it think i bailed on it because it was a little too real-time
for me. but for others, it might be the way to go.

-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 9:42 AM
To: CF-Talk
Subject: Re: Character code for a TAB


I think there is some kind of ICQ community for CF - that may even be
better...

Howie

- Original Message -
From: Michael Lugassy [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 12:47 PM
Subject: Re: Character code for a TAB


 What about a CHAT solution?
 CHAT ROOM would be great!!!

 - Original Message -
 From: Dylan Bromby [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 5:28 PM
 Subject: RE: Character code for a TAB


  i still disagree with this. here's why:
 
  1) sometimes answers are wrong
  2) some people post really innovative solutions even after the problem
 might
  have been solved
 
  some people might be frustrated when the SAME answer is posted over and
  over. well...delete the thread. i don't think the answer is asking
people
  not to respond just because there's a response that looks like an
answer.
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, April 24, 2001 7:31 AM
  To: CF-Talk
  Subject: Re: Character code for a TAB
 
 
 
  Instead of quickly hitting reply and sending out the answer, one can
  quickly scan the inbox or the digest to see if its been answered and
then
  not reply.
  Mary
 
 
  There must be a way to let us know the question has been answered!
  Let's think about it!
 
  - Original Message -
  From: C. Hatton Humphrey [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, April 24, 2001 3:51 PM
  Subject: RE: Character code for a TAB
 
 
   I think the problem is more due to the fact that the responses are
more
   hey, I know the answer to this!!! repetitions than meant to clog the
  list.
   It's one of the downsides of using an e-mail list versus some other
  message
   base format.  All of the replies probably got sent out at the same
time
  and
   the delay the list actually getting them is more due to email lag
than
   anything else.
  
   It's great to get a response and frustrating not to, and I think all
of
  us
   have experienced both sides of that coin.  So to make up for it, when
we
   know how to help someone we reflexively hit reply.  The cascade effect
 is
   what we all see.
  
   Hatton Humphrey
  
   Barbara remains in the hospital and needs blood donors for more
   transfusions. She is also having trouble sleeping and requests tapes
of
   Pastor Jack's sermons. - From Real Church Bulletin Bloopers
  
-Original Message-
From: Erika L Walker [mailto:[EMAIL PROTECTED]]
   
How about everyone bookmarks this page (http://www.asciitable.com/),
now...then no-one should ever have to ask again. Except of
course
  the
newcomers. And those we'll beat into submission with a big ole CF
book
  or
something...?
   
:)
   
Erika
   
-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
   
I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
to a pretty easy question.
   
I think we gotta sort this out somehow... :)
   
Thanks,
   
Michael Lugassy
Interactive Music Ltd.
  
  
  
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Michael Dinowitz

The speed on the lists is anywhere from 2-10 minutes counting on traffic.
I'd say that's good enough turn around. I got your post 6 minutes after you
sent it.
This topic has moved far from being tech related to being more community and
list related. Lets please move it to the CF-Community list.


 if the list were fast, you would be correct.

 -Original Message-
 From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 24, 2001 9:41 AM
 To: CF-Talk
 Subject: Re: Character code for a TAB



 - Original Message -
 From: Dylan Bromby [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 11:28 AM
 Subject: RE: Character code for a TAB


  i still disagree with this. here's why:
 
  1) sometimes answers are wrong

 Of course such a simple answer as TAB=ASCII 9 might be something that we
 don't need to read over and over and doesn't have any more elegant
solutions
 g

 Howie

  2) some people post really innovative solutions even after the problem
 might
  have been solved
 
  some people might be frustrated when the SAME answer is posted over and
  over. well...delete the thread. i don't think the answer is asking
people
  not to respond just because there's a response that looks like an
answer.
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What about a CHAT solution? Was Re: Character code for a TAB

2001-04-24 Thread Todd Ashworth

What would even be better than a chat room would be to have a collection of
descriptions of all the tags and functions available and the correct syntax
to use them properly ... almost like a reference manual of some kind. ;)

Todd

- Original Message -
From: Dick Applebaum [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 12:47 PM
Subject: What about a CHAT solution? Was Re: Character code for a TAB


| Don't know if a chat would help... you'd just flood the chat room
| with answers... it'd be faster tho
|
| Dick



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread C. Hatton Humphrey

The problem with an IRC chat room, ICQ group or any other live chat is the
fact that for international users there is a lack of presence.  With an
e-mail list (such as the one we have now) or a web board the answers are
static.  The biggest difference is how many emails a person gets.

Hatton

 -Original Message-
 From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 24, 2001 12:42 PM
 To: CF-Talk
 Subject: Re: Character code for a TAB


 I think there is some kind of ICQ community for CF - that may even be
 better...

 Howie

 - Original Message -
 From: Michael Lugassy [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 12:47 PM
 Subject: Re: Character code for a TAB


  What about a CHAT solution?
  CHAT ROOM would be great!!!
 
  - Original Message -
  From: Dylan Bromby [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, April 24, 2001 5:28 PM
  Subject: RE: Character code for a TAB
 
 
   i still disagree with this. here's why:
  
   1) sometimes answers are wrong
   2) some people post really innovative solutions even after the problem
  might
   have been solved
  
   some people might be frustrated when the SAME answer is
 posted over and
   over. well...delete the thread. i don't think the answer is asking
 people
   not to respond just because there's a response that looks like an
 answer.
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, April 24, 2001 7:31 AM
   To: CF-Talk
   Subject: Re: Character code for a TAB
  
  
  
   Instead of quickly hitting reply and sending out the answer, one can
   quickly scan the inbox or the digest to see if its been answered and
 then
   not reply.
   Mary
  
  
   There must be a way to let us know the question has been answered!
   Let's think about it!
  
   - Original Message -
   From: C. Hatton Humphrey [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Tuesday, April 24, 2001 3:51 PM
   Subject: RE: Character code for a TAB
  
  
I think the problem is more due to the fact that the responses are
 more
hey, I know the answer to this!!! repetitions than meant
 to clog the
   list.
It's one of the downsides of using an e-mail list versus some other
   message
base format.  All of the replies probably got sent out at the same
 time
   and
the delay the list actually getting them is more due to email lag
 than
anything else.
   
It's great to get a response and frustrating not to, and I think all
 of
   us
have experienced both sides of that coin.  So to make up
 for it, when
 we
know how to help someone we reflexively hit reply.  The
 cascade effect
  is
what we all see.
   
Hatton Humphrey
   
Barbara remains in the hospital and needs blood donors for more
transfusions. She is also having trouble sleeping and requests tapes
 of
Pastor Jack's sermons. - From Real Church Bulletin Bloopers
   
 -Original Message-
 From: Erika L Walker [mailto:[EMAIL PROTECTED]]

 How about everyone bookmarks this page
(http://www.asciitable.com/),
now...then no-one should ever have to ask again. Except of
course
  the
newcomers. And those we'll beat into submission with a big ole CF
book
  or
something...?
   
:)
   
Erika
   
-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
   
I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the same answer
to a pretty easy question.
   
I think we gotta sort this out somehow... :)
   
Thanks,
   
Michael Lugassy
Interactive Music Ltd.
  
  
  
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What about a CHAT solution? Was Re: Character code for a TAB

2001-04-24 Thread Michael Dinowitz

A complete list of ALL CF functions was posted up to the front of
www.houseoffusion.com a number of weeks back. And there's always the
standard docs.


 What would even be better than a chat room would be to have a collection
of
 descriptions of all the tags and functions available and the correct
syntax
 to use them properly ... almost like a reference manual of some kind. ;)

 Todd

 - Original Message -
 From: Dick Applebaum [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 12:47 PM
 Subject: What about a CHAT solution? Was Re: Character code for a TAB


 | Don't know if a chat would help... you'd just flood the chat room
 | with answers... it'd be faster tho
 |
 | Dick




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What about a CHAT solution? Was Re: Character code for a TAB

2001-04-24 Thread Tony Gruen

We should use Groove. It is free and I use it for my dev group. I have
already created a group called ColdFusion_UserGroup if anyone is interested.
Email me off list for the info.

P.S. - I am not affiliated with Groove in any way. :-)

Tony Gruen
[EMAIL PROTECTED]

-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 9:48 AM
To: CF-Talk
Subject: What about a CHAT solution? Was Re: Character code for a TAB


Don't know if a chat would help... you'd just flood the chat room
with answers... it'd be faster tho

Dick


At 6:47 PM +0200 4/24/01, Michael Lugassy wrote:
What about a CHAT solution?
CHAT ROOM would be great!!!

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What about a CHAT solution? Was Re: Character code for a TAB

2001-04-24 Thread Michael Dinowitz

A complete list of ALL CF functions was posted up to the front of
www.houseoffusion.com a number of weeks back. And there's always the
standard docs.

Message sent by user at 2:05. Message recieved at 2:06. 

 What would even be better than a chat room would be to have a collection
of
 descriptions of all the tags and functions available and the correct
syntax
 to use them properly ... almost like a reference manual of some kind. ;)

 Todd

 - Original Message -
 From: Dick Applebaum [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 12:47 PM
 Subject: What about a CHAT solution? Was Re: Character code for a TAB


 | Don't know if a chat would help... you'd just flood the chat room
 | with answers... it'd be faster tho
 |
 | Dick




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Terry Bader

char(09), will that work???

**sits back and waits for fireworks


Terry Bader
IT/Web Specialist
Macromedia Certified Coldfusion Developer
EDO Corp - Combat Systems
(757) 424-1004 ext 361 - Work
[EMAIL PROTECTED]   


(757)581-5981 - Mobile
[EMAIL PROTECTED]
icq: 5202487   aim: lv2bounce
http://www.cs.odu.edu/~bader





 -Original Message-
 From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 24, 2001 12:57 PM
 To: CF-Talk
 Subject: Re: Character code for a TAB
 
 
 If anyone else says char(09) I'm gonna frakk :)
 CHAT SOLUTION NOW
 
 
 - Original Message -
 From: Steven A. del Sol [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, April 24, 2001 5:37 PM
 Subject: Re: Character code for a TAB
 
 
  I THINK IT IS CHAR(09)
 
 
 
 
  At 05:10 PM 4/24/2001 +0200, you wrote:
  There must be a way to let us know the question has been answered!
  Let's think about it!
  
  - Original Message -
  From: C. Hatton Humphrey [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, April 24, 2001 3:51 PM
  Subject: RE: Character code for a TAB
  
  
I think the problem is more due to the fact that the 
 responses are
 more
hey, I know the answer to this!!! repetitions than 
 meant to clog the
  list.
It's one of the downsides of using an e-mail list 
 versus some other
  message
base format.  All of the replies probably got sent out 
 at the same
 time
  and
the delay the list actually getting them is more due 
 to email lag
 than
anything else.
   
It's great to get a response and frustrating not to, 
 and I think all
 of us
have experienced both sides of that coin.  So to make 
 up for it, when
 we
know how to help someone we reflexively hit reply.  The 
 cascade effect
 is
what we all see.
   
Hatton Humphrey
   
Barbara remains in the hospital and needs blood donors for more
transfusions. She is also having trouble sleeping and 
 requests tapes
 of
Pastor Jack's sermons. - From Real Church Bulletin Bloopers
   
 -Original Message-
 From: Erika L Walker [mailto:[EMAIL PROTECTED]]

 How about everyone bookmarks this page 
 (http://www.asciitable.com/),
 now...then no-one should ever have to ask again. Except of
 course
  the
 newcomers. And those we'll beat into submission with 
 a big ole CF
 book
  or
 something...?

 :)

 Erika

 -Original Message-
 From: Michael Lugassy [mailto:[EMAIL PROTECTED]]

 I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the 
 same answer
 to a pretty easy question.

 I think we gotta sort this out somehow... :)

 Thanks,

 Michael Lugassy
 Interactive Music Ltd.
   
   
   
  
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What about a CHAT solution? Was Re: Character code for a TAB

2001-04-24 Thread Todd Ashworth

I know .. I was being a tiny bit sarcastic ;)

Todd Ashworth --
Certified ColdFusion Developer
Network Administrator

Saber Corporation
314 Oakland Ave.
Rock Hill, SC 29730
(803) 327-0137 [111]

- Original Message -
From: Michael Dinowitz [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 2:04 PM
Subject: Re: What about a CHAT solution? Was Re: Character code for a TAB


| A complete list of ALL CF functions was posted up to the front of
| www.houseoffusion.com a number of weeks back. And there's always the
| standard docs.
|
|
|  What would even be better than a chat room would be to have a collection
| of
|  descriptions of all the tags and functions available and the correct
| syntax
|  to use them properly ... almost like a reference manual of some kind. ;)
| 
|  Todd
| 
|  - Original Message -
|  From: Dick Applebaum [EMAIL PROTECTED]
|  To: CF-Talk [EMAIL PROTECTED]
|  Sent: Tuesday, April 24, 2001 12:47 PM
|  Subject: What about a CHAT solution? Was Re: Character code for a TAB
| 
| 
|  | Don't know if a chat would help... you'd just flood the chat room
|  | with answers... it'd be faster tho
|  |
|  | Dick
| 
| 
| 
| 
|
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What about a CHAT solution? Was Re: Character code for a TAB

2001-04-24 Thread Michael Lugassy

Here's a chat for us:
chat.imvamp.com  lobby

it's the new DIGICHAT application, very quick. very stable.
support instant/private messaging and stuff.
it can accomadate upto 500 users.

are u still here?

Michael.


- Original Message -
From: Michael Dinowitz [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 8:04 PM
Subject: Re: What about a CHAT solution? Was Re: Character code for a TAB


 A complete list of ALL CF functions was posted up to the front of
 www.houseoffusion.com a number of weeks back. And there's always the
 standard docs.


  What would even be better than a chat room would be to have a collection
 of
  descriptions of all the tags and functions available and the correct
 syntax
  to use them properly ... almost like a reference manual of some kind. ;)
 
  Todd
 
  - Original Message -
  From: Dick Applebaum [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, April 24, 2001 12:47 PM
  Subject: What about a CHAT solution? Was Re: Character code for a TAB
 
 
  | Don't know if a chat would help... you'd just flood the chat room
  | with answers... it'd be faster tho
  |
  | Dick
 
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Character code for a TAB

2001-04-24 Thread Michael Lugassy

Don't wait for fireworks..
let's try the new chat solution
chat.imvamp.com

- Original Message -
From: Terry Bader [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 8:49 PM
Subject: RE: Character code for a TAB


 char(09), will that work???

 **sits back and waits for fireworks


 Terry Bader
 IT/Web Specialist
 Macromedia Certified Coldfusion Developer
 EDO Corp - Combat Systems
 (757) 424-1004 ext 361 - Work
 [EMAIL PROTECTED]


 (757)581-5981 - Mobile
 [EMAIL PROTECTED]
 icq: 5202487   aim: lv2bounce
 http://www.cs.odu.edu/~bader





  -Original Message-
  From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, April 24, 2001 12:57 PM
  To: CF-Talk
  Subject: Re: Character code for a TAB
 
 
  If anyone else says char(09) I'm gonna frakk :)
  CHAT SOLUTION NOW
 
 
  - Original Message -
  From: Steven A. del Sol [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, April 24, 2001 5:37 PM
  Subject: Re: Character code for a TAB
 
 
   I THINK IT IS CHAR(09)
  
  
  
  
   At 05:10 PM 4/24/2001 +0200, you wrote:
   There must be a way to let us know the question has been answered!
   Let's think about it!
   
   - Original Message -
   From: C. Hatton Humphrey [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Tuesday, April 24, 2001 3:51 PM
   Subject: RE: Character code for a TAB
   
   
 I think the problem is more due to the fact that the
  responses are
  more
 hey, I know the answer to this!!! repetitions than
  meant to clog the
   list.
 It's one of the downsides of using an e-mail list
  versus some other
   message
 base format.  All of the replies probably got sent out
  at the same
  time
   and
 the delay the list actually getting them is more due
  to email lag
  than
 anything else.

 It's great to get a response and frustrating not to,
  and I think all
  of us
 have experienced both sides of that coin.  So to make
  up for it, when
  we
 know how to help someone we reflexively hit reply.  The
  cascade effect
  is
 what we all see.

 Hatton Humphrey

 Barbara remains in the hospital and needs blood donors for more
 transfusions. She is also having trouble sleeping and
  requests tapes
  of
 Pastor Jack's sermons. - From Real Church Bulletin Bloopers

  -Original Message-
  From: Erika L Walker [mailto:[EMAIL PROTECTED]]
 
  How about everyone bookmarks this page
  (http://www.asciitable.com/),
  now...then no-one should ever have to ask again. Except of
  course
   the
  newcomers. And those we'll beat into submission with
  a big ole CF
  book
   or
  something...?
 
  :)
 
  Erika
 
  -Original Message-
  From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
 
  I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the
  same answer
  to a pretty easy question.
 
  I think we gotta sort this out somehow... :)
 
  Thanks,
 
  Michael Lugassy
  Interactive Music Ltd.



   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Character code for a TAB

2001-04-24 Thread Jones, Matt

Can we please stop this, on this list.
I liken this to span.

-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 5:13 PM
To: CF-Talk
Subject: Re: Character code for a TAB


Don't wait for fireworks..
let's try the new chat solution
chat.imvamp.com

- Original Message -
From: Terry Bader [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 8:49 PM
Subject: RE: Character code for a TAB


 char(09), will that work???

 **sits back and waits for fireworks


 Terry Bader
 IT/Web Specialist
 Macromedia Certified Coldfusion Developer
 EDO Corp - Combat Systems
 (757) 424-1004 ext 361 - Work
 [EMAIL PROTECTED]


 (757)581-5981 - Mobile
 [EMAIL PROTECTED]
 icq: 5202487   aim: lv2bounce
 http://www.cs.odu.edu/~bader





  -Original Message-
  From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, April 24, 2001 12:57 PM
  To: CF-Talk
  Subject: Re: Character code for a TAB
 
 
  If anyone else says char(09) I'm gonna frakk :)
  CHAT SOLUTION NOW
 
 
  - Original Message -
  From: Steven A. del Sol [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, April 24, 2001 5:37 PM
  Subject: Re: Character code for a TAB
 
 
   I THINK IT IS CHAR(09)
  
  
  
  
   At 05:10 PM 4/24/2001 +0200, you wrote:
   There must be a way to let us know the question has been answered!
   Let's think about it!
   
   - Original Message -
   From: C. Hatton Humphrey [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Tuesday, April 24, 2001 3:51 PM
   Subject: RE: Character code for a TAB
   
   
 I think the problem is more due to the fact that the
  responses are
  more
 hey, I know the answer to this!!! repetitions than
  meant to clog the
   list.
 It's one of the downsides of using an e-mail list
  versus some other
   message
 base format.  All of the replies probably got sent out
  at the same
  time
   and
 the delay the list actually getting them is more due
  to email lag
  than
 anything else.

 It's great to get a response and frustrating not to,
  and I think all
  of us
 have experienced both sides of that coin.  So to make
  up for it, when
  we
 know how to help someone we reflexively hit reply.  The
  cascade effect
  is
 what we all see.

 Hatton Humphrey

 Barbara remains in the hospital and needs blood donors for more
 transfusions. She is also having trouble sleeping and
  requests tapes
  of
 Pastor Jack's sermons. - From Real Church Bulletin Bloopers

  -Original Message-
  From: Erika L Walker [mailto:[EMAIL PROTECTED]]
 
  How about everyone bookmarks this page
  (http://www.asciitable.com/),
  now...then no-one should ever have to ask again. Except of
  course
   the
  newcomers. And those we'll beat into submission with
  a big ole CF
  book
   or
  something...?
 
  :)
 
  Erika
 
  -Original Message-
  From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
 
  I JUST LOVE IT WHEN 1203483409875 PEOPLE answer the
  same answer
  to a pretty easy question.
 
  I think we gotta sort this out somehow... :)
 
  Thanks,
 
  Michael Lugassy
  Interactive Music Ltd.



   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists