|
Quote:
|
Originally posted by Kyrakasa
[B]How do you make an Evangelion Anime website?
1. How do I find the cheapest but most reliable server...
2. What servers do you recommend?
|
I have a friend who does web hosting. It's at
http://www.silverwebshosting.com/ . For my site I use
http://www.m3server.com . The only reason why I haven't used my friend's hosting service is because I like to program in ASP, which she doesn't offer, but her hosting prices are really good.
|
Quote:
|
|
4. How do you register an organization so other people can't use it? Like the way WWF was a wildlife fund and a "World wrestling Federation" stole the name...
|
My understanding is that you cannot copyright a name; I think that's trademarking. I'm not really sure, but you can go straight to the source at the
United States Patent and Trademark Office Home Page . You might also want to make sure that someone else doesn't have the name copyrighted/trademarked.
|
Quote:
|
5. I'd be puting up very interesting ideas that isn't easy to find on the web... But I want active feedback on what people think about what I put up...
would making an e-mail link be too disruptive? or should there be a messageboard ?
|
I think that's really a matter of preference. Here's some ideas:
You could just leave an email link with the plain old "mailto" command, which is the easiest route, but there can be some problems with that. Some people don't like to be required to give their email addresses to leave a comment. (With the availability of free email accounts that you could easily abandon, I don't really get this.) The problem I've found with the whole "mailto" tag is SPAM. A lot of robots go looking for this tag on web pages, then add the people to their SPAMMY databases. (Punks!) If you really want to use the ol' "mailto" tag, I suggest dividing it up in JavaScript. I have it on my own site. If you view the source on my home page (
www.op-otaku.com) you can find it. Pull it off and use it if you need to.
Another thing you can try is using a form. With this you can either have it email you or post the comments on the page. (You can see what I'm referring to at
www.op-otaku.com/contact.asp )The thing with this, however, is that you need a server running ASP, PHP, etc, and a little programming know-how. If you decide to go this route, there are lots of free scripts on the internet.
If you decide to go the message board route, one free one is
EZBoard . The problem I had with that is all the darn pop-up ads. I guess you can't really complain if it's free though! I also found that it's difficult to get a community started if you don't really work at it and later ended up just ditching my message board altogether. I'd rather go here anyway!
Let me know how it turns out!