Results 1 to 2 of 2

Thread: Owner Adding Content to a site

  1. #1
    Join Date
    Jan 2008
    Posts
    1

    Owner Adding Content to a site

    I am helping a friend build a basic web site, I can handle html, etc. What he needs to do is be able to add the same type of info, with pictures on his own about 20 times a week, (preferably without calling me 20 times a week to do it) - He is selling cars, so I need to be able to enable him to add new cars to his online database and upload pictures of the cars (which he will then need the small picture expand in a new window)
    I am sure this is easy for those in the know, thank you in advance for any insights

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    A Content Management System (CMS) is used so that an untrained person is only allowed to make edits in certain places.

    Two CMSs are frequently mentioned on this board:-
    Joomla has a lot of capablities http://www.joomla.org/

    Snippetedit http://www.snippetedit.com/ is for simple edits of text or images. There is a demo. If you allow someone to upload images, they may upload images too big or small and wreck your layout unless you put in sizes in the code like
    <img style="width: 300px; height: 100px;" src="image.jpg" alt-"Image decscription">
    and only allow the image filename to be edited which should resize any uploaded images. Also cancel the image sizes in the Snippetedit upload menu.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

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