<?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>Adam Merrifield { the collective } &#187; nutmac</title>
	<atom:link href="http://adam.merrifield.ca/tag/nutmac/feed/" rel="self" type="application/rss+xml" />
	<link>http://adam.merrifield.ca</link>
	<description>the collective thoughts and web works of adam merrifield</description>
	<lastBuildDate>Sun, 05 Sep 2010 09:59:00 +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>Rebuilding after all of these years!</title>
		<link>http://adam.merrifield.ca/2009/02/10/rebuilding-after-all-of-these-years/</link>
		<comments>http://adam.merrifield.ca/2009/02/10/rebuilding-after-all-of-these-years/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 17:37:37 +0000</pubDate>
		<dc:creator>Adam Merrifield</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[nutmac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[seydesign]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[son]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.seydoggy.com/2009/02/10/rebuilding-after-all-of-these-years/</guid>
		<description><![CDATA[Rebuilding after all of these years. Seriously, it&#8217;s been years since I have done a clean install&#8230; since Mac OS X 10.2 to be exact. I have been pulling all the crud I have collected over the years along with me like barnacles on the bottom of of the ship of life. And like the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.seydesign.com/images/content/X_145w_192h.jpg" alt="Rebuilding OS X" class="image-left" />Rebuilding after all of these years. Seriously, it&#8217;s been years since I have done a clean install&#8230; since Mac OS X 10.2 to be exact. I have been pulling all the crud I have collected over the years along with me like barnacles on the bottom of of the ship of life. And like the real thing, those barnacles have been slowing me down.</p>

<p>This became painfully obvious recently when I made a new user account to make some tutorial movies. The new account was <em>fast</em> and <em>responsive</em> in a way I hadn&#8217;t experienced in years. If this wasn&#8217;t evidence enough, I was having a nagging problem with <a href="http://www.hogbaysoftware.com/products/taskpaper" title="TaskPaper — Simple to-do list software">TaskPaper from Hogbay Software</a> where for no obvious reason, it would quite with every launch. Between Jesse and Apple they were able to nail it down to a webcam component that was not proper GC code but was pretending to be. The point is, I have no idea where I ever picked up that component or when even. It was time to nuke and rebuild.</p>

<p>The reason I haven&#8217;t in so many years is because I have come to rely on so many hacks over the years, things that Mac OS X wasn&#8217;t either capable of or didn&#8217;t do well enough. It was a scary thought to try and get by on a stock system or try and replicate those hacks again. For the last little while I&#8217;ve been trying to change my habits, trying to use less 3rd party hackery and find native solutions or terminal commands that accomplish the same thing.</p>

<p>For instance, years ago I used to use <a href="http://www.usboverdrive.com/" title="">USB Overdrive</a> to ramp up my mouse tracking and and assign special functions to various mouse button combinations. When support for it waned I turned to <a href="http://plentycom.jp/" title="Main Page">SteerMouse</a> which did almost exactly the same thing. But now-a-days I barely use the mouse and when I do all I really need is a speed boost which is easily <a href="http://www.macworld.com/article/49691/2006/03/turbomice.html" title="Turbocharge mice and trackpads | Mac OS X Hints | Macworld">achieved in the terminal</a>:</p>

<blockquote>
  <p>If you have a mouse:</p>
  
  <blockquote>
    <p><code>defaults write -g com.apple.mouse.scaling some_number</code></p>
  </blockquote>
  
  <p>If you have a trackpad:</p>
  
  <blockquote>
    <p><code>defaults write -g com.apple.trackpad.scaling some_number</code></p>
  </blockquote>
  
  <p>The some_number at the end of each of the above lines must be replaced by, well, an actual number indicating the speed you’d like to use—the higher the number, the faster the tracking will be. As a starting point, the default value for maximum mouse speed is 3.0, and maximum trackpad speed is 1.5. So you might try a starting value of 5.0 for your turbo-charged mouse, and 2.5 or 3.0 for a turbo-charged trackpad.</p>
  
  <p>The easiest way to make your changes take effect is to log out and then log in again (Apple menu: Log Out user name ).</p>
</blockquote>

<p>I guess my point is this (wearing my nutMac/productivity hat), if you are going to spend any time as a developer of any sort, keep your system customizations to a minimum, install only those apps you honestly think you&#8217;ll need or use, find native solutions to mods you can&#8217;t live without, document those mods carefully and alway be prepared to do a clean install from time to time. The less cluttered your system is the better chance you have using a migration assistant so you don&#8217;t have to do it all manually like I did.</p>

<p>That&#8217;s where I am at now. I have spent nearly two whole days manually moving preferences and folders for the apps I need so that I can be sure not to take all the other crap with me again. Now that I have done my clean install I should have no trouble keeping it clean every six months now.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://adam.merrifield.ca/2007/10/09/look-and-learn-your-way-to-better-productivity/" title="Look and learn your way to better productivity (October 9, 2007)">Look and learn your way to better productivity</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2007/07/30/pathfinder-is-the-only-finder-you-need/" title="Pathfinder is the only Finder you need (July 30, 2007)">Pathfinder is the only Finder you need</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2007/08/13/skitch-snap-draw-share/" title="Skitch &#8211; Snap, Draw, Share (August 13, 2007)">Skitch &#8211; Snap, Draw, Share</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2008/08/25/my-top-5-web-development-tools/" title="My top 5 web development tools (August 25, 2008)">My top 5 web development tools</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2009/02/18/life-as-a-theme-developer/" title="Life As a Theme Developer (February 18, 2009)">Life As a Theme Developer</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://adam.merrifield.ca/2009/02/10/rebuilding-after-all-of-these-years/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>nutMac meets seyDoggy</title>
		<link>http://adam.merrifield.ca/2009/02/06/nutmac-meets-seydoggy/</link>
		<comments>http://adam.merrifield.ca/2009/02/06/nutmac-meets-seydoggy/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 04:59:21 +0000</pubDate>
		<dc:creator>Adam Merrifield</dc:creator>
				<category><![CDATA[Generally]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nutmac]]></category>
		<category><![CDATA[rapidweaver]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[seydoggy]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.seydoggy.com/?p=169</guid>
		<description><![CDATA[It&#8217;s one of the oldest pieces of web real estate I own that still saw some moderate action about once a month or more. But the time has come to close up nutMac and move on. I was writing some more web development tips there then I was Mac productivity tips and either way, I [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.seydoggy.com/nutMac_gone_like_stink%21-20090206-232943.jpg" alt="nutMac is gone" class="image-right" />It&#8217;s one of the oldest pieces of web real estate I own that still saw some moderate action about once a month or more. But the time has come to close up <a href="http://nutmac.com" title="Mac Pro go like stink!">nutMac</a> and move on. I was writing some more web development tips there then I was Mac productivity tips and either way, I honestly think that stuff is better suited anyhow. So with a little WordPress magic, we pulled in <em>this</em> blog from blogger and pulled in the <a href="http://nutmac.com/">nutMac blog</a> from WordPress, mashed them together and voila! Nothing lost, everything gained.</p>

<p>Now everything we want to write about web design/development, Mac, app review, RapidWeaver development, productivity tips, IE hacking&#8230; it&#8217;s all here now, in one place, not two. Sounds good to me.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://adam.merrifield.ca/2008/02/01/web-search-with-quicksilver-the-definitive-how-to/" title="Web Search with Quicksilver: how-to (February 1, 2008)">Web Search with Quicksilver: how-to</a> (3)</li>
	<li><a href="http://adam.merrifield.ca/2007/07/23/compulsive-blogging-part-4/" title="Compulsive Blogging Part 4 (July 23, 2007)">Compulsive Blogging Part 4</a> (4)</li>
	<li><a href="http://adam.merrifield.ca/2008/08/24/the-beauty-of-rapidweaver-meets-the-power-of-textmate/" title="The beauty of RapidWeaver meets the power of TextMate (August 24, 2008)">The beauty of RapidWeaver meets the power of TextMate</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2007/07/30/pathfinder-is-the-only-finder-you-need/" title="Pathfinder is the only Finder you need (July 30, 2007)">Pathfinder is the only Finder you need</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/about-2-2/" title="About Me (March 27, 2007)">About Me</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://adam.merrifield.ca/2009/02/06/nutmac-meets-seydoggy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5.5 comes with new hope</title>
		<link>http://adam.merrifield.ca/2008/09/16/mac-os-x-1055-comes-with-new-hope/</link>
		<comments>http://adam.merrifield.ca/2008/09/16/mac-os-x-1055-comes-with-new-hope/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 15:17:43 +0000</pubDate>
		<dc:creator>Adam Merrifield</dc:creator>
				<category><![CDATA[Generally]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nutmac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[plist]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.nutmac.com/2008/09/16/mac-os-x-1055-comes-with-new-hope/</guid>
		<description><![CDATA[I am about to install the latest Mac OS X update, the long awaited version 10.5.5. What I am hoping for most is an a fix for the Dock.app crashing all the time. I was able to more or less fix this in 10.5.4 on my own, but I had to take drastic measures a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.nutmac.com/images/OS_X_10.5.5%2C_PLEASE_fix_the_Dock.app-20080916-110759.jpg" alt="OS%20X%2010.5.5,%20PLEASE%20fix%20the%20Dock.app" width="200" class="image-right"/>I am about to install the latest Mac OS X update, the long awaited version 10.5.5. What I am hoping for most is an a fix for the Dock.app crashing all the time. I was able to more or less fix this in 10.5.4 on my own, but I had to take drastic measures a pull out <a href="http://www.titanium.free.fr/pgs2/french/onyx_leopard.html" title="Titanium Software">OnyX.app</a> and totally rebuild the LaunchServices, scrub all the deep dark corners, clean caches, kill the odd plist&#8230; It was a messy process.</p>

<p>Since having done all that my Dock.app stopped crashing, but I can&#8217;t help but feel that there is something inherently wrong with it still. I am hoping that installing Mac OS X 10.5.5 will give me warm fuzzies and restore my faith and elation in Mac updates.</p>

<p>I&#8217;ll keep you posted.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://adam.merrifield.ca/2008/02/12/mac-os-x-1052-is-here/" title="Mac OS X 10.5.2 is here! (February 12, 2008)">Mac OS X 10.5.2 is here!</a> (1)</li>
	<li><a href="http://adam.merrifield.ca/2009/02/18/life-as-a-theme-developer/" title="Life As a Theme Developer (February 18, 2009)">Life As a Theme Developer</a> (1)</li>
	<li><a href="http://adam.merrifield.ca/2007/11/30/time-machine-a-giant-leap-backward/" title="Time Machine. A giant leap backward. (November 30, 2007)">Time Machine. A giant leap backward.</a> (5)</li>
	<li><a href="http://adam.merrifield.ca/2008/04/22/path-finder-point-release-to-484/" title="Path Finder point release to 4.8.4 (April 22, 2008)">Path Finder point release to 4.8.4</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2008/08/24/the-beauty-of-rapidweaver-meets-the-power-of-textmate/" title="The beauty of RapidWeaver meets the power of TextMate (August 24, 2008)">The beauty of RapidWeaver meets the power of TextMate</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://adam.merrifield.ca/2008/09/16/mac-os-x-1055-comes-with-new-hope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DeliciousSafari 1.7</title>
		<link>http://adam.merrifield.ca/2008/09/07/delicioussafari-17/</link>
		<comments>http://adam.merrifield.ca/2008/09/07/delicioussafari-17/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 19:29:07 +0000</pubDate>
		<dc:creator>Adam Merrifield</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[nutmac]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[son]]></category>

		<guid isPermaLink="false">http://www.nutmac.com/2008/09/07/delicioussafari-17/</guid>
		<description><![CDATA[Of all the wondrous plugins available for Safari my all time favorite has to be DeliciousSafari, bringing the cloud convenience of Delicious.com (used to be del.icio.us) to Safari at the click of a menu item. I had some correspondence with the developer Douglas Richardson back in May about how he could make a few improvements [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://delicioussafari.com/" title="DeliciousSafari"><img src="http://www.nutmac.com/images/DeliciousSafari-20080907-152319.jpg" alt="DeliciousSafari" class="image-left"/></a> Of all the wondrous plugins available <a href="http://pimpmysafari.com/" title="Pimp My Safari">for Safari</a> my all time favorite has to be <a href="http://delicioussafari.com/" title="DeliciousSafari">DeliciousSafari</a>, bringing the cloud convenience of <a href="http://delicious.com/" title="Delicious">Delicious.com</a> (used to be <a href="http://del.icio.us/" title="Delicious">del.icio.us</a>) to Safari at the click of a menu item. I had some correspondence with the developer Douglas Richardson back in May about how he could make a few improvements to the plugin, namely spell checking and tag search.</p>

<p>Well as of September 2nd, version 1.7 of DeliciousSafari now includes spell checking and a couple of other cool features. Tag search didn&#8217;t make it, but a way to manage your favorite tags is now available and is really all I was looking for with tag search anyhow. DeliciousSafari now supports up to 1000 characters in the notes field, just like the new <a href="http://delicious.com/" title="Delicious">Delicious.com</a>, so you are no longer confined to those teeny-tiny 250 character posts, which is great news for a wordy guy like myself.</p>

<p>If you are a heavy user of <a href="http://delicious.com/" title="Delicious">Delicious.com</a> then <a href="http://delicioussafari.com/" title="DeliciousSafari">DeliciousSafari</a> will be a good addition to your Safari arsenal.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://adam.merrifield.ca/2008/01/12/the-spanish-inquisitor-ition-get-real/" title="The Spanish Inquisitor-ition? Get real! (January 12, 2008)">The Spanish Inquisitor-ition? Get real!</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2008/02/01/web-search-with-quicksilver-the-definitive-how-to/" title="Web Search with Quicksilver: how-to (February 1, 2008)">Web Search with Quicksilver: how-to</a> (3)</li>
	<li><a href="http://adam.merrifield.ca/2008/04/23/rapidweaver-gets-some-love-from-ars-technica/" title="RapidWeaver gets some love from ars technica (April 23, 2008)">RapidWeaver gets some love from ars technica</a> (1)</li>
	<li><a href="http://adam.merrifield.ca/2008/01/02/make-your-web-apps-fluid/" title="Make your web apps Fluid (January 2, 2008)">Make your web apps Fluid</a> (1)</li>
	<li><a href="http://adam.merrifield.ca/2007/10/18/steve-serves-some-iphone-humble-pie/" title="Steve serves some iPhone humble pie (October 18, 2007)">Steve serves some iPhone humble pie</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://adam.merrifield.ca/2008/09/07/delicioussafari-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The beauty of RapidWeaver meets the power of TextMate</title>
		<link>http://adam.merrifield.ca/2008/08/24/the-beauty-of-rapidweaver-meets-the-power-of-textmate/</link>
		<comments>http://adam.merrifield.ca/2008/08/24/the-beauty-of-rapidweaver-meets-the-power-of-textmate/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 16:51:00 +0000</pubDate>
		<dc:creator>Adam Merrifield</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nutmac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[rapidweaver]]></category>
		<category><![CDATA[seydoggy]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.seydoggy.com/wordpress/?p=71</guid>
		<description><![CDATA[As a web designer and fairly huge Mac geek I am one of those guys who gets rather passionate about certain apps and workflows, etc&#8230; Those of you who have read one or more entries on nutMac.com, a Mac workflow blog I write for on occasion, you&#8217;ll know that I am a big fan of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://images.seydoggy.com/Edit_RapidWeaver_in_TextMate-20080824-132718.jpg" rel="lightbox" title="Click to see full size"><img src="http://images.seydoggy.com/Edit_RapidWeaver_in_TextMate_thumb-20080824-132803.jpg" alt="Edit%20RapidWeaver%20in%20TextMate%20thumb" class="image-right"/></a> As a web designer and fairly huge Mac geek I am one of those guys who gets rather passionate about certain apps and workflows, etc&#8230; Those of you who have read one or more entries on <a href="http://nutmac.com" title="Mac Pro go like stink!">nutMac.com</a>, a Mac workflow blog I write for on occasion, you&#8217;ll know that I am a big fan of <a href="http://www.cocoatech.com/" title="Welcome to Cocoatech">Path Finder</a>, <a href="http://www.blacktree.com/" title="Blacktree">Quicksilver</a> and <a href="http://macromates.com/" title="TextMate — The Missing Editor for Mac OS X">TextMate</a>, three apps that rule my world. Recently, suspecting I wasn&#8217;t tapping into TextMates full potential, I purchased <em><a href="http://www.pragprog.com/titles/textmate/textmate" title="The Pragmatic Bookshelf | TextMate">TextMate &#8211; Power Editing for the Mac</a></em> by <em><a href="http://blog.grayproductions.net/" title="Shades of Gray: Recent Articles">James Edward Gray II</a></em>. Well I was correct in my suspicions, since by chapter 3 I had already learned so many more tricks that I couldn&#8217;t wait to get back into coding just to put what I had learned to the test.</p>

<p>One trick I had always been vaguely aware of, and apparently by name only, was the &#8220;Edit in TextMate&#8221; feature. I had looked at activating this at one time but had decided it was terribly complex for something I could just set of a Quicksilver trigger for (which I did, or so I thought). Having just skimmed over what this &#8220;Edit in TextMate&#8221; feature was, I figured this was just some short hand trick for forcing various files types and folders to open in TextMate as opposed to their default application. In fact, this is a power user feature that allows TextMate to hijack the editing fields of other apps (the search field in Google home page, or in this case, the blog post field of Blogger, my <a href="http://fluidapp.com/" title="Fluid - Free Site Specific Browser for Mac OS X Leopard">Fluid SSB app</a>).</p>

<p>Here is where the little light bulb went off in my head&#8230; Could this be used in RapidWeaver? Now let me start by saying I <em>LOVE</em> RapidWeaver, I really do, but when it comes to HTML code editing, which I do on a continual basis, I can&#8217;t stand not having my TextMate features and functions handy. I have always found myself writing code in a dummy TextMate file, then copying and pasting it into RapidWeaver. And when I would have to make a change I would copy the code into the dummy TextMate file and so on until I was satisfied with the results.</p>

<p>So to make a long story short, after years of using TextMate, I finally enabled the &#8220;Edit in TextMate&#8221; feature and tried to invoke it in a RapidWeaver project and POOF! It works like a charm! Now I can place my caret in any RapidWeaver field (main content, sidebar, titles, custom fields, etc&#8230;) in RapidWeaver and type ctrl-cmd-E and edit the contents of that field with the power of TextMate.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://adam.merrifield.ca/2008/01/02/make-your-web-apps-fluid/" title="Make your web apps Fluid (January 2, 2008)">Make your web apps Fluid</a> (1)</li>
	<li><a href="http://adam.merrifield.ca/2007/10/09/look-and-learn-your-way-to-better-productivity/" title="Look and learn your way to better productivity (October 9, 2007)">Look and learn your way to better productivity</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2009/02/18/life-as-a-theme-developer/" title="Life As a Theme Developer (February 18, 2009)">Life As a Theme Developer</a> (1)</li>
	<li><a href="http://adam.merrifield.ca/2007/12/14/textmate-html-and-css-bundles-for-power-users/" title="TextMate HTML and CSS bundles for power users (December 14, 2007)">TextMate HTML and CSS bundles for power users</a> (3)</li>
	<li><a href="http://adam.merrifield.ca/2007/08/13/skitch-snap-draw-share/" title="Skitch &#8211; Snap, Draw, Share (August 13, 2007)">Skitch &#8211; Snap, Draw, Share</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://adam.merrifield.ca/2008/08/24/the-beauty-of-rapidweaver-meets-the-power-of-textmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rogers; You Got Served</title>
		<link>http://adam.merrifield.ca/2008/08/11/rogers-you-got-served/</link>
		<comments>http://adam.merrifield.ca/2008/08/11/rogers-you-got-served/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 17:52:21 +0000</pubDate>
		<dc:creator>Adam Merrifield</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[nutmac]]></category>
		<category><![CDATA[rw]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.nutmac.com/2008/08/11/rogers-you-got-served/</guid>
		<description><![CDATA[digg_url = 'http://www.nutmac.com/2008/08/11/rogers-you-got-served/'; You cannot begin to understand my frustration with Rogers and there recent tactics for hijacking &#8220;Server not found or DNS error&#8221; response pages (see here and here). I got so furious that I called Rogers and demanded a workaround to their little &#8220;solution&#8221;. And to my surprise, the technical representative JUMPED at [...]]]></description>
			<content:encoded><![CDATA[<div class="image-left"><script type="text/javascript">
digg_url = 'http://www.nutmac.com/2008/08/11/rogers-you-got-served/';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>

<p><img src="http://www.nutmac.com/images/EHF_U_ROGERS-20080811-130247.jpg" alt="EHF%20U%20ROGERS" class="image-right"/>You cannot begin to understand my frustration with Rogers and there recent tactics for hijacking &#8220;Server not found or DNS error&#8221; response pages (see <a href="http://www.digitalhome.ca/content/view/2689/206/" title="Digital Home Canada - Rogers violates net neutrality by hijacking failed DNS lookups">here</a> and <a href="http://arstechnica.com/news.ars/post/20080720-rogers-latest-isp-to-help-customers-with-dns-redirects.html" title="Rogers latest ISP to &quot;help&quot; customers with DNS redirects">here</a>). I got so furious that I called Rogers and demanded a workaround to their little &#8220;solution&#8221;. And to my surprise, the technical representative JUMPED at the opportunity to show me how! So here&#8217;s to you Rogers and all that you mean to me:</p>

<ul>
<li>find the Internet Settings on your computer or router (there are plenty of web article to help you for <a href="http://www.google.com/search?hl=en&amp;q=internet+protocol+properties+windows&amp;btnG=Search" title="Google">Windows</a> or <a href="http://www.google.com/search?hl=en&amp;q=internet+connection+settings+Mac&amp;btnG=Search" title="Google">Mac</a>)</li>
<li>Change the &#8220;DNS server(s)&#8221; to something public, like, for instance, 4.2.2.2 and 4.2.2.1 (a US based public DNS server, not likely to ever go down)</li>
<li>Boom! Buh-bye Rogers/Yahoo! search page</li>
</ul>

<p>You see, by default, Rogers (or any other ISP) has you using their DNS server (your computer will automatically use your ISP&#8217;s DNS server unless told to do otherwise) and therefor they can track what you are doing or see what&#8217;s being served to you. So in the event that you call for a site that doesn&#8217;t exist, they can cheerily offer up a Rogers/Yahoo! search page laden with advertising and paid-for links instead of actually telling you that that server or site you actually requested might not exist or might have an error.</p>

<p>Here is where Rogers FAILS! Umm Rogers? People who actually know how to use a computer and who aren&#8217;t using Internet Explorer 6 actually use the address bar as a search field and not strictly a place to resolve URL and DNS calls. For instance, my local Mac reseller is Carbon Computing and I wanted to call them today. I thought I would get their phone number from their web site so into my address bar I entered &#8220;carbonation&#8221; and pressed enter, which, prior to Rogers meddling, would normally resolve to &#8220;<a href="http://www.carbonation.com/" title="carbon computing">http://www.carbonation.com</a>&#8220;. If the search term were something unresolvable, like &#8220;jingle butt pants on fire&#8221; then my browser would inform me that &#8220;http://jingle%20butt%20pants%20on%20fire/&#8221; cannot be found and probably ask me if I wanted to search for the term &#8220;jingle butt pants on fire&#8221; in Google (or which ever search engine I have set as a default).</p>

<p>Rogers figures they are doing you a solid by removing this extra step, they&#8217;ll just perform the search for you. But in a case like mine I don&#8217;t want to SEARCH for &#8220;carbonation&#8221;, I want to RESOLVE it by slapping a .com on the end of it. And by circumventing the default server error message, don&#8217;t you think they are causing more mayhem than good?</p>

<p>To the bonehead at Rogers that thought this was all a good idea&#8230; you are the biggest boob of all the boobs at Rogers. And that is a fair feat my friend.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://adam.merrifield.ca/2008/08/25/my-top-5-web-development-tools/" title="My top 5 web development tools (August 25, 2008)">My top 5 web development tools</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2007/04/02/screeeeeeeech%e2%80%a6-halt-2/" title="SCREEECH HALT 2 (April 2, 2007)">SCREEECH HALT 2</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2007/10/25/rapidweaver-tip-add-native-search/" title="RapidWeaver tip: Add native search (October 25, 2007)">RapidWeaver tip: Add native search</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2007/08/13/skitch-snap-draw-share/" title="Skitch &#8211; Snap, Draw, Share (August 13, 2007)">Skitch &#8211; Snap, Draw, Share</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2007/03/29/screeeeeeeech-halt-1/" title="SCREEECH HALT 1 (March 29, 2007)">SCREEECH HALT 1</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://adam.merrifield.ca/2008/08/11/rogers-you-got-served/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>chosr; QuickSilver for the web</title>
		<link>http://adam.merrifield.ca/2008/07/31/chosr-quicksilver-for-the-web/</link>
		<comments>http://adam.merrifield.ca/2008/07/31/chosr-quicksilver-for-the-web/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 15:10:28 +0000</pubDate>
		<dc:creator>Adam Merrifield</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nutmac]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.nutmac.com/index.php/2008/07/31/chosr-quicksilver-for-the-web/</guid>
		<description><![CDATA[Ok, you KNOW I am a total QuickSilver freak and that there is no way around a computer that is faster for me then QuickSilver. And you also I&#8217;ve gone on about making web search triggers for QuickSilver and on and on&#8230; Trouble has been that you have to have a Mac and you have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chosr.com/" title="chosr"><img src="http://www.nutmac.com/images/chosr-20080731-101217.jpg" alt="chosr" class="image-right"/></a>Ok, you KNOW I am a total <a href="http://www.blacktree.com/" title="Blacktree">QuickSilver</a> freak and that there is no way around a computer that is faster for me then QuickSilver. And you also I&#8217;ve gone on about making <a href="http://www.nutmac.com/index.php/2008/02/01/web-search-with-quicksilver-the-definitive-how-to/" title="Web Search with Quicksilver: how-to">web search triggers</a> for QuickSilver and on and on&#8230; Trouble has been that you have to have a Mac and you have to have the patience to put up with Quicksilver&#8217;s idiosyncrasies long enough to recognize it&#8217;s pure God-like power over your operating system&#8230; ok, a bit over zealous but you get the point.</p>

<p>So imagine QuickSilver as a web app, to do all the things that online like you would offline with QuickSilver. Well I just got wind that <a href="http://www.julius-eckert.com/" title="Julius Eckert">Julius Eckert</a> and friends have done just that; put QuickSilver functionality on the web.</p>

<p>It&#8217;s called <a href="http://chosr.com/" title="chosr">chosr</a> and it functions like QuickSilver, uses the same commands as QuickSilver and turns your online life into a productivity whirlwind just like QuickSilver would&#8230; if it could&#8230; which it can&#8230; sort of&#8230; anyway, go check out <a href="http://chosr.com/" title="chosr">chosr</a>!</p>

<p><a href="http://digg.com/software/chosr_QuickSilver_for_the_web">
<img src="http://digg.com/img/badges/100x20-digg-button.png" width="100" height="20" alt="Digg!" />
</a></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://adam.merrifield.ca/2007/04/04/drill-dont-dig/" title="Drill, don&#039;t dig (April 4, 2007)">Drill, don&#039;t dig</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2008/02/12/configuring-textmate-sql-to-play-with-mamp/" title="Configuring TextMate SQL to play with MAMP (February 12, 2008)">Configuring TextMate SQL to play with MAMP</a> (11)</li>
	<li><a href="http://adam.merrifield.ca/2008/02/01/web-search-with-quicksilver-the-definitive-how-to/" title="Web Search with Quicksilver: how-to (February 1, 2008)">Web Search with Quicksilver: how-to</a> (3)</li>
	<li><a href="http://adam.merrifield.ca/2007/11/30/time-machine-a-giant-leap-backward/" title="Time Machine. A giant leap backward. (November 30, 2007)">Time Machine. A giant leap backward.</a> (5)</li>
	<li><a href="http://adam.merrifield.ca/2008/04/17/there-are-geeks-then-there-are-geeks/" title="There are geeks, then there are Geeks (April 17, 2008)">There are geeks, then there are Geeks</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://adam.merrifield.ca/2008/07/31/chosr-quicksilver-for-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To speed up, slow down</title>
		<link>http://adam.merrifield.ca/2008/07/17/to-speed-up-slow-down/</link>
		<comments>http://adam.merrifield.ca/2008/07/17/to-speed-up-slow-down/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 14:00:33 +0000</pubDate>
		<dc:creator>Adam Merrifield</dc:creator>
				<category><![CDATA[Generally]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[kitchener]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nutmac]]></category>

		<guid isPermaLink="false">http://www.nutmac.com/index.php/2008/07/17/to-speed-up-slow-down/</guid>
		<description><![CDATA[Sometimes the best thing you can do to speed up your workflow on a Mac is to get OFF your Mac. SOunds crazy doesn&#8217;t it? Well recently I was lucky enough to join the ranks of millions as an iPhone 3G users (tried three times to get one at my Kitchener Rogers store on Fischer-Hallman [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.nutmac.com/images/iPhone_3G-20080717-095916.jpg" alt="iPhone%203G" class="image-right"/>Sometimes the best thing you can do to speed up your workflow on a Mac is to get OFF your Mac. SOunds crazy doesn&#8217;t it? Well recently I was lucky enough to join the ranks of millions as an iPhone 3G users (tried three times to get one at my Kitchener Rogers store on Fischer-Hallman and Ottawa), not because I thought I needed one, but because I do so much work developing sites, icons and artwork for those who develop iPhone apps (which is why I have been so neglectful of this blog).</p>

<p>Instantly I started looking at ways to work the iPhone into my productivity regime&#8230; without much success until I really thought about what the little jewel of hardware is really good at; reading things. Reading email, reading RSS feeds, reading tweets&#8230; all things that general detract from productivity while sitting in front of a project with a looming deadline.</p>

<p>So I have started to resist the urge to stay current <em>WHILE</em> working and decide to take my iPhone with my on whatever daily breaks I might have, coffee, lunch, erm&#8230; rest room&#8230; and do all my catching up then.</p>

<p>Brilliant! Several things have happened; I know take regular breaks (something I am famous for not doing), and I am now more productive during actual working time.</p>

<p>While I am not expressly endorsing the iPhone, I am endorsing getting away from the computer from time to time to mentally recharge. While sitting on an e-reader of sorts is hardly disconnecting from the cyber world, the change of pace will help keep you on track in your daily grind.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://adam.merrifield.ca/2008/08/25/my-top-5-web-development-tools/" title="My top 5 web development tools (August 25, 2008)">My top 5 web development tools</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2008/01/02/make-your-web-apps-fluid/" title="Make your web apps Fluid (January 2, 2008)">Make your web apps Fluid</a> (1)</li>
	<li><a href="http://adam.merrifield.ca/2007/11/27/macbreak-tech-the-only-mac-podcast-that-counts/" title="MacBreak Tech, the only Mac podcast that counts (November 27, 2007)">MacBreak Tech, the only Mac podcast that counts</a> (3)</li>
	<li><a href="http://adam.merrifield.ca/2008/06/16/dropbox-and-versions-on-the-horizon/" title="Dropbox and Versions on the horizon (June 16, 2008)">Dropbox and Versions on the horizon</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2008/02/12/configuring-textmate-sql-to-play-with-mamp/" title="Configuring TextMate SQL to play with MAMP (February 12, 2008)">Configuring TextMate SQL to play with MAMP</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://adam.merrifield.ca/2008/07/17/to-speed-up-slow-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox and Versions on the horizon</title>
		<link>http://adam.merrifield.ca/2008/06/16/dropbox-and-versions-on-the-horizon/</link>
		<comments>http://adam.merrifield.ca/2008/06/16/dropbox-and-versions-on-the-horizon/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 13:52:20 +0000</pubDate>
		<dc:creator>Adam Merrifield</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nutmac]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[seydoggy]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.nutmac.com/index.php/2008/06/16/dropbox-and-versions-on-the-horizon/</guid>
		<description><![CDATA[Given that it has been a month and a half since I&#8217;ve written to this blog, I feel compelled to tell you why it has been so long. I, Adam Merrifield, mild mannered web designer by day, and&#8230; er&#8230; mild manned web designer by night, have been so swamped with work that contributing to this [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.nutmac.com/images/Versions_-_Mac_Subversion_Client-20080616-085043.jpg" alt="Versions%20-%20Mac%20Subversion%20Client" class="image-right"/>Given that it has been a month and a half since I&#8217;ve written to this blog, I feel compelled to tell you why it has been so long. I, Adam Merrifield, mild mannered web designer by day, and&#8230; er&#8230; mild manned web designer by night, have been <a href="http://www.seydoggy.com/" title="seyDoggy Web and Graphic design">so swamped with work</a> that contributing to this little blog has been all but impossible. I could have jumped all over a dozen new apps that I had been given for beta testing, but sadly I had no time to test them.</p>

<p>There are two however, that are worth mentioning, as I really do want to try and work them into my daily flow. The one is <a href="http://getdropbox.com/" title="Dropbox - Home - Secure backup, sync and sharing made easy.">Dropbox</a>, which is a remote syncing type app that will &#8220;push&#8221; all updates and changes made from one computer to all other computers linked to the same account. Now from what I can tell the intent is that it be more of a storage/portal device that takes what you are working on here and sends it there so you can keep working on it when there become here&#8230; er.. or there&#8230; anyhow, you get the point. You&#8217;re working on a project at work and the boss tells you it need to be done by tomorrow so you send it through the pipes to home, work on it there, send it through the pipes back to work in time for the big presentation the next day, landing your company the BIG account and your boss loves you and gives you a raise and the keys to his Cadillac and owe it all to drop box&#8230;</p>

<p>But that&#8217;s not what intrigues me about <a href="http://getdropbox.com/" title="Dropbox - Home - Secure backup, sync and sharing made easy.">Dropbox</a>, no, what really has me interested in <a href="http://getdropbox.com/" title="Dropbox - Home - Secure backup, sync and sharing made easy.">Dropbox</a> is to see if it can be used as a remote backup device and what capacity is available to the user. As soon as I get the chance I will put this one to the test to see whether it&#8217;s worth getting my clients excited about a beta.</p>

<p>The other app for which I have been waiting to get my hands on for more than a year is <a href="http://www.versionsapp.com/" title="Versions - Mac Subversion Client">Versions</a>, a subversion client for the Mac. If you don&#8217;t know what <a href="http://en.wikipedia.org/wiki/Subversion_(software)" title="Subversion (software) - Wikipedia, the free encyclopedia">subversion</a>, I am not going to explain it here, but in short it eliminates the problem of multiple developers working on a single project at the same time. You don&#8217;t need an app to take advantage of the power of subversion (command-line in Terminal or TextMate will do just fine), but it does make it a tad sexier when you put a GUI to the process.</p>

<p>I did try <a href="http://www.versionsapp.com/" title="Versions - Mac Subversion Client">Versions.app</a> just briefly, signing up with a free <a href="http://beanstalkapp.com/" title="Beanstalk &mdash; Version Control with a Human Face">beanstalk</a> account for testing purposes, but I failed to get the connection. I will have to come back to this one in a few days.</p>

<p>So if you have any experience with either of these apps, feel free to leave your comments and let me know what you think.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://adam.merrifield.ca/2008/08/25/my-top-5-web-development-tools/" title="My top 5 web development tools (August 25, 2008)">My top 5 web development tools</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2009/02/18/life-as-a-theme-developer/" title="Life As a Theme Developer (February 18, 2009)">Life As a Theme Developer</a> (1)</li>
	<li><a href="http://adam.merrifield.ca/2008/04/23/rapidweaver-gets-some-love-from-ars-technica/" title="RapidWeaver gets some love from ars technica (April 23, 2008)">RapidWeaver gets some love from ars technica</a> (1)</li>
	<li><a href="http://adam.merrifield.ca/2008/01/02/make-your-web-apps-fluid/" title="Make your web apps Fluid (January 2, 2008)">Make your web apps Fluid</a> (1)</li>
	<li><a href="http://adam.merrifield.ca/2007/10/09/look-and-learn-your-way-to-better-productivity/" title="Look and learn your way to better productivity (October 9, 2007)">Look and learn your way to better productivity</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://adam.merrifield.ca/2008/06/16/dropbox-and-versions-on-the-horizon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RapidWeaver gets some love from ars technica</title>
		<link>http://adam.merrifield.ca/2008/04/23/rapidweaver-gets-some-love-from-ars-technica/</link>
		<comments>http://adam.merrifield.ca/2008/04/23/rapidweaver-gets-some-love-from-ars-technica/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 13:47:38 +0000</pubDate>
		<dc:creator>Adam Merrifield</dc:creator>
				<category><![CDATA[Generally]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[nutmac]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[rapidweaver]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.nutmac.com/index.php/2008/04/23/rapidweaver-gets-some-love-from-ars-technica/</guid>
		<description><![CDATA[My homeboys, Realmac Software in Brighton got some big props from ars technica today for an upcoming 4.0 release to their popular web design application, RapidWeaver. If you are itching to have a sneak peek at all that&#8217;s new with RapidWeaver 4.0 then go give the article a read. A few points that have me [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://arstechnica.com/journals/apple.ars/2008/04/23/exclusive-preview-rapidweaver-matures-with-version-4" title="Exclusive preview: RapidWeaver matures with version 4"><img class="imgLeft" src="http://www.nutmac.com/images/ars-04-23-08.png" alt="ars technica" /></a> My homeboys, <a href="http://www.realmacsoftware.com/rapidweaver/" title="We are Realmac Software | RapidWeaver | Overview">Realmac Software</a> in Brighton got some <a href="http://arstechnica.com/journals/apple.ars/2008/04/23/exclusive-preview-rapidweaver-matures-with-version-4" title="Exclusive preview: RapidWeaver matures with version 4">big props</a> from <a href="http://arstechnica.com/" title="Ars Technica">ars technica</a> today for an upcoming 4.0 release to their popular web design application, <a href="http://www.realmacsoftware.com/rapidweaver/" title="We are Realmac Software | RapidWeaver | Overview">RapidWeaver</a>. If you are itching to have a sneak peek at all that&#8217;s new with RapidWeaver 4.0 then go give the article a read.</p>

<p>A few points that have me excited are the hinting of a more robust api that could possible allow plugin developers greater access to the OS and other apps. This is, of course, just me reading between the lines. Greater plugin freedom ovens up a whole lot of possibilities for RapidWeaver.</p>

<p>Something else that has me excited is the news ticker which should make it a lot easier to keep users updated with theme patches and updates.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://adam.merrifield.ca/2007/09/24/define-your-rss-feed-title/" title="Define your RSS Feed title (September 24, 2007)">Define your RSS Feed title</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2008/01/12/the-spanish-inquisitor-ition-get-real/" title="The Spanish Inquisitor-ition? Get real! (January 12, 2008)">The Spanish Inquisitor-ition? Get real!</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2007/07/30/pathfinder-is-the-only-finder-you-need/" title="Pathfinder is the only Finder you need (July 30, 2007)">Pathfinder is the only Finder you need</a> (0)</li>
	<li><a href="http://adam.merrifield.ca/2009/02/18/life-as-a-theme-developer/" title="Life As a Theme Developer (February 18, 2009)">Life As a Theme Developer</a> (1)</li>
	<li><a href="http://adam.merrifield.ca/2007/10/09/look-and-learn-your-way-to-better-productivity/" title="Look and learn your way to better productivity (October 9, 2007)">Look and learn your way to better productivity</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://adam.merrifield.ca/2008/04/23/rapidweaver-gets-some-love-from-ars-technica/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
