<?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>the hoop(s) brain &#187; setup</title>
	<atom:link href="http://www.hoopsbrain.com/tag/setup/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hoopsbrain.com</link>
	<description>not much, really.</description>
	<lastBuildDate>Fri, 22 Jan 2010 21:45:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Setup, part 3 &#8211; WordPress</title>
		<link>http://www.hoopsbrain.com/my-setup-part-3-wordpress</link>
		<comments>http://www.hoopsbrain.com/my-setup-part-3-wordpress#comments</comments>
		<pubDate>Fri, 07 Aug 2009 20:22:33 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hoopsbrain.com/?p=313</guid>
		<description><![CDATA[In this, the final chapter of the epic My Setup post (see part 1 and part 2), I will reveal to you how I use WordPress as the back-end of this site.  In the previous two chapters, I explained what kind of hardware and software I used to develop a site.  This time, I&#8217;m going [...]]]></description>
			<content:encoded><![CDATA[<p>In this, the final chapter of the epic My Setup post (see <a title="My Setup, part 1 - Hardware" href="http://www.hoopsbrain.com/2009/07/my-setup-part-1-hardware/">part 1</a> and <a title="My Setup, part 2 - Software" href="http://www.hoopsbrain.com/2009/07/my-setup-part-2-software/">part 2</a>), I will reveal to you how I use <a title="Wordpress" href="http://www.wordpress.org">WordPress</a> as the back-end of this site.  In the previous two chapters, I explained what kind of hardware and software I used to develop a site.  This time, I&#8217;m going to explain how I take what I create locally on my computer and get it into an easy to manage, extensible website.<span id="more-313"></span><strong></strong></p>
<p><strong>The hoop(s) brain</strong> is actually the first website I created with a WordPress back-end.  I had heard of some of the other common CMS softwares out there, like <a title="Joomla" href="http://www.joomla.org/">Joomla</a>, <a title="Drupal" href="http://drupal.org/">Drupal</a>, and <a title="Expression Engine" href="http://expressionengine.com/">Expression Engine</a>.  Now in the interest of full-disclosure, I should probably mention that I haven&#8217;t tried any of these other CMS programs.  I probably will at some point just to experiment with them.  What drew me to WordPress is that it seemed like a lot (I mean, <em>a lot</em>) of the top-notch web designers/bloggers out on the internets are using WordPress.  And pretty much everyone agrees that WordPress is easy to use, and highly customizable with themes and plug-ins.  Being a <a title="Apple" href="http://www.apple.com">Mac</a> user, I recognized the importance of simplicity, elegance, and power in a single package.   So when it came to redesigning this site, I decided to try WordPress and I haven&#8217;t looked back.</p>
<p>So far, it&#8217;s been pretty amazing.  I think the biggest two things that I love about WordPress are all the available plug-ins (although sometimes there are so many, it seems daunting to find the right one) and the ease of quickly creating pages and new posts.  Prior to using WordPress, all of my HTML was hard-coded and required manual editing, which could be extremely time consuming.</p>
<p>WordPress makes it very easy to get started with a blog if you&#8217;ve never designed a website before.  Unfortunately, if you want to get beyond that and start customizing things, it&#8217;s not really obvious what the best way is to go.  A lot of folks will find  a theme that they like and customize it a little bit.  I knew right away that I wanted something I could <em>really</em> customize, but didn&#8217;t have to start from scratch on.  That&#8217;s when I discovered theme frameworks and child themes.</p>
<p>Theme frameworks are like a bare-bones theme you use as the structure of your site.  Most frameworks already have a lot of functionality built-in to them, and are flexible enough that you can customize the theme a lot, primarily through CSS.  You can then create a child theme, which uses the theme framework, but allows you to customize it separately.  That way you can upgrade the theme framework without breaking your child theme (usually  <img src='http://www.hoopsbrain.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ).  The theme framework I&#8217;m using is <a title="Themeshaper" href="http://www.themeshaper.com">Thematic</a>, by Ian Stewart.  Again in the interest of full disclosure, this is the only theme framework I&#8217;ve tried.  However, I am happy with Thematic and have not had much in the way of issues with it.  I then created my own child theme for this site and made all my customizations there.</p>
<p>I&#8217;m not going to talk about every little setting in WordPress, but I&#8217;m going to give you a quick overview of the plug-ins I use:</p>
<ul>
<li>Advanced Tagline &#8211; I use this to post the random tagline in the site header.  It&#8217;s fun.</li>
<li>Akismet &#8211; This is a complete no-brainer.  Haven&#8217;t really gotten many comments on the blog yet, but Akismet has already prevented many spam comments.</li>
<li>All in One SEO Pack &#8211; Another no-brainer for easily changing your site&#8217;s SEO information.</li>
<li>Contact Form 7 &#8211; I used this to create the form on the contact page.  Was pretty easy to use and setup, so I have no complaints.</li>
<li>Google Analytics for WordPress &#8211; I&#8217;m a big fan of Google Analytics and have used it before.  This plugin makes it very easy to set it up in WordPress.</li>
<li>Google XML Sitemaps &#8211; Takes a couple of minutes to set up, but after that there&#8217;s nothing to it.</li>
<li>No Self Pings &#8211; Seems like a no-brainer &#8211; this plugin keeps WordPress from sending pings to your own site.</li>
<li>Really Simple CAPTCHA &#8211; this works with Contact Form 7 to prevent email form spam.</li>
<li>Search Unleashed &#8211; Lets you search everything on the site, not just the default stuff WordPress lets you search.  Again, very easy to setup.</li>
<li>Secure WordPress &#8211; Simple to set up, yet makes your WordPress site more secure.</li>
<li>Sociable &#8211; I know there are several different plugins that offer a quick and easy way to submit to various social networking sites, but I like Sociable from what I&#8217;ve seen.</li>
<li>WordPress Popular Posts &#8211; If you&#8217;re blogging, this seems like a very useful plugin, which just inserts a list of your most popular posts into a widget area.</li>
<li>WP-PageNavi &#8211; Adds pagination to your blog posts, which greatly improves on the standard WordPress method of previous article/next article.</li>
</ul>
<p>That rounds out the various plugins I use.  I&#8217;m sure there are lots of other cool plugins out there.  Sometimes you just need a use for it.  Got any suggestions for plug-ins?  Post &#8216;em in the comments.</p>
<p>Hope you enjoyed this series of articles on the tools I use to create this website.  Maybe you learned something.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hoopsbrain.com/my-setup-part-3-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Setup, part 1 &#8211; Hardware</title>
		<link>http://www.hoopsbrain.com/my-setup-part-1-hardware</link>
		<comments>http://www.hoopsbrain.com/my-setup-part-1-hardware#comments</comments>
		<pubDate>Fri, 03 Jul 2009 15:10:30 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.hoopsbrain.com/?p=279</guid>
		<description><![CDATA[People are always asking me: &#8220;Dude, what kind of killer setup do you have?&#8221;  Actually no one has ever asked me that, but somebody might someday.  In preparation for that future event, I&#8217;ve decided to share with you the tools I use day to day to design, develop, and test my websites.  I have to [...]]]></description>
			<content:encoded><![CDATA[<p>People are always asking me: &#8220;Dude, what kind of <em>killer</em> setup do you have?&#8221;  Actually no one has ever asked me that, but somebody might someday.  In preparation for that future event, I&#8217;ve decided to share with you the tools I use day to day to design, develop, and test my websites.  I have to admit, I do have a somewhat, um, <em>unusual</em> setup than most, but it works, and that&#8217;s what matters.   The first part of this series is going to talk about the various computing hardware tools I use.<span id="more-279"></span></p>
<p><img class="alignright size-medium wp-image-288" title="Blue &amp; White G3" src="http://www.hoopsbrain.com/wp-content/uploads/2009/06/page0_blog_entry13-416005565_dd851a2af3-250x218.jpg" alt="Blue &amp; White G3" width="250" height="218" />I guess you could describe my hardware as a <a title="Low End Mac" href="http://www.lowendmac.com">Low End Mac</a> setup.  My main computing workhorse is a circa 1999 Apple <a href="http://www.lowendmac.com/ppc/blue-white-power-mac-g3.html">Blue &amp; White G3 Power Macintosh</a>, running <a href="http://www.apple.com/macosx/">Mac OS X 10.4.11, Tiger</a> (the latest it can run).  This guy has a Daystar/XLR8 600MHz G4 processor upgrade, 896MB of RAM (yes I know, that&#8217;s a bit unusual), and an <a href="http://ati.amd.com/products/radeon9200/radeon9200me/index.html">PCI ATI Radeon 9200</a> graphics card.  The Blue &amp; White also has a Sonnet Tempo ATA133 PCI card, two 120GB hard drives, and a Pioneer DVR-107D single-layer DVD burner.  I also have a Wacom Graphire3 tablet that I use once in a while.</p>
<p>I have a love/hate relationship with this machine.  While it gets the job done and runs surprisingly well for as old as it is, if definitely has some gremlins in it.  Over the years I&#8217;ve learned to understand and predict its sometimes quirky nature.</p>
<p>I&#8217;m definitely a Mac guy, although I would not appreciate being called a fanboy.  I do have a couple of PCs running Windows XP around the house, which I mostly use for Internet Explorer testing or running <a href="http://www.apophysis.org">Apophysis</a> occasionally.</p>
<p>I hope to soon get one of the new 2009 <a href="http://www.apple.com/macmini/">Mac minis</a>, so I can at least be somewhat in the modern age.  I will also be able to do Internet Explorer testing right on the same machine, which will be mighty convenient.  Will I sell the Blue &amp; White when the Mac mini comes along?  No &#8211; we understand each other too well.</p>
<p>Come back soon for part 2 (or better yet, subscribe to the <a href="http://www.hoopsbrain.com/feed/">RSS feed</a>), and I will be discussing what software tools I use to create websites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hoopsbrain.com/my-setup-part-1-hardware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
