<?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; Mac OS X</title>
	<atom:link href="http://www.scriptsforapple.com/tag/mac-os-x/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>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>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>
		<item>
		<title>Using Say and Listen Commands with iTunes</title>
		<link>http://www.scriptsforapple.com/using-say-and-listen-commands-with-itunes/</link>
		<comments>http://www.scriptsforapple.com/using-say-and-listen-commands-with-itunes/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:42:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iTunes AppleScripts]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[play]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[say]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[speech recognition]]></category>
		<category><![CDATA[SpeechRecognitionServer]]></category>
		<category><![CDATA[Tiger]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=812</guid>
		<description><![CDATA[<p> In this post we look at the say and listen commands. It is a natural transition from the previous iTunes script. Before you try to run this script, go to the Speech Preferences and click on the Speech Recognition tab and click speech on. Also, if you have not used speech recognition before, click [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/using-say-and-listen-commands-with-itunes/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Choosing a Color from the Color Picker</title>
		<link>http://www.scriptsforapple.com/choosing-a-color-from-the-color-picker/</link>
		<comments>http://www.scriptsforapple.com/choosing-a-color-from-the-color-picker/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 10:41:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[color picker]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[background color]]></category>
		<category><![CDATA[choose]]></category>
		<category><![CDATA[choose color]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[color wheel]]></category>
		<category><![CDATA[current view]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[icon view]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=676</guid>
		<description><![CDATA[<p>The final &#8216;choose&#8217; command, &#8216;choose color&#8217; will be covered here. The choose color dialog is somewhat obscure and you aren&#8217;t as likely to use it as the others, but it is worth mention. It is not complicated at all. The script below results in the color picker window, with the rainbow effect as in the [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choosing-a-color-from-the-color-picker/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Dialogs for Lists</title>
		<link>http://www.scriptsforapple.com/dialogs-for-lists/</link>
		<comments>http://www.scriptsforapple.com/dialogs-for-lists/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 23:43:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[choose from list]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[button returned]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[default button]]></category>
		<category><![CDATA[dialogs]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[icon note]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=9</guid>
		<description><![CDATA[<p>In this post, we will deal with situations when you want to choose from multiple options within a list. You can have lists that are preset, such as choosing from a list of months of the year, for instance, or perhaps a list such as that which might be generated from a database program when [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/dialogs-for-lists/feed/</wfw:commentRss>
		<slash:comments>258</slash:comments>
		</item>
	</channel>
</rss>

