mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Seperated Books and Screencasts and added Code School course
This commit is contained in:
parent
8a1deee8d8
commit
01e03ae2d8
2 changed files with 26 additions and 4 deletions
|
@ -947,11 +947,11 @@ Expressions
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
<span id="resources" class="bookmark"></span>
|
<span id="resources" class="bookmark"></span>
|
||||||
Books and Screencasts
|
Books
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There are a number of excellent books and screencasts to help you get
|
There are a number of excellent resources to help you get
|
||||||
started with CoffeeScript, some of which are freely available online.
|
started with CoffeeScript, some of which are freely available online.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -977,6 +977,17 @@ Expressions
|
||||||
a fast-paced multiplayer word game, writing both the client-side and Node.js
|
a fast-paced multiplayer word game, writing both the client-side and Node.js
|
||||||
portions in CoffeeScript.
|
portions in CoffeeScript.
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>
|
||||||
|
Screencasts
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="http://coffeescript.codeschool.com">A Sip of CoffeeScript</a> is a <a href="http://www.codeschool.com">Code School Course</a>
|
||||||
|
which combines 6 screencasts with in-browser coding to make learning fun. The first level is free to try out.
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://peepcode.com/products/coffeescript">Meet CoffeeScript</a>
|
<a href="http://peepcode.com/products/coffeescript">Meet CoffeeScript</a>
|
||||||
is a 75-minute long screencast by <a href="http://peepcode.com/">PeepCode</a>.
|
is a 75-minute long screencast by <a href="http://peepcode.com/">PeepCode</a>.
|
||||||
|
|
15
index.html
15
index.html
|
@ -2074,11 +2074,11 @@ task(<span class="String"><span class="String">'</span>build:parser<span class="
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
<span id="resources" class="bookmark"></span>
|
<span id="resources" class="bookmark"></span>
|
||||||
Books and Screencasts
|
Books
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There are a number of excellent books and screencasts to help you get
|
There are a number of excellent resources to help you get
|
||||||
started with CoffeeScript, some of which are freely available online.
|
started with CoffeeScript, some of which are freely available online.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -2104,6 +2104,17 @@ task(<span class="String"><span class="String">'</span>build:parser<span class="
|
||||||
a fast-paced multiplayer word game, writing both the client-side and Node.js
|
a fast-paced multiplayer word game, writing both the client-side and Node.js
|
||||||
portions in CoffeeScript.
|
portions in CoffeeScript.
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>
|
||||||
|
Screencasts
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="http://coffeescript.codeschool.com">A Sip of CoffeeScript</a> is a <a href="http://www.codeschool.com">Code School Course</a>
|
||||||
|
which combines 6 screencasts with in-browser coding to make learning fun. The first level is free to try out.
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://peepcode.com/products/coffeescript">Meet CoffeeScript</a>
|
<a href="http://peepcode.com/products/coffeescript">Meet CoffeeScript</a>
|
||||||
is a 75-minute long screencast by <a href="http://peepcode.com/">PeepCode</a>.
|
is a 75-minute long screencast by <a href="http://peepcode.com/">PeepCode</a>.
|
||||||
|
|
Loading…
Reference in a new issue