From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta02bw.bigpond.com ([139.134.6.34]) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 16MG78-00043f-00 for ; Thu, 03 Jan 2002 17:13:30 -0500 Received: from data.home ([144.135.24.84]) by mta02bw.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GPDVE500.64M for ; Fri, 4 Jan 2002 08:20:29 +1000 Received: from CPE-144-136-137-64.qld.bigpond.net.au ([144.136.137.64]) by bwmam06.mailsvc.email.bigpond.com(MailRouter V3.0h 47/3825046); 04 Jan 2002 08:13:29 Received: from geoff by data.home with local-esmtp (Exim 3.12 #1 (Debian)) id 16MG77-0001YY-00; Fri, 04 Jan 2002 08:13:29 +1000 Date: Fri, 4 Jan 2002 08:13:29 +1000 From: Geoff Shang To: speakup@braille.uwo.ca Subject: Re: Web Browsers with Javascript? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.7 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: On Thu, 3 Jan 2002, Janina Sajka wrote: > I keep wanting to understand this. Why do they think it's hot? What about > js is so hot? I think it's because web developers feel, quite rightly, that they have greater control over the web browser that's rendering the page. Also, a lot of people quite annoyingly want to open pages in a new browser window, for some reason which is beyond my understanding. A big appeal for anyone writing web pages is that you don't need to worry about the capabilities of the webserver when writing pages with javascript. I mean, if I have a page up on a site and I want to use CGI or PHP scripts, I need to find out if these are available. PHP is less of a headache as the files can just be put in with the rest of the site, but it still needs to be available on the server. javascript has no such requirements of the server ... it just requires stuff of the client, which we all know about. Geoff.