<?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>Carrington</title>
	<atom:link href="http://carringtontheme.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://carringtontheme.com</link>
	<description>The CMS Theme Framework for WordPress</description>
	<lastBuildDate>Thu, 22 Jul 2010 21:15:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Carrington Core 3.0</title>
		<link>http://carringtontheme.com/2010/07/carrington-core-3-0/</link>
		<comments>http://carringtontheme.com/2010/07/carrington-core-3-0/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 21:15:55 +0000</pubDate>
		<dc:creator>Alex King</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://carringtontheme.com/?p=496</guid>
		<description><![CDATA[We’ve released a new version of the Carrington Core – the engine that powers the Carrington framework. This version has a few moderate list changes, some of which are pretty interesting. In particular:

Added support for custom post types (WordPress 3.0)
Support for child themes (including adding templates and plugins in child themes that do not exist [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve released a new version of the Carrington Core – the engine that powers the Carrington framework. This version has a few moderate list changes, some of which are pretty interesting. In particular:</p>
<ul>
<li>Added support for custom post types (WordPress 3.0)</li>
<li>Support for child themes (including adding templates and plugins in child themes that do not exist in the parent theme)</li>
<li>Allow custom functions to be filtered into the Single and Comment template selection process (already supported in General context selection)</li>
<li>home.php is now only used in is_home() situations, not is_front_page() (reverses feature requested and added in v. 2.5)</li>
</ul>
<p>Other changes:</p>
<ul>
<li>Make the posts_per_page setting work as intended (only on initial query)</li>
<li>Support for nesting templates inside sub-directories in misc/ and forms/</li>
<li>Removed use of deprecated function `get_the_author_ID`. Replaced with 2.8 `get_the_author_meta` (since 2.8.0). Users of versions of WordPress prior to 2.8.0 should be aware this change will cause problems for them.</li>
<li>Define required Carrington settings in a more forgiving way, making it easier to use just part of Carrington on a site when desired</li>
<li>Make gallery settings (implemented in CSS) specific to each gallery</li>
<li>Added changelog</li>
</ul>
<p>Get the Carrington Core 3.0 release from the public SVN directory:</p>
<p>http://carrington.googlecode.com/svn/framework/tags/3.0</p>
]]></content:encoded>
			<wfw:commentRss>http://carringtontheme.com/2010/07/carrington-core-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>INK Design</title>
		<link>http://carringtontheme.com/2010/07/ink-design/</link>
		<comments>http://carringtontheme.com/2010/07/ink-design/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 11:06:47 +0000</pubDate>
		<dc:creator>showcaseuser</dc:creator>
				<category><![CDATA[Showcase]]></category>

		<guid isPermaLink="false">http://carringtontheme.com/?p=492</guid>
		<description><![CDATA[The concept for this site was to make a premium Wordpress powered theme to showcase the art and design work of Kamran Samimi in a slick, modern way. The site is made to handle many projects which can be filtered by type (categories, tags). Each project opens and closes in the same page seamlessly via [...]]]></description>
			<content:encoded><![CDATA[<p>The concept for this site was to make a premium Wordpress powered theme to showcase the art and design work of Kamran Samimi in a slick, modern way. The site is made to handle many projects which can be filtered by type (categories, tags). Each project opens and closes in the same page seamlessly via ajax. A cool feature of this site is the full screen, randomized background images that change upon each refresh or page change.</p>
<p>Some of the inspiration from the site came from tylerwolff.com as well as the popular Cargo framework. The site makes use of many CSS3 techniques, jQuery, jQuery Masonry, jQuery Backstretch, and of course the Carrington Framework. </p>
]]></content:encoded>
			<wfw:commentRss>http://carringtontheme.com/2010/07/ink-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Child Theme Support for /plugins</title>
		<link>http://carringtontheme.com/2010/05/child-theme-support-for-plugins/</link>
		<comments>http://carringtontheme.com/2010/05/child-theme-support-for-plugins/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 04:03:32 +0000</pubDate>
		<dc:creator>Alex King</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://carringtontheme.com/?p=482</guid>
		<description><![CDATA[Plugins added to the /plugins directory in child themes will now be auto-loaded after the /plugins files in the parent theme. The revision, for those inclined to review it.
Child theme support is getting broader testing and is working well from what we&#8217;ve seen. An updated release of Carrington is probably due in the near future. [...]]]></description>
			<content:encoded><![CDATA[<p>Plugins added to the /plugins directory in child themes will now be auto-loaded after the /plugins files in the parent theme. The <a href="http://code.google.com/p/carrington/source/detail?r=492">revision</a>, for those inclined to review it.</p>
<p>Child theme support is getting broader testing and is working well from what we&#8217;ve seen. An updated release of Carrington is probably due in the near future. If you&#8217;re seeing any issues with child themes with the latest Carrington core code, please <a href="http://code.google.com/p/carrington/issues/list">open a ticket</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://carringtontheme.com/2010/05/child-theme-support-for-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress HelpCenter</title>
		<link>http://carringtontheme.com/2010/05/wordpress-helpcenter/</link>
		<comments>http://carringtontheme.com/2010/05/wordpress-helpcenter/#comments</comments>
		<pubDate>Thu, 06 May 2010 22:49:26 +0000</pubDate>
		<dc:creator>showcaseuser</dc:creator>
				<category><![CDATA[Showcase]]></category>

		<guid isPermaLink="false">http://carringtontheme.com/?p=478</guid>
		<description><![CDATA[WordPress HelpCenter not only acts as a way to get immediate support questions answered, the website also serves as a hub for affiliates, theme and plugin developers, and provides detail on WordPress HelpCenter pricing.
The theme encompasses all the plugin and theme detail pages, including FAQs. It also drives the user / affiliate dashboards where plugin [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress HelpCenter not only acts as a way to get immediate support questions answered, the website also serves as a hub for affiliates, theme and plugin developers, and provides detail on WordPress HelpCenter pricing.</p>
<p>The theme encompasses all the plugin and theme detail pages, including FAQs. It also drives the user / affiliate dashboards where plugin and theme details can be submitted to the WordPress HelpCenter.</p>
]]></content:encoded>
			<wfw:commentRss>http://carringtontheme.com/2010/05/wordpress-helpcenter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Resources</title>
		<link>http://carringtontheme.com/2010/05/moving-resources/</link>
		<comments>http://carringtontheme.com/2010/05/moving-resources/#comments</comments>
		<pubDate>Thu, 06 May 2010 00:12:41 +0000</pubDate>
		<dc:creator>Alex King</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://carringtontheme.com/?p=471</guid>
		<description><![CDATA[We&#8217;ve struggled a little bit to figure out how best to organize and present information about the Carrington framework, themes, support and documentation. Having it all here is confusing to everyone, and that&#8217;s something we&#8217;re hoping to remedy with some of the changes we&#8217;ve made and some that we&#8217;re still working on.
Here is the (current) [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve struggled a little bit to figure out how best to organize and present information about the Carrington framework, themes, support and documentation. Having it all here is confusing to everyone, and that&#8217;s something we&#8217;re hoping to remedy with some of the changes we&#8217;ve made and some that we&#8217;re still working on.</p>
<p>Here is the (current) plan <a href="http://www.youtube.com/watch?v=jKMK3XGO27k">in a nutshell</a>:</p>
<ol>
<li>Done: Create separate community support forums for our three consumer Carrington themes (<a href="http://crowdfavorite.com/forums/forum/carrington-blog">Blog</a>, <a href="http://crowdfavorite.com/forums/forum/carrington-text">Text</a>, <a href="http://crowdfavorite.com/forums/forum/carrington-mobile">Mobile</a>). These are now live and hosted on the <a href="http://crowdfavorite.com">Crowd Favorite website</a>.</li>
<li>Done: Create an additional community support forums for developers and designers to work together regarding the <a href="http://crowdfavorite.com/forums/forum/carrington-developers-corner">Carrington framework</a> and <a href="http://crowdfavorite.com/forums/forum/carrington-jam">Carrington JAM</a>.</li>
<li>Done: Deprecate the <a href="http://groups.google.com/group/carrington-framework">Google Group</a>. It gets SPA, it&#8217;s hard to find things in old threads and it&#8217;s confusing to have both end-user theme support and developer framework support in one place.</li>
<li>Planned: move all framework documentation, etc. from this site to carringtonframework.com. We&#8217;ve got some good plans for making that site a great developer resource, no idea on timeline at this point. Also, we want to add inline documentation to the code to support some of these efforts &#8211; patches welcome.</li>
</ol>
<p>Sorry for the constant shuffling around of late. Hopefully in the near future everything will be settling into their more permanent locations.</p>
]]></content:encoded>
			<wfw:commentRss>http://carringtontheme.com/2010/05/moving-resources/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Executive English Solutions</title>
		<link>http://carringtontheme.com/2010/05/executive-english-solutions/</link>
		<comments>http://carringtontheme.com/2010/05/executive-english-solutions/#comments</comments>
		<pubDate>Wed, 05 May 2010 22:06:11 +0000</pubDate>
		<dc:creator>showcaseuser</dc:creator>
				<category><![CDATA[Showcase]]></category>

		<guid isPermaLink="false">http://carringtontheme.com/?p=469</guid>
		<description><![CDATA[Executive English Solutions is one of my favorite developments to date.  Focus was placed on clean, sharp execution, with a smooth and engaging user experience. 
This project was customization to the core! The bespoke 3D graphics, and striking yet tasteful executive appeal deserved an equally impressive code base.
The Carrington Framework worked perfectly for the [...]]]></description>
			<content:encoded><![CDATA[<p>Executive English Solutions is one of my favorite developments to date.  Focus was placed on clean, sharp execution, with a smooth and engaging user experience. </p>
<p>This project was customization to the core! The bespoke 3D graphics, and striking yet tasteful executive appeal deserved an equally impressive code base.</p>
<p>The Carrington Framework worked perfectly for the re-imagining of this brand. The UI makes extensive use of jQuery and custom templates to afford the client a great deal of customization and flexibility. Every inch of this site makes use of this powerful framework provided by Crowd Favorite.</p>
]]></content:encoded>
			<wfw:commentRss>http://carringtontheme.com/2010/05/executive-english-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post Type and Comment Meta Support</title>
		<link>http://carringtontheme.com/2010/05/post-type-and-comment-meta-support/</link>
		<comments>http://carringtontheme.com/2010/05/post-type-and-comment-meta-support/#comments</comments>
		<pubDate>Sun, 02 May 2010 20:18:46 +0000</pubDate>
		<dc:creator>Alex King</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://carringtontheme.com/?p=466</guid>
		<description><![CDATA[Support for post types (available in WordPress 3.0) using a type- prefix and comment meta using our standard meta-{key}- and meta-{key}-{value}- prefixes has landed in the development version of Carrington core (/framework/trunk). Play around with it and let us know if you run into any issues.
]]></description>
			<content:encoded><![CDATA[<p>Support for post types (available in WordPress 3.0) using a <code>type-</code> prefix and comment meta using our standard <code>meta-{key}-</code> and <code>meta-{key}-{value}-</code> prefixes has landed in the development version of Carrington core (<a href="http://code.google.com/p/carrington/source/browse/#svn/framework/trunk">/framework/trunk</a>). Play around with it and let us know if you run into any issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://carringtontheme.com/2010/05/post-type-and-comment-meta-support/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Architect Partners</title>
		<link>http://carringtontheme.com/2010/03/architect-partners/</link>
		<comments>http://carringtontheme.com/2010/03/architect-partners/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 14:50:26 +0000</pubDate>
		<dc:creator>showcaseuser</dc:creator>
				<category><![CDATA[Showcase]]></category>

		<guid isPermaLink="false">http://carringtontheme.com/?p=457</guid>
		<description><![CDATA[Our main focus for AP was the M&#38;A alerts, these custom posts required a print layout and easy navigation once a M&#38;A Alert was in view. Navigation was our second focus, we provided custom page templates to provide a manageable secondary navigation throughout the site.
]]></description>
			<content:encoded><![CDATA[<p>Our main focus for AP was the M&amp;A alerts, these custom posts required a print layout and easy navigation once a M&amp;A Alert was in view. Navigation was our second focus, we provided custom page templates to provide a manageable secondary navigation throughout the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://carringtontheme.com/2010/03/architect-partners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sprout Venture</title>
		<link>http://carringtontheme.com/2010/03/sprout-venture/</link>
		<comments>http://carringtontheme.com/2010/03/sprout-venture/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 14:49:06 +0000</pubDate>
		<dc:creator>showcaseuser</dc:creator>
				<category><![CDATA[Showcase]]></category>

		<guid isPermaLink="false">http://carringtontheme.com/?p=454</guid>
		<description><![CDATA[I tried to push the limits with this theme.
The homepage is pretty standard except for the custom options I built into the theme to select the page that pulls in the about section and the category selection for the featured post.
The portfolio is where most of the action is. I modeled the cfct_action to pull [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to push the limits with this theme.</p>
<p>The homepage is pretty standard except for the custom options I built into the theme to select the page that pulls in the about section and the category selection for the featured post.</p>
<p>The portfolio is where most of the action is. I modeled the cfct_action to pull posts based off category. The result is a portfolio that sorts through AJAX&#8217;d query posts.</p>
<p>The blog is just a category loop, creating cat-blog.php files for markup made me smile since I knew after creating those files I just needed to do some additional CSS and I&#8217;d be done &#8212; no fussing with custom filters.</p>
<p>There&#8217;s also some additional page templates that I customized in style and function. For example, the Testimonials  pulls in comments from the projects category.</p>
]]></content:encoded>
			<wfw:commentRss>http://carringtontheme.com/2010/03/sprout-venture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dan Cameron</title>
		<link>http://carringtontheme.com/2010/03/dan-cameron/</link>
		<comments>http://carringtontheme.com/2010/03/dan-cameron/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 14:48:10 +0000</pubDate>
		<dc:creator>showcaseuser</dc:creator>
				<category><![CDATA[Showcase]]></category>

		<guid isPermaLink="false">http://carringtontheme.com/?p=451</guid>
		<description><![CDATA[It was a long overdue design refresh. I ended up focusing on the classic blog style with syndication from multiple social sites: my latest tweet is show at the head of the blog and my Google Shared articles are pulled and posted.
Carrington allowed me to create a ton specific markup for each type of post, [...]]]></description>
			<content:encoded><![CDATA[<p>It was a long overdue design refresh. I ended up focusing on the classic blog style with syndication from multiple social sites: my latest tweet is show at the head of the blog and my Google Shared articles are pulled and posted.</p>
<p>Carrington allowed me to create a ton specific markup for each type of post, on the homepage each type of post is not only styled different ( using post class ) but the markup is different. For example, my review articles have post-thumbnails and in the future I&#8217;ll be styling these reviews different based on media type.</p>
<p>I also ended up using typekit and some CSS3 techniques to round it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://carringtontheme.com/2010/03/dan-cameron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
