- Canon EOS 5D Mark II 21.1 MP Digital SLR Camera MK2 Mark 2
- Canon TS-E 24mm f/3.5L II Tilt-Shift Lens
- Singh-Ray 82mm LB Warming Circular Polarizer Filter
- $200
- Fits the Canon TS-E 24mm Lens
- http://www.bhphotovideo.com/c/product/651217-REG/Singh_Ray_R_27_82mm_LB_Warming_Polarizing.html
- How to Write A Sentence: And How To Read One
- To Sell is Human
- The Power of Habit: Why We Do What We Do in Life and Business
I hereby claim:
- I am jlarrigan on github.
- I am larrigan (https://keybase.io/larrigan) on keybase.
- I have a public key whose fingerprint is 79FE B708 889E D8C5 D21E FE6B 4E3F D60F 1B99 E44B
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For embeds | |
<= 479 1 col | |
<= 767 2 col |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_rewrite.c> | |
RewriteEngine on | |
RewriteCond %{REQUEST_URI} !.*index\.html | |
RewriteRule (.*) /index.html | |
</IfModule> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Access elements | |
$('selector') | |
var messagePara = $('#message'); | |
var linkList = $('a'); | |
var subMenu = $('.submenu').hide(); | |
var subTag = $('#navBar a'); | |
var childSel = $('body > p'); | |
var adjacentSib = $('h2 + div'); | |
var attributeSel = $('img[alt]'); |