Seperated Books and Screencasts and added Code School course

This commit is contained in:
Gregg Pollack 2011-12-20 22:51:39 -05:00
parent 8a1deee8d8
commit 01e03ae2d8
2 changed files with 26 additions and 4 deletions

View File

@ -947,11 +947,11 @@ Expressions
<h2>
<span id="resources" class="bookmark"></span>
Books and Screencasts
Books
</h2>
<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.
</p>
@ -977,6 +977,17 @@ Expressions
a fast-paced multiplayer word game, writing both the client-side and Node.js
portions in CoffeeScript.
</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>
<a href="http://peepcode.com/products/coffeescript">Meet CoffeeScript</a>
is a 75-minute long screencast by <a href="http://peepcode.com/">PeepCode</a>.

View File

@ -2074,11 +2074,11 @@ task(<span class="String"><span class="String">'</span>build:parser<span class="
<h2>
<span id="resources" class="bookmark"></span>
Books and Screencasts
Books
</h2>
<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.
</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
portions in CoffeeScript.
</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>
<a href="http://peepcode.com/products/coffeescript">Meet CoffeeScript</a>
is a 75-minute long screencast by <a href="http://peepcode.com/">PeepCode</a>.