Description
Hi ...
I hope you can re-think this tutorial structure/delivery -- It looks like a well paced learning activity. Just don't bother with Windows 64-bit, Firefox or Python-s v3.5, v3.4 or v2.9.
Oh yes Chrome was helpful because it identified the cross-browser scripting issue embedded in the examples. (d'hoh! I feel so dumb -- Not.)
In contrast Anjular.JS examples let me work from the file system, say like:
- file:///W:/sandbox/samples/polymer/finished/index.html
Just nice because it is a single page app; but also because they load script as script:
- e.g.: <script src="http://code.angularjs.org/1.2.6/angular.min.js"> </script>
I haven't started the tutorial today because python doesn't install -- I hacked a version of 2.9 that works OK but there were errors in the HTTP server script (not your responsibility). Tried to us the files from the command line and browser with my trusty text editor, like the "old days" -- but the format doesn't allow me to load //these// html files because of perceived cross-browser issues!
I may be mistaken. As I see it Polymer is similar to jQuery or Angular such that, I can load libraries with the <script> tag and take advantage of cool stuff!
I'm getting zero joy using rel="import" -- and I seriously wonder if that is a NEED or just some-one's idea of a 'cool thing to do'. From a want to get started and use the technology person's viewpoint, I think "tutorials" should be more accessible and have as few pre-requisites as possible.