Posted by David Segall on 01/09/47 11:57
Dave Kelly <daveekelly@earthlink.net> wrote:
>I need some software to create a signup sheet. This is for a fishing
>club and their monthly outings.
> From the administrative side:
> Create the event by name.
> Write a brief description ( 3 - 4 hundred words at most )
> Delete the event.
> From the user side:
> Enter name.
> Enter email address.
> Enter phone number.
>Then display everyone who has signed up for this trip.
>
>Does something like this already exist? Or close enough to use as a
>guide for writing my own?
>Is there better usersgroup to post this request on?
>
>Thanks for any help you can give.
>Dave
I can see that it seems a trivial application but it requires all the
attributes of every CRUD (Create, Read, Update, Delete) database
application. It also needs to authorise users and log them in. It's
Amazon without the Credit Card processing!
It is possible that there are existing applications that you can adapt
but I don't know them. If you can't find one check out Microsoft's
Visual Web Developer Express Edition
<http://msdn.microsoft.com/vstudio/express/vwd/> or Sun's Java Studio
Creator
<http://developers.sun.com/prodtech/javatools/jscreator/index.jsp>.
Navigation:
[Reply to this message]
|