PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > alt.www.webmaster > Letting users make changes to web pages
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Letting users make changes to web pages

Réponse
 
LinkBack Outils de la discussion
Vieux 13/09/2007, 10h42   #1
DSt
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Letting users make changes to web pages

Hi all,

I'm building a website for a friend - nothing serious, but I'd like to
make it look good. I have a decent home page for him, and
contact details, which is what he wanted initially, but because of
the nature of the website, he would like to update it regularly with
pictures and text (he sells stuff from home).

Now, I want to avoid having to change this website for him, because
that'll be a pain - and I want to make him responsible for the upkeep
- how can I make it so that the main web site is untouchable, but
there is an area for ads which he can upload to himself? He needs to
be able to add pictures (of the products) and text. Nothing too fancy,
just a title, with a pic and text below.

I have a couple of ideas how to do this - but I'm sure this is a
common occurence, with some good solutions which I'm just not aware
of.

Any ideas?

Many thanks,
DSt.

  Réponse avec citation
Vieux 13/09/2007, 12h16   #2
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Letting users make changes to web pages

DSt wrote:
> Hi all,
>
> I'm building a website for a friend - nothing serious, but I'd like to
> make it look good. I have a decent home page for him, and
> contact details, which is what he wanted initially, but because of
> the nature of the website, he would like to update it regularly with
> pictures and text (he sells stuff from home).
>
> Now, I want to avoid having to change this website for him, because
> that'll be a pain - and I want to make him responsible for the upkeep
> - how can I make it so that the main web site is untouchable, but
> there is an area for ads which he can upload to himself? He needs to
> be able to add pictures (of the products) and text. Nothing too fancy,
> just a title, with a pic and text below.
>
> I have a couple of ideas how to do this - but I'm sure this is a
> common occurence, with some good solutions which I'm just not aware
> of.
>
> Any ideas?
>
> Many thanks,
> DSt.
>


First rule to remember - it's his site, not yours. If he wants to
update the website, it's not up to you to say he can't.

With that out of the way, just put up a decent cms and show him how to
use it.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
  Réponse avec citation
Vieux 13/09/2007, 12h52   #3
Andy Dingley
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Letting users make changes to web pages

On 13 Sep, 10:42, DSt <dste...@hotmail.com> wrote:
> I'm building a website for a friend


You can't afford the time to build a CMS when you can download them
ready-made so easily.

So look at setting up some sort of pre-built blog engine for them
(possibly a catalogue-based shop, if they really need it) and do
customisation work onto it, rather than building a static site from
scratch. If you take a sophisticated publishing engine and switch off
features you don't need, then you can use it as a simple CMS. The main
feature to look at is navigation - some blog engines are a bit too
focussed on date-based navigation, you need something that responds to
annotational "tags" and generates a structural nav tree too.

Otherwise, if they need an "information publishing" site, you might
even consider installing a wiki for them.

  Réponse avec citation
Vieux 13/09/2007, 13h49   #4
SAZ
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Letting users make changes to web pages

In article <1189676529.939879.152020@o80g2000hse.googlegroups .com>,
dsteel0@hotmail.com says...
> Hi all,
>
> I'm building a website for a friend - nothing serious, but I'd like to
> make it look good. I have a decent home page for him, and
> contact details, which is what he wanted initially, but because of
> the nature of the website, he would like to update it regularly with
> pictures and text (he sells stuff from home).
>
> Now, I want to avoid having to change this website for him, because
> that'll be a pain - and I want to make him responsible for the upkeep
> - how can I make it so that the main web site is untouchable, but
> there is an area for ads which he can upload to himself? He needs to
> be able to add pictures (of the products) and text. Nothing too fancy,
> just a title, with a pic and text below.
>
> I have a couple of ideas how to do this - but I'm sure this is a
> common occurence, with some good solutions which I'm just not aware
> of.
>
> Any ideas?
>
> Many thanks,
> DSt.
>
>

I know you didn't ask, but speaking from experieince - never conduct
business with friends and family. You will regret it in the end.
  Réponse avec citation
Vieux 13/09/2007, 21h00   #5
drupopuppis
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Letting users make changes to web pages

