<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>brendancleary.com</title>
	<atom:link href="http://brendancleary.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://brendancleary.com</link>
	<description></description>
	<lastBuildDate>Tue, 29 May 2012 21:32:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='brendancleary.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>brendancleary.com</title>
		<link>http://brendancleary.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://brendancleary.com/osd.xml" title="brendancleary.com" />
	<atom:link rel='hub' href='http://brendancleary.com/?pushpress=hub'/>
		<item>
		<title>Git + LaTeX + TeXnicCenter</title>
		<link>http://brendancleary.com/2012/05/29/git-latex-texniccenter/</link>
		<comments>http://brendancleary.com/2012/05/29/git-latex-texniccenter/#comments</comments>
		<pubDate>Tue, 29 May 2012 21:18:33 +0000</pubDate>
		<dc:creator>bcleary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[LaTeX]]></category>

		<guid isPermaLink="false">http://brendancleary.com/?p=97</guid>
		<description><![CDATA[Using Git and LaTeX can be fun to get up and running, but its even more fun if you want to use an editor like TeXnicCenter. The main problem in using TeXnicCenter and attempting to collaborate with others over git is what to do with TeXnicCenter project and Latex build files. By default these files [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=97&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using Git and LaTeX can be fun to get up and running, but its even more fun if you want to use an editor like TeXnicCenter.</p>
<p>The main problem in using TeXnicCenter and attempting to collaborate with others over git is what to do with TeXnicCenter project and Latex build files. By default these files will be put in the directory where your tex files are which will cause problems when you go to push your changes. You can add all the files to .gitignore but that is a bit of a pain. Instead create a sub directory (lets call it &#8220;projectFiles&#8221;) and copy all the build files into it. Then in TeXnicCenter open Build -&gt; &#8220;Define Output Profiles&#8221; and add the following to the latex compile command line arguments &#8220;-aux-directory=projectFiles&#8221; Now when you compile Latex all the build files will be put in this directory. </p>
<p>If you are using projects in TeXnicCenter then you will have one further .tcp file in the root directory. This is the project settings file. You can manually move this to the &#8220;projectFiles&#8221; directory also but make sure to update the path to the MainFile to reference the parent directory.</p>
<p>Now that we have all the build and project files organized we can simply add an entry to .gitignore to instruct it to ignore the &#8220;projectFiles&#8221; directory.</p>
<p>Get updates changes from Git</p>
<p><code>git fetch origin<br />
git merge origin/master</code></p>
<p>Push you changes</p>
<p><code>git commit -am 'comment'<br />
git push origin master</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clearyb.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clearyb.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clearyb.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clearyb.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clearyb.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clearyb.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clearyb.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clearyb.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clearyb.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clearyb.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clearyb.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clearyb.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clearyb.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clearyb.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=97&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brendancleary.com/2012/05/29/git-latex-texniccenter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4aeaee6ebfd1299c622b2570f055976e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clearyb</media:title>
		</media:content>
	</item>
		<item>
		<title>Blog Moved</title>
		<link>http://brendancleary.com/2012/05/09/blog-moved/</link>
		<comments>http://brendancleary.com/2012/05/09/blog-moved/#comments</comments>
		<pubDate>Wed, 09 May 2012 06:15:01 +0000</pubDate>
		<dc:creator>bcleary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://clearyb.wordpress.com/?p=74</guid>
		<description><![CDATA[Normal service is resumed, which means I&#8217;ll probably be back here in a year or so<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=74&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Normal service is resumed, which means I&#8217;ll probably be back here in a year or so <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clearyb.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clearyb.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clearyb.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clearyb.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clearyb.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clearyb.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clearyb.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clearyb.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clearyb.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clearyb.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clearyb.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clearyb.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clearyb.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clearyb.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=74&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brendancleary.com/2012/05/09/blog-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4aeaee6ebfd1299c622b2570f055976e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clearyb</media:title>
		</media:content>
	</item>
		<item>
		<title>VS 2010 Disabling script debugging</title>
		<link>http://brendancleary.com/2011/03/01/vs-2010-disabling-script-debugging/</link>
		<comments>http://brendancleary.com/2011/03/01/vs-2010-disabling-script-debugging/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 06:05:47 +0000</pubDate>
		<dc:creator>bcleary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://clearyb.wordpress.com/?p=65</guid>
		<description><![CDATA[This is an update to my previous post about disabling script debugging in VS 2008. To disable script debugging in VS 2010 add the following registry key using the command prompt (note your just updating the VS version number); reg add HKLM\SOFTWARE\Microsoft\VisualStudio\10.0\AD7Metrics\Engine\{F200A7E7-DEA5-11D0-B854-00A0244A1DE2} /v ProgramProvider /d {4FF9DEF4-8922-4D02-9379-3FFA64D1D639} /f see http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/19f91aa2-fb1b-40e9-bfb3-e2ee4fcfe7b8/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=65&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>This is an update to my previous post about disabling script debugging in VS 2008. To disable script debugging in VS 2010 add the following registry key using the command prompt (note your just updating the VS version number);</p>
<p>reg add HKLM\SOFTWARE\Microsoft\VisualStudio\<strong>10.0</strong>\AD7Metrics\Engine\{F200A7E7-DEA5-11D0-B854-00A0244A1DE2} /v ProgramProvider /d {4FF9DEF4-8922-4D02-9379-3FFA64D1D639} /f</p>
<p>see http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/19f91aa2-fb1b-40e9-bfb3-e2ee4fcfe7b8/</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clearyb.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clearyb.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clearyb.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clearyb.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clearyb.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clearyb.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clearyb.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clearyb.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clearyb.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clearyb.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clearyb.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clearyb.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clearyb.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clearyb.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=65&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brendancleary.com/2011/03/01/vs-2010-disabling-script-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4aeaee6ebfd1299c622b2570f055976e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clearyb</media:title>
		</media:content>
	</item>
		<item>
		<title>Default config of IIS 7 does not include ASP or ASP.Net?</title>
		<link>http://brendancleary.com/2010/09/17/default-config-of-iis-7-does-not-include-asp-or-asp-net/</link>
		<comments>http://brendancleary.com/2010/09/17/default-config-of-iis-7-does-not-include-asp-or-asp-net/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 06:05:24 +0000</pubDate>
		<dc:creator>bcleary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://clearyb.wordpress.com/?p=63</guid>
		<description><![CDATA[When installing IIS onto vista or windows 7 in “Turn Windows features on or off” dialogue you might for example click on the root tree “Internet Information Servcies” to indicate your wish to install all sub components and features, however clicking on the root of the tree is not enough as you actually have to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=63&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>When installing IIS onto vista or windows 7 in “Turn Windows features on or off” dialogue you might for example click on the root tree “Internet Information Servcies” to indicate your wish to install all sub components and features, however clicking on the root of the tree is not enough as you actually have to drill down to find the web development sub tree open that and then select the leaf nodes for ASP.net (and ASP if you need it).</p>
<p>Really non intuitive tree control, i understand that it is giving me a recommended configuration rather than installing everything which very few users will need, but i think the design of the control is not obvious.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clearyb.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clearyb.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clearyb.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clearyb.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clearyb.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clearyb.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clearyb.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clearyb.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clearyb.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clearyb.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clearyb.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clearyb.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clearyb.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clearyb.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=63&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brendancleary.com/2010/09/17/default-config-of-iis-7-does-not-include-asp-or-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4aeaee6ebfd1299c622b2570f055976e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clearyb</media:title>
		</media:content>
	</item>
		<item>
		<title>Visual Studio &#8211; multiple instances of development web server</title>
		<link>http://brendancleary.com/2010/09/17/visual-studio-multiple-instances-of-development-web-server/</link>
		<comments>http://brendancleary.com/2010/09/17/visual-studio-multiple-instances-of-development-web-server/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 06:04:54 +0000</pubDate>
		<dc:creator>bcleary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://clearyb.wordpress.com/?p=61</guid>
		<description><![CDATA[In Visual Studio (2005, 2008 &#38; 2010), if you have multiple web projects in a solution a separate instance of the development web server “Cassini” is launched for each web project when debugging. If you are only debugging a single web project all these instances are probably unnecessary. Setting a single startup project in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=61&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>In Visual Studio (2005, 2008 &amp; 2010), if you have multiple web projects in a solution a separate instance of the development web server “Cassini” is launched for each web project when debugging. If you are only debugging a single web project all these instances are probably unnecessary. Setting a single startup project in the solution properties menu does not solve this issue, instead you have to explicitly stop each web project from launching a server instance. This is done through the properties grid in the properties window (View -&gt; Properties Window) for the web project not through the Properties menu (right click on web project -&gt; properties) (someone please give me  a good reason why there are 2 properties menus).</p>
<p><img src="http://www.brendancleary.com/blog/wp-content/uploads/2010/09/Untitled-1.png" alt="Untitled-1.png" /><br />
In the properties grid for the project you want to exclude, simply change the “Always Start When Debugging” property to False. This prevents a server instance being created for that web project, rinse and repeat for other projects you don’t care about.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clearyb.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clearyb.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clearyb.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clearyb.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clearyb.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clearyb.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clearyb.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clearyb.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clearyb.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clearyb.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clearyb.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clearyb.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clearyb.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clearyb.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=61&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brendancleary.com/2010/09/17/visual-studio-multiple-instances-of-development-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4aeaee6ebfd1299c622b2570f055976e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clearyb</media:title>
		</media:content>

		<media:content url="http://www.brendancleary.com/blog/wp-content/uploads/2010/09/Untitled-1.png" medium="image">
			<media:title type="html">Untitled-1.png</media:title>
		</media:content>
	</item>
		<item>
		<title>VS 2008 debug Script Documents</title>
		<link>http://brendancleary.com/2010/05/13/vs-2008-debug-script-documents/</link>
		<comments>http://brendancleary.com/2010/05/13/vs-2008-debug-script-documents/#comments</comments>
		<pubDate>Thu, 13 May 2010 06:04:25 +0000</pubDate>
		<dc:creator>bcleary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://clearyb.wordpress.com/?p=59</guid>
		<description><![CDATA[A really annoying issue that can arise in VS 2008 if your attempting to debug a site with a lot of javascript (which comes for free with the AJAX toolkit is you get a new node in the solution explorer detailing each little piece of javascript that is loaded just in case you need to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=59&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>A really annoying issue that can arise in VS 2008 if your attempting to debug a site with a lot of javascript (which comes for free with the AJAX toolkit <img src="http://www.brendancleary.com/blog/wp-includes/images/smilies/icon_wink.gif" alt=";)" /> is you get a new node in the solution explorer detailing each little piece of javascript that is loaded just in case you need to debug it. This is great and all but it looks like nobody tested this with a production size site because anything more than a small amount of JS and it slows to a crawl.</p>
<p>There does not appear to be a solution in VS 2008 for this, you are basically back to hacking the registry to disable script debugging.</p>
<p>Open a command prompt and type;</p>
<p>reg add HKLM\SOFTWARE\Microsoft\VisualStudio\9.0\AD7Metrics\Engine\{F200A7E7-DEA5-11D0-B854-00A0244A1DE2} /v ProgramProvider /d {4FF9DEF4-8922-4D02-9379-3FFA64D1D639} /f</p>
<p>See here for more;</p>
<p><a href="http://blogs.msdn.com/greggm/archive/2009/04/06/disabling-script-debugging-in-vs-2008-ie8.aspx">http://blogs.msdn.com/greggm/archive/2009/04/06/disabling-script-debugging-in-vs-2008-ie8.aspx</a><br />
<a href="http://pagebrooks.com/archive/2008/04/23/easily-disable-javascript-debugging-in-visual-studio-2008.aspx">http://pagebrooks.com/archive/2008/04/23/easily-disable-javascript-debugging-in-visual-studio-2008.aspx</a></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clearyb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clearyb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clearyb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clearyb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clearyb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clearyb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clearyb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clearyb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clearyb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clearyb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clearyb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clearyb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clearyb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clearyb.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=59&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brendancleary.com/2010/05/13/vs-2008-debug-script-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4aeaee6ebfd1299c622b2570f055976e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clearyb</media:title>
		</media:content>

		<media:content url="http://www.brendancleary.com/blog/wp-includes/images/smilies/icon_wink.gif" medium="image">
			<media:title type="html">;)</media:title>
		</media:content>
	</item>
		<item>
		<title>IPhone Dev Error: Program received signal: “EXC_BAD_ACCESS”. or “Failed to call designated initaializer on NSManagedObject class”</title>
		<link>http://brendancleary.com/2010/05/07/iphone-dev-error-program-received-signal-exc_bad_access-or-failed-to-call-designated-initaializer-on-nsmanagedobject-class/</link>
		<comments>http://brendancleary.com/2010/05/07/iphone-dev-error-program-received-signal-exc_bad_access-or-failed-to-call-designated-initaializer-on-nsmanagedobject-class/#comments</comments>
		<pubDate>Fri, 07 May 2010 06:04:02 +0000</pubDate>
		<dc:creator>bcleary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://clearyb.wordpress.com/?p=57</guid>
		<description><![CDATA[Symptoms: cryptic error message with a massive stack trace (65k+ stack frames) This could be a memory leak, however, the cause in my case was i had named a property of a NSManagedObject object “description” in my Core Data data model. While “description” is a not technically a reserved keyword it is a method in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=57&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>Symptoms: cryptic error message with a massive stack trace (65k+ stack frames)<br />
This could be a memory leak, however, the cause in my case was i had named a property of a NSManagedObject object “description” in my Core Data data model. While “description” is a not technically a reserved keyword it is a method in NSObject which when used with Core Data causes problems.<br />
Solution; rename the property to something else like desc.</p>
<p>see <a title="http://stackoverflow.com/questions/2222155/core-data-crashes-with-exc-bad-access-on-one-of-my-entities" href="http://stackoverflow.com/questions/2222155/core-data-crashes-with-exc-bad-access-on-one-of-my-entities">http://stackoverflow.com/questions/2222155/core-data-crashes-with-exc-bad-access-on-one-of-my-entities</a> for more</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clearyb.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clearyb.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clearyb.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clearyb.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clearyb.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clearyb.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clearyb.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clearyb.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clearyb.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clearyb.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clearyb.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clearyb.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clearyb.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clearyb.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=57&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brendancleary.com/2010/05/07/iphone-dev-error-program-received-signal-exc_bad_access-or-failed-to-call-designated-initaializer-on-nsmanagedobject-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4aeaee6ebfd1299c622b2570f055976e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clearyb</media:title>
		</media:content>
	</item>
		<item>
		<title>IPhone Dev Error: “The model used to open the store is incompatible with the one used to create the store”;</title>
		<link>http://brendancleary.com/2010/05/07/iphone-dev-error-the-model-used-to-open-the-store-is-incompatible-with-the-one-used-to-create-the-store/</link>
		<comments>http://brendancleary.com/2010/05/07/iphone-dev-error-the-model-used-to-open-the-store-is-incompatible-with-the-one-used-to-create-the-store/#comments</comments>
		<pubDate>Fri, 07 May 2010 06:03:39 +0000</pubDate>
		<dc:creator>bcleary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://clearyb.wordpress.com/?p=55</guid>
		<description><![CDATA[You have probably changed the Core Data data model and are now trying to run your app in the simulator, however,, if you have already run it on the sim before then there will be data stored according to the old version of the data model. Quick solution: reset the simulator “IPhone Simulator &#62; Reset [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=55&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You have probably changed the Core Data data model and are now trying to run your app in the simulator, however,, if you have already run it on the sim before then there will be data stored according to the old version of the data model. Quick solution: reset the simulator “IPhone Simulator &gt; Reset Content and Settings” and try running your app again. Correct solution: look at versioning your data models.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clearyb.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clearyb.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clearyb.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clearyb.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clearyb.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clearyb.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clearyb.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clearyb.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clearyb.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clearyb.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clearyb.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clearyb.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clearyb.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clearyb.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=55&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brendancleary.com/2010/05/07/iphone-dev-error-the-model-used-to-open-the-store-is-incompatible-with-the-one-used-to-create-the-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4aeaee6ebfd1299c622b2570f055976e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clearyb</media:title>
		</media:content>
	</item>
		<item>
		<title>Route traffic (smtp) through specific network interface</title>
		<link>http://brendancleary.com/2010/03/05/route-traffic-smtp-through-specific-network-interface/</link>
		<comments>http://brendancleary.com/2010/03/05/route-traffic-smtp-through-specific-network-interface/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 06:03:13 +0000</pubDate>
		<dc:creator>bcleary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://clearyb.wordpress.com/?p=53</guid>
		<description><![CDATA[The problem; need to force connections to the gmail smtp servers through a mobile broadband modem rather than the main system NIC. The solution; use the route command to add a new persistent route to the IP routing tables for your machine; route -p add 216.239.59.109 mask 255.255.255.255 XXX.XXX.XXX.XXX metric 1 if 14 where; 216.239.59.109 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=53&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>The problem; need to force connections to the gmail smtp servers through a mobile broadband modem rather than the main system NIC. The solution; use the route command to add a new persistent route to the IP routing tables for your machine;</p>
<p>route -p add 216.239.59.109 mask 255.255.255.255 XXX.XXX.XXX.XXX metric 1 if 14</p>
<p>where;</p>
<ul>
<li>216.239.59.109 is the gmail smtp server</li>
</ul>
<ul>
<li>XXX.XXX.XXX.XXX is the default gatway for the connection you want to route the traffic through</li>
</ul>
<ul>
<li>if 14 is the id of the NIC you want to use</li>
</ul>
<p>See this article for more details  <a href="http://www.windowsnetworking.com/articles_tutorials/Making-Sense-Windows-Routing-Tables.html">http://www.windowsnetworking.com/articles_tutorials/Making-Sense-Windows-Routing-Tables.html </a></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clearyb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clearyb.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clearyb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clearyb.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clearyb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clearyb.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clearyb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clearyb.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clearyb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clearyb.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clearyb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clearyb.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clearyb.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clearyb.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=53&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brendancleary.com/2010/03/05/route-traffic-smtp-through-specific-network-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4aeaee6ebfd1299c622b2570f055976e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clearyb</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL server management studio “locate backup” default path – when an unfinished feature becomes a bug</title>
		<link>http://brendancleary.com/2009/07/10/sql-server-management-studio-locate-backup-default-path-when-an-unfinished-feature-becomes-a-bug/</link>
		<comments>http://brendancleary.com/2009/07/10/sql-server-management-studio-locate-backup-default-path-when-an-unfinished-feature-becomes-a-bug/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 06:02:16 +0000</pubDate>
		<dc:creator>bcleary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://clearyb.wordpress.com/?p=49</guid>
		<description><![CDATA[Any of you that use SQL server management studio will probably, at one time or another, have had reason to attempt to restore a database from a backup file. This relatively simple operation is made irritatingly difficult by the management studio user interface. While there are many things wrong about the UI for this particular [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=49&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>Any of you that use SQL server management studio will probably, at one time or another, have had reason to attempt to restore a database from a backup file. This relatively simple operation is made irritatingly difficult by the management studio user interface. While there are many things wrong about the UI for this particular task (principally too many clicks before you do anything useful) the biggest problem is that it does not save the path of the backup file you choose. When you open the locate backup dialogue it defaults to a directory within the SQL server install dir, to select the file you want to restore you have to navigate to wherever in your file system that file resides, you can’t type in the path you have to scroll and click your way there. This is just painful but the pain is compounded by the fact that (if you don’t just give up and go home but actually find the file that you want to restore) the next time you wish to restore a backup you are forced to navigate through the directory structure again. I think this is due to an unfinished feature in the management studio, the UI of the specify backup dialogue looks as if it should save the locations of backup files you have previously restored, unfortunately it does not so instead this unfinished feature results in a usability bug in the locate backup dialogue.</p>
<p>The solution (or a kind of solution I should say) is to edit the registry entry that records the path the locate backup file dialogue defaults to;</p>
<p><strong>My Computer\HKEY_LOCAL-MACHINE\SOFTWARE\Microsoft\\Microsoft SQL Server\MSSQL.1\MSSQLServer\BackupDirectory </strong></p>
<p>Done.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clearyb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clearyb.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clearyb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clearyb.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clearyb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clearyb.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clearyb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clearyb.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clearyb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clearyb.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clearyb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clearyb.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clearyb.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clearyb.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brendancleary.com&#038;blog=35826250&#038;post=49&#038;subd=clearyb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brendancleary.com/2009/07/10/sql-server-management-studio-locate-backup-default-path-when-an-unfinished-feature-becomes-a-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4aeaee6ebfd1299c622b2570f055976e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clearyb</media:title>
		</media:content>
	</item>
	</channel>
</rss>
