<?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; paragraph</title>
	<atom:link href="http://www.scriptsforapple.com/tag/paragraph/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>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[choose color]]></category>
		<category><![CDATA[color picker]]></category>
		<category><![CDATA[MacOS]]></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 [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/enhanced-new-doc-for-appleworks-6/feed/</wfw:commentRss>
		<slash:comments>879</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>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>

