<?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>Diary of a Miami Heat Fan</title>
	<atom:link href="http://heatfan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://heatfan.wordpress.com</link>
	<description>Random thoughts ...</description>
	<lastBuildDate>Tue, 14 Sep 2010 19:29:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='heatfan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Diary of a Miami Heat Fan</title>
		<link>http://heatfan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://heatfan.wordpress.com/osd.xml" title="Diary of a Miami Heat Fan" />
	<atom:link rel='hub' href='http://heatfan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to manually add .NET 3.5 assemblies to web.config to take advantage of 3.5 features</title>
		<link>http://heatfan.wordpress.com/2008/03/04/how-to-manually-add-net-35-assemblies-to-webconfig-to-take-advantage-of-35-features/</link>
		<comments>http://heatfan.wordpress.com/2008/03/04/how-to-manually-add-net-35-assemblies-to-webconfig-to-take-advantage-of-35-features/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 21:54:13 +0000</pubDate>
		<dc:creator>HeatfanJohn</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://heatfan.wordpress.com/2008/03/04/how-to-manually-add-net-35-assemblies-to-webconfig-to-take-advantage-of-35-features/</guid>
		<description><![CDATA[ASP.NET Runtime Cheat Sheet I was able to remove the delegate statement for Func and got the import of the System namespace to work by adding the following to my web.config file: &#60;system.web&#62;     &#60;compilation&#62;         &#60;assemblies&#62;             &#60;add assembly=&#8221;System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089&#8243;/&#62;             &#60;add assembly=&#8221;System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089&#8243;/&#62;         &#60;/assemblies&#62;     &#60;/compilation&#62; &#60;/system.web&#62; I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heatfan.wordpress.com&amp;blog=820999&amp;post=8&amp;subd=heatfan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://duartes.org/gustavo/blog/post/2008/02/18/ASPNET-Runtime-Cheat-Sheet.aspx#id_afc00ef8-cd0a-45f0-91ca-ac434a965346">ASP.NET Runtime Cheat Sheet</a></p>
<blockquote><p><span style="font-family:verdana;">I was able to remove the delegate statement for Func and got the import<br />
of the System namespace to work by adding the following to my<br />
web.config file:</span><span style="font-family:verdana;"> </span></p>
<p><span style="font-family:verdana;">&lt;system.web&gt;<br />
    </span><span style="font-family:verdana;">&lt;compilation&gt;<br />
        </span><span style="font-family:verdana;">&lt;assemblies&gt;<br />
            </span><span style="font-family:verdana;">&lt;add assembly=&#8221;System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089&#8243;/&gt;<br />
            </span><span style="font-family:verdana;">&lt;add assembly=&#8221;System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089&#8243;/&gt;<br />
        </span><span style="font-family:verdana;">&lt;/assemblies&gt;<br />
</span><span style="font-family:verdana;">    &lt;/compilation&gt;<br />
</span><span style="font-family:verdana;">&lt;/system.web&gt;</span></p>
<p><span style="font-family:verdana;">I got this information from the following posting:</span></p>
<p><span style="font-family:verdana;">http://forums.asp.net/t/1186042.aspx</span></p>
<p><span style="font-family:verdana;">I&#8217;m not using Visual Studio 2008 which I assume would have done all<br />
this for me automatically. It&#8217;s interesting that I can&#8217;t find a file<br />
named &#8220;system.core.dll&#8221; in any folder under &#8220;windows\Microsoft.NET&#8221;.</span></p>
<p><span style="font-family:verdana;">Thank you,</span></p>
<p><span style="font-family:verdana;">John</span></p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/heatfan.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/heatfan.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heatfan.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heatfan.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heatfan.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heatfan.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heatfan.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heatfan.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heatfan.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heatfan.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heatfan.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heatfan.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heatfan.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heatfan.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heatfan.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heatfan.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heatfan.wordpress.com&amp;blog=820999&amp;post=8&amp;subd=heatfan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heatfan.wordpress.com/2008/03/04/how-to-manually-add-net-35-assemblies-to-webconfig-to-take-advantage-of-35-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f804e9d24ba4ce082915b35066094761?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heatfan</media:title>
		</media:content>
	</item>
		<item>
		<title>My home using FM Atlas</title>
		<link>http://heatfan.wordpress.com/2008/02/21/my-home-using-fmatlas/</link>
		<comments>http://heatfan.wordpress.com/2008/02/21/my-home-using-fmatlas/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 18:16:27 +0000</pubDate>
		<dc:creator>HeatfanJohn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heatfan.wordpress.com/?p=7</guid>
		<description><![CDATA[This is where I live: http://fmatlas.com/view/jpmasseria/20080221_Myhome Whispering Pines in Davie, Florida.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heatfan.wordpress.com&amp;blog=820999&amp;post=7&amp;subd=heatfan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="Verdana">This is where I live:</font></p>
<p><a href="http://fmatlas.com/view/jpmasseria/20080221_Myhome">http://fmatlas.com/view/jpmasseria/20080221_Myhome</a></p>
<p><font face="Verdana">Whispering Pines in Davie, Florida.</font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/heatfan.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/heatfan.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heatfan.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heatfan.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heatfan.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heatfan.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heatfan.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heatfan.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heatfan.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heatfan.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heatfan.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heatfan.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heatfan.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heatfan.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heatfan.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heatfan.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heatfan.wordpress.com&amp;blog=820999&amp;post=7&amp;subd=heatfan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heatfan.wordpress.com/2008/02/21/my-home-using-fmatlas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f804e9d24ba4ce082915b35066094761?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heatfan</media:title>
		</media:content>
	</item>
		<item>
		<title>Water managers declare water shortages, impose mandatory water restrictions</title>
		<link>http://heatfan.wordpress.com/2007/03/22/water-managers-declare-water-shortages-impose-mandatory-water-restrictions/</link>
		<comments>http://heatfan.wordpress.com/2007/03/22/water-managers-declare-water-shortages-impose-mandatory-water-restrictions/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 18:10:06 +0000</pubDate>
		<dc:creator>HeatfanJohn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heatfan.wordpress.com/2007/03/22/water-managers-declare-water-shortages-impose-mandatory-water-restrictions/</guid>
		<description><![CDATA[&#160; Severe Water Shortage Order declared for Lake Okeechobee Service Area, imposing more stringent Phase II mandatory water restrictions. Moderate Water Shortage Order declared for Lower East Coast, imposing Phase I mandatory water restrictions. Water Shortage Cease Withdrawal Order declared for St. Lucie County Agricultural Area, terminating withdrawals by permitted users from the C-23, C-24 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heatfan.wordpress.com&amp;blog=820999&amp;post=5&amp;subd=heatfan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="left">&nbsp;</p>
<p align="left"><font color="#000066"><strong>Severe Water Shortage Order declared for Lake Okeechobee Service Area, </strong></font><font color="#000066"><strong>imposing more stringent Phase II mandatory water restrictions.</strong></font></p>
<p align="left"><strong>Moderate Water Shortage Order declared for Lower East Coast, </strong><br />
<strong>imposing Phase I mandatory water restrictions.</strong></p>
<p><font color="#000066"><strong>Water Shortage Cease Withdrawal Order declared for </strong></font><font color="#000066"><strong>St. Lucie County Agricultural Area, terminating withdrawals by permitted users from the C-23, C-24 and C-25 canals and </strong></font><font color="#000066"><strong>imposing Phase I mandatory water restrictions </strong></font><font color="#000066"><strong>for residential non-permitted users from the three canals.</strong></font></p>
<p><a href="http://www.sfwmd.gov/newsr/3_newsrel.html#shortages">Recent SFWMD News Releases &#8211; English</a></p>
<blockquote><p><strong>Lower East Coast:</strong><strong><br />
</strong><br />
Classified as a Phase I moderate water shortage declaration, the Lower East Coast order will primarily impact areas of eastern Monroe, Miami-Dade, Broward and Palm Beach counties &#8212; highly populated urban areas that depend on Lake Okeechobee for backup water supply.</p></blockquote>
<blockquote><p>Because lawn irrigation accounts for half of drinking water used in South Florida, Phase I water restrictions require water users to limit outdoor water use. Phase I restrictions allow lawn watering and car washing three days a week: Mondays, Wednesdays and Saturdays from 4 a.m. to 8 a.m. for addresses that end in an odd number; Tuesdays, Thursdays and Sundays from 4 a.m. to 8 a.m. for even-number addresses. Water restrictions do not apply to the use of 100 percent reclaimed water (reuse).</p></blockquote>
<p class="poweredbyperformancing">powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/heatfan.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/heatfan.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heatfan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heatfan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heatfan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heatfan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heatfan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heatfan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heatfan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heatfan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heatfan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heatfan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heatfan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heatfan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heatfan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heatfan.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heatfan.wordpress.com&amp;blog=820999&amp;post=5&amp;subd=heatfan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heatfan.wordpress.com/2007/03/22/water-managers-declare-water-shortages-impose-mandatory-water-restrictions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f804e9d24ba4ce082915b35066094761?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heatfan</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress domain mapping FAQ</title>
		<link>http://heatfan.wordpress.com/2007/02/26/wordpress-domain-mapping-faq/</link>
		<comments>http://heatfan.wordpress.com/2007/02/26/wordpress-domain-mapping-faq/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 21:57:17 +0000</pubDate>
		<dc:creator>HeatfanJohn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heatfan.wordpress.com/2007/02/26/wordpress-domain-mapping-faq/</guid>
		<description><![CDATA[Q: How to I map my wordpress.com blog to a subdirectory of my current domain such as http://domain.com/blog ? A: I’m sorry, but subdirectory mapping is not available. You could map to a subdomain as described below. Q: I own domain.com, and want to map a subdomain of that to my WordPress.com blog. Is that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heatfan.wordpress.com&amp;blog=820999&amp;post=3&amp;subd=heatfan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Q: How to I map my wordpress.com blog to a subdirectory of my current domain such as http://domain.com/blog ?</strong><br />
A: I’m sorry, but subdirectory mapping is not available.  You could map to a <em>subdomain</em> as described below.</p>
<p><strong>Q: I own domain.com, and want to map a subdomain of that to my WordPress.com blog.  Is that possible?</strong><br />
A: Yes.  You will need to add a DNS CNAME at your DNS provider before the domain mapping will work.  You <strong>should not</strong> change your nameserver information if you just want to map a subdomain.  The CNAME should look something like the following:</p>
<p>subdomain.domain.com. IN CNAME [your-blog].wordpress.com.</p>
<p>Once that DNS entry has been added login to your WordPress.com Dashboard, click on Options &gt; Domains and enter subdomain.domain.com into the box. If everything is setup correctly, it will allow you to map the subdomain to your blog. If things are not quite right the system will let you know and provide suggestions on what you need to do to remedy the problem.</p>
<p><strong>Note</strong>: You cannot map only the “www” subdomain since we remove the www from all the URLs at wordpress.com.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/heatfan.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/heatfan.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heatfan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heatfan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heatfan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heatfan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heatfan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heatfan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heatfan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heatfan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heatfan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heatfan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heatfan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heatfan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heatfan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heatfan.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heatfan.wordpress.com&amp;blog=820999&amp;post=3&amp;subd=heatfan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://heatfan.wordpress.com/2007/02/26/wordpress-domain-mapping-faq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f804e9d24ba4ce082915b35066094761?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heatfan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
