forked from hjzheng/CUF_PPTs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
knowledge_share.html
198 lines (181 loc) · 6.79 KB
/
knowledge_share.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<title>CUF Knowledge Share</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/night.css" id="theme">
<link rel="stylesheet" href="lib/css/zenburn.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2>CUF Knowledge Share</h2>
<p>BY Hao Ju Zheng</p>
<p>github: <a href="https://github.com/hjzheng">https://github.com/hjzheng</a></p>
</section>
<section>
<ul>
<li><h3>Icon Font</h3></li>
<li><h3>Node.js</h3></li>
<li><h3>Responsive Web Design</h3></li>
</ul>
</section>
<section>
<section>
<h2>Icon Font</h2>
<p>
A font that is made for being an icon is called an “icon font”. Use the CSS 3 @font-face as the Web Font to call.
</p>
<img src="img/cuf-1.png" width="50%">
</section>
<section>
<h2>Advantage</h2>
<ul>
<li>Small file-sizes, improve the performance</li>
<li>Easy to Use, full CSS styling capabilities</li>
<li>All Browser support (include IE6&7) </li>
<li>Automatically scale for retina displays</li>
</ul>
</section>
<section>
<h2>Disadvantage</h2>
<ul>
<li>Not support multi-colors</li>
</ul>
</section>
<section>
<h2>Real Case</h2>
<ul>
<li><a href="https://twitter.com/">twitter</a></li>
<li><a href="https://github.com">github.com</a></li>
<li><a href="http://getbootstrap.com/">BootStrap Framework</a></li>
<li><a href="http://fontawesome.io/">Font Awesome</a></li>
<li><a href="http://taobao.com">Tao Bao</a></li>
</ul>
</section>
</section>
<section>
<section>
<h2>Node.js</h2>
<p>
A JavaScript runtime
</p>
<img src="img/cuf-2.png" width="50%">
<p>
<a href="http://nodejs.org/">http://nodejs.org/</a>
</p>
</section>
<section>
<h2>The Details</h2>
<ul>
<li>Server-Side JavaScript</li>
<li>Google's V8 engine</li>
<li>Open Source - MIT License</li>
<li>Cross platform</li>
</ul>
</section>
<section>
<h2>Advantage</h2>
<ul>
<li>Single threaded code</li>
<li>Non-blocking I/O</li>
<li>NPM</li>
</ul>
</section>
<section>
<h2>Disadvantage</h2>
<ul>
<li>Not suitable for compute-intensive applications</li>
</ul>
</section>
<section>
<h2>What can it do?</h2>
<ul>
<li>Build web applications</li>
<li>Creating command line tools</li>
<li>Create desktop applications
(node-webkit)</li>
</ul>
</section>
<section>
<h2>Who is using it?</h2>
<p>PayPal, LinkedIn, Yahoo, Microsoft,
eBay, 37signals, LearnBoost,
Yammer, Walmart</p>
</section>
<section>
<h2>Try being MEAN!</h2>
<p>Popular stack for building Node.js based web apps.</p>
<img src="img/cuf-6.png">
</section>
</section>
<section>
<section>
<h2>Responsive Web Design</h2>
<img src="img/cuf-4.png">
</section>
<section>
<h2>The Details</h2>
<ul>
<li>Response for Different Devices</li>
<li>Good User Experience on Different Devices</li>
<li>Saving Cost</li>
</ul>
</section>
<section>
<h2>Responsive Web Design Real Case</h2>
<ul>
<li><a href="https://ace.ng.bluemix.net/">ace.ng.bluemix.net</a></li>
<li><a href="http://colly.com">colly.com</a></li>
<li><a href="http://foodsense.is">foodsense.is</a></li>
<li><a href="http://www.microsoft.com/zh-cn/default.aspx?region=cn">Microsoft</a></li>
</ul>
<p>You can change the size of the browser window or use chrome dev tools simulator, to simulate the different size of equipment, experience what is the response web design。</p>
</section>
<section>
<h2>Microsoft (Example)</h2>
<img src="img/cuf-3.png">
</section>
<section>
<h2>Responsive CSS Framework</h2>
<img src="img/cuf-5.png">
</section>
<section>
<h2>Responsive web design Resources</h2>
<ul>
<li><a href="http://mediaqueri.es/">mediaqueries</a></li>
<li><a href="http://responsive.cn/">responsive.cn</a></li>
</ul>
</section>
</section>
<section>
<section>
<h2>Thanks :)</h2>
<h3>2014-10-29</h3>
</section>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
Reveal.initialize({
history: true,
transition: 'linear',
progress: true,
math: {
// mathjax: 'http://cdn.mathjax.org/mathjax/latest/MathJax.js',
config: 'TeX-AMS_HTML-full'
},
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }
]
});
</script>
</body>
</html>