Netscape and Sun Announce JavaScript (1995)
251–260 of 476 posts
Re: Netscape and Sun Announce JavaScript (1995)
#252Such a sad day for an industry! In a slightly different turn of events, web software ecosystem perhaps could be different from the pile of hacks on top of hacks it is now.
Re: Netscape and Sun Announce JavaScript (1995)
#253Re: Netscape and Sun Announce JavaScript (1995)
#254it is interesting that the archive.org version of this press release has a semi-colon after AT&T; i can't remember if in 1995 we would write the code to be AT&T or if that came a bit later. perhaps the scraper thought it was an HTML entity starting with the & followed by the T and it added the semi-colon. or maybe it originally was posted in 1995 without the semi-colon and before it got indexed in 2002 by archive…
The link to netscape.com at the end is mysteriously missing still, "Additional information on Netscape Communications Corporation is available on the Internet at ,"
[1] https://web.archive.org/web/20020606002913id_/http://wp.nets...
Re: Netscape and Sun Announce JavaScript (1995)
#255Not being on the web until the late 90s, the part I've never figured out is, what could you actually _do_ with JavaScript in the initial versions? The way I understand it, early JavaScript could only address HTML forms, links, and images. Can't modify HTML tags. Can't insert new elements. Can't update the page and re-render until DHTML in the version 4 browsers. Can't query the network until XHR. Ok, so now what? Do…
Re: Netscape and Sun Announce JavaScript (1995)
#256Re: Netscape and Sun Announce JavaScript (1995)
#257Earlier quoted context omitted.
Mozilla didn't fire Brendan Eich. He resigned of his own free will, against the Mozilla board's request that he stay. His own words and the Mozilla FAQ quoted below, I'm not just making this up. Down the following thread, Brendan suggested googling "constructive separation" -- but I'm not sure if he meant for that euphemism to apply to how he left his job at Mozilla, or to how he wanted to cancel and destroy existing…
Thanks for clarifying. That said the impression I got at the time is that his motivation to leave appeared closely tied to controversy around his past donations and personal beliefs. Hence the "under present circumstances" statement.
Re: Netscape and Sun Announce JavaScript (1995)
#258I still don't know why they stuck the "Java" name on JavaScript. Very confusing when the two languages are completely unrelated. > Java programs and JavaScript scripts are designed to run on both clients and servers, with JavaScript scripts used to modify the properties and behavior of Java objects, so the range of live online applications that dynamically present information to and interact with users over enterpris…
Brendan Eich addresses that topic in this interview. The whole interview is (very much!) worth a read but here's some key parts about the name https://www.infoworld.com/article/2653798/javascript-creator... >It was all within six months from May till December (1995) that it was Mocha and then LiveScript. And then in early December, Netscape and Sun did a license agreement and it became JavaScript. And the idea was to…
Re: Netscape and Sun Announce JavaScript (1995)
#259Earlier quoted context omitted.
>> can be used by people with little or no programming experience to quickly construct complex applications ... has it? ;-) (Note: joke with deference to the huge pool of incredibly talented js developers! But there are still a lot of mind bogglingly terrible js devs too)
There are lots of terrible js devs, because js is easy to start with. I bet most js devs would not be able to make a "hello world" in C. And pointers? What is that? So for those people(not meant in a negative way) it is good that they can use a language to get things done, even if they have no academic background.
However there are toooo many "jQuery developers" with no understanding of the underlying things, while JS+libraries enabled them to do quite fancy things.
Re: Netscape and Sun Announce JavaScript (1995)
#260I still don't know why they stuck the "Java" name on JavaScript. Very confusing when the two languages are completely unrelated. > Java programs and JavaScript scripts are designed to run on both clients and servers, with JavaScript scripts used to modify the properties and behavior of Java objects, so the range of live online applications that dynamically present information to and interact with users over enterpris…
I once had a boss who thought I could write Java Android apps because I knew Javascript from web development. "They're the same thing, right?"
Lifting a line from somewhere deep in the bowels of the internet, I told him that, "Java is to Javascript as ham is to hamster."
Got fired shortly after that. Company folded a couple of weeks later. Life moves on.