Commit and push for "Fixes unused variables, unnecessary global functions, variables, linter ready, using objects."

Codereview for the day @ https://codereview.appspot.com/10427043/

EtherPad update for Image Resizing

Learnt about prototyping in JS @ http://www.w3schools.com/jsref/jsref_prototype_math.asp

Learnt about HTML5 data attributes @ http://api.jquery.com/data/#data-html5

About removal of " {% set fullname = fullname|json_dumps %} " from the modify.html template json is basically javascript so that simply quotes the string so that it can be included in the javascript code it adds the "" and also escapes any " inside the string

This was returning " "string" " instead of "string".

The linter is written in such a way, as to force you to follow the JavaScript: The Good Parts book.

To watch Crockford's Course in JS @ https://www.youtube.com/watch?v=v2ifWcnQs6M

There's a great article about objects, delegation and prototyping in js -> http://davidwalsh.name/javascript-objects-deconstruction

Good Read @ http://stackoverflow.com/questions/3273350/jquery-click-pass-parameters-to-user-function

TBD Tomorrow

See moin-ui EtherPad, work on the parser for image-resizing.

MoinMoin: RishabhRaj/GSOC-2013-Diary/2013-06-20 (last edited 2013-06-20 21:55:46 by RishabhRaj)