[markdown cheat sheet] (https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
Download tool called Alfred to find applications / Spotlight.
Download iTerm as terminal if we want more customisation.
[markdown cheat sheet] (https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
Download tool called Alfred to find applications / Spotlight.
Download iTerm as terminal if we want more customisation.
#WDI Day 2
JSConf AU - Melbourne April
"You never really understand Mahtematics, you just get used to it.
####Flow control:
If conditions Loops
#Day 4
###Object and Classes
groucho = {:yab => 1890, :moustache => true, :vice => "cigars"} harpo = {:yab => 1888, :moustache => false, :vice => "women"}
def how_old(brother) 2014-brother[:yab]
#Day 5
begin rescue end
example=
puts "Welcome"
#Week 2 - Day 6
Ruby has open classes. You can modify them at any time anywhere in your code.
"Monkey Patching".
Giving a default value is giving a value after: def method(argument=default value).
####How the Internet works?
#Day7
##HTML & CSS
normalize.css helps the app display the same way on all browsers. This document will overwrite the specificity of the browsers.
You can get it from the internet.
joshduck.com/periodic-table.html
#Day 8
Front end: www.codepen.io
hipster ipsum samuel l jackson ipsum
#Day 9
Subscribe to podcasts and screencasts
CSS Tricks, Ruby Tapas, Smashing Magazine, RailsCasts, 5 minutes of Javascript,
Blogs: Tuts +, A list apart.
iTunes U:
Revisions
#Day 11
grandma exercise: https://gist.github.com/mathildathompson/9455409
#SQL (Structured Query Language)
SQLite 3