basic tools. “it is better to see one time than to hear 100 times”

10
Basic Tools

Upload: gary-harrell

Post on 20-Jan-2016

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Basic Tools. “It is better to see one time than to hear 100 times”

Basic Tools

Page 2: Basic Tools. “It is better to see one time than to hear 100 times”

“It is better to see one time than

to hear 100 times”

Page 3: Basic Tools. “It is better to see one time than to hear 100 times”

Code sharing & collaboration

http://jsfiddle.net/

Example:http://jsfiddle.net/nxo9tyjj/

Page 4: Basic Tools. “It is better to see one time than to hear 100 times”

Code sharing & collaboration

http://jsbin.com/http://codepen.io/

Page 5: Basic Tools. “It is better to see one time than to hear 100 times”

Screenshot sharing

http://clip2net.com/en/

Page 6: Basic Tools. “It is better to see one time than to hear 100 times”
Page 7: Basic Tools. “It is better to see one time than to hear 100 times”

Simple html markup

<ul class="menu-draft"> <li class="my-menu-item">menu item #1</li> <li class="my-menu-item">menu item #2</li> <li class="my-menu-item">menu item #3</li> <li class="my-menu-item">menu item #4</li> <li class="my-menu-item">menu item #5</li></ul>

ul.menu-draft>li.my-menu-item{menu item #$}*5