Re: Note passing system?

2001-04-16 Thread Jason Lotz

>>>"A browser's beauty, at its heart, is its usefulness as a *TOOL*."

What in the world does the above quote mean?  It's boggling my mind!


~~
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: Note passing system?

2001-04-16 Thread Tony Gruen

I am also scheduled to build such a system soon. Any input would be greatly
appreciated. Perhaps I can get a head start.

Tony Gruen


-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 16, 2001 11:07 AM
To: CF-Talk
Subject: Note passing system?


Anyone know of a good CF-based note/messaging system? I'm not talking about
an email server but more of a db driven messaging software that will allow
me to post a message to a specific suer. When that user comes in, they can
check for their own messages and reply accordingly. Again, its not an email
system per se.

Thanks,

Rey Bango...
Certified Allaire Instructor
Member of Team Allaire

"A browser's beauty, at its heart, is its usefulness as a *TOOL*."
~~
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: Note passing system?

2001-04-16 Thread Daniel H

Tony:

Have you looked at the code in Chatster?

http://www.factorxsoftware.com/

This is basically a CFM version of AOLIM - ICQ etc..

dunno if this meets your needs

wish you well in your quest
Dan

-Original Message-
From: Tony Gruen [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 16, 2001 2:59 PM
To: CF-Talk
Subject: RE: Note passing system?


I am also scheduled to build such a system soon. Any input would be greatly
appreciated. Perhaps I can get a head start.

Tony Gruen


-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 16, 2001 11:07 AM
To: CF-Talk
Subject: Note passing system?


Anyone know of a good CF-based note/messaging system? I'm not talking about
an email server but more of a db driven messaging software that will allow
me to post a message to a specific suer. When that user comes in, they can
check for their own messages and reply accordingly. Again, its not an email
system per se.

Thanks,

Rey Bango...
Certified Allaire Instructor
Member of Team Allaire

"A browser's beauty, at its heart, is its usefulness as a *TOOL*."
~~
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: Note passing system?

2001-04-16 Thread Paul Begovich

Sounds like you want a project management tool.

We have an internal system here we use to parse out work.  Basically the
client/project manager submits an item to a form and it appears on the
necessary persons desktop based on who they select.  They see the item, do
the work, mark their time, and reply via the form.  It's a great project
management tool and it keeps track of correspondence.

Building a system like your describing isn't too difficult, it's just time
consuming.  We have looked into outside utilities to do this, but we've
found them lacking.  As a development shop we have found that when we need
some additional functionality we build it on.  The current system we have
now has grown out of several developers efforts in the past two years to
incompass project managment, billing, contacts, work requests, logging, and
a host of other things.

A third party too may save you time in the short run, but in the long run,
it'll probably lacks the additional functionality you want.  I recommend
buiding your own system, keeping in mind you want to be able to add
additionally functionality in the future.

- Paul


- Original Message -
From: "Rey Bango" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 1:07 PM
Subject: Note passing system?


> Anyone know of a good CF-based note/messaging system? I'm not talking
about
> an email server but more of a db driven messaging software that will allow
> me to post a message to a specific suer. When that user comes in, they can
> check for their own messages and reply accordingly. Again, its not an
email
> system per se.
>
> Thanks,
>
> Rey Bango...
> Certified Allaire Instructor
> Member of Team Allaire
>
> "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
>
>
>
>
~~
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: Note passing system?

2001-04-16 Thread Rey Bango

You'll have to ask Dave Watts on that one. It was a quote he made. It
sounded cool so I took! ;o)

Rey,,,

- Original Message -
From: "Jason Lotz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 2:42 PM
Subject: Re: Note passing system?


> >>>"A browser's beauty, at its heart, is its usefulness as a *TOOL*."
>
> What in the world does the above quote mean?  It's boggling my mind!
>
>
>
~~
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: Note passing system?

2001-04-16 Thread Steven A. del Sol

I have a socket I wrote for my organization.  Real crude but it works.
Interested?


Steve


