0
votes
1answer
77 views

Licensing: source code vs. production code in JavaScript

For commercial and licensing purposes, what is the correct wording for differentiating JavaScript source code (written by the programmer and including comments) from the minified version used in ...
0
votes
1answer
549 views

JavaScript a good more complex examples [closed]

I don't know much about real JavaScript except some really minor things like using some JQuery, reading JavaScript Good Parts book, but what I would really need is some application that I could dig ...
4
votes
5answers
450 views

View Source - is the Viewable markup important to you?

I just read a very compelling blog post from Scott Hanselman where he quoted colleague Erik Meijer as follows: JavaScript is an assembly language. The JavaScript + HTML generate is like a .NET ...
2
votes
2answers
287 views

Looking for quality sites built with JavaScript (not jQuery) to learn from their example

I'm new to JavaScript. I've read JavaScript: The Good Parts and half of Professional JavaScript for Web Developers. Now I want to follow this advice - find the best sites and look at their code. As ...