<?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>blog.mixable.de &#187; AppleScript</title>
	<atom:link href="http://blog.mixable.de/category/applescript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mixable.de</link>
	<description>Ein Mix aus Mac OS X, Internet &#38; Webdesign.</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:36:36 +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>AppleScript: find/replace function</title>
		<link>http://blog.mixable.de/applescript-findreplace-function/</link>
		<comments>http://blog.mixable.de/applescript-findreplace-function/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 15:18:51 +0000</pubDate>
		<dc:creator>derlippe</dc:creator>
				<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://blog.mixable.de/?p=79</guid>
		<description><![CDATA[AppleScript stellt von Haus aus leider keine find/replace-Funktion für Strings bereit (oder zumindest habe ich diese noch nicht entdeckt). Eine Möglichkeit dazu bietet folgende Funktion: on findReplace(findText, replaceText, sourceText) set ASTID to AppleScript's text item delimiters set AppleScript's text item delimiters to findText set sourceText to text items of sourceText set AppleScript's text item delimiters [...]]]></description>
		<wfw:commentRss>http://blog.mixable.de/applescript-findreplace-function/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AppleScript: POSIX-Pfad aus Zwischenablage erstellen</title>
		<link>http://blog.mixable.de/posix-pfad-aus-zwischenablage-erstellen/</link>
		<comments>http://blog.mixable.de/posix-pfad-aus-zwischenablage-erstellen/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 14:36:05 +0000</pubDate>
		<dc:creator>derlippe</dc:creator>
				<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[POSIX]]></category>
		<category><![CDATA[Zwischenablage]]></category>

		<guid isPermaLink="false">http://blog.mixable.de/?p=72</guid>
		<description><![CDATA[Die Zwischenablage von Mac OS X arbeitet beim Kopieren von Dateien meist mit Pfadnamen in der Form {alias "Macintosh HD:Users:username:file.txt"} Werden diese Daten so an ein AppleScript übergeben, dann ist es mit folgendem Code möglich, diese in das POSIX-Format zu bringen: set pathname to {alias "Macintosh HD: ... :file.txt"} set d to pathname as text [...]]]></description>
		<wfw:commentRss>http://blog.mixable.de/posix-pfad-aus-zwischenablage-erstellen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