>Sounds like you want a project management tool.
>
>We have an internal system here we use to parse out work.  Basically the
>client/project manager submits an item to a form and it appears on the
>necessary persons desktop based on who they select.  They see the item, do
>the work, mark their time, and reply via the form.  It's a great project
>management tool and it keeps track of correspondence.
>
>Building a system like your describing isn't too difficult, it's just time
>consuming.  We have looked into outside utilities to do this, but we've
>found them lacking.  As a development shop we have found that when we need
>some additional functionality we build it on.  The current system we have
>now has grown out of several developers efforts in the past two years to
>incompass project managment, billing, contacts, work requests, logging, and
>a host of other things.
>
>A third party too may save you time in the short run, but in the long run,
>it'll probably lacks the additional functionality you want.  I recommend
>buiding your own system, keeping in mind you want to be able to add
>additionally functionality in the future.
>
>- Paul
>
>
>- Original Message -
>From: "Rey Bango" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Monday, April 16, 2001 1:07 PM
>Subject: Note passing system?
>
>
> > Anyone know of a good CF-based note/messaging system? I'm not talking
>about
> > an email server but more of a db driven messaging software that will allow
> > me to post a message to a specific suer. When that user comes in, they can
> > check for their own messages and reply accordingly. Again, its not an
>email
> > system per se.
> >
> > Thanks,
> >
> > Rey Bango...
> > Certified Allaire Instructor
> > Member of Team Allaire
> >
> > "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> >
> >
> >
> >
>
>
~~
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: Note passing system?

2001-04-16 Thread Rey Bango

Not really, Paul. Its more like an internal messaging system. One where I
can write a message to another user or perhaps a group of users and have
them correspnd back. Again, its not a true email system but one that would
allow me to be able to communicate within the scope of my own application.

Rey...
Certified Allaire Instructor
Member of Team Allaire

"A browser's beauty, at its heart, is its usefulness as a *TOOL*."



- Original Message -
From: "Paul Begovich" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 7:35 PM
Subject: Re: Note passing system?


> Sounds like you want a project management tool.
>
> We have an internal system here we use to parse out work.  Basically the
> client/project manager submits an item to a form and it appears on the
> necessary persons desktop based on who they select.  They see the item, do
> the work, mark their time, and reply via the form.  It's a great project
> management tool and it keeps track of correspondence.
>
> Building a system like your describing isn't too difficult, it's just time
> consuming.  We have looked into outside utilities to do this, but we've
> found them lacking.  As a development shop we have found that when we need
> some additional functionality we build it on.  The current system we have
> now has grown out of several developers efforts in the past two years to
> incompass project managment, billing, contacts, work requests, logging,
and
> a host of other things.
>
> A third party too may save you time in the short run, but in the long run,
> it'll probably lacks the additional functionality you want.  I recommend
> buiding your own system, keeping in mind you want to be able to add
> additionally functionality in the future.
>
> - Paul
>
>
> - Original Message -
> From: "Rey Bango" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 16, 2001 1:07 PM
> Subject: Note passing system?
>
>
> > Anyone know of a good CF-based note/messaging system? I'm not talking
> about
> > an email server but more of a db driven messaging software that will
allow
> > me to post a message to a specific suer. When that user comes in, they
can
> > check for their own messages and reply accordingly. Again, its not an
> email
> > system per se.
> >
> > Thanks,
> >
> > Rey Bango...
> > Certified Allaire Instructor
> > Member of Team Allaire
> >
> > "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> >
> >
> >
> >
>
~~
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: Note passing system?

2001-04-16 Thread Rey Bango

What do you mean by a socket program?

Rey...

- Original Message -
From: "Steven A. del Sol" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 7:18 PM
Subject: Re: Note passing system?


> I have a socket I wrote for my organization.  Real crude but it works.
> Interested?
>
>
> Steve
>
>
> >Sounds like you want a project management tool.
> >
> >We have an internal system here we use to parse out work.  Basically the
> >client/project manager submits an item to a form and it appears on the
> >necessary persons desktop based on who they select.  They see the item,
do
> >the work, mark their time, and reply via the form.  It's a great project
> >management tool and it keeps track of correspondence.
> >
> >Building a system like your describing isn't too difficult, it's just
time
> >consuming.  We have looked into outside utilities to do this, but we've
> >found them lacking.  As a development shop we have found that when we
need
> >some additional functionality we build it on.  The current system we have
> >now has grown out of several developers efforts in the past two years to
> >incompass project managment, billing, contacts, work requests, logging,
and
> >a host of other things.
> >
> >A third party too may save you time in the short run, but in the long
run,
> >it'll probably lacks the additional functionality you want.  I recommend
> >buiding your own system, keeping in mind you want to be able to add
> >additionally functionality in the future.
> >
> >- Paul
> >
> >
> >- Original Message -
> >From: "Rey Bango" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Monday, April 16, 2001 1:07 PM
> >Subject: Note passing system?
> >
> >
> > > Anyone know of a good CF-based note/messaging system? I'm not talking
> >about
> > > an email server but more of a db driven messaging software that will
allow
> > > me to post a message to a specific suer. When that user comes in, they
can
> > > check for their own messages and reply accordingly. Again, its not an
> >email
> > > system per se.
> > >
> > > Thanks,
> > >
> > > Rey Bango...
> > > Certified Allaire Instructor
> > > Member of Team Allaire
> > >
> > > "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> > >
> > >
> > >
> > >
> >
> >
>
~~
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: Note passing system?

