Skip to content

Commit

Permalink
add new slide
Browse files Browse the repository at this point in the history
  • Loading branch information
Tri Vuong committed Feb 8, 2012
1 parent 59458ac commit 5e42d93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions views/presentation.erb
Expand Up @@ -30,6 +30,7 @@
<div class='content'>
<ul>
<li>emerging Javascript framework</li>
<li>created by Jeremy Ashkenas, author of CoffeeScript</li>
<li>MVC Architecture</li>
<li>used by major applications (LinkedIn, Basecamp, Pandora, Flow etc)</li>
</ul>
Expand Down Expand Up @@ -370,6 +371,15 @@ describe("Keyword", function() {
</div>
</div>

<div class='slide'>
<h1 class='title center'>Practices we apply</h1>
<div class='content'>
<ul>
<li>Override built in functionality of Model/View when neccessary (example?)</li>
<li>Use a templating language (Underscore, jQuery template, Handlebars) is a must. String concatenation stinks</li>
</ul>
</div>
</div>

<div class='slide'>
<h1 class='title center'>Resources</h1>
Expand Down

0 comments on commit 5e42d93

Please sign in to comment.