
P.S. Tools: XCode, Sites: AppleScript, AppleScript Studio, Apple Developer.

Since Apple released iWeb 1.1, this applet is no more necessary. This AppleScript Studio application allows to manipulate more than one site with the Apple application iWeb 1.0. Please read carefully the “Read me” before using it.

This AppleScript Studio application synchronizes the content of a “destination folder” with the content of a “source folder”. It runs the shell command "rsync", given a default behavior. The source and destination folder are defined by drag'n drop. And once completed, the command can be saved as an AppleScript script.

This snippet changes the default spell language from english to french and vice-versa, by encapsulating the "defaults read" and "defaults write" command into a small Applescript. Clicking the appropriate button changes the default spell as well as the flag picture of the interface. It is easy to change or add default languages.

This is an AppleScript Studio snippet, it shows how to make items in an Outline View (without children) and how to decide if they have a disclosure triangle or not (independantly of having children). It shows how to expand or collapse data items programatically by using the Objective C method «expandItem:» or «collapseItem:».

This is a little AppleScript function, it returns the date formated with chosen date and time delimiters.

This AppleScript Studio snippet make an animation with a set of pictures contained in a folder. You drag a folder on the main window and the snippet looks inside for the pictures an play them with a delay fixed by the user.

This AppleScript Studio Snippet stores the reference of a selected folder, as an alias file pointing to this folder. This alias is located in the associated “Save location” application folder of the Apple "Application Folder".

This AppleScript Studio snippet displays a list of images of a wheel giving the appearance of an animated wheel. The window contains an image view for the wheel, two buttons "Run" and "Stop", a disclosure button connected to a drawer and a speed slider.

This AppleScript Studio snippet shows how to save the content of text field and switch buttons, and how to revert the content of this interface from the saved data. The main window contains a text field inside a scroll view, switch buttons for the text color and two buttons "Save" and "Revert to Saved ".











