<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Hello All 89 of My Friends: I'm Now on FeedBurner</title>
	<link>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/</link>
	<description>ls /usr/lolcat</description>
	<pubDate>Thu, 28 Aug 2008 23:20:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Chrissy</title>
		<link>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-701</link>
		<dc:creator>Chrissy</dc:creator>
		<pubDate>Wed, 09 May 2007 19:35:20 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-701</guid>
		<description>Yar, I tossed it though.. too much pressure ;)</description>
		<content:encoded><![CDATA[<p>Yar, I tossed it though.. too much pressure <img src='http://blog.netnerds.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Legolas</title>
		<link>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-700</link>
		<dc:creator>Legolas</dc:creator>
		<pubDate>Wed, 09 May 2007 12:39:57 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-700</guid>
		<description>Don't you already have (or had) a non-tech blog @LJ?</description>
		<content:encoded><![CDATA[<p>Don't you already have (or had) a non-tech blog @LJ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chrissy</title>
		<link>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-699</link>
		<dc:creator>Chrissy</dc:creator>
		<pubDate>Mon, 30 Apr 2007 16:08:54 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-699</guid>
		<description>Corey,
Long time no talk :) Thanks for the input!

Richard,
Thanks for the link! And the explanation. You mentioned content management.. is this for internal stuff only or do you have a CMS for external sites as well? If so, which one?

Mark,
That made me smile, thank you :) I will definitely keep your input in mind.</description>
		<content:encoded><![CDATA[<p>Corey,<br />
Long time no talk <img src='http://blog.netnerds.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Thanks for the input!</p>
<p>Richard,<br />
Thanks for the link! And the explanation. You mentioned content management.. is this for internal stuff only or do you have a CMS for external sites as well? If so, which one?</p>
<p>Mark,<br />
That made me smile, thank you <img src='http://blog.netnerds.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I will definitely keep your input in mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-698</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 30 Apr 2007 06:54:15 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-698</guid>
		<description>I came across your blog a few months ago when searching for some CSS info, since then I have been regularly visiting to see what new info you have posted.  This is the only blog I have every found that I actually care to make an effort to read.

You should keep both personal and professional in one site.  It is obvious that technical subjects are a big influence in your life, so they might end up bleeding into the personal blog anyways.</description>
		<content:encoded><![CDATA[<p>I came across your blog a few months ago when searching for some CSS info, since then I have been regularly visiting to see what new info you have posted.  This is the only blog I have every found that I actually care to make an effort to read.</p>
<p>You should keep both personal and professional in one site.  It is obvious that technical subjects are a big influence in your life, so they might end up bleeding into the personal blog anyways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-697</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 28 Apr 2007 06:49:09 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-697</guid>
		<description>Out of the box, ASP.NET 2.0 will localize based on the client locale, but with just a couple of lines of code you can take control of this--using a user selection, a querystring parameter, etc.  Implementing the localization framework is pretty straightforward as well.  The challenge you're going to run into is dealing with those actual resource files--they're XML, so you have some options, but they don't integrate very well into most content management schemes (least of all MCMS, which I was dealing with at the time).  Microsoft claims to have addressed this in Sharepoint 2007, but I haven't had time to cycle back and check it out.

If you have 13 minutes, there's a video that takes you through the ASP.NET localization process very succinctly (including taking over the localization programmatically).  Search for "localization" on this page:

http://msdn2.microsoft.com/en-us/asp.net/aa336576.aspx</description>
		<content:encoded><![CDATA[<p>Out of the box, ASP.NET 2.0 will localize based on the client locale, but with just a couple of lines of code you can take control of this--using a user selection, a querystring parameter, etc.  Implementing the localization framework is pretty straightforward as well.  The challenge you're going to run into is dealing with those actual resource files--they're XML, so you have some options, but they don't integrate very well into most content management schemes (least of all MCMS, which I was dealing with at the time).  Microsoft claims to have addressed this in Sharepoint 2007, but I haven't had time to cycle back and check it out.</p>
<p>If you have 13 minutes, there's a video that takes you through the ASP.NET localization process very succinctly (including taking over the localization programmatically).  Search for "localization" on this page:</p>
<p><a href="http://msdn2.microsoft.com/en-us/asp.net/aa336576.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/asp.net/aa336576.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory</title>
		<link>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-694</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Sat, 28 Apr 2007 06:14:35 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-694</guid>
		<description>I agree with the other Corey...include both tech and personal. I enjoy reading both and Categories/Tags make it easy enough for someone to view one or the other.</description>
		<content:encoded><![CDATA[<p>I agree with the other Corey...include both tech and personal. I enjoy reading both and Categories/Tags make it easy enough for someone to view one or the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chrissy</title>
		<link>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-696</link>
		<dc:creator>Chrissy</dc:creator>
		<pubDate>Sat, 28 Apr 2007 05:59:38 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-696</guid>
		<description>You are awesome, Corey. Thanks! I will totally look into actionpack this weekend. Thanks for the recommendations. Have you used Orcas? If so, how do you like it?</description>
		<content:encoded><![CDATA[<p>You are awesome, Corey. Thanks! I will totally look into actionpack this weekend. Thanks for the recommendations. Have you used Orcas? If so, how do you like it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-695</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Sat, 28 Apr 2007 04:36:58 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/04/hello-all-89-of-my-friends-im-now-on-feedburner/#comment-695</guid>
		<description>a) re asp.net 2.0. If you find Orcas too buggy, you can still do asp.net 2.0 with VS 2005.
b) check out the subsonic project http://www.codeplex.com/actionpack. You can save yourself a huge amount of dev time if you use it. It is best to to do from the very beginning of the process if possible. I can't recommend it enough.
c) technical versus personal. My vote would be to leave everything in the one blog and set up a "non-personal" rss feed for those folks that are just looking for tech info.</description>
		<content:encoded><![CDATA[<p>a) re asp.net 2.0. If you find Orcas too buggy, you can still do asp.net 2.0 with VS 2005.<br />
b) check out the subsonic project <a href="http://www.codeplex.com/actionpack." rel="nofollow">http://www.codeplex.com/actionpack.</a> You can save yourself a huge amount of dev time if you use it. It is best to to do from the very beginning of the process if possible. I can't recommend it enough.<br />
c) technical versus personal. My vote would be to leave everything in the one blog and set up a "non-personal" rss feed for those folks that are just looking for tech info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
