Forum Moderators: open

Message Too Old, No Replies

No java category?

         

bcc1234

3:10 am on Dec 21, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Why doesn't this board have a java-related category?
I see "Microsoft Related - .NET and ASP" and "Perl and PHP CGI Scripting", but no java.

Aren't there enough people who use java?

Brett_Tabke

4:54 am on Dec 21, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Exactly. Java usage is fairly rare outside of the corporate world where sun and ms have the major share of os's. In the 3 years we've been here, I can't recall a single java question.

Brett_Tabke

5:58 am on Dec 21, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Or did you mean, Java Script? A js forum has been considered. I'm a bit shy of that forum type since they often breed code postings. Those tend to cause problems for forums. Many forums, mailing lists, and usenet groups have all but banned code postings where they can.

jeremy goodrich

5:59 am on Dec 21, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



We have had a few jsp posts - but very, very few.

bcc1234

6:50 am on Dec 21, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No, I didn't mean javascript.
But thanks, that answers my question.

bcc1234

6:56 am on Dec 21, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Btw, if you want to prevent posted scripts from messing up board pages - display them encoded.
Something like %35%2D%3D%E7.... is not going to get executed by the browser even if it decodes to <script ...

You might want to consider creating another opion for posts, something like:
( )Do you want an email notification of replies?
....
( ) Do you want your post encoded?

That way you won't have to spend extra bandwidth for all posts, just when people really need it.

The editing part is going to be tricky, but you can just decode those posts.
Don't know if you can do that since I haven't seen the internals of the board.