Dienstag, den 22. Juli 2008 |
Computergeschichte(n): AppleScript
William R. Cook von der University of Texas hatte schon 2006 ein faszinierendes 37-seitiges Script über die Geschichte von AppleScript (, 317 KB) veröffentlicht. Für Interessierte an der Geschichte der Programmiersprachen ein must read. [Noch einmal Peter van I. per Email.]
Technorati-Tags: Apple Geschichte Programmiersprachen
Posted by Jörg Kantel | Permalink | | | AppleScript
Freitag, den 11. April 2008 |
Ich hatte schon lange keinen AppleScript-Link mehr
Dieser hier wird vielleicht die Photographen unter Euch erfreuen: Extending Aperture with AppleScript: »Apple automation guru, Sal Soghoian talks about the scriptability of Aperture in this podcast interview with Derrick Story. Sal points to the »Aperture-InDesign Integration Demo« as a powerful example of how AppleScript can extend Aperture's capabilities.« [Meerkat: An Open Wire Service: O'Reilly Network]
Technorati-Tags: AppleScript Aperture
Posted by Jörg Kantel | Permalink | | | AppleScript
Freitag, den 14. März 2008 |
Scripting Cocoa
F-Script (Open Source) ist eine Smalltalk-ähnliche Scriptsprache für den Mac, speziell dafür entworfen, interaktiv Cocoa-Elemente zu manipulieren und steht daher schon lange auf meiner Liste der zu testenden Programme. Das kleine und nett gemachte Tutorial Learn F-Script in 20 Minutes (And Have Fun Playing with Core Image) könnte vielleicht der Auslöser dafür sein, daß ich mich am Wochenende endlich einmal damit beschäftige.
Technorati-Tags: F-Script Cocoa MacOSX Software
Posted by Jörg Kantel | Permalink | | | Smalltalk
Montag, den 4. Februar 2008 |
Schöner texten mit Skim
Skim (BSD-Lizenz) »is a PDF reader and note-taker for OS X. It is designed to help you read and annotate scientific papers in PDF, but is also great for viewing any PDF file.«
Das Teil will über einen extensiven AppleScript-Support verfügen und auch sonst ist mein erster Eindruck nicht schlecht. Werde weiter testen und berichten. [Peter van I. per Email]
Technorati-Tags: PDF MacOSX Software
Posted by Jörg Kantel | Permalink | | | AppleScript
Montag, den 17. Dezember 2007 |
Die automatische Schlange
Run Python Script Automator action (BSD-Lizenz) »is written using Python and PyObjC (now built-in to Mac OS X 10.5). Apple already provides »Run AppleScript« and »Run Shell Script« actions with Automator which give Automator a high degree of flexibility. However Python is my preferred scripting language and by writing a custom action purely for Python I was able to take advantage of some PyObjC features that in my opinion make my action superior to the provided Apple scripting action.«
Und die erste Anwendung ist gleich sehr cool: Amazon S3 Uploader. »...here’s an action that will upload files to the Amazon S3 Web Service. The script is pure Python and uses the extremely cool boto Python module to interact with Amazon web services. The script is really a sample of what could be done with The Run Python Script action, but I think it really shows off how the action helps to turn Automator into a great tool for interacting with Web Services.« [Peter van I. per Email.]
Technorati-Tags: Python PyObjC Amazon S3 Automator AppleScript
Posted by Jörg Kantel | Permalink | | | Python
Freitag, den 30. November 2007 |
Google Gadgets für den Mac
Google hat eine Betaversion von Google Gadgets for Mac veröffentlicht - hunderte von Miniprogrammen, die ähnlich wie Apples Dashboard Widgets funktionieren, in das Dashboard integriert sind und von dort aus aufgerufen werden, meldet Googles Mac-Blog. Mit Hilfe des Desktop APIs kann man Google Gadgets zudem sehr einfach selbst erstellen. [Mac Essentials - RSS20]
Technorati-Tags: Google Gadgets Dashboard
Posted by Jörg Kantel | Permalink | | | AppleScript
Dienstag, den 19. Juni 2007 |
Automator und Scriptsprachen
Bei den Versuchen, mein eigener flickr zu werden [1] [2] bin ich natürlich auch mit dem Problem konfrontiert, daß ich Photos in verschiedenen Auflösungen erzeugen und anschließend auf einen Server hochladen muß. Manuell ist dies eine ermüdende, sich ständig wiederholende Routine-Arbeit, Apples Automator könnte hier eine Lösung sein. Beim Googeln danach bin ich auf folgendes, nettes Tutorial gestoßen: Transforming a Shell Script into an Automator Action: »Custom Shell Script actions let you quickly turn shell, Perl or Python scripts into Automator actions that anyone can use. Read how easy it is to add an Automator UI to your scripts.« Sollte ich vielleicht mal ausdrucken.
Weiter nette Automator-Artikel sind:
- Matt Neuburg: Write Your Own Automator Actions (O'Reilly Network).
- Apple Developer Connection: Automator Programming Guide (auch als PDF, 5,9 MB).
Das dürfte als Grundlage für eigene Experimente erst einmal reichen...
Technorati-Tags: Automator Programmierung MacOSX
Posted by Jörg Kantel | Permalink | | | AppleScript
Dienstag, den 12. Juni 2007 |
AppleScript-Tutorial: Hit and Run
Launching AppleScripts with Keyboard Shortcuts: »AppleScript automation is one of OS X's most useful features, and it can be made even better with the use of keyboard shortcuts. Jochen Wolters examines three ways to assign a keyboard shortcut to an AppleScript, and digs in to FastScripts and Quicksilver in this detailed tutorial.« [Meerkat: An Open Wire Service: O'Reilly Network]
Technorati-Tags: AppleScript MacOSX Tutorial
Posted by Jörg Kantel | Permalink | | | AppleScript
AppleScript und Frontier
Das wußte ich auch noch nicht: »According to Cook, at one time Apple considered purchasing Frontier from UserLand rather than create its own language, but the deal fell through. Also, OSA was created because Dave Winer convinced Apple that having only one language would be bad for the Mac.« [Martin M. per Email.]
Und der Proceedings-Band der dritten Konferenz zur History of Programming Languages (HOPL III) sieht auch nach einem »Haben wollen!« aus.
Technorati-Tags: Frontier AppleScript
Posted by Jörg Kantel | Permalink | | | AppleScript
Freitag, den 11. Mai 2007 |
Die Schlange und der Apfel
Using Python and AppleScript Together: »In this hands-on article, Noah Gift introduces the major concepts behind using AppleScript with Python and provides some fun working examples.« Nettes Tutorial, daher ausdrucken! [Meerkat: An Open Wire Service: O'Reilly Network]
Technorati-Tags: Python AppleScript MacOSX OSA Programmierung
Posted by Jörg Kantel | Permalink | | | AppleScript
Montag, den 2. April 2007 |
AppleScript und Python
Appscript »is a high-level, user-friendly Apple event bridge that allows you to control scriptable Mac OS X applications using ordinary Python scripts. Appscript makes Python a serious alternative to Apple's own AppleScript language for automating your Mac.«
PyOSA: »An OSA language component for Python; currently under development. Requires appscript 0.17.2 or later.« [Peter van I. per Email.]
Technorati-Tags: AppleScript Python OSA AppleEvent MacOSX
Posted by Jörg Kantel | Permalink | | | Python
Donnerstag, den 22. März 2007 |
Ich hatte schon lange keinen AppleScript-Link mehr...
»Holgi« über AppleScript: Eine weitere Seite, die sich mit AppleScript beschäftigt. Allerschärfstes Willkommen! [mac.delta-c]
Technorati-Tags: MacOSX Scripting
Posted by Jörg Kantel | Permalink | | | AppleScript
Mittwoch, den 28. Februar 2007 |
AppleScript in rot
Replacing AppleScript with Ruby: »Matt Neuberg describes how to use rb-appscript to manage Apple events without Applescript. Learn the basics of rb-appscript usage, with example scripts, including a rewrite of the Ruby-AppleScript example from Matt's book AppleScript: The Definitive Guide.« Natürlich ausdrucken! [Meerkat: An Open Wire Service: O'Reilly Network]
Und das Gleiche für Pythonistas: Appscript »is a high-level, user-friendly Apple event bridge that allows you to control scriptable Mac OS X applications using ordinary Python scripts. Appscript makes MacPython a serious alternative to Apple's own AppleScript language for automating your Mac.«
Technorati-Tags: AppleScript Ruby Python MacOSX
Posted by Jörg Kantel | Permalink | | | AppleScript
Donnerstag, den 11. Januar 2007 |
Dashcode: Erstes (offizielles) Tutorial
Introducing Dashcode (Apple Developer Connection): »Created to meet the needs of widget developers, Dashcode combines powerful visual layout tools with a code editor, debugger, and comprehensive package management into a world-class integrated development environment.« [Ranchero]
Es sieht so aus, als müßte ich diesen »HyperCard-Nachfolger« dringend einmal testen...
Technorati-Tags: Dashcode Tutorial Dashboard JavaScript
Posted by Jörg Kantel | Permalink | | | AppleScript
Mittwoch, den 3. Januar 2007 |
Das neue Hypercard?
Dashcode beta: »With Dashcode you will have your widget running in minutes, even if you’ve never written a line of code.« Notiz an mich: Testen! [Ranchero]
Technorati-Tags: Dashcode Dashboard JavaScript
Posted by Jörg Kantel | Permalink | | | AppleScript
Freitag, den 10. November 2006 |
Blogroll selber bauen
So geht es natürlich auch: Build a Blogroll with NetNewsWire and AppleScript: »I've been using this thing for a while to build my blogroll and thought I’d share. An AppleScript reads your feeds in NNW and creates an unordered list for each group of feeds (if any), nesting them as required.« [Ranchero]
Technorati-Tags: Blogroll NetNewsWire AppleScript
Posted by Jörg Kantel | Permalink | | | AppleScript
Donnerstag, den 19. Oktober 2006 |
AppleScript in Rot
Rb-AppScript »is an event bridge between Ruby and OS X that allows you to get AppleScript-esque control in OS X. [...] Appscript provides the system to perform remote procedure calls to OS X applications, converts values between Ruby and Apple classes, and allows developers to get full use out of OS X while still using Ruby's object oriented environment.« [Tom Fürstner per Email.]
Technorati-Tags: AppleScript Ruby MacOSX Scripting
Posted by Jörg Kantel | Permalink | | | AppleScript
Mittwoch, den 18. Oktober 2006 |
Script Debugger 4.0.4
Die Macworld hat sich den Script Debugger (US-$ 199) von Late Night Software genauer angesehen: »Script Debugger 4.0.4 is almost everything an upgrade should be. Late Night Software seems to have taken every opportunity to condense and simplify Script Debugger’s interface, while providing easier access to powerful tools and better debugging information. If you’re serious about scripting, buy it.« [mac.delta-c]
Technorati-Tags: AppleScript ScriptDebugger
Posted by Jörg Kantel | Permalink | | | AppleScript
Freitag, den 6. Oktober 2006 |
Googles Gadgets in Apples Armaturenbrett
Google-Gadgets fürs Mac-Dashboard: Die Freeware Amnesty Generator baut Google Gadgets (wir berichteten) in Widgets für das Dashboard von Mac OS X um. [futurezone.ORF.at]
Technorati-Tags: Google Gadgets Dashboard
Posted by Jörg Kantel | Permalink | | | AppleScript
Donnerstag, den 14. September 2006 |
Ich hatte schon lange nichts mehr über AppleScript
»I believe that the development of AppleScript is a story worth telling (, 280 KB), and I have been encouraged to attempt it despite the inherent difficulty of the task. I can only offer my own subjective views on the project, as someone who was intimately involved with all its aspects.« [Lambda the Ultimate - The Programming Languages Weblog - Join today!]
Posted by Jörg Kantel | Permalink | | | AppleScript
Donnerstag, den 31. August 2006 |
Ich hatte schon lange nichts mehr über das Armaturenbrett im Mac
Dabei gibt es seit letzten Monat sogar ein Buch darüber: Beginning Mac OS X Tiger Dashboard Widget Development von Fred Terry. Auch wenn ich persönlich für solche Widgets den Konfabulator, 'tschuldigung, die Yahoo! Widgets Engine vorziehe (ich lege mich nicht gerne auf ein Betriebssystem fest), für den, der nur für Mac OS X entwickelt (entwickeln darf ) ist der Band sicher ein netter Einstieg in die Erstellung von Dashboard-Widgets. Natürlich muß man die Katze nicht im Sack kaufen, es gibt das erste Kapitel als Probekapitel online: Tiger, Dashboard, and Widgets ( 738 KB).
Technorati-Tags: Dashboard JavaScript
Posted by Jörg Kantel | Permalink | | | AppleScript
Donnerstag, den 30. März 2006 |
Das Zitat
bbum’s weblog-o-mat: »Of all the programming languages I have learned, there are two that have consistently made me feel stupid. Prolog and AppleScript.« [Ranchero]
Technorati-Tags: AppleScript Prolog
Posted by Jörg Kantel | Permalink | | | AppleScript
Montag, den 27. Februar 2006 |
Google auf dem Amaturenbrett
Google-Widgets für das MacOS-Dashboard: In den Google-Labs stehen ab sofort Widgets für die Dashboard-Funktion in MacOS X zum Download bereit, um so leicht auf verschiedene Google-Dienste zugreifen zu können. So stehen Widgets für Gmail, Blogger.com und den Suchverlauf der Google-Suche bereit. [Golem.de]
Technorati-Tags: Dashboard JavaScript Google
Posted by Jörg Kantel | Permalink | | | AppleScript
Freitag, den 10. Februar 2006 |
Script Debugger 4.0 ist draußen
Late Night Software has released an excellent update to their flagship product, Script Debugger (US-$ 199). Script Debugger provides everything you need to quickly and easily author AppleScripts that work.
No other scripting tool can match Script Debuggers capabilities for creating, editing and debugging AppleScripts. [macscripter.net news]
Technorati-Tags: AppleScript ScriptDebugger
Posted by Jörg Kantel | Permalink | | | AppleScript
Dienstag, den 31. Januar 2006 |
FaceSpan lebt — trotz AppleScript Studio
FaceSpan, das »Rapid Application Development (RAD)«-Tool für AppleScript ( ) ist jetzt beim AppleScript-Spezialisten LateNight Software gelandet und in der Version 4.3 erschienen.
Mit dem 99 Dollar teurem Werkzeug kann man sich per Drag and Drop seine GUIs zusammenklicken und mit AppleScript verbinden, ohne die ganzen ObejctiveC-Klassen (wie bei AppleScript Studio) lernen zu müssen. Ich sollte das Teil mal testen, schließlich gibt es bei O'Reilly eine nette Einführung von Matt Neuburg: Building Applications with AppleScript and FaceSpan. Daher schon einmal ausdrucken! [macscripter.net news]
Technorati-Tags: AppleScript GUI RAD
Posted by Jörg Kantel | Permalink | | | AppleScript
Dienstag, den 10. Januar 2006 |
Was macht eigentlich der Automator?
Kai Surendorf, Blogger und Autor des Praxisbuches zu Mac OS X Tiger hat diese Frage beantwortet. [Galileo Press]
Technorati-Tags: AppleScript Automator
Posted by Jörg Kantel | Permalink | | | AppleScript
Donnerstag, den 5. Januar 2006 |
Neues vom besten Editor der Welt
Kann man vielleicht einmal gebrauchen: A script to open man pages in BBEdit. [Mac OS X Hints]
Technorati-Tags: BBEdit AppleScript
Posted by Jörg Kantel | Permalink | | | AppleScript
Montag, den 26. September 2005 |
MathLink for AppleScript 1.3
MathLink for AppleScript (Freeware) »is a Scripting Addition (OSAX) that makes it possible to use Mathematica as a computational engine in AppleScript programs. The second use of MathLink for AppleScript is to allow external functions written in AppleScript to be called from within the Mathematica environment. [macscripter.net news]
Posted by Jörg Kantel | Permalink | | | AppleScript
Mittwoch, den 14. September 2005 |
XML mit AppleScript
XMLLib Osax 2.7 (Freeware) »is a Scripting Addition which implements the XML DOM in AppleScript. Features include opening, validating, closing, saving a XML document, browsing an XML tree - parents, children, siblings, searching an XML tree - sending a XPATH request, editing, creating, removing an XML node, applying a XSLT stylesheet and handling XLinks.« XMLlib Osax ist Teil der Smile-Distribution, funktioniert aber auch unabhängig von Smile und kann separat heruntergeladen und installiert werden. [macscripter.net news]
Posted by Jörg Kantel | Permalink | | | AppleScript
Freitag, den 9. September 2005 |
SQLiteAddOns 2.0
Bisher hatte ich immer Valentina benutzt, um AppleScript mit einer Datenbank zu verkuppeln, aber dies hört sich ja viel interessanter an: SQLiteAddOns (US-$ 39) »is a very popular Scripting Addition to give your AppleScripts the power of an SQL database. SQLiteAddOns also gives every application that supports AppleScript full access to the same powerful SQL database.« [macscripter.net news]
Posted by Jörg Kantel | Permalink | | | AppleScript
Mittwoch, den 7. September 2005 |
What is Automator?
...And Can It Make Your Life Easier? Automator provides an intuitive drag-and-drop workbench for quickly streamlining repetitive tasks. Here's a look at creating workflows and working around Automator's inherent limitations.« Nettes, reich bebildertes Tutorial. Endlich mal wieder etwas zum ausdrucken! [Meerkat: An Open Wire Service: O'Reilly Network]
Posted by Jörg Kantel | Permalink | | | AppleScript
Freitag, den 12. August 2005 |
Skype spricht jetzt auch AppleScript...
und ein Skype API für Mac OSX ist ebenfalls veröffentlicht worden. [Skype Journal]
Posted by Jörg Kantel | Permalink | | | AppleScript
Dienstag, den 9. August 2005 |
Lächeln...
denn Smile 3.0.6, der etwas andere AppleScript-Editor, ist draußen. Die »regular edition« ist frei Freibier. (Download, .dmg, ca. 8 MB). [macscripter.net news]
Posted by Jörg Kantel | Permalink | | | AppleScript
Donnerstag, den 28. Juli 2005 |
Konfabulator-Tutorial
OSXGuide: Run Widgets for Free with Konfabulator 2.1. Enjoy! [mac.delta-c]
Posted by Jörg Kantel | Permalink | | | AppleScript
Donnerstag, den 7. Juli 2005 |
Das neue Armaturenbrett des Mac
Nettes Tutorial, nun auch online: Dashboard-Widgets programmieren. [iX]
Posted by Jörg Kantel | Permalink | | | AppleScript
Montag, den 20. Juni 2005 |
Syncing iTunes
»What happens if instead of sharing your iTunes libraries, you want to keep multiple libraries synchronized? This should sound familiar to anyone with a laptop computer on the go and a desktop sitting at home. Throughout the course of the day, you tweak some playlists and would like to have those changes automatically reflected in your library at home. David Miller shows you how to sync up your music.« Auch ich würde mein iTunes zu Hause gerne mit meinem iTunes im Institut synchronisieren. Daher ausdrucken! [O'Reilly MacDevCenter.com]
Posted by Jörg Kantel | Permalink | | | AppleScript
Mittwoch, den 8. Juni 2005 |
Das Armaturenbrett des Mac
oder: Tweaking Google: Let's Build Another Dashboard Widget. »Even though no real development environment exists now, there are some tricks and techniques that can be used to make Dashboard widget development easier. Andrew Anderson explores some tricks and techniques and presents a widget that uses JavaScript's XMLHttpRequest method to retrieve spelling suggestions from Google.« Natürlich ausdrucken! [O'Reilly MacDevCenter.com]
Posted by Jörg Kantel | Permalink | | | AppleScript
Automator Tutorial und Programming Guide
Zwei weitere ausführliche Automator-Texte bei Apple: Der Automator Programming Guide und das Automator AppleScript Actions Tutorial. Beide können — wie bei Apple üblich — auch als PDF heruntergeladen werden. [macscripter.net news]
Posted by Jörg Kantel | Permalink | | | AppleScript
Cat Content: Tiger Review
Die Geier haben MacOS X »Tiger« ausführlich getestet. Teil 1 und Teil 2 sind schon veröffentlicht, weitere Tests sollen folgen. [The Register]
Posted by Jörg Kantel | Permalink | | | AppleScript
Freitag, den 27. Mai 2005 |
Das erste Buch zu Dashboard
Haben wollen: Dashboard Widgets for Mac OS X Tiger: Visual QuickStart Guide von Dori Smith erscheint am 16. Juni 2005. Eine Review gibt es jedoch schon jetzt: »After providing a quick intro to HTML, CSS, and JavaScript, author Dori Smith shows you how to create your first Widget (a calculator); make that Widget work across the Net (turning it into an international money converter); add QuickTime, Flash, and Java to Widgets; debug Widgets; and more.« [macscripter.net news]
Posted by Jörg Kantel | Permalink | | | AppleScript
Freitag, den 20. Mai 2005 |
Security-Fixes
Apple hat die Sicherheits-Updates in OS 10.4.1 näher erläutert: demnach wurden u.a. Leaks in Bluetooth und im OS-Kernel beseitigt. Vor allem das Auto-Install-Risiko bei Dashboard, durch das Widgets ohne Wissen und Zustimmung des Users hätten installiert werden können, ist laut Apple nun beseitigt. [Mac Essentials - RSS20]
Dashboard wird auch der heutige »Google des Tages«. Vielleicht erfahre ich dadurch ja Neues...
Posted by Jörg Kantel | Permalink | | | AppleScript
Manchmal braucht man so etwas:
An AppleScript to publish Address Book as HTML. [Mac OS X Hints]
Posted by Jörg Kantel | Permalink | | | AppleScript
Dienstag, den 10. Mai 2005 |
Dashboard: Proprietär tut niemals gut
Ich habe gestern erste Spielereien mit der neuen Dashboard-Funktion in MacOS X 10.4 ausprobiert. Im Prinzip ist Dashboard ein proprietärer HTML-/JavaScript-Client mit einigen seltsamen Abweichungen vom Standard. Damit kann man zwar einerseits einige nette Dinge erstellen, die in (D)HTML nicht möglich sind (aber auch nur unter MacOS X funktionieren), andererseits riecht das Ganze doch stark nach einem ActiveX für Apple-Computer. Ich sehe da etliche Privacy- und Security-Probleme. Denn so wie es aussieht, kann die JavaScript-Implementierung von Dashboard sämtliche Preference-Dateien auslesen und eventuell auch weitergeben. Meine Paranoia geht zwar noch nicht soweit, daß ich JavaScript in meinem Browser ausschalte — im Gegenteil, ich halte es es durchaus für sinnvoll, Aufgaben, die nicht unbedingt der Server erledigen muß, auf den Client zu verlagern, allein um den Server zu entlasten —, aber das geht mir doch entschieden zu weit. Für besonders gefährlich halte ich es, daß Dashboard-Widgets nicht nur auf dem Desktop, sondern — im Prinzip — auch im Safari funktionieren. Hier ist auch schon der erste Exploit aufgetaucht, der eindrucksvoll demonstriert, wie sich beliebige Widgets nur durch den Aufruf einer Webseite ohne Zutun des Benutzers installieren, sofern die betreffenden Seiten mit dem Safari unter MacOS X 10.4 aufgerufen werden.
Auf der anderen Seite wecken natürlich die Möglichkeiten von Dashboard den Spieltrieb in mir. Ich werde die Sache daher nicht von vorneherein auf den Müll kippen, sondern weiter experimentieren, ohne den Sicherheitsaspekt aus den Augen zu verlieren.
Dashboard wird auch der heutige »Google des Tages«. Vielleicht erfährt man ja mehr...
Posted by Jörg Kantel | Permalink | | | AppleScript
Montag, den 9. Mai 2005 |
Dahsboard: Erste Tutorials
Build a Dashboard Widget. »A little HTML, a dash of JavaScript, and a sprinkle of CSS and you can create your own Dashboard widget. Andrew Anderson shows you how.« Auch ausdrucken. [O'Reilly MacDevCenter.com]
Und auch bei Apple: Developing Dashboard Widgets.
Posted by Jörg Kantel | Permalink | | | AppleScript
Donnerstag, den 5. Mai 2005 |
Cat Content
The cat's mustaches Of men and widgets. »Widgets are lickable pieces of software Once you've licked to your heart's content, though, how do you add them or remove them from your collection?« [O'Reilly MacDevCenter.com]
Posted by Jörg Kantel | Permalink | | | AppleScript
Mittwoch, den 4. Mai 2005 |
Futter für den Tiger: Automator-Tutorial
Write Your Own Automator Actions. »Tiger introduces Automator, which lets users string together preinstalled script steps — called Actions — into a workflow that can be run and saved. For developer types, these Actions are a convenient way to distribute scripts. And in this tutorial, Matt Neuburg shows you how to write your own.« Ausdrucken. [O'Reilly MacDevCenter.com]
Posted by Jörg Kantel | Permalink | | | AppleScript
Dienstag, den 3. Mai 2005 |
Automator Programming Guide
Apple: »Apple includes a suite of ready-made actions with Automator, but developers are encouraged to contribute their own actions. You can create actions — which are implemented as loadable bundles — using either AppleScript, Objective-C, or a combination of the two languages.« Auch ausdrucken! [Ranchero]
Posted by Jörg Kantel | Permalink | | | AppleScript
Sonntag, den 20. März 2005 |
AppleScript und iTunes
Chris J. Karr: Poking at iTunes. A Developers Guide to the iTunes Platform. (Ausdrucken!) In diesem Zusammenhang ebenfalls nützlich: Doug's AppleScripts for iTunes. (Auch ausdrucken!)
Posted by Jörg Kantel | Permalink | | | AppleScript
Freitag, den 4. März 2005 |
Xtreme Podcasting
Organize podcasts automatically via AppleScript. [Mac OS X Hints]
Posted by Jörg Kantel | Permalink | | | AppleScript
Montag, den 14. Februar 2005 |
Script different!
Apache and AppleScript. »AppleScript traditionally interacts with Mac applications and Apache is the web server that powers most of the Internet. David Miller shows you how AppleScript can invoke Unix utilities through its do shell script command, thereby creating some interesting intersections with Apache.« Ausdrucken! [O'Reilly MacDevCenter.com]
Posted by Jörg Kantel | Permalink | | | AppleScript
Dienstag, den 8. Februar 2005 |
Buchbesprechung bei /.
AppleScript: The Missing Manual: »This book is eminently satisfying on many levels: the writing style is conversational and humorous (I would imagine this is a pre-requisite for writing for David Pogue), the style of this book series is consistently pleasant to read and the level of technical difficulty satisfies the range of readers from beginner through power-user. The "valuable information:price" ratio is, hands-down, in the buyer's favor.« [Slashdot]
Posted by Jörg Kantel | Permalink | | | AppleScript