Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Karma:Meeting 21 December 2009
(view source)
Revision as of 05:30, 21 December 2009
126 bytes added
,
05:30, 21 December 2009
no edit summary
Line 3:
Line 3:
# common HTML mistakes
# common HTML mistakes
# Let's try to use a common js coding pattern
# Let's try to use a common js coding pattern
+
Put code in following order
+
1) variable declarations
+
2) method declarations
+
3) method calls
+
+
Unobtrusive JavaScript
# common js problems, no blocks around ifs, ' ' eval, ==
# common js problems, no blocks around ifs, ' ' eval, ==
# managing code for lessons in repos, versioning
# managing code for lessons in repos, versioning
BryanWB
359
edits