-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (41 loc) · 2.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>JavaScript-Presentasjon</title>
</head>
<body>
<h3>Åpen fagkveld 8. september 2011, Webstep Fokus</h3>
<p>Her er mitt materiale fra fagkvelden vi hadde. Inklusiv eksempeltester i QUnit for Backbone-appen.
<ul>
<li>
<a href="presentasjon/index.html">Presentasjon</a> | <a href="https://github.com/downloads/ToshB/JavaScriptIntro/presentasjon.zip">zip</a>
</li>
<li>
Backbone Todo
<ul>
<li>
<a href="todoApp/index.html">App</a> -
<a href="https://github.com/ToshB/JavaScriptIntro/blob/gh-pages/todoApp/index.html">index.html</a> |
<a href="https://github.com/ToshB/JavaScriptIntro/blob/gh-pages/todoApp/js/models.js">models.js</a> |
<a href="https://github.com/ToshB/JavaScriptIntro/blob/gh-pages/todoApp/js/views.js">views.js</a> |
<a href="https://github.com/ToshB/JavaScriptIntro/blob/gh-pages/todoApp/js/router.js">router.js</a>
</li>
<li>
<a href="todoApp/tests.html">Tests</a> -
<a href="https://github.com/ToshB/JavaScriptIntro/blob/gh-pages/todoApp/tests/models.js">models.js</a> |
<a href="https://github.com/ToshB/JavaScriptIntro/blob/gh-pages/todoApp/tests/views.js">views.js</a> |
<a href="https://github.com/ToshB/JavaScriptIntro/blob/gh-pages/todoApp/tests/router.js">router.js</a> |
<a href="https://github.com/ToshB/JavaScriptIntro/blob/gh-pages/todoApp/tests/storage.js">storage.js</a>
</li>
</ul>
</li>
</ul>
<p>Backbone-demoen er en videfø av en omskring Rob Conery gjorde av standard-todo-liste-eksempelet til Backbone, han har en god gjennomgang
<a href="http://wekeroad.com/post/8797704995/the-backbonejs-todo-list-sample-refactored-part-1">her</a>.</p>
<p>PeepCode har to veldig gode videoer om Backbone.js,
<a href="http://peepcode.com/products/backbone-js">basics</a> og <a href="http://peepcode.com/products/backbone-ii">interactivity</a>.
<p>Fikk også et tips fra Henning om en automatisk minfiserer for ASP.NET eller ASP.NET MVC,
<a href="http://www.codethinked.com/squishit-the-friendly-aspnet-javascript-and-css-squisher">SquishIt</a>.</p>
<p>- <a href="http://twitter.com/#!/ToshB">Torstein</a></p>
</body>
</html>