-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (163 loc) · 8.21 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
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="last-modified" content="2016-09-03T10:59:20.1777076+10:00" />
<meta name="keywords" content="Android,Commands,MVVM,Orienteer,Parallels,PresentationBus,Xamarin,XAML" />
<title>Shannon's Blog</title>
<link rel="stylesheet" type="text/css" href="/stylesheets/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/stylesheets/prettify.css" />
<link rel="stylesheet" type="text/css" href="/stylesheets/blog.css" />
<link rel="canonical" href="http://blog.shannonlewis.me/" />
</head>
<body>
<div class="blog-masthead">
<div class="container">
<nav class="navbar navbar-inverse navbar-fixed-top blog-nav" role="navigation">
<div class="container">
<div class="navbar-header">
<a href="/" class="navbar-brand">Shannon Lewis</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a class="blog-nav-item" href="/">Home</a></li>
<li><a class="blog-nav-item" href="/about">About</a></li>
<li><a class="blog-nav-item" href="/category">Categories</a></li>
<li><a class="blog-nav-item" href="/archive">Archive</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Subscribe<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a class="blog-nav-item" href="/rss.xml">RSS</a></li>
<li><a href="/feed.xml">Atom</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<div class="container">
<div class="blog-header">
<h1 class="blog-title">Shannon's Blog</h1>
<p class="lead blog-description">.NET dev, going mobile</p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">
<div class="blog-post">
<h2 class="blog-post-title"><a href="/2015/07/orienteer-origins/">Orienteer's Origins</a></h2>
<p class="blog-post-meta">
21 Jul 2015
</p>
<p>I quick look back at my Orienteer journey.</p>
</div>
<div class="blog-post">
<h2 class="blog-post-title"><a href="/2015/07/orienteer-winphone/">Orienteer and Windows Phone</a></h2>
<p class="blog-post-meta">
01 Jul 2015
</p>
<p>Orienteer now has support for Windows Phone 8 Silverlight apps!</p>
</div>
<div class="blog-post">
<h2 class="blog-post-title"><a href="/2015/06/orienteer/">Orienteer</a></h2>
<p class="blog-post-meta">
15 Jun 2015
</p>
<p>Navigating in MVVM, which way do you go?</p>
</div>
<div class="blog-post">
<h2 class="blog-post-title"><a href="/2015/05/viewcomposition/">Composing views</a></h2>
<p class="blog-post-meta">
25 May 2015
</p>
<p>In case of massive XAML files, break here...</p>
</div>
<div class="blog-post">
<h2 class="blog-post-title"><a href="/2015/03/mvvm/">Model-View-ViewModel</a></h2>
<p class="blog-post-meta">
27 Mar 2015
</p>
<p>Don't forget the first M!</p>
</div>
<div class="blog-post">
<h2 class="blog-post-title"><a href="/2014/06/xaml-commands-and-user-feedback/">Commands not executing, but why?</a></h2>
<p class="blog-post-meta">
12 Jun 2014
</p>
<p>So now that you've <a href="/2014/06/xaml-commands/">embraced commands</a>, let's look at how we might provide a slightly better experience for users.</p>
</div>
<div class="blog-post">
<h2 class="blog-post-title"><a href="/2014/06/xamarin-android-parallels/">Xamarin, Android and Parallels</a></h2>
<p class="blog-post-meta">
11 Jun 2014
</p>
<p>In this post I'll go through some options for debugging Android applications using Visual Studio and Xamarin Studio.</p>
</div>
<div class="blog-post">
<h2 class="blog-post-title"><a href="/2014/06/xaml-commands/">XAML and Commands</a></h2>
<p class="blog-post-meta">
09 Jun 2014
</p>
<p>A look at the pitfalls of DelegateCommands, and the alternatives.</p>
</div>
</div>
<!-- Pagination links -->
<div id="post-pagination" class="pagination">
<!--<a href="/">Previous Page</a>-->
</div>
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset">
<h4>About Shannon</h4>
<img src="/images/Shannon-Thumbnail.jpg" />
<p><strong>Shannon Lewis</strong> is a developer with <a href="http://octopus.com">Octopus Deploy</a>, an avid .NET/Mobile Developer, Runner, Cyclist and father of 2.</p>
</div>
</div>
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset">
<h4>Categories</h4>
<li class="cat cat1"><a href="/category/android" title="Android">Android</a></li>
<li class="cat cat2"><a href="/category/commands" title="Commands">Commands</a></li>
<li class="cat cat2"><a href="/category/mvvm" title="MVVM">MVVM</a></li>
<li class="cat cat3"><a href="/category/orienteer" title="Orienteer">Orienteer</a></li>
<li class="cat cat1"><a href="/category/parallels" title="Parallels">Parallels</a></li>
<li class="cat cat1"><a href="/category/presentationbus" title="PresentationBus">PresentationBus</a></li>
<li class="cat cat1"><a href="/category/xamarin" title="Xamarin">Xamarin</a></li>
<li class="cat cat5"><a href="/category/xaml" title="XAML">XAML</a></li>
</div>
</div>
</div>
</div>
<footer id="colophon" class="site-footer blog-footer" role="contentinfo">
<div class="site-info">
Powered by <a href="https://github.com/Sandra/Sandra.Snow" rel="generator">Sandra.Snow</a>.
</div>
<!-- .site-info -->
</footer>
<!-- #page .hfeed .site -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src='/javascripts/prettify.js' type='text/javascript'></script>
<script src='/javascripts/bootstrap.min.js' type='text/javascript'></script>
<script type='text/javascript'>
$(function () {
$("pre code").parent().each(function () {
if (!$(this).hasClass("prettyprint")) {
$(this).addClass("prettyprint");
a = true
}
});
prettyPrint();
});
</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-51930463-1', 'shannonlewis.me');
ga('send', 'pageview');
</script>
</body>
</html>