Difference between revisions of "Karma:Meeting 21 December 2009"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
# managing code for lessons in repos, versioning | # managing code for lessons in repos, versioning | ||
# Using draggable()? | # Using draggable()? | ||
+ | Vaibhaw will take look at jquery UI's draggable and see if useful | ||
# Create common widgets? Scorebox? timer? -- yes we need all of them | # Create common widgets? Scorebox? timer? -- yes we need all of them | ||
+ | Bryan will look at dialog for help, playAgain | ||
+ | Bryan will add shuffle() to Karma | ||
# layout of karma lesson | # layout of karma lesson | ||
# timeline? milestones? | # timeline? milestones? | ||
+ | Vaibhaw will complete all 60 by March | ||
# We need resolution help! at least I do | # We need resolution help! at least I do | ||
+ | Bryan will check w/ Om to see if lesson dimensions will be part of UI design | ||
# Workflow - have Om review it? | # Workflow - have Om review it? |
Revision as of 06:15, 21 December 2009
Agenda
- Coding Style
- common HTML mistakes
- 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, ==, var methodName = function(){}
- managing code for lessons in repos, versioning
- Using draggable()?
Vaibhaw will take look at jquery UI's draggable and see if useful
- Create common widgets? Scorebox? timer? -- yes we need all of them
Bryan will look at dialog for help, playAgain Bryan will add shuffle() to Karma
- layout of karma lesson
- timeline? milestones?
Vaibhaw will complete all 60 by March
- We need resolution help! at least I do
Bryan will check w/ Om to see if lesson dimensions will be part of UI design
- Workflow - have Om review it?