View previous topic :: View next topic |
Author |
Topic : "HTML Question" |
Snakebyte member
Member # Joined: 04 Feb 2000 Posts: 360 Location: GA
|
Posted: Thu Feb 21, 2002 8:17 pm |
|
 |
I would like to make it where people can post comments to my work like on Epilogue and other art sites. Without linking to 3rd party sites.
Something like a prefab java scrip that i could just paste into the html.
Any ideas? |
|
Back to top |
|
Coaster member
Member # Joined: 19 Feb 2002 Posts: 508 Location: Canada
|
Posted: Thu Feb 21, 2002 11:01 pm |
|
 |
I'm not sure java script could do that (I havn't done much with it) but PHP could easily. If you're hosted on an apache server you've probably got PHP and its a simple matter of getting the pre-fab script from php.net
CGI could also do it, but I've always shunned CGI... CGI and ASP... well, CGI isn't that bad but you know... kinda slow sometimes |
|
Back to top |
|
strata member
Member # Joined: 23 Jan 2001 Posts: 665 Location: stockholm, sweden
|
Posted: Fri Feb 22, 2002 4:01 am |
|
 |
and yah, you could do it with asp as well, but imoho, asp is a little biatch to code in. Php on the other hand is wunderrfull! |
|
Back to top |
|
RenaissanceGirl member
Member # Joined: 21 Nov 2001 Posts: 61
|
Posted: Sat Feb 23, 2002 4:43 am |
|
 |
I can offer you little advice about actually finding or creating a script, but using a weblog is my only suggestion. I'm not talking about Blogger, but either Greymatter or Moveable Type. You install them on your own server so you don't have to rely on any third parties. The directions are pretty easy and you don't need to code anything (aside from your HTML templates of course). But you do have to have CGI and permissions capabilities on your server. And both have commenting and archiving systems (so maintaining your portfolio might be easier).
I have tested all three of the aformentioned web authoring systems, in my opinion, Moveable Type is the best... or at least worked best for my needs. |
|
Back to top |
|
|