Skip to content

Commit 08d6206

Browse files
committed
working on javascript section
1 parent 5ea9eab commit 08d6206

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ <h1>Change Log</h1>
8181
<h2>2014</h2>
8282
<h3>April</h3>
8383
<ul>
84+
<li>Added small JavaScript section. Updating witih basic resources.</li>
8485
<li>Updated application dependencies with new links to Python library
8586
collections.</li>
8687
<li>Merged a couple of awesome pull requests that fixed typos and added

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-04-08T09:32:41Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-04-09T07:26:54Z</updated></feed>

javascript.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ <h2>Where does JavaScript come from?</h2>
8484
<h2>JavaScript resources</h2>
8585
<ul>
8686
<li>
87+
<p><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript">A re-introduction to JavaScript</a>
88+
by Mozilla walks through the basic syntax and operators.</p>
89+
</li>
90+
<li>
91+
<p><a href="http://www.smashingmagazine.com/2011/10/28/useful-coding-workflow-tools-for-web-designers-developers/">Coding tools and JavaScript libraries</a>
92+
is a huge list by Smashing Magazine with explanations for each tool and
93+
library for working with JavaScript.</p>
94+
</li>
95+
<li>
8796
<p><a href="http://superherojs.com/">Superhero.js</a> is an incredibly well designed list
8897
of resources for how to test, organize, understand and generally work with
8998
JavaScript.</p>

source/content/pages/11-javascript/1101-javascript.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ which is defined by the
1717

1818

1919
## JavaScript resources
20+
* [A re-introduction to JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript)
21+
by Mozilla walks through the basic syntax and operators.
22+
23+
* [Coding tools and JavaScript libraries](http://www.smashingmagazine.com/2011/10/28/useful-coding-workflow-tools-for-web-designers-developers/)
24+
is a huge list by Smashing Magazine with explanations for each tool and
25+
library for working with JavaScript.
26+
2027
* [Superhero.js](http://superherojs.com/) is an incredibly well designed list
2128
of resources for how to test, organize, understand and generally work with
2229
JavaScript.
2330

2431
* [Unheap](http://www.unheap.com/) is an amazing collection of reusable JQuery
2532
plugins for everything from navigation to displaying media.
26-

source/content/pages/change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ the
1212

1313
## 2014
1414
### April
15+
* Added small JavaScript section. Updating witih basic resources.
1516
* Updated application dependencies with new links to Python library
1617
collections.
1718
* Merged a couple of awesome pull requests that fixed typos and added

0 commit comments

Comments
 (0)