Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Interactive website help

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Not another "ASP pages not responding" ..  
Author Message
dave_m_moore

External


Since: Jan 13, 2005
Posts: 2



(Msg. 1) Posted: Thu Jan 13, 2005 4:35 pm
Post subject: Interactive website help
Archived from groups: alt>www>webmaster (more info?)

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

 >> Stay informed about: Interactive website help 
Back to top
Login to vote
dmhendricks2

External


Since: Dec 13, 2004
Posts: 7



(Msg. 2) Posted: Thu Jan 13, 2005 4:35 pm
Post subject: Re: Interactive website help [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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

 >> Stay informed about: Interactive website help 
Back to top
Login to vote
blackcat22

External


Since: Jun 22, 2004
Posts: 548



(Msg. 3) Posted: Thu Jan 13, 2005 7:35 pm
Post subject: Re: Interactive website help [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 Wink
Not ready yet...

Good luck,
Heidi
 >> Stay informed about: Interactive website help 
Back to top
Login to vote
spam17

External


Since: Mar 24, 2004
Posts: 157



(Msg. 4) Posted: Fri Jan 14, 2005 5:35 am
Post subject: Re: Interactive website help [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Dave Moore" <dave_m_moore DeleteThis @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<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Interactive website help 
Back to top
Login to vote
user233

External


Since: Sep 26, 2003
Posts: 261



(Msg. 5) Posted: Fri Jan 14, 2005 5:35 am
Post subject: Re: Interactive website help [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 Wink
 > Not ready yet...

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


Matthias
--
Swiss Blogs: <a style='text-decoration: underline;' href="http://www.blog.ch/" target="_blank">http://www.blog.ch/</a>
Bloggertreffen 19.03.2005 in Basel:
<a style='text-decoration: underline;' href="http://www.emacswiki.org/cgi-bin/alex/Bloggertreffen_2005" target="_blank">http://www.emacswiki.org/cgi-bin/alex/Bloggertreffen_2005</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Interactive website help 
Back to top
Login to vote
dave_m_moore

External


Since: Jan 13, 2005
Posts: 2



(Msg. 6) Posted: Sat Jan 15, 2005 12:35 pm
Post subject: Re: Interactive website help [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.RemoveThis@spam.com> wrote in message
news:8pMFd.16$Sq3.0@newsfe1-win.ntli.net...
 >
 > "Dave Moore" <dave_m_moore.RemoveThis@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
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Interactive website help 
Back to top
Login to vote
spamblocked

External


Since: Sep 14, 2004
Posts: 588



(Msg. 7) Posted: Sat Jan 15, 2005 1:35 pm
Post subject: Re: Interactive website help [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <csbgjg$hii$1@news7.svr.pol.co.uk>,
dave_m_moore.TakeThisOut@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:
<a style='text-decoration: underline;' href="http://www.aww-faq.org/" target="_blank">http://www.aww-faq.org/</a>
<a style='text-decoration: underline;' href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a>
<a style='text-decoration: underline;' href="http://groups-beta.google.com/group/alt.www.webmaster" target="_blank">http://groups-beta.google.com/group/alt.www.webmaster</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Interactive website help 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
The website I used to look after - I just went along to one of the old websites I used to take care of......The one where I told the owner to shove his job up his arse for being such a twat..... Anyway, he's got someone else working on the site now, and they've changed th edesign to a..

my website - www.moby.fr.tc

I need a WEBSITE help! - I need the following type of website: User Friendly Online Content Manager Online Chat Who&#8217;s Online Indicator Private Messaging Online Media Player Website Search Function Multi Languages E-greeting Cards Hit Counter ShoutBox Guest Book Links...

What is a website? - I'm feeling whimsical this morning, and started pondering the question why do we publish web sites, and then, what is a web site? So, what is a web site? Why do we publish them? Those of you who administer low turnover vanity sites have probably never..

Help -- --- Can't get to new website - Hello, I set up a new account on my server (cpanel, dedicated server) over 4 days ago and I still can not get to it using www.<sitename>.com. I checked to make sure that my nameservers were in the record for the domain on the registrar. I re-cre...
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]