On Sep 13, 4:42 am, DSt <dste...@hotmail.com> wrote:
> Hi all,
>
> I'm building a website for a friend - nothing serious, but I'd like to
> make it look good. I have a decent home page for him, and
> contact details, which is what he wanted initially, but because of
> the nature of the website, he would like to update it regularly with
> pictures and text (he sells stuff from home).
>
> Now, I want to avoid having to change this website for him, because
> that'll be a pain - and I want to make him responsible for the upkeep
> - how can I make it so that the main web site is untouchable, but
> there is an area for ads which he can upload to himself? He needs to
> be able to add pictures (of the products) and text. Nothing too fancy,
> just a title, with a pic and text below.
>
> I have a couple of ideas how to do this - but I'm sure this is a
> common occurence, with some good solutions which I'm just not aware
> of.
>
> Any ideas?
>
> Many thanks,
> DSt.


How about a good joomla CMS Site? www.joomla.com

  Réponse avec citation
Vieux 16/09/2007, 09h38   #6
Wings
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Letting users make changes to web pages

I solved a similar problem (users updating a web page) by putting
unchangable jpg and text file names in the HTML, then with a simple uploader
page, letting users upload files that would replace the old ones. I.e.,
a.jpg, b.jpg, c.jpg, etc., never changed in the HTML code. They would just
upload new a.jpg, b.jpg, etc. Likewise with text files where I provided
links with names that never changed, and they'd update new files with those
names to the linked url.

By knowing just enough to upload the files, users were able to change many
items on the page - even backgrounds, etc. They also learned rather quickly
on their own what they could and could not do if they didn't want an
atrocious looking mess.

"DSt" <dsteel0@hotmail.com> wrote in message
news:1189676529.939879.152020@o80g2000hse.googlegr oups.com...
> Hi all,
>
> I'm building a website for a friend - nothing serious, but I'd like to
> make it look good. I have a decent home page for him, and
> contact details, which is what he wanted initially, but because of
> the nature of the website, he would like to update it regularly with
> pictures and text (he sells stuff from home).
>
> Now, I want to avoid having to change this website for him, because
> that'll be a pain - and I want to make him responsible for the upkeep
> - how can I make it so that the main web site is untouchable, but
> there is an area for ads which he can upload to himself? He needs to
> be able to add pictures (of the products) and text. Nothing too fancy,
> just a title, with a pic and text below.
>
> I have a couple of ideas how to do this - but I'm sure this is a
> common occurence, with some good solutions which I'm just not aware
> of.
>
> Any ideas?
>
> Many thanks,
> DSt.
>



  Réponse avec citation
Vieux 25/09/2007, 09h55   #7
siterubixreview@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Letting users make changes to web pages

On Sep 16, 4:38 am, "Wings" <glen...@earthlink.net> wrote:
> I solved a similar problem (users updating a web page) by putting
> unchangable jpg and text file names in the HTML, then with a simple uploader
> page, letting users upload files that would replace the old ones. I.e.,
> a.jpg, b.jpg, c.jpg, etc., never changed in the HTML code. They would just
> upload new a.jpg, b.jpg, etc. Likewise with text files where I provided
> links with names that never changed, and they'd update new files with those
> names to the linked url.
>
> By knowing just enough to upload the files, users were able to change many
> items on the page - even backgrounds, etc. They also learned rather quickly
> on their own what they could and could not do if they didn't want an
> atrocious looking mess.
>
> "DSt" <dste...@hotmail.com> wrote in message
>
> news:1189676529.939879.152020@o80g2000hse.googlegr oups.com...
>
> > Hi all,

>
> > I'm building awebsitefor a friend - nothing serious, but I'd like to
> > make it look good. I have a decent home page for him, and
> > contact details, which is what he wanted initially, but because of
> > the nature of thewebsite, he would like to update it regularly with
> > pictures and text (he sells stuff from home).

>
> > Now, I want to avoid having to change thiswebsitefor him, because
> > that'll be a pain - and I want to make him responsible for the upkeep
> > - how can I make it so that the main web site is untouchable, but
> > there is an area for ads which he can upload to himself? He needs to
> > be able to add pictures (of the products) and text. Nothing too fancy,
> > just a title, with a pic and text below.

>
> > I have a couple of ideas how to do this - but I'm sure this is a
> > common occurence, with some good solutions which I'm just not aware
> > of.

>
> > Any ideas?

>
> > Many thanks,
> > DSt.


Check out:

http://selfpatience.com/rubix

Claims you can make professional websites in 5 minutes? Yeah right...
but http://weebly.com is pretty damn good...

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h14.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,15042 seconds with 15 queries