codeSHOW Documentation
demo pages
codeSHOW is simply a collection of pages that each show off how to do one simple thing in Windows 8.
codeSHOW principles
- don't show more than one or two things at a time
- don't include a lot of overhead code for things like user interaction
- if you want to show multiple ways to do the same thing then include both versions in the code and comment one out
- don't use a lot of library sourced helper functions (except for ocho.js)... keep it vanilla
ocho.js
I may pull ocho.js out on its own at some point, but for now it is a part of this codeSHOW project. ocho.js is a library of helpful JavaScript to increase developer joy when creating Windows 8 apps.
ocho.js is divided into namespaces by category of functionality.
(list namespaces and describe functionality)