<?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>nuffGigs dot com &#187; Software</title>
	<atom:link href="http://www.nuffgigs.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nuffgigs.com</link>
	<description>designing my life and bloggin&#039; about it</description>
	<lastBuildDate>Fri, 16 Apr 2010 02:46:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Switching to OS X</title>
		<link>http://www.nuffgigs.com/2006/08/31/switching-to-os-x-2/</link>
		<comments>http://www.nuffgigs.com/2006/08/31/switching-to-os-x-2/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 19:34:27 +0000</pubDate>
		<dc:creator>nuffGigs</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.nuffgigs.com/?p=37</guid>
		<description><![CDATA[I’m about ready to toss my Windows pc out the window and drop my old ass fridge on it. It randomly reboots for no apparent reason. I can’t take it anymore… I’m done. Good bye Windows! We went through a lot but I got a new OS in my life. I bought a MacBook not [...]]]></description>
			<content:encoded><![CDATA[<p>I’m about ready to toss my Windows pc out the window and drop my old ass fridge on it. It randomly reboots for no apparent reason. I can’t take it anymore… I’m done. Good bye Windows! We went through a lot but I got a new OS in my life.<br />
<span id="more-90"></span><br />
I bought a MacBook not too long ago to replace my old ThinkPad. Thought it would be a nice intro to the Mac world. Now I find myself using it more then my WinXP desktop. I didn’t think I could switch to OS X so quick. Most of the IT guys at my job made the switch but they don’t depend on applications that are hard to find on unix based platforms. Applications like Eclipse and Java are readily available for back-end developers. The network guys are right at home with OS X. It seemed like most of the applications I needed for front-end web development would be hard to get. Problem was I never took the time to look.</p>
<p>Most of the applications I found are much different from what I’m use to but I’m up for the challenge. With some help from friends and random recommendations found on the web I now have all the apps I need to get me going. Here’s a list for any other web developers making the switch:</p>
<ul>
<li><a href="http://www.likemac.ru/english/index.shtml">Disk Order</a> (File Manager/FTP Client replacing Windows Commander)</li>
<li><a href="http://www.adiumx.com/">Adium</a> (Instant Messenger replacing Trillian)</li>
<li><a href="http://iterm.sourceforge.net/">iTerm</a> (Terminal replacement)</li>
<li><a href="http://desktopmanager.berlios.de/">Desktop Manager</a> (Manage multiple desktops)</li>
<li><a href="http://www.getfirefox.com/">Firefox</a> (Browser)</li>
<li><a href="http://plasticbugs.com/?page_id=294">Gimpshop</a> (Image Editor for temp use until I can get Photoshop)</li>
<li><a href="http://macromates.com/">TextMate</a> (Code Editor replacing HomeSite)</li>
<li><a href="http://www.apple.com/macosx/bootcamp/">BootCamp</a> (For cross platform testing)</li>
<li>S<a href="http://www.stuffit.com/mac/expander/">tuffIt Expander</a> (Expand compressed files.. replacing WinZip)</li>
<li><a href="http://www.sketchup.com/">SketchUp</a> (3d Modeling App… not really for work)</li>
<li><a href="http://developer.apple.com/internet/opensource/cvsoverview.html">CVS</a></li>
<li><a href="http://www.apple.com/ilife/">iLife</a> (Media Applications that come with MacBook</li>
</ul>
<p><</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nuffgigs.com/2006/08/31/switching-to-os-x-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View HTTP headers in IE &amp; Firefox</title>
		<link>http://www.nuffgigs.com/2005/06/30/view-http-headers-in-ie-firefox-2/</link>
		<comments>http://www.nuffgigs.com/2005/06/30/view-http-headers-in-ie-firefox-2/#comments</comments>
		<pubDate>Thu, 30 Jun 2005 18:57:42 +0000</pubDate>
		<dc:creator>nuffGigs</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Fiddler]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[livehttpheaders]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.nuffgigs.com/?p=24</guid>
		<description><![CDATA[As a web developer I need to view HTTP headers between the client and server when I’m testing my web applications. There are a couple tools you can use to view HTTP headers as you surf. I use LiveHTTPHeaders for Firefox. For IE I used Fiddler. Fiddler is a cool tool that has breakpoints and [...]]]></description>
			<content:encoded><![CDATA[<p>As a web developer I need to view HTTP headers between the client and server when I’m testing my web applications. There are a couple tools you can use to view HTTP headers as you surf. I use <a href="http://livehttpheaders.mozdev.org/">LiveHTTPHeaders</a> for Firefox. For IE I used <a href="http://www.fiddlertool.com/fiddler/">Fiddler</a>. Fiddler is a cool tool that has breakpoints and some other debuggin features but sometimes I just want to view the plain HTTP header text.</p>
<p>I now have an IE plugin to view plain HTTP headers as I surf. This <a href="http://www.digital-web.com/articles/powering_the_web_with_http/">article</a> in Digital Web Magazine hooked me up with the plugin. It also explains the basics of HTTP for all you newbies.<br />
<</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nuffgigs.com/2005/06/30/view-http-headers-in-ie-firefox-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
