<?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</title>
	<atom:link href="http://www.scriptsforapple.com/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>Tue, 26 Jan 2010 18:30:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Finding an Address with Google Maps</title>
		<link>http://www.scriptsforapple.com/finding-an-address-with-google-maps/</link>
		<comments>http://www.scriptsforapple.com/finding-an-address-with-google-maps/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 18:33:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1984</guid>
		<description><![CDATA[<p>A handy script that automates Google Maps. It can be enhanced with a &#8216;choose from list&#8217; dialog for frequent address searches or (as you&#8217;ll see below) you can enhance the script with a database program such as FileMaker Pro, to search for an address from a specific record</p>
<p>Some notes below, but first the script:</p>
try
 set [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/finding-an-address-with-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to Open Gmail Inbox in Firefox</title>
		<link>http://www.scriptsforapple.com/script-to-open-gmail-inbox/</link>
		<comments>http://www.scriptsforapple.com/script-to-open-gmail-inbox/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 14:30:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Email Scripts]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[inbox]]></category>
		<category><![CDATA[keystroke]]></category>
		<category><![CDATA[open gmail]]></category>
		<category><![CDATA[open inbox]]></category>
		<category><![CDATA[open location]]></category>
		<category><![CDATA[system events]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1945</guid>
		<description><![CDATA[<p>This is a quick and easy way to go to your Gmail Inbox. If already logged in, it goes straight to Gmail and opens your inbox. If you want instant login (even if you aren&#8217;t already logged in), you can edit this script by placing your Gmail address and password into the appropriate dialog prompts [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/script-to-open-gmail-inbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AppleScript Droplet to Convert Text to HTML</title>
		<link>http://www.scriptsforapple.com/applescript-droplet-to-convert-text-to-html/</link>
		<comments>http://www.scriptsforapple.com/applescript-droplet-to-convert-text-to-html/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 12:34:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1937</guid>
		<description><![CDATA[<p>Sometimes it&#8217;s nice to just eliminate some typing when creating html documents, especially when you write your HTML by hand (as I do). Even if it is just for the sake of setting up the initial template so you can get down to the details more efficiently.</p>
<p align="center"></p>
<p>Copy this into your Script Editor and be [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/applescript-droplet-to-convert-text-to-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Dates and Using Math Operators</title>
		<link>http://www.scriptsforapple.com/working-with-dates-and-using-math-operators/</link>
		<comments>http://www.scriptsforapple.com/working-with-dates-and-using-math-operators/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 13:01:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[date]]></category>
		<category><![CDATA[date string]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[greater than]]></category>
		<category><![CDATA[less than]]></category>
		<category><![CDATA[time string]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1747</guid>
		<description><![CDATA[<p>One of the more curious aspects of AppleScript that inexperienced scripters are not aware of (and even more experienced scripters often overlook) is the fact that you can use the greater than [&#62;] operator and the less than [&#60;] operator with dates to determine, for instance, which of two given dates occurs first in the [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/working-with-dates-and-using-math-operators/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Working with Dates in AppleScript</title>
		<link>http://www.scriptsforapple.com/working-with-dates-in-applescript/</link>
		<comments>http://www.scriptsforapple.com/working-with-dates-in-applescript/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:51:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[choose from list]]></category>
		<category><![CDATA[date]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1738</guid>
		<description><![CDATA[<p>If you have ever worked with date coercions and manipulations in AppleScript, you know how frustrating it can be, from something as simple as trying to coerce it to text so that it can be displayed in a dialog, to trying to convert it to a different date format; you have one simple thing in [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/working-with-dates-in-applescript/feed/</wfw:commentRss>
		<slash:comments>0</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>

		<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 the characters [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/extracting-text-using-offset-and-reverse-vs-text-item-delimiters/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Drawing Document with AppleWorks 6</title>
		<link>http://www.scriptsforapple.com/new-drawing-document-with-appleworks-6/</link>
		<comments>http://www.scriptsforapple.com/new-drawing-document-with-appleworks-6/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 18:13:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[choose color]]></category>
		<category><![CDATA[make new document]]></category>
		<category><![CDATA[make new]]></category>
		<category><![CDATA[property]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1676</guid>
		<description><![CDATA[<p>The basics of creating a drawing document with AppleWorks 6 are similar to those for creating a text document. </p>
<p>The script below, appropriately named &#8216;Graphics Hodgepodge&#8217;, shows a variety of graphics objects that can be created and some of the properties that can be set with a script. There are a lot of details in [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/new-drawing-document-with-appleworks-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Calendar in TextEdit with Shell Script</title>
		<link>http://www.scriptsforapple.com/creating-a-calendar-in-textedit-with-shell-script/</link>
		<comments>http://www.scriptsforapple.com/creating-a-calendar-in-textedit-with-shell-script/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 10:58:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[POSIX]]></category>
		<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[choose color]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[make new]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1433</guid>
		<description><![CDATA[<p>This is sort of a fun script which gives you some idea of the power behind the UNIX side of Mac OS X. Impressive as this little bit of shell code is though, it only scratches the surface on what you can do combining the power of AppleScript with the shell.</p>
<p style="text-align:center;background-color:#ADDE63;"></p>
<p>display dialog "Choose a [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/creating-a-calendar-in-textedit-with-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</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 through [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/formatting-and-editing-text-objects-with-word-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhanced &#8211; New Doc for AppleWorks 6</title>
		<link>http://www.scriptsforapple.com/enhanced-new-doc-for-appleworks-6/</link>
		<comments>http://www.scriptsforapple.com/enhanced-new-doc-for-appleworks-6/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 21:14:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[choose color]]></category>
		<category><![CDATA[color picker]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[cwk]]></category>
		<category><![CDATA[CWWP]]></category>
		<category><![CDATA[default answer]]></category>
		<category><![CDATA[default color]]></category>
		<category><![CDATA[desktop folder]]></category>
		<category><![CDATA[file type]]></category>
		<category><![CDATA[front document]]></category>
		<category><![CDATA[make new document]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[paragraph]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[RGB value]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[text returned]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1338</guid>
		<description><![CDATA[<p></p>
<p>It has become abundantly clear to me that there is still a lot of interest in AppleScripts for AppleWorks 6 and questions on implementation of scripts that my previous posts on this topic have not addressed to the satisfaction of those who use AppleWorks 6 and, since it is an application that is still fairly [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/enhanced-new-doc-for-appleworks-6/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
