<?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>K-Create &#187; mac</title>
	<atom:link href="http://k-create.com/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://k-create.com</link>
	<description>Website for Kris Hedstrom: freelance web designer and developer from Seattle, WA</description>
	<lastBuildDate>Thu, 17 May 2012 18:39:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Changing location for screen shots in Mac Os X</title>
		<link>http://k-create.com/2009/09/changing-location-for-screen-shots-in-mac-os-x/</link>
		<comments>http://k-create.com/2009/09/changing-location-for-screen-shots-in-mac-os-x/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 23:20:46 +0000</pubDate>
		<dc:creator>Kris Hedstrom</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://k-create.com/?p=250</guid>
		<description><![CDATA[I take a lot of screenshots, and while Os X makes it easy to capture the screen &#8211; Cmd + Shift + 3 to capture entire desktop, Cmd + Shift +4  to capture a portion, or Cmd + Shift + 4 and then hit the spacebar to screen grab an entire application window &#8211; it [...]]]></description>
			<content:encoded><![CDATA[<p>I take a lot of screenshots, and while Os X makes it easy to capture the screen &#8211; <strong>Cmd + Shift + 3</strong> to capture entire desktop, <strong>Cmd + Shift +4</strong>  to capture a portion, or <strong>Cmd + Shift + 4</strong> and then hit the <strong>spacebar</strong> to screen grab an entire application window &#8211; it saves all the shots to the desktop. I don&#8217;t like to clutter up my desktop so I usually change the default folder for screen shots. Here&#8217;s how, open Terminal and type in:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">defaults write com.apple.screencapture location /&lt;yourpath&gt;/</div></div>
<p>Replace <yourpath> with the full path to the directory where you want to store you screen shots (the directory has to exist). Example: /Users/Kris/Desktop/screengrabs.</p>
<p>Log out and back in again and your all set.</p>
]]></content:encoded>
			<wfw:commentRss>http://k-create.com/2009/09/changing-location-for-screen-shots-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to edit the host file on Mac (Leopard)</title>
		<link>http://k-create.com/2009/08/how-to-edit-the-host-file-on-mac-leopard/</link>
		<comments>http://k-create.com/2009/08/how-to-edit-the-host-file-on-mac-leopard/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:06:46 +0000</pubDate>
		<dc:creator>Kris Hedstrom</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://k-create.com/?p=225</guid>
		<description><![CDATA[The host file is used to by an operating system to map hostnames to IP addresses. It&#8217;s useful for testing local files as remote domains. On Windows systems is typically located at c:/windows/system32/drivers/etc/hosts On a Mac you can edit the host file by opening up the Terminal app and typing in: $ sudo nano /private/etc/hosts [...]]]></description>
			<content:encoded><![CDATA[<p>The host file is used to by an operating system to map hostnames to IP addresses. It&#8217;s useful for testing local files as remote domains. On Windows systems is typically located at</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">c:/windows/system32/drivers/etc/hosts</div></div>
<p>On a Mac you can edit the host file by opening up the Terminal app and typing in:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ sudo nano /private/etc/hosts</div></div>
<p><span id="more-225"></span><br />
Sudo is the superuser command so you&#8217;ll be prompted for your password.</p>
<p>Once you&#8217;ve edited the file you can exit out by ctrl+x (you&#8217;ll be prompted to save the file).</p>
<p>The last step is to flush the DNS cache, to have your chances take effect immediately. In Leopard you can do this by typing in:</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666;">$ </span>dscacheutil <span style="color: #660033;">-flushcache</span></div></div>
<p>That&#8217;s all. Your new binding should now work.</p>
]]></content:encoded>
			<wfw:commentRss>http://k-create.com/2009/08/how-to-edit-the-host-file-on-mac-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>open sword &#8211; pixen</title>
		<link>http://k-create.com/2009/08/open-sword-pixen/</link>
		<comments>http://k-create.com/2009/08/open-sword-pixen/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:32:34 +0000</pubDate>
		<dc:creator>Kris Hedstrom</dc:creator>
				<category><![CDATA[delicious]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[syndicated]]></category>

		<guid isPermaLink="false">http://delicious.com/url/0685fcc0ddc70c9afd1bb19d35d34677#kristoffer</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://k-create.com/2009/08/open-sword-pixen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

