diff --git a/lib/ComicBook.js b/lib/ComicBook.js index e339285..18a0233 100755 --- a/lib/ComicBook.js +++ b/lib/ComicBook.js @@ -4,17 +4,22 @@ TODOs: Fo sho: - - page controls - - chrome frame / ExplorerCanvas / non canvas version? + - namespace all css / ids + - page controls - button to init color controls, zoom, current page indicator + - improve prev/next buttons, only show them when they can possibly work (not at beginning/end) + - an "alert" control for any error messages / notifications ( & remove any instances of alert() ) + - decouple controls from reader api + - split out classes into seperate files - show loading graphic & then fade in new page if user is ahead of the last loaded page - check for html5 feature support where used: diveintohtml5.org/everything.html or www.modernizr.com - - really need to speed up enhancements, try to use webworkers - - namespace all css / ids + - write bin scripts to minify & join all js Nice 2 have: - offline access - thumbnail browser - remove jquery dependency in favour of straight js + - chrome frame / ExplorerCanvas / non canvas version? + - really need to speed up enhancements, try to use webworkers */ /**