<?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; AppleScript</title>
	<atom:link href="http://www.scriptsforapple.com/tag/applescript/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>Scripting Primer for Pages Documents</title>
		<link>http://www.scriptsforapple.com/scripting-primer-for-pages-documents/</link>
		<comments>http://www.scriptsforapple.com/scripting-primer-for-pages-documents/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 23:26:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[iWork]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[choose color]]></category>
		<category><![CDATA[make new document]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[Script Editor]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2448</guid>
		<description><![CDATA[<p>If you have used AppleWorks 6 in the past, this script for Pages should be easy to follow, although the syntax is not exactly the same as AppleWorks.</p> <p>In fact, the Pages application was derived from AppleWorks 6 ! To see the similarities (and the differences) check out some of my other posts on AppleWorks.</p> [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/scripting-primer-for-pages-documents/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Security Issues with GUI and the Internet</title>
		<link>http://www.scriptsforapple.com/security-issues-with-gui-and-the-internet/</link>
		<comments>http://www.scriptsforapple.com/security-issues-with-gui-and-the-internet/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 17:09:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleScript Utility]]></category>
		<category><![CDATA[enabled]]></category>
		<category><![CDATA[GUI Scripting]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[system preferences]]></category>
		<category><![CDATA[UI elements enabled]]></category>
		<category><![CDATA[Universal Access]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2380</guid>
		<description><![CDATA[<p>GUI Scripting is a great way to script those applications that do not have a scripting vocabulary and for those with limited scripting support. You may, however, have thought to yourself: &#8220;Is it really a good idea to leave it enabled all of the time, especially when I work on the internet a lot?&#8221; There [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/security-issues-with-gui-and-the-internet/feed/</wfw:commentRss>
		<slash:comments>131</slash:comments>
		</item>
		<item>
		<title>Converting HTML to Text Format</title>
		<link>http://www.scriptsforapple.com/converting-html-to-text-format/</link>
		<comments>http://www.scriptsforapple.com/converting-html-to-text-format/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 18:24:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[&]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[display alert]]></category>
		<category><![CDATA[document 1]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[size]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2332</guid>
		<description><![CDATA[<p>Often, I copy text from one of my posts into a text file for further editing (typos, script errors etc) only to find that I have copied the HTML too, which is not good since it&#8217;s not usually the HTML that I want to edit, and therefore makes it difficult to focus on what I [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/converting-html-to-text-format/feed/</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>Getting Acquainted with General GUI Terms and Objects</title>
		<link>http://www.scriptsforapple.com/getting-acquainted-with-general-gui-terms-and-objects/</link>
		<comments>http://www.scriptsforapple.com/getting-acquainted-with-general-gui-terms-and-objects/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 14:53:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GUI Scripting]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Assistive Devices]]></category>
		<category><![CDATA[click button]]></category>
		<category><![CDATA[click checkbox]]></category>
		<category><![CDATA[click menu]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[current pane]]></category>
		<category><![CDATA[frontmost document]]></category>
		<category><![CDATA[group 1]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[sheet 1]]></category>
		<category><![CDATA[system events]]></category>
		<category><![CDATA[System Prefs]]></category>
		<category><![CDATA[tell menu bar 1]]></category>
		<category><![CDATA[Universal Access Preferences]]></category>
		<category><![CDATA[using command down -->select all keystroke "c" using command down]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2291</guid>
		<description><![CDATA[<p style="color: #741b47; font-family: lucida grande;">AppleScript GUI is for many an intriguing aspect of AppleScripting, yet, as straightforward as it seems on the surface, successfully compiling a script can be a lot of trial-and-error and frustration.</p> <p style="color: #741b47; font-family: lucida grande;">In this post, I will get you started with 3 good examples of GUI [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/getting-acquainted-with-general-gui-terms-and-objects/feed/</wfw:commentRss>
		<slash:comments>167</slash:comments>
		</item>
		<item>
		<title>Extracting Text Using Offset and Reverse vs Text Item Delimiters</title>
		<link>http://www.scriptsforapple.com/extracting-text-using-offset-and-reverse-vs-text-item-delimiters/</link>
		<comments>http://www.scriptsforapple.com/extracting-text-using-offset-and-reverse-vs-text-item-delimiters/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 18:13:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[text]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[coerce]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[offset]]></category>
		<category><![CDATA[prefix]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[suffix]]></category>
		<category><![CDATA[text item delimiters]]></category>
		<category><![CDATA[text string]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1711</guid>
		<description><![CDATA[<p>There are times when you want to extract part of a text string from another for some specific purpose. There are two basic methods and each has its advantages and disadvantages. We&#8217;ll start with a combination of offset and reverse to remove the suffix from &#8220;seattleSunset.jpg&#8221;:</p> <p>set jpgFile to characters of "seattleSunset.jpg" &#8211;This gives us [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/extracting-text-using-offset-and-reverse-vs-text-item-delimiters/feed/</wfw:commentRss>
		<slash:comments>1739</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>126</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>102</slash:comments>
		</item>
		<item>
		<title>Using Info Window Data to Write Scripts</title>
		<link>http://www.scriptsforapple.com/using-info-window-data-to-write-scripts/</link>
		<comments>http://www.scriptsforapple.com/using-info-window-data-to-write-scripts/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 21:33:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Get Info Window]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[creation date]]></category>
		<category><![CDATA[default application]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[modification date]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[text item delimiters]]></category>
		<category><![CDATA[visible]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1093</guid>
		<description><![CDATA[<p></p> <p>In the initial section of this post, I leave the AppleScript code formatted as it would appear in the Script Editor pane to show that keywords, statements and other expressions that appear in blue in the Script Editor are part of the AppleScript language and syntax and knowing that is helpful when writing scripts.</p> [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/using-info-window-data-to-write-scripts/feed/</wfw:commentRss>
		<slash:comments>101</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>127</slash:comments>
		</item>
		<item>
		<title>Concatenation or Parsing and Editing of Text Strings</title>
		<link>http://www.scriptsforapple.com/concatenation-or-parsing-and-editing-of-text-strings/</link>
		<comments>http://www.scriptsforapple.com/concatenation-or-parsing-and-editing-of-text-strings/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 19:34:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concatenation]]></category>
		<category><![CDATA[Editing Text]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[offset]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[paragraph]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[text item]]></category>
		<category><![CDATA[text item delimiters]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=923</guid>
		<description><![CDATA[<p>In this section we deal with various methods to extract different parts of text from lists and other text and at the end, how to put it all together to make a new text string. This is sort of lengthy, but it is pretty easy to follow,</p> <p>First, to extract text from a list. Both [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/concatenation-or-parsing-and-editing-of-text-strings/feed/</wfw:commentRss>
		<slash:comments>435</slash:comments>
		</item>
	</channel>
</rss>

