Skip to content

Instantly share code, notes, and snippets.

View charliegerard's full-sized avatar
💭
Making something 🧪

Charlie charliegerard

💭
Making something 🧪
View GitHub Profile

#Day 13

###Date In pry

require 'date' today = Date.today today.tuesday?

#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:

#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

#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?