<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: DaveBost.com 3.0 Releases to Web (RTW)</title>
	<atom:link href="http://davebost.com/blog/2007/09/04/davebostcom-30-releases-to-web-rtw/feed/" rel="self" type="application/rss+xml" />
	<link>http://davebost.com/blog/2007/09/04/davebostcom-30-releases-to-web-rtw/</link>
	<description>The Mind of a Developer Evangelist.</description>
	<lastBuildDate>Fri, 27 May 2011 00:53:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://davebost.com/blog/2007/09/04/davebostcom-30-releases-to-web-rtw/comment-page-1/#comment-207</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 05 Sep 2007 13:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://davebost.com/blog/?p=309#comment-207</guid>
		<description>Blog looks great. I like the wide layout.</description>
		<content:encoded><![CDATA[<p>Blog looks great. I like the wide layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Isaacs</title>
		<link>http://davebost.com/blog/2007/09/04/davebostcom-30-releases-to-web-rtw/comment-page-1/#comment-206</link>
		<dc:creator>Scott Isaacs</dc:creator>
		<pubDate>Wed, 05 Sep 2007 13:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://davebost.com/blog/?p=309#comment-206</guid>
		<description>Nice job on the new site.  Since you&#039;re on IIS, perhaps for #3 you could just do an HTTP handler or even error404.aspx to do a permanent redirect to the corresponding PHP link?  It might seem hackish, but since you only have 301 entries (and won&#039;t be adding anymore with ASPX URLs), a hardcoded string dictionary could help accomplish that.

Just a thought.  Let me know what you come up with.  I&#039;d be interested as well.  I have a few different Community Server installs, but none really take full advantage.  One is just using the blog engine, and a couple more are just using photo galleries.

I&#039;m also thinking of setting up some blogging software for work purposes and wanted a fresh look at what&#039;s available.  So let me know how WP goes for you.

SI</description>
		<content:encoded><![CDATA[<p>Nice job on the new site.  Since you&#8217;re on IIS, perhaps for #3 you could just do an HTTP handler or even error404.aspx to do a permanent redirect to the corresponding PHP link?  It might seem hackish, but since you only have 301 entries (and won&#8217;t be adding anymore with ASPX URLs), a hardcoded string dictionary could help accomplish that.</p>
<p>Just a thought.  Let me know what you come up with.  I&#8217;d be interested as well.  I have a few different Community Server installs, but none really take full advantage.  One is just using the blog engine, and a couple more are just using photo galleries.</p>
<p>I&#8217;m also thinking of setting up some blogging software for work purposes and wanted a fresh look at what&#8217;s available.  So let me know how WP goes for you.</p>
<p>SI</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://davebost.com/blog/2007/09/04/davebostcom-30-releases-to-web-rtw/comment-page-1/#comment-205</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 05 Sep 2007 03:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://davebost.com/blog/?p=309#comment-205</guid>
		<description>Oh, and if you want to fix the annoying (IMHO) &quot;smiley images are not aligned&quot; thing, edit your styles.css file and add/update this:

/*-smilies without a border-*/
body img.wp-smiley {
	border:none;
        vertical-align: middle;
}

:)</description>
		<content:encoded><![CDATA[<p>Oh, and if you want to fix the annoying (IMHO) &#8220;smiley images are not aligned&#8221; thing, edit your styles.css file and add/update this:</p>
<p>/*-smilies without a border-*/<br />
body img.wp-smiley {<br />
	border:none;<br />
        vertical-align: middle;<br />
}</p>
<p>:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://davebost.com/blog/2007/09/04/davebostcom-30-releases-to-web-rtw/comment-page-1/#comment-204</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 05 Sep 2007 03:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://davebost.com/blog/?p=309#comment-204</guid>
		<description>Glad I could help! :) Though I&#039;m sorry to hear it had hiccups. That&#039;s how these things go, sometimes - we each add just enough to something to get it to do what we need - and hopefully in the end it&#039;s more full featured for the next guy. ;) So if you added any fixes, let me know and I&#039;ll update the script on codeplex (er, I mean I&#039;ll check it in first, then fix it. :) )

I think my favorite part about this theme is the slick fixed or fluid width real-time change it can do.

Regarding mapping your URLs, did you happen to save off the .csv file each time after an import? If so, you could modify my powershell script to output code that works with ISAPI_Rewrite
http://www.hanselman.com/blog/UsingISAPIRewriteToCanonicalizeASPNETURLsAndRemoveDefaultaspx.aspx

Let me know if there&#039;s anything I can help with! Maybe I&#039;ll see you in person at the Indy Tech Fest...</description>
		<content:encoded><![CDATA[<p>Glad I could help! :) Though I&#8217;m sorry to hear it had hiccups. That&#8217;s how these things go, sometimes &#8211; we each add just enough to something to get it to do what we need &#8211; and hopefully in the end it&#8217;s more full featured for the next guy. ;) So if you added any fixes, let me know and I&#8217;ll update the script on codeplex (er, I mean I&#8217;ll check it in first, then fix it. :) )</p>
<p>I think my favorite part about this theme is the slick fixed or fluid width real-time change it can do.</p>
<p>Regarding mapping your URLs, did you happen to save off the .csv file each time after an import? If so, you could modify my powershell script to output code that works with ISAPI_Rewrite<br />
<a href="http://www.hanselman.com/blog/UsingISAPIRewriteToCanonicalizeASPNETURLsAndRemoveDefaultaspx.aspx" rel="nofollow">http://www.hanselman.com/blog/UsingISAPIRewriteToCanonicalizeASPNETURLsAndRemoveDefaultaspx.aspx</a></p>
<p>Let me know if there&#8217;s anything I can help with! Maybe I&#8217;ll see you in person at the Indy Tech Fest&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

