What part of saying Apple is not a plain hardware vendor did you take as abhoration ?

Or was it calling them out of their Flash "Open mouth, insert foot" moment ? Who does Steve Jobs thinks he is just calling others lazy before looking at his own company ?
Seriously, it wasn't even a critique of Apple. It's great that they are the last of their kind in the consumer world. Integrated system vendors are good and the products work very well. Also having to go to 1 guy for after sales support greatly simplifies things.
I support HP boxes at work. HP hardware, HP OS, HP software. Same deal as Apple, except for enterprise grade hardware. The uptime and service is out of this world.
Some people seem to just like to call hater on anyone who ever critiqued Apple once... Seriously, get over yourself. Apple might not be right all the time and I might call them out on it when I think they are out of line, but it doesn't mean I don't like their products.
Seems it was you that was making a lot noise here, not me. Attack the argument next time, not the poster.
You've never understood Javascript either it seems. What is unoptimized about Javascript ? It's just a language. And what isn't supported right about Javascript under IE6-8 ?
You're confusing things here. First,
there is no element of multimedia to Javascript. It's simply a programming language to make web pages programmable rather than static documents. 2nd, what IE6-8 doesn't support right and is different from other browsers is not Javascript itself, it's the DOM (Document Object Model) which is used by Javascript developers to manipulate the static HTML/CSS document and CSS (Cascading Style Sheet) which is used to take the information in the HTML file and format it for on screen display.
Also, Javascript is far from unoptimized these days. Browsers have moved from an interpreter that simple reads in and executes the script on a line by line basis to JIT compilation, which actually compiles the script and optimizes it for the machine it is running on, making it run almost as fast as other binary applications.
So please, before criticizing anything, at least read the 101 on it.