-
Notifications
You must be signed in to change notification settings - Fork 48
/
index.html
295 lines (286 loc) · 11.5 KB
/
index.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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>UX Lab - Web Experiments by Tait Brown</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="core/css/normalise.css">
<link rel="stylesheet" href="core/css/common.css">
<link rel="stylesheet" href="style.css">
<script src="core/js/modernizr-2.0.6.min.js"></script>
<script src="core/js/common.js"></script>
</head>
<body>
<div id="main" class="fadeOnLoad">
<h1>UX LAB</h1>
<p class="blurb">
The UX Lab is a collection of HTML, JavaScript and CSS3 experiments designed to show off what modern web browsers are capable of. It may not always have a user experience focus, but it is definitely aimed at blurring the lines between web and native environments.
</p>
<ul>
<li>
<a class="imageLink" href="Battery3D/index.html">
<img src="core/thumbs/013.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="Battery3D/index.html">ThreeJS Fun</a>
<p>
Because a flat, boring web is a thing of the past. An experiment with building something simple with the amazing plugin <a href="http://mrdoob.github.com/three.js/" target="_blank">ThreeJS</a>.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/35113102337/ux-lab-013-threejs-battery" target="_blank">Read the Blog Post</a> <a href="Battery3D/index.html">See the Demo</a>
</p>
<div class="tags">
<span>WebGL</span>
<span>ThreeJS</span>
<span>JavaScript</span>
<span>3D</span>
<span>Animation</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="OSCloseButtons/index.html">
<img src="core/thumbs/012.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="OSCloseButtons/index.html">OS-Dependent Modal & Close Buttons</a>
<p>
The placement of close buttons and modal action buttons generally ignore the user's operating system and enforce whatever the developer feels should be the standard. It's presumptuous and confusing.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/28254968490/ux-lab-10-11-12" target="_blank">Read the Blog Post</a> <a href="OSCloseButtons/index.html">See the Demo</a>
</p>
<div class="tags">
<span>User Experience</span>
<span>Bootstrap</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="FlipboardNotify/index.html">
<img src="core/thumbs/011.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="FlipboardNotify/index.html">Flipboard-style Notifications</a>
<p>
Simple, non-stacking, non-chaining notifications inspired by Flipboard and other iOS applications.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/28254968490/ux-lab-10-11-12" target="_blank">Read the Blog Post</a> <a href="FlipboardNotify/index.html">See the Demo</a>
</p>
<div class="tags">
<span>CSS3</span>
<span>Webkit</span>
<span>Bootstrap</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="ModalBlur/index.html">
<img src="core/thumbs/010.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="ModalBlur/index.html">CSS Filters - Blurred Modal Background</a>
<p>
Native inputs styled with CSS3 goodness. Are they even remotely feasible yet? The answer is no. Read the blog post to understand why they're still so far away.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/28254968490/ux-lab-10-11-12" target="_blank">Read the Blog Post</a> <a href="ModalBlur/index.html">See the Demo</a>
</p>
<div class="tags">
<span>CSS3</span>
<span>Webkit</span>
<span>Bootstrap</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="CSSInputs/index.html">
<img src="core/thumbs/009.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="CSSInputs/index.html">CSS3 Input Styling</a>
<p>
Native inputs styled with CSS3 goodness. Are they even remotely feasible yet? The answer is no. Read the blog post to understand why they're still so far away.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/23099016111/css3-input-styling-a-state-of-the-union-ux-lab-009" target="_blank">Read the Blog Post</a> <a href="CSSInputs/index.html">See the Demo</a>
</p>
<div class="tags">
<span>CSS3</span>
<span>CSS</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="BootstrapFootnotes/index.html">
<img src="core/thumbs/008.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="BootstrapFootnotes/index.html">bootstrap.footnotes.js</a>
<p>
Bootstrap-based footnotes inspired by the way Instapaper handles footnotes and endnotes.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/20757542878/bootstrap-footnote-js-ux-lab-008" target="_blank">Read the Blog Post</a> <a href="BootstrapFootnotes/index.html">See the Demo</a>
</p>
<div class="tags">
<span>Bootstrap</span>
<span>JavaScript</span>
<span>jQuery</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="iOSNotification/index.html">
<img src="core/thumbs/007.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="iOSNotification/index.html">HTML iOS Notifications</a>
<p>
Replica iOS Notifications using CSS3 3D transforms. Won't work in all browsers. Available as it's own GitHub repository.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/20267553455/html-ios-notifications-ux-lab-007" target="_blank">Read the Blog Post</a> <a href="iOSNotification/index.html">See the Demo</a>
</p>
<div class="tags">
<span>iOS</span>
<span>CSS3</span>
<span>Animation</span>
<span>3D</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="3DAccordion/index.html">
<img src="core/thumbs/006.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="3DAccordion/index.html">3D Accordion - CSS3 Animation</a>
<p>
A nifty example that exposes what can <em>and can't</em> be done with 3D transforms in CSS3 animation.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/20267547479/3d-accordion-effect-ux-lab-006" target="_blank">Read the Blog Post</a> <a href="3DAccordion/index.html">See the Demo</a>
</p>
<div class="tags">
<span>CSS3</span>
<span>Animation</span>
<span>3D</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="ToggleSwitch/index.html">
<img src="core/thumbs/005.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="ToggleSwitch/index.html">jQuery-UI.toggleSwitch()</a>
<p>
Yet another toggle switch, but built upon jQuery UI. It therefore respects your default theme styling and requires the smallest CSS & JS additions.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/17853682273/jquery-ui-toggleswitch-ux-lab-005" target="_blank">Read the Blog Post</a> <a href="ToggleSwitch/index.html">See the Demo</a>
</p>
<div class="tags">
<span>JavaScript</span>
<span>jQuery</span>
<span>jQuery UI</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="PassiveGrowls/index.html">
<img src="core/thumbs/004.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="PassiveGrowls/index.html">Idle jGrowl Rerouting</a>
<p>
Paul Irish wrote a pretty chill script for detecting when users become inactive. Here's an example of the good user experience stuff you can do with it; queuing up jGrowl notifications if a user isn't paying attention.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/17853538031/idle-jgrowl-re-routing-ux-lab-004" target="_blank">Read the Blog Post</a> <a href="PassiveGrowls/index.html">See the Demo</a>
</p>
<div class="tags">
<span>UX</span>
<span>JavaScript</span>
<span>jQuery</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="CreditCards/index.html">
<img src="core/thumbs/003.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="CreditCards/index.html">Credit Cards</a>
<p>
Everyone should be able to have nice credit card forms. This snippet auto-detects the credit card type (Amex/VISA/Mastercard) depending upon the number you enter. No more silly drop downs or radio buttons.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/13106879321/dynamic-credit-card-type-selection-ux-lab-003" target="_blank">Read the Blog Post</a> <a href="CreditCards/index.html">See the Demo</a>
</p>
<div class="tags">
<span>UX</span>
<span>JavaScript</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="GoogleAnalytics/index.html">
<img src="core/thumbs/002.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="GoogleAnalytics/index.html">Google Analytics Highcharts</a>
<p>
This experiment stems from a Hacker News argument about Google's reluctance to ditch Flash for their analytics interface. There really is no reason to stick with Flash, and it's just hurting their device accessibility.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/13106692097/flash-free-google-analytics-with-highcharts-ux" target="_blank">Read the Blog Post</a> <a href="GoogleAnalytics/index.html">See the Demo</a>
</p>
<div class="tags">
<span>Highcharts</span>
<span>SVG</span>
<span>Charting</span>
<span>Google</span>
</div>
</div>
</li>
<li>
<a class="imageLink" href="DuckHunt/index.html">
<img src="core/thumbs/001.png" />
</a>
<div class="entryRight">
<a class="titleLink" href="DuckHunt/index.html">Duck Hunt</a>
<p>
Something I made for fun about 6 months ago to play with CSS3 perspectives. I never really uploaded it anywhere nor showed many people.
</p>
<p class="itemLinks">
<a href="http://taitems.tumblr.com/post/13106649174/duck-hunt-ux-lab-001-i-made-this-little" target="_blank">Read the Blog Post</a> <a href="DuckHunt/index.html">See the Demo</a>
</p>
<div class="tags">
<span>CSS3</span>
<span>JavaScript</span>
<span>Game Dev</span>
</div>
</div>
</li>
</ul>
<footer>
Experiments by <a href="http://twitter.com/taitems" target="_blank">@taitems</a>
</footer>
</div>
<script src="core/js/jquery-1.6.2.min.js"></script>
<script>
$(function() {
$("html").addClass("fadeIn");
});
</script>
</body>
</html>