2001-04-16 Thread Peter Tilbrook

I implemented the same thing for the new Friends Plus site. The beauty of
the system is that nobpdys email address is released.

We could be draconian and introduce full auditing but it has not been
necessary yet. The user remain anonymous and their email address is never
released unless they give it out.

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 17 April 2001 14:57
To: CF-Talk
Subject: Re: Note passing system?


Not really, Paul. Its more like an internal messaging system. One where I
can write a message to another user or perhaps a group of users and have
them correspnd back. Again, its not a true email system but one that would
allow me to be able to communicate within the scope of my own application.

Rey...
Certified Allaire Instructor
Member of Team Allaire

"A browser's beauty, at its heart, is its usefulness as a *TOOL*."



- Original Message -
From: "Paul Begovich" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 7:35 PM
Subject: Re: Note passing system?


> Sounds like you want a project management tool.
>
> We have an internal system here we use to parse out work.  Basically the
> client/project manager submits an item to a form and it appears on the
> necessary persons desktop based on who they select.  They see the item, do
> the work, mark their time, and reply via the form.  It's a great project
> management tool and it keeps track of correspondence.
>
> Building a system like your describing isn't too difficult, it's just time
> consuming.  We have looked into outside utilities to do this, but we've
> found them lacking.  As a development shop we have found that when we need
> some additional functionality we build it on.  The current system we have
> now has grown out of several developers efforts in the past two years to
> incompass project managment, billing, contacts, work requests, logging,
and
> a host of other things.
>
> A third party too may save you time in the short run, but in the long run,
> it'll probably lacks the additional functionality you want.  I recommend
> buiding your own system, keeping in mind you want to be able to add
> additionally functionality in the future.
>
> - Paul
>
>
> - Original Message -
> From: "Rey Bango" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 16, 2001 1:07 PM
> Subject: Note passing system?
>
>
> > Anyone know of a good CF-based note/messaging system? I'm not talking
> about
> > an email server but more of a db driven messaging software that will
allow
> > me to post a message to a specific suer. When that user comes in, they
can
> > check for their own messages and reply accordingly. Again, its not an
> email
> > system per se.
> >
> > Thanks,
> >
> > Rey Bango...
> > Certified Allaire Instructor
> > Member of Team Allaire
> >
> > "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> >
> >
> >
> >
>
~~
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: Note passing system?

2001-04-16 Thread Peter Tilbrook

As a side note - if you have an idea for your application - do it! Do not
expect someone else to have already written the code for you. CF makes
coding easy. If you are worried about the code have trusted people try and
break it. Spend at least 3 weeks with beta testers on trusted code. You
would be amazed at how the feedback either picks up problems or points out,
even unobtrusively, better ways to accomplish a task.

-Original Message-
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 17 April 2001 15:33
To: CF-Talk
Subject: RE: Note passing system?


I implemented the same thing for the new Friends Plus site. The beauty of
the system is that nobpdys email address is released.

We could be draconian and introduce full auditing but it has not been
necessary yet. The user remain anonymous and their email address is never
released unless they give it out.

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 17 April 2001 14:57
To: CF-Talk
Subject: Re: Note passing system?


Not really, Paul. Its more like an internal messaging system. One where I
can write a message to another user or perhaps a group of users and have
them correspnd back. Again, its not a true email system but one that would
allow me to be able to communicate within the scope of my own application.

Rey...
Certified Allaire Instructor
Member of Team Allaire

"A browser's beauty, at its heart, is its usefulness as a *TOOL*."



- Original Message -
From: "Paul Begovich" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 7:35 PM
Subject: Re: Note passing system?


