<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Making Mac OS X Automatically Take Screenshots</title>
	<atom:link href="http://zapper.hodgers.com/blogg/?feed=rss2&#038;p=255" rel="self" type="application/rss+xml" />
	<link>http://zapper.hodgers.com/blogg/?p=255</link>
	<description>random musing and thoughts</description>
	<lastBuildDate>Thu, 02 May 2013 07:06:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Adam Powell</title>
		<link>http://zapper.hodgers.com/blogg/?p=255&#038;cpage=1#comment-9115</link>
		<dc:creator>Adam Powell</dc:creator>
		<pubDate>Sat, 29 Dec 2012 22:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://zapper.hodgers.com/labs/?p=176#comment-9115</guid>
		<description><![CDATA[Funny, now you get your 2nd non-spam visitor in 3 days...when it rains it pours, eh?

I looked this up because I am early in being a self-employed web services provider and I want to document how long it takes me to get &#039;x&#039; task done—right now just for me but I could see using it for client accountability later.

Anyway, I am not quite comfortable with Terminal yet so let me ask a few questions:
When you write &#039;for developers&#039; are you just assuming they will know to do the &#039;cd&#039; command part and that they will also know to denote a folder where the .pngs will be saved to?

Let&#039;s say I create a folder in my &#039;Pictures&#039; folder called &#039;TimedScreenshots.&#039; If I understand what you wrote here I would:
1. open Terminal
2. type [cd_] without brackets, space represented by the underscore.
3. Navigate to /Pictures/
4. Open it, and drag /TimedScreenshots/ onto/into the open Terminal Interace (window).

Now, will the path that shows up in Terminal be the path to the &#039;TimedScreenshots&#039; folder? (sorry, seeing &#039;Data/Applications&#039; has me a bit spooked in case I do something wrong)

5. press the return/enter key
6. type [for i in {1..9999}; do echo “taking screen shot $i”; screencapture -x “helloworld$i.png”; sleep 1; done] (without the square brackets).
7. press the return/enter key

Adjust the frequency of screenshots via the [sleep 1] portion of the command, with the number used seconds between screenshots.

To stop I just quit Terminal.

Is this correct?

If I use the second variation from dimitar at what point (either by dragging a folder or by typing the path?) would I specify the location where the screenshots will be saved. Unmodified where would it save the screenshots?

You say the second variation has to be specifically stopped, does that mean quitting Terminal or would I need a command to force it to stop?

I have ScreenFlow, how would screenshots every second (let&#039;s say .png files like in the first method because they tend to be bigger) compare in total file size to simply capturing a screenflow (for my use only)? 

Thanks and great post.]]></description>
		<content:encoded><![CDATA[<p>Funny, now you get your 2nd non-spam visitor in 3 days&#8230;when it rains it pours, eh?</p>
<p>I looked this up because I am early in being a self-employed web services provider and I want to document how long it takes me to get &#8216;x&#8217; task done—right now just for me but I could see using it for client accountability later.</p>
<p>Anyway, I am not quite comfortable with Terminal yet so let me ask a few questions:<br />
When you write &#8216;for developers&#8217; are you just assuming they will know to do the &#8216;cd&#8217; command part and that they will also know to denote a folder where the .pngs will be saved to?</p>
<p>Let&#8217;s say I create a folder in my &#8216;Pictures&#8217; folder called &#8216;TimedScreenshots.&#8217; If I understand what you wrote here I would:<br />
1. open Terminal<br />
2. type [cd_] without brackets, space represented by the underscore.<br />
3. Navigate to /Pictures/<br />
4. Open it, and drag /TimedScreenshots/ onto/into the open Terminal Interace (window).</p>
<p>Now, will the path that shows up in Terminal be the path to the &#8216;TimedScreenshots&#8217; folder? (sorry, seeing &#8216;Data/Applications&#8217; has me a bit spooked in case I do something wrong)</p>
<p>5. press the return/enter key<br />
6. type [for i in {1..9999}; do echo “taking screen shot $i”; screencapture -x “helloworld$i.png”; sleep 1; done] (without the square brackets).<br />
7. press the return/enter key</p>
<p>Adjust the frequency of screenshots via the [sleep 1] portion of the command, with the number used seconds between screenshots.</p>
<p>To stop I just quit Terminal.</p>
<p>Is this correct?</p>
<p>If I use the second variation from dimitar at what point (either by dragging a folder or by typing the path?) would I specify the location where the screenshots will be saved. Unmodified where would it save the screenshots?</p>
<p>You say the second variation has to be specifically stopped, does that mean quitting Terminal or would I need a command to force it to stop?</p>
<p>I have ScreenFlow, how would screenshots every second (let&#8217;s say .png files like in the first method because they tend to be bigger) compare in total file size to simply capturing a screenflow (for my use only)? </p>
<p>Thanks and great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zapper</title>
		<link>http://zapper.hodgers.com/blogg/?p=255&#038;cpage=1#comment-9075</link>
		<dc:creator>zapper</dc:creator>
		<pubDate>Wed, 26 Dec 2012 15:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://zapper.hodgers.com/labs/?p=176#comment-9075</guid>
		<description><![CDATA[Wow a real non spam visitor, sorry mate place has been rather unmaintained the last few years while I my fortune as a it contractor.

To be honest I don&#039;t know, in the terminal did you get all the &quot;taking screen shot x messages ?&quot;

Otherwise I don&#039;t know what could cause it, try reducing the sleep time and seeing if its still broken, or failing that there could be a better way now in screencapture, try man screencapture, and see if there&#039;s a repeat flag or something

Tell me how you get along, good luck ant]]></description>
		<content:encoded><![CDATA[<p>Wow a real non spam visitor, sorry mate place has been rather unmaintained the last few years while I my fortune as a it contractor.</p>
<p>To be honest I don&#8217;t know, in the terminal did you get all the &#8220;taking screen shot x messages ?&#8221;</p>
<p>Otherwise I don&#8217;t know what could cause it, try reducing the sleep time and seeing if its still broken, or failing that there could be a better way now in screencapture, try man screencapture, and see if there&#8217;s a repeat flag or something</p>
<p>Tell me how you get along, good luck ant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rey</title>
		<link>http://zapper.hodgers.com/blogg/?p=255&#038;cpage=1#comment-9073</link>
		<dc:creator>rey</dc:creator>
		<pubDate>Wed, 26 Dec 2012 14:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://zapper.hodgers.com/labs/?p=176#comment-9073</guid>
		<description><![CDATA[ran the script above, with sleep 90.

after 10 hours I&#039;ve been gone, I get screenshots from 1 to 9... and then screenshot n. 490
WTF happened to all the others? O_O]]></description>
		<content:encoded><![CDATA[<p>ran the script above, with sleep 90.</p>
<p>after 10 hours I&#8217;ve been gone, I get screenshots from 1 to 9&#8230; and then screenshot n. 490<br />
WTF happened to all the others? O_O</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myong Daum</title>
		<link>http://zapper.hodgers.com/blogg/?p=255&#038;cpage=1#comment-1504</link>
		<dc:creator>Myong Daum</dc:creator>
		<pubDate>Mon, 28 Nov 2011 22:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://zapper.hodgers.com/labs/?p=176#comment-1504</guid>
		<description><![CDATA[Fantastically entertaining thank you, I do think your close audience would probably want a good deal more content familiar to this maintain the great hard work.]]></description>
		<content:encoded><![CDATA[<p>Fantastically entertaining thank you, I do think your close audience would probably want a good deal more content familiar to this maintain the great hard work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleisha Acree</title>
		<link>http://zapper.hodgers.com/blogg/?p=255&#038;cpage=1#comment-1441</link>
		<dc:creator>Aleisha Acree</dc:creator>
		<pubDate>Thu, 27 Oct 2011 04:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://zapper.hodgers.com/labs/?p=176#comment-1441</guid>
		<description><![CDATA[Oh my goodness! an amazing write-up dude. Thanks However I&#039;m experiencing issue with ur rss . Dont know why Unable to subscribe to it. Is there anyone getting identical rss problem? Anyone who knows kindly respond. Thnkx]]></description>
		<content:encoded><![CDATA[<p>Oh my goodness! an amazing write-up dude. Thanks However I&#8217;m experiencing issue with ur rss . Dont know why Unable to subscribe to it. Is there anyone getting identical rss problem? Anyone who knows kindly respond. Thnkx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
