<?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>How-To Archives - Garbage In Garbage Out</title>
	<atom:link href="https://gigoblog.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>https://gigoblog.com/tag/how-to/</link>
	<description>Tech tips &#38; other words</description>
	<lastBuildDate>Tue, 12 Nov 2013 13:26:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Add MySQL to terminal shell in Mac OS X</title>
		<link>https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/</link>
					<comments>https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/#comments</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Sun, 13 Mar 2011 21:15:27 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=281</guid>

					<description><![CDATA[<p>Mac OS X 10.6 snow leopard uses the bash shell by default. If you install MySQL from the disk image (dmg) from http://dev.mysql.com/downloads/, you can make it easy to access the mysql binary from the command line by adding it to your bash path. Here&#8217;s how: Open terminal, and type: echo 'export PATH=/usr/local/mysql/bin:$PATH' &#62;&#62; ~/.bash_profile [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/">Add MySQL to terminal shell in Mac OS X</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>Debugging web sites in Safari</title>
		<link>https://gigoblog.com/2008/10/23/debugging-web-sites-in-safari/</link>
					<comments>https://gigoblog.com/2008/10/23/debugging-web-sites-in-safari/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Fri, 24 Oct 2008 02:25:17 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=149</guid>

					<description><![CDATA[<p>Sure, Firefox has a great plug-in architecture that has created a rich ecosystem of third-party add-ons, but Safari&#8217;s got a halfway decent development debugging environment as well. Here&#8217;s how to enable it:Click the Safari menu, select preferences, and click the Advanced tab. From there, click the &#8220;Show Develop menu in menu bar&#8221; (see below). This [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2008/10/23/debugging-web-sites-in-safari/">Debugging web sites in Safari</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2008/10/23/debugging-web-sites-in-safari/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install GD for PHP on Mac OS X 10.5 Leopard</title>
		<link>https://gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/</link>
					<comments>https://gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/#comments</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Thu, 09 Oct 2008 01:48:13 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141</guid>

					<description><![CDATA[<p>So, you need GD for your killer PHP web app, and you&#8217;re running Mac OS X 10.5? A quick look shows that GD doesn&#8217;t ship with Leopard. No worries. It&#8217;s pretty simple to install. There are a few core requirements you must take care of before getting started. Choose to ignore these, and you&#8217;re doomed [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/">Install GD for PHP on Mac OS X 10.5 Leopard</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/feed/</wfw:commentRss>
			<slash:comments>93</slash:comments>
		
		
			</item>
	</channel>
</rss>
