<?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>rdcprojects</title>
	<atom:link href="http://rdcprojects.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rdcprojects.wordpress.com</link>
	<description>a blog about my projects to encourage me to get them done!</description>
	<lastBuildDate>Sun, 29 Jan 2012 22:22:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rdcprojects.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>rdcprojects</title>
		<link>http://rdcprojects.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rdcprojects.wordpress.com/osd.xml" title="rdcprojects" />
	<atom:link rel='hub' href='http://rdcprojects.wordpress.com/?pushpress=hub'/>
		<item>
		<title>IE Plugin Mystery</title>
		<link>http://rdcprojects.wordpress.com/2012/01/29/ie-plugin-mystery/</link>
		<comments>http://rdcprojects.wordpress.com/2012/01/29/ie-plugin-mystery/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 22:22:01 +0000</pubDate>
		<dc:creator>rdcprojects</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[.NET; Programming; Web; IE Extension]]></category>
		<category><![CDATA[gac]]></category>

		<guid isPermaLink="false">http://rdcprojects.wordpress.com/?p=29</guid>
		<description><![CDATA[The other week at work I discovered an odd problem whilst developing an extension for IE. This extension worked perfectly until I added some Windows Azure code which used classes from the storageclient library. Once this code was added the extension failed to even load with no error messages or any other signs of life. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rdcprojects.wordpress.com&amp;blog=9463070&amp;post=29&amp;subd=rdcprojects&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The other week at work I discovered an odd problem whilst developing an extension for IE. This extension worked perfectly until I added some Windows Azure code which used classes from the storageclient library.</p>
<p>Once this code was added the extension failed to even load with no error messages or any other signs of life. This was the case even when the code was unreachable. It was the mere presence of the of the code which was causing the problem.</p>
<p>After much experimentation I found out that all the DLLs used by an IE extension must be present in the GAC (and the Azure SDK doesn&#8217;t add the storageclient DLL into the GAC when it installs). After adding it into the GAC the plugin worked perfectly.</p>
<p>Hopefully this post may save someone some stress if they are having similar problems with their code.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rdcprojects.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rdcprojects.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rdcprojects.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rdcprojects.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rdcprojects.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rdcprojects.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rdcprojects.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rdcprojects.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rdcprojects.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rdcprojects.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rdcprojects.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rdcprojects.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rdcprojects.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rdcprojects.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rdcprojects.wordpress.com&amp;blog=9463070&amp;post=29&amp;subd=rdcprojects&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rdcprojects.wordpress.com/2012/01/29/ie-plugin-mystery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0f35771418806bae16812ab9cc3a19e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rdcprojects</media:title>
		</media:content>
	</item>
		<item>
		<title>Coldframe</title>
		<link>http://rdcprojects.wordpress.com/2011/11/07/coldframe/</link>
		<comments>http://rdcprojects.wordpress.com/2011/11/07/coldframe/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 21:41:11 +0000</pubDate>
		<dc:creator>rdcprojects</dc:creator>
				<category><![CDATA[Gardening]]></category>

		<guid isPermaLink="false">http://rdcprojects.wordpress.com/?p=20</guid>
		<description><![CDATA[After a few months of putting it off I finally splashed out for a cold frame for the garden. Although it seems like an odd time of year to start gardening I didn&#8217;t want to just have house plants to grow until the spring. The cold frame should allow me to grow over the winter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rdcprojects.wordpress.com&amp;blog=9463070&amp;post=20&amp;subd=rdcprojects&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a few months of putting it off I finally splashed out for a cold frame for the garden. Although it seems like an odd time of year to start gardening I didn&#8217;t want to just have house plants to grow until the spring. The cold frame should allow me to grow over the winter even in the harshest weather and has the added bonus that I don&#8217;t have to dig up half the lawn in a rental property.</p>
<p>The one I plumped for was an aluminium framed one with plastic (or dual layered polycarbonate from the marketing speak) mainly because the cost was less than half that of the other types and was even cheaper than building something myself.</p>
<p>Putting it together was easy enough, bar the windows fitting too snugly or not snugly enough, although after following the instructions to the letter I was left with a good chunk of bolts left over. Although it didn&#8217;t seem as sturdy as I&#8217;d like I wasn&#8217;t too worried about it and left it at that. This was a mistake.</p>
<p>The following week, after the first strong wind of the autumn, I came home to devastation. Ok not quite. In the wind the roof of the cold frame had blown off. I put it back on and added the left over bolts (which I found, suprise suprise, were there to keep the roof on) and thought that was that.</p>
<p>Of course being a cheap cold frame the aluminium wasn&#8217;t the strongest. The next day when I came back from work the roof was damaged again. This time two of the lids had flipped up against the roof hinge and the metal had shorn at the joints. This required some more serious DIY.</p>
<p>With a lot of help from my dad I added some aluminium braces to the broken lids. At the end of it these were actually stronger than they were at the start, With the addition of some bricks along the walls of the cold frame for support hopefully it should last the winter.</p>
<p>The next task is to make sure the cold frame is  warm enough to prevent frost through the winter. The bricks that I added to firm up the structure should also add some thermal mass to the frame (help it absorb heat during the day and hold onto it at night). So far this seems to have worked with the bricks being fairly warm to the touch just before nightfall. However I&#8217;m planning on keeping my eye on it with the aim to add to insulate the roof with bubble wrap or the like if it gets too cold.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rdcprojects.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rdcprojects.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rdcprojects.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rdcprojects.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rdcprojects.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rdcprojects.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rdcprojects.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rdcprojects.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rdcprojects.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rdcprojects.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rdcprojects.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rdcprojects.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rdcprojects.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rdcprojects.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rdcprojects.wordpress.com&amp;blog=9463070&amp;post=20&amp;subd=rdcprojects&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rdcprojects.wordpress.com/2011/11/07/coldframe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0f35771418806bae16812ab9cc3a19e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rdcprojects</media:title>
		</media:content>
	</item>
	</channel>
</rss>
