<?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: Regionerate As My Graduate Project</title>
	<atom:link href="http://www.rauchy.net/regionerate/blog/2009/12/regionerate-as-my-graduate-project.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rauchy.net/regionerate/blog/2009/12/regionerate-as-my-graduate-project.html</link>
	<description>The Making of an Automatic Layout Enforcement Tool for the C# Programming Language</description>
	<lastBuildDate>Mon, 25 Jan 2010 15:49:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rauchy</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/12/regionerate-as-my-graduate-project.html/comment-page-1#comment-6234</link>
		<dc:creator>rauchy</dc:creator>
		<pubDate>Fri, 15 Jan 2010 08:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/?p=207#comment-6234</guid>
		<description>pj,

I may have found a cool &amp; easy to implement solution to both problems.
Will blog about it soon and put it up for a vote.</description>
		<content:encoded><![CDATA[<p>pj,</p>
<p>I may have found a cool &#038; easy to implement solution to both problems.<br />
Will blog about it soon and put it up for a vote.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pj</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/12/regionerate-as-my-graduate-project.html/comment-page-1#comment-6232</link>
		<dc:creator>pj</dc:creator>
		<pubDate>Fri, 15 Jan 2010 08:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/?p=207#comment-6232</guid>
		<description>I just unknowingly put a similar, although simpler, version of Koen&#039;s thoughts on the &quot;vote for the UI&quot; page. I thought it would be good to dupe it here to make sure it was seen. Anything that would facilitate company-wide distro of templates would be great (I suggested allowing persistence to something like google docs). 

Allowing sharing of templates online is really cool as well, but I definitely see your point about trying to limit the scope.</description>
		<content:encoded><![CDATA[<p>I just unknowingly put a similar, although simpler, version of Koen&#8217;s thoughts on the &#8220;vote for the UI&#8221; page. I thought it would be good to dupe it here to make sure it was seen. Anything that would facilitate company-wide distro of templates would be great (I suggested allowing persistence to something like google docs). </p>
<p>Allowing sharing of templates online is really cool as well, but I definitely see your point about trying to limit the scope.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rauchy</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/12/regionerate-as-my-graduate-project.html/comment-page-1#comment-6017</link>
		<dc:creator>rauchy</dc:creator>
		<pubDate>Tue, 29 Dec 2009 06:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/?p=207#comment-6017</guid>
		<description>Koen,

These are some really interesting ideas.

Some of them might be a little big for the scope of the graduate project.

Originally I had thought of developing this as a WPF standalone application which would run after installation, 
but your idea sets up the ground for a much bigger project with collaboration built-in.

I will raise this for a vote.

Thanks for your feedback and hope you keep following and helping us with this project&#039;s development.</description>
		<content:encoded><![CDATA[<p>Koen,</p>
<p>These are some really interesting ideas.</p>
<p>Some of them might be a little big for the scope of the graduate project.</p>
<p>Originally I had thought of developing this as a WPF standalone application which would run after installation,<br />
but your idea sets up the ground for a much bigger project with collaboration built-in.</p>
<p>I will raise this for a vote.</p>
<p>Thanks for your feedback and hope you keep following and helping us with this project&#8217;s development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koen</title>
		<link>http://www.rauchy.net/regionerate/blog/2009/12/regionerate-as-my-graduate-project.html/comment-page-1#comment-6010</link>
		<dc:creator>Koen</dc:creator>
		<pubDate>Mon, 28 Dec 2009 16:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rauchy.net/regionerate/blog/?p=207#comment-6010</guid>
		<description>Hi, Rauchy.

Success with your graduation project. I used to use Regionerate before. There are some pains in it that made me not reinstall/use it, especially in a corporate environment. One of the pain points is (you already mention it yourself) the way templates are created. I am (apparently one of the few) one of those who created completely new templates. If I go brainstorming a bit the following features come to mind: 

 - you could create the drag and drop editor online (you can actually base some kind of business model on it through advertising). I created something similar. I can give you the following advise: &quot;use an existing javascript framework like jQuery or MooTools&quot;, it&#039;ll make your life easy.

 - you can host and provide templates committed by users to your users as a service.

 - allow company wide distribution of the templates, through a company-local repository or something similar. This is a pain point, when you work in a corporate environment it&#039;s a pain to make everybody use the same templates and the same version of the template.

 - it would be nice to be able to validate code files against a template in some way. So that we can check code layout during CI builds or source control commits.</description>
		<content:encoded><![CDATA[<p>Hi, Rauchy.</p>
<p>Success with your graduation project. I used to use Regionerate before. There are some pains in it that made me not reinstall/use it, especially in a corporate environment. One of the pain points is (you already mention it yourself) the way templates are created. I am (apparently one of the few) one of those who created completely new templates. If I go brainstorming a bit the following features come to mind: </p>
<p> &#8211; you could create the drag and drop editor online (you can actually base some kind of business model on it through advertising). I created something similar. I can give you the following advise: &#8220;use an existing javascript framework like jQuery or MooTools&#8221;, it&#8217;ll make your life easy.</p>
<p> &#8211; you can host and provide templates committed by users to your users as a service.</p>
<p> &#8211; allow company wide distribution of the templates, through a company-local repository or something similar. This is a pain point, when you work in a corporate environment it&#8217;s a pain to make everybody use the same templates and the same version of the template.</p>
<p> &#8211; it would be nice to be able to validate code files against a template in some way. So that we can check code layout during CI builds or source control commits.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

