-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
110 lines (92 loc) · 2.29 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<p>Getting Started</p>
<p>// Use HTML5 Boilerplate</p>
<ol>
<li>Choosing a Front End Library</li>
<li>Foundation</li>
<li>Bootstrap</li>
<li><p>BassCSS - http://www.basscss.com/</p></li>
<li><p>Set up my Jade
Starting a index.jade
Create my mixins</p>
<ul>
<li>Document Head</li>
<li>Header</li>
<li>Footer</li>
<li>Scripts</li>
</ul>
</li>
<li><p>Set up my SASS
Make my SASS partials
Import a Global stylesheet</p></li>
<li><p>Coffeescript
Import my javascript libraries
Write my own code underneath</p></li>
<li><p>Other things
Codekit</p>
<ul>
<li>Tell the files where to compile to</li>
<li>Optimise images</li>
<li>Prepend files
Set up other folders</li>
<li>PDF’s</li>
<li>etc.</li>
</ul>
</li>
</ol>
<p>JADE
mixins which go hand in hand with include
parameters
flow control (if, else, switch)</p>
<p>SASS
Variables
Compass</p>
<p>COFFEESCRIPT
js2coffee.org
The Little Book on Coffeescript
coffeescript.org</p>
<p>CODEKIT
image optimisation
compilation
live previews
server
prepending files</p>
<p>GENERAL
- awwwards.com
- http://webfieldmanual.com/</p>
<p>For HTML and CSS
- http://validator.w3.org/ to validate</p>
<p>CSS / SASS
- http://cssguidelin.es/
- codepen.io
- css-tricks.com
- Front End Masters
- codeschool
- zurb.foundation.com
- http://getbootstrap.com/
- http://www.basscss.com/ – THIS IS THE BEST ONE</p>
<p>JAVASCRIPT
- Before publishing a project
- jshint first - http://jshint.com/
- then JSlint - http://jslint.com/</p>
<ul>
<li>jsdb.io - A forum for the best javascript libraries</li>
<li>https://webdesign.tutsplus.com/courses/essential-js-libraries-for-web-design?utm_source=Tuts+&utm_medium=email&utm_campaign=Monthly&utm_content=Monthly-20141027&WT.mc_id=Tuts+_email_Monthly-20141027</li>
<li>cdnjs.com
<ul>
<li>CDN’s are very important
<ul>
<li>Chances are the file is already cached</li>
<li>More secure and faster than your server anyway</li>
</ul>
</li>
</ul>
</li>
<li>Code libraries folder
<ul>
<li>Animation - Greensocks TweenMax ( http://www.codepen.io/GreenSock/ )</li>
<li>Image Sliders - Slick Carousel, Royal Carousel</li>
<li>Parallax - skrollr or stellar</li>
<li>MV’s on the Front End - Backbone, Ember and Angular are really good</li>
</ul>
</li>
</ul>