<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brett Robinson's Blog</title>
	<atom:link href="http://www.brobinson.net/blog/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.brobinson.net/blog</link>
	<description>It's my blog!</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:36:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Xsl and excluding a child node</title>
		<link>http://www.brobinson.net/blog/?p=42</link>
		<comments>http://www.brobinson.net/blog/?p=42#comments</comments>
		<pubDate>Mon, 28 Jan 2008 21:49:06 +0000</pubDate>
		<dc:creator>Brett Robinson</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.brobinson.net/blog/?p=42</guid>
		<description><![CDATA[<p>I was writing an xsl stylesheet to do xml transformation and I wanted to eliminate nodes based on their children, specifically if the parent nodes were the same. It was taking way to long to figure out how to exclude an xml node based on its descendant or child and poking around on the internet. [...]]]></description>
			<content:encoded><![CDATA[<p>I was writing an xsl stylesheet to do xml transformation and I wanted to eliminate nodes based on their children, specifically if the parent nodes were the same.  It was taking way to long to figure out how to exclude an xml node based on its descendant or child and poking around on the internet.  I finally got it working and thought it might save others some time.  Here is the xml and xsl:</p>
<p>xml:<br />
<!--<br />
{\rtf1\ansi\ansicpg\lang1024\noproof65001\uc1 \deff0{\fonttbl{\f0\fnil\fcharset0\fprq1 Courier New;}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0??;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;??\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;??\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;??\red192\green192\blue192;}??\fs20 \cf2 &lt;\cf13 test\cf2 &gt;\par ??  &lt;\cf13 parent\cf2 &gt;\par ??    &lt;\cf13 mychild\cf2 &gt;\cf0 hello\cf2 &lt;/\cf13 mychild\cf2 &gt;\par ??  &lt;/\cf13 parent\cf2 &gt;\par ??  &lt;\cf13 parent\cf2 &gt;\par ??    &lt;\cf13 ourchild\cf2 &gt;\cf0 world\cf2 &lt;/\cf13 ourchild\cf2 &gt;\par ??  &lt;/\cf13 parent\cf2 &gt;\par ??&lt;/\cf13 test\cf2 &gt;}<br />
--></p>
<div style="font-family: Courier New; font-size: 10pt; color: black; background: white;">
<p style="margin: 0px;"><span style="color: blue;">&lt;</span><span style="color: maroon;">test</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &lt;</span><span style="color: maroon;">parent</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &nbsp; &lt;</span><span style="color: maroon;">mychild</span><span style="color: blue;">&gt;</span>hello<span style="color: blue;">&lt;/</span><span style="color: maroon;">mychild</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &lt;/</span><span style="color: maroon;">parent</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &lt;</span><span style="color: maroon;">parent</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &nbsp; &lt;</span><span style="color: maroon;">ourchild</span><span style="color: blue;">&gt;</span>world<span style="color: blue;">&lt;/</span><span style="color: maroon;">ourchild</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &lt;/</span><span style="color: maroon;">parent</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&lt;/</span><span style="color: maroon;">test</span><span style="color: blue;">&gt;</span></p>
</div>
<p>xsl:<br />
<!--<br />
{\rtf1\ansi\ansicpg\lang1024\noproof65001\uc1 \deff0{\fonttbl{\f0\fnil\fcharset0\fprq1 Courier New;}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0??;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;??\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;??\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;??\red192\green192\blue192;}??\fs20 \cf2 &lt;?\cf13 xml\cf2  \cf6 version\cf2 =\cf0 "\cf2 1.0\cf0 "\cf2 ?&gt;\par ??&lt;\cf10 xsl:stylesheet\cf2  \cf6 version\cf2 =\cf0 "\cf2 1.0\cf0 "\cf2  \cf6 xmlns:xsl\cf2 =\cf0 "\cf2 http://www.w3.org/1999/XSL/Transform\cf0 "\cf2 &gt;\par ??\par ??  &lt;\cf10 xsl:template\cf2  \cf6 match\cf2 =\cf0 "\cf2 test\cf0 "\cf2 &gt;\par ??    &lt;\cf13 output\cf2 &gt;\par ??      &lt;\cf10 xsl:apply-templates\cf2  \cf6 select\cf2 =\cf0 "\cf2 parent\cf0 "\cf2 /&gt;\par ??    &lt;/\cf13 output\cf2 &gt;\par ??  &lt;/\cf10 xsl:template\cf2 &gt;\par ??\par ??\par ??  &lt;\cf10 xsl:template\cf2  \cf6 match\cf2 =\cf0 "\cf2 parent\cf0 "\cf2 &gt;\par ??    &lt;\cf10 xsl:if\cf2  \cf6 test\cf2 =\cf0 "\cf2 not(./mychild)\cf0 "\cf2 &gt;\par ??      &lt;\cf13 correctChild\cf2 &gt;\par ??        &lt;\cf10 xsl:value-of\cf2  \cf6 select\cf2 =\cf0 "\cf2 .\cf0 "\cf2 /&gt;\par ??      &lt;/\cf13 correctChild\cf2 &gt;\par ??    &lt;/\cf10 xsl:if\cf2 &gt;\par ??  &lt;/\cf10 xsl:template\cf2 &gt;\par ??&lt;/\cf10 xsl:stylesheet\cf2 &gt;\par ??}<br />
--></p>
<div style="font-family: Courier New; font-size: 10pt; color: black; background: white;">
<p style="margin: 0px;"><span style="color: blue;">&lt;?</span><span style="color: maroon;">xml</span><span style="color: blue;"> </span><span style="color: red;">version</span><span style="color: blue;">=</span>&#8220;<span style="color: blue;">1.0</span>&#8220;<span style="color: blue;">?&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&lt;</span><span style="color: teal;">xsl:stylesheet</span><span style="color: blue;"> </span><span style="color: red;">version</span><span style="color: blue;">=</span>&#8220;<span style="color: blue;">1.0</span>&#8220;<span style="color: blue;"> </span><span style="color: red;">xmlns:xsl</span><span style="color: blue;">=</span>&#8220;<span style="color: blue;">http://www.w3.org/1999/XSL/Transform</span>&#8220;<span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;">&nbsp;</p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &lt;</span><span style="color: teal;">xsl:template</span><span style="color: blue;"> </span><span style="color: red;">match</span><span style="color: blue;">=</span>&#8220;<span style="color: blue;">test</span>&#8220;<span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &nbsp; &lt;</span><span style="color: maroon;">output</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &nbsp; &nbsp; &lt;</span><span style="color: teal;">xsl:apply-templates</span><span style="color: blue;"> </span><span style="color: red;">select</span><span style="color: blue;">=</span>&#8220;<span style="color: blue;">parent</span>&#8220;<span style="color: blue;">/&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &nbsp; &lt;/</span><span style="color: maroon;">output</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &lt;/</span><span style="color: teal;">xsl:template</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;">&nbsp;</p>
<p style="margin: 0px;">&nbsp;</p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &lt;</span><span style="color: teal;">xsl:template</span><span style="color: blue;"> </span><span style="color: red;">match</span><span style="color: blue;">=</span>&#8220;<span style="color: blue;">parent</span>&#8220;<span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &nbsp; &lt;</span><span style="color: teal;">xsl:if</span><span style="color: blue;"> </span><span style="color: red;">test</span><span style="color: blue;">=</span>&#8220;<span style="color: blue;">not(./mychild)</span>&#8220;<span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &nbsp; &nbsp; &lt;</span><span style="color: maroon;">correctChild</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;</span><span style="color: teal;">xsl:value-of</span><span style="color: blue;"> </span><span style="color: red;">select</span><span style="color: blue;">=</span>&#8220;<span style="color: blue;">.</span>&#8220;<span style="color: blue;">/&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &nbsp; &nbsp; &lt;/</span><span style="color: maroon;">correctChild</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &nbsp; &lt;/</span><span style="color: teal;">xsl:if</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &lt;/</span><span style="color: teal;">xsl:template</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&lt;/</span><span style="color: teal;">xsl:stylesheet</span><span style="color: blue;">&gt;</span></p>
</div>
<p>result:<br />
<!--<br />
{\rtf1\ansi\ansicpg\lang1024\noproof1252\uc1 \deff0{\fonttbl{\f0\fnil\fcharset0\fprq1 Courier New;}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0??;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;??\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;??\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;??\red192\green192\blue192;}??\fs20 \cf2 &lt;?\cf13 xml\cf2  \cf6 version\cf2 =\cf0 "\cf2 1.0\cf0 "\cf2  \cf6 encoding\cf2 =\cf0 "\cf2 utf-16\cf0 "\cf2  ?&gt;\par ??&lt;\cf13 output\cf2 &gt;\par ??  &lt;\cf13 correctChild\cf2 &gt;\cf0 world\cf2 &lt;/\cf13 correctChild\cf2 &gt;\par ??&lt;/\cf13 output\cf2 &gt;}<br />
--></p>
<div style="font-family: Courier New; font-size: 10pt; color: black; background: white;">
<p style="margin: 0px;"><span style="color: blue;">&lt;?</span><span style="color: maroon;">xml</span><span style="color: blue;"> </span><span style="color: red;">version</span><span style="color: blue;">=</span>&#8220;<span style="color: blue;">1.0</span>&#8220;<span style="color: blue;"> </span><span style="color: red;">encoding</span><span style="color: blue;">=</span>&#8220;<span style="color: blue;">utf-16</span>&#8220;<span style="color: blue;"> ?&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&lt;</span><span style="color: maroon;">output</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&nbsp; &lt;</span><span style="color: maroon;">correctChild</span><span style="color: blue;">&gt;</span>world<span style="color: blue;">&lt;/</span><span style="color: maroon;">correctChild</span><span style="color: blue;">&gt;</span></p>
<p style="margin: 0px;"><span style="color: blue;">&lt;/</span><span style="color: maroon;">output</span><span style="color: blue;">&gt;</span></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.brobinson.net/blog/?feed=rss2&#038;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowbody Knows for Facebook</title>
		<link>http://www.brobinson.net/blog/?p=41</link>
		<comments>http://www.brobinson.net/blog/?p=41#comments</comments>
		<pubDate>Mon, 03 Dec 2007 19:50:49 +0000</pubDate>
		<dc:creator>Brett Robinson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.brobinson.net/blog/?p=41</guid>
		<description><![CDATA[<p>About 2-3 years ago a friend of mine wrote a board game called Knowbody Knows. I was able to play a prototype of the game when it was being developed and knew right then that this game would be great. So, over Thanksgiving we had some friends over and we played this game again. Well, [...]]]></description>
			<content:encoded><![CDATA[<p>About 2-3 years ago a friend of mine wrote a board game called Knowbody Knows.  I was able to play a prototype of the game when it was being developed and knew right then that this game would be great.  So, over Thanksgiving we had some friends over and we played this game again.  Well, afterwards I thought that Knowbody Knows would be a great game to play on Facebook.  So I called up my buddy who came up with the game and he gave me his approval.  Well&#8230;a week later I was able to get it up on Facebook!  Feel free to try the game here: <a href="http://apps.facebook.com/knowbodyknows/" target="_blank">http://apps.facebook.com/knowbodyknows/</a> and purchase the full board game here: <a href="http://www.knowbodyknows.com" taget="_blank">Knowbody Knows Website</a>.</p>
<p>I used the <a href="http://www.codeplex.com/FacebookNET" target="_blank">Facebook.NET </a>apis and they worked great, so take a look at that library for developing Facebook apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brobinson.net/blog/?feed=rss2&#038;p=41</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A non-technical post for the readers</title>
		<link>http://www.brobinson.net/blog/?p=40</link>
		<comments>http://www.brobinson.net/blog/?p=40#comments</comments>
		<pubDate>Tue, 13 Nov 2007 17:22:55 +0000</pubDate>
		<dc:creator>Brett Robinson</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.brobinson.net/blog/?p=40</guid>
		<description><![CDATA[<p>I was talking to a <a href="http://www.jeffvyduna.com/blog/" target="_blank">friend</a> about a week ago, and he said to me being facetious, &#8220;Why don&#8217;t you post something non-technical on your blog&#8221;. So, this is a non technical post on my blog. </p> <p>Well, I got married last week to Laura Lepley! So that was a big event in [...]]]></description>
			<content:encoded><![CDATA[<p>I was talking to a <a href="http://www.jeffvyduna.com/blog/" target="_blank">friend</a> about a week ago, and he said to me being facetious, &#8220;Why don&#8217;t you post something non-technical on your blog&#8221;.  So, this is a non technical post on my blog.  <img src='http://www.brobinson.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Well, I got married last week to Laura Lepley!  So that was a big event in my life and I was lucky to have many friends and family attend to help make it an truly awesome event.  We put disposable cameras on the tables at the reception and here are the photos that were taken by our guests, enjoy: </p>
<p><center><br />
<table style="width:194px;">
<tr>
<td align="center" style="height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left"><a href="http://picasaweb.google.com/BrettLauraRobinson/Wedding" target="_blank"><img src="http://lh4.google.com/BrettLauraRobinson/RzocmxmbheE/AAAAAAAAAfU/OaFiA_wt_U4/s160-c/Wedding.jpg" width="160" height="160" style="margin:1px 0 0 4px;"/></a></td>
</tr>
<tr>
<td style="text-align:center;font-family:arial,sans-serif;font-size:11px"><a href="http://picasaweb.google.com/BrettLauraRobinson/Wedding" target="_blank" style="color:#4D4D4D;font-weight:bold;text-decoration:none;">Wedding</a></td>
</tr>
</table>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brobinson.net/blog/?feed=rss2&#038;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Patterns Repository</title>
		<link>http://www.brobinson.net/blog/?p=38</link>
		<comments>http://www.brobinson.net/blog/?p=38#comments</comments>
		<pubDate>Fri, 13 Jul 2007 16:32:12 +0000</pubDate>
		<dc:creator>Brett Robinson</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.brobinson.net/blog/?p=38</guid>
		<description><![CDATA[<p>I went to a talk yesterday by net objectives called &#8220;Mocks, stubs and patterns&#8221;. Towards the end <a href="http://www.netobjectives.com/bio-scott-bain">Scott Bain</a> (the instructor) made mention to a design patterns repository that they were attempting to grow. I made note of the site and after looking it over, find it to be a pretty good resource. The [...]]]></description>
			<content:encoded><![CDATA[<p>I went to a talk yesterday by net objectives called &#8220;Mocks, stubs and patterns&#8221;.  Towards the end <a href="http://www.netobjectives.com/bio-scott-bain">Scott Bain</a> (the instructor) made mention to a design patterns repository that they were attempting to grow.  I made note of the site and after looking it over, find it to be a pretty good resource.  The reasons that I like the site are that the pattern pages show analogs to a non-technical example, limitations of writing tests on the patterns, and the cost-benefit(gain-loss) to using the patterns.  Its in a wiki style, so as they update I can see this site becoming a great reference point for new patterns that are used that are newer than what&#8217;s in the <a href="http://www.amazon.com/Design-Patterns-Object-Oriented-Addison-Wesley-Professional/dp/0201633612/ref=pd_bbs_sr_1/105-8742694-6255662?ie=UTF8&#038;s=books&#038;qid=1184344093&#038;sr=8-1" target="_blank">GoF</a> book.  So, if you want to know the best way to write a unit test around the Decorator pattern, this is the place for you!</p>
<p>The Net Objectives Pattern Repository:  <a href="http://www.netobjectivesrepository.com/" target="_blank">http://www.netobjectivesrepository.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brobinson.net/blog/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy PC files to Windows Mobile Smartphone</title>
		<link>http://www.brobinson.net/blog/?p=37</link>
		<comments>http://www.brobinson.net/blog/?p=37#comments</comments>
		<pubDate>Wed, 13 Jun 2007 17:26:52 +0000</pubDate>
		<dc:creator>Brett Robinson</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.brobinson.net/blog/?p=37</guid>
		<description><![CDATA[<p>I use my Smartphone (Dash) to store files that I frequently update and carry them back and forth from work to home, etc. I was finding myself manually copying some of these files a couple times a day, and also ran into the situation where I needed information on a file at home that I [...]]]></description>
			<content:encoded><![CDATA[<p>I use my Smartphone (Dash) to store files that I frequently update and carry them back and forth from work to home, etc.  I was finding myself manually copying some of these files a couple times a day, and also ran into the situation where I needed information on a file at home that I had saved to the file at work.  So, out of this frustration, I wrote another tool.  This tool maintains syncing files from your PC to your smartphone.  Here&#8217;s how it works:</p>
<p>Upon installation, it places a shortcut to the application in the startup folder.  Now it will start when your PC does.  In order to get it to run right after installation go to your startup folder under your start menu, and click the Phone File Sync item.  You&#8217;ll notice a little phone icon in the bottom windows taskbar right panel: <img src="http://brobinson.net/demos/Pictures/NotifyGo.jpg" alt="Main Screen" /></p>
<p>This icon will have 3 states:  </p>
<p>1.  Green &#8211; phone is connected<br />
2.  Yellow &#8211; phone is syncing files<br />
3.  Red &#8211; phone is not connected</p>
<p>If you right click on the icon you get three (3) options:</p>
<p>1) Show Files to Sync: Opens up the application for file mappings. (double click on the icon does the same thing).<br />
2) Sync Files: Forces a sync.<br />
3) Exit: Exits the application.</p>
<p>Once in the main application (option 1 from above), you&#8217;ll see this screen:</p>
<p><center><img src="http://brobinson.net/demos/Pictures/sync_main_screen.jpg" alt="Main Screen" /></center></p>
<p>I labeled each section and here is an explanation on what each does:</p>
<p>A:  The list of files or directories on your PC to be sync&#8217;d with your smartphone.<br />
B:  Click to add a file to be sync&#8217;d<br />
C:  Click to add a directory to be sync&#8217;d<br />
D:  Once you do [B] or [C], and select a location in [E], click this button to add the mapping.<br />
E:  Smartphone file system.  Select the destination after clicking on an item in [A] and then before clicking [D] to add the mapping.<br />
F:  Displays the mapped path on your phone.  Click an item in [A] to see the mapping.  There will not be anything there if you haven&#8217;t added a mapping yet.</p>
<p>Here&#8217;s the screen once you added a file from the PC:</p>
<p><center><img src="http://brobinson.net/demos/Pictures/sync_main_screen2.jpg" alt="Main Screen" /></center></p>
<p>Same file but now after I have a mapping, notice the mapped path now says where it is mapped:</p>
<p><center><img src="http://brobinson.net/demos/Pictures/sync_main_screen3.jpg" alt="Main Screen" /></center><br />
The checkbox next to the item means that it is active and will sync with your device.</p>
<p>If you would like to delete a mapping, right click on an item in [A] from above and you&#8217;ll get a menu that pops up with the delete item:</p>
<p><center><img src="http://brobinson.net/demos/Pictures/sync_main_screen4.jpg" alt="Main Screen" /></center></p>
<p>The application will sync with the phone every 3 hours, or if you right click on the taskbar icon and force a sync.</p>
<p>You can use this with my <a href="http://www.brobinson.net/blog/?p=32">password app</a> and have some very cool ways of having your data on you at all times!</p>
<p>Also &#8211; I only tested this app using the Dash which has Windows Mobile 6 standard on it, and ActiveSync 4.5.  </p>
<p>Download here: <!--dl_get_link("Phone File Sync",7);--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brobinson.net/blog/?feed=rss2&#038;p=37</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JamBase.com Yahoo Widget</title>
		<link>http://www.brobinson.net/blog/?p=36</link>
		<comments>http://www.brobinson.net/blog/?p=36#comments</comments>
		<pubDate>Mon, 23 Apr 2007 22:58:40 +0000</pubDate>
		<dc:creator>Brett Robinson</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.brobinson.net/blog/?p=36</guid>
		<description><![CDATA[<p>I just created a widget that you can use in the yahoo widget engine for JamBase. The &#8220;hidden&#8221; screen displays today&#8217;s date and the number of venues that have bands playing there. The full &#8220;open&#8221; screen shows all the events and has an info link back to JamBase.com so you can view the event. Now [...]]]></description>
			<content:encoded><![CDATA[<p>I just created a widget that you can use in the yahoo widget engine for JamBase. The &#8220;hidden&#8221; screen displays today&#8217;s date and the number of venues that have bands playing there. The full &#8220;open&#8221; screen shows all the events and has an info link back to JamBase.com so you can view the event. Now it&#8217;s as easy as a glance to see who&#8217;s playing in your home town.</p>
<p>Yahoo JamBase Widget: <a href="http://widgets.yahoo.com/gallery/view.php?widget=41780">download</a></p>
<p>I recently ported the code to work as a Vista / Windows7 gadget, just rename the zip extension to &#8220;gadget&#8221; and you can load it up. Plus you can tweak more preferenes than in the Yahoo widget.</p>
<p>Vista Sidebar Gadget: <!--dl_get_link("JamBase Gadget",8);--></p>
<p>Here&#8217;s a screen shot from my desktop:<br />
<img src="http://brobinson.net/blog/images/jambase_widget.jpg" alt="JamBase Widget" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brobinson.net/blog/?feed=rss2&#038;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Low Vs. Diamond</title>
		<link>http://www.brobinson.net/blog/?p=35</link>
		<comments>http://www.brobinson.net/blog/?p=35#comments</comments>
		<pubDate>Mon, 16 Apr 2007 22:27:24 +0000</pubDate>
		<dc:creator>Brett Robinson</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.brobinson.net/blog/?p=35</guid>
		<description><![CDATA[<p>I haven&#8217;t written anything about music lately, so I thought I would write a post about a band that I really like. The band is called Low vs Diamond and they&#8217;re out of Los Angeles. I actually grew up with the drummer, but we lost touch when we were about 13 and when I found [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t written anything about music lately, so I thought I would write a post about a band that I really like.  The band is called Low vs Diamond and they&#8217;re out of Los Angeles.  I actually grew up with the drummer, but we lost touch when we were about 13 and when I found out that he was in a band a year or two ago, I went to the site and listened to a few songs (back when they were called Colored Shadows).  Anyways, they have a great sound and recently we got to see them play a show in Seattle on a small west coast tour they did.  We hadn&#8217;t seen eachother in about 15 years, but it was just like old times when we hung out.  They also just got signed by Marrakesh Records in London and Epic here in the U.S.  Here&#8217;s their latest song called &#8220;Heart Attack&#8221;:</p>
<p><center><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/1oqHKy7MCB0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/1oqHKy7MCB0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></center></p>
<p>Also, check them out at their <a href="http://www.myspace.com/lowvsdiamond ">MySpace page </a>and their official site: <a href="http://www.lowvsdiamond.co.uk/">http://www.lowvsdiamond.co.uk/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brobinson.net/blog/?feed=rss2&#038;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BRobinson.net&#8217;s Readers</title>
		<link>http://www.brobinson.net/blog/?p=34</link>
		<comments>http://www.brobinson.net/blog/?p=34#comments</comments>
		<pubDate>Tue, 23 Jan 2007 17:58:28 +0000</pubDate>
		<dc:creator>Brett Robinson</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.brobinson.net/blog/?p=34</guid>
		<description><![CDATA[<p>So, every so often I check out what keywords are used to hit my blog, referrals&#8230;basically all the stats of the site. It&#8217;s always interesting to see how people found the site and what they were looking for. Here&#8217;s a shot of all the locations of visitors that came by BRobinson.net recently:</p> <p></p> <p>So, thanks [...]]]></description>
			<content:encoded><![CDATA[<p>So, every so often I check out what keywords are used to hit my blog, referrals&#8230;basically all the stats of the site.  It&#8217;s always interesting to see how people found the site and what they were looking for.  Here&#8217;s a shot of all the locations of visitors that came by BRobinson.net recently:</p>
<p><center><img src="http://brobinson.net/blog/images/readers.jpg" alt="BRobinson.net readers" /></center></p>
<p>So, thanks for stopping by!  Also, check out <a href="http://blogs.msdn.com/BrettRobinson/">my blog at Microsoft</a> from time to time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brobinson.net/blog/?feed=rss2&#038;p=34</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Widget Engine for Microsoft smartphone home screen?</title>
		<link>http://www.brobinson.net/blog/?p=33</link>
		<comments>http://www.brobinson.net/blog/?p=33#comments</comments>
		<pubDate>Tue, 16 Jan 2007 22:05:23 +0000</pubDate>
		<dc:creator>Brett Robinson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brobinson.net/blog/?p=33</guid>
		<description><![CDATA[<p>The other day I was trying to tweak my homescreen on my SDA. I&#8217;m not fond of how it is setup and would prefer to have different items on the screen and in a different order. One thing that I was really looking for was a way to add another clock with a different time [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I was trying to tweak my homescreen on my SDA.  I&#8217;m not fond of how it is setup and would prefer to have different items on the screen and in a different order.  One thing that I was really looking for was a way to add another clock with a different time zone to my homescreen (and not have to buy a component for it).  So, this had me poking around on a way to do it and I found a way to re-arrange the homescreen layout by building images and defining the x and y coordinates on where smartphone components would go.  The thing is that you can place items wherever on the screen, but they HAVE to be defined as an element already in the smartphone OS.  So, in order to get the clock, you specify <clock /> and give it attributes for year, date, etc.  But, that&#8217;s all you can do with the clock element.  So I thought &#8211; there&#8217;s all these pc desktop widgets around, yahoo has them and microsoft has them&#8230;now, why can&#8217;t a smartphone have a similar system that you can supply widget code that fits a particular format that will run on the homescreen?  You can write a homescreen element in c++, but the guy who had coded it up on the internet said it was a pain to work with.  So it is possible to do it but it seems like it will be very time consuming &#8211; and I would rather have some sort of &#8220;widget engine&#8221; on the smartphone that you can plug in custom pieces that people write.  Maybe I should start a codeplex project?  Does this sound like a good idea to anyone?</p>
<p>Here&#8217;s some images I prototyped:<br />
<center><img src="http://brobinson.net/pictures/images/phone_gadget1.jpg" alt="Phone Sidebar 1" />&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://brobinson.net/pictures/images/phone_gadget2.jpg" alt="Phone Sidebar 2" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brobinson.net/blog/?feed=rss2&#038;p=33</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One program to manage all my passwords</title>
		<link>http://www.brobinson.net/blog/?p=32</link>
		<comments>http://www.brobinson.net/blog/?p=32#comments</comments>
		<pubDate>Mon, 01 Jan 2007 21:16:26 +0000</pubDate>
		<dc:creator>Brett Robinson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brobinson.net/blog/?p=32</guid>
		<description><![CDATA[<p>Recently I went to flickr and attempted to login and didn&#8217;t remember my password. Flickr then prompted me to enter in information that would help me remember my password (birthplace, first car, etc). When I register with sites, I usually put in almost garbage for every field. Then when it asks me to enter in [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I went to flickr and attempted to login and didn&#8217;t remember my password.  Flickr then prompted me to enter in information that would help me remember my password (birthplace, first car, etc).  When I register with sites, I usually put in almost garbage for every field.  Then when it asks me to enter in &#8220;hints&#8221; that I left when I registered, I can&#8217;t remember. Another problem is that every site has their own idea of what a strong password and they make you change your most frequenly used password to fit their standard.  Also if a site decides to have your login be a user name instead of email, your preferred user name could be taken already, so what you end up with is a lot of usernames and passwords to manage.  So, after getting my account locked twice at Flickr, I decided to write a little application that would store my passwords.  I finally had some time over the holidays and I wanted to refresh my C++ skills, so I wrote this application in managed C++ (I&#8217;ll attempt the native C++ version at a later time).  There might already be a program that does this on the internet that&#8217;s available to download, but I didn&#8217;t look and just wanted to tackle it myself.</p>
<p>The basics of the program is a tree that has your websites listed and gives you a field entry for site name, username, and password.  In the password field you can put a hint, or whatever you want to help you remember.  Then when you save the file, it encrypts it and saves off the file.  The only password you will <strong>NEED</strong> to remember is the one to open and unlock the application file so that it can be decrypted.  </p>
<p>Now I just have this one encrypted file with all my sites, usernames, and passwords in it!  I think I&#8217;m up to around 20 sites in my file, and find myself constantly opening it to find information.</p>
<p>Here&#8217;s a screen shot:</p>
<p><img src="http://brobinson.net/blog/store_info_1.JPG" alt="Store My Information screen shot" /></p>
<p>and the encrypted file opened in textpad:</p>
<p><img src="http://brobinson.net/blog/encrypted.JPG" alt="Store My Information encrypted file" /></p>
<p><b><font color="red">I will never see your passwords, and there is nothing in this program that goes to any other web service or anything.</font></b> (you can use reflector if you are still unsure).</p>
<p>As of 7/12/07 I have 44 entries stored in mine!  Holy cow &#8211; it seems like every site makes you register now.</p>
<p>Use at your own discretion.  Downloads as a zip file, and then run Setup.exe.<br />
Download here:  <!--dl_get_link("Store My Information",6);--></p>
<p>Manage your passwords for free!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brobinson.net/blog/?feed=rss2&#038;p=32</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

