<?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>Noël &#187; howto</title>
	<atom:link href="http://noel.io/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://noel.io</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 19:53:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Avoid Edge Cases: Most Important Article of the&#160;Year</title>
		<link>http://noel.io/avoid-edge-cases-most-important-article-of-the-year/</link>
		<comments>http://noel.io/avoid-edge-cases-most-important-article-of-the-year/#comments</comments>
		<pubDate>Sat, 23 Dec 2006 06:15:38 +0000</pubDate>
		<dc:creator>Noël</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">http://noeljackson.com/2006/12/22/avoid-edge-cases-most-important-article-of-the-year/</guid>
		<description><![CDATA[If you are a web designer, or anyone that works on websites, the most important article you can read this year (and maybe even next) is &#8220;Avoid Edge Cases by Designing Up Front&#8221; by Ben Henick Related posts:biodiesel How much&#160;RAM? &#8230; <a href="http://noel.io/avoid-edge-cases-most-important-article-of-the-year/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol><li><a href='http://noel.io/biodiesel/' rel='bookmark' title='Permanent Link: biodiesel'>biodiesel</a></li>
<li><a href='http://noel.io/how-much-ram/' rel='bookmark' title='Permanent Link: How much&nbsp;RAM?'>How much&nbsp;RAM?</a></li>
<li><a href='http://noel.io/install-mysql-on-mac-os-x-tiger-the-easy-way/' rel='bookmark' title='Permanent Link: Install MySQL on Mac OS X Tiger, the Easy&nbsp;Way'>Install MySQL on Mac OS X Tiger, the Easy&nbsp;Way</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are a web designer, or anyone that works on websites, the most important article you can read this year (and maybe even next) is <a href="http://www.alistapart.com/articles/avoidedgecases">&#8220;Avoid Edge Cases by Designing Up Front&#8221;</a> by <a href="http://www.circumscribed.net/">Ben Henick</a></p>
<p>Related posts:<ol><li><a href='http://noel.io/biodiesel/' rel='bookmark' title='Permanent Link: biodiesel'>biodiesel</a></li>
<li><a href='http://noel.io/how-much-ram/' rel='bookmark' title='Permanent Link: How much&nbsp;RAM?'>How much&nbsp;RAM?</a></li>
<li><a href='http://noel.io/install-mysql-on-mac-os-x-tiger-the-easy-way/' rel='bookmark' title='Permanent Link: Install MySQL on Mac OS X Tiger, the Easy&nbsp;Way'>Install MySQL on Mac OS X Tiger, the Easy&nbsp;Way</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://noel.io/avoid-edge-cases-most-important-article-of-the-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install OpenSolaris on&#160;Parallels</title>
		<link>http://noel.io/how-to-install-opensolaris-on-parallels/</link>
		<comments>http://noel.io/how-to-install-opensolaris-on-parallels/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 02:52:10 +0000</pubDate>
		<dc:creator>Noël</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[solaris]]></category>
		<guid isPermaLink="false">http://noeljackson.com/?p=79</guid>
		<description><![CDATA[Reboot the VM, and at the grub menu, hit &#8216;e&#8217; and &#8216;e&#8217; again to edit the kernel boot parameters. Change the line from kernel /boot/multiboot kernel/unix -B install_media=cdrom to: kernel /boot/multiboot kernel/unix -B install_media=cdrom,atapi-cd-dma-enabled=0 From spod.cx Related posts:Install MySQL on &#8230; <a href="http://noel.io/how-to-install-opensolaris-on-parallels/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol><li><a href='http://noel.io/install-mysql-on-mac-os-x-tiger-the-easy-way/' rel='bookmark' title='Permanent Link: Install MySQL on Mac OS X Tiger, the Easy&nbsp;Way'>Install MySQL on Mac OS X Tiger, the Easy&nbsp;Way</a></li>
<li><a href='http://noel.io/buffalo-whr-g54s-and-dd-wrt/' rel='bookmark' title='Permanent Link: Buffalo WHR-G54s and&nbsp;DD-WRT'>Buffalo WHR-G54s and&nbsp;DD-WRT</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<blockquote>
<p>Reboot the VM, and at the grub menu, hit &#8216;e&#8217; and &#8216;e&#8217; again to edit the kernel boot parameters.</p>
<p>Change the line from</p>
<p><code>kernel /boot/multiboot kernel/unix -B install_media=cdrom</code></p>
<p>to:</p>
<p><code>kernel /boot/multiboot kernel/unix -B install_media=cdrom,atapi-cd-dma-enabled=0</code></p>
</blockquote>
<p><a href="http://spod.cx/blog/solaris_on_parallels.shtml">From spod.cx</a></p>
<p>Related posts:<ol><li><a href='http://noel.io/install-mysql-on-mac-os-x-tiger-the-easy-way/' rel='bookmark' title='Permanent Link: Install MySQL on Mac OS X Tiger, the Easy&nbsp;Way'>Install MySQL on Mac OS X Tiger, the Easy&nbsp;Way</a></li>
<li><a href='http://noel.io/buffalo-whr-g54s-and-dd-wrt/' rel='bookmark' title='Permanent Link: Buffalo WHR-G54s and&nbsp;DD-WRT'>Buffalo WHR-G54s and&nbsp;DD-WRT</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://noel.io/how-to-install-opensolaris-on-parallels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to rotate virtual host logs with logadm on&#160;Solaris</title>
		<link>http://noel.io/how-to-rotate-virtual-host-logs-with-logadm-on-solaris/</link>
		<comments>http://noel.io/how-to-rotate-virtual-host-logs-with-logadm-on-solaris/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 05:11:35 +0000</pubDate>
		<dc:creator>Noël</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[solaris]]></category>
		<guid isPermaLink="false">http://noeljackson.com/?p=70</guid>
		<description><![CDATA[logadm -w apache2 '/home/noel/domains/*/logs/{access,error}_log' -C 30 -a '/opt/csw/apache2/sbin/apachectl graceful' -p 1w -t '$dirname/$basename-%d.%m.%Y.log' Related posts:Getting Authdaemond To Work With Postfix On Solaris&#160;10 Buffalo WHR-G54s and&#160;DD-WRT
Related posts:<ol><li><a href='http://noel.io/getting-authdaemond-to-work-with-postfix-on-solaris-10/' rel='bookmark' title='Permanent Link: Getting Authdaemond To Work With Postfix On Solaris&nbsp;10'>Getting Authdaemond To Work With Postfix On Solaris&nbsp;10</a></li>
<li><a href='http://noel.io/buffalo-whr-g54s-and-dd-wrt/' rel='bookmark' title='Permanent Link: Buffalo WHR-G54s and&nbsp;DD-WRT'>Buffalo WHR-G54s and&nbsp;DD-WRT</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><code>logadm -w apache2 '/home/noel/domains/*/logs/{access,error}_log' -C 30 -a '/opt/csw/apache2/sbin/apachectl graceful' -p 1w -t '$dirname/$basename-%d.%m.%Y.log'</code></p>
<p>Related posts:<ol><li><a href='http://noel.io/getting-authdaemond-to-work-with-postfix-on-solaris-10/' rel='bookmark' title='Permanent Link: Getting Authdaemond To Work With Postfix On Solaris&nbsp;10'>Getting Authdaemond To Work With Postfix On Solaris&nbsp;10</a></li>
<li><a href='http://noel.io/buffalo-whr-g54s-and-dd-wrt/' rel='bookmark' title='Permanent Link: Buffalo WHR-G54s and&nbsp;DD-WRT'>Buffalo WHR-G54s and&nbsp;DD-WRT</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://noel.io/how-to-rotate-virtual-host-logs-with-logadm-on-solaris/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Authdaemond To Work With Postfix On Solaris&#160;10</title>
		<link>http://noel.io/getting-authdaemond-to-work-with-postfix-on-solaris-10/</link>
		<comments>http://noel.io/getting-authdaemond-to-work-with-postfix-on-solaris-10/#comments</comments>
		<pubDate>Thu, 09 Nov 2006 03:22:23 +0000</pubDate>
		<dc:creator>Noël</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[solaris]]></category>
		<guid isPermaLink="false">http://noeljackson.com/?p=68</guid>
		<description><![CDATA[If you get cannot connect to Courier authdaemond in /var/log/syslog just do the following: sudo chmod +x /opt/csw/var/spool/authdaemon Related posts:Buffalo WHR-G54s and&#160;DD-WRT
Related posts:<ol><li><a href='http://noel.io/buffalo-whr-g54s-and-dd-wrt/' rel='bookmark' title='Permanent Link: Buffalo WHR-G54s and&nbsp;DD-WRT'>Buffalo WHR-G54s and&nbsp;DD-WRT</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you get <code>cannot connect to Courier authdaemond</code> in /var/log/syslog just do the following:</p>
<p><code>sudo chmod +x /opt/csw/var/spool/authdaemon</code></p>
<p>Related posts:<ol><li><a href='http://noel.io/buffalo-whr-g54s-and-dd-wrt/' rel='bookmark' title='Permanent Link: Buffalo WHR-G54s and&nbsp;DD-WRT'>Buffalo WHR-G54s and&nbsp;DD-WRT</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://noel.io/getting-authdaemond-to-work-with-postfix-on-solaris-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aligning Objects in&#160;Illustrator</title>
		<link>http://noel.io/aligning-objects-in-illustrator/</link>
		<comments>http://noel.io/aligning-objects-in-illustrator/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 03:21:36 +0000</pubDate>
		<dc:creator>Noël</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[illustrator]]></category>
		<guid isPermaLink="false">http://noeljackson.com/?p=67</guid>
		<description><![CDATA[I work in Illustrator a lot when making logos (vector scaling rules!) and making business cards (again, vector scaling rules!). But I was always flustered when having to set guides for centering objects. I figured out that you don&#8217;t have &#8230; <a href="http://noel.io/aligning-objects-in-illustrator/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol><li><a href='http://noel.io/photorealistic-vectors/' rel='bookmark' title='Permanent Link: photorealistic&nbsp;vectors'>photorealistic&nbsp;vectors</a></li>
<li><a href='http://noel.io/zen-shopping/' rel='bookmark' title='Permanent Link: Zen&nbsp;Shopping'>Zen&nbsp;Shopping</a></li>
<li><a href='http://noel.io/buffalo-whr-g54s-and-dd-wrt/' rel='bookmark' title='Permanent Link: Buffalo WHR-G54s and&nbsp;DD-WRT'>Buffalo WHR-G54s and&nbsp;DD-WRT</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I work in Illustrator a lot when making logos (vector scaling rules!) and making business cards (again, vector scaling rules!). But I was always flustered when having to set guides for centering objects. </p>
<p>I figured out that you don&#8217;t have to! Just go up to your &#8220;Window&#8221; menu and select &#8220;Align&#8221;. Then on your &#8220;Align&#8221; flyout, check &#8220;Align to Artboard&#8221; and align as you please!</p>
<p><img src="http://leavesrustle.com/wp-content/uploads/2006/10/illustrator-align.jpg" alt="Illustrator Aligning" /></p>
<p>Related posts:<ol><li><a href='http://noel.io/photorealistic-vectors/' rel='bookmark' title='Permanent Link: photorealistic&nbsp;vectors'>photorealistic&nbsp;vectors</a></li>
<li><a href='http://noel.io/zen-shopping/' rel='bookmark' title='Permanent Link: Zen&nbsp;Shopping'>Zen&nbsp;Shopping</a></li>
<li><a href='http://noel.io/buffalo-whr-g54s-and-dd-wrt/' rel='bookmark' title='Permanent Link: Buffalo WHR-G54s and&nbsp;DD-WRT'>Buffalo WHR-G54s and&nbsp;DD-WRT</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://noel.io/aligning-objects-in-illustrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install MySQL on Mac OS X Tiger, the Easy&#160;Way</title>
		<link>http://noel.io/install-mysql-on-mac-os-x-tiger-the-easy-way/</link>
		<comments>http://noel.io/install-mysql-on-mac-os-x-tiger-the-easy-way/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 07:40:52 +0000</pubDate>
		<dc:creator>Noël</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[os x]]></category>
		<guid isPermaLink="false">http://noeljackson.com/?p=35</guid>
		<description><![CDATA[Download MySQL for Mac OS X. You want the &#8220;Standard&#8221; distribution. Install the both the MySQL binary package and the Startup Item (which you can disable later) as well as the Preference Pane. Open the MySQL System Preference Pane; Click &#8230; <a href="http://noel.io/install-mysql-on-mac-os-x-tiger-the-easy-way/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://dev.mysql.com/downloads/mysql/5.0.html#Mac_OS_X">Download MySQL for Mac OS X.</a> You want the &#8220;Standard&#8221; distribution.</li>
<li>Install the both the MySQL binary package and the Startup Item (which you can disable later) as well as the  Preference Pane.</li>
<li>Open the MySQL System Preference Pane; Click start.</li>
<li>Set your root MySQL password, by opening the Terminal.app and typing the following <code>/usr/local/mysql/bin/mysqladmin -u root password yourpasswordhere</code>. <em>This part is extremely important. Don&#8217;t screw it up!</em></li>
<li><a href="http://cocoamysql.sourceforge.net/download.php">Download CocoaMySQL.</a> Make sure to get the beta if you have an Intel Mac.</li>
<li>Create your databases and have fun!</li>
</ol>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://noel.io/install-mysql-on-mac-os-x-tiger-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>geothermal is&#160;here</title>
		<link>http://noel.io/geothermal-is-here/</link>
		<comments>http://noel.io/geothermal-is-here/#comments</comments>
		<pubDate>Wed, 09 Aug 2006 04:04:52 +0000</pubDate>
		<dc:creator>Noël</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[earth]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[globalwarming]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[pondering]]></category>
		<guid isPermaLink="false">http://noeljackson.com/?p=34</guid>
		<description><![CDATA[Gladwell posted an interesting story on how his father threw out his furnace in favor of geothermal heating (and cooling). It&#8217;s really interesting to know, that we have, below our very own feet, the power to heat and cool our &#8230; <a href="http://noel.io/geothermal-is-here/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://gladwell.typepad.com/gladwellcom/2006/08/the_case_for_ge.html">Gladwell posted an interesting story on how his father threw out his furnace in favor of geothermal heating (and cooling).</a></p>
<p>It&#8217;s really interesting to know, that we have, below our very own feet, the power to heat and cool our homes for next to nothing. Yet, we still persist to fight wars and spend money on foreign oil. It&#8217;s maddening.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://noel.io/geothermal-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>no-www</title>
		<link>http://noel.io/no-www/</link>
		<comments>http://noel.io/no-www/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 03:20:25 +0000</pubDate>
		<dc:creator>Noël</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[shortpost]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">http://noeljackson.com/?p=17</guid>
		<description><![CDATA[Get rid of the WWW on your .COM. No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://no-www.org/faq.php">Get rid of the WWW on your .COM.</a></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://noel.io/no-www/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
