<?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>Mike Van WinkleGenesis Framework, Not Too Shabby | Mike Van Winkle</title>
	<atom:link href="http://www.mikevanwinkle.com/tag/themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikevanwinkle.com</link>
	<description>Wordpress/PHP Developer</description>
	<lastBuildDate>Tue, 31 Jan 2012 00:02:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Genesis Framework, Not Too Shabby</title>
		<link>http://www.mikevanwinkle.com/wordpress/genesis-framework-not-too-shabby/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/genesis-framework-not-too-shabby/#comments</comments>
		<pubDate>Mon, 02 May 2011 14:12:40 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Genesis Theme Framework]]></category>
		<category><![CDATA[Wordpress Theme Frameworks]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=1009</guid>
		<description><![CDATA[So, I&#8217;ve posted elsewhere that I&#8217;m not a huge fan of theme frameworks. The short version: I&#8217;m not sure we need anymore hooks and filters than WordPress Core already provides and my time is better spent learning those hooks than learning some trendy theme hooks that merely obscur or repackage those core WP hooks. However, [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve posted elsewhere that I&#8217;m not a huge fan of <a title="WordPress Theme Frameworks: Who needs ‘em!" href="http://www.mikevanwinkle.com/geek-think/wordpress-theme-frameworks-who-need-em/">theme frameworks</a>. The short version: I&#8217;m not sure we need anymore hooks and filters than WordPress Core already provides and my time is better spent learning those hooks than learning some trendy theme hooks that merely obscur or repackage those core WP hooks.</p>
<p>However, then I contradicted myself and went a redesigned my website using the <a title="Redesigned with Genesis" href="http://www.studiopress.com/themes/genesis" target="_blank">Genesis Framework</a>. So I feel obligated to explain. I chose the Genesis Framework because I like StudioPress. I first used a Brian Gardner theme back in 2008 when it was still &#8220;Revolution&#8221;. I&#8217;ve always found his code clean, efficient and easy to work with. Indeed, I found those traits reflected in Genesis as well.</p>
<p>Moreover, modifying Genesis was (for the most part) much more straight forward than other frameworks like <a href="http://diythemes.com/" target="_blank">Thesis</a>. For instance, with Genesis you can still use custom template pages without putting all the code into a function. I&#8217;m old school so I like that. I also find the core Genesis libraries are intuitively organized so that if you want to know what hooks are involved in a particular piece of the header,  it&#8217;s relatively easy to find &#8216;/lib/structure/header.php&#8217;.</p>
<p>So, while in general, I still don&#8217;t dig on theme frameworks, Genesis is definitely a good one. Cheers, Brian.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/genesis-framework-not-too-shabby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Endorsement: Carrington CMS Framework</title>
		<link>http://www.mikevanwinkle.com/wordpress/themes/endorsement-carrington-cms-framework/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/themes/endorsement-carrington-cms-framework/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:10:25 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Carrington Framework]]></category>
		<category><![CDATA[Endorsements]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress CMS]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=381</guid>
		<description><![CDATA[When I first encountered the Carrington Theme CMS Framework for WordPress I was underwhelmed. First, I didn&#8217;t get it. Why would I want to learn a new set of concepts and functions to help me customize WordPress? It is the same reason I&#8217;ve always resisted learning third-party design programs like Dreamweaver. Wouldn&#8217;t my time be [...]]]></description>
			<content:encoded><![CDATA[<p>When I first encountered the <a title="Carrinton CMS Framework" href="http://carringtontheme.com/">Carrington Theme CMS Framework for WordPress</a> I was underwhelmed. First, I didn&#8217;t get it. Why would I want to learn a new set of concepts and functions to help me customize WordPress? It is the same reason I&#8217;ve always resisted learning third-party design programs like Dreamweaver. Wouldn&#8217;t my time be better spent learning the programming language itself?</p>
<p>Moreover, I was confused because Carrington Theme didn&#8217;t seem to make it any easier to turn WordPress into a CMS! It made it harder because there was yet another layer of abstraction to worry about.</p>
<p>But my negative assessment was born of ignorance more than experience. It wasn&#8217;t until I was knee-deep into my first CMS project managing more than 10,000 pages of content with at least 10 different &#8220;content types&#8221; that I began to remember the Carrington Framework &#8230; and then click! it all made sense.</p>
<p>Carrington is a framework built to help developers manage sites with hundreds of customizations. I built my CMS site without Carrington and my sidebar.php file looks like Frankenstein on acid: include, conditional, biconditional, include, exclude, uhg. Sometimes when I need to fix a particular customization it takes me ten minutes to figure out which include file it&#8217;s in.</p>
<p>The whole point of Carrington is to make 90% of that conditional code unnecessary because so much of it is predictable. If you&#8217;re building a CMS, you can pretty much guarantee that you want change the sidebar depending on the context of the page, right? Carrington just makes it simpler to do so.</p>
<p>Perhaps the confusion over Carrington is that it markets itself as a &#8220;CMS Framework&#8221;. But in fact, it&#8217;s a THEME framework for CMS builders. If you are using Carrington, you will still need to know how to use WordPress custom fields and write panels etc. But the theming will be 100 times easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/themes/endorsement-carrington-cms-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New sites going live</title>
		<link>http://www.mikevanwinkle.com/news/new-sites-going-live/</link>
		<comments>http://www.mikevanwinkle.com/news/new-sites-going-live/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 23:10:49 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Featured Client]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Justin Tadlock]]></category>
		<category><![CDATA[Porfolio]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=234</guid>
		<description><![CDATA[I&#8217;m very happy to report two new projects going online. One is www.eightin08.com, another adaptation of Justin Tadlock&#8217;s Options theme. The other is www.friendsoffairness.com, which is, come to think of it, another adaptation of Justin Tadlock&#8217;s theme. Jeez, I wonder if there&#8217;s a message here!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very happy to report two new projects going online. One is <a href="http://www.eightin08.com" target="_blank">www.eightin08.com</a>, another adaptation of<a href="http://justintadlock.com/"> Justin Tadlock&#8217;s Options</a> theme. The other is <a href="http://www.friendsoffairness.com">www.friendsoffairness.com</a>, which is, come to think of it, another adaptation of Justin Tadlock&#8217;s theme. Jeez, I wonder if there&#8217;s a message here!</p>
<p><a class="thickbox" href="http://www.eightin08.com"><img class="ngg-singlepic ngg-none" style="margin: 5px;" src="http://www.mikevanwinkle.com/wp-content/gallery/portfolio/picture-13.png" alt="picture-13.png" width="252" height="137" /></a><a class="thickbox" href="http://www.friendsoffairness.com"><img class="ngg-singlepic ngg-none" style="margin: 5px;" title="Friends of Fairness" src="http://www.mikevanwinkle.com/wp-content/gallery/portfolio/picture-15.png" alt="picture-15.png" width="267" height="138" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/news/new-sites-going-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme Update: OnStage Theme for Actors v1.1.0</title>
		<link>http://www.mikevanwinkle.com/news/theme-update-onstage-theme-for-actors-v110/</link>
		<comments>http://www.mikevanwinkle.com/news/theme-update-onstage-theme-for-actors-v110/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 14:10:30 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Featured Client]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=125</guid>
		<description><![CDATA[So, my OnStage theme has only been out for a couple weeks and already I&#8217;m releasing a new version. What gives? Well it occurred to me that a few tweeks were needed. For one, the blog had no side bar which (a) prevented users from browsing archives and (b) eliminated the natural search juice that [...]]]></description>
			<content:encoded><![CDATA[<p>So, my OnStage theme has only been out for a couple weeks and already I&#8217;m releasing a new version. What gives? Well it occurred to me that a few tweeks were needed. For one, the blog had no side bar which (a) prevented users from browsing archives and (b) eliminated the natural search juice that a sidebar provides. Also, I noticed that some users were not using the proper sized pictures for their frontpage gallery. This resulted in the smaller pictures aligning left and making the whole site look a little off kilter. I&#8217;ve now centered the home gallery so that, no matter what size image is used, the images will look nice.</p>
<p>The new version can be <a href="http://www.mikevanwinkle.com/themes/onstage-theme-for-actors/">downloaded here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/news/theme-update-onstage-theme-for-actors-v110/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Coming soon: &#8220;OnStage&#8221; a Worpress Theme for Actors</title>
		<link>http://www.mikevanwinkle.com/wordpress/themes/coming-soon-onstage-a-worpress-theme-for-actors/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/themes/coming-soon-onstage-a-worpress-theme-for-actors/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 21:18:20 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=69</guid>
		<description><![CDATA[So I&#8217;ve been busy all day working on my first ever WordPress Theme. At least the first one I&#8217;ve essentially designed from scratch. I&#8217;m calling it &#8220;OnStage&#8221; and it is specifically designed for use by actors. It isn&#8217;t ready for download yet because the setup instructions are going to be a little detailed. But you [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been busy all day working on my first ever WordPress Theme. At least the first one I&#8217;ve essentially designed from scratch. I&#8217;m calling it &#8220;OnStage&#8221; and it is specifically designed for use by actors. It isn&#8217;t ready for download yet because the setup instructions are going to be a little detailed. But you can <a href="http://www.mikevanwinkle.com/jack" target="_blank">preview the theme here</a>. Feedback is definitely welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/themes/coming-soon-onstage-a-worpress-theme-for-actors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Object Caching 505/562 objects using apc

Served from: www.mikevanwinkle.com @ 2012-02-04 19:29:04 -->
