<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GQAdonis</title>
	<atom:link href="http://www.gqadonis.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gqadonis.com</link>
	<description>Cool as the other side of the pillow...</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:31:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Some Great Articles on Microsoft Orchard</title>
		<link>http://www.gqadonis.com/some-great-articles-on-microsoft-orchard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=some-great-articles-on-microsoft-orchard</link>
		<comments>http://www.gqadonis.com/some-great-articles-on-microsoft-orchard/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 09:31:20 +0000</pubDate>
		<dc:creator>GQAdonis</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Microsoft Orchard]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Orchard]]></category>

		<guid isPermaLink="false">http://www.gqadonis.com/?p=348</guid>
		<description><![CDATA[Open Source CMS For a long time, I have been watching the Microsoft Orchard project with great interest. It is the first Microsoft open source project that has provided a truly feature rich Content Management System that is blessed my Microsoft itself (unlike other offerings from DotNetNuke and others). While PHP-based systems like WordPress and [...]]]></description>
			<content:encoded><![CDATA[<h2>Open Source CMS</h2>
<p>For a long time, I have been watching the <a href="https://www.orchardproject.net" target="_blank">Microsoft Orchard</a> project with great interest.  It is the first Microsoft open source project that has provided a truly feature rich Content Management System that is blessed my Microsoft itself (unlike other offerings from DotNetNuke and others).  While PHP-based systems like <a href="http://www.wordpress.org" target="_blank">WordPress</a> and <a href="http://www.joomla.org" target="_blank">Joomla</a> still dominate open source CMS mindshare, Orchard provides a component based extensibility model that is only matched by Ruby&#8217;s <a href="http://refinerycms.com" target="_blank">Refinery CMS</a> when it comes to its architecture, object model, and extensibility.</p>
<h2>Extending Orchard</h2>
<p>The key to making the greatest use of any open source CMS system is extending it to combine its content management features with general functionality needed for a particular vertical market or problem domain (e.g., running a company, interacting with users, building a web store, etc.) and making it look precisely the way you want it to using an expressive, dynamic theming engine.  The following articles are new and provide a great starting point for learning how to extend Orchard, which can look like a daunting task to start with:</p>
<ul>
<li><strong><a href="http://skywalkersoftwaredevelopment.net/blog/writing-an-orchard-webshop-module-from-scratch-part-1" target="_blank">Writing an Orchard Webshop Module from scratch</a></strong>&#8211;FINALLY, an up to date end to end series of articles showing how to correctly write Orchard modules!</li>
<li><strong><a href="http://msdn.microsoft.com/en-us/magazine/hh708754.aspx" target="_blank">Orchard Extensibility</a></strong>&#8211;A great article on extensibility options by one of the creators of Orchard, <a href="http://weblogs.asp.net/bleroy/default.aspx" target="_blank">Bertrand Le Roy</a>.</li>
</ul>
<h2>What about performance?</h2>
<p>Personally, I had a few issues with Orchard deployments being slow that, to this point, always had me going back to using solutions I liked much less architecturally&#8211;namely, WordPress.  While .NET as a technology would seem to perform SO much faster on average than a PHP-based solution with an ugly mess of a code base and rigid architecture, you could almost FEEL Microsoft Orchard moving and churning on your content once deployed&#8211;not a good thing.  Bertrand <a href="http://weblogs.asp.net/bleroy/archive/2011/12/06/what-s-the-deal-with-orchard-and-nuget-does-orchard-suck.aspx" target="_blank">addresses this here</a>, and I am ready to give Orchard another try&#8211;at least on my <a href="http://www.cloudmetal.com" target="_blank">CloudMetal</a> personal technology blog and consulting site.  Stay tuned to see how that works out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gqadonis.com/some-great-articles-on-microsoft-orchard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ruby on Mac OSX Lion</title>
		<link>http://www.gqadonis.com/installing-ruby-on-mac-osx-lion/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-ruby-on-mac-osx-lion</link>
		<comments>http://www.gqadonis.com/installing-ruby-on-mac-osx-lion/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 13:41:06 +0000</pubDate>
		<dc:creator>GQAdonis</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.gqadonis.com/?p=343</guid>
		<description><![CDATA[This article is a most excellent tutorial on how to install Ruby on a Mac. A later version that provides methods of building Ruby 1.9.3 can be found here.]]></description>
			<content:encoded><![CDATA[<p>This <a href="http://net.tutsplus.com/tutorials/ruby/how-to-install-ruby-on-a-mac/" target="_blank">article</a> is a most excellent tutorial on how to install Ruby on a Mac.  A later version that provides methods of building Ruby 1.9.3 can be found <a href="http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gqadonis.com/installing-ruby-on-mac-osx-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I never sleep&#8230;</title>
		<link>http://www.gqadonis.com/i-never-sleep-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=i-never-sleep-2</link>
		<comments>http://www.gqadonis.com/i-never-sleep-2/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 08:50:36 +0000</pubDate>
		<dc:creator>GQAdonis</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.gqadonis.com/?p=340</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img title="1326271773579.jpg" class="alignnone" alt="image" src="http://www.gqadonis.com/wp-content/uploads/2012/01/wpid-1326271773579.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gqadonis.com/i-never-sleep-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It all counts&#8230;</title>
		<link>http://www.gqadonis.com/it-all-counts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=it-all-counts</link>
		<comments>http://www.gqadonis.com/it-all-counts/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 10:27:00 +0000</pubDate>
		<dc:creator>GQAdonis</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Idealist]]></category>
		<category><![CDATA[Realist]]></category>

		<guid isPermaLink="false">http://www.gqadonis.com/it-all-counts/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.gqadonis.com/it-all-counts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Never give up&#8230;don&#8217;t quit&#8230;</title>
		<link>http://www.gqadonis.com/never-give-up-dont-quit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=never-give-up-dont-quit</link>
		<comments>http://www.gqadonis.com/never-give-up-dont-quit/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 12:04:00 +0000</pubDate>
		<dc:creator>GQAdonis</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Defeat]]></category>
		<category><![CDATA[Failure]]></category>
		<category><![CDATA[Success]]></category>

		<guid isPermaLink="false">http://www.gqadonis.com/never-give-up-dont-quit/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.gqadonis.com/never-give-up-dont-quit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You have to fully believe&#8230;</title>
		<link>http://www.gqadonis.com/you-have-to-fully-believe/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=you-have-to-fully-believe</link>
		<comments>http://www.gqadonis.com/you-have-to-fully-believe/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 10:27:00 +0000</pubDate>
		<dc:creator>GQAdonis</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Believe]]></category>
		<category><![CDATA[Wisdom]]></category>

		<guid isPermaLink="false">http://www.gqadonis.com/you-have-to-fully-believe/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.gqadonis.com/you-have-to-fully-believe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No obstacles&#8230;</title>
		<link>http://www.gqadonis.com/no-obstacles/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=no-obstacles</link>
		<comments>http://www.gqadonis.com/no-obstacles/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 18:46:00 +0000</pubDate>
		<dc:creator>GQAdonis</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Obstacles]]></category>

		<guid isPermaLink="false">http://www.gqadonis.com/no-obstacles/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.gqadonis.com/no-obstacles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live the life you have imagined&#8230;</title>
		<link>http://www.gqadonis.com/live-the-life-you-have-imagined/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=live-the-life-you-have-imagined</link>
		<comments>http://www.gqadonis.com/live-the-life-you-have-imagined/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 11:50:00 +0000</pubDate>
		<dc:creator>GQAdonis</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Dreams]]></category>
		<category><![CDATA[Law]]></category>

		<guid isPermaLink="false">http://www.gqadonis.com/live-the-life-you-have-imagined/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.gqadonis.com/live-the-life-you-have-imagined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time to get in gear&#8230;</title>
		<link>http://www.gqadonis.com/time-to-get-in-gear/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=time-to-get-in-gear</link>
		<comments>http://www.gqadonis.com/time-to-get-in-gear/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 09:23:00 +0000</pubDate>
		<dc:creator>GQAdonis</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Gear]]></category>

		<guid isPermaLink="false">http://www.gqadonis.com/time-to-get-in-gear/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.gqadonis.com/time-to-get-in-gear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Think about TODAY and not yesterday&#8230;</title>
		<link>http://www.gqadonis.com/think-about-today-and-not-yesterday/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=think-about-today-and-not-yesterday</link>
		<comments>http://www.gqadonis.com/think-about-today-and-not-yesterday/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 13:16:00 +0000</pubDate>
		<dc:creator>GQAdonis</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.gqadonis.com/think-about-today-and-not-yesterday/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.gqadonis.com/think-about-today-and-not-yesterday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

