<?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; AppleWorks 6</title>
	<atom:link href="http://www.scriptsforapple.com/category/appleworks-6/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>Removing HTML from a Word 2008 Document</title>
		<link>http://www.scriptsforapple.com/removing-html-from-a-word-2008-document/</link>
		<comments>http://www.scriptsforapple.com/removing-html-from-a-word-2008-document/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 15:22:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Editing Text]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[HTML tags]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[sub-routine]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[Unicode text]]></category>
		<category><![CDATA[Word 2008]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2480</guid>
		<description><![CDATA[<p>This is a script, that I use to strip the HTML from my web documents. It really comes in handy, when you want to edit the content of a document without all of the distractions of all of the HTML tags getting in the way. It was written specifically for use with Word 2008, although [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/removing-html-from-a-word-2008-document/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<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>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>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>GUI Scripting for System Preferences Panes and Apps</title>
		<link>http://www.scriptsforapple.com/gui-scripting-for-system-preferences-panes-and-apps/</link>
		<comments>http://www.scriptsforapple.com/gui-scripting-for-system-preferences-panes-and-apps/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 00:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[GUI Scripting]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[System Events]]></category>
		<category><![CDATA[System Preferences]]></category>
		<category><![CDATA[UI Elements]]></category>
		<category><![CDATA[Universal Access]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2198</guid>
		<description><![CDATA[<p style="color:#082984; font-family:lucida grande;">By directing script statements to the &#8216;System Events&#8217; application, you can get the system to perform keyboard and other tasks as if you were actually manually performing them yourself. It is not only a great way to automate tasks, but it is also an effective measure for applications that are otherwise &#8216;unscriptable&#8217;. [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/gui-scripting-for-system-preferences-panes-and-apps/feed/</wfw:commentRss>
		<slash:comments>98</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[choose color]]></category>
		<category><![CDATA[MacOS]]></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 [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/new-drawing-document-with-appleworks-6/feed/</wfw:commentRss>
		<slash:comments>371</slash:comments>
		</item>
	</channel>
</rss>

