Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 01-13-2005, 17:00   #1 (permalink)
Dave Moore
Civilians

 
Default Interactive website help

Hi All,
I'm after some advice. I maintain a website for a club I belong to. This
website requires a lot of updating with new event details, results and
anouncements. Currently, I am solely responsible for updating the website
with the appropriate information.

I do this by wirting HTML/Javascript files and simply uploading them using
an FTP client. However, What I'd like is for members of my club to be able
to update the website themselves, without me having to be involved. I can't
ask my fellow club members to write HTML and Javascript, so what I'd like is
a website that enables them to log in and update it through the website
itself, so that they don't have to write an code. I've seen things like
plone and wizziwig, but these look complicated to implement.

I assume that I'd need some sort of server side system for this. Can anybody
recommend a system or package that would allow this type of behaviour?.

Thanks in advance,
Dave


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 01-13-2005, 18:00   #2 (permalink)
Daniel M. Hendricks, esq.
Civilians

 
Default Re: Interactive website help

What you need is a content management system (CMS). There are a lot of
them out there. I've always felt this product was well done:
http://www.bigmedium.com/

Cheers,
Daniel
http://www.danhendricks.com

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-13-2005, 20:00   #3 (permalink)
Heidi
Civilians

 
Default Re: Interactive website help

Dave Moore wrote:
: Hi All,
: I'm after some advice. I maintain a website for a club I belong
: to. This website requires a lot of updating with new event details,
results and
: anouncements. Currently, I am solely responsible for updating the
: website with the appropriate information.

A CMS would work but might be too muich for what you need.
Try a blog. You can make users and give them permissions to post
or not, to comment or not etc.

I use and love b2evolution: http://b2evolution.net/

You can really customize it how you like. I have one site that doesn't even
look like a blog runs it but it does. Although it is still hidden for now
Not ready yet...

Good luck,
Heidi



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-14-2005, 06:00   #4 (permalink)
Matthias Gutfeldt
Civilians

 
Default Re: Interactive website help

Heidi wrote:
> You can really customize it how you like. I have one site that doesn't even
> look like a blog runs it but it does. Although it is still hidden for now
> Not ready yet...


LOL! If it isn't public, is it really there?


Matthias
--
Swiss Blogs: http://www.blog.ch/
Bloggertreffen 19.03.2005 in Basel:
http://www.emacswiki.org/cgi-bin/ale...ertreffen_2005

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-14-2005, 06:00   #5 (permalink)
Owen
Civilians

 
Default Re: Interactive website help


"Dave Moore" <dave_m_moore@post2me.freeserve.co.uk> wrote in message
news:cs6msd$u11$1@news7.svr.pol.co.uk...
> What I'd like is for members of my club to be able
> to update the website themselves, without me having to be involved. I
> can't
> ask my fellow club members to write HTML and Javascript, so what I'd like
> is
> a website that enables them to log in and update it through the website
> itself, so that they don't have to write an code.


I quite simple bit of ASP would acheive what you're after.

If you can handle HTML and Javascript I dont think you'd have any trouble
with ASP. You can write it with Notepad or whatever you use to write your
HTML / Javascript. You can write simple forms which write back the user's
input to text files and/or database. There's plenty of ASP resources on
the web to get you started, or you could buy a book on it.

Owen


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-15-2005, 13:00   #6 (permalink)
Dave Moore
Civilians

 
Default Re: Interactive website help

If I can get away with just writing scripts, that would be good. But whats
the difference between ASP and PHP?. I've seen lots of stuff on PHP and SQL
databases which might be what I'm after.

"Owen" <spam@spam.com> wrote in message
news:8pMFd.16$Sq3.0@newsfe1-win.ntli.net...
>
> "Dave Moore" <dave_m_moore@post2me.freeserve.co.uk> wrote in message
> news:cs6msd$u11$1@news7.svr.pol.co.uk...
> > What I'd like is for members of my club to be able
> > to update the website themselves, without me having to be involved. I
> > can't
> > ask my fellow club members to write HTML and Javascript, so what I'd

like
> > is
> > a website that enables them to log in and update it through the website
> > itself, so that they don't have to write an code.

>
> I quite simple bit of ASP would acheive what you're after.
>
> If you can handle HTML and Javascript I dont think you'd have any trouble
> with ASP. You can write it with Notepad or whatever you use to write

your
> HTML / Javascript. You can write simple forms which write back the

user's
> input to text files and/or database. There's plenty of ASP resources on
> the web to get you started, or you could buy a book on it.
>
> Owen
>
>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-15-2005, 14:00   #7 (permalink)
William Tasso
Civilians

 
Default Re: Interactive website help

In article <csbgjg$hii$1@news7.svr.pol.co.uk>,
dave_m_moore@post2me.freeserve.co.uk says...
> ...
> whats the difference between ASP and PHP?.


PHP is a scripting language.

ASP is an environment that provides access to system resources for
scripting languages running within it - most notably vbScript and
jScript.

--
William Tasso ------ read, read again, then post:
http://www.aww-faq.org/
http://www.catb.org/~esr/faqs/smart-questions.html
http://groups-beta.google.com/group/alt.www.webmaster
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
switching places with main website & add-on website on server Tom J Web Design 2 08-17-2005 04:00
interactive ppt Sketch Microsoft Applications 2 04-22-2005 12:00
Interactive diary on a website Michael Elcock Web Design 1 03-26-2005 00:00
interactive buttons Walter Johnson Web Design 1 11-21-2004 16:00
Interactive Presentation Galsaba Microsoft Applications 1 06-16-2004 08:14


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 11:06.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 1.03413 seconds with 19 queries