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

<channel>
	<title>EricMiller.name</title>
	<atom:link href="http://www.ericmiller.name/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericmiller.name</link>
	<description>Shameless Self-Promotion</description>
	<lastBuildDate>Wed, 18 Aug 2010 15:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>JQuery Superfish IE7 Z-Index Bug Fix</title>
		<link>http://www.ericmiller.name/computers/web/css/superfish-ie7-zindex/</link>
		<comments>http://www.ericmiller.name/computers/web/css/superfish-ie7-zindex/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 15:01:11 +0000</pubDate>
		<dc:creator>Eric Miller</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.ericmiller.name/?p=122</guid>
		<description><![CDATA[As we all know Internet Exploder (Explorer) does not play well with others. Here is the solution for the IE7 Z-Index bug for Superfish.]]></description>
			<content:encoded><![CDATA[<p>As we all know Internet Exploder (Explorer) does not play well with others. I spent the last couple hours pounding my head against the keyboard fighting the Z-Index Bug. </p>
<p><strong>The Setup</strong></p>
<p><code></p>
<div class="site-nav">
<div class="content site-nav-content">
<ul class="sf-menu">
<li><a href="#">Menu Item 1</a></li>
</ul>
</div>
</div>
<div class="site-content">
Bla bla bla
</div>
<p></code></p>
<p>Thanks to Simon over at <a href="webdemar.com">webdemar.com</a> for pointing me in the right direction. His solution envolved forcing the parent of the menu (in our example div.site-nav-content) to a higher z-index level than the content being served up. In my specific instance it wasn&#8217;t quite enough so i had to take it one step further.</p>
<p><strong>The Solution</strong></p>
<p>In my IE7 specific Screen style-sheet I created a couple entries:</p>
<ol>
<li>Create a default z-index for everything <code>*{z-index:1;}</code></li>
<li>Set a high z-index for my menu container <code>.site-nav-content{z-index:900;}</code></li>
<li>Set a high z-index for everything within my menu container <code>.site-nav-content *{z-index:900;}</code></li>
</ol>
<p><strong>Final Source</strong></p>
<p><code></p>
<p>/* IE Z-Index bug fix*/</p>
<p>*{z-index:1;}</p>
<p>.site-nav-content{z-index:900;}</p>
<p>.site-nav-content *{z-index:900;}</p>
<p></code></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New+Blog+Post:+JQuery+Superfish+IE7+Z-Index+Bug+Fix+http://tinyurl.com/39ob7gx" title="Post to Twitter"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/web/css/superfish-ie7-zindex/&amp;title=JQuery+Superfish+IE7+Z-Index+Bug+Fix" title="Post to Delicious"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/web/css/superfish-ie7-zindex/&amp;title=JQuery+Superfish+IE7+Z-Index+Bug+Fix" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/web/css/superfish-ie7-zindex/&amp;title=JQuery+Superfish+IE7+Z-Index+Bug+Fix" title="Post to Digg"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/web/css/superfish-ie7-zindex/&amp;title=JQuery+Superfish+IE7+Z-Index+Bug+Fix" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/web/css/superfish-ie7-zindex/&amp;title=JQuery+Superfish+IE7+Z-Index+Bug+Fix" title="Post to Reddit"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/web/css/superfish-ie7-zindex/&amp;title=JQuery+Superfish+IE7+Z-Index+Bug+Fix" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/web/css/superfish-ie7-zindex/&amp;title=JQuery+Superfish+IE7+Z-Index+Bug+Fix" title="Post to StumbleUpon"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/web/css/superfish-ie7-zindex/&amp;title=JQuery+Superfish+IE7+Z-Index+Bug+Fix" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ericmiller.name/computers/web/css/superfish-ie7-zindex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Letter to my Country</title>
		<link>http://www.ericmiller.name/other/politics/alettertomycountry/</link>
		<comments>http://www.ericmiller.name/other/politics/alettertomycountry/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 15:09:33 +0000</pubDate>
		<dc:creator>Eric Miller</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.ericmiller.name/?p=114</guid>
		<description><![CDATA[Sometimes I just a get a little upset when it comes to the wrongs in this country. I apologize if the language offends anyone, but sometimes its necessary to get a point across.]]></description>
			<content:encoded><![CDATA[<p>As one of those 1.2 million that lost his home since 2005 I say fuck you Mr. &#8220;Too big to fail&#8221;. When you sold off our house along with 127 other families because you were unwilling to re-finance at the end of the crap ARM you sold my wife (knowing full well she wouldn&#8217;t be able to afford it when the bill came due).</p>
<p>I say fuck you Mr. President (Bush / Obama doesn&#8217;t really matter S.S.D.P.). Expansion of federal powers, the shredding of our Constitution, and the global war machine that has screwed up so many of my friends and my country for decades. I read a story this morning of a Executive Ordered assassination of a US Citizen, where was his trial? I also saw the 1520 clause of the health care bill ram rodded through by the president authorizing his own personal army in the event military command refuses orders during times of civil unrest. Hitler had a private army called the SS, what do you call yours Mr. Obama?</p>
<p>To all of our Senators and Congressmen that worry more about being re-elected than doing whats right, Fuck you. Take a good hard look at Sen. Ben Nelson (D-NE), he crossed the people he swore to represent and now he will pay for it. Come re-election time we will see to it.</p>
<p>To the Federal agents raiding Militias (which by the way are protected by the Second Amendment, in case you forgot.) all over the United States on trumped up terrorism and sedition charges, Fuck you. At least they are willing to exercise their rights as free Americans instead of embracing this mockery of a &#8220;Republic&#8221;. And yes I saw the purchase order for two 10mm anti-material rifles in camo paint with suppressors for the FBI, I guess banks need protection from tanks.</p>
<p>And to all of the people who feel entitled to be called &#8220;Americans&#8221; without having to fight or sacrifice for it, Fuck you. I will take a Pakistani goat herder who saved everything to bring his family here for a chance. He took the tests, stood in lines, raised his right hand to swear his allegiance, and every morning flies an American flag on his front step because he knows the Constitution by heart. He is more American than you will ever be. Am I wrong, what was the last thing you did for this country other than feel entitled?</p>
<p>Stand up, support your states rights, and remind your representatives that it is your breath on the back of their neck. Let them know how you feel about a bill, and that there are consequences for political agendas.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New+Blog+Post:+A+Letter+to+my+Country+http://tinyurl.com/39uyvs6" title="Post to Twitter"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/other/politics/alettertomycountry/&amp;title=A+Letter+to+my+Country" title="Post to Delicious"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/other/politics/alettertomycountry/&amp;title=A+Letter+to+my+Country" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/other/politics/alettertomycountry/&amp;title=A+Letter+to+my+Country" title="Post to Digg"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/other/politics/alettertomycountry/&amp;title=A+Letter+to+my+Country" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/other/politics/alettertomycountry/&amp;title=A+Letter+to+my+Country" title="Post to Reddit"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/other/politics/alettertomycountry/&amp;title=A+Letter+to+my+Country" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/other/politics/alettertomycountry/&amp;title=A+Letter+to+my+Country" title="Post to StumbleUpon"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/other/politics/alettertomycountry/&amp;title=A+Letter+to+my+Country" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ericmiller.name/other/politics/alettertomycountry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pumpkin Chocolate Chip Cookies with Vanilla Glaze</title>
		<link>http://www.ericmiller.name/other/in-the-kitchen/recipes/pumpkin-cookies/</link>
		<comments>http://www.ericmiller.name/other/in-the-kitchen/recipes/pumpkin-cookies/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 04:09:20 +0000</pubDate>
		<dc:creator>Eric Miller</dc:creator>
				<category><![CDATA[Recipes]]></category>

		<guid isPermaLink="false">http://www.ericmiller.name/?p=108</guid>
		<description><![CDATA[First off I have to let you know this isn&#8217;t one of my great recipes I stole it fair and square. To be polite here is a link to the original source. Pumpkin Chocolate Chip Cookies INGREDIENTS 1 cup canned pumpkin 1 cup white sugar 1/2 cup vegetable oil 1 egg 2 cups all-purpose flour [...]]]></description>
			<content:encoded><![CDATA[<p>First off I have to let you know this isn&#8217;t one of my great recipes I stole it fair and square. To be polite here is a link to the <a href="http://allrecipes.com/recipe/pumpkin-chocolate-chip-cookies-iii/Detail.aspx">original source</a>.</p>
<h2>Pumpkin Chocolate Chip Cookies</h2>
<h3>INGREDIENTS</h3>
<ul>
<li>1 cup canned pumpkin</li>
<li>1 cup white sugar</li>
<li>1/2 cup vegetable oil</li>
<li>1 egg</li>
<li>2 cups all-purpose flour</li>
<li>2 teaspoons baking powder</li>
<li>2 teaspoons ground cinnamon</li>
<li>1/2 teaspoon salt</li>
<li>1 teaspoon baking soda</li>
<li>1 teaspoon milk</li>
<li>1 tablespoon vanilla extract</li>
<li>2 cups semisweet chocolate chips</li>
<li>1/2 cup chopped walnuts (optional)</li>
</ul>
<h3>Directions</h3>
<ol>
<li><span> Combine pumpkin, sugar, vegetable oil, and egg.<br />
</span></li>
<li><span>In a separate bowl, stir together flour, baking powder, ground cinnamon, and salt.<br />
</span></li>
<li><span>Dissolve the baking soda with the milk and stir in.<br />
</span></li>
<li><span>Add flour mixture to pumpkin mixture and mix well. </span></li>
<li><span> Add vanilla, chocolate chips and nuts. </span></li>
<li><span> Drop by spoonful on greased cookie sheet</span></li>
<li><span>bake at 350 degrees F (175 degrees C) for approximately 10 minutes or until lightly brown and firm. </span></li>
</ol>
<h2>Vanilla Cookie Glaze</h2>
<p>This vanilla glaze recipe is the fastest, easiest white cookie frosting there is. Almost any cookie, cupcake, or brownie recipe can be made even more special by putting this vanilla glaze on top.</p>
<p>Makes About 1/2 Cup of Vanilla Cookie Glaze</p>
<h3>Ingredients</h3>
<ul>
<li>1 cup powdered sugar</li>
<li>1 1/2 tablespoons milk</li>
<li>1/2 teaspoon vanilla extract</li>
</ul>
<h3>Preparation</h3>
<p>Combine powdered sugar, milk and vanilla extract in small bowl; mix well.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New+Blog+Post:+Pumpkin+Chocolate+Chip+Cookies+with+Vanilla+Glaze+http://tinyurl.com/37xznru" title="Post to Twitter"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/pumpkin-cookies/&amp;title=Pumpkin+Chocolate+Chip+Cookies+with+Vanilla+Glaze" title="Post to Delicious"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/pumpkin-cookies/&amp;title=Pumpkin+Chocolate+Chip+Cookies+with+Vanilla+Glaze" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/pumpkin-cookies/&amp;title=Pumpkin+Chocolate+Chip+Cookies+with+Vanilla+Glaze" title="Post to Digg"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/pumpkin-cookies/&amp;title=Pumpkin+Chocolate+Chip+Cookies+with+Vanilla+Glaze" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/pumpkin-cookies/&amp;title=Pumpkin+Chocolate+Chip+Cookies+with+Vanilla+Glaze" title="Post to Reddit"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/pumpkin-cookies/&amp;title=Pumpkin+Chocolate+Chip+Cookies+with+Vanilla+Glaze" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/pumpkin-cookies/&amp;title=Pumpkin+Chocolate+Chip+Cookies+with+Vanilla+Glaze" title="Post to StumbleUpon"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/pumpkin-cookies/&amp;title=Pumpkin+Chocolate+Chip+Cookies+with+Vanilla+Glaze" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ericmiller.name/other/in-the-kitchen/recipes/pumpkin-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Workhorse</title>
		<link>http://www.ericmiller.name/computers/hardware/custom-builds/workhorse/</link>
		<comments>http://www.ericmiller.name/computers/hardware/custom-builds/workhorse/#comments</comments>
		<pubDate>Thu, 14 May 2009 16:23:56 +0000</pubDate>
		<dc:creator>Eric Miller</dc:creator>
				<category><![CDATA[Custom Builds]]></category>

		<guid isPermaLink="false">http://www.ericmiller.name/?p=97</guid>
		<description><![CDATA[Getting ready to write the budget for the coming year and a need for developer machines has become apparent. To resolve this I came up with the Workhorse build; able to pull a heavy load without missing a step.]]></description>
			<content:encoded><![CDATA[<p>Getting ready to write the budget for the coming year and a need for developer machines has become apparent. To resolve this I came up with the Workhorse build; able to pull a heavy load without missing a step.</p>
<p><strong>Description</strong></p>
<ul>
<li>AMD Phenom II 3.0 GHz Quad Core</li>
<li>8GB DDR2 800 RAM</li>
<li>Two 74GB 10k Raptor SATA Drives (RAID 0, for OS and installs)</li>
<li>Radeon HD4670 1GB Video Card</li>
<li>7.1 HD Xonar  Sound Card</li>
<li>DVD +/- SATA Burner</li>
<li>68 n 1 Media Reader</li>
<li>Wrapped in a Lian Li Chassis</li>
<li>Three 1TB SATA Drives (RAID 5, data)</li>
</ul>
<p><strong>Estimated Price:  &lt;$1500</strong></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New+Blog+Post:+Workhorse+http://tinyurl.com/y9nanyk" title="Post to Twitter"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/hardware/custom-builds/workhorse/&amp;title=Workhorse" title="Post to Delicious"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/hardware/custom-builds/workhorse/&amp;title=Workhorse" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/workhorse/&amp;title=Workhorse" title="Post to Digg"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/workhorse/&amp;title=Workhorse" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/workhorse/&amp;title=Workhorse" title="Post to Reddit"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/workhorse/&amp;title=Workhorse" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/workhorse/&amp;title=Workhorse" title="Post to StumbleUpon"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/workhorse/&amp;title=Workhorse" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ericmiller.name/computers/hardware/custom-builds/workhorse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now Syndicating on Tumblr</title>
		<link>http://www.ericmiller.name/computers/web/social-media/tumblr/</link>
		<comments>http://www.ericmiller.name/computers/web/social-media/tumblr/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 21:11:52 +0000</pubDate>
		<dc:creator>Eric Miller</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.ericmiller.name/?p=90</guid>
		<description><![CDATA[Found a new site to continue the shameless self promotion, kind of an interesting concept. http://ericmiller.tumblr.com/ Delicious Digg This Post Reddit Stumble This Post]]></description>
			<content:encoded><![CDATA[<p>Found a new site to continue the shameless self promotion, kind of an interesting concept.</p>
<p>http://ericmiller.tumblr.com/</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New+Blog+Post:+Now+Syndicating+on+Tumblr+http://tinyurl.com/y95l4fx" title="Post to Twitter"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/web/social-media/tumblr/&amp;title=Now+Syndicating+on+Tumblr" title="Post to Delicious"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/web/social-media/tumblr/&amp;title=Now+Syndicating+on+Tumblr" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/web/social-media/tumblr/&amp;title=Now+Syndicating+on+Tumblr" title="Post to Digg"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/web/social-media/tumblr/&amp;title=Now+Syndicating+on+Tumblr" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/web/social-media/tumblr/&amp;title=Now+Syndicating+on+Tumblr" title="Post to Reddit"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/web/social-media/tumblr/&amp;title=Now+Syndicating+on+Tumblr" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/web/social-media/tumblr/&amp;title=Now+Syndicating+on+Tumblr" title="Post to StumbleUpon"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/web/social-media/tumblr/&amp;title=Now+Syndicating+on+Tumblr" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ericmiller.name/computers/web/social-media/tumblr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpnCore Selected as Guest Entrepreneur for InfoTec09</title>
		<link>http://www.ericmiller.name/computers/web/opncore/infotec09/</link>
		<comments>http://www.ericmiller.name/computers/web/opncore/infotec09/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 18:36:05 +0000</pubDate>
		<dc:creator>Eric Miller</dc:creator>
				<category><![CDATA[OpnCore]]></category>
		<category><![CDATA[InfoTec09]]></category>

		<guid isPermaLink="false">http://www.ericmiller.name/?p=71</guid>
		<description><![CDATA[OpnCore has been selected as a sponsored entrepreneur for InfoTec09.]]></description>
			<content:encoded><![CDATA[<p>Just a quick post, my <a title="OpnCore.com" href="http://www.opncore.com" target="_blank">OpnCore</a> project has been selected to participate in the <a title="InfoTec09" href="http://infotec.org/" target="_blank">InfoTec09</a> Conference as a sponsored entrepreneur.  What this means is I get to take part in the two day event free of charge. Hopefully this will open some doors and maybe even some financing to some of my other related projects.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New+Blog+Post:+OpnCore+Selected+as+Guest+Entrepreneur+for+InfoTec09+http://tinyurl.com/ydxnovr" title="Post to Twitter"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/web/opncore/infotec09/&amp;title=OpnCore+Selected+as+Guest+Entrepreneur+for+InfoTec09" title="Post to Delicious"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/web/opncore/infotec09/&amp;title=OpnCore+Selected+as+Guest+Entrepreneur+for+InfoTec09" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/web/opncore/infotec09/&amp;title=OpnCore+Selected+as+Guest+Entrepreneur+for+InfoTec09" title="Post to Digg"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/web/opncore/infotec09/&amp;title=OpnCore+Selected+as+Guest+Entrepreneur+for+InfoTec09" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/web/opncore/infotec09/&amp;title=OpnCore+Selected+as+Guest+Entrepreneur+for+InfoTec09" title="Post to Reddit"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/web/opncore/infotec09/&amp;title=OpnCore+Selected+as+Guest+Entrepreneur+for+InfoTec09" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/web/opncore/infotec09/&amp;title=OpnCore+Selected+as+Guest+Entrepreneur+for+InfoTec09" title="Post to StumbleUpon"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/web/opncore/infotec09/&amp;title=OpnCore+Selected+as+Guest+Entrepreneur+for+InfoTec09" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ericmiller.name/computers/web/opncore/infotec09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radeon HD4870 DVI Issue</title>
		<link>http://www.ericmiller.name/computers/hardware/radeon-hd4870-dvi-issue/</link>
		<comments>http://www.ericmiller.name/computers/hardware/radeon-hd4870-dvi-issue/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 15:51:13 +0000</pubDate>
		<dc:creator>Eric Miller</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Dragon Platform]]></category>
		<category><![CDATA[Radeon HD 4870]]></category>

		<guid isPermaLink="false">http://www.ericmiller.name/?p=66</guid>
		<description><![CDATA[Sapphire Radeon HD4870 fails on catalyst load. DVI fails to respond to signal. A VGA adapter to cable solution works but does produce a a true digital signal.]]></description>
			<content:encoded><![CDATA[<p>As some of you know I just finshed building my new &#8220;<a title="Hunter Project" href="http://www.ericmiller.name/computer-hardware/custom-builds/hunter/" target="_blank">Hunter</a>&#8221; box and ran into a bit of an issue with the <a title="Video Card on Newegg.com" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814102801" target="_blank">Sapphire Radeon HD4870 (1GB) video card</a> I installed. Right now I am working closely with the guys in QA, engineering, and support over at AMD to see if we can nip this one in the bud.</p>
<h2>Problem</h2>
<p>On catalyst load DVI fails to respond to signal. A VGA adapter to cable solution works but does not send a digital signal.</p>
<h2>Update April 2nd, 2009</h2>
<p>The engineers have been able to reproduce my issue and are going to ship me a couple cards to test in my configuration.  I will keep you guys updated on the solution when I have it.</p>
<h2>Update April 6th, 2009</h2>
<p>Installed the 512mb version of the 4870 that the guys over at AMD sent me to test.  Intersting note, VGA and DVI connections are now both detected in Catalyst Control Center, but DVI still has &#8220;No Signal&#8221;.</p>
<h2>Update April 13th, 2009</h2>
<p>The guys over at AMD have sent me a registry hack that they claim resolves the problem. I am going to go ahead and dump it in and if it works I will let you all know and post the hacks.</p>
<h2>Update May 12th, 2009</h2>
<p>ATI engineers resolved the problem, they will be pushing a hotfix in the next couple weeks. Be patient guys.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New+Blog+Post:+Radeon+HD4870+DVI+Issue+http://tinyurl.com/yb5zglf" title="Post to Twitter"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/hardware/radeon-hd4870-dvi-issue/&amp;title=Radeon+HD4870+DVI+Issue" title="Post to Delicious"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/hardware/radeon-hd4870-dvi-issue/&amp;title=Radeon+HD4870+DVI+Issue" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/hardware/radeon-hd4870-dvi-issue/&amp;title=Radeon+HD4870+DVI+Issue" title="Post to Digg"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/hardware/radeon-hd4870-dvi-issue/&amp;title=Radeon+HD4870+DVI+Issue" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/hardware/radeon-hd4870-dvi-issue/&amp;title=Radeon+HD4870+DVI+Issue" title="Post to Reddit"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/hardware/radeon-hd4870-dvi-issue/&amp;title=Radeon+HD4870+DVI+Issue" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/hardware/radeon-hd4870-dvi-issue/&amp;title=Radeon+HD4870+DVI+Issue" title="Post to StumbleUpon"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/hardware/radeon-hd4870-dvi-issue/&amp;title=Radeon+HD4870+DVI+Issue" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ericmiller.name/computers/hardware/radeon-hd4870-dvi-issue/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Building the Perfect Hunter</title>
		<link>http://www.ericmiller.name/computers/hardware/custom-builds/hunter/</link>
		<comments>http://www.ericmiller.name/computers/hardware/custom-builds/hunter/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 20:16:04 +0000</pubDate>
		<dc:creator>Eric Miller</dc:creator>
				<category><![CDATA[Custom Builds]]></category>
		<category><![CDATA[AM3]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ASUS]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Dragon Platform]]></category>
		<category><![CDATA[M4A79T Deluxe]]></category>
		<category><![CDATA[PC Build]]></category>
		<category><![CDATA[Phenom II]]></category>
		<category><![CDATA[Radeon HD 4870]]></category>

		<guid isPermaLink="false">http://www.ericmiller.name/blog/?p=26</guid>
		<description><![CDATA[In this scenario I am building a custom AMD Phenom II (AM3) solution to serve as a high end development / gaming machine and compete with Intel i7 machines in the same bracket.]]></description>
			<content:encoded><![CDATA[<p><!--pagetitle:Introduction--></p>
<h2>Introduction</h2>
<p><strong>Project Overview</strong></p>
<p>In this scenario I am building a custom AMD Phenom II (AM3) solution to serve as a high end development / gaming machine and compete with Intel i7 machines in the same bracket.</p>
<p><strong>Project Goals (in order)<br />
</strong></p>
<ol>
<li>Build a quiet replacement PC for my aging P4.</li>
<li>Build a System under $2k including new large format monitor.</li>
<li>Make it as child proof as possible (8 month old daughter)</li>
<li>Reduce or eliminate visual effects such as LED&#8217;s &amp; fans</li>
<li>Get a good grasp on the AMD overclocking utilities and push the stock 2.6GHz processor to 3GHz or more running on air.</li>
</ol>
<p><strong>Parts Overview</strong></p>
<ul>
<li>Antec P182 Chassis (Gun Metal Black) with Upgraded Scythe Gentle Typhoon 120mm case fans</li>
<li>ASUS M4A79T Deluxe AM3 Motherboard</li>
<li>AMD Phenom II 810 2.6 GHz Quad Core Processor with Upgraded Xigmatek HDT-S1283 CPU cooler</li>
<li>8 GB OCZ HPC Reaper DDR3 1600 Dual Channel System Memory</li>
<li>Sapphire Radeon HD 4870 1GB Video Card</li>
<li>Cooler Master 700 watt modular power supply.</li>
<li>600GB Western Digital Velociraptor (2x Drives in RAID0)</li>
<li>LG SATA DVD +/-  Burner</li>
<li>Sabrent Internal Card Reader</li>
<li>Windows Vista Ultimate SP1 (64 bit)</li>
<li>ASUS 24&#8243; Widescreen LCD Monitor (DVI)</li>
</ul>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New+Blog+Post:+Building+the+Perfect+Hunter+http://tinyurl.com/yccohxl" title="Post to Twitter"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/hardware/custom-builds/hunter/&amp;title=Building+the+Perfect+Hunter" title="Post to Delicious"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/hardware/custom-builds/hunter/&amp;title=Building+the+Perfect+Hunter" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/hunter/&amp;title=Building+the+Perfect+Hunter" title="Post to Digg"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/hunter/&amp;title=Building+the+Perfect+Hunter" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/hunter/&amp;title=Building+the+Perfect+Hunter" title="Post to Reddit"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/hunter/&amp;title=Building+the+Perfect+Hunter" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/hunter/&amp;title=Building+the+Perfect+Hunter" title="Post to StumbleUpon"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/hardware/custom-builds/hunter/&amp;title=Building+the+Perfect+Hunter" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ericmiller.name/computers/hardware/custom-builds/hunter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Art of the Perfect Burger</title>
		<link>http://www.ericmiller.name/other/in-the-kitchen/recipes/the-art-of-the-perfect-burger/</link>
		<comments>http://www.ericmiller.name/other/in-the-kitchen/recipes/the-art-of-the-perfect-burger/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 20:13:58 +0000</pubDate>
		<dc:creator>Eric Miller</dc:creator>
				<category><![CDATA[Recipes]]></category>
		<category><![CDATA[grill]]></category>
		<category><![CDATA[hamburger]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://www.ericmiller.name/blog/?p=20</guid>
		<description><![CDATA[Making the perfect burger at home isn't easy. It has to be juicy and full of flavor without masking the flavor of the toppings.]]></description>
			<content:encoded><![CDATA[<p><strong>Quick Facts</strong></p>
<ul>
<li>10 minute prep time</li>
<li>15 minute cook time</li>
<li>Serves 2</li>
</ul>
<p><strong>What your Kitchen Needs</strong></p>
<ul>
<li>Large Mixing Bowl (preferably glass)</li>
<li>Glass Liquid Measure Bowl</li>
<li>Grill, Griddle, or even a Skillet</li>
<li>A chef not worried about getting dirty</li>
</ul>
<p><strong>Shopping List</strong></p>
<ul>
<li>1 lb. Ground Beef</li>
<li>1 egg</li>
<li>1/2 cup bread crumbs</li>
<li>1 tbsp. Worcestershire Sauce</li>
<li>Fresh Ground Sea Salt</li>
<li>Black Pepper</li>
<li>Garlic Powder</li>
<li>Onion Powder</li>
<li>1 tbsp. Margarine or Butter</li>
</ul>
<p><strong>Instructions</strong></p>
<ol>
<li>Place Meat in Mixing bowl (Thaw meat if necessary, I buy my beef half a cow at a time so the freezer is always full of it. Be sure not to cook it, we want our meat nice and pliable.)</li>
<li>Melt the margarine or butter in the measuring bowl.</li>
<li>Crack the egg and add to the mixing bowl (double check for shells in the egg) and beat with a fork until liquefied.</li>
<li>Mix in the 1 tbsp. Worcestershire Sauce.</li>
<li>Pour contents of measuring bowl over meat in mixing bowl.</li>
<li>Kneed the meat with your hands until well blended. The meat should be saturated with liquid.</li>
<li>To get the meat to stick together correctly add the breadcrumbs, salt, pepper, garlic powder, and onion powder. Continue mixing with your hands.</li>
<li>Once thoroughly mixed the meat should start sticking together into a giant ball. Roll it together picking up all the stray pieces of meat.</li>
<li>Separate the ball into two smaller balls, these will later become your patties.</li>
<li>Over a pre-heated grill or griddle flatten the ball in your hand to create a patty about half an inch thick and slightly larger than your palm. If you have small hands you can use a plate as a surface to work with.</li>
<li><strong>DO NOT THROW THE MEAT DIRECTLY ON THE GRILL/GRIDDLE</strong>,  using a paper towel brush some olive oil onto the hot surface before the meat to prevent sticking.</li>
<li>Place the patties on the grill/griddle and let cook. Every Five minutes turn the patties until the juices run clear. If it stops producing juices its too dry, if its pink its not done. Should take about 15 minutes.</li>
</ol>
<p>Add fresh lettuce, tomato, cheese, mushrooms, etc. You will not be disappointed.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New+Blog+Post:+The+Art+of+the+Perfect+Burger+http://tinyurl.com/2wv4mju" title="Post to Twitter"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/the-art-of-the-perfect-burger/&amp;title=The+Art+of+the+Perfect+Burger" title="Post to Delicious"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/the-art-of-the-perfect-burger/&amp;title=The+Art+of+the+Perfect+Burger" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/the-art-of-the-perfect-burger/&amp;title=The+Art+of+the+Perfect+Burger" title="Post to Digg"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/the-art-of-the-perfect-burger/&amp;title=The+Art+of+the+Perfect+Burger" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/the-art-of-the-perfect-burger/&amp;title=The+Art+of+the+Perfect+Burger" title="Post to Reddit"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/the-art-of-the-perfect-burger/&amp;title=The+Art+of+the+Perfect+Burger" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/the-art-of-the-perfect-burger/&amp;title=The+Art+of+the+Perfect+Burger" title="Post to StumbleUpon"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/other/in-the-kitchen/recipes/the-art-of-the-perfect-burger/&amp;title=The+Art+of+the+Perfect+Burger" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ericmiller.name/other/in-the-kitchen/recipes/the-art-of-the-perfect-burger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now Syndicating on FeedBurner</title>
		<link>http://www.ericmiller.name/computers/web/social-media/now-syndicating-on-feedburner/</link>
		<comments>http://www.ericmiller.name/computers/web/social-media/now-syndicating-on-feedburner/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 19:33:37 +0000</pubDate>
		<dc:creator>Eric Miller</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[RSS FeedBurner feed burner]]></category>

		<guid isPermaLink="false">http://www.ericmiller.name/blog/?p=17</guid>
		<description><![CDATA[My blog is now syndicated on FeedBurner.com Delicious Digg This Post Reddit Stumble This Post]]></description>
			<content:encoded><![CDATA[<p>My blog is now syndicated on <a title="FeedBurner.com/ManOfVirtues" href="http://feeds2.feedburner.com/ManOfVirtues" target="_blank">FeedBurner.com</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New+Blog+Post:+Now+Syndicating+on+FeedBurner+http://tinyurl.com/y8mnukf" title="Post to Twitter"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/web/social-media/now-syndicating-on-feedburner/&amp;title=Now+Syndicating+on+FeedBurner" title="Post to Delicious"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.ericmiller.name/computers/web/social-media/now-syndicating-on-feedburner/&amp;title=Now+Syndicating+on+FeedBurner" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/web/social-media/now-syndicating-on-feedburner/&amp;title=Now+Syndicating+on+FeedBurner" title="Post to Digg"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.ericmiller.name/computers/web/social-media/now-syndicating-on-feedburner/&amp;title=Now+Syndicating+on+FeedBurner" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/web/social-media/now-syndicating-on-feedburner/&amp;title=Now+Syndicating+on+FeedBurner" title="Post to Reddit"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.ericmiller.name/computers/web/social-media/now-syndicating-on-feedburner/&amp;title=Now+Syndicating+on+FeedBurner" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/web/social-media/now-syndicating-on-feedburner/&amp;title=Now+Syndicating+on+FeedBurner" title="Post to StumbleUpon"><img class="nothumb" src="http://www.ericmiller.name/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.ericmiller.name/computers/web/social-media/now-syndicating-on-feedburner/&amp;title=Now+Syndicating+on+FeedBurner" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ericmiller.name/computers/web/social-media/now-syndicating-on-feedburner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
