AppleScript Info
June 2002 | ||||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | ||||||
May Jul |
contact: rob at donotsell.net
FoldersSynchronizer X v3.0B4
- FoldersSynchronizer is a scriptable utility that synchronizes and backs up files, folders and disks. This release includes various bug fixes. [release notes]
11:14:02 PM
Scheduler v3.2.2 - Important Warning
- From the makers of Scheduler:
If you are a new user who downloaded v3.2 and v3.2.1 you need to download this latest version. Scheduler 3.2.2 for Macintosh fixes a bug in Viewer that prevented this helper application from displaying the reminder alerts. Users that upgraded from v3.1.x or earlier may have not been affected by this bug. In any case, please upgrade it to the latest version.
6:58:19 PM
POPmonitor updated
- POPmonitor, with the help of AppleScript, allows users to delete unwanted e-mail, including messages with unwanted attachments, from a mailbox without downloading it to a computer first. Version 2.0.3 is available for Mac OS 8/9 and version 2.0.1 is available for Mac OS X. [release notes and d/l]
5:29:00 PM
MacCentral: Apple, TechTV offer airtime for Mac developers
- "TechTV and Apple's Developer Connection have partnered to offer Mac developers an opportunity to have their products highlighted on television."
This looks like a great opportunity for some of the talented developers within the AppleScript and AppleScript Studio community.
4:30:33 PM
MacSQL Framework Seeding Program
- Runtime Labs is working on a suite of new products that will provide developers of AppleScript Studio applications and stand-alone AppleScripts easy access to SQL databases such as MySQL, PostgreSQL, Oracle, Microsoft SQL Server, and FrontBase. A framework will be provided for AppleScript Studio and a faceless background application for AppleScripts. An interface builder palette is included too, so it's possible to write an application that opens a database connection, queries the database, and displays the results in an NSTableView without writing a line of code. [More Info - Sign Up]
3:25:31 PM
The Active Extension Processor (AEP) v1.0
- AEP, a background application created with AppleScript Studio, allows users to run applications by changing the extension of a file or folder in the Finder. For example, adding the suffix ".zip" turns an item into a zipped archive, or removing the extension unzips the archive. Another option is to translate a file by just changing its file extension, e.g. turn an aiff file into a mp3 file by changing the suffix ".aiff" into ".mp3". By writing plug-ins in AppleScript, users can customise AEP's behaviour and adapt it to suit their own needs. This was released earlier this month and it appears to have slipped beneath my radar until now.
12:26:46 PM
Mac OS X Encoding Plethora v1.0
- These OS X AppleScripts let you encode or decode items by just dropping them on the script. If the item is already compressed, the script will decode it, otherwise it will encode. They are a lot better at working with long filenames and "strange" characters than Aladdin Systems Stuffit Expander. This download includes editable scripts for B64/Mime, Gnutar, Gzip, Pax, Tar, UU, Zip and Z. The author is working on an AppleScript Studio GUI for the scripts.
12:02:25 PM
Virtual Composer v3.1
- Virtual Composer is a scriptable, graphical multichannel musical compiler, sequencer and analyzer which is designed for execution of complex polyphonic music using QuickTime's Musical Architecture. [release notes]
10:03:27 AM
MacScripter.net enhances RSS feed for Scripting Additions
- Martin Fenner, caretaker of the MacScripter.net Scripting Additions section, has recently added a 'description' tag to the items included in the section's RSS feed. Those who use the feed will now be provided with additional information about each scripting addition. Hats off to Martin and JJ as they continue to improve this valuable resource.
8:51:19 AM
iBlog v0.8.3
- iBlog allows users to post messages to a weblog using Blogger XML-RPC API. Version changes: iBlog is now scriptable (includes sample AppleScript). It can also now handle posts beyond 1024 characters, offers a new interface, and adds iTSE (iblog text substitution engine). Requests are now made in the background, a History feature and Tools Menu have been added, plus an online Newbie Central database is now available to provide an ever growing community dedicated to help the new user with FAQs, documents, how-tos, and more. [MacScripter.net]
8:31:04 AM
emusicAlbumDownload v0.7b
- emusicAlbumDownload is an application that aids in downloading albums from the EMusic website and add them to your iTunes playlist. Version changes: Updated the XML parser to support the updated emusic.com .rmp files. [MacScripter.net]
8:09:06 AM
ScriptBuilders News
- Updates: Dock-Lock 1.1
7:57:57 AM
- FoldersSynchronizer is a scriptable utility that synchronizes and backs up files, folders and disks. This release includes various bug fixes. [release notes]
11:14:02 PM
Scheduler v3.2.2 - Important Warning
- From the makers of Scheduler:
If you are a new user who downloaded v3.2 and v3.2.1 you need to download this latest version. Scheduler 3.2.2 for Macintosh fixes a bug in Viewer that prevented this helper application from displaying the reminder alerts. Users that upgraded from v3.1.x or earlier may have not been affected by this bug. In any case, please upgrade it to the latest version.
6:58:19 PM
POPmonitor updated
- POPmonitor, with the help of AppleScript, allows users to delete unwanted e-mail, including messages with unwanted attachments, from a mailbox without downloading it to a computer first. Version 2.0.3 is available for Mac OS 8/9 and version 2.0.1 is available for Mac OS X. [release notes and d/l]
5:29:00 PM
MacCentral: Apple, TechTV offer airtime for Mac developers
- "TechTV and Apple's Developer Connection have partnered to offer Mac developers an opportunity to have their products highlighted on television."
This looks like a great opportunity for some of the talented developers within the AppleScript and AppleScript Studio community.
4:30:33 PM
MacSQL Framework Seeding Program
- Runtime Labs is working on a suite of new products that will provide developers of AppleScript Studio applications and stand-alone AppleScripts easy access to SQL databases such as MySQL, PostgreSQL, Oracle, Microsoft SQL Server, and FrontBase. A framework will be provided for AppleScript Studio and a faceless background application for AppleScripts. An interface builder palette is included too, so it's possible to write an application that opens a database connection, queries the database, and displays the results in an NSTableView without writing a line of code. [More Info - Sign Up]
3:25:31 PM
The Active Extension Processor (AEP) v1.0
- AEP, a background application created with AppleScript Studio, allows users to run applications by changing the extension of a file or folder in the Finder. For example, adding the suffix ".zip" turns an item into a zipped archive, or removing the extension unzips the archive. Another option is to translate a file by just changing its file extension, e.g. turn an aiff file into a mp3 file by changing the suffix ".aiff" into ".mp3". By writing plug-ins in AppleScript, users can customise AEP's behaviour and adapt it to suit their own needs. This was released earlier this month and it appears to have slipped beneath my radar until now.
12:26:46 PM
Mac OS X Encoding Plethora v1.0
- These OS X AppleScripts let you encode or decode items by just dropping them on the script. If the item is already compressed, the script will decode it, otherwise it will encode. They are a lot better at working with long filenames and "strange" characters than Aladdin Systems Stuffit Expander. This download includes editable scripts for B64/Mime, Gnutar, Gzip, Pax, Tar, UU, Zip and Z. The author is working on an AppleScript Studio GUI for the scripts.
12:02:25 PM
Virtual Composer v3.1
- Virtual Composer is a scriptable, graphical multichannel musical compiler, sequencer and analyzer which is designed for execution of complex polyphonic music using QuickTime's Musical Architecture. [release notes]
10:03:27 AM
MacScripter.net enhances RSS feed for Scripting Additions
- Martin Fenner, caretaker of the MacScripter.net Scripting Additions section, has recently added a 'description' tag to the items included in the section's RSS feed. Those who use the feed will now be provided with additional information about each scripting addition. Hats off to Martin and JJ as they continue to improve this valuable resource.
8:51:19 AM
iBlog v0.8.3
- iBlog allows users to post messages to a weblog using Blogger XML-RPC API. Version changes: iBlog is now scriptable (includes sample AppleScript). It can also now handle posts beyond 1024 characters, offers a new interface, and adds iTSE (iblog text substitution engine). Requests are now made in the background, a History feature and Tools Menu have been added, plus an online Newbie Central database is now available to provide an ever growing community dedicated to help the new user with FAQs, documents, how-tos, and more. [MacScripter.net]
8:31:04 AM
emusicAlbumDownload v0.7b
- emusicAlbumDownload is an application that aids in downloading albums from the EMusic website and add them to your iTunes playlist. Version changes: Updated the XML parser to support the updated emusic.com .rmp files. [MacScripter.net]
8:09:06 AM
ScriptBuilders News
- Updates: Dock-Lock 1.1
7:57:57 AM