forked from super3/primecoin.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-archives.html
385 lines (363 loc) · 21 KB
/
blog-archives.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Archives: May 2013 - Blog - Zion - Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!--[if IE 7]>
<link rel="stylesheet" href="css/font-awesome-ie7.min.css">
<![endif]-->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/sample/logo-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/sample/logo-114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/sample/logo-72.png">
<link rel="apple-touch-icon-precomposed" href="img/sample/logo-57.png">
<link rel="shortcut icon" href="img/sample/logo.png">
</head>
<body class="archive">
<div class="navbar navbar-inverse navbar-fixed-top" id="navbar">
<div class="navbar-inner">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<a href="#none" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="fa fa-bars"></span>
<span class="btn-navbar-text">Menu</span>
</a>
<a class="brand" href="./index.html"><span class="logo"></span> Zion</a>
<div class="navbar-collapse">
<div class="nav-menu pull-left">
<ul class="nav nav-pills">
<li><a href="features.html">Features</a></li>
<li><a href="portfolio-parent.html">Portfolio</a></li>
<li class="active"><a href="blog-parent.html">Blog</a></li>
<li class="dropdown">
<a href="#none" class="dropdown-toggle" data-toggle="dropdown">Templates <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="nav-header">Example Pages</li>
<li><a href="about.html">About</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="search.html">Search Results</a></li>
<li class="divider"></li>
<li class="nav-header">Blog Pages</li>
<li><a href="blog-archives.html">Archives</a></li>
<li><a href="blog-categories.html">Categories</a></li>
<li><a href="blog-tags.html">Tags</a></li>
<li class="divider"></li>
<li class="nav-header">Components</li>
<li><a href="elements.html">UI Elements</a></li>
<li><a href="forms.html">Form Elements</a></li>
<li><a href="typography.html">Tables & Typography</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li class="divider"></li>
<li><a href="docs/index.html">User Guide & Documentation</a></li>
</ul>
</li>
</ul>
</div><!-- end nav-menu -->
<div class="nav-user pull-right">
<ul class="nav nav-user-options">
<li class="signup"><a href="user-signup.html" class="btn btn-purple">Sign Up</a></li>
<li class="login"><a href="user-login.html" class="btn btn-light">Login</a></li>
</ul>
</div><!-- end nav-user -->
</div><!-- end navbar-collapse -->
</div><!-- end col-md-12 -->
</div><!-- end row fluid -->
</div><!-- end container -->
</div><!-- end navbar-inner -->
</div><!-- end navbar -->
<div class="clear"></div>
<div class="container-wrapper container-top container-wrapper-mint">
<div class="container">
<div class="row">
<div class="col-md-12 center">
<h1>Archives for <em>May 2013</em></h1>
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end container wrapper -->
<div class="container">
<div class="row">
<div class="col-md-8">
<article class="post">
<h2><a href="blog-post.html">UK regulator wants white space wireless service in 2014, starts trials this fall</a></h2>
<a href="blog-post.html" class="post-feature-image" style="background-image:url(img/sample/portfolio-1.jpg);"></a>
<div class="row">
<div class="col-md-3 post-meta-wrapper">
<p>April 27, 2013</p>
<p>Written by <a href="#none">Joe Brightwell</a></p>
<p>Posted in: <a href="#none">Technology</a></p>
<p>5 comments</p>
</div><!-- end col -->
<div class="col-md-8 col-md-offset-1">
<p>While there have been white space test runs in the UK, these were private trials that weren't going to get the ball rolling without government help. Thankfully, local regulator Ofcom is of a like mind. It now plans a trial for data on the in-between frequencies this fall, with full-fledged service going live as soon as 2014.</p>
<p><a href="#none">Read More...</a></p>
</div><!-- end col -->
</div><!-- end row -->
</article><!-- end post -->
<article class="post">
<h2><a href="blog-post.html">Developers gain root access on Google Glass, not yet sure what to do with it</a></h2>
<a href="blog-post.html" class="post-feature-image" style="background-image:url(img/sample/portfolio-2.jpg);"></a>
<div class="row">
<div class="col-md-3 post-meta-wrapper">
<p>April 27, 2013</p>
<p>Written by <a href="#none">Joe Brightwell</a></p>
<p>Posted in: <a href="#none">Technology</a></p>
<p>5 comments</p>
</div><!-- end col -->
<div class="col-md-8 col-md-offset-1">
<p>Access to Google's Glass headsets is still limited to a lucky few, but that's more than enough to include several curious coders. Some have had success identifying the hardware contained within, but others are focusing on the software. Cydia founder Jay Freeman posted the above image on Twitter this afternoon to show that he had gained root access on his unit, telling Forbes he relied upon a well-known Android 4.0.4 exploit to take control of its OS.</p>
<p><a href="#none">Read More...</a></p>
</div><!-- end col -->
</div><!-- end row -->
</article><!-- end post -->
<article class="post">
<h2><a href="blog-post.html">Editor's Letter: The new consoles are coming</a></h2>
<a href="blog-post.html" class="post-feature-image" style="background-image:url(img/sample/portfolio-3.jpg);"></a>
<div class="row">
<div class="col-md-3 post-meta-wrapper">
<p>April 27, 2013</p>
<p>Written by <a href="#none">Joe Brightwell</a></p>
<p>Posted in: <a href="#none">Technology</a></p>
<p>5 comments</p>
</div><!-- end col -->
<div class="col-md-8 col-md-offset-1">
<p>This week I'm writing from a special place: from the perspective of a Google Glass owner. Well, to be honest I'm not wearing them this exact moment -- I'm actually at 30,000 feet, making the most of a Gogo connection, and when your phone is in airplane mode there's not much point in wearing the headset. Unless, of course, you're looking for a conversation starter. In that role, the headset performs impeccably even when turned completely off.</p>
<p><a href="#none">Read More...</a></p>
</div><!-- end col -->
</div><!-- end row -->
</article><!-- end post -->
<article class="post">
<h2><a href="blog-post.html">Asus Transformer TX300 Review</a></h2>
<a href="blog-post.html" class="post-feature-image" style="background-image:url(img/sample/portfolio-4.jpg);"></a>
<div class="row">
<div class="col-md-3 post-meta-wrapper">
<p>April 27, 2013</p>
<p>Written by <a href="#none">Joe Brightwell</a></p>
<p>Posted in: <a href="#none">Technology</a></p>
<p>5 comments</p>
</div><!-- end col -->
<div class="col-md-8 col-md-offset-1">
<p>While there have been white space test runs in the UK, these were private trials that weren't going to get the ball rolling without government help. Thankfully, local regulator Ofcom is of a like mind. It now plans a trial for data on the in-between frequencies this fall, with full-fledged service going live as soon as 2014.</p>
<p><a href="#none">Read More...</a></p>
</div><!-- end col -->
</div><!-- end row -->
</article><!-- end post -->
<article class="post">
<h2><a href="blog-post.html">Black Label Neo Geo</a></h2>
<a href="blog-post.html" class="post-feature-image" style="background-image:url(img/sample/portfolio-5.jpg);"></a>
<div class="row">
<div class="col-md-3 post-meta-wrapper">
<p>April 27, 2013</p>
<p>Written by <a href="#none">Joe Brightwell</a></p>
<p>Posted in: <a href="#none">Technology</a></p>
<p>5 comments</p>
</div><!-- end col -->
<div class="col-md-8 col-md-offset-1">
<p>Access to Google's Glass headsets is still limited to a lucky few, but that's more than enough to include several curious coders. Some have had success identifying the hardware contained within, but others are focusing on the software. Cydia founder Jay Freeman posted the above image on Twitter this afternoon to show that he had gained root access on his unit, telling Forbes he relied upon a well-known Android 4.0.4 exploit to take control of its OS.</p>
<p><a href="#none">Read More...</a></p>
</div><!-- end col -->
</div><!-- end row -->
</article><!-- end post -->
<div class="pagination-wrapper">
<ul class="pagination">
<li class="disabled"><span>Prev</span></li>
<li class="active"><a href="#none">1</a></li>
<li><a href="#none">2</a></li>
<li><a href="#none">3</a></li>
<li><a href="#none">4</a></li>
<li><a href="#none">5</a></li>
<li><a href="#none">Next</a></li>
</ul>
</div><!-- end pagination -->
</div><!-- end blog-wrapper -->
<div class="col-md-3 col-md-offset-1 sidebar">
<div class="widget">
<h4>Latest Blog Posts</h4>
<ul>
<li>
<a href="#none">UK regulator wants white space wireless service in 2014, starts trials this fall</a>
</li>
<li>
<a href="#none">Developers gain root access on Google Glass, not yet sure what to do with it</a>
</li>
<li>
<a href="#none">Editor's Letter: The new consoles are coming</a>
</li>
<li>
<a href="#none">Black Label Neo Geo</a>
</li>
<li>
<a href="#none">Asus Transformer TX300 Review</a>
</li>
</ul>
</div><!-- end widget -->
<div class="widget">
<h4>Categories</h4>
<ul>
<li>
<a href="blog-categories.html">Business <span>(13)</span></a>
</li>
<li>
<a href="blog-categories.html">Company News <span>(9)</span></a>
</li>
<li>
<a href="blog-categories.html">Developers <span>(21)</span></a>
</li>
<li>
<a href="blog-categories.html">Technology <span>(18)</span></a>
</li>
<li>
<a href="blog-categories.html">Personal <span>(5)</span></a>
</li>
</ul>
</div><!-- end widget -->
<div class="widget">
<h4>Tags</h4>
<ul>
<li>
<a href="blog-tags.html">Design <span>(23)</span></a>
</li>
<li>
<a href="blog-tags.html">Development <span>(7)</span></a>
</li>
<li>
<a href="blog-tags.html">HTML <span>(11)</span></a>
</li>
<li>
<a href="blog-tags.html">PHP <span>(3)</span></a>
</li>
<li>
<a href="blog-tags.html">CSS <span>(6)</span></a>
</li>
</ul>
</div><!-- end widget -->
<div class="widget">
<h4>Archives</h4>
<ul>
<li>
<a href="blog-archives.html">May <span>(23)</span></a>
</li>
<li>
<a href="blog-archives.html">April <span>(7)</span></a>
</li>
<li>
<a href="blog-archives.html">March <span>(11)</span></a>
</li>
<li>
<a href="blog-archives.html">February <span>(3)</span></a>
</li>
<li>
<a href="blog-archives.html">January <span>(6)</span></a>
</li>
</ul>
</div><!-- end widget -->
</div>
</div><!-- end row -->
</div> <!-- end container -->
<div class="clear"></div>
<div class="container-wrapper container-wrapper-sub-footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<h4 class="header">Latest from the blog</h4>
<article class="post">
<div class="post-thumb pull-left">
<ol class="list-gallery list-gallery-small">
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/b/bherila/09/l/1379027189fnf69.jpg);"></a></li>
</ol>
</div><!-- end post-thumb -->
<div class="post-details pull-left">
<h3><a href="blog-post.html">Nexus 7 Review</a></h3>
<p>For an instant in the flashing eyes of the mate, and his fiery cheeks, you would have almost thought that he had really received the blaze of the levelled tube.</p>
<p><a href="blog-post.html" class="btn btn-purple">Read more</a></p>
</div><!-- end post-details -->
</article><!-- end post -->
</div><!-- end col -->
<div class="col-md-4">
<h4 class="header">Twitter</h4>
<ol class="list-tweets">
<li>
<p>Babbel brings 11 language learning apps to Windows...<a href="#none">engt.co/abr34x</a></p>
<small><a href="#none">1 hour ago</a></small>
</li>
<li>
<p>Black Label Neo Geo custom wood mod ups the ante on...<a href="#none">engt.co/Z4CgK3</a></p>
<small><a href="#none">3 hours ago</a></small>
</li>
<li>
<p><a href="#none" class="btn btn-purple">Follow on Twitter</a></p>
</li>
</ol>
</div><!-- end col -->
<div class="col-md-4">
<h4 class="header">Photo Gallery</h4>
<ol class="list-gallery list-gallery-small">
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/b/bherila/09/l/1379027189fnf69.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/h/hotblack/preview/fldr_2008_11_02/file0001385849126.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/h/hotblack/preview/fldr_2010_07_03/file8281278162138.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/h/hotblack/preview/fldr_2010_05_30/file2161275234390.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/h/hotblack/preview/fldr_2008_11_02/file0001692203283.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/d/dorne/preview/fldr_2011_04_26/file5991303866125.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/h/hotblack/preview/fldr_2008_11_02/file0001171268359.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/b/bherila/09/l/1379027189fnf69.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/h/hotblack/preview/fldr_2008_11_02/file0001385849126.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/h/hotblack/preview/fldr_2010_07_03/file8281278162138.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/h/hotblack/preview/fldr_2010_05_30/file2161275234390.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/h/hotblack/preview/fldr_2008_11_02/file0001692203283.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/d/dorne/preview/fldr_2011_04_26/file5991303866125.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/h/hotblack/preview/fldr_2008_11_02/file0001171268359.jpg);"></a></li>
<li><a href="#none" style="background-image:url(http://cdn.morguefile.com/imageData/public/files/b/bherila/09/l/1379027189fnf69.jpg);"></a></li>
</ol>
</div><!-- end col -->
</div><!-- end row -->
</div> <!-- end container -->
</div> <!-- end sub-footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<ul class="unstyled center list-circle-icons list-circle-icons-small">
<li><a href="#none" title="Like us on Facebook" data-rel="tooltip" data-toggle="tooltip"><span class="fa fa-facebook"></span></a></li>
<li><a href="#none" title="Follow us on Twitter" data-rel="tooltip" data-toggle="tooltip"><span class="fa fa-twitter"></span></a></li>
<li><a href="#none" title="Follow us on Pinterest" data-rel="tooltip" data-toggle="tooltip"><span class="fa fa-pinterest"></span></a></li>
<li><a href="#none" title="Follow us on Google Plus" data-rel="tooltip" data-toggle="tooltip"><span class="fa fa-google-plus"></span></a></li>
<li><a href="#none" title="View Flickr Gallery" data-rel="tooltip" data-toggle="tooltip"><span class="fa fa-flickr"></span></a></li>
</ul>
<ul class="list-inline">
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="portfolio-parent.html">Portfolio</a></li>
<li><a href="blog-parent.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="user-signup.html">Sign Up</a></li>
<li><a href="user-login.html">Login</a></li>
</ul>
<p>© Copyright 2013. Zion.</p>
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/zion.js"></script>
<script type="text/javascript">
</script>
</body>
</html>