<?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; alias</title>
	<atom:link href="http://www.scriptsforapple.com/tag/alias/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>Deriving Alias and POSIX Paths</title>
		<link>http://www.scriptsforapple.com/deriving-alias-and-posix-paths/</link>
		<comments>http://www.scriptsforapple.com/deriving-alias-and-posix-paths/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 12:18:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[POSIX]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[folder paths]]></category>
		<category><![CDATA[MacWrite Pro Folder]]></category>
		<category><![CDATA[OS9]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[POSIX path]]></category>
		<category><![CDATA[startup disk]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2351</guid>
		<description><![CDATA[<p>When deriving POSIX or alias paths, it is important to note that folder paths end in a punctuation character: &#8216;/&#8217; for POSIX, and &#8216;:&#8217; for aliases. Also, in both cases, when deriving the path to a specific document, there is no punctuation at the end.</p> <p>This info can be very useful in batch processing in [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/deriving-alias-and-posix-paths/feed/</wfw:commentRss>
		<slash:comments>139</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>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>Choose File Dialogs</title>
		<link>http://www.scriptsforapple.com/choose-file-dialogs/</link>
		<comments>http://www.scriptsforapple.com/choose-file-dialogs/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 01:23:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[choose file]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[document]]></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[Panther]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=647</guid>
		<description><![CDATA[<p>In this post, we continue with the &#8216;choose file&#8217; command. Like the &#8216;choose folder&#8217; command, it returns a reference pointer to the actual file that it represents. In this case, it returns an alias reference to a document such as:</p> <p>set theFile to choose file with prompt "Select a file to open:"</p> <p>With the following [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choose-file-dialogs/feed/</wfw:commentRss>
		<slash:comments>113</slash:comments>
		</item>
		<item>
		<title>Choose Folder Dialogs</title>
		<link>http://www.scriptsforapple.com/choose-folder-dialogs/</link>
		<comments>http://www.scriptsforapple.com/choose-folder-dialogs/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 19:27:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[Choose Folder]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[bundle]]></category>
		<category><![CDATA[choose folder]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[multiple selections allowed]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=631</guid>
		<description><![CDATA[<p>In the next few posts, we will look at dialogs where the user chooses among items in directories on the desktop that return reference pointers to the actual files (most are aliases) that they represent. The dialogs we will deal with here are &#8216;choose folder&#8217;, &#8216;choose file&#8217;, &#8216;choose file name&#8217; and &#8216;choose color&#8217;.</p> <p>First, a [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choose-folder-dialogs/feed/</wfw:commentRss>
		<slash:comments>91</slash:comments>
		</item>
		<item>
		<title>The Finder&#8217;s Standard Suite</title>
		<link>http://www.scriptsforapple.com/the-finders-standard-suite/</link>
		<comments>http://www.scriptsforapple.com/the-finders-standard-suite/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 14:01:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AppleScript Standard Suite]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[activate]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[quit]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[standard suite]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=475</guid>
		<description><![CDATA[<p></p> <p>In my last post, we took a look at how to use the Finder&#8217;s print command, which is part of the Standard Suite. As promised, in this post we will now look at the remaining commands that make up the Standard Suite, namely: open,quit and activate.</p> <p>While the last two are pretty simple to [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/the-finders-standard-suite/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>AppleScript for Creating a New Document with AppleWorks 6</title>
		<link>http://www.scriptsforapple.com/applescript-for-creating-a-new-document-with-appleworks-6/</link>
		<comments>http://www.scriptsforapple.com/applescript-for-creating-a-new-document-with-appleworks-6/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 12:49:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[make new document]]></category>
		<category><![CDATA[Microsoft Word 2004]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[commission]]></category>
		<category><![CDATA[creating]]></category>
		<category><![CDATA[CWWP]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[ewen chia]]></category>
		<category><![CDATA[extra income]]></category>
		<category><![CDATA[file type]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[google ranking]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[income]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[make money]]></category>
		<category><![CDATA[making money]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[money on the internet]]></category>
		<category><![CDATA[new document]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[paragraph]]></category>
		<category><![CDATA[profit]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[result]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[select every text]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[Word 2004]]></category>
		<category><![CDATA[yaro starek]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=130</guid>
		<description><![CDATA[<p>Simple script to create a new AppleWorks document followed by a more detailed script with text entry fields.</p> <p>If you use AppleWorks 6, you may find this script useful in creating new documents. It should be fairly easy to see how this can be adapted to your specific needs. There is a similar script for [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/applescript-for-creating-a-new-document-with-appleworks-6/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
	</channel>
</rss>

