Click here to Skip to main content
15,895,746 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Time for an organ meat sandwich Pin
W Balboos, GHB30-Jun-16 3:00
W Balboos, GHB30-Jun-16 3:00 
GeneralRe: Time for an organ meat sandwich Pin
BillWoodruff20-Jun-16 3:21
professionalBillWoodruff20-Jun-16 3:21 
GeneralWeb page development Pin
Rage20-Jun-16 1:11
professionalRage20-Jun-16 1:11 
GeneralRe: Web page development Pin
Kornfeld Eliyahu Peter20-Jun-16 1:25
professionalKornfeld Eliyahu Peter20-Jun-16 1:25 
GeneralRe: Web page development Pin
Rage20-Jun-16 1:34
professionalRage20-Jun-16 1:34 
GeneralRe: Web page development Pin
Kornfeld Eliyahu Peter20-Jun-16 1:39
professionalKornfeld Eliyahu Peter20-Jun-16 1:39 
GeneralRe: Web page development Pin
Sander Rossel20-Jun-16 2:34
professionalSander Rossel20-Jun-16 2:34 
GeneralRe: Web page development Pin
W Balboos, GHB20-Jun-16 1:35
W Balboos, GHB20-Jun-16 1:35 
Cleanest way, at least how I do such things, is php (back-end) and javaScript front end.

If we presume no 'real' security, you have data entered in a <form>, which automatically submits to an php page that stores the data (in your database of choice, or even a flat file). PHP can do SMTP, database, everything. If you want SQL server, MS makes a free set of plug-ins.

A fair (and free) environment, with some visual design include, is Expressions 4. It's not full HTML5/CSS3 aware, but it does have autocomplete.

Lookup, without logging in: why not have submission of their (chosen) user ID return their input? You may wish to separate UID's and names from the list so you can put a unique constraint on the user list and have the one-to-many for their event(s). You kinda' know all this stuff. It's much the same, except that, due to security features, transferring and manipulating data on the server side vs. client side are separate events: sending data between them is an interesting game to learn.

Return from the form submission could be a page with all of their current submissions.

Thus, You don't need any special technology for this. You know how to make rules and such. A framework would add little.

Ravings en masse^
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

GeneralRe: Web page development Pin
Nathan Minier20-Jun-16 1:50
professionalNathan Minier20-Jun-16 1:50 
GeneralRe: Web page development PinPopular
Marc Clifton20-Jun-16 1:55
mvaMarc Clifton20-Jun-16 1:55 
GeneralStom or stupid? Pin
Kornfeld Eliyahu Peter20-Jun-16 0:45
professionalKornfeld Eliyahu Peter20-Jun-16 0:45 
GeneralRe: Stom or stupid? Pin
Sander Rossel20-Jun-16 1:04
professionalSander Rossel20-Jun-16 1:04 
JokeRe: Stom or stupid? Pin
Kornfeld Eliyahu Peter20-Jun-16 1:14
professionalKornfeld Eliyahu Peter20-Jun-16 1:14 
GeneralRe: Stom or stupid? Pin
Johnny J.20-Jun-16 1:45
professionalJohnny J.20-Jun-16 1:45 
GeneralRe: Stom or stupid? Pin
Sander Rossel20-Jun-16 2:31
professionalSander Rossel20-Jun-16 2:31 
GeneralRe: Stom or stupid? Pin
  Forogar  20-Jun-16 2:46
professional  Forogar  20-Jun-16 2:46 
GeneralWSO FOSW - Jun 20, 2016 Pin
Brittle161819-Jun-16 22:52
Brittle161819-Jun-16 22:52 
GeneralRe: WSO FOSW - Jun 20, 2016 Pin
Kornfeld Eliyahu Peter19-Jun-16 23:15
professionalKornfeld Eliyahu Peter19-Jun-16 23:15 
GeneralRe: WSO FOSW - Jun 20, 2016 Pin
Brittle161819-Jun-16 23:55
Brittle161819-Jun-16 23:55 
GeneralRe: WSO FOSW - Jun 20, 2016 Pin
Kornfeld Eliyahu Peter19-Jun-16 23:56
professionalKornfeld Eliyahu Peter19-Jun-16 23:56 
GeneralRe: WSO FOSW - Jun 20, 2016 Pin
Brittle161820-Jun-16 0:06
Brittle161820-Jun-16 0:06 
GeneralRe: WSO FOSW - Jun 20, 2016 Pin
HobbyProggy20-Jun-16 0:00
professionalHobbyProggy20-Jun-16 0:00 
GeneralRe: WSO FOSW - Jun 20, 2016- Winner winner chicken dinner Pin
Brittle161820-Jun-16 0:17
Brittle161820-Jun-16 0:17 
GeneralRe: WSO FOSW - Jun 20, 2016 Pin
HobbyProggy20-Jun-16 0:33
professionalHobbyProggy20-Jun-16 0:33 
GeneralRe: WSO FOSW - Jun 20, 2016 Pin
Brittle161820-Jun-16 0:38
Brittle161820-Jun-16 0:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.