<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.explodingcoder.com/cms" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Development</title>
 <link>http://www.explodingcoder.com/cms/taxonomy/term/67</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Visual Studio Fail -- How not to debug .NET exception handling</title>
 <link>http://www.explodingcoder.com/cms/content/visual-studio-fail-how-not-debug-net-exception-handling</link>
 <description>&lt;p&gt;...no matter what try/catch I put in my user code, I couldn&#039;t catch this exception with the debugger. Visual Studio would halt execution every time with &quot;Exception unhandled by user code&quot;...&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.explodingcoder.com/cms/content/visual-studio-fail-how-not-debug-net-exception-handling&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.explodingcoder.com/cms/content/visual-studio-fail-how-not-debug-net-exception-handling#comments</comments>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/88">.NET</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/67">Development</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/87">Windows</category>
 <enclosure url="http://www.explodingcoder.com/cms/files/TestAntlr-3.1.zip" length="469462" type="application/zip" />
 <pubDate>Thu, 13 Nov 2008 09:57:47 -0500</pubDate>
 <dc:creator>spoulson</dc:creator>
 <guid isPermaLink="false">219 at http://www.explodingcoder.com/cms</guid>
</item>
<item>
 <title>Programmatically updating Outlook&#039;s address book options with a command line tool</title>
 <link>http://www.explodingcoder.com/cms/content/programmatically-updating-outlooks-address-book-options-with-a-command-line-tool</link>
 <description>&lt;p&gt;I recently found the need to configure Outlook 2003 for thousands of corporate users to use preferred address book settings instead of the defaults.  As anyone in a large corporate environment may know, the defaults are set such that when composing an email, name resolution checks all address lists in Exchange in alphabetical order by list, then name.  When an organization is many tens of thousands large, resolving &quot;Smith&quot; will inevitably find conflicts.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.explodingcoder.com/cms/content/programmatically-updating-outlooks-address-book-options-with-a-command-line-tool&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.explodingcoder.com/cms/content/programmatically-updating-outlooks-address-book-options-with-a-command-line-tool#comments</comments>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/79">C/C++</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/67">Development</category>
 <category domain="http://www.explodingcoder.com/cms/category/tags/tools">Tools</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/90">Win32/WinAPI</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/87">Windows</category>
 <enclosure url="http://www.explodingcoder.com/cms/files/MAPI Schmappy.zip" length="132970" type="application/zip" />
 <pubDate>Tue, 21 Oct 2008 10:01:54 -0400</pubDate>
 <dc:creator>spoulson</dc:creator>
 <guid isPermaLink="false">184 at http://www.explodingcoder.com/cms</guid>
</item>
<item>
 <title>What is Old is New Again: Functional Programming</title>
 <link>http://www.explodingcoder.com/cms/content/what-old-new-again-functional-programming</link>
 <description>&lt;p&gt;One of the greatest ideals of high level programming is the idea of code reuse.  In the old days, this was only ever done using functions or subroutines, depending on the language.  In later days, this was performed as object oriented design.  Every language seems to accomplish these ideals in various ways to accomplish a similar goal.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.explodingcoder.com/cms/content/what-old-new-again-functional-programming&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.explodingcoder.com/cms/content/what-old-new-again-functional-programming#comments</comments>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/88">.NET</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/67">Development</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/87">Windows</category>
 <pubDate>Fri, 13 Jun 2008 11:42:14 -0400</pubDate>
 <dc:creator>spoulson</dc:creator>
 <guid isPermaLink="false">13 at http://www.explodingcoder.com/cms</guid>
