File: index.html

package info (click to toggle)
jsrender 1.0~pre21-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 568 kB
  • sloc: javascript: 4,363; makefile: 4
file content (47 lines) | stat: -rw-r--r-- 2,241 bytes parent folder | download | duplicates (3)
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
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>JsRender: Demos</title>
<link href="resources/demos.css" rel="stylesheet" type="text/css" />
</head>
<body>

<h2>JsRender: Next-generation jQuery Templates</h2>

<div class="subhead"><em>JsRender</em>:</div>

<div class="box">
	<div class="desc">JsRender templates are optimized for high-performance pure string-based rendering, without DOM or jQuery dependency</div>
	<div class="subhead"><b><a href="demos.html">JsRender: Demos</a></b></div>
	<div class="label">Source code:</div> 
	<div><a href="https://github.com/BorisMoore/jsrender">https://github.com/BorisMoore/jsrender</a></div>
</div>

<div class="subhead"><em>Tests</em>:</div>

<div class="box">
	<div class="subhead"><b><a href="../test/unit-tests-with-jquery.html">JsRender unit tests - with jQuery</a></b></div>
	<div class="subhead"><b><a href="../test/unit-tests-no-jquery.html">JsRender unit tests - without jQuery</a></b></div>
	<div><a href="../test/perf-compare.html">Perf comparison</a></div>
</div>

<div class="subhead">See also on <em>JsViews</em> site:</div>

<div class="box">
	<div class="desc">JsViews are interactive data-driven views, built on top of JsRender templates</div>
	<div class="subhead"><b><a href="http://borismoore.github.com/jsviews/demos/index.html">JsViews: Demos</a></b></div>
	<div class="label">JsViews and JsRender Overview:</div> 
	<div class="subhead"><b><a href="http://borismoore.github.com/jsviews/demos/jQueryConfDemosOct2011/index.html" >Demo sequence from jQuery Conference October 2011</a></b></div>
</div>

<div class="subhead">Other links:</div>

<div class="box">
	<div><a href="http://www.slideshare.net/BorisMoore/jsviews-next-generation-jquery-templates" >Slide deck: jQuery Conference October 2011</a></div>
	<div>MSDN 'Client Insight' articles on JsRender <a href="http://msdn.microsoft.com/en-us/magazine/hh882454.aspx" >part one</a> and
	<a href="http://msdn.microsoft.com/en-us/magazine/hh975379.aspx" >part two</a></div>
	<div>Training course: <a href="http://johnpapa.net/new-course-on-jsrender-templating-fundamentals-with-javascript" >JsRender Fundamentals</a> from John Papa on <a href="http://pluralsight.net/" >Pluralsight</a> (3 hours of video)</div>
</div>

</body>
</html>