Category Archives: Code

AppleScript CSV numbering table generator

Found a pretty big bug involving leading zeroes that I just had the chance to encounter which caused the script to silently die when run from the AppleScript menuextra, yet run (incorrectly) from Script Editor. Should be good.
[UPDATE] Changed to manually enter number up, prompt for total number of finished pieces instead of ending number, and prompts to reverse order the numbers in case you have a rip that won’t do it on output (multi copies using “VDP” for me).
An AppleScript to generate a numbering table in comma separated value format. Works great with InDesign's data merge function.
Continue reading

iTunesDSr companion bookmarklet

For use with Safari and other browsers that support them

javascript:void(window.open('http://localhost/~User/itunesdsr/index.php','iTunesDSr','width=256,height=290,status=no,resizable=no,scrollbars=no'))

Alter “localhost” and “User” to suit your needs.