> Sounds like you want a project management tool.
>
> We have an internal system here we use to parse out work.  Basically the
> client/project manager submits an item to a form and it appears on the
> necessary persons desktop based on who they select.  They see the item, do
> the work, mark their time, and reply via the form.  It's a great project
> management tool and it keeps track of correspondence.
>
> Building a system like your describing isn't too difficult, it's just time
> consuming.  We have looked into outside utilities to do this, but we've
> found them lacking.  As a development shop we have found that when we need
> some additional functionality we build it on.  The current system we have
> now has grown out of several developers efforts in the past two years to
> incompass project managment, billing, contacts, work requests, logging,
and
> a host of other things.
>
> A third party too may save you time in the short run, but in the long run,
> it'll probably lacks the additional functionality you want.  I recommend
> buiding your own system, keeping in mind you want to be able to add
> additionally functionality in the future.
>
> - Paul
>
>
> - Original Message -
> From: "Rey Bango" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 16, 2001 1:07 PM
> Subject: Note passing system?
>
>
> > Anyone know of a good CF-based note/messaging system? I'm not talking
> about
> > an email server but more of a db driven messaging software that will
allow
> > me to post a message to a specific suer. When that user comes in, they
can
> > check for their own messages and reply accordingly. Again, its not an
> email
> > system per se.
> >
> > Thanks,
> >
> > Rey Bango...
> > Certified Allaire Instructor
> > Member of Team Allaire
> >
> > "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> >
> >
> >
> >
>
~~
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: Note passing system?

2001-04-16 Thread Peter Tilbrook

Check out http://friendsplus.dns2go.com - I may need to set you up a "test
account" to see it in action as we are finalising testing. At the same time
I recommend using the DNS2GO service - or at least trying it!

-Original Message-
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 17 April 2001 15:33
To: CF-Talk
Subject: RE: Note passing system?


I implemented the same thing for the new Friends Plus site. The beauty of
the system is that nobpdys email address is released.

We could be draconian and introduce full auditing but it has not been
necessary yet. The user remain anonymous and their email address is never
released unless they give it out.

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 17 April 2001 14:57
To: CF-Talk
Subject: Re: Note passing system?


Not really, Paul. Its more like an internal messaging system. One where I
can write a message to another user or perhaps a group of users and have
them correspnd back. Again, its not a true email system but one that would
allow me to be able to communicate within the scope of my own application.

Rey...
Certified Allaire Instructor
Member of Team Allaire

"A browser's beauty, at its heart, is its usefulness as a *TOOL*."



- Original Message -
From: "Paul Begovich" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 7:35 PM
Subject: Re: Note passing system?


> Sounds like you want a project management tool.
>
> We have an internal system here we use to parse out work.  Basically the
> client/project manager submits an item to a form and it appears on the
> necessary persons desktop based on who they select.  They see the item, do
> the work, mark their time, and reply via the form.  It's a great project
> management tool and it keeps track of correspondence.
>
> Building a system like your describing isn't too difficult, it's just time
> consuming.  We have looked into outside utilities to do this, but we've
> found them lacking.  As a development shop we have found that when we need
> some additional functionality we build it on.  The current system we have
> now has grown out of several developers efforts in the past two years to
> incompass project managment, billing, contacts, work requests, logging,
and
> a host of other things.
>
> A third party too may save you time in the short run, but in the long run,
> it'll probably lacks the additional functionality you want.  I recommend
> buiding your own system, keeping in mind you want to be able to add
> additionally functionality in the future.
>
> - Paul
>
>
> - Original Message -
> From: "Rey Bango" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 16, 2001 1:07 PM
> Subject: Note passing system?
>
>
> > Anyone know of a good CF-based note/messaging system? I'm not talking
> about
> > an email server but more of a db driven messaging software that will
allow
> > me to post a message to a specific suer. When that user comes in, they
can
> > check for their own messages and reply accordingly. Again, its not an
> email
> > system per se.
> >
> > Thanks,
> >
> > Rey Bango...
> > Certified Allaire Instructor
> > Member of Team Allaire
> >
> > "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> >
> >
> >
> >
>
~~
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: Note passing system?

2001-04-16 Thread Rey Bango

:o)

Hi Peter. I certainly understand where you're coming from. After 3 years of
doing some solid CF work, I'm very capable of building most of the stuff
that I need. I'm just an advocate of code reuse. If there's something out
there that helps me reduce my coding time, I'd like to take advantage of it.
I really hate reinventing the wheel.

Thanks for the feedback...

Rey...
Certified Allaire Instructor
Member of Team Allaire

"A browser's beauty, at its heart, is its usefulness as a *TOOL*."


- Original Message -
From: "Peter Tilbrook" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 1:59 AM
Subject: RE: Note passing system?


