diff --git a/README.md b/README.md index 36c370c..c04b838 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ Prework ======= + +[Wikipedia on pair programming](http://en.wikipedia.org/wiki/Pair_programming) + +#### Front End + +[Guide to wireframing](http://webdesign.tutsplus.com/articles/a-beginners-guide-to-wireframing--webdesign-7399) +[A compilation of wireframing articles](http://www.gracesmith.co.uk/get-wireframing-the-all-in-one-guide/) + +#### JavaScript + +[Javascript Loops](http://www.w3schools.com/js/js_loop_for.asp) + +[Javascript Object Literals](http://www.w3schools.com/js/js_objects.asp) + +[Javascript Functions](http://www.w3schools.com/js/js_functions.asp) + +[Javascript Constructors and the new keyword](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new) + +[Read through the design patterns in this book](http://addyosmani.com/resources/essentialjsdesignpatterns/book/#designpatternsjavascript) + +[Javascript Constructor and Prototype](http://pivotallabs.com/javascript-constructors-prototypes-and-the-new-keyword/) + +[JQuery API Docs](http://api.jquery.com/) + +[jQuery Best Practices](http://gregfranko.com/jquery-best-practices/#/) + +#### Python + +[Python Cheatsheet](http://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf) + +[Rubular (for regex)](http://www.rubular.com) diff --git a/front-end/1-basic-layout/README.md b/front-end/1-basic-layout/README.md new file mode 100644 index 0000000..165c98b --- /dev/null +++ b/front-end/1-basic-layout/README.md @@ -0,0 +1,22 @@ +Basic Layout +============= + +Using HTML and CSS, you are going to construct a skeleton for basic webpage. + +Create a header positioned absolutely to the top of the page. Use HTML 5 semantics, the `
` tag. + +Put a h1 tag inside that says something funny. + +Make a navigation bar, also positioned absolutely, that is colored black. Use HTML5 semantics, the `