Results 1 to 17 of 17

Thread: need simple program made.... $

  1. #1
    Commander p3rsian's Avatar
    Join Date
    Sep 2002
    Location
    San Diego
    Posts
    1,142

    need simple program made.... $

    hey whats up
    i am throwing this party and gonna have a laptop at the door to get the email address of the people getting in.
    something like a java program that has one input field and when they press save it clears the input field and saves the email address in a txt file so the next person can type in their email. i need security so i dont want to put it in excel .. some one might delete the whole list.
    do you think java would be the best choice ?

  2. #2
    Fleet Admiral hapoo's Avatar
    Join Date
    Jan 2000
    Location
    742 Evergreen Terrace, Springfield USA
    Posts
    9,276
    java, c, perl, php, python... pick your poison

  3. #3
    You could make a simple web page with a form that emails their email address to you upon submit and then clears the form. People could hit "back" to see previous entries, but they couldn't delete them.
    -The nerd formerly known as vectorcalculus

  4. #4
    Rear Admiral Lower Half Cubsfan's Avatar
    Join Date
    Jul 2001
    Location
    Colorado
    Posts
    2,743
    I assume that you mean "basically secure". Just saving it to a plain text file on the hard drive ok?

    Java's probably kind of overkill, but if it's for a learning experience, then it'd probably be fun.

    Personally, I think I'd just have a locked box with a hole cut in it for people to stuff little pieces of paper in it... wouldn't want 100's of people touching my laptop

  5. #5
    Commander p3rsian's Avatar
    Join Date
    Sep 2002
    Location
    San Diego
    Posts
    1,142
    Quote Originally Posted by MrGreg
    You could make a simple web page with a form that emails their email address to you upon submit and then clears the form. People could hit "back" to see previous entries, but they couldn't delete them.
    there is no internet access at the place

    and by secure i mean i dont want any one pressing atl A then del
    and everything goes away...

    its soooo basic but complicated at same time.. grrrr

  6. #6
    Rear Admiral Upper Half DankNstickY's Avatar
    Join Date
    Apr 2002
    Location
    deep in the throat of ... cali?
    Posts
    3,027
    i dunno too much about this stuff (altho i should) but what about having that laptop connected to another computer in the house, and having it upload the data to a write-only file on there... kinda like the internet thing... without the internet.
    (gawd i feel like a moron having taken php, javascript, and database concepts classes and still not knowing about it hehe)

    HEY LOOK WHO'S IN MY SIG!
    -[ www.dankink.com ]-
    Quote Originally Posted by p3rsian
    I am sofa king we Todd Ed

  7. #7
    Fleet Admiral hapoo's Avatar
    Join Date
    Jan 2000
    Location
    742 Evergreen Terrace, Springfield USA
    Posts
    9,276
    umm, you dont HAVE to have internet access. If you want to go the web route than run a server on your own computer.
    This is a really simple problem that your overcomplicating

  8. #8
    Commander p3rsian's Avatar
    Join Date
    Sep 2002
    Location
    San Diego
    Posts
    1,142
    Quote Originally Posted by hapoo
    umm, you dont HAVE to have internet access. If you want to go the web route than run a server on your own computer.
    This is a really simple problem that your overcomplicating
    grrr you dont think thats much more harder than a program in java ?
    install all that stuff ... :-S

    so my best bet would be run a server myself ?

  9. #9
    Rear Admiral Upper Half ribitch's Avatar
    Join Date
    Sep 2001
    Location
    Michigan
    Posts
    3,672
    you are having a party and putting a laptop by the door. i would be more worried about theft than email addresses

  10. #10
    Lieutenant
    Join Date
    Oct 2000
    Location
    New York
    Posts
    324
    You can create a simple web form that will do this for you. Then start IE in kiosk mode with the web page up and you are ready to go. You do not actually have to 'run' a web server, the file can just be on your hard drive and when you launch IE in kiosk mode you just type in iexplore -k filename.html and you are all set.

    Hell, the web page is just a simple form with one field that can append the post data to a flat file via VB or you could get even easier and have it call a batch file that does the same. I could put this together for you in no time at all if you want. Just PM me the text that you want on the page.

    ---edit: I was a bit bored, already wrote something that you may be able to use. PM me and I will send it to you.
    Last edited by Dman33; 05-06-2005 at 09:51 AM.

  11. #11
    Lieutenant Junior Grade
    Join Date
    Jun 2004
    Posts
    69
    Why use use MS Access? you can create an MBD with just one form that would allow people to enter it in. No mess, and secure. You can hide all the tool bars and editing options too. Just a thought.

  12. #12
    Commander p3rsian's Avatar
    Join Date
    Sep 2002
    Location
    San Diego
    Posts
    1,142
    Quote Originally Posted by ribitch
    you are having a party and putting a laptop by the door. i would be more worried about theft than email addresses
    well its more like a club to a party . there will be security at the door, besides its not like im gonna take my new laptop 200mhz is fine ..

    Quote Originally Posted by ribitch
    you are having a party and putting a laptop by the door. i would be more worried about theft than email addresses
    pm sent

  13. #13
    Rear Admiral Upper Half ribitch's Avatar
    Join Date
    Sep 2001
    Location
    Michigan
    Posts
    3,672
    huh? i never got a pm from you

  14. #14
    Fleet Admiral ShawnLee's Avatar
    Join Date
    Mar 2000
    Location
    Huntington Beach, CA, currently in Korea
    Posts
    7,635
    Hey, P3rsian's back! Or has he been back, and I've just missed out till now?
    Quote Originally Posted by InfiniteNothing
    The truth is, anyone can be a wolf in sheep's clothes. Except maybe Hillary. That's a wolf in a slightly less attractive wolf's clothing.

  15. #15
    Picture of the Day Guru zippyjuan's Avatar
    Join Date
    Oct 2002
    Location
    Sunny San Diego
    Posts
    8,756
    Hey p3rsian- I took a picture today you might like- in La Jolla.


  16. #16
    Picture of the Day Guru zippyjuan's Avatar
    Join Date
    Oct 2002
    Location
    Sunny San Diego
    Posts
    8,756
    Re-did it and cropped it differently if you want to use it as a desktop.


  17. #17
    Commander p3rsian's Avatar
    Join Date
    Sep 2002
    Location
    San Diego
    Posts
    1,142
    Quote Originally Posted by zippyjuan
    Re-did it and cropped it differently if you want to use it as a desktop.

    oh wow !! i god damn love your z4 !
    Last edited by p3rsian; 05-06-2005 at 08:33 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •