Help creating a web page a client can update themselves

Discussion in 'HTML & Website Design' started by Trey8611, Sep 18, 2009.

  1. #1
    I am just wondering what the best way is to create a page within a website that allows a user with no HTML knowledge to update it themselves. For example what I'd like is a basic text file they could update that automatically changes the content of the page. I am still pretty new at making web sites so I apologize if this is too much of a newbie question.
     
    Trey8611, Sep 18, 2009 IP
  2. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #2
    You can use PHP to "include" a txt file. e.g.
    <? include "client-text.txt"; ?>
    But then the client still needs to know how to access and modify the txt file.

    Have you thought about using Wordpress?
    You could set the site up in Wordpress, and then add an author (your client), with restricted permissions so they can only edit their own pages/posts.

    See here for more on WP roles:
    http://codex.wordpress.org/Roles_and_Capabilities
     
    Last edited: Sep 18, 2009
    Kerosene, Sep 18, 2009 IP
  3. Trey8611

    Trey8611 Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Awesome, thanks for the advice.
     
    Trey8611, Sep 18, 2009 IP
  4. Jj delc

    Jj delc Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Waht you are looking for is some sort of CMS soultion. I just ran into staceyapp.com whicih allows you to drop a txt file for contents. Pretty simpe set up and you can provide FTP access to users to the desired directories so they can change their txt file.
     
    Jj delc, Sep 27, 2009 IP
  5. jonbuoy

    jonbuoy Peon

    Messages:
    284
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Not used it myself, but I know a lot of people use Joomla for just this reason.
     
    jonbuoy, Sep 28, 2009 IP
  6. Blue Star Ent.

    Blue Star Ent. Well-Known Member

    Messages:
    1,989
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    160
    #6
    Joomla is your best choice if you have big plans for your site. Your client will have easy access to create section, categories and articles if you give them the proper access. They will not have to know one tag or code.
     
    Blue Star Ent., Sep 28, 2009 IP
  7. xenobiologist

    xenobiologist Active Member

    Messages:
    165
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #7
    I would say use Contribute it allow you to create regions in which the user can update with access to files and not disrupt the rest of the design and coding
     
    xenobiologist, Oct 8, 2009 IP
  8. Gungz

    Gungz Peon

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yes, I think the best solution for you is CMS (Content Management System).

    It's easy to install because many web hosts now have autoscript installer.

    You can also google for finding out what CMS suits your needs best.
     
    Gungz, Oct 8, 2009 IP