1998Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Clients based on Netscape 5? -->
<!--X-From-R13: ptNnzv&#45;pt.UenlEntr.Sqzbagba.OP.QO (Quevf Uenl) -->
<!--X-Date: Sun, 25 Jan 1998 18:55:08 +0000 -->
<!--X-Message-Id: 9801251715.8rcy@ami&#45;cg.GraySage.Edmonton.AB.CA -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Clients based on Netscape 5?</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00312.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00314.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00312.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00319.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00313">Author</A>
&nbsp;|&nbsp;<A HREF="#00313">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00313">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Clients based on Netscape 5?</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Clients based on Netscape 5?</LI>
<LI><em>From</em>: <A HREF="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</A> (Chris Gray)</LI>
<LI><em>Date</em>: Sun, 25 Jan 98 10:15:06 MST</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
[Caliban:]

:I disagree. An HTTP connection is, at its heart, a telnet connection -- a teln
:connection which abides by certain communication standards, much as any BBS
:transaction was at its heart a simple modem connect over which the systems
:communicated. Front-end mailers, netmail, FIDO technology, all of these were
:simply limited command sets on which the industry standardised; HTTP is no
:different. If Netscape is properly designed, then the HTTP connection object's
:parent would be a raw telnet connect without option negotiation, which is easi
:extended and turned into a proper telnet client through a simple implementatio
:of DO/DON'T/WILL/WON'T handling.

Well, I've seen the telnet docs (so I could implement some of it in my
text agents), but I haven't seen any HTTP specs. My *impression* had been
that there was little in common, other than that they both basically send
text back and forth. I guess I'm having trouble seeing what is to be gained
by what you're talking about (and I'm not sure just what you are saying,
so that could be the reason).

:Here's my immediate take on it. You could throw out the entire MUD programming
:language as it stands, and replace it with JavaScript. The MUSH server itself
:could run a modified concept of the document-object model already supported

I'd have to disagree here. JavaScript was never meant for that sort of thing.
Java itself would be much better. A server needs an efficient language, that
operates in the domain of the entities within the MUD. Java can do that, but
from what I know of JavaScript, it only does it very indirectly, through
callouts to stuff written in other languages. That might be OK for a client,
but I can't see it for a server.

You could make a MUD server (whether MUSH-like or otherwise) that sends out
HTML (possibly extended) documents for things like room discriptions, etc.
However, I think things are tending more towards dynamically generated
descriptions and images (as per the discussions going on in this list), in
which case it might be easier to stick to something custom. The difficulty
and work is in the dynamic generation, not in a simple protocol to send
the stuff back and forth, so not having to abide by some largely irrelevant
rules in a protocol designed for something else would make the job easier.
In other words, use something designed to do what you want to do, rather
than hacking something designed for something else.

Now, as you mention in the next paragraph, Netscape has lots of tools
within it that are useful, so extracting those might be worthwhile. I'm
just not convinced that its general framework and way of doing things is
of much value for a MUD. It could be *made* to work, but at what cost?

--
Chris Gray   cg#ami-cg,GraySage.Edmonton.AB.CA

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00319" HREF="msg00319.html">Re: [MUD-Dev] Clients based on Netscape 5?</A></strong>
<ul compact><li><em>From:</em> Vadim Tkachenko &lt;vadimt#4cs,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00312.html">Re: [MUD-Dev] Clients based on Netscape 5?</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00314.html">Re: [MUD-Dev] OT: Socket programming - platform specific</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00312.html">Re: [MUD-Dev] Clients based on Netscape 5?</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00319.html">Re: [MUD-Dev] Clients based on Netscape 5?</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00313"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00313"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>Re: [MUD-Dev] 3D graphics (Was: The impact of the web on muds)</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00328" HREF="msg00328.html">Re: [MUD-Dev] 3D graphics (Was: The impact of the web on muds)</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Tue 27 Jan 1998, 08:26 GMT
<UL>
<LI><strong><A NAME="00452" HREF="msg00452.html">Re: [MUD-Dev] 3D graphics (Was: The impact of the web on muds)</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Fri 13 Feb 1998, 23:05 GMT
</LI>
</UL>
</LI>
</ul>
</ul>
</LI>
<LI><strong><A NAME="00314" HREF="msg00314.html">Re: [MUD-Dev] OT: Socket programming - platform specific</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sun 25 Jan 1998, 18:55 GMT
<LI><strong><A NAME="00312" HREF="msg00312.html">Re: [MUD-Dev] Clients based on Netscape 5?</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sun 25 Jan 1998, 18:55 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00313" HREF="msg00313.html">Re: [MUD-Dev] Clients based on Netscape 5?</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sun 25 Jan 1998, 18:55 GMT
<UL>
<LI><strong><A NAME="00319" HREF="msg00319.html">Re: [MUD-Dev] Clients based on Netscape 5?</A></strong>, 
Vadim Tkachenko <a href="mailto:vadimt#4cs,com">vadimt#4cs,com</a>, Mon 26 Jan 1998, 04:17 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00327" HREF="msg00327.html">Re: [MUD-Dev] Clients based on Netscape 5?</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 27 Jan 1998, 07:05 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00302" HREF="msg00302.html">Re: [MUD-Dev]	Clients based on Netscape 5?</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sat 24 Jan 1998, 18:19 GMT
<UL>
<LI><strong><A NAME="00303" HREF="msg00303.html">Re: [MUD-Dev] Clients based on Netscape 5?</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Sat 24 Jan 1998, 19:24 GMT
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>