<?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 Matt Brailsford</title>
	<atom:link href="http://blog.mattbrailsford.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mattbrailsford.com</link>
	<description>Just another Umbraco weblog</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:32:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Adding a Windows Context Menu Item to Set Umbraco Folder Permissions by William</title>
		<link>http://blog.mattbrailsford.com/2010/08/01/adding-a-windows-context-menu-item-to-set-umbraco-folder-permissions/#comment-371</link>
		<dc:creator><![CDATA[William]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 15:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mattbrailsford.com/?p=310#comment-371</guid>
		<description><![CDATA[It might be worth noting that the F at the end of Sebastiaan&#039;s snippet grants Full permission, not something you should need very often.

There is a good explanation of icacls on http://ss64.com/nt/icacls.html]]></description>
		<content:encoded><![CDATA[<p>It might be worth noting that the F at the end of Sebastiaan&#8217;s snippet grants Full permission, not something you should need very often.</p>
<p>There is a good explanation of icacls on <a href="http://ss64.com/nt/icacls.html" rel="nofollow">http://ss64.com/nt/icacls.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating Umbraco v5 Package Creation Using MSBuild by Justin Spradlin</title>
		<link>http://blog.mattbrailsford.com/2011/09/30/automating-umbraco-v5-package-creation-using-msbuild/#comment-368</link>
		<dc:creator><![CDATA[Justin Spradlin]]></dc:creator>
		<pubDate>Thu, 26 Jan 2012 17:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mattbrailsford.com/?p=631#comment-368</guid>
		<description><![CDATA[Thank you for the great article. I was wondering how to automate this so I could easily integrate the readme.txt into the package manifest. 

I will try this out with my next package!]]></description>
		<content:encoded><![CDATA[<p>Thank you for the great article. I was wondering how to automate this so I could easily integrate the readme.txt into the package manifest. </p>
<p>I will try this out with my next package!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio Project Structure For Umbraco by Matt Brailsford</title>
		<link>http://blog.mattbrailsford.com/2010/07/14/visual-studio-project-structure-for-umbraco/#comment-338</link>
		<dc:creator><![CDATA[Matt Brailsford]]></dc:creator>
		<pubDate>Thu, 24 Nov 2011 11:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mattbrailsford.com/?p=222#comment-338</guid>
		<description><![CDATA[I have changed somewhat how I work now, working straight out of the website folder. I gets around not having to build to copy css files etc, but I don&#039;t think it&#039;s as flexible when working in teams (Before I joined HQ, I was a sole developer, so that wasn&#039;t a problem for me).

I&#039;ll see if I can get around to writing an update blog post, with a comparison of the 2 techniques. I do still think this is a valid setup though.]]></description>
		<content:encoded><![CDATA[<p>I have changed somewhat how I work now, working straight out of the website folder. I gets around not having to build to copy css files etc, but I don&#8217;t think it&#8217;s as flexible when working in teams (Before I joined HQ, I was a sole developer, so that wasn&#8217;t a problem for me).</p>
<p>I&#8217;ll see if I can get around to writing an update blog post, with a comparison of the 2 techniques. I do still think this is a valid setup though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio Project Structure For Umbraco by Phil Dye</title>
		<link>http://blog.mattbrailsford.com/2010/07/14/visual-studio-project-structure-for-umbraco/#comment-337</link>
		<dc:creator><![CDATA[Phil Dye]]></dc:creator>
		<pubDate>Thu, 24 Nov 2011 11:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mattbrailsford.com/?p=222#comment-337</guid>
		<description><![CDATA[Matt,

Sometime on, how are you doing things now? I like the idea of having stuff in a Web Application Project (primarily so that I can use MSDeploy), but also don&#039;t like the requirement to have to build &amp; copy even minor XSLT/Razor changes.]]></description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>Sometime on, how are you doing things now? I like the idea of having stuff in a Web Application Project (primarily so that I can use MSDeploy), but also don&#8217;t like the requirement to have to build &amp; copy even minor XSLT/Razor changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uploading Media to Umbraco from your iPhone by jskovgaard</title>
		<link>http://blog.mattbrailsford.com/2010/08/19/uploading-media-to-umbraco-from-your-iphone/#comment-332</link>
		<dc:creator><![CDATA[jskovgaard]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 22:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mattbrailsford.com/?p=377#comment-332</guid>
		<description><![CDATA[Hi Matt

This is SO awesome. Think you should update the post with the new place of the dmu.ashx file, since it&#039;s now a core feature. Took me a few minutes to figure out that it&#039;s no longer the one mentiond but in fact http://www.yourdomain.com/umbraco/plugins/TheOutfield/DesktopMediaUploader/dmu.ashx :-)]]></description>
		<content:encoded><![CDATA[<p>Hi Matt</p>
<p>This is SO awesome. Think you should update the post with the new place of the dmu.ashx file, since it&#8217;s now a core feature. Took me a few minutes to figure out that it&#8217;s no longer the one mentiond but in fact <a href="http://www.yourdomain.com/umbraco/plugins/TheOutfield/DesktopMediaUploader/dmu.ashx" rel="nofollow">http://www.yourdomain.com/umbraco/plugins/TheOutfield/DesktopMediaUploader/dmu.ashx</a> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .LESS and the Client Dependency Framework in Umbraco by Matt Brailsford</title>
		<link>http://blog.mattbrailsford.com/2010/08/12/using-dotless-and-the-client-dependency-framework-in-umbraco/#comment-329</link>
		<dc:creator><![CDATA[Matt Brailsford]]></dc:creator>
		<pubDate>Thu, 17 Nov 2011 21:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mattbrailsford.com/?p=337#comment-329</guid>
		<description><![CDATA[I wasn&#039;t aware you could do that. Let me know how you get on, i&#039;d be interested to now if you can. 

Matt]]></description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t aware you could do that. Let me know how you get on, i&#8217;d be interested to now if you can. </p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .LESS and the Client Dependency Framework in Umbraco by jskovgaard</title>
		<link>http://blog.mattbrailsford.com/2010/08/12/using-dotless-and-the-client-dependency-framework-in-umbraco/#comment-328</link>
		<dc:creator><![CDATA[jskovgaard]]></dc:creator>
		<pubDate>Thu, 17 Nov 2011 21:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mattbrailsford.com/?p=337#comment-328</guid>
		<description><![CDATA[Hi Matt

Nice blogpost - I&#039;m just getting started with LESS and I&#039;ve read this post to get me started.

However it seems to me that dotless provides one the option to decide if the stylesheet should be cached and minified or not?

Right now I&#039;m not sure I get why I should use clientdependency since it seems to me that caching and minifying comes out of the box?

Am I missing something obvious? :-)]]></description>
		<content:encoded><![CDATA[<p>Hi Matt</p>
<p>Nice blogpost &#8211; I&#8217;m just getting started with LESS and I&#8217;ve read this post to get me started.</p>
<p>However it seems to me that dotless provides one the option to decide if the stylesheet should be cached and minified or not?</p>
<p>Right now I&#8217;m not sure I get why I should use clientdependency since it seems to me that caching and minifying comes out of the box?</p>
<p>Am I missing something obvious? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Permissions in Umbraco v5 Rock! by A Melvin</title>
		<link>http://blog.mattbrailsford.com/2011/10/30/why-permissions-in-umbraco-v5-rock/#comment-312</link>
		<dc:creator><![CDATA[A Melvin]]></dc:creator>
		<pubDate>Mon, 31 Oct 2011 15:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mattbrailsford.com/?p=646#comment-312</guid>
		<description><![CDATA[Better granularity will be useful, certainly.

Not connected to content permission, but one permission area that I think would be useful would be an ability to allow a front-end developer the ability to build templates/masterpages - but not to inject code (razor, xsl, inline whatever).  So that a front end dev could markup page structure for templates safely.

Possibly achieved by an option like &#039;Create template from uploaded html file&#039; - allowing a front-end dev to create an html page that when uploaded is automatically converted into a base master page (template) in Umbraco with an associated empty document type.]]></description>
		<content:encoded><![CDATA[<p>Better granularity will be useful, certainly.</p>
<p>Not connected to content permission, but one permission area that I think would be useful would be an ability to allow a front-end developer the ability to build templates/masterpages &#8211; but not to inject code (razor, xsl, inline whatever).  So that a front end dev could markup page structure for templates safely.</p>
<p>Possibly achieved by an option like &#8216;Create template from uploaded html file&#8217; &#8211; allowing a front-end dev to create an html page that when uploaded is automatically converted into a base master page (template) in Umbraco with an associated empty document type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Caching an Umbraco Macro by QueryString Parameter by Dan Brendstrup</title>
		<link>http://blog.mattbrailsford.com/2011/02/01/caching-an-umbraco-macro-by-querystring-parameter/#comment-308</link>
		<dc:creator><![CDATA[Dan Brendstrup]]></dc:creator>
		<pubDate>Wed, 26 Oct 2011 07:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mattbrailsford.com/?p=518#comment-308</guid>
		<description><![CDATA[And what I meant to say there, before the HTML was stripped, was:

&lt;umbraco:Macro Alias=&quot;Sitemap&quot; runat=&quot;server&quot; domain=&quot;[@HTTP_HOST]&quot;/&gt;]]></description>
		<content:encoded><![CDATA[<p>And what I meant to say there, before the HTML was stripped, was:</p>
<p>&lt;umbraco:Macro Alias=&#8221;Sitemap&#8221; runat=&#8221;server&#8221; domain=&#8221;[@HTTP_HOST]&#8220;/&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Caching an Umbraco Macro by QueryString Parameter by Dan Brendstrup</title>
		<link>http://blog.mattbrailsford.com/2011/02/01/caching-an-umbraco-macro-by-querystring-parameter/#comment-307</link>
		<dc:creator><![CDATA[Dan Brendstrup]]></dc:creator>
		<pubDate>Wed, 26 Oct 2011 07:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mattbrailsford.com/?p=518#comment-307</guid>
		<description><![CDATA[Awesome tip, Matt. This solved a problem on a site I&#039;ve built that depends on subdomains for language versioning. 

Per default, the output of any macros were cached independently of the subdomain, so cached results were returned in the wrong language. However, creating a &quot;domain&quot; parameter and calling the macros like this solved the problem:

]]></description>
		<content:encoded><![CDATA[<p>Awesome tip, Matt. This solved a problem on a site I&#8217;ve built that depends on subdomains for language versioning. </p>
<p>Per default, the output of any macros were cached independently of the subdomain, so cached results were returned in the wrong language. However, creating a &#8220;domain&#8221; parameter and calling the macros like this solved the problem:</p>
]]></content:encoded>
	</item>
</channel>
</rss>

