Results 1 to 7 of 7

Thread: Looking for a html screen script like this..

  1. #1
    Join Date
    Apr 2012
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Looking for a html screen script like this..

    Users opens HTML screen
    Chart is displayed.
    Text box allow entry. Date and time is automatically entered
    Users saves entry.
    Entries allow sorting by date.
    User can edit entries.

    Classic database using localStorage

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Why do you want to do this using localStorage? It won't actually save anywhere permanently. Wouldn't you want a real database if this is going to be useful? Or is this just a demo/test?
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Apr 2012
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by djr33 View Post
    Why do you want to do this using localStorage? It won't actually save anywhere permanently. Wouldn't you want a real database if this is going to be useful? Or is this just a demo/test?
    a real database would be great, how can i accomplish that?

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    First, you need a server with a serverside language like PHP, ASP, CGI, Perl or something else along those lines. It will also, of course, need to have a database available, like MySQL, Access, etc. The most common combination for the average website on cheap hosting is PHP and MySQL and it's widely supported and can definitely do what you need. Any other combination is fine too.
    You can get such a hosting account for around $5/mo (from many companies) and that's about all you should need until your website grows significantly. There are even some free hosts out there, but it's probably worth $5/mo because the free hosts always have major limitations, but depending on what you're doing, you might be able to work around that.

    After that, you'll need to learn both the serverside language (eg, PHP) and the database language (eg, MySQL). It's not as daunting a task as it might seem and there's plenty of information out there. We can help here too.

    That's the next step. Does that help?
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Apr 2012
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    next step would be the original post minus the html storage i guess...

  6. #6
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Right. But you won't find that prebuilt for you. You'll need to make it or hire someone to make it. None of that is particularly difficult (although it might take longer depending on the scale of the project). But you will need to design a custom solution for this.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  7. #7
    Join Date
    Apr 2012
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank you

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
  •