From abfadf4c33d50d5b8f0ec97ea94c2ff60e6db38a Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Sun, 15 Jan 2012 12:05:21 -0500 Subject: [PATCH] Update readme, add interaction model. --- gallery/README | 13 ++- gallery/gallery.css | 2 +- gallery/index.html | 2 + gallery/interaction-api.js | 211 ++++++++++++++++++++++++++++++++++ gallery/interaction.js | 281 ++++++++++++--------------------------------- 5 files changed, 299 insertions(+), 210 deletions(-) create mode 100644 gallery/interaction-api.js diff --git a/gallery/README b/gallery/README index 9063e81..e00cf81 100644 --- a/gallery/README +++ b/gallery/README @@ -21,4 +21,15 @@ Tips on adding entries to the gallery run: function() { function window.func() { .. }; } * You'll find it easier if you convert all the double-quotes in your HTML to - single quotes. \ No newline at end of file + single quotes. + +TODOs: + * Remove the awful tables in interaction.html (that I wrote) + * Move all style to css + * Create links to get code + * Consider moving HTML to HTML files that are read via XMLHTTP + * Add margin-left: 30px to #workarea, and then make #workarea h2 { margin-left: -30px} + * Replace with