<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Journeyman to Master</title>
	<atom:link href="http://programmer.brettveenstra.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://programmer.brettveenstra.com</link>
	<description>One Programmer, on the Journey</description>
	<lastBuildDate>Fri, 06 Apr 2012 00:39:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Ifis</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1415</link>
		<dc:creator>Ifis</dc:creator>
		<pubDate>Fri, 06 Apr 2012 00:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1415</guid>
		<description>&lt;p&gt;I am also wondering how I can the clipboard workin on mac os x lion. Do you have some tips on how to proceed?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am also wondering how I can the clipboard workin on mac os x lion. Do you have some tips on how to proceed?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by SimplyTech</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1414</link>
		<dc:creator>SimplyTech</dc:creator>
		<pubDate>Thu, 16 Feb 2012 06:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1414</guid>
		<description>&lt;p&gt;For some reason, this forum tool re-numbered my properly numbered list to have all 1&#039;s ! :(&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For some reason, this forum tool re-numbered my properly numbered list to have all 1&#8242;s ! <img src='http://programmer.brettveenstra.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by SimplyTech</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1413</link>
		<dc:creator>SimplyTech</dc:creator>
		<pubDate>Thu, 16 Feb 2012 06:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1413</guid>
		<description>&lt;p&gt;Before installing xdotool, I did the following:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Run Keepass and unlock my database&lt;/li&gt;