</item>
<item>
 <title>Live demos of some simple web tools I developed</title>
 <link>http://www.explodingcoder.com/cms/content/live-demos-some-simple-web-tools-i-developed</link>
 <description>&lt;p&gt;As an IT guy, I look to using computers to solve some of my day to day problems.  I say computers in plural because I readily use two at home and one at work, and I could also be in the internet cafe near my work.  For instance, I store my personal passwords and other sensitive information in Crypt File Manager.  It stays secure by encryption in such a way that not even my web host provider can access the data and the password is not stored anywhere on the web server or browser.  This solution works great because I can access it wherever I want with only a web browser.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.explodingcoder.com/cms/content/live-demos-some-simple-web-tools-i-developed&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.explodingcoder.com/cms/content/live-demos-some-simple-web-tools-i-developed#comments</comments>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/67">Development</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/80">Perl</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/82">Web</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/97">Web application</category>
 <pubDate>Sat, 31 May 2008 22:06:47 -0400</pubDate>
 <dc:creator>spoulson</dc:creator>
 <guid isPermaLink="false">11 at http://www.explodingcoder.com/cms</guid>
</item>
<item>
 <title>MMCd Datalogger project</title>
 <link>http://www.explodingcoder.com/cms/content/mmcd-datalogger-project</link>
 <description>&lt;p&gt;MMCd is an open source solution for realtime datalogging of ECU parameters on certain year Mitsubishi vehicles using a Palm handheld.&lt;br /&gt;
I am not the author, but a contributor to the MMCd project. However, I have authored the &lt;a href=&quot;http://mmcdtools.sourceforge.net/&quot;&gt;MMCd Tools&lt;/a&gt; add-on, used for datalog conversion to Excel on PC platform during HotSync.&lt;br /&gt;
Read more at the &lt;a href=&quot;http://mmcdlogger.sourceforce.net/&quot;&gt;MMCd homepage&lt;/a&gt;.&lt;/p&gt;
</description>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/57">Automotive</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/67">Development</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/60">DSM</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/61">Galant VR-4</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/58">Mitsubishi</category>
 <pubDate>Thu, 01 May 2008 09:27:23 -0400</pubDate>
 <dc:creator>spoulson</dc:creator>
 <guid isPermaLink="false">9 at http://www.explodingcoder.com/cms</guid>
</item>
<item>
 <title>Heroes Happen Here Launch Event</title>
 <link>http://www.explodingcoder.com/cms/content/heroes-happen-here-launch-event</link>
 <description>&lt;div class=&quot;event-nodeapi&quot;&gt;&lt;div class=&quot;event-start&quot;&gt;&lt;label&gt;Start: &lt;/label&gt;04/03/2008 - 7:00am&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;event-nodeapi&quot;&gt;&lt;div class=&quot;event-end&quot;&gt;&lt;label&gt;End: &lt;/label&gt;04/03/2008 - 5:00pm&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;event-nodeapi&quot;&gt;&lt;div class=&quot;event-tz&quot;&gt;&lt;label&gt;Timezone: &lt;/label&gt;Etc/GMT-5&lt;/div&gt;&lt;/div&gt;
</description>
 <comments>http://www.explodingcoder.com/cms/content/heroes-happen-here-launch-event#comments</comments>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/67">Development</category>
 <pubDate>Wed, 05 Mar 2008 11:58:48 -0500</pubDate>
 <dc:creator>spoulson</dc:creator>
 <guid isPermaLink="false">4 at http://www.explodingcoder.com/cms</guid>
</item>
<item>
 <title>Microsoft event: Heroes Happen Here</title>
 <link>http://www.explodingcoder.com/cms/content/microsoft-event-heroes-happen-here</link>
 <description>&lt;p&gt;Microsoft recently launched a new event in cities across the US to showcase Windows Server 2008, SQL Server 2008, and Visual Studio 2008 with tracks geared towards developers and admins. The event is free and you get free eval copies of the stuff. So, why the hell wouldn&#039;t you want to take a day off and go?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/heroeshappenhere/register/default.mspx&quot; title=&quot;http://www.microsoft.com/heroeshappenhere/register/default.mspx&quot;&gt;http://www.microsoft.com/heroeshappenhere/register/default.mspx&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.explodingcoder.com/cms/content/microsoft-event-heroes-happen-here#comments</comments>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/67">Development</category>
 <pubDate>Wed, 05 Mar 2008 11:28:24 -0500</pubDate>
 <dc:creator>spoulson</dc:creator>
 <guid isPermaLink="false">3 at http://www.explodingcoder.com/cms</guid>
</item>
</channel>
</rss>
