A cartoon intro to WebAssembly
| // My Comments start with '//' so that you can paste this into 'chrome developer console' in your broswer to test it out | |
| // '=>'' is the return values after running the commands; | |
| // 1. set the array | |
| var testArr = [1,2,3] | |
| // 2. use the array function push(n) to add something to end of array. | |
| // Note that it returns the size of the arrry (not the value) |
| // I. Setup Architechture | |
| // ----------------------------------------- | |
| // 1. make the model | |
| var Image = Backbone.Model.extend({}); | |
| // 2. make the view | |
| var ImageView = Backbone.View.extend({ | |
| // 3. make the template |
| <input type="checkbox" class='show-sheet'/>x-ray (or hover triangle) | |
| <div class='triangle'> | |
| <div class="sheet"> | |
| <div class="text"> | |
| personal | |
| </div> | |
| </div> | |
| <div class="inside red"> | |
| <div class="text"> | |
| body |
URL list from Tuesday, Feb. 28 2017 16:30 PM
Request for Comments (RFC) Pages https://www.ietf.org/rfc.html
CSS Working Group - Wikipedia https://en.wikipedia.org/wiki/CSS_Working_Group
The New CSS Layout
URL list from Saturday, Feb. 18 2017 18:32 PM
[Draplin Design Co.: Pretty Much Everything: Aaron James Draplin: 9781419720178: Amazon.com: Books] (https://www.amazon.com/Draplin-Design-Co-Pretty-Everything/dp/1419720171/ref=pd_sim_14_1?_encoding=UTF8&pd_rd_i=1419720171&pd_rd_r=63240CWKZBQM0ZNZR6G3&pd_rd_w=9ihKl&pd_rd_wg=wkv5k&psc=1&refRID=63240CWKZBQM0ZNZR6G3)
[Logo Modernism (English, French and German Edition): Jens Mรผller, R. Roger Remington: 9783836545303: Amazon.com: Books] (https://www.amazon.com/Logo-Modernism-English-French-German/dp/3836545306/ref=pd_sim_14_3?_encoding=UTF8&pd_rd_i=3836545306&pd_rd_r=63240CWKZBQM0ZNZR6G3&pd_rd_w=9ihKl&pd_rd_wg=wkv5k&psc=1&refRID=63240CWKZBQM0ZNZR6G3)
[Symbol (Mini): Steven Bateman, Angus Hyland: 9781780671840: Amazon.com: Books] (https://www.amazon.com/Symbol-Mini-Steven-Bateman/dp/1780671849/ref=pd_sim_14_4?_encoding=UTF8&pd_rd_i=1780671849&pd_rd_r=63240CWKZBQM0ZNZR6G3&pd_rd_w=9ihKl&pd_rd_wg=wkv5k&psc=1&refRID=63240CWKZBQM0ZNZR6G3)
URL list from Wednesday, Feb. 15 2017 6:47 AM
Server-generated JavaScript Responses โ Signal v. Noise https://signalvnoise.com/posts/3697-server-generated-javascript-responses#comments
Robust AJAX UIs with jQuery-UJS and Server-Generated Javascript Responses - Hacker Notes http://hackernotes.io/2016/10/06/robust-ajax-uis-with-jquery-ujs-and-server-generated-javascript-responses/
A Pen by Dave Woodall on CodePen.
URL list from Sunday, Feb. 5 2017 20:00 PM
To copy this list, type [Ctrl] A, then type [Ctrl] C.
Is Javascript a Functional Programming Language - Software Engineering Stack Exchange http://softwareengineering.stackexchange.com/questions/127672/is-javascript-a-functional-programming-language
JavaScript: functional or object oriented? | Thoughts On javaScript
URL list from Saturday, Feb. 4 2017 20:28 PM
Write Better JavaScript with Promises