<?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; apple</title>
	<atom:link href="http://www.hoopsbrain.com/tag/apple/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>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>
	</channel>
</rss>

