<?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>318 Tech Journal &#187; screencapture</title>
	<atom:link href="http://techjournal.318.com/tag/screencapture/feed/" rel="self" type="application/rss+xml" />
	<link>http://techjournal.318.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 22:09:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Screen Shots &amp; ARD</title>
		<link>http://techjournal.318.com/mac-os-x-server/screen-shots-ard/</link>
		<comments>http://techjournal.318.com/mac-os-x-server/screen-shots-ard/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 14:36:21 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Apple Remote Desktop]]></category>
		<category><![CDATA[screencapture]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=425</guid>
		<description><![CDATA[For what it&#8217;s worth, we take ours from the command line. It helps keep proper track of the names screens. Simply open up a terminal window on a remote server via Apple Remote Desktop (ARD) and run the following command: sleep 3; screencapture -iw ~/Desktop/filename.png When you run that full string as a command you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>For what it&#8217;s worth, we take ours from the command line. It helps keep proper track of the names screens. Simply open up a terminal window on a remote server via Apple Remote Desktop (ARD) and run the following command:</p>
<blockquote><p>sleep 3; screencapture -iw ~/Desktop/filename.png</p></blockquote>
<p>When you run that full string as a command you&#8217;ll have 3 seconds after hitting enter to highlight your target window, at which point your cursor will switch to the photo in window selection mode. Alternatively, you can run:</p>
<blockquote><p>sleep 3; screencapture -iwc</p></blockquote>
<p>Which will capture the picture to the remote machines clipboard (and can then be copied via ARD, and opened in Preview (File-&gt;new from clipboard).</p>
]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x-server/screen-shots-ard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshots in Snow Leopard</title>
		<link>http://techjournal.318.com/mac-os-x/screenshots-in-snow-leopard/</link>
		<comments>http://techjournal.318.com/mac-os-x/screenshots-in-snow-leopard/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 20:32:37 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X 10.6]]></category>
		<category><![CDATA[screencapture]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=348</guid>
		<description><![CDATA[In Mac OS X 10.5 and below, the default behavior was to take screenshots (command-Shift-4) by creating a file on the desktop automatically named Picture 1.png. The second file would be created as Picture 2.png and so forth. In Snow Leopard though, the screen shots are named Screen shot followed by the date (YYYY-MM-DD) and [...]]]></description>
			<content:encoded><![CDATA[<p>In Mac OS X 10.5 and below, the default behavior was to take screenshots (command-Shift-4) by creating a file on the desktop automatically named Picture 1.png.  The second file would be created as Picture 2.png and so forth.  In Snow Leopard though, the screen shots are named Screen shot followed by the date (YYYY-MM-DD) and then the time (HH.MM.SS).  So if I took a screen shot at 3pm today it would be called &#8220;Screen shot 2009-08-31 at 3.01.05 PM&#8221;.  This keeps them showing up in the same order they otherwise would have.  At first I wasn&#8217;t sure whether I liked this change, but now I&#8217;m sure that I do.  The defaults commands that were used to change <a href="http://krypted.com/mac-os-x/mac-os-x-changing-the-default-screen-shot-format/">the default image type</a> and <a href="http://krypted.com/mac-os-x/changing-the-screenshot-location-in-os-x/">the location</a> are still applicable. </p>
]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x/screenshots-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Shadows for Screen Shots</title>
		<link>http://techjournal.318.com/mac-os-x/206/</link>
		<comments>http://techjournal.318.com/mac-os-x/206/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 19:35:15 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[defaults]]></category>
		<category><![CDATA[screencapture]]></category>
		<category><![CDATA[shadows]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=206</guid>
		<description><![CDATA[Shadows make our screen shots look better. But we can&#8217;t always use them. There are times when we need to go ahead and disable them due to some reason or another. If you need to disable the shadows on screen captures, you can do so using the following command: defaults write com.apple.screencapture disable-shadow -bool true [...]]]></description>
			<content:encoded><![CDATA[<p>Shadows make our screen shots look better.  But we can&#8217;t always use them.  There are times when we need to go ahead and disable them due to some reason or another.  If you need to disable the shadows on screen captures, you can do so using the following command:<br />
defaults write com.apple.screencapture disable-shadow -bool true</p>
<p>To then enable the shadows, you would use the following command:<br />
defaults write com.apple.screencapture disable-shadow -bool false</p>
]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x/206/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