> As a side note - if you have an idea for your application - do it! Do not
> expect someone else to have already written the code for you. CF makes
> coding easy. If you are worried about the code have trusted people try and
> break it. Spend at least 3 weeks with beta testers on trusted code. You
> would be amazed at how the feedback either picks up problems or points
out,
> even unobtrusively, better ways to accomplish a task.
>
> -Original Message-
> From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 17 April 2001 15:33
> To: CF-Talk
> Subject: RE: Note passing system?
>
>
> I implemented the same thing for the new Friends Plus site. The beauty of
> the system is that nobpdys email address is released.
>
> We could be draconian and introduce full auditing but it has not been
> necessary yet. The user remain anonymous and their email address is never
> released unless they give it out.
>
> -Original Message-
> From: Rey Bango [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 17 April 2001 14:57
> To: CF-Talk
> Subject: Re: Note passing system?
>
>
> Not really, Paul. Its more like an internal messaging system. One where I
> can write a message to another user or perhaps a group of users and have
> them correspnd back. Again, its not a true email system but one that would
> allow me to be able to communicate within the scope of my own application.
>
> Rey...
> Certified Allaire Instructor
> Member of Team Allaire
>
> "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
>
>
>
> - Original Message -
> From: "Paul Begovich" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 16, 2001 7:35 PM
> Subject: Re: Note passing system?
>
>
> > Sounds like you want a project management tool.
> >
> > We have an internal system here we use to parse out work.  Basically the
> > client/project manager submits an item to a form and it appears on the
> > necessary persons desktop based on who they select.  They see the item,
do
> > the work, mark their time, and reply via the form.  It's a great project
> > management tool and it keeps track of correspondence.
> >
> > Building a system like your describing isn't too difficult, it's just
time
> > consuming.  We have looked into outside utilities to do this, but we've
> > found them lacking.  As a development shop we have found that when we
need
> > some additional functionality we build it on.  The current system we
have
> > now has grown out of several developers efforts in the past two years to
> > incompass project managment, billing, contacts, work requests, logging,
> and
> > a host of other things.
> >
> > A third party too may save you time in the short run, but in the long
run,
> > it'll probably lacks the additional functionality you want.  I recommend
> > buiding your own system, keeping in mind you want to be able to add
> > additionally functionality in the future.
> >
> > - Paul
> >
> >
> > - Original Message -
> > From: "Rey Bango" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Monday, April 16, 2001 1:07 PM
> > Subject: Note passing system?
> >
> >
> > > Anyone know of a good CF-based note/messaging system? I'm not talking
> > about
> > > an email server but more of a db driven messaging software that will
> allow
> > > me to post a message to a specific suer. When that user comes in, they
> can
> > > check for their own messages and reply accordingly. Again, its not an
> > email
> > > system per se.
> > >
> > > Thanks,
> > >
> > > Rey Bango...
> > > Certified Allaire Instructor
> > > Member of Team Allaire
> > >
> > > "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> > >
> > >
> > >
> > >
> >
>
~~
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: Note passing system?

2001-04-16 Thread Javier Woodhouse

I'd like to add to that... I also have no problem comming up with the code i
need, but code that is available publicaly is likely to have undergone
serveral bug fixes, performance enhancements and it might even be better
then what i could come up with. Code reuse has it's benefits 

Regards,
Javier

> -Original Message-
> From: Rey Bango [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 17, 2001 4:37 PM
> To: CF-Talk
> Subject: Re: Note passing system?
> 
> 
> :o)
> 
> Hi Peter. I certainly understand where you're coming from. 
> After 3 years of
> doing some solid CF work, I'm very capable of building most 
> of the stuff
> that I need. I'm just an advocate of code reuse. If there's 
> something out
> there that helps me reduce my coding time, I'd like to take 
> advantage of it.
> I really hate reinventing the wheel.
> 
> Thanks for the feedback...
> 
> Rey...
> Certified Allaire Instructor
> Member of Team Allaire
> 
> "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> 
> 
> - Original Message -----
> From: "Peter Tilbrook" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, April 17, 2001 1:59 AM
> Subject: RE: Note passing system?
> 
> 
> > As a side note - if you have an idea for your application - 
> do it! Do not
> > expect someone else to have already written the code for 
> you. CF makes
> > coding easy. If you are worried about the code have trusted 
> people try and
> > break it. Spend at least 3 weeks with beta testers on 
> trusted code. You
> > would be amazed at how the feedback either picks up 
> problems or points
> out,
> > even unobtrusively, better ways to accomplish a task.
> >
> > -Original Message-
> > From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, 17 April 2001 15:33
> > To: CF-Talk
> > Subject: RE: Note passing system?
> >
> >
> > I implemented the same thing for the new Friends Plus site. 
> The beauty of
> > the system is that nobpdys email address is released.
> >
> > We could be draconian and introduce full auditing but it 
> has not been
> > necessary yet. The user remain anonymous and their email 
> address is never
> > released unless they give it out.
> >
> > -Original Message-
> > From: Rey Bango [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, 17 April 2001 14:57
> > To: CF-Talk
> > Subject: Re: Note passing system?
> >
> >
> > Not really, Paul. Its more like an internal messaging 
> system. One where I
> > can write a message to another user or perhaps a group of 
> users and have
> > them correspnd back. Again, its not a true email system but 
> one that would
> > allow me to be able to communicate within the scope of my 
> own application.
> >
> > Rey...
> > Certified Allaire Instructor
> > Member of Team Allaire
> >
> > "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> >
> >
> >
> > - Original Message -
> > From: "Paul Begovich" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Monday, April 16, 2001 7:35 PM
> > Subject: Re: Note passing system?
> >
> >
> > > Sounds like you want a project management tool.
> > >
> > > We have an internal system here we use to parse out work. 
>  Basically the
> > > client/project manager submits an item to a form and it 
> appears on the
> > > necessary persons desktop based on who they select.  They 
> see the item,
> do
> > > the work, mark their time, and reply via the form.  It's 
> a great project
> > > management tool and it keeps track of correspondence.
> > >
> > > Building a system like your describing isn't too 
> difficult, it's just
> time
> > > consuming.  We have looked into outside utilities to do 
> this, but we've
> > > found them lacking.  As a development shop we have found 
> that when we
> need
> > > some additional functionality we build it on.  The 
> current system we
> have
> > > now has grown out of several developers efforts in the 
> past two years to
> > > incompass project managment, billing, contacts, work 
> requests, logging,
> > and
> > > a host of other things.
> > >
> > > A third party too may save you time in the short run, but 
> in the long
> run,
> > > it'll probably lacks

Re: Note passing system?

2001-04-17 Thread Joe Sheble aka Wizaerd

As strange as this may sound in light of normal developmental thought 
processes... I like to re-invent the wheel... each time I do, I get a 
better, more efficient, and sometimes a much better looking wheel...  of 
course I don't do this all the time, and I may use a function or two that 
somebody else wrote, but I've always written my own applications.  It's why 
I'm a developer... I love developing...

At 02:37 AM 4/17/01 -0400, you wrote:
>:o)
>
>Hi Peter. I certainly understand where you're coming from. After 3 years of
>doing some solid CF work, I'm very capable of building most of the stuff
>that I need. I'm just an advocate of code reuse. If there's something out
>there that helps me reduce my coding time, I'd like to take advantage of it.
>I really hate reinventing the wheel.
>
>Thanks for the feedback...
>
>Rey...
>Certified Allaire Instructor
>Member of Team Allaire
>
>"A browser's beauty, at its heart, is its usefulness as a *TOOL*."
>
>
>- Original Message -
>From: "Peter Tilbrook" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Tuesday, April 17, 2001 1:59 AM
>Subject: RE: Note passing system?
>
>
> > As a side note - if you have an idea for your application - do it! Do not
> > expect someone else to have already written the code for you. CF makes
> > coding easy. If you are worried about the code have trusted people try and
> > break it. Spend at least 3 weeks with beta testers on trusted code. You
> > would be amazed at how the feedback either picks up problems or points
>out,
> > even unobtrusively, better ways to accomplish a task.
> >
> > -Original Message-
> > From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, 17 April 2001 15:33
> > To: CF-Talk
> > Subject: RE: Note passing system?
> >
> >
> > I implemented the same thing for the new Friends Plus site. The beauty of
> > the system is that nobpdys email address is released.
> >
> > We could be draconian and introduce full auditing but it has not been
> > necessary yet. The user remain anonymous and their email address is never
> > released unless they give it out.
> >
> > -Original Message-
> > From: Rey Bango [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, 17 April 2001 14:57
> > To: CF-Talk
> > Subject: Re: Note passing system?
> >
> >
> > Not really, Paul. Its more like an internal messaging system. One where I
> > can write a message to another user or perhaps a group of users and have
> > them correspnd back. Again, its not a true email system but one that would
> > allow me to be able to communicate within the scope of my own application.
> >
> > Rey...
> > Certified Allaire Instructor
> > Member of Team Allaire
> >
> > "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> >
> >
> >
> > - Original Message -
> > From: "Paul Begovich" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Monday, April 16, 2001 7:35 PM
> > Subject: Re: Note passing system?
> >
> >
> > > Sounds like you want a project management tool.
> > >
> > > We have an internal system here we use to parse out work.  Basically the
> > > client/project manager submits an item to a form and it appears on the
> > > necessary persons desktop based on who they select.  They see the item,
>do
> > > the work, mark their time, and reply via the form.  It's a great project
> > > management tool and it keeps track of correspondence.
> > >
> > > Building a system like your describing isn't too difficult, it's just
>time
> > > consuming.  We have looked into outside utilities to do this, but we've
> > > found them lacking.  As a development shop we have found that when we
>need
> > > some additional functionality we build it on.  The current system we
>have
> > > now has grown out of several developers efforts in the past two years to
> > > incompass project managment, billing, contacts, work requests, logging,
> > and
> > > a host of other things.
> > >
> > > A third party too may save you time in the short run, but in the long
>run,
> > > it'll probably lacks the additional functionality you want.  I recommend
> > > buiding your own system, keeping in mind you want to be able to add
> > > additionally functionality in the future.
> > >
> > > - Paul
&g

RE: Note passing system?

2001-04-17 Thread Arden Weiss

To a hammer, every problem seems like a nail -- Right?

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487

-Original Message-
From:   Joe Sheble aka Wizaerd [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, April 17, 2001 9:43 AM
To: CF-Talk
Subject:Re: Note passing system?

As strange as this may sound in light of normal developmental thought 
processes... I like to re-invent the wheel... each time I do, I get a 
better, more efficient, and sometimes a much better looking wheel...  of 
course I don't do this all the time, and I may use a function or two that 
somebody else wrote, but I've always written my own applications.  It's why 
I'm a developer... I love developing...

At 02:37 AM 4/17/01 -0400, you wrote:
>:o)
>
>Hi Peter. I certainly understand where you're coming from. After 3 years of
>doing some solid CF work, I'm very capable of building most of the stuff
>that I need. I'm just an advocate of code reuse. If there's something out
>there that helps me reduce my coding time, I'd like to take advantage of it.
>I really hate reinventing the wheel.
>
>Thanks for the feedback...
>
>Rey...
>Certified Allaire Instructor
>Member of Team Allaire
>
>"A browser's beauty, at its heart, is its usefulness as a *TOOL*."
>
>
>- Original Message -
>From: "Peter Tilbrook" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Tuesday, April 17, 2001 1:59 AM
>Subject: RE: Note passing system?
>
>
> > As a side note - if you have an idea for your application - do it! Do not
> > expect someone else to have already written the code for you. CF makes
> > coding easy. If you are worried about the code have trusted people try and
> > break it. Spend at least 3 weeks with beta testers on trusted code. You
> > would be amazed at how the feedback either picks up problems or points
>out,
> > even unobtrusively, better ways to accomplish a task.
> >
> > -Original Message-
> > From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, 17 April 2001 15:33
> > To: CF-Talk
> > Subject: RE: Note passing system?
> >
> >
> > I implemented the same thing for the new Friends Plus site. The beauty of
> > the system is that nobpdys email address is released.
> >
> > We could be draconian and introduce full auditing but it has not been
> > necessary yet. The user remain anonymous and their email address is never
> > released unless they give it out.
> >
> > -Original Message-
> > From: Rey Bango [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, 17 April 2001 14:57
> > To: CF-Talk
> > Subject: Re: Note passing system?
> >
> >
> > Not really, Paul. Its more like an internal messaging system. One where I
> > can write a message to another user or perhaps a group of users and have
> > them correspnd back. Again, its not a true email system but one that would
> > allow me to be able to communicate within the scope of my own application.
> >
> > Rey...
> > Certified Allaire Instructor
> > Member of Team Allaire
> >
> > "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> >
> >
> >
> > - Original Message -
> > From: "Paul Begovich" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Monday, April 16, 2001 7:35 PM
> > Subject: Re: Note passing system?
> >
> >
> > > Sounds like you want a project management tool.
> > >
> > > We have an internal system here we use to parse out work.  Basically the
> > > client/project manager submits an item to a form and it appears on the
> > > necessary persons desktop based on who they select.  They see the item,
>do
> > > the work, mark their time, and reply via the form.  It's a great project
> > > management tool and it keeps track of correspondence.
> > >
> > > Building a system like your describing isn't too difficult, it's just
>time
> > > consuming.  We have looked into outside utilities to do this, but we've
> > > found them lacking.  As a development shop we have found that when we
>need
> > > some additional functionality we build it on.  The current system we
>have
> > > now has grown out of several developers efforts in the past two years to
> > > incompass project managment, billing, contacts, work requests, logging,
> > and
> > > a host of other things.
> > >
> > > A third party too may 

Re: Note passing system?

2001-04-17 Thread Rey Bango

More power to ya, Joe. I love developing as well but anything that allows me
to deploy a system quicker and spend more time with my family is worth the
investment. Personally, if I had to choose between re-coding or watching a
DVD with my wife & kids, I'll go for the latter. ;o)

Rey Bango
Certified Allaire Instructor
Member of Team Allaire

"A browser's beauty, at its heart, is its usefulness as a *TOOL*."



- Original Message -
From: "Joe Sheble aka Wizaerd" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 9:42 AM
Subject: Re: Note passing system?


> As strange as this may sound in light of normal developmental thought
> processes... I like to re-invent the wheel... each time I do, I get a
> better, more efficient, and sometimes a much better looking wheel...  of
> course I don't do this all the time, and I may use a function or two that
> somebody else wrote, but I've always written my own applications.  It's
why
> I'm a developer... I love developing...
>
> At 02:37 AM 4/17/01 -0400, you wrote:
> >:o)
> >
> >Hi Peter. I certainly understand where you're coming from. After 3 years
of
> >doing some solid CF work, I'm very capable of building most of the stuff
> >that I need. I'm just an advocate of code reuse. If there's something out
> >there that helps me reduce my coding time, I'd like to take advantage of
it.
> >I really hate reinventing the wheel.
> >
> >Thanks for the feedback...
> >
> >Rey...
> >Certified Allaire Instructor
> >Member of Team Allaire
> >
> >"A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> >
> >
> >- Original Message -
> >From: "Peter Tilbrook" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Tuesday, April 17, 2001 1:59 AM
> >Subject: RE: Note passing system?
> >
> >
> > > As a side note - if you have an idea for your application - do it! Do
not
> > > expect someone else to have already written the code for you. CF makes
> > > coding easy. If you are worried about the code have trusted people try
and
> > > break it. Spend at least 3 weeks with beta testers on trusted code.
You
> > > would be amazed at how the feedback either picks up problems or points
> >out,
> > > even unobtrusively, better ways to accomplish a task.
> > >
> > > -Original Message-
> > > From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, 17 April 2001 15:33
> > > To: CF-Talk
> > > Subject: RE: Note passing system?
> > >
> > >
> > > I implemented the same thing for the new Friends Plus site. The beauty
of
> > > the system is that nobpdys email address is released.
> > >
> > > We could be draconian and introduce full auditing but it has not been
> > > necessary yet. The user remain anonymous and their email address is
never
> > > released unless they give it out.
> > >
> > > -Original Message-
> > > From: Rey Bango [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, 17 April 2001 14:57
> > > To: CF-Talk
> > > Subject: Re: Note passing system?
> > >
> > >
> > > Not really, Paul. Its more like an internal messaging system. One
where I
> > > can write a message to another user or perhaps a group of users and
have
> > > them correspnd back. Again, its not a true email system but one that
would
> > > allow me to be able to communicate within the scope of my own
application.
> > >
> > > Rey...
> > > Certified Allaire Instructor
> > > Member of Team Allaire
> > >
> > > "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> > >
> > >
> > >
> > > - Original Message -
> > > From: "Paul Begovich" <[EMAIL PROTECTED]>
> > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > Sent: Monday, April 16, 2001 7:35 PM
> > > Subject: Re: Note passing system?
> > >
> > >
> > > > Sounds like you want a project management tool.
> > > >
> > > > We have an internal system here we use to parse out work.  Basically
the
> > > > client/project manager submits an item to a form and it appears on
the
> > > > necessary persons desktop based on who they select.  They see the
item,
> >do
> > > > the work, mark their time, and reply via the form.  It

Re: Note passing system?

2001-04-18 Thread dk

Hi:

I guess Hal Helms has a tutorial on something like you need. Basically its a
tutorial on fusebox applications. Its called "Action Items Manager" have a
look at it at:

www.halhelms.com
or download from

http://www.halhelms.com/actionItems.zip

not sure if this is what you need.

DK



- Original Message -
From: Rey Bango <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 11:37 PM
Subject: Note passing system?


> Anyone know of a good CF-based note/messaging system? I'm not talking
about
> an email server but more of a db driven messaging software that will allow
> me to post a message to a specific suer. When that user comes in, they can
> check for their own messages and reply accordingly. Again, its not an
email
> system per se.
>
> Thanks,
>
> Rey Bango...
> Certified Allaire Instructor
> Member of Team Allaire
>
> "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
>
>
>
>
~~
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