<?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; tell</title>
	<atom:link href="http://www.scriptsforapple.com/tag/tell/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>Creating New AppleWorks Document Using GUI</title>
		<link>http://www.scriptsforapple.com/creating-new-appleworks-document-using-gui/</link>
		<comments>http://www.scriptsforapple.com/creating-new-appleworks-document-using-gui/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 21:45:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Editing Text]]></category>
		<category><![CDATA[GUI Scripting]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[AppleWorks]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[make new document]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[submenu]]></category>
		<category><![CDATA[tell]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2238</guid>
		<description><![CDATA[<p></p> <p style="color: #993366; font-family: lucida grande;">This script shows how to go about using GUI to perform menu and sub-menu tasks with AppleWorks 6 to copy the contents of the frontmost window to the clipboard and to paste them into a new document.</p> <p style="color: #993366; font-family: lucida grande;">This script presumes both that Assistive Devices [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/creating-new-appleworks-document-using-gui/feed/</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
		<item>
		<title>Formatting and Editing Text Objects with Word 2008</title>
		<link>http://www.scriptsforapple.com/formatting-and-editing-text-objects-with-word-2008/</link>
		<comments>http://www.scriptsforapple.com/formatting-and-editing-text-objects-with-word-2008/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:08:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[active document]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[make new document]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[save as]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[tell]]></category>
		<category><![CDATA[text object]]></category>
		<category><![CDATA[text returned]]></category>
		<category><![CDATA[Word 2004]]></category>
		<category><![CDATA[Word 2008]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1170</guid>
		<description><![CDATA[<p>While Microsoft has its own scripting language (Visual Basic for Applications or &#8216;VBA&#8217;) to do all (most) of the same things as presented here, it is rather clunky and difficult to use compared with the more natural syntax of AppleScript.</p> <p>Here we will look at some of the most necessary scripting elements for Word 2008 [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/formatting-and-editing-text-objects-with-word-2008/feed/</wfw:commentRss>
		<slash:comments>125</slash:comments>
		</item>
		<item>
		<title>Using Aliases and POSIX Paths</title>
		<link>http://www.scriptsforapple.com/using-aliases-and-posix-paths/</link>
		<comments>http://www.scriptsforapple.com/using-aliases-and-posix-paths/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 22:18:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[POSIX]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[concatenate]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[get URL]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tell]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1074</guid>
		<description><![CDATA[<p></p> <p>Over the time that I have been writing AppleScripts, I have found that one of the most difficult, if not frustrating, tasks of writing scripts is referencing files by path so that they can be accessed by other applications.</p> <p>As you&#8217;ll see below, creating a reference that is understandable by the Finder is fairly [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/using-aliases-and-posix-paths/feed/</wfw:commentRss>
		<slash:comments>100</slash:comments>
		</item>
		<item>
		<title>AppleScript for Sending Email with Apple Mail</title>
		<link>http://www.scriptsforapple.com/applescript-for-sending-email-with-apple-mail/</link>
		<comments>http://www.scriptsforapple.com/applescript-for-sending-email-with-apple-mail/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 22:26:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[send]]></category>
		<category><![CDATA[subject]]></category>
		<category><![CDATA[tell]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1027</guid>
		<description><![CDATA[<p></p> <p>This is a very straightforward script to send data to Apple&#8217;s Mail application. There isn&#8217;t really anything difficult here. It should suffice to note here the AppleScript terms and expressions used here that are unique to the Mail application. You&#8217;ll often find that an application has, along with the standard terms that are used [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/applescript-for-sending-email-with-apple-mail/feed/</wfw:commentRss>
		<slash:comments>123</slash:comments>
		</item>
	</channel>
</rss>

