From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,61983e5ee34cd0a6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-26 04:13:45 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.213.112.26!newsfeed1.ulv.nextra.no!nextra.com!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: [ARTICLE] Introducing the Ada programming language Date: Thu, 26 Sep 2002 11:13:44 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3D9236F0.6DE14A70@sparc01.ftw.rsc.raytheon.com> <3D928BE8.3030708@telepath.com> <1TBk9.1131510$oa7.38447818@Flipper> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1033038824 26900 129.241.83.82 (26 Sep 2002 11:13:44 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 26 Sep 2002 11:13:44 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:29351 Date: 2002-09-26T11:13:44+00:00 List-Id: On Thu, 26 Sep 2002 11:06:37 GMT, CodeMage wrote: > > > It's a Utopia for every web designer to reach 100% compatibility and > accessibility with all the different browsers out there unless the site > serves plain text only and even then someone will complain that it doesn't > fit on the screen of his/her WAP device :) > > If you use cascading stylesheets, somebody will not be able to view your > site. > If you use JavaScript, somebody will not be able to view your site. > And so on and on... Yes I don't say that you shouldn't use this things. I just say that there should be a reason for using it. So I was wondering what the javascript is used for as I can read the articles without problem in a javascript-less browser. :-) > We do aim to get close to the 100% and therefore I have already started > moving some functionality from client side scripts (e.g. JavaScript) to > server side scripts (e.g. PHP). Nice :-) > > Furthermore, soon there will be a printer friendly (and I guess text browser > friendly) version of every article currently published on the site. Nice :-) Preben