<?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/"
	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>Comments for Coffee =&gt; Coder =&gt; Code</title>
	<atom:link href="http://adeneys.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://adeneys.wordpress.com</link>
	<description>My ramblings on code, Sitecore and stuff</description>
	<lastBuildDate>Thu, 16 May 2013 04:20:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Revolver 2.1 Released by Ivan Huang</title>
		<link>http://adeneys.wordpress.com/2013/05/16/revolver-2-1-released/#comment-1932</link>
		<dc:creator><![CDATA[Ivan Huang]]></dc:creator>
		<pubDate>Thu, 16 May 2013 04:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://adeneys.wordpress.com/?p=404#comment-1932</guid>
		<description><![CDATA[Al, do you know if there is a confirmed release date for Sitecore 7 yet?]]></description>
		<content:encoded><![CDATA[<p>Al, do you know if there is a confirmed release date for Sitecore 7 yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Post item:saved Event Handler Execution by Alistair Deneys</title>
		<link>http://adeneys.wordpress.com/2013/04/10/post-itemsaved-event-handler-execution/#comment-1931</link>
		<dc:creator><![CDATA[Alistair Deneys]]></dc:creator>
		<pubDate>Wed, 15 May 2013 15:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://adeneys.wordpress.com/?p=398#comment-1931</guid>
		<description><![CDATA[Good question John, you bring up a vital consideration.

This blog post was just about the data structures and item creation processes. I&#039;ve not mentioned anything about publishing here. If you are following this advice, to structure you&#039;re news items in folders for performance and usability, then you&#039;ll need to ensure the folders containing the news items are published before the news item itself. This wouldn&#039;t be an issue if you&#039;re using incremental site publishes, but it would be an issue if the author was just doing an item publish on the news item.

I&#039;ve seen solutions in the past which added publish pipeline processors which did these checks and added the ancestor items to the publish process if required.]]></description>
		<content:encoded><![CDATA[<p>Good question John, you bring up a vital consideration.</p>
<p>This blog post was just about the data structures and item creation processes. I&#8217;ve not mentioned anything about publishing here. If you are following this advice, to structure you&#8217;re news items in folders for performance and usability, then you&#8217;ll need to ensure the folders containing the news items are published before the news item itself. This wouldn&#8217;t be an issue if you&#8217;re using incremental site publishes, but it would be an issue if the author was just doing an item publish on the news item.</p>
<p>I&#8217;ve seen solutions in the past which added publish pipeline processors which did these checks and added the ancestor items to the publish process if required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Post item:saved Event Handler Execution by John West</title>
		<link>http://adeneys.wordpress.com/2013/04/10/post-itemsaved-event-handler-execution/#comment-1909</link>
		<dc:creator><![CDATA[John West]]></dc:creator>
		<pubDate>Wed, 10 Apr 2013 17:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://adeneys.wordpress.com/?p=398#comment-1909</guid>
		<description><![CDATA[Alistair, do you do anything to ensure the year and month folders get published before the news item in this case?]]></description>
		<content:encoded><![CDATA[<p>Alistair, do you do anything to ensure the year and month folders get published before the news item in this case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect Options by Alistair Deneys</title>
		<link>http://adeneys.wordpress.com/2012/07/22/redirect-options/#comment-1907</link>
		<dc:creator><![CDATA[Alistair Deneys]]></dc:creator>
		<pubDate>Wed, 10 Apr 2013 04:16:54 +0000</pubDate>
		<guid isPermaLink="false">https://adeneys.wordpress.com/?p=345#comment-1907</guid>
		<description><![CDATA[Hi Michael,
Yes, I imagine the Sitecore language resolver may get in the way if you&#039;re trying to setup a 301 for an international code as an alias within your site. As I mention in the conclusion, I prefer to use an IIS module to handle this kind of redirect as it&#039;s more of  a behaviour of the site rather than something an author would need to manage.]]></description>
		<content:encoded><![CDATA[<p>Hi Michael,<br />
Yes, I imagine the Sitecore language resolver may get in the way if you&#8217;re trying to setup a 301 for an international code as an alias within your site. As I mention in the conclusion, I prefer to use an IIS module to handle this kind of redirect as it&#8217;s more of  a behaviour of the site rather than something an author would need to manage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracking Local Search with DMS by Alistair Deneys</title>
		<link>http://adeneys.wordpress.com/2012/02/09/tracking-local-search-with-dms/#comment-1905</link>
		<dc:creator><![CDATA[Alistair Deneys]]></dc:creator>
		<pubDate>Tue, 09 Apr 2013 03:46:18 +0000</pubDate>
		<guid isPermaLink="false">https://adeneys.wordpress.com/?p=316#comment-1905</guid>
		<description><![CDATA[Hi Joe,
Yes, the code would go in your search results codebehind or wheverever you&#039;re executing the search logic. The &quot;query&quot; variable in my example was parsed from the keywords entered by the user. If you were using a textbox you could populate from it from the &quot;Text&quot; property or if you&#039;re using a query string parameter read the variable from the HttpContext.Current.Request.QueryString object.]]></description>
		<content:encoded><![CDATA[<p>Hi Joe,<br />
Yes, the code would go in your search results codebehind or wheverever you&#8217;re executing the search logic. The &#8220;query&#8221; variable in my example was parsed from the keywords entered by the user. If you were using a textbox you could populate from it from the &#8220;Text&#8221; property or if you&#8217;re using a query string parameter read the variable from the HttpContext.Current.Request.QueryString object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracking Local Search with DMS by Joe Pescatello</title>
		<link>http://adeneys.wordpress.com/2012/02/09/tracking-local-search-with-dms/#comment-1903</link>
		<dc:creator><![CDATA[Joe Pescatello]]></dc:creator>
		<pubDate>Fri, 05 Apr 2013 17:06:25 +0000</pubDate>
		<guid isPermaLink="false">https://adeneys.wordpress.com/?p=316#comment-1903</guid>
		<description><![CDATA[Please excuse my ignorance as I&#039;m finishing up my first Sitecore implementation. But I had two questions about the code snippet:

1) Does it go in the search results page sublayout codebehind?
2) Where do the &#039;query&#039; variable come from?

Many thanks]]></description>
		<content:encoded><![CDATA[<p>Please excuse my ignorance as I&#8217;m finishing up my first Sitecore implementation. But I had two questions about the code snippet:</p>
<p>1) Does it go in the search results page sublayout codebehind?<br />
2) Where do the &#8216;query&#8217; variable come from?</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect Options by Michael Green</title>
		<link>http://adeneys.wordpress.com/2012/07/22/redirect-options/#comment-1899</link>
		<dc:creator><![CDATA[Michael Green]]></dc:creator>
		<pubDate>Mon, 01 Apr 2013 07:12:31 +0000</pubDate>
		<guid isPermaLink="false">https://adeneys.wordpress.com/?p=345#comment-1899</guid>
		<description><![CDATA[Alistair, it seems like the only method to handle 301 redirects with international versions of content in Sitecore is to use the IIS filter method? If you have redirects you have to setup for US, UK, FR and MX for example.]]></description>
		<content:encoded><![CDATA[<p>Alistair, it seems like the only method to handle 301 redirects with international versions of content in Sitecore is to use the IIS filter method? If you have redirects you have to setup for US, UK, FR and MX for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Always select a publishing target in Sitecore by Mike Reynolds</title>
		<link>http://adeneys.wordpress.com/2013/03/04/always-select-a-publishing-target-in-sitecore/#comment-1890</link>
		<dc:creator><![CDATA[Mike Reynolds]]></dc:creator>
		<pubDate>Wed, 06 Mar 2013 23:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://adeneys.wordpress.com/?p=395#comment-1890</guid>
		<description><![CDATA[Congratulations on the new gig!]]></description>
		<content:encoded><![CDATA[<p>Congratulations on the new gig!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Always select a publishing target in Sitecore by Adam Conn (@adc_sitecore)</title>
		<link>http://adeneys.wordpress.com/2013/03/04/always-select-a-publishing-target-in-sitecore/#comment-1888</link>
		<dc:creator><![CDATA[Adam Conn (@adc_sitecore)]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 01:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://adeneys.wordpress.com/?p=395#comment-1888</guid>
		<description><![CDATA[Congrats on the new role! eDynamic is fortunate to have you.]]></description>
		<content:encoded><![CDATA[<p>Congrats on the new role! eDynamic is fortunate to have you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WeBlog 2.2 Released by Alistair Deneys</title>
		<link>http://adeneys.wordpress.com/2012/06/01/weblog-2-2-released/#comment-1881</link>
		<dc:creator><![CDATA[Alistair Deneys]]></dc:creator>
		<pubDate>Wed, 13 Feb 2013 04:13:03 +0000</pubDate>
		<guid isPermaLink="false">https://adeneys.wordpress.com/?p=333#comment-1881</guid>
		<description><![CDATA[Hi Tom,
All documentation for WeBlog is on github wiki. Since I wrote this article We&#039;ve moved the project over to github and the old Trac environment has been shut down. So first place to get started would be &lt;a href=&quot;http://github.com/WeTeam/WeBlog/wiki&quot; title=&quot;WeBlog wiki&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;. To make complete sense of the documentation though, you&#039;ll need to understand Sitecore and know how to develop within it.

As for unbiased reviews, I&#039;m not sure I&#039;ve seen any. Most of the stuff written about WeBlog is from members of the team contributing to it (myself, Nick Wesselman or Mark Van Aalst). From the feedback we receive it appears most people using it are quite happy with it, though I suspect many people use the codebase as a starting point for their own customized version of the module. Have a look round on the SDN forums and maybe even ask the question of others opinions of the module.]]></description>
		<content:encoded><![CDATA[<p>Hi Tom,<br />
All documentation for WeBlog is on github wiki. Since I wrote this article We&#8217;ve moved the project over to github and the old Trac environment has been shut down. So first place to get started would be <a href="http://github.com/WeTeam/WeBlog/wiki" title="WeBlog wiki" rel="nofollow"></a>. To make complete sense of the documentation though, you&#8217;ll need to understand Sitecore and know how to develop within it.</p>
<p>As for unbiased reviews, I&#8217;m not sure I&#8217;ve seen any. Most of the stuff written about WeBlog is from members of the team contributing to it (myself, Nick Wesselman or Mark Van Aalst). From the feedback we receive it appears most people using it are quite happy with it, though I suspect many people use the codebase as a starting point for their own customized version of the module. Have a look round on the SDN forums and maybe even ask the question of others opinions of the module.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
