1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < meta name ="description " content ="Non-technical content for humans who code ">
7
+ < meta name ="author " content ="@erikaheidi ">
8
+ < title > Author Archive: matthiasnoback — dev-human — Non-technical content for humans who code</ title >
9
+ < link href ="/assets/css/bootstrap.min.css " rel ="stylesheet ">
10
+ < link href ="/assets/css/font-awesome.min.css " rel ="stylesheet ">
11
+ < link href ="/assets/css/prettyPhoto.css " rel ="stylesheet ">
12
+ < link href ="/assets/css/animate.css " rel ="stylesheet ">
13
+ < link href ="/assets/css/main.css " rel ="stylesheet ">
14
+ < link rel ="stylesheet " href ="/assets/highlightjs/styles/github.css " />
15
+ < link rel ="alternate " type ="application/atom+xml " href ="/atom.xml " title ="dev-human activity feed " />
16
+ < style >
17
+ /** quick fix because bootstrap <pre> has a background-color. */
18
+ pre code { background-color : inherit; }
19
+ </ style >
20
+ <!--[if lt IE 9]>
21
+ <script src="/assets/js/html5shiv.js"></script>
22
+ <script src="/assets/js/respond.min.js"></script>
23
+ <![endif]-->
24
+ < link rel ="shortcut icon " href ="/assets/images/ico/favicon.ico ">
25
+ < link rel ="apple-touch-icon-precomposed " sizes ="144x144 " href ="/assets/images/ico/apple-touch-icon-144-precomposed.png ">
26
+ < link rel ="apple-touch-icon-precomposed " sizes ="114x114 " href ="/assets/images/ico/apple-touch-icon-114-precomposed.png ">
27
+ < link rel ="apple-touch-icon-precomposed " sizes ="72x72 " href ="/assets/images/ico/apple-touch-icon-72-precomposed.png ">
28
+ < link rel ="apple-touch-icon-precomposed " href ="/assets/images/ico/apple-touch-icon-57-precomposed.png ">
29
+ </ head > <!--/head-->
30
+ < body >
31
+ < div id ="fb-root "> </ div >
32
+ < script >
33
+ ( function ( d , s , id ) {
34
+ var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ;
35
+ if ( d . getElementById ( id ) ) return ;
36
+ js = d . createElement ( s ) ; js . id = id ;
37
+ js . src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=144716315690681" ;
38
+ fjs . parentNode . insertBefore ( js , fjs ) ;
39
+ } ( document , 'script' , 'facebook-jssdk' ) ) ;
40
+ </ script >
41
+
42
+ < header class ="navbar navbar-inverse navbar-fixed-top wet-asphalt " role ="banner ">
43
+ < div class ="container ">
44
+ < div class ="navbar-header ">
45
+ < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target =".navbar-collapse ">
46
+ < span class ="sr-only "> Toggle navigation</ span >
47
+ < span class ="icon-bar "> </ span >
48
+ < span class ="icon-bar "> </ span >
49
+ < span class ="icon-bar "> </ span >
50
+ </ button >
51
+ < a class ="navbar-brand " href ="/ "> < img src ="/assets/images/logo.png " alt ="logo "> </ a >
52
+ </ div >
53
+ < div class ="collapse navbar-collapse ">
54
+ < ul class ="nav navbar-nav navbar-right ">
55
+ < li > < a href ="/ "> Home</ a > </ li >
56
+ < li > < a href ="/about "> About</ a > </ li >
57
+ < li class ="active " > < a href ="/authors "> Authors</ a > </ li >
58
+ < li class ="dropdown ">
59
+ < a href ="/blog/categories " class ="dropdown-toggle " data-toggle ="dropdown "> Categories < i class ="icon-angle-down "> </ i > </ a >
60
+ < ul class ="dropdown-menu ">
61
+ < li > < a href ="/entries/categories/Life%20and%20Code "> Life and Code</ a > </ li >
62
+ < li > < a href ="/entries/categories/News "> News</ a > </ li >
63
+ </ ul >
64
+ </ li >
65
+ < li >
66
+ < a href ="/docs/contribute " class ="dropdown-toggle " data-toggle ="dropdown "> Contribute < i class ="icon-angle-down "> </ i > </ a >
67
+ < ul class ="dropdown-menu ">
68
+ < li > < a href ="/docs/contribute "> Overview and Guidelines</ a > </ li >
69
+ < li > < a href ="/docs/how-to-submit "> How to Submit your Article</ a > </ li >
70
+ < li > < a href ="/docs/running-locally "> Running dev-human locally</ a > </ li >
71
+ </ ul >
72
+ </ li >
73
+ < li > < a href ="/entries "> Posts Archive</ a > </ li >
74
+ < li > < a href ="/atom.xml "> < i class ="icon-rss icon-large "> </ i > </ a > </ li >
75
+ </ ul >
76
+ </ div >
77
+ </ div >
78
+ </ header > <!--/header-->
79
+ < section id ="blog " class ="container ">
80
+ < div class ="row ">
81
+
82
+ < aside class ="col-sm-4 col-sm-push-8 ">
83
+ < div class ="widget search ">
84
+ < form role ="form ">
85
+ < div class ="input-group ">
86
+ < input type ="text " class ="form-control " autocomplete ="off " placeholder ="Search ">
87
+ < span class ="input-group-btn ">
88
+ < button class ="btn btn-danger " type ="button "> < i class ="icon-search "> </ i > </ button >
89
+ </ span >
90
+ </ div >
91
+ </ form >
92
+ </ div > <!--/.search-->
93
+
94
+ < div class ="widget ">
95
+ < h3 > About</ h3 >
96
+ < p > < strong > dev-human</ strong > is a collaborative blog created by developers, for developers, focused on non-technical, lightning content. [ < a href ="/about "> read more</ a > ]</ p >
97
+ </ div >
98
+
99
+ < div class ="widget categories ">
100
+ < h3 > Categories</ h3 >
101
+ < div class ="row ">
102
+ < div class ="col-sm-6 ">
103
+ < ul class ="arrow ">
104
+ < li > < a href ="/entries/categories/Life%20and%20Code "> Life and Code</ a > </ li >
105
+ < li > < a href ="/entries/categories/News "> News</ a > </ li >
106
+ </ ul >
107
+ </ div >
108
+
109
+ </ div >
110
+ </ div > <!--/.categories-->
111
+ < div class ="widget tags ">
112
+ < h3 > Tag Cloud</ h3 >
113
+ < ul class ="tag-cloud ">
114
+ < li > < a class ="btn btn-xs btn-primary " href ="/entries/tags/time%20management "> time management</ a > </ li >
115
+ < li > < a class ="btn btn-xs btn-primary " href ="/entries/tags/family "> family</ a > </ li >
116
+ < li > < a class ="btn btn-xs btn-primary " href ="/entries/tags/productivity "> productivity</ a > </ li >
117
+ < li > < a class ="btn btn-xs btn-primary " href ="/entries/tags/developers "> developers</ a > </ li >
118
+ < li > < a class ="btn btn-xs btn-primary " href ="/entries/tags/power "> power</ a > </ li >
119
+ < li > < a class ="btn btn-xs btn-primary " href ="/entries/tags/independent "> independent</ a > </ li >
120
+ < li > < a class ="btn btn-xs btn-primary " href ="/entries/tags/participation "> participation</ a > </ li >
121
+ < li > < a class ="btn btn-xs btn-primary " href ="/entries/tags/future "> future</ a > </ li >
122
+ < li > < a class ="btn btn-xs btn-primary " href ="/entries/tags/release "> release</ a > </ li >
123
+ < li > < a class ="btn btn-xs btn-primary " href ="/entries/tags/contribute "> contribute</ a > </ li >
124
+ </ ul >
125
+ </ div > <!--/.tags-->
126
+
127
+ < div class ="widget facebook-fanpage ">
128
+ < h3 > Facebook Fanpage</ h3 >
129
+ < div class ="widget-content ">
130
+ < div class ="fb-like-box " data-href ="https://www.facebook.com/devhuman " data-width ="292 " data-show-faces ="true " data-header ="false " data-stream ="false " data-show-border ="false "> </ div >
131
+ </ div >
132
+ </ div >
133
+ </ aside >
134
+
135
+ < div class ="col-sm-8 col-sm-pull-4 ">
136
+ < div class ="blog ">
137
+
138
+ < h1 > Posts by matthiasnoback</ h1 >
139
+
140
+ < article >
141
+ < h3 > < a href ="/entries/2014/05/06/finding-the-time-to-do-it-all "> Finding the time to do it all</ a > </ h3 >
142
+ </ article >
143
+ < hr >
144
+
145
+ </ div >
146
+ </ div > <!--/.col-md-8-->
147
+ </ div > <!--/.row-->
148
+ </ section > <!--/#blog-->
149
+
150
+ < section class ="wet-asphalt ">
151
+ < div class ="container ">
152
+ < div class ="row ">
153
+ < div class ="col-md-12 ">
154
+ < ul class ="social ">
155
+ < li > < a href ="http://twitter.com/devhumanteam "> < i class ="icon-twitter icon-large "> </ i > @devhumanteam</ a > </ li >
156
+ < li > < a href ="http://facebook.com/devhuman "> < i class ="icon-facebook-sign icon-large "> </ i > fb.com/devhuman</ a > </ li >
157
+ < li > < a href ="# "> < i class ="icon-comment icon-large "> </ i > #dev-human (FreeNode)</ a > </ li >
158
+ < li > < a href ="
mailto:[email protected] "
> < i class ="
icon-envelope icon-large "
> </ i > [email protected] </ a > </ li >
159
+ </ ul >
160
+ </ div >
161
+ </ div >
162
+ </ div >
163
+ </ section >
164
+
165
+ < footer id ="footer " class ="midnight-blue ">
166
+ < div class ="container ">
167
+ < div class ="row ">
168
+ < div class ="col-sm-6 ">
169
+ © 2014 < strong > dev-human</ strong >
170
+ </ div >
171
+ < div class ="col-sm-6 ">
172
+ < ul class ="pull-right ">
173
+ < li > < a href ="/ "> Home</ a > </ li >
174
+ < li > < a href ="/about "> About</ a > </ li >
175
+ < li > < a href ="/docs/contribute "> Contribute</ a > </ li >
176
+ < li > < a id ="gototop " class ="gototop " href ="# "> < i class ="icon-chevron-up "> </ i > </ a > </ li > <!--#gototop-->
177
+ </ ul >
178
+ </ div >
179
+ </ div >
180
+ </ div >
181
+ </ footer > <!--/#footer-->
182
+ < script src ="/assets/js/jquery.js "> </ script >
183
+ < script src ="/assets/js/bootstrap.min.js "> </ script >
184
+ < script src ="/assets/js/jquery.prettyPhoto.js "> </ script >
185
+ < script src ="/assets/js/main.js "> </ script >
186
+
187
+
188
+ < script type ="text/javascript ">
189
+ var _gaq = _gaq || [ ] ;
190
+ _gaq . push ( [ '_setAccount' , 'UA-50664641-1' ] ) ;
191
+ _gaq . push ( [ '_trackPageview' ] ) ;
192
+
193
+ ( function ( ) {
194
+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
195
+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
196
+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
197
+ } ) ( ) ;
198
+ </ script >
199
+ < script src ="/assets/highlightjs/highlight.pack.js "> </ script >
200
+ < script > hljs . initHighlightingOnLoad ( ) ; </ script >
201
+
202
+ </ body >
203
+ </ html >
0 commit comments