<?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: Distraction Free Writing with TextEdit and BackDrop</title>
	<atom:link href="http://macmembrane.com/distraction-free-writing-with-textedit-and-backdrop/feed/" rel="self" type="application/rss+xml" />
	<link>http://macmembrane.com/distraction-free-writing-with-textedit-and-backdrop/</link>
	<description>There are peels everywhere...</description>
	<lastBuildDate>Wed, 02 Nov 2011 20:57:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://macmembrane.com/distraction-free-writing-with-textedit-and-backdrop/comment-page-1/#comment-406</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 24 Mar 2009 23:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=1027#comment-406</guid>
		<description>@CD Your script will set the TextEdit window to the full width of your monitor. I think personally I&#039;d find it difficult to write across that much horizontal space. My script creates and resizes a TextEdit window relative to the monitor size, leaving some space on either side of the document (as well as some at the top and bottom, which is personal preference). I tested it on a 24 inch screen and a 15 inch and found it to create acceptably sized documents for both.</description>
		<content:encoded><![CDATA[<p>@CD Your script will set the TextEdit window to the full width of your monitor. I think personally I&#8217;d find it difficult to write across that much horizontal space. My script creates and resizes a TextEdit window relative to the monitor size, leaving some space on either side of the document (as well as some at the top and bottom, which is personal preference). I tested it on a 24 inch screen and a 15 inch and found it to create acceptably sized documents for both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CD</title>
		<link>http://macmembrane.com/distraction-free-writing-with-textedit-and-backdrop/comment-page-1/#comment-405</link>
		<dc:creator>CD</dc:creator>
		<pubDate>Tue, 24 Mar 2009 21:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=1027#comment-405</guid>
		<description>Well I just do this (13&quot; Macbook):

&lt;code&gt;tell application &quot;TextEdit&quot;
	activate
	if number of windows is 0 then error number -128
	set bounds of front window to {0, 22, 1280, 800}
end tell

tell application &quot;System Events&quot;
	keystroke &quot;r&quot; using {command down}
end tell&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Well I just do this (13&#8243; Macbook):</p>
<p><code>tell application "TextEdit"<br />
	activate<br />
	if number of windows is 0 then error number -128<br />
	set bounds of front window to {0, 22, 1280, 800}<br />
end tell</p>
<p>tell application "System Events"<br />
	keystroke "r" using {command down}<br />
end tell</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

