<?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; Uncategorized</title>
	<atom:link href="http://www.hoopsbrain.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hoopsbrain.com</link>
	<description></description>
	<lastBuildDate>Sat, 17 Sep 2011 01:21:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Welcome to the Re-Design</title>
		<link>http://www.hoopsbrain.com/welcome-to-the-re-design</link>
		<comments>http://www.hoopsbrain.com/welcome-to-the-re-design#comments</comments>
		<pubDate>Sat, 17 Sep 2011 01:21:40 +0000</pubDate>
		<dc:creator>Brian Hoops</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dev.hoopsbrain.com/?p=450</guid>
		<description><![CDATA[Welcome to the brand new redesign of the hoop(s) brain.  I hope you like it.  Let me know what you think in the comments!]]></description>
			<content:encoded><![CDATA[<p>Welcome to the brand new redesign of the hoop(s) brain.  I hope you like it.  Let me know what you think in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hoopsbrain.com/welcome-to-the-re-design/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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 Hoops</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 2 &#8211; Software</title>
		<link>http://www.hoopsbrain.com/my-setup-part-2-software</link>
		<comments>http://www.hoopsbrain.com/my-setup-part-2-software#comments</comments>
		<pubDate>Thu, 23 Jul 2009 19:03:00 +0000</pubDate>
		<dc:creator>Brian Hoops</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.hoopsbrain.com/?p=299</guid>
		<description><![CDATA[Last time, I showed you what hardware I used in the development of websites.  Today, I&#8217;m going to give you an overview of the software tools that I use all the time for development.  If you remember from the last article, my operating system of choice is Apple&#8217;s Mac OS X (even though I can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a title="My Setup, part 1 - Hardware" href="http://www.hoopsbrain.com/2009/07/my-setup-part-1-hardware/">Last time</a>, I showed you what hardware I used in the development of websites.  Today, I&#8217;m going to give you an overview of the software tools that I use all the time for development.  If you remember from the last article, my operating system of choice is <a href="http://www.apple.com/macosx">Apple&#8217;s Mac OS X</a> (even though I can&#8217;t run the latest and greatest version).  Occasionally I find myself away from my trusty Mac and the only computing device available is one that runs Microsoft&#8217;s Windows.  While I don&#8217;t prefer to work that way, Windows can also do the job, and I will try to mention Windows alternatives to the Mac software that I use along the way.</p>
<p><span id="more-299"></span>Often (but not always), the first tool I reach for when I have a new website to develop is not on the computer at all, but is usually in the desk next to it.  You guessed it<em> &#8211; </em>the very low-tech pencil and paper.  I find it easier to quickly sketch out ideas on paper.  They don&#8217;t have to be <em>good </em>sketches!  You&#8217;re not going to be hanging these up in a gallery or anything.  Sketching out a layout, or writing down ideas or site structure helps me get an idea of what the site should be like.  As you write down more ideas and draw more sketches of layouts, you can get progressively more detailed and by the end, have a pretty clear idea of what the site will be like.</p>
<p>The next tool I pull out of the toolbox is almost always <a title="Adobe Photoshop" href="http://www.adobe.com/products/photoshop/photoshop/">Adobe Photoshop</a>.  Working from my sketches, I&#8217;ll basically just work in Photoshop until I have a complete mock-up of the site completed.  If I&#8217;m working with a client, of course there is some back-and-forth at this point with revisions and changes to the mock-up.  Photoshop is such a <em>standard</em>, that once you become familiar with it, it&#8217;s hard to use any other graphics program.  In a lot of ways, this is the most fun part of the process of creating a website for me.  It&#8217;s the point where the ideas and sketches which are very rough, come together into an <em>actual design</em>, which is the whole reason I do what I do.</p>
<p>Once the design mock-up is completed and ready to be converted into a real website, there are a few different software tools  I use.  One thing I will get into in the next post in this series is how I use <a title="Wordpress" href="http://www.wordpress.org">WordPress</a> to create the back-end of the site and write code.  For a lot of the coding the site, I simply do things through WordPress, however sometimes it&#8217;s necessary to edit a file locally.  When doing that, my plain-text editor of choice on the Mac is <a title="TextMate" href="http://macromates.com/">TextMate</a>.  I used to regulary use <a title="TextWrangler" href="http://www.barebones.com/products/TextWrangler/">TextWrangler</a>, which I still think is a good text editor (plus it&#8217;s free, which helps), but I like TextMate&#8217;s minimalism, features, and overall elegance more.  On the Windows side, I usually use <a title="Notepad++" href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a> or <a title="Microsoft Sharepoint Designer" href="http://office.microsoft.com/en-us/sharepointdesigner/FX100487631033.aspx">Microsoft Sharepoint Designer</a>, both of which work pretty well and are also free.</p>
<p>Since we&#8217;re talking about coding, I should probably mention some of the <em>fantastic</em> extensions I use in <a title="Firefox" href="http://www.firefox.com">Firefox</a>.  The main extension I use and love is <a title="Firebug" href="http://getfirebug.com/">Firebug</a>, which makes working with CSS <em>sooooo</em> much easier.  Another very useful extension is the <a title="Web Developer toolbar" href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer toolbar</a>, which has a lot of useful functions for CSS, validation, and many other tools.  I actually probably don&#8217;t use even half of the functionality that is built into it.  Some other handy extensions I use are <a title="ColorZilla" href="https://addons.mozilla.org/en-US/firefox/addon/271">ColorZilla</a> (for finding color codes on a page), <a title="MeasureIt" href="https://addons.mozilla.org/en-US/firefox/addon/539">MeasureIt</a> (which gives you an on-screen ruler for pixel measurements), and <a title="IE Tab" href="https://addons.mozilla.org/en-US/firefox/addon/1419">IE Tab</a> (for quickly previewing the way a page looks in Internet Explorer, without having to leave Firefox).</p>
<p>Rounding out the software toolbox is FTP programs.  On the Mac, I am a big fan of Panic&#8217;s <a title="Transmit" href="http://www.panic.com/transmit/">Transmit</a>.  Whenever I try to use another FTP program, I always find myself comparing it to Transmit and wondering why it isn&#8217;t more like it.  On the Windows side, I use <a title="Core FTP LE" href="http://www.coreftp.com/">Core FTP LE</a>, since it&#8217;s free and is kinda-sorta like Transmit.  It&#8217;s a Windows program, what do you expect?</p>
<p>So that&#8217;s the software tools I use when developing websites.  Software is amazingly important and can make such huge difference in your workflow and efficiency.  I&#8217;m sure there are certainly other good alternative programs out there, this is just what I&#8217;ve found works best for me.  If you have any good alternative programs to suggest, put it in the comments.</p>
<p>Next time, I&#8217;m going to explain the different plug-ins and other tools I use in WordPress.  Subscribe to the <a title="RSS" href="http://www.hoopsbrain.com/feed/">RSS feed</a> and you&#8217;ll automatically get that article, when it comes out.</p>
<p>Enjoy experimenting and trying out new software.  You never know when something will surprise you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hoopsbrain.com/my-setup-part-2-software/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 Hoops</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>
		<item>
		<title>A Whole New World</title>
		<link>http://www.hoopsbrain.com/a-whole-new-world</link>
		<comments>http://www.hoopsbrain.com/a-whole-new-world#comments</comments>
		<pubDate>Thu, 14 May 2009 20:52:04 +0000</pubDate>
		<dc:creator>Brian Hoops</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hoopsbrain.com/?p=224</guid>
		<description><![CDATA[I&#8217;m writing my first ever blog post today. It&#8217;s pretty exciting, even though I&#8217;m not really sure what I&#8217;m doing. But it seems like that is something that is happening more and more. I believe people call that The Learning Process. This is my first time using WordPress. I used to do all my sites [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-225" title="car-jump" src="http://www.hoopsbrain.com/wp-content/uploads/2009/05/car-jump-250x236.jpg" alt="car-jump" width="250" height="236" />I&#8217;m writing my first ever blog post today.  It&#8217;s pretty exciting, even though I&#8217;m not really sure what I&#8217;m doing.  But it seems like that is something that is happening more and more.  I believe people call that <em>The Learning Process.</em></p>
<p>This is my first time using <a title="WordPress" href="http://www.wordpress.org">WordPress</a>.  I used to do all my sites by hand, coding every last bit and character.  While that is fun and fulfilling, it doesn&#8217;t make sense for most people.  <span id="more-224"></span>I know average Joe and average Jane out there aren&#8217;t comfortable with making updates to their site in a text editor.  The beauty of this is that it really makes things easier for me too.  Kiddies, as you get older you will begin to realize that.</p>
<p>So where do we go from here?  I&#8217;m not certain exactly.  I suppose you will see some random blog posts here and there.  I do know that I&#8217;ve got a lot of material waiting to be posted online.  So I will have plenty of things to release on a regular basis.  Some of my old content that was posted on my previous sites can be found here now, so at least there is <em>something</em> to look at.</p>
<p>So stay tuned, and you might see something you like later on.  Have a nice day.</p>
<p>Brian</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hoopsbrain.com/a-whole-new-world/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

