You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,24 +55,38 @@ <h1>Want to learn JavaScript?</h1>
55
55
<divclass="row">
56
56
<divclass="span10">
57
57
<divclass="page-header">
58
-
<h1>Where? When? <small>(I need details, yo!)</small></h1>
58
+
<h1>What? Where? When? <small>(I need details, yo!)</small></h1>
59
59
</div>
60
60
<spanclass="label warning">Next Meeting</span>
61
61
<divclass="row">
62
+
<divclass="span10">
63
+
<h3>APP Framework Showdown <small>(Backbone vs YUI APP)</small></h3>
64
+
<p>
65
+
You've heard about things like <ahref="http://documentcloud.github.com/backbone">Backbone.JS</a> and the <ahref="http://yuilibrary.com/yui/docs/app/">YUI APP Framework</a> and you want to know more!
66
+
Come join us as we walk through 2 example apps written in each of these frameworks.
67
+
</p>
68
+
<p>
69
+
In the process we'll also walk through some best practices for each framework and hope to gain enlightenment on the mysterious <ahref="http://en.wikipedia.org/wiki/Single-page_application">"Single Page Application"</a> pattern.
0 commit comments