|
 |
aspx thread: RE: aspx digest: November 18, 2000
Message #1 by "Brian Gerby" <brian.gerby@e...> on Sat, 18 Nov 2000 19:36:02 -0500
|
|
Thanks Nicolai for backing me on the Netscape 6 issue. I didn't realize
anything more had to be said than "Netscape 6 is just aweful." I would tell
people to download it and try it themselves, but even I'm not that cruel.
It doesn't even support DHTML- not at all! Hopefully this release will pull
them out of the game forever...
-----Original Message-----
From: ASP+ digest [mailto:aspx@p...]
Sent: Sunday, November 19, 2000 3:00 AM
To: aspx digest recipients
Subject: aspx digest: November 18, 2000
ASPX Digest for Saturday, November 18, 2000.
1. Opening a Word Template from my aspx page
2. RE: aspx digest: November 17, 2000
3. RE: aspx digest: November 17, 2000
4. FREE ASP.NET Hosting at brinkster.com
5. .NET Hosting at ERASERVER.NET
6. RE: aspx digest: November 17, 2000
----------------------------------------------------------------------
Subject: Opening a Word Template from my aspx page
From: "Mike Baril" <mbaril88@h...>
Date: Fri, 17 Nov 2000 15:43:36 EST
X-Message-Number: 1
Hello,
I am wondering if there is a way to open up and fill in a word template
from my aspx page? any ideas, please let me know, or if you could point me
in the direction of some examples that would be great.
Thanks in advance
Mike Baril
----------------------------------------------------------------------
Subject: RE: aspx digest: November 17, 2000
From: "Brian Gerby" <brian.gerby@e...>
Date: Fri, 17 Nov 2000 19:05:17 -0500
X-Message-Number: 2
Netscape 6 is just awful.
----------------------------------------------------------------------
Subject: RE: aspx digest: November 17, 2000
From: danielw@w...
Date: Sat, 18 Nov 2000 00:23:01 -0000
X-Message-Number: 3
> Netscape 6 is just awful.
Is it realy? Have you downloaded it yet, or shall I get in touch with
Netscape, and let their lawyers sue us over that assertion?
<Please do not feed the troll./>
Daniel Walker
Wrox Press
----------------------------------------------------------------------
Subject: FREE ASP.NET Hosting at brinkster.com
From: "Brinkster Info" <Info@e...>
Date: Fri, 17 Nov 2000 22:39:22 -0500
X-Message-Number: 4
This is a multi-part message in MIME format.
------=_NextPart_000_05DD_01C050E7.3AD578F0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
www.Brinkster.com is offering a free ASP.NET Testing Membership. You get
5MB of space to try out the new technology. It is for testing and
learning purposes only.
Just wanted to let you guys know about our new free ASP.NET hosting
membership.
Thanks,
Nat Kemberling
Director of Site Development, Brinkster Inc.
www.brinkster.com
----------------------------------------------------------------------
Subject: .NET Hosting at ERASERVER.NET
From: "Mike Amundsen" <mike@a...>
Date: Sat, 18 Nov 2000 12:16:42 -0500
X-Message-Number: 5
This is a multi-part message in MIME format.
------=_NextPart_000_0284_01C05159.6939F8C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
ERASERVER.NET, the premier .NET Hosting service, is still accepting a
limited number of charter members. Since announcing the service one week
ago, more than 50% of the available charter member slots have been
reserved.
We are continuing to accept reservations for the remaining charter
member slots and will begin hosting live accounts on the BETA1 .NET
Platform SDK on the weekend of December 2nd & 3rd, 2000.
If you're interested in quality public .NET hosting on stable, reliable
servers, check out www.eraserver.net for details.
MCA
Mike Amundsen
mike@a...
----------------------------------------------------------------------
Subject: RE: aspx digest: November 17, 2000
From: =?iso-8859-1?Q?Nicolai_S=F8rensen?= <nss@j...>
Date: Sat, 18 Nov 2000 11:27:01 +0100
X-Message-Number: 6
Hehe, I installed it, tried it, deleted it and reinstalled my system. Not
only is it awful, it even has problems with basic HTML.
In my opinion this is the worst release of netscape so far.
Regards
Nicolai Sørensen
Jubii A/S - Programmer
http://www.jubii.dk
-----Original Message-----
From: danielw@w... [mailto:danielw@w...]
Sent: 18. november 2000 01:23
To: ASP+
Subject: [aspx] RE: aspx digest: November 17, 2000
> Netscape 6 is just awful.
Is it realy? Have you downloaded it yet, or shall I get in touch with
Netscape, and let their lawyers sue us over that assertion?
<Please do not feed the troll./>
Daniel Walker
Wrox Press
---
END OF DIGEST
---
Wrox Professional Web Developer Conference II
http://www.wroxconferences.com/WebDevEurope
November 29th - December 1st 2000, Amsterdam, Netherlands
Create powerful distributed web applications serving you now and
in the future. From ASP+ and VB.NET to XML and SQL Server 2000
Message #2 by "rob" <rob@i...> on Mon, 20 Nov 2000 04:00:47 -0000
|
|
Not that I am pro or con Netscape, just a poor developer constantly
struggling to write compatable code for IE, NS and my personal favorite IE
for Mac. However, to avoid confusion, NS 6 does support DHTML... They
have finally dropped their whole proprietary view of the Document Object
Model and this has caused some recoding of some legacy code in web sites.
Of course the sites most affected are those DHTML reliant sites that treat
all Netscape browsers the same....
Netscape does hold (generally) to the DOM level 1 and now IE 5 and up as
well as NS 6 and up will treat the DOM relatively the same (our at least
they should). This is a major step forward, not backwards for NS and we
should be a "little" supportive of this move. They only thing I find
unacceptable is lack of depricated support for NS old object model. This
is the primary reason I will not be recommending the use of the browser
until web developers universally understand and use the DOM level 1; as
most users will only find frustration with some sites.
On a final note: beware of the type of detection you use for client
browser. I ran into a page on Friday that was using a detection that
returned the full version number of a browser and compared it as a number
to determine the DHTML code for writing to a <DIV> (something like if
browserObject.version >= 5...). When folks at NS gave their browser a
version they put a "b" in the version number thus imparing it from a
numeric conversion. This results in an error that halts the page
rendering.
With the better stat sites reporting a less than 20% use of NS a month
ago, it doesn't suprise me that NS made a radical move. It has a some
great user interface capabilities but it will likely be too little too
late...
|
|
 |