<?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>Refocusing WP</title>
	<atom:link href="http://www.refocusingwp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.refocusingwp.com</link>
	<description>WordPress That Looks Like You</description>
	<lastBuildDate>Tue, 24 Aug 2010 20:32:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Multiple WordPress blogs with one dashboard</title>
		<link>http://www.refocusingwp.com/2010/08/multiple-wordpress-blogs-with-one-dashboard/</link>
		<comments>http://www.refocusingwp.com/2010/08/multiple-wordpress-blogs-with-one-dashboard/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 14:54:51 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.refocusingwp.com/?p=47</guid>
		<description><![CDATA[The other day I had someone ask me if it was possible to handle multiple blogs from a single WordPress admin interface.  Before a month ago, the answer would&#8217;ve been no with the basic WordPress installation.  Today, the answer is yes.  As of the WordPress 3.0 upgrade,  they are working to bring together the MU [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The other day I had someone ask me if it was possible to handle multiple blogs from a single WordPress admin interface.  Before a month ago, the answer would&#8217;ve been no with the basic WordPress installation.  Today, the answer is yes.  As of the WordPress 3.0 upgrade,  they are working to bring together the MU features with the base WordPress system.  So, you can run multiple blogs from the same administration panel.  It&#8217;s really a fairly simple task but it does require a little editing to a php file.</p>
<p><br class="spacer_" /></p>
<p>Here&#8217;s what to do:</p>
<p><br class="spacer_" /></p>
<p>1.  Make a copy of wp-config.php</p>
<p>2.  Open the wp-config.php</p>
<p>3.  Add the following line anywhere in the file:  &#8221;define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);&#8221;</p>
<p>4.  Save the wp-config.php</p>
<p><br class="spacer_" /></p>
<p>You should now be able to access the Network page via Tools &gt;&gt; Network to set up multiple subdomains.  If something goes wrong, simply replace the wp-config.php with the copy that you made at the beginning of the process.</p>
<p><br class="spacer_" /></p>
<p>It is my understanding that if you want to handle multiple top-level domains you should use a tool like the <a href="http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/" target="_blank">Domain Mapping plug-in</a>.</p>
<p><br class="spacer_" /></p>
<p>Best of luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.refocusingwp.com/2010/08/multiple-wordpress-blogs-with-one-dashboard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What is WordPress and why do I care?</title>
		<link>http://www.refocusingwp.com/2010/06/what-is-wordpress-and-why-do-i-care/</link>
		<comments>http://www.refocusingwp.com/2010/06/what-is-wordpress-and-why-do-i-care/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 18:55:38 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Why WordPress]]></category>

		<guid isPermaLink="false">http://www.refocusingwp.com/?p=41</guid>
		<description><![CDATA[Many of the times when I am writing about WordPress, I guess maybe I assume that everyone knows about WordPress.  Probably just a hazard of the job/business.  Of course not everyone knows what WordPress is.  But&#8230; if you&#8217;re interested in a great looking maintainable website for your business&#8230; you SHOULD know what WordPress is.  So, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Many of the times when I am writing about WordPress, I guess maybe I assume that everyone knows about WordPress.  Probably just a hazard of the job/business.  Of course not everyone knows what WordPress is.  But&#8230; if you&#8217;re interested in a great looking maintainable website for your business&#8230; you SHOULD know what WordPress is.  So, I&#8217;ll just take a few minutes to outline basically what WordPress is and then you can look around a little and see how beneficial it is to your business.</p>
<p><br class="spacer_" /></p>
<h2>What is WordPress?</h2>
<p>WordPress.org (WordPress&#8217;s home/mecca) says the following:</p>
<p><br class="spacer_" /></p>
<blockquote><p>WordPress is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability. WordPress is both free and priceless at the same time.</p>
<p>More simply, WordPress is what you use when you want to work with your blogging software, not fight it.</p>
</blockquote>
<p><br class="spacer_" /></p>
<p>WordPress started out a blogging software but it is so much more than that now.  It isn&#8217;t just for blogging.  You can customize it to support your entire site.  This allows you to maintain your site&#8217;s content via a simple graphic editor.  This means that you or anyone in your company can change that marketing information with the simple click of a button.  You can add links, news stories, blog posts, job postings, product updates, etc, etc, etc.  That is what &#8220;state-of-the-art publishing platform&#8221; really means.</p>
<p>Want more about WordPress from WordPress.org? Here is the <a href="http://wordpress.org/about/" target="_blank">About section</a>.</p>
<p><br class="spacer_" /></p>
<p><span style="font-size: 20px;">How does WordPress help me?</span></p>
<p><br class="spacer_" /></p>
<p>Simply put, WordPress makes it easy for you  to maintain your own website for the vast majority of the time.  You don&#8217;t need a programmer or a designer on your staff to update content.  With a little bit of training, you can more than likely handle 95-99% of the site updates yourself without any need for anyone else.</p>
<p><br class="spacer_" /></p>
<p>If the need does arise for assistance, WordPress even makes it easier on the developer to customize.</p>
<p><br class="spacer_" /></p>
<p>Those two facts really are summed up quite simply: WordPress saves you time and money.</p>
<p><br class="spacer_" /></p>
<p>Here are <a href="http://www.refocusingwp.com/2010/06/5-reasons-wp-cms/" target="_blank">5 more reasons</a> that you should use WordPress.</p>
<p><br class="spacer_" /></p>
<h2>More Questions?</h2>
<p><br class="spacer_" /></p>
<p>Take a few minutes to explore the site and see if it all makes more sense.</p>
<p><br class="spacer_" /></p>
<p>Not sure where to go next?  I would recommend taking a look at &#8220;<a href="http://www.refocusingwp.com/next-steps/where-to-start/">Where To Start?</a>&#8220;.</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.refocusingwp.com/2010/06/what-is-wordpress-and-why-do-i-care/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Reasons WordPress should be your CMS</title>
		<link>http://www.refocusingwp.com/2010/06/5-reasons-wp-cms/</link>
		<comments>http://www.refocusingwp.com/2010/06/5-reasons-wp-cms/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 18:46:52 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.refocusingwp.com/?p=42</guid>
		<description><![CDATA[A couple of weeks ago I created a post about using a self-hosted WordPress instance as a blogging option (&#8220;Self-Hosted WordPress for your blog?&#8220;).  It is a fantastic tool for supporting a blog and is highly recommended as your option for your blog.  Recently, the idea of using it for site&#8217;s CMS (Content Management System) [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft" src="http://s.wordpress.org/about/images/logos/wordpress-logo-stacked-rgb.png" alt="" width="210" height="130" />A couple of weeks ago I created a post about using a self-hosted WordPress instance as a blogging option (&#8220;<a href="http://www.refocusingtechnology.com/index.php/2009/04/08/self-hosted-wordpress-for-your-blog/" target="_blank">Self-Hosted WordPress for your blog?</a>&#8220;).  It is a fantastic tool for supporting a blog and is highly recommended as your option for your blog.  Recently, the idea of using it for site&#8217;s CMS (Content Management System) has become very interesting to me.  Based on what WordPress supports, it seems that it would be a great CMS tool for websites.</p>
<p>Some of the key features give businesses and people a huge amount of flexibility if they utilize WordPress as a CMS tool.  There are five points that I find to be extremely valuable when considering using it as a CMS tool: user-friendly control of site content, SEO-friendly framework, templates, plug-ins, and the advanced customization features.<span id="more-42"></span></p>
<h2>SEO Friendly framework</h2>
<p>One of the key points that was considered in the creation of the WordPress architecture was that it had to be very search engine friendly.  Significant effort has been exerted to create a framework that is designed to support SEO (search engine optimization) techniques.  Being that this is a web site it is extremely important that the site can be found and that the search engine can efficiently and correctly index it.  This is something that WordPress does quite well.  Add to that a few of the SEO enhancement plug ins and your site will be very search engine friendly.</p>
<h2>Full Control of Web Site content</h2>
<p>WordPress was created with the idea that someone could create a blog and control the content.  With that the need existed to control the look and feel and also the other pages on the site.</p>
<p>WordPress&#8217;s ability to apply templates to the site to control look and feel and functionality with a simple upload is quite amazing.  This piece creates the base framework that the rest of the site will be built on.</p>
<p>It is truly amazing the level of control that is given from within the administration tool.  It provides you with the ability to add/edit/delete pages and the content contained within them.  Allows you to maintain posts.  Maintenance of links, media gallery, templates etc. is also standard to the administration structure.</p>
<p>The WordPress administration tool also is extensible through the use of plug-ins.  This allows developers to have the ability to add missing/needed pieces of functionality to the administration tool.  There are plug-ins that add additional SEO features, security, forms maintenance, advanced email capabilities, etc.  Each of these is items is simply installed and configured to support the necessary capabilities that you are looking for.</p>
<p>Taken a step further, the templates and pages that make up the site are also directly maintainable from within the administration tool.  This means that if the administration tool can&#8217;t maintain a specific piece of the site, someone with a knowledge of HTML, PHP, CSS, and WordPress can alter or add the necessary capabilities directly in the page level code.</p>
<p>Between the built in capabilities, plug-ins, and custom code it really does give complete functionality control over the site.  Each of the items gives distinct features to help customize the site.  The foundation is the WordPress template.</p>
<h2>Start with a Template</h2>
<p>The idea of the template is quite simple.  It provides a common look and feel throughout the site.  WordPress makes this functionality very simple.  It has a simple interface that that allows you to select from any of the uploaded templates.  This allows you decide on what framework you would like to build from and what your site will look like.  This is really the base of the site and the starting off point for customization.</p>
<h2>Add capabilities with Plug Ins</h2>
<p>The WordPress Plug In technology is focused on allowing developers to extend the existing WordPress framework with pieces of functionality that aren&#8217;t necessarily included in the base structure.  This allows developers to customize the systems to meet their needs.  There is a large group of developers who have created plug-ins that are available to add into WordPress.  Many are free, some will cost a little money.  Some of the great options out there would include: SEO Plug-ins, Analytics plug-ins, Security enhancements, RSS enhancements, integration with other social media tools (Twitter, FaceBook, etc.), and many many more.</p>
<p>The plug in functionality makes it quite simple to customize the functionality of your WordPress site.  In places where someone can&#8217;t find the specific plug-in that they need they have a couple of options: build your own plug-in or utilize the advanced customization abilities.</p>
<h2>Advanced customization available</h2>
<p>WordPress allows for full access to the pages that render the site.  Someone with a knowledge of HTML, CSS, PHP, and WordPress will be able to customize specific pages, parts, sections, styles, etc. from this level.  It really gives the developer complete control over the site that is output.  This allows a pretty infinite amount of customization to be available.</p>
<p>This type of customization is probably best left to web developers but it does give the site owners complete control over the site.</p>
<h2>Can WordPress be a CMS?</h2>
<p>Yes, WordPress can provide CMS capabilities.  It has most of them already built in to support the needs that many businesses have.  It is truly impressive tool and I think that people who decided to use it to support their content management will find it to be a very solid tool.</p>
<p>What are your thoughts on WordPress for your site?</p>
<hr />
<p><strong><em>[Republished with permission from RefocusingTechnology.com</em></strong> ~ <a href="http://www.refocusingtechnology.com/2009/04/22/5-reasons-wordpress-should-be-your-cms/" target="_blank">Original</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.refocusingwp.com/2010/06/5-reasons-wp-cms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Excuse my apostrophe!!</title>
		<link>http://www.refocusingwp.com/2010/05/excuse-my-apostrophe/</link>
		<comments>http://www.refocusingwp.com/2010/05/excuse-my-apostrophe/#comments</comments>
		<pubDate>Fri, 21 May 2010 20:16:15 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[HTML Tips]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.refocusingwp.com/?p=39</guid>
		<description><![CDATA[Just found out a little tidbit&#8230; IE can not handle the HTML character &#8220;&#38;apos;&#8221;.  It doesn&#8217;t render it.  Firefox and Chome handle it without issue but apparently, IE doesn&#8217;t.  So you&#8217;ll simply see &#8220;Let&#38;apos;s&#8221; instead of &#8220;Let&#8217;s&#8221;. The workaround?  Use &#8220;&#38;39;&#8221; instead to show and apostrophe in HTML for all browsers. More about this issue]]></description>
			<content:encoded><![CDATA[<p></p><p>Just found out a little tidbit&#8230; IE can not handle the HTML character &#8220;&amp;apos;&#8221;.  It doesn&#8217;t render it.  Firefox and Chome handle it without issue but apparently, IE doesn&#8217;t.  So you&#8217;ll simply see &#8220;Let&amp;apos;s&#8221; instead of &#8220;Let&#8217;s&#8221;.</p>
<p><br class="spacer_" /></p>
<p>The workaround?  Use &#8220;&amp;39;&#8221; instead to show and apostrophe in HTML for all browsers.</p>
<p><br class="spacer_" /></p>
<p><a href="http://jira.codehaus.org/browse/DISPL-387" target="_blank">More about this issue</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.refocusingwp.com/2010/05/excuse-my-apostrophe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Post to WordPress from Mobile</title>
		<link>http://www.refocusingwp.com/2010/05/post-to-wordpress-from-mobile/</link>
		<comments>http://www.refocusingwp.com/2010/05/post-to-wordpress-from-mobile/#comments</comments>
		<pubDate>Tue, 04 May 2010 13:30:58 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile WordPress]]></category>

		<guid isPermaLink="false">http://www.refocusingwordpress.com/?p=26</guid>
		<description><![CDATA[One of the very cool features that is available for WordPress sites is the ability to post from mobile platforms.]]></description>
			<content:encoded><![CDATA[<p></p><p>One of the very cool features that is available for WordPress sites is the ability to post from mobile platforms.  There are applications for Android, iPhone, and Blackberry that allow you to have control over your WordPress posting, comments, etc.</p>
<p>This is an amazing feature.  Giving the ability to blog while you&#8217;re on the road and away from the keyboard gives a huge amount of flexibility.  By putting this feature on your smartphone you have the ability to add blog ideas or even blog while you&#8217;re out.</p>
<p>This will also have huge implications as the iPad grows and as other slates are released.  Having the ability to blog from the slate as new ideas pop up make it extremely easy and flexible to keep your blog moving.  I would highly recommend checking out this tool to anyone who&#8217;s utilizing a WordPress website/blog.</p>
<p>Links:</p>
<p><a href="http://android.wordpress.org/" target="_blank">WordPress for Android</a></p>
<p><a href="http://iphone.wordpress.org/" target="_blank">WordPress for iPhone/iPad</a></p>
<p><a href="http://blackberry.wordpress.org/" target="_blank">WordPress for Blackberry</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.refocusingwp.com/2010/05/post-to-wordpress-from-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thesis for WordPress: 8 Praises</title>
		<link>http://www.refocusingwp.com/2010/04/thesis-for-wordpress-8-praises/</link>
		<comments>http://www.refocusingwp.com/2010/04/thesis-for-wordpress-8-praises/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 20:59:10 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.refocusingwordpress.com/?p=25</guid>
		<description><![CDATA[After working with quite a few WordPress themes both free and premium and continuing to hear about Thesis, I decided to give it a try with the new Refocusing Technology site. I really didn&#8217;t have an opinion either way starting the process. Premium themes are almost always better and easier to work with than free [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After working with quite a few WordPress themes both free and premium and continuing to hear about <a href="http://www.shareasale.com/r.cfm?b=210935&amp;u=425406&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank">Thesis</a>, I decided to give it a try with the new Refocusing Technology site.  I really didn&#8217;t have an opinion either way starting the process.  Premium themes are almost always better and easier to work with than free themes.  The premiums I&#8217;ve seen have all been pretty decent.  I like quite a few of the <a href="http://www.woothemes.com/amember/go.php?r=10024" target="_blank">WooThemes</a> I&#8217;ve worked with.  So with that I went and downloaded Thesis and installed it.</p>
<p>I&#8217;ve read so many positive reviews.  Some have said it&#8217;s a designer&#8217;s dream.  Others have said it&#8217;s the theme that was really meant for WordPress.  I read someone who said that Thesis definitely blurs the line between your web site and your blog.  They go on and on.</p>
<p>After utilizing it for a short time, I was truly impressed.  It is extremely functional and easy to use.  It makes WordPress even EASIER to use which seems difficult.</p>
<p>The 8 Praises: Configuration Screens, Great Layout, Advanced Customizations via files, Hooks, Support available, Drop-Down Menus, Framework support, and the SEO capabilities.</p>
<h2>Easy Configuration Screens</h2>
<p>I am completely amazed by the work that has been put into the Thesis configuration screens.  You have a huge amount of control over the look and feel of the site without knowing anything about the inner workings of WordPress like HTML, CSS, or PHP.  This would allow users who are uncomfortable working with the undersides of WordPress to do quite a bit of customizing with just point and click.  Given, it&#8217;s not complete customization and I don&#8217;t think that we&#8217;ll see that in any theme any time in the near future.  It is a significant amount of customization and it&#8217;s a very cool feature.  Take a look at the screens:</p>
<div id="attachment_1340" class="wp-caption alignnone" style="width: 300px">
	<a href="http://www.refocusingtechnology.com/wp-content/uploads/2010/04/Thesis_SiteOpts.jpg"><img class="size-medium wp-image-1340 " title="Thesis Site Options" src="http://www.refocusingtechnology.com/wp-content/uploads/2010/04/Thesis_SiteOpts-300x156.jpg" alt="Thesis Site Options" width="300" height="156" /></a>
	<p class="wp-caption-text">Thesis Site Options</p>
</div>
<div id="attachment_1341" class="wp-caption alignnone" style="width: 300px">
	<a href="http://www.refocusingtechnology.com/wp-content/uploads/2010/04/Thesis_DesignOpts.jpg"><img class="size-medium wp-image-1341" title="Thesis Design Options" src="http://www.refocusingtechnology.com/wp-content/uploads/2010/04/Thesis_DesignOpts-300x177.jpg" alt="Thesis Design Options" width="300" height="177" /></a>
	<p class="wp-caption-text">Thesis Design Options</p>
</div>
<div id="attachment_1342" class="wp-caption alignnone" style="width: 300px">
	<a href="http://www.refocusingtechnology.com/wp-content/uploads/2010/04/Thesis_PageOpts.jpg"><img class="size-medium wp-image-1342" title="Thesis Page Options" src="http://www.refocusingtechnology.com/wp-content/uploads/2010/04/Thesis_PageOpts-300x124.jpg" alt="Thesis Page Options" width="300" height="124" /></a>
	<p class="wp-caption-text">Thesis Page Options</p>
</div>
<h2>Excellent Initial Layout</h2>
<p>The theme really has a great initial layout.  A simple blog could almost utilize it out of the box.  Once you decide to start customizing it, you also see what a great initial layout it has.  It is very simple to start re-arranging it and you notice that many pieces just seem to fit.  It&#8217;s simple, somewhat minimalist, easy to use, open and readable.  It is a fantastic foundation point to build from.</p>
<h2>Customization Files</h2>
<p>Thesis even more advanced customization more simple using it&#8217;s customization files.  It gives you access to a custom CSS file (custom.css), custom functions file (custom_functions), and a layout CSS file (layout.css).   These files really allow you to customize about everything in the Thesis theme framework.  You can change the format, change functionality, add new capabilities, etc., etc., etc.  Lots of power.  You will need to know a little something about CSS/HTML/PHP to work with the files (or copy and paste info from the web).</p>
<p>To make your life simpler, they also provide an editor window which provides some level of syntax highlighting and keeps you from having to sort through all of the underlying files.  It is not point and click, it&#8217;s a text editor but it does provide some level of assistance via the highlighting.</p>
<div id="attachment_1343" class="wp-caption alignnone" style="width: 300px">
	<a href="http://www.refocusingtechnology.com/wp-content/uploads/2010/04/Thesis_CustomFile.jpg"><img class="size-medium wp-image-1343" title="Thesis Custom File Editor" src="http://www.refocusingtechnology.com/wp-content/uploads/2010/04/Thesis_CustomFile-300x174.jpg" alt="" width="300" height="174" /></a>
	<p class="wp-caption-text">Thesis Custom File Editor</p>
</div>
<h2>Hooks</h2>
<p>Hooks are simply customization points.  For you developers out there, they are events.  They allow you to add things into the building of the page or remove things from the building of the page.  This gives you a enormous amount of control over the site.  By doing this you can connect to one of the hooks and control different events that occur.  As an example, write something the header before the header is written out.  Or (if you bought the right license) remove the attribution link at the bottom.  Many options and huge opportunities.</p>
<h2>Support Available</h2>
<p>There is a significant following around the Thesis Theme.  This is great because you can find a ton of information about how to customize Thesis to do what you want.  I have utilized a ton of the examples and suggestions already in customizing and I know that I will end up using more.  Here are a few examples of sites with a bunch of customization information on them:</p>
<p><a href="http://www.doublemule.com/" target="_blank">DoubleMule</a></p>
<p><a href="http://www.howtomakemyblog.com/" target="_blank">How to Make My Blog</a></p>
<p><a href="http://www.sugarrae.com/" target="_blank">SugarRae</a></p>
<h2>Drop down Menus included</h2>
<p>Want hierarchical drop down menus on your blog?  Sure you do.  Of course, you can find JQuery drop-down menus but they take some work to implement in your WordPress blog.  Thesis 1.7 has the drop down menus built in to it.  You simply turn it on it the control panel and start adding pages in a hierarchical fashion.</p>
<h2>Built in Frameworks</h2>
<p>For those of you out there in the web development and design realms, you know about the JavaScript frameworks (Jquery, JQuery UI, Prototype, MooTools, YUI, etc.).  They are great tools for simplifying JavaScript that at times can be very lengthy and difficult.  So for any site that you desire to utilize the tools on, you are typically required to download the framework and put it on the site.  Then you need to include the references to it in every page.  It&#8217;s a small thing but Thesis comes with them available.  All you have to do is select which framework(s) to include on the site and Thesis takes care of it.  It appears that you can do it at either a site level or at a page level.  Another thing to simplify your life.</p>
<h2>SEO</h2>
<p>WordPress was built with SEO in mind.  There are many plug-ins that can add SEO capabilities.  That is great but Thesis comes with built-in SEO controls.  You can set a bunch of configurations to make the site more SEO friendly.  You have the ability to configure all of the necessary SEO information for the site, pages, and posts.  For a great run down of the SEO features of Thesis take a look at this amazing article on DoubleMule:</p>
<p><a href="http://www.doublemule.com/thesis-tutorial-seo-for-everyone/" target="_blank">Thesis Tutorial | SEO For Everyone</a></p>
<h2>So&#8230;</h2>
<p>Well, it must be obvious&#8230; I&#8217;m impressed with Thesis.  It&#8217;s a very cool theme.  I would definitely recommend it to people using self-hosted WordPress.  Yes, it costs a little money but with all that it provides it&#8217;s a small price.  Yes, I am an affiliate&#8230; because I&#8217;m impressed by it.  Not vice versa.  Go get it!</p>
<p><a href="http://www.shareasale.com/r.cfm?b=202504&amp;u=425406&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank"><img src="http://www.shareasale.com/image/24570/thesis-260x125.png" border="0" alt="Thesis Theme for WordPress:  Options Galore and a Helpful Support Community" /></a></p>
<p>[Republished from <a href="http://www.refocusingtechnology.com/2010/04/22/thesis-for-wordpress-8-praises/" target="_self">RefocusingTechnology.com</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.refocusingwp.com/2010/04/thesis-for-wordpress-8-praises/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Should be your CMS</title>
		<link>http://www.refocusingwp.com/2010/04/wordpress-should-be-your-cms/</link>
		<comments>http://www.refocusingwp.com/2010/04/wordpress-should-be-your-cms/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 20:55:52 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.refocusingwordpress.com/?p=24</guid>
		<description><![CDATA[photo credit: josef.stuefer A few months ago, I wrote a post entitled &#8216;5 Reasons WordPress Should be your CMS&#8216;. Since that time I have utilized WordPress on a couple of other projects and have discussed the potential of the WordPress structure with other clients for their sites. Simply put WordPress is a great tool. It [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span><a href="http://www.flickr.com/photos/20375052@N00/9500503/" target="_blank"><img src="http://farm1.static.flickr.com/4/9500503_83de095ccf_m.jpg" border="0" alt="" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://www.refocusingtechnology.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="josef.stuefer" href="http://www.flickr.com/photos/20375052@N00/9500503/" target="_blank">josef.stuefer</a></small></span></p>
<p>A few months ago, I wrote a post entitled &#8216;<a href="http://www.refocusingtechnology.com/index.php/2009/04/22/5-reasons-wordpress-should-be-your-cms/" target="_blank">5 Reasons WordPress Should be your CMS</a>&#8216;.  Since that time I have utilized WordPress on a couple of other projects and have discussed the potential of the WordPress structure with other clients for their sites.  Simply put WordPress is a great tool.  It is easily customizable architecture that can be customized to fit a whole lot of needs.  After the last couple of projects I think there are a few things that I have noticed that really make WordPress great.</p>
<h2>Premium Themes</h2>
<p>For one of my projects we utilized a Premium Theme (i.e. pay for it theme).  It was one of the themes available from <a href="http://www.woothemes.com" target="_blank">WooThemes</a>.   Premium themes are great.  What makes them great is the fact that for a very small price, you get a great custom look and feel for your web site.  This is something that many companies pay a significant amount to have created on their website.  Also you can customize the theme to make it yours.  This is a great thing for anyone who wants to build a site very efficiently.</p>
<h2>Plugins for All</h2>
<p>The wealth of plugins available for WordPress is completely unbelievable.  On the projects that I have been working on, pretty much every need that the client had could be met by a plugin that I found.  Many of the plugins are free and are extremely helpful for solving business problems.  It is truly amazing the amount of functionality available out there to customize your WordPress web site.</p>
<h2>Blank Slate</h2>
<p>In working with WordPress, it is always amazing the level of control that you can have over the entire structure and system.  You can customize pretty much every piece of the site.  Even though we utilized a premium theme on one of the projects, there we things that needed to be altered about that theme to fit the client&#8217;s need.  By adding plugins, graphics, and changing some of the underlying styles and colors we were able to create a custom site for the clients amazingly easy.</p>
<p>The main reasons why WordPress should be the underlying CMS for your web site: Ease and the ability to customize.  You will get the site that you want in an efficient manner and you will then be able to maintain your own content and keep the site fresh.  It&#8217;s a great tool.</p>
<p>[Republished from <a href="http://www.refocusingtechnology.com/2009/07/21/why-wordpress-should-be-your-cms/" target="_self">RefocusingTechnology.com</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.refocusingwp.com/2010/04/wordpress-should-be-your-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definitions of WordPress Versions</title>
		<link>http://www.refocusingwp.com/2010/04/definitions-of-wordpress-versions/</link>
		<comments>http://www.refocusingwp.com/2010/04/definitions-of-wordpress-versions/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 20:46:47 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.refocusingwordpress.com/?p=21</guid>
		<description><![CDATA[When someone first journeys into the WordPress arena it can be truly confusing.  Many aren&#8217;t even sure what they&#8217;re looking for they just know they want a blog.  So, someone tells them how great WordPress is. What&#8217;s the first thing they do?  Hit Google. When they start reading about WordPress they read about how Blogger [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When someone first journeys into the WordPress arena it can be truly  confusing.  Many aren&#8217;t even sure what they&#8217;re looking for they just  know they want a blog.  So, someone tells them how great WordPress is.</p>
<p>What&#8217;s the first thing they do?  Hit Google. When they start reading  about WordPress they read about how Blogger is better than WordPress or  why WordPress is so great.  A key point that is usually missing is the  differences between the WordPress versions or platforms.  I wrote an  post last fall called <a href="http://www.refocusingtechnology.com/index.php/2009/08/31/wordpress-com-vs-wordpress-org/" target="_blank">WordPress.org vs. WordPress.com</a> but I realized that  I should have expanded the topic a little bit because there is also  WordPress MU.  I don&#8217;t want to completely rehash the previous article  but I at least want to give a brief description of WordPress.org vs.  WordPress.com vs. WordPress MU.</p>
<h2>WordPress.org (Self-Hosted)</h2>
<p>WordPress.org (<a href="http://mu.wordpress.org/" target="_blank">http://www.wordpress.org/</a>)  is an open-source community site that is dedicated to  building/supporting/improving the WordPress platform.  This is where you  can download the WordPress software and install it wherever you would  like to.  You can also get support, download extensions (plug-ins and  themes), learn how to customize it, etc.  WordPress.org is really the  home of WordPress.</p>
<p>They don&#8217;t host blogs here.  You must have a system to host this on.   Please see the previous article for more details on hosting (<a href="http://www.refocusingtechnology.com/index.php/2009/08/31/wordpress-com-vs-wordpress-org/" target="_blank">WordPress.org vs. WordPress.com</a>).</p>
<p>WordPress.com is the base for the multi-user version called WordPress  MU.</p>
<h2>WordPress MU (Multi User)</h2>
<p>WordPress MU (<a href="http://mu.wordpress.org/" target="_blank">http://mu.wordpress.org/</a>)  is a multi user version of WordPress.  This software was expanded to  allow hosts to support multiple WordPress blogs.  It is mostly the same  product but it does have some differences that help support the multiple  blog environment.  The people on WordPress MU&#8217;s website claim a 95-99%  similarity with WordPress.org base product.</p>
<p>A company named Automattic installed WordPress MU and offers blogs  through it as WordPress.com.</p>
<h2>WordPress.com</h2>
<p>WordPress.com is a site that was created to support providing free  blogs to people.  It is an implementation of the WordPress MU platform  by <a href="http://automattic.com/" target="_blank">Automattic, Inc</a>.  It is a very popular option  because it is hosted in a free environment.  That said it is limited in  functionality.</p>
<p>Some of the limitations:</p>
<ul>
<li>Free version does not allow editing of theme’s CSS templates  (Premium Add-On allows this)</li>
<li>Free version does not allow your own domain, everything is  *.wordpress.com (Premium Add-On allows redirection of a Custom URL)</li>
<li>Limited number of themes (currently around 70)</li>
<li>Does not allow Plugins to be installed</li>
<li>Does not allow JavaScript code to be added from within Widgets</li>
</ul>
<p>For more details on WordPress.com limitations take a look at the  previous article  (<a href="http://www.refocusingtechnology.com/index.php/2009/08/31/wordpress-com-vs-wordpress-org/" target="_blank">WordPress.org vs. WordPress.com</a>).</p>
<h2>Which one do I use?</h2>
<p>Unless you need a multi user environment, you should use  WordPress.org in a self-hosted environment.  It is infinitely more  configurable than WordPress.com.  You will actually be able to  completely control the look and feel of your website/blog.  Self-hosted  WordPress also gives you the ability to utilize the wealth of plug-ins,  customizations, and themes that are available from the community.  You  simply need to get hosting space somewhere and start building your  WordPress site.</p>
<p>[Republished from <a href="http://www.refocusingtechnology.com/2010/03/18/wordpress-com-vs-wordpress-org-vs-wordpress-mu/" target="_self">RefocusingTechnology.com</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.refocusingwp.com/2010/04/definitions-of-wordpress-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
