| re: Netscape, enabledPlugin and Helper Applications
Dr John Stockton wrote:
[color=blue]
> JRS: In article <bpdd3q$1m9b47$1@ID-107532.news.uni-berlin.de>, seen in
> news:comp.lang.javascript, Thomas 'PointedEars' Lahn
> <PointedEars@web.de> posted at Tue, 18 Nov 2003 14:38:08 :-[color=green]
>>Keith wrote:[color=darkred]
>>> ...[/color][/color]
>
> If you can, please set your newsreader to include the date and time of
> the article being responded to in the Attribution. This is a kindness
> when others see a response to an article that they can no longer
> remember seeing.[/color]
You already know my thoughts about that, but as you insist: Although
newsreaders, including mine with a bit of tweaking, are capable of it,
it is a waste of bandwidth and merely increases the risk of getting
eye cancer ;-) because it does not matter when the original article
was posted. Readers know the expiration setting of their UAs and they
can get information about the expiration setting of the remote news
server, so they will know the article was posted before a certain date.
If they do not see it, it is expired or has been canceled. To find
the article I am referring to they can follow the References (header),
the Subject (if unchanged or properly changed with `was:' and similar)
and the name of the (original) poster. What really matters is a good
quote so one can see what I am referring to.
[color=blue][color=green]
>> but how the user displays a document should
>> not be of the author's concern.[/color]
>
> The author may well be paid to cause the user to be able to see the
> document, perhaps in a specified manner; if this is not possible, the
> programmer may well need to take action, perhaps displaying an apology
> that those without OmniView Mk.99 will be unable to see the full
> perfection, and will have to make do with ... . Indeed, a sensible
> management will *require* the programmer to deal with the situation.[/color]
First, it makes no difference to the reader if the PDF document is
displayed with the plugin or with a helper application. They may
not even know the difference.
Second, with JavaScript there is no way to detect if the plugin is
used.
Third, without JavaScript and the proper DOM(!) it is not even possible
to detect if the plugin is installed.
So forget about it.
PointedEars |