<?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>Learning AppleScript for Beginners &#187; TextEdit</title>
	<atom:link href="http://www.scriptsforapple.com/tag/textedit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptsforapple.com</link>
	<description>Discussions on AppleScripting, with emphasis on tutorials for those new to scripting. Example scripts of general utility, as well as some that relate to specific applications (FileMaker Pro, AppleWorks, Script Editor, specialized scripts and others). Some discussion of HyperCard and AppleScript and the Classic (OS9) environment</description>
	<lastBuildDate>Sun, 15 Jan 2012 01:06:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Choose File Name Command</title>
		<link>http://www.scriptsforapple.com/choose-file-name-command/</link>
		<comments>http://www.scriptsforapple.com/choose-file-name-command/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 12:10:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[choose file name]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[choose file]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[close access]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[document 1]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[open for access]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[TextEdit]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=654</guid>
		<description><![CDATA[<p>The &#8216;choose file name&#8217; command is similar to the &#8216;choose file&#8217; command. unlike the choose file command it returns a reference pointer to a file that does not yet exist without actually creating the file:</p> <p>set theFile to choose file name with prompt "Set file name and location:" </p> <p>With a result such as:file &#8220;Macintosh [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choose-file-name-command/feed/</wfw:commentRss>
		<slash:comments>277</slash:comments>
		</item>
		<item>
		<title>AppleScripts for Basic Printing</title>
		<link>http://www.scriptsforapple.com/applescripts-for-basic-printing/</link>
		<comments>http://www.scriptsforapple.com/applescripts-for-basic-printing/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 13:01:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[front]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[print dialog]]></category>
		<category><![CDATA[printer setup utility]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[target printer]]></category>
		<category><![CDATA[TextEdit]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=465</guid>
		<description><![CDATA[<p class="wp-caption-text">The Mac 512 K, the first in the Macintosh series of computers</p> <p>The first script below is for printing a document in &#8220;TextEdit&#8221;. Before running the script, you must bring the desired document to the front:</p> <p style="padding: 5px; background-color: #F7BDDE; border: dotted 1px red;">tell application "TextEdit" print the front document with properties {copies:2, [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/applescripts-for-basic-printing/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

