-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
556 lines (283 loc) · 18 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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
<!DOCTYPE HTML>
<html>
<head>
<script data-cfasync="false" type="text/javascript" src="//use.typekit.net/axj3cfp.js"></script>
<script data-cfasync="false" type="text/javascript">try{Typekit.load();}catch(e){}</script>
<meta charset="utf-8">
<title>A blogging diaspora. | 4waisenkinder</title>
<meta name="author" content="Stefan Judis, Patrick Venetz, André Kussmann, Bernhard Weisshuhn">
<meta name="description" content="I was at my parents place over Christmas. Besides eating the whole day and playing board games I tried to read two books I brought with me. One of …"> <meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/atom.xml" rel="alternate" title="4waisenkinder" type="application/atom+xml">
<link rel="canonical" href="">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<script type="text/javascript" src="/fancybox/jquery.fancybox.pack.js"></script>
<script language="Javascript" type="text/javascript">
$(document).ready(
function() {
(function($) {
$(".fancybox[data-content-id]").each(function() {
this.href = $(this).data('content-id');
});
$(".fancybox").fancybox({
beforeLoad: function() {
var el,
id = $(this.element).data('title-id');
if (id) {
el = $('#' + id);
if (el.length) {
this.title = el.html();
}
}
if ($(this).data('content')) {
this.content = $(this).data('content');
}
},
helpers: {
title: {
type: 'inside'
}
}
});
})(jQuery);
}
);
</script>
</head>
<body>
<header id="header" class="inner"><h1><a href="/">4waisenkinder</a></h1>
<h4>A blogging diaspora.</h4>
<nav id="main-nav"><ul>
<li><a href="/">Blog</a></li>
<li><a href="/archives">Archive</a></li>
</ul>
</nav>
<nav id="mobile-nav">
<div class="alignleft menu">
<a class="button">Menu</a>
<div class="container"><ul>
<li><a href="/">Blog</a></li>
<li><a href="/archives">Archive</a></li>
</ul>
</div>
</div>
<div class="alignright search">
<a class="button"></a>
<div class="container">
<form action="http://google.com/search" method="get">
<input type="text" name="q" results="0">
<input type="hidden" name="q" value="site:4waisenkinder.github.io">
</form>
</div>
</div>
</nav>
</header>
<div id="content" class="inner">
<article class="post">
<h2 class="title">
<a href="/blog/2014/12/26/handle-environment-changes-via-window-dot-matchmedia/">
How to React to Changing Environments Using matchMedia</a>
</h2>
<div class="entry-content">
<p>I was at my parents place over Christmas. Besides eating the whole day and playing board games I tried to read two books I brought with me.</p>
<p>One of the books was <a href="http://www.abookapart.com/products/responsible-responsive-design">RESPONSIBLE RESPONSIVE DESIGN</a> by <a href="https://twitter.com/scottjehl">Scott Jehl</a>. It was released recently and it is a really good read. I have not finished it yet, but I enjoy it and it is for sure in the TOP5 list of my favourite books about responsive web design.</p>
<a href="/blog/2014/12/26/handle-environment-changes-via-window-dot-matchmedia/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-12-26T23:03:00+01:00" pubdate data-updated="true">Dec 26<span>th</span>, 2014</time></div>
<div class="tags">
<a class='category' href='/blog/categories/javascript/'>javascript</a>, <a class='category' href='/blog/categories/rwd/'>rwd</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2014/10/18/npm-2-dot-0-and-the-much-better-star-npm-run-star-command/">
NPM 2.0 and How It Helps Avoiding Global Dependencies</a>
</h2>
<div class="entry-content">
<p>Today I was listening to the NodeUp <a href="http://nodeup.com/seventy">episode 70</a>, which is all about the <a href="https://www.npmjs.org/package/npm">npm command line client</a>. And there is tons of useful information in this episode. It is all about where npm is at the moment and what the plans are for the future. Especially the recent changes inside of the command line client are a heavy discussed topic and I highly recommend to listen to this episode, when you are dealing with <a href="https://www.npmjs.org/">npm</a> on a daily basis.</p>
<p>One thing that is mentioned and really gets me excited is the change regarding the functionality to run scripts via npm which was introduced in the latest major version of npm – <a href="http://blog.npmjs.org/post/98131109725/npm-2-0-0">npm@2.0.0</a>.
<a href="/blog/2014/10/18/npm-2-dot-0-and-the-much-better-star-npm-run-star-command/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-10-18T20:50:00+02:00" pubdate data-updated="true">Oct 18<span>th</span>, 2014</time></div>
<div class="tags">
<a class='category' href='/blog/categories/grunt/'>grunt</a>, <a class='category' href='/blog/categories/gulp/'>gulp</a>, <a class='category' href='/blog/categories/node/'>node</a>, <a class='category' href='/blog/categories/npm/'>npm</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2014/10/13/control-your-css-animations-with-animation-fill-mode/">
Control Your CSS Animations With *animation-fill-mode*</a>
</h2>
<div class="entry-content">
<p>Recently I had some time to play around with some CSS animations. Unfortunately I am not able to use them on a regular basis in my daily work and that is why I am really enjoying to do <em>#cssonly</em> stuff in my free time.</p>
<p>When using CSS animation there are two different (not technical) types of css animation.
<a href="/blog/2014/10/13/control-your-css-animations-with-animation-fill-mode/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-10-13T20:39:00+02:00" pubdate data-updated="true">Oct 13<span>th</span>, 2014</time></div>
<div class="tags">
<a class='category' href='/blog/categories/animation/'>animation</a>, <a class='category' href='/blog/categories/css/'>css</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2014/06/09/flatten-your-dependencies-with-npm-dedupe/">
Flatten Your Npm Dependencies With Dedupe</a>
</h2>
<div class="entry-content">
<p>I use npm for a while now and it is heavily integrated in my daily workflow. One thing that always bothers me, is that a fresh <code>npm install</code> on your project will probably download the same packages over and over again. Let us imagine your project has multiple dependencies that all have one package defined as another dependency.
<a href="/blog/2014/06/09/flatten-your-dependencies-with-npm-dedupe/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-06-09T21:52:00+02:00" pubdate data-updated="true">Jun 9<span>th</span>, 2014</time></div>
<div class="tags">
<a class='category' href='/blog/categories/node/'>node</a>, <a class='category' href='/blog/categories/npm/'>npm</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2014/05/11/d3-dot-js-tween-in-detail/">
Using Basic and Tween Transitions in d3.js</a>
</h2>
<div class="entry-content">
<p>Playing around at <a href="http://codepen.io">CodePen</a> is one of my favourite activities, when doing ‘nothing’ lately. Especially the combination of <a href="http://dribbble.com">dribbble</a> and CodePen is super nice. Browsing for beautiful designs and ideas on dribbble and putting them into code became a nice activity for me. There are a lot of great people hanging around at dribbble and you can get a lot of inspiration over there.</p>
<p>Over the last few month I started being interested in dashboards and how to analyze/visualize data. Unfortunately I am not a designer and this is why I really enjoy to just build dashboards according to a dribbble design.</p>
<a href="/blog/2014/05/11/d3-dot-js-tween-in-detail/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-05-11T13:25:00+02:00" pubdate data-updated="true">May 11<span>th</span>, 2014</time></div>
<div class="tags">
<a class='category' href='/blog/categories/d3/'>d3</a>, <a class='category' href='/blog/categories/javascript/'>javascript</a>, <a class='category' href='/blog/categories/svg/'>svg</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2014/03/06/import-once-in-sass-the-foundation-way/">
Import Once in Sass the ‘Foundation Way’</a>
</h2>
<div class="entry-content">
<p>Currently I am working on a huge so called “redesign”, which means to make a big e-commerce plattform responsive. But it is not only about fiddling a few media queries into some existant CSS. For me that is the perfect opportunity to clean up everything and build up a nice and modular CSS architecture. Each component separated into its own file. Margins, paddings, widths, colors, etc. controlled by a main config file. Maintainable and easy to work with. The tech stack is quite modern, so that I had the perfect basement to do fancy stuff.
<a href="/blog/2014/03/06/import-once-in-sass-the-foundation-way/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-03-06T22:52:00+01:00" pubdate data-updated="true">Mar 6<span>th</span>, 2014</time></div>
<div class="tags">
<a class='category' href='/blog/categories/foundation/'>foundation</a>, <a class='category' href='/blog/categories/sass/'>sass</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/12/22/how-to-measure-frontend-performance-with-phantomas-and-grunt/">
How to Measure Frontend Performance With Grunt</a>
</h2>
<div class="entry-content">
<p>When you are a frontend developer, you are on the constant journey to find the right tool to measure the performance of your site. Sure, there are the Developer Tools of your choice, <a href="https://developers.google.com/speed/pagespeed/">Google Pagespeed</a> or <a href="http://webpagetest.org">webpagespeed.org</a> available. And those tools are great (if you do not know them, you should definitely check them out), but for me it was always “just” nice to use these tools. They provide lots of useful information and I check them on a regular basis, but as far as I know, these tools do not provide a kind of timeline view of my daily work. They only give useful information to a given time – that is it. What I want to know, is how the site evolved after my latest deploy to production …
<a href="/blog/2013/12/22/how-to-measure-frontend-performance-with-phantomas-and-grunt/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-12-22T23:28:00+01:00" pubdate data-updated="true">Dec 22<span>nd</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/metrics/'>metrics</a>, <a class='category' href='/blog/categories/performance/'>performance</a>, <a class='category' href='/blog/categories/phantomas/'>phantomas</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/11/10/discovery-of-window-dot-performance-dot-timing/">
Journey of Discovery - the Global ‘window.performance’ Object</a>
</h2>
<div class="entry-content">
<p>A few days ago I was attending the <a href="http://www.developer-conference.eu/">Developer Conference Hamburg</a>. Topics of the talks were nearly everything you could think of ( from Java to PHP to JavaScript and much more ). For me only frontend related talks were important and that was why I attended the talk of <a href="https://twitter.com/AloisReitbauer">Alois Reitbauer</a> with the title “W3C Web Performance – A detailed overview” ( slides of his talk can be found <a href="http://de.slideshare.net/AloisReitbauer/w3c-web-performance-a-detailed-overview">here</a> ).</p>
<p>And well, what should I say? He introduced the <code>window.performance</code> object to the audience and that absolutely blew my mind,
<a href="/blog/2013/11/10/discovery-of-window-dot-performance-dot-timing/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-11-10T13:37:00+01:00" pubdate data-updated="true">Nov 10<span>th</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/javascript/'>javascript</a>, <a class='category' href='/blog/categories/performance/'>performance</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/11/01/how-promises-work-using-the-example-of-gruntjs-dot-com/">
How to Handle a Bunch of Requests Using JS Promises</a>
</h2>
<div class="entry-content">
<p>Yesterday I procrastinated the stuff I wanted (and should) do and spent a lot of time browsing Github and checking what is going on in the JS world. I discoverd a <a href="https://github.com/gruntjs/grunt/issues/926">discussion</a> held by the grunt guys about how Grunt can be promoted better. That was quite a good read and it was really nice to see, that these people try to push Grunt forward to make tooling much better for everyone.</p>
<p>A lot of new issues were created at Github to push the project to the next level. It turns out that the <a href="http://gruntjs.com">Gruntjs.com</a> website is a <a href="https://github.com/gruntjs/gruntjs.com">seperate repository</a> whose code is available on Github (man, I really love that Open Source approach).</p>
<p>What else can I do than checking out the source? I mean the website of Grunt itself must include a lot of best practices and stuff to discover. I forked it and opened in my editor and there they were – a lot of JS promises…
<a href="/blog/2013/11/01/how-promises-work-using-the-example-of-gruntjs-dot-com/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-11-01T14:00:00+01:00" pubdate data-updated="true">Nov 1<span>st</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/grunt/'>grunt</a>, <a class='category' href='/blog/categories/javascript/'>javascript</a>, <a class='category' href='/blog/categories/q/'>q</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/10/12/you-use-underscore-slash-lo-dash/">
Using Underscore/Lo-Dash and Stopping Reinvent the Wheel</a>
</h2>
<div class="entry-content">
<p>Many projects include utility libraries like <a href="http://underscorejs.org/">underscore</a>/<a href="http://lodash.com/">lo-dash</a> these days. The reasons for that can be different. Either a MV* framework like <a href="http://backbonejs.org/">Backbone.js</a> is on bord and has it as dependency or the developers just discovered how much value these utility libraries provide. They are able to improve your daily workflow heavily by giving you a bunch of useful functions and helpers that will work across all the common browsers. I am using underscore for quite a long time now and last week I had to discover, that I am still not using all the features and that I reinvent the wheel in some cases for stuff that could (and should) be done by these libraries.
<a href="/blog/2013/10/12/you-use-underscore-slash-lo-dash/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-10-12T12:00:00+02:00" pubdate data-updated="true">Oct 12<span>th</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/lo-dash/'>lo-dash</a>, <a class='category' href='/blog/categories/underscore/'>underscore</a>, <a class='category' href='/blog/categories/utilities/'>utilities</a>
</div>
</div></article>
<nav id="pagenavi">
<a href="/blog/page/2/" class="next">Next</a>
<div class="center"><a href="/archives">Blog Archives</a></div>
</nav></div>
<footer id="footer" class="inner">Copyright © 2015
Stefan Judis, Patrick Venetz, André Kussmann, Bernhard Weisshuhn
<br>
Powered by Octopress.
</footer>
<script src="/javascripts/slash.js"></script>
<script src="/javascripts/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script> <!-- Delete or comment this line to disable Fancybox -->
<script type="text/javascript">
var disqus_shortname = '4waisenkinderde';
var disqus_script = 'count.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-41986756-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>