-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
173 lines (133 loc) · 8.74 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
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="http://wallacekelly.github.io//favicon.png">
<title>Wallace Kelly</title>
<!-- FSharp.Formatting Styles -->
<link rel="stylesheet" type="text/css" media="screen" href="http://wallacekelly.github.io//fsharp.formatting/tooltips.css" />
<script type="text/javascript" src="http://wallacekelly.github.io//fsharp.formatting/tooltips.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- Bootstrap CSS -->
<link href="http://wallacekelly.github.io//stylesheets/bootstrap.min.css" rel="stylesheet">
<link href="http://wallacekelly.github.io//stylesheets/bootstrap-blog.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="blog-masthead">
<div class="container">
<nav class="blog-nav">
<a class="blog-nav-item active" href="http://wallacekelly.github.io//index.html">Home</a>
</nav>
</div>
</div>
<div class="container">
<div class="blog-header">
<h1 class="blog-title">Wallace Kelly</h1>
<p class="lead blog-description">writes about F#, WPF, async, and the like.</p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">
<div class="blog-post">
<h3><a href="http://wallacekelly.github.io//blog/2015/04-08-mage-exe-and-the-certificate-store/index.html">MAGE.EXE and the Certificate Store</a></h3>
<div class="blog-abstract">
<p>I need to sign a ClickOnce manifest using <code>mage.exe</code>.
The certificate is in the Windows Certificate Store.
How do I do that?</p>
<a href="http://wallacekelly.github.io//blog/2015/04-08-mage-exe-and-the-certificate-store/index.html">Read more</a>...
<br/>
<br/>
</div>
<h3><a href="http://wallacekelly.github.io//blog/2015/03-17-wpf-viewmodel-of-an-f-record/index.html">WPF ViewModel of an F# Record</a></h3>
<div class="blog-abstract">
<p>How does one expose an F# record in a WPF view model? My F# code uses immutable records. But, I need to bind those records to a WPF user interface in a view model. What is the right way to do that?</p>
<a href="http://wallacekelly.github.io//blog/2015/03-17-wpf-viewmodel-of-an-f-record/index.html">Read more</a>...
<br/>
<br/>
</div>
<h3><a href="http://wallacekelly.github.io//blog/2015/03-14-script-for-adding-and-removing-the-clickonce-deploy-extension/index.html">Script for adding and removing the ClickOnce .deploy extension</a></h3>
<div class="blog-abstract">
<p>I was recently debugging a ClickOnce deployment. I needed a way to quickly add and remove the <code>*.deploy</code> extension from all the files in a deployment folder. Well, not <em>all</em> the files. The <code>*.manifest</code> file is treated differently.</p>
<a href="http://wallacekelly.github.io//blog/2015/03-14-script-for-adding-and-removing-the-clickonce-deploy-extension/index.html">Read more</a>...
<br/>
<br/>
</div>
<h3><a href="http://wallacekelly.github.io//blog/2010/02-24-calculating-nice-chart-axis-ranges/index.html">Calculating nice chart axis ranges</a></h3>
<div class="blog-abstract">
<p>I was working on a project that required calculating nice ranges for chart axes. I found a useful discussion <a href="http://stackoverflow.com/questions/611878/reasonable-optimized-chart-scaling">here</a>.</p>
<p>Here is what I used in C# and so far it is working adequately.</p>
<a href="http://wallacekelly.github.io//blog/2010/02-24-calculating-nice-chart-axis-ranges/index.html">Read more</a>...
<br/>
<br/>
</div>
<h3><a href="http://wallacekelly.github.io//blog/2010/02-10-wpf-menus-that-go-up/index.html">WPF menus that go up</a></h3>
<div class="blog-abstract">
<p>I needed a menu docked to the bottom of an application's window. Docking to the bottom of the window is no problem. However, it did not work well, because by default, WPF menus drop down. I needed it to drop up.</p>
<a href="http://wallacekelly.github.io//blog/2010/02-10-wpf-menus-that-go-up/index.html">Read more</a>...
<br/>
<br/>
</div>
<div>
<a href="http://wallacekelly.github.io//rss.xml">Subscribe</a>
</div>
</div>
</div><!-- /.blog-main -->
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p>
<img width="100" src="/wally2.jpg" />
</p>
<p>
Wallace Kelly writes F# code. He lives and works in North Carolina. He is available for software development and training opportunties. Contact him at [email protected].
</p>
</div>
<div class="sidebar-module">
<h4>Archives</h4>
<ol class="list-unstyled">
<li>
<a href="http://wallacekelly.github.io//blog/archive/april-2015/index.html">April 2015</a>
</li>
<li>
<a href="http://wallacekelly.github.io//blog/archive/march-2015/index.html">March 2015</a>
</li>
<li>
<a href="http://wallacekelly.github.io//blog/archive/february-2010/index.html">February 2010</a>
</li>
</ol>
</div>
<div class="sidebar-module">
<h4>Elsewhere</h4>
<ol class="list-unstyled">
<li><a href="https://github.com/wallacekelly">GitHub</a></li>
<li><a href="http://stackoverflow.com/users/167920/wally">StackOverflow</a></li>
<li><a href="https://plus.google.com/u/0/+WallaceKellyPhD/posts">Google+</a></li>
<li><a href="https://twitter.com/WallaceKelly">Twitter</a></li>
</ol>
</div>
</div><!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer class="blog-footer">
<p>Blog template built for <a href="http://getbootstrap.com">Bootstrap</a> by <a href="https://twitter.com/mdo">mdo</a>, adapted for FsBlog by <a href="http://wallacekelly.github.io" />Wallace Kelly</a>.</p>
<p>
<a href="#">Back to top</a>
</p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="http://wallacekelly.github.io//javascripts/bootstrap.min.js"></script>
<script src="http://wallacekelly.github.io//javascripts/boostratp-docs.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="http://wallacekelly.github.io//javascripts/bootstrap-ie10-viewport-bug-workaround.js"></script>
</body>
</html>