eg 2016 slides
authorBill Erickson <berickxx@gmail.com>
Mon, 18 Apr 2016 21:48:10 +0000 (17:48 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 18 Apr 2016 21:48:10 +0000 (17:48 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
back-to-future.adoc
browser-client-angular.adoc

index 534330f..6a79196 100644 (file)
@@ -7,9 +7,10 @@
 :backend: slidy
 :max-width: 45em
 
-== Client-Side Network Communication
+== summary title goes here
 
-XMLHttpRequest (AJAX) to WebSockets
+* Client / Server Network Communication
+* Buliding Interfaces
 
 == XMLHttpRequest
 
@@ -63,5 +64,9 @@ WebSocket - https://en.wikipedia.org/wiki/WebSocket
 
 == XUL Client Deprecation
 
+* TODO: find notes on this
+
 == Move to Browser Client
 
+* TODO: find notes on this
+
index f00368d..9265058 100644 (file)
@@ -9,12 +9,7 @@
 
 == Browse Client Architecture Review
 
- * HTML Templates
- * CSS
- * Internationalization / Localization
- * Network Communication
- * Scripting
- * Printing / External Storage
+ * TODO: INSERT IMAGE
 
 == HTML Templates
 
@@ -40,7 +35,7 @@
 <div>[% l('Renew Items') %]</div>
 ------------------------------------------------------------
 
-* AngularJS / ngStrings
+* AngularJS / egStrings
 
 [source,html]
 ------------------------------------------------------------