&lt;li&gt;Open Terminal and type the following:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;$ mono /YourPathToKeePass/KeePass.exe --auto-type&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;I got a dialog box from KeePass saying something like &quot;xdotool is not installed, or need version &gt; 2.????&quot; (I forgot the exact error message, but it&#039;s not relevant).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I installed Macports&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;I used Macports to install xdotool like this:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;$ sudo port install xdotool&lt;/p&gt;

&lt;p&gt;After a long wait for all the downloads and compilations, it was done.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I followed the instructions at the final step of xdotool by typing:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;defaults write org.x.X11 enable_test_extensions -boolean true&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Then I ran the following command again&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;$ mono /YourPathToKeePass/KeePass.exe --auto-type&lt;/p&gt;

&lt;p&gt;This time, I did not get the KeePass dialog box error (which means it recognized that xdotool was installed, and that it was the correct version).&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to Tools -&gt; Options -&gt; Integration (tab) 
Under the &#039;System-wide hot keys&#039; group, all the fields are dimmed and disabled.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What am I missing?  I thought at this stage I would be able to select the hotkeys for Global auto-type, Show KeePass window and Auto-type selected entry.&lt;/p&gt;

&lt;p&gt;I also tried using QuickSilver and created a Trigger (with a keyboard shortcut)  to run the command:&lt;/p&gt;

&lt;p&gt;$ mono /YourPathToKeePass/KeePass.exe --auto-type&lt;/p&gt;

&lt;p&gt;as a shell script, but still no luck.&lt;/p&gt;

&lt;p&gt;If it can be done, I have a feeling I am very close to a solution...&lt;/p&gt;

&lt;p&gt;Does anyone have any suggestions?&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Before installing xdotool, I did the following:</p>

<ol>
<li>Run Keepass and unlock my database</li>
<li>Open Terminal and type the following:</li>
</ol>

<p>$ mono /YourPathToKeePass/KeePass.exe &#8211;auto-type</p>

<ol>
<li><p>I got a dialog box from KeePass saying something like &#8220;xdotool is not installed, or need version &gt; 2.????&#8221; (I forgot the exact error message, but it&#8217;s not relevant).</p></li>
<li><p>I installed Macports</p></li>
<li>I used Macports to install xdotool like this:</li>
</ol>

<p>$ sudo port install xdotool</p>

<p>After a long wait for all the downloads and compilations, it was done.</p>

<ol>
<li>I followed the instructions at the final step of xdotool by typing:</li>
</ol>

<p>defaults write org.x.X11 enable_test_extensions -boolean true</p>

<ol>
<li>Then I ran the following command again</li>
</ol>

<p>$ mono /YourPathToKeePass/KeePass.exe &#8211;auto-type</p>

<p>This time, I did not get the KeePass dialog box error (which means it recognized that xdotool was installed, and that it was the correct version).</p>

<ol>
<li>Go to Tools -&gt; Options -&gt; Integration (tab) 
Under the &#8216;System-wide hot keys&#8217; group, all the fields are dimmed and disabled.</li>
</ol>

<p>What am I missing?  I thought at this stage I would be able to select the hotkeys for Global auto-type, Show KeePass window and Auto-type selected entry.</p>

<p>I also tried using QuickSilver and created a Trigger (with a keyboard shortcut)  to run the command:</p>

<p>$ mono /YourPathToKeePass/KeePass.exe &#8211;auto-type</p>

<p>as a shell script, but still no luck.</p>

<p>If it can be done, I have a feeling I am very close to a solution&#8230;</p>

<p>Does anyone have any suggestions?</p>

<p>Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Alexei</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1412</link>
		<dc:creator>Alexei</dc:creator>
		<pubDate>Sat, 11 Feb 2012 08:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1412</guid>
		<description>&lt;p&gt;great tip, thanks for this! although running it under Mono is a bit slow, and also for me copy/paste does not work :(&lt;/p&gt;

&lt;p&gt;@jerome - yep it works OK under Parallels Desktop and for now this is the way I&#039;ll be running it (as I have VM with Windows always up and running anyway)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>great tip, thanks for this! although running it under Mono is a bit slow, and also for me copy/paste does not work <img src='http://programmer.brettveenstra.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>

<p>@jerome &#8211; yep it works OK under Parallels Desktop and for now this is the way I&#8217;ll be running it (as I have VM with Windows always up and running anyway)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Anton</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1411</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Wed, 08 Feb 2012 16:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1411</guid>
		<description>&lt;p&gt;I also have the paste problem running KeePass 2.17 after installed MonoFrame. I could use some help here.&lt;/p&gt;

&lt;p&gt;:)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I also have the paste problem running KeePass 2.17 after installed MonoFrame. I could use some help here.</p>

<p> <img src='http://programmer.brettveenstra.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by John</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1410</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 07 Feb 2012 17:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1410</guid>
		<description>&lt;p&gt;HELP!! How do you get the clipboard working? Just found this thread. I love KeePass and have it running on several PC’s and my android phone, but getting it to run, WITH a working clipboard, on the MAC, is beyond me. KeePass 1.x does not work with all the fields I need and use on KeePass 2.x, so KeePass 1.x is not an option.
The www.KeePass.info site, has instructions on getting it to run under OS-X. (I&#039;m running Lion.) But what it says is beyond my comprehension level.
I installed Mono, and am able to open a TERMINAL session and run KeePass, but the lack of copy/paste makes using it terrible. Every password has to be read and then retyped into a web page or whatever. It appears the XDOTOOL and MAC-PORTS combo is supposed to fix this.
The instructions at http://keepass.info/help/v2/setup.html#mono have mumbo jumbo about MAC-PORTS http://www.macports.org/install.php and yet more mumbo jumbo about XDOTOOL
I tried installing MAC-PORTS but get a cryptic message back saying no index(es) found and it refuses to do the first thing, which is update itself the the latest version.
XDOTOOL is hopeless. I have no clue what to do with this.
Can one of you MAC Aficionados give me some easier to follow steps to get all this stuff installed and working.
THANKS!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>HELP!! How do you get the clipboard working? Just found this thread. I love KeePass and have it running on several PC’s and my android phone, but getting it to run, WITH a working clipboard, on the MAC, is beyond me. KeePass 1.x does not work with all the fields I need and use on KeePass 2.x, so KeePass 1.x is not an option.
The <a href="http://www.KeePass.info" rel="nofollow">http://www.KeePass.info</a> site, has instructions on getting it to run under OS-X. (I&#8217;m running Lion.) But what it says is beyond my comprehension level.
I installed Mono, and am able to open a TERMINAL session and run KeePass, but the lack of copy/paste makes using it terrible. Every password has to be read and then retyped into a web page or whatever. It appears the XDOTOOL and MAC-PORTS combo is supposed to fix this.
The instructions at <a href="http://keepass.info/help/v2/setup.html#mono" rel="nofollow">http://keepass.info/help/v2/setup.html#mono</a> have mumbo jumbo about MAC-PORTS <a href="http://www.macports.org/install.php" rel="nofollow">http://www.macports.org/install.php</a> and yet more mumbo jumbo about XDOTOOL
I tried installing MAC-PORTS but get a cryptic message back saying no index(es) found and it refuses to do the first thing, which is update itself the the latest version.
XDOTOOL is hopeless. I have no clue what to do with this.
Can one of you MAC Aficionados give me some easier to follow steps to get all this stuff installed and working.
THANKS!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Simon</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1405</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 06 Feb 2012 05:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1405</guid>
		<description>&lt;p&gt;Worked fantastically for me.. thanks a lot.. its nice to have it all in one icon.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Worked fantastically for me.. thanks a lot.. its nice to have it all in one icon.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Brett Veenstra</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1314</link>
		<dc:creator>Brett Veenstra</dc:creator>
		<pubDate>Fri, 20 Jan 2012 12:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1314</guid>
		<description>&lt;p&gt;@Nir: I’m not sure what the problem is. You should have a KeePass.app when it’s been macpacked. Try to find that app package.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Nir: I’m not sure what the problem is. You should have a KeePass.app when it’s been macpacked. Try to find that app package.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by KeePass unter Mac OS X Lion &#124; Schimmelkolonie</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1311</link>
		<dc:creator>KeePass unter Mac OS X Lion &#124; Schimmelkolonie</dc:creator>
		<pubDate>Sat, 14 Jan 2012 10:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1311</guid>
		<description>&lt;p&gt;[...] die *.kdbx Dateien nicht mit KeePassX, dem Programm der Wahl f&#252;r den Mac laufen wollte. Es gab abenteuerliche Anleitungen mit Mono. Letztendlich habe ich es sogar zum Laufen gebracht, allerdings konnte ich die Passw&#246;rter [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] die *.kdbx Dateien nicht mit KeePassX, dem Programm der Wahl f&#252;r den Mac laufen wollte. Es gab abenteuerliche Anleitungen mit Mono. Letztendlich habe ich es sogar zum Laufen gebracht, allerdings konnte ich die Passw&#246;rter [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Nir</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1310</link>
		<dc:creator>Nir</dc:creator>
		<pubDate>Wed, 11 Jan 2012 22:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1310</guid>
		<description>&lt;p&gt;I have gone through the process again. I am entering:
/Applications/KeePass/KeePass-2.18 macpack -o:. -m:winforms -r:/Library/Frameworks/Mono.framework/Versions/Current/lib/ libCocoaSharpGlue.dylib -r:KeePass.chm -r:KeePass.XmlSerializers.dll -r:KeePassLibC32.dll -r:KeePassLibC64.dll -r:License.txt -r:ShinstUtil.exe -r:./XSL -n:KeePass -a:KeePass.exe&lt;/p&gt;

&lt;p&gt;and getting:
-bash: /Applications/KeePass/KeePass-2.18: is a directory&lt;/p&gt;

&lt;p&gt;What am I doing wrong?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have gone through the process again. I am entering:
/Applications/KeePass/KeePass-2.18 macpack -o:. -m:winforms -r:/Library/Frameworks/Mono.framework/Versions/Current/lib/ libCocoaSharpGlue.dylib -r:KeePass.chm -r:KeePass.XmlSerializers.dll -r:KeePassLibC32.dll -r:KeePassLibC64.dll -r:License.txt -r:ShinstUtil.exe -r:./XSL -n:KeePass -a:KeePass.exe</p>

<p>and getting:
-bash: /Applications/KeePass/KeePass-2.18: is a directory</p>

<p>What am I doing wrong?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Nir</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1309</link>
		<dc:creator>Nir</dc:creator>
		<pubDate>Wed, 11 Jan 2012 22:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1309</guid>
		<description>&lt;p&gt;I have followed all the instructions but failed to produce an App. DO I need to enter the commands into Terminal one by one, or submit them en batch?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have followed all the instructions but failed to produce an App. DO I need to enter the commands into Terminal one by one, or submit them en batch?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by suan</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1305</link>
		<dc:creator>suan</dc:creator>
		<pubDate>Sat, 05 Nov 2011 07:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1305</guid>
		<description>&lt;p&gt;Worked like a charm on Lion (except the Keypass icon isn&#039;t shown correctly in the launcher, but thats a small annoyance), thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Worked like a charm on Lion (except the Keypass icon isn&#8217;t shown correctly in the launcher, but thats a small annoyance), thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Phil R</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1304</link>
		<dc:creator>Phil R</dc:creator>
		<pubDate>Fri, 07 Oct 2011 13:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1304</guid>
		<description>&lt;p&gt;I found a way that seems to work OK for me (running mac lion) using mono 2.10.5.0. Just left out many of those arguments&lt;/p&gt;

&lt;p&gt;macpack -n:KeePass -a:KeePass.exe -o:. -m:winforms&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found a way that seems to work OK for me (running mac lion) using mono 2.10.5.0. Just left out many of those arguments</p>

<p>macpack -n:KeePass -a:KeePass.exe -o:. -m:winforms</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mercurial on Windows Tip: Global Ignore File by Nathan Bedford</title>
		<link>http://programmer.brettveenstra.com/2010/02/27/mercurial-on-windows-tip-global-ignore-file/comment-page-1/#comment-1303</link>
		<dc:creator>Nathan Bedford</dc:creator>
		<pubDate>Mon, 22 Aug 2011 19:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=314#comment-1303</guid>
		<description>&lt;p&gt;Wow...I was helping Nick (the new tech guy) get his global ignore set up, and did a Google search for &quot;mercurial global ignore&quot;.  And this is the first site I found.&lt;/p&gt;

&lt;p&gt;Pretty amazing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow&#8230;I was helping Nick (the new tech guy) get his global ignore set up, and did a Google search for &#8220;mercurial global ignore&#8221;.  And this is the first site I found.</p>

<p>Pretty amazing.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Brett Veenstra</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1302</link>
		<dc:creator>Brett Veenstra</dc:creator>
		<pubDate>Tue, 19 Jul 2011 01:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1302</guid>
		<description>&lt;p&gt;Sorry guys, I don&#039;t know where to get libCocoaSharpGlue.dylib anymore.  It should be here: /Library/Frameworks/Mono.framework/Versions/Current/lib/ libCocoaSharpGlue.dylib but after installing &amp; downloading Mono 2.6.7 I couldn&#039;t find it.&lt;/p&gt;

&lt;p&gt;It seems there are similar types of files ending in .so but this is where my Mono experience falls way short.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry guys, I don&#8217;t know where to get libCocoaSharpGlue.dylib anymore.  It should be here: /Library/Frameworks/Mono.framework/Versions/Current/lib/ libCocoaSharpGlue.dylib but after installing &amp; downloading Mono 2.6.7 I couldn&#8217;t find it.</p>

<p>It seems there are similar types of files ending in .so but this is where my Mono experience falls way short.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Wolf</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1301</link>
		<dc:creator>Wolf</dc:creator>
		<pubDate>Mon, 18 Jul 2011 19:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1301</guid>
		<description>&lt;p&gt;Hi.
I&#039;ve installed MonoFramework-MDK-2.10.2_5.4.macos10.novell.x86.dmg (as well as the MRE version) but as Steve Davidson remarked, the file libCocoaSharpGlue.dylib is not installed. Could you help about where to get this? Is it maybe included in an earlier version of mono? Would be much appreciated.
(fwiw: Keepass works nicely)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi.
I&#8217;ve installed MonoFramework-MDK-2.10.2_5.4.macos10.novell.x86.dmg (as well as the MRE version) but as Steve Davidson remarked, the file libCocoaSharpGlue.dylib is not installed. Could you help about where to get this? Is it maybe included in an earlier version of mono? Would be much appreciated.
(fwiw: Keepass works nicely)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Jim Sweeney</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1300</link>
		<dc:creator>Jim Sweeney</dc:creator>
		<pubDate>Wed, 01 Jun 2011 03:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1300</guid>
		<description>&lt;p&gt;Awesome,  I&#039;m new to both MAC and KeePass and this tip saved the program from the recycle bin, excuse me I mean Trash.  Took me a few minutes to figure out that I could just copy and past that whole command into Terminal.  I was hitting enter after each line. oopps.
Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Awesome,  I&#8217;m new to both MAC and KeePass and this tip saved the program from the recycle bin, excuse me I mean Trash.  Took me a few minutes to figure out that I could just copy and past that whole command into Terminal.  I was hitting enter after each line. oopps.
Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by nine</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1299</link>
		<dc:creator>nine</dc:creator>
		<pubDate>Thu, 26 May 2011 13:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1299</guid>
		<description>&lt;p&gt;ace instructions dude&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ace instructions dude</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Steven Davidson</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1298</link>
		<dc:creator>Steven Davidson</dc:creator>
		<pubDate>Mon, 04 Apr 2011 02:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1298</guid>
		<description>&lt;p&gt;New to Macs but a long-time fan of KeePass I got it working on my new MBAir using Mono 2.6.7, but creating the app fails with the message that a Mono file is missing. I did type the path correctly and the file name: libCocoaSharpGlue.dylib as shown above.&lt;/p&gt;

&lt;p&gt;My manual search of the directory and the search box in the Finder (is that Spotlight I’ve been hearing about?) didn’t turn up that library file.&lt;/p&gt;

&lt;p&gt;Any advice . . . commiseration?&lt;/p&gt;

&lt;p&gt;Thank you for your kind contribution to those of us moving to Mac.&lt;/p&gt;

&lt;p&gt;Regards./Steve&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>New to Macs but a long-time fan of KeePass I got it working on my new MBAir using Mono 2.6.7, but creating the app fails with the message that a Mono file is missing. I did type the path correctly and the file name: libCocoaSharpGlue.dylib as shown above.</p>

<p>My manual search of the directory and the search box in the Finder (is that Spotlight I’ve been hearing about?) didn’t turn up that library file.</p>

<p>Any advice . . . commiseration?</p>

<p>Thank you for your kind contribution to those of us moving to Mac.</p>

<p>Regards./Steve</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mercurial on Windows Tip: Global Ignore File by Justin Stolle</title>
		<link>http://programmer.brettveenstra.com/2010/02/27/mercurial-on-windows-tip-global-ignore-file/comment-page-1/#comment-1296</link>
		<dc:creator>Justin Stolle</dc:creator>
		<pubDate>Wed, 30 Mar 2011 09:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=314#comment-1296</guid>
		<description>&lt;p&gt;Thanks for this list. I would also add [Tt]humbs.db&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this list. I would also add [Tt]humbs.db</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Adil</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1295</link>
		<dc:creator>Adil</dc:creator>
		<pubDate>Thu, 10 Mar 2011 07:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1295</guid>
		<description>&lt;p&gt;Hi. 
Thank you very much for the command.
I couldnt get the exe running using mono but your command really did the trick. 
Is it possible to also include plugins.
I use KeePass Sync plugin which syncs my db on Amazon S3. 
For now, i am using Dropbox for now  but including the plugin would be great if possible.
Thank you.
Adil.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi. 
Thank you very much for the command.
I couldnt get the exe running using mono but your command really did the trick. 
Is it possible to also include plugins.
I use KeePass Sync plugin which syncs my db on Amazon S3. 
For now, i am using Dropbox for now  but including the plugin would be great if possible.
Thank you.
Adil.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Pavel</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1294</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Thu, 10 Feb 2011 13:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1294</guid>
		<description>&lt;p&gt;Thanks for article!&lt;/p&gt;

&lt;p&gt;This helps, and application appears, and it runs. But when i try to open database file, or click to &quot;Create new&quot; - program crashes.
Actually the same happens when i&#039;m running windows binary under mono.&lt;/p&gt;

&lt;p&gt;Can you help?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for article!</p>

<p>This helps, and application appears, and it runs. But when i try to open database file, or click to &#8220;Create new&#8221; &#8211; program crashes.
Actually the same happens when i&#8217;m running windows binary under mono.</p>

<p>Can you help?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mercurial on Windows Tip: Global Ignore File by admin</title>
		<link>http://programmer.brettveenstra.com/2010/02/27/mercurial-on-windows-tip-global-ignore-file/comment-page-1/#comment-1293</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 29 Jan 2011 14:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=314#comment-1293</guid>
		<description>&lt;p&gt;@mo: True, it can be dangerous, but in my experience this filter properly excludes items that shouldn&#039;t be committed in source code to begin with.  For example, I don&#039;t want to commit .NET files that are built, by default in a &quot;bin&quot; folder.  This list is meant to help other Windows developers using Microsoft-based IDE&#039;s.&lt;/p&gt;

&lt;p&gt;Do you have a suggestion of an item to remove or problem with the current list?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@mo: True, it can be dangerous, but in my experience this filter properly excludes items that shouldn&#8217;t be committed in source code to begin with.  For example, I don&#8217;t want to commit .NET files that are built, by default in a &#8220;bin&#8221; folder.  This list is meant to help other Windows developers using Microsoft-based IDE&#8217;s.</p>

<p>Do you have a suggestion of an item to remove or problem with the current list?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mercurial on Windows Tip: Global Ignore File by KIEUN MUN</title>
		<link>http://programmer.brettveenstra.com/2010/02/27/mercurial-on-windows-tip-global-ignore-file/comment-page-1/#comment-1292</link>
		<dc:creator>KIEUN MUN</dc:creator>
		<pubDate>Tue, 25 Jan 2011 03:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=314#comment-1292</guid>
		<description>&lt;p&gt;Wow, Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow, Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mercurial on Windows Tip: Global Ignore File by mo</title>
		<link>http://programmer.brettveenstra.com/2010/02/27/mercurial-on-windows-tip-global-ignore-file/comment-page-1/#comment-1291</link>
		<dc:creator>mo</dc:creator>
		<pubDate>Mon, 10 Jan 2011 19:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=314#comment-1291</guid>
		<description>&lt;p&gt;Isn&#039;t this quite dangerous, though?
It applies to all repositories you try and commit to using tortoise, so someone else might have added files that are meant to be version controlled, but actually match a pattern you use, then you&#039;ll never see it in your commit dialog.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this quite dangerous, though?
It applies to all repositories you try and commit to using tortoise, so someone else might have added files that are meant to be version controlled, but actually match a pattern you use, then you&#8217;ll never see it in your commit dialog.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by NewMacBook</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1290</link>
		<dc:creator>NewMacBook</dc:creator>
		<pubDate>Fri, 17 Dec 2010 23:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1290</guid>
		<description>&lt;p&gt;Hi, I did exactly the same as per instructions but seems nothing is happening. Can someone help me out.. btw, I am a new to mac .. pls help&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, I did exactly the same as per instructions but seems nothing is happening. Can someone help me out.. btw, I am a new to mac .. pls help</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Venn Diagrams explain SQL Joins Perfectly by mikhael</title>
		<link>http://programmer.brettveenstra.com/2007/10/12/venn-diagrams-explain-sql-joins-perfectly/comment-page-1/#comment-1288</link>
		<dc:creator>mikhael</dc:creator>
		<pubDate>Tue, 12 Oct 2010 20:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://journeymantomaster.wordpress.com/2007/10/12/venn-diagrams-explain-sql-joins-perfectly/#comment-1288</guid>
		<description>&lt;p&gt;That&#039;s one way to get at what&#039;s going on, but if you loose focus on your original sets, the original digram has failed to describe your JOIN and you have to come up with another. So I guess &quot;perfect&quot; is not the word I would choose.&lt;/p&gt;

&lt;p&gt;If two tables are in a one-to-one relationship with each other, the original two-circle diagrams happily describe a given join.  It&#039;s when you introduce 1-to-many relationships that we are forced to create a new set that neither of the original circles represent even partially.  In this scenario we are not simply identifying singular objects that share a given characteristic, we are creating new objects/records that fit our description that did not exist previously.&lt;/p&gt;

&lt;p&gt;In other words, when we say &quot;Give me the LEFT OUTER JOIN&quot; between two tables that have a one-to-many relationship, we are saying &quot;The Records from the LEFT table are not good enough to satisfy what I want.  The records in the Right table are not what I want either.  Instead give me something completely different based on these Left and Right components.&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s one way to get at what&#8217;s going on, but if you loose focus on your original sets, the original digram has failed to describe your JOIN and you have to come up with another. So I guess &#8220;perfect&#8221; is not the word I would choose.</p>

<p>If two tables are in a one-to-one relationship with each other, the original two-circle diagrams happily describe a given join.  It&#8217;s when you introduce 1-to-many relationships that we are forced to create a new set that neither of the original circles represent even partially.  In this scenario we are not simply identifying singular objects that share a given characteristic, we are creating new objects/records that fit our description that did not exist previously.</p>

<p>In other words, when we say &#8220;Give me the LEFT OUTER JOIN&#8221; between two tables that have a one-to-many relationship, we are saying &#8220;The Records from the LEFT table are not good enough to satisfy what I want.  The records in the Right table are not what I want either.  Instead give me something completely different based on these Left and Right components.&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Paco</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1283</link>
		<dc:creator>Paco</dc:creator>
		<pubDate>Wed, 15 Sep 2010 18:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1283</guid>
		<description>&lt;p&gt;This is fantastic. I just bought a new MBP and am a long-time Windows user. I too found the command line route annoying and I had no idea how to create an app. THANK YOU!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is fantastic. I just bought a new MBP and am a long-time Windows user. I too found the command line route annoying and I had no idea how to create an app. THANK YOU!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Wiredfire</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1278</link>
		<dc:creator>Wiredfire</dc:creator>
		<pubDate>Wed, 04 Aug 2010 14:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1278</guid>
		<description>&lt;p&gt;Synchronization can be achieved with Keepass / KeepassX by storing the database file in Dropbox.  Of course make sure you&#039;re password is strong and I&#039;d recommend using keyfiles.  Dropbox is pretty secure but it &lt;em&gt;is&lt;/em&gt; a third party system do due precautions should be used.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Synchronization can be achieved with Keepass / KeepassX by storing the database file in Dropbox.  Of course make sure you&#8217;re password is strong and I&#8217;d recommend using keyfiles.  Dropbox is pretty secure but it <em>is</em> a third party system do due precautions should be used.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Brett Veenstra</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1269</link>
		<dc:creator>Brett Veenstra</dc:creator>
		<pubDate>Thu, 10 Jun 2010 14:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1269</guid>
		<description>&lt;p&gt;@jerome: I&#039;ve been using KeePassX for a cross-platform solution.  Although I&#039;m tempted to look at 1Password now that they&#039;re releasing a Windows version.  It will make synchronization so much easier.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@jerome: I&#8217;ve been using KeePassX for a cross-platform solution.  Although I&#8217;m tempted to look at 1Password now that they&#8217;re releasing a Windows version.  It will make synchronization so much easier.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by jerome</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1268</link>
		<dc:creator>jerome</dc:creator>
		<pubDate>Thu, 10 Jun 2010 13:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1268</guid>
		<description>&lt;p&gt;I&#039;m switching from pc to mac. used Keepass for a long time. So I&#039;m happy to find the above solution.
unfortunately it&#039;s not possible to copy paste the passwords.&lt;/p&gt;

&lt;p&gt;Anyone an idea if this would work if your run Keepass in Parallels (http://www.parallels.com)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m switching from pc to mac. used Keepass for a long time. So I&#8217;m happy to find the above solution.
unfortunately it&#8217;s not possible to copy paste the passwords.</p>

<p>Anyone an idea if this would work if your run Keepass in Parallels (<a href="http://www.parallels.com" rel="nofollow">http://www.parallels.com</a>)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mercurial on Windows Tip: Global Ignore File by Alex Tran</title>
		<link>http://programmer.brettveenstra.com/2010/02/27/mercurial-on-windows-tip-global-ignore-file/comment-page-1/#comment-1266</link>
		<dc:creator>Alex Tran</dc:creator>
		<pubDate>Fri, 21 May 2010 02:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=314#comment-1266</guid>
		<description>&lt;p&gt;Aha! Just what I was looking for! Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Aha! Just what I was looking for! Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Brett Veenstra</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1263</link>
		<dc:creator>Brett Veenstra</dc:creator>
		<pubDate>Mon, 19 Apr 2010 00:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1263</guid>
		<description>&lt;p&gt;@Sean: KeePass X does look like a real alternative for cross-platform password manager.  Thanks for your comments!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Sean: KeePass X does look like a real alternative for cross-platform password manager.  Thanks for your comments!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Sean Carmody</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1262</link>
		<dc:creator>Sean Carmody</dc:creator>
		<pubDate>Tue, 13 Apr 2010 07:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1262</guid>
		<description>&lt;p&gt;Well, for now I am making do with using KeePassX on Mac and Linux (http://www.keepassx.org/) which is essentially KeePass 1.7. I will keep an eye on the Mono version though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, for now I am making do with using KeePassX on Mac and Linux (<a href="http://www.keepassx.org/" rel="nofollow">http://www.keepassx.org/</a>) which is essentially KeePass 1.7. I will keep an eye on the Mono version though.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Brett Veenstra</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1260</link>
		<dc:creator>Brett Veenstra</dc:creator>
		<pubDate>Sat, 10 Apr 2010 11:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1260</guid>
		<description>&lt;p&gt;@Sean: you&#039;re right, Mono applications do not appear to natively support the system clipboard yet.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Sean: you&#8217;re right, Mono applications do not appear to natively support the system clipboard yet.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Sean Carmody</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1259</link>
		<dc:creator>Sean Carmody</dc:creator>
		<pubDate>Sat, 10 Apr 2010 10:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1259</guid>
		<description>&lt;p&gt;Maybe I spoke too soon: copying to clipboard doesn&#039;t seem to make it to the Mac&#039;s clipboard.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Maybe I spoke too soon: copying to clipboard doesn&#8217;t seem to make it to the Mac&#8217;s clipboard.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running KeePass 2.x on OSX using macpack by Sean Carmody</title>
		<link>http://programmer.brettveenstra.com/2010/03/20/running-keepass-2-x-on-osx-using-macpack/comment-page-1/#comment-1258</link>
		<dc:creator>Sean Carmody</dc:creator>
		<pubDate>Sat, 10 Apr 2010 09:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=320#comment-1258</guid>
		<description>&lt;p&gt;Thanks for the tip! I&#039;d just decided to switch from Password Safe to KeePass (I was sick of using Password Gorilla on the Mac and wanted something that would work well on a Linux desktop too). I had already installed Mono and downloaded KeePass and your suggestion made running it a breeze. My only suggestion would be to pinch the padlock icon from the KeePass website (which is called plockb_64.png), copy it into the same directory and add -i:plockb_64.png to your macpack command. This will give you a slightly more attractive icon in the dock.&lt;/p&gt;

&lt;p&gt;Love your work!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! I&#8217;d just decided to switch from Password Safe to KeePass (I was sick of using Password Gorilla on the Mac and wanted something that would work well on a Linux desktop too). I had already installed Mono and downloaded KeePass and your suggestion made running it a breeze. My only suggestion would be to pinch the padlock icon from the KeePass website (which is called plockb_64.png), copy it into the same directory and add -i:plockb_64.png to your macpack command. This will give you a slightly more attractive icon in the dock.</p>

<p>Love your work!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on NDepend &#8211; First Impressions by Aaron Seet</title>
		<link>http://programmer.brettveenstra.com/2010/01/20/ndepend-first-impressions/comment-page-1/#comment-1237</link>
		<dc:creator>Aaron Seet</dc:creator>
		<pubDate>Fri, 22 Jan 2010 06:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=293#comment-1237</guid>
		<description>&lt;p&gt;Probably the biggest problem is not learning how to use it well to help yourself, but how to convince/force &lt;em&gt;others&lt;/em&gt; to muster the stamina to learn 
to use it along with you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Probably the biggest problem is not learning how to use it well to help yourself, but how to convince/force <em>others</em> to muster the stamina to learn 
to use it along with you.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gotcha of inline Document Ready function for JQuery by Carl</title>
		<link>http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/comment-page-1/#comment-1151</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Wed, 02 Dec 2009 17:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=136#comment-1151</guid>
		<description>&lt;p&gt;This is neither jQuery bug, browser bug, XML bug, or parsing bug. It is a DTD specification problem. Browsers are simply obeying the rules that the W3C provides when parsing HTML. Fully explained here: http://aspnetresources.com/blog/empty_vs_nonempty_html_tags.aspx&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is neither jQuery bug, browser bug, XML bug, or parsing bug. It is a DTD specification problem. Browsers are simply obeying the rules that the W3C provides when parsing HTML. Fully explained here: <a href="http://aspnetresources.com/blog/empty_vs_nonempty_html_tags.aspx" rel="nofollow">http://aspnetresources.com/blog/empty_vs_nonempty_html_tags.aspx</a></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resharper Tip : To-do Explorer by Josh</title>
		<link>http://programmer.brettveenstra.com/2009/07/17/resharper-tip-to-do-explorer/comment-page-1/#comment-717</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 04 Aug 2009 23:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=195#comment-717</guid>
		<description>&lt;p&gt;Ah damn, I&#039;m still on the fence about getting Resharper. It&#039;s probably one of those things that I&#039;ll kick myself for not getting once I get it. Thanks for the info.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ah damn, I&#8217;m still on the fence about getting Resharper. It&#8217;s probably one of those things that I&#8217;ll kick myself for not getting once I get it. Thanks for the info.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on TDD &#8211; A Workout Promise by Recent Links Tagged With "tdd" - JabberTags</title>
		<link>http://programmer.brettveenstra.com/2007/10/30/tdd-a-workout-promise/comment-page-1/#comment-123</link>
		<dc:creator>Recent Links Tagged With "tdd" - JabberTags</dc:creator>
		<pubDate>Sat, 21 Mar 2009 00:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://journeymantomaster.wordpress.com/2007/10/30/tdd-a-workout-promise/#comment-123</guid>
		<description>&lt;p&gt;[...] public links &gt;&gt; tdd   Learning Test Driven Development Saved by note on Wed 18-3-2009   TDD - A Workout Promise Saved by norskeone on Wed 11-3-2009   Stash Challenge #2 (LOL) Saved by muhh on Sat 28-2-2009   Is [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; tdd   Learning Test Driven Development Saved by note on Wed 18-3-2009   TDD &#8211; A Workout Promise Saved by norskeone on Wed 11-3-2009   Stash Challenge #2 (LOL) Saved by muhh on Sat 28-2-2009   Is [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gotcha of inline Document Ready function for JQuery by Danny117</title>
		<link>http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/comment-page-1/#comment-78</link>
		<dc:creator>Danny117</dc:creator>
		<pubDate>Thu, 19 Feb 2009 16:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=136#comment-78</guid>
		<description>&lt;p&gt;Hi, Brett Thanks for visiting my website and for this tip.  It would&#039;ve saved me lots of time.&lt;/p&gt;

&lt;p&gt;I reference jquery with the masterpage script manager.   I have  my ready functions near the bottom of the page.  I&#039;ve also been able to use mutliple readys.  One in the master page and one on the content page.&lt;/p&gt;

&lt;p&gt;FYI I&#039;ve volunteered to present to the group in July on ASP.NET with jquery and ajaxcontroltoolkit.&lt;/p&gt;

&lt;p&gt;See you next month.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, Brett Thanks for visiting my website and for this tip.  It would&#8217;ve saved me lots of time.</p>

<p>I reference jquery with the masterpage script manager.   I have  my ready functions near the bottom of the page.  I&#8217;ve also been able to use mutliple readys.  One in the master page and one on the content page.</p>

<p>FYI I&#8217;ve volunteered to present to the group in July on ASP.NET with jquery and ajaxcontroltoolkit.</p>

<p>See you next month.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unit Testing in SQL Server &#8211; Overview by Recent Faves Tagged With "unittesting" : MyNetFaves</title>
		<link>http://programmer.brettveenstra.com/2007/10/31/unit-testing-in-sql-server-overview/comment-page-1/#comment-33</link>
		<dc:creator>Recent Faves Tagged With "unittesting" : MyNetFaves</dc:creator>
		<pubDate>Wed, 11 Feb 2009 18:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://journeymantomaster.wordpress.com/2007/10/31/unit-testing-in-sql-server-overview/#comment-33</guid>
		<description>&lt;p&gt;[...] ago      Pragmatic Unit Testing in Java Using Junit First saved by RockstarGames &#124; 12 days ago      Unit Testing in SQL Server - Overview First saved by donkenoyer &#124; 12 days ago      Typemock Isolator - New a Free open Source license and [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] ago      Pragmatic Unit Testing in Java Using Junit First saved by RockstarGames | 12 days ago      Unit Testing in SQL Server &#8211; Overview First saved by donkenoyer | 12 days ago      Typemock Isolator &#8211; New a Free open Source license and [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gotcha of inline Document Ready function for JQuery by Brett Veenstra</title>
		<link>http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/comment-page-1/#comment-12</link>
		<dc:creator>Brett Veenstra</dc:creator>
		<pubDate>Tue, 25 Nov 2008 11:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=136#comment-12</guid>
		<description>&lt;p&gt;@colleen: Thanks for your comment.  I hope we&#039;re only a few years away from being able to write valid XHTML and have it parse properly!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@colleen: Thanks for your comment.  I hope we&#8217;re only a few years away from being able to write valid XHTML and have it parse properly!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gotcha of inline Document Ready function for JQuery by colleen</title>
		<link>http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/comment-page-1/#comment-11</link>
		<dc:creator>colleen</dc:creator>
		<pubDate>Tue, 25 Nov 2008 06:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=136#comment-11</guid>
		<description>&lt;p&gt;There is some other reason why I always use  instead of&lt;/p&gt;

&lt;p&gt;It had nothing to do with jQuery, which wasnt even involved in my test where I just made this rigit rule.  I cant remember, it&#039;s just in my notes always use   maybe it&#039;s exactly the same thing you got.   Firebug would prolly clear it in less than 1 hr.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is some other reason why I always use  instead of</p>

<p>It had nothing to do with jQuery, which wasnt even involved in my test where I just made this rigit rule.  I cant remember, it&#8217;s just in my notes always use   maybe it&#8217;s exactly the same thing you got.   Firebug would prolly clear it in less than 1 hr.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gotcha of inline Document Ready function for JQuery by Continuous Integration Gotcha: NAnt empty elements &#124; Journeyman to Master</title>
		<link>http://programmer.brettveenstra.com/2008/09/13/gotcha-of-inline-document-ready-function-for-jquery/comment-page-1/#comment-8</link>
		<dc:creator>Continuous Integration Gotcha: NAnt empty elements &#124; Journeyman to Master</dc:creator>
		<pubDate>Fri, 31 Oct 2008 13:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://programmer.brettveenstra.com/?p=136#comment-8</guid>
		<description>&lt;p&gt;[...] once I cleaned up this empty element, it worked! Interesting how this yet another reason why XML is the bane of [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] once I cleaned up this empty element, it worked! Interesting how this yet another reason why XML is the bane of [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on NAnt &#8211; really? by Nathan Bedford</title>
		<link>http://programmer.brettveenstra.com/2007/10/09/nant-really/comment-page-1/#comment-3</link>
		<dc:creator>Nathan Bedford</dc:creator>
		<pubDate>Mon, 18 Feb 2008 05:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://journeymantomaster.wordpress.com/2007/10/09/nant-really/#comment-3</guid>
		<description>&lt;p&gt;I throw in my 2 cents here...I had a chance to use Ant in a Java project a  couple years ago, and I&#039;d say if nNant is anything like it (and I think it&#039;s pretty similar), I&#039;d say its worth using a script-based build tool for even the smallish projects, regardless of whether you&#039;re going the CI route or not.&lt;/p&gt;

&lt;p&gt;I found Ant very simply once I was familiar with the tool...once you have a working knowledge of the tool, you can whip up a new build project in no time.  Then, you can do nightly builds minimally (and you&#039;re ready for CI when the time comes).  Plus, if you have a tool/script to bake the SVN  version number into the assemblies being built (very helpful come debugging-time), you can easily add that to your build process. And once you&#039;ve got a build process in place, you&#039;ll definitely think of things to add to the build (testing, documentation, installer...)&lt;/p&gt;

&lt;p&gt;I&#039;d say it&#039;s work it, just for the nightly builds :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I throw in my 2 cents here&#8230;I had a chance to use Ant in a Java project a  couple years ago, and I&#8217;d say if nNant is anything like it (and I think it&#8217;s pretty similar), I&#8217;d say its worth using a script-based build tool for even the smallish projects, regardless of whether you&#8217;re going the CI route or not.</p>

<p>I found Ant very simply once I was familiar with the tool&#8230;once you have a working knowledge of the tool, you can whip up a new build project in no time.  Then, you can do nightly builds minimally (and you&#8217;re ready for CI when the time comes).  Plus, if you have a tool/script to bake the SVN  version number into the assemblies being built (very helpful come debugging-time), you can easily add that to your build process. And once you&#8217;ve got a build process in place, you&#8217;ll definitely think of things to add to the build (testing, documentation, installer&#8230;)</p>

<p>I&#8217;d say it&#8217;s work it, just for the nightly builds <img src='http://programmer.brettveenstra.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Strict Types, good thing by Nathan</title>
		<link>http://programmer.brettveenstra.com/2006/08/11/strict-types-good-thing/comment-page-1/#comment-2</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 22 Aug 2006 05:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://journeymantomaster.wordpress.com/2006/08/11/strict-types-good-thing/#comment-2</guid>
		<description>&lt;p&gt;http://www.nathanbedford.com/blog is waiting for your golden comments ;-)  .  You were the first person I listed on my blogroll...I think that kinda makes you my patron saint or something&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://www.nathanbedford.com/blog" rel="nofollow">http://www.nathanbedford.com/blog</a> is waiting for your golden comments <img src='http://programmer.brettveenstra.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   .  You were the first person I listed on my blogroll&#8230;I think that kinda makes you my patron saint or something</p>]]></content:encoded>
	</item>
</channel>
</rss>

