PDA

View Full Version : adding comments to my webpage




toaster_oven
Sep 25, 2007, 02:28 PM
hi - sorry if this is a bit of a noob question.

I am working on developing a webpage for a class I am teaching this semester. I have everything pretty much set up, but I would like to allow the students to be able to comment on the blog section of the website.

I have a very minimal knowledge of xtml and css (I understand html enough to get by), and would like to add comments to be stored on our server (no external server since this is an internal webpage that only students can access). I've found a few "how-tos" on adding comments, but they involve downloading a javascript file that stores everything on someone else's server.

any help would be greatly appreciated.

-to



angelwatt
Sep 25, 2007, 06:35 PM
Do you have access to a database like MySQL? Can you use PHP?

toaster_oven
Sep 26, 2007, 05:25 PM
Do you have access to a database like MySQL? Can you use PHP?

yes - i think so.

-to

angelwatt
Sep 26, 2007, 06:32 PM
Well you could go with a whole blog solution (rather than just a commenting solution) like WordPress, http://wordpress.org/ This would be the easiest if you don't have a lot of development skills. Since this is for a class does the school have personnel that you could talk to about setting this up? They may already have software installed to do what you want. That would actually be my first suggestion to you, talk to your tech people.

It would probably be hard to find a script that works specifically for your blog, depending on how you set up the blog (custom made or downloaded and installed). You'd likely have to do some coding to make anything you found work.

Good luck.

tominated
Sep 27, 2007, 08:30 AM
http://js-kit.com/comments/ is exactly what you need. You don't have to set anything up. just put in the code and you're done!