In the middle of a large publishing project, and the sheer scale is weighing me down. Many deadlines coming down the pipe, and most of my trouble is tedium and repetitive tasks. I need to pick up the basics of InDesign scripting pronto, and I'm looking for resources or books which will get me up to speed.

I get Java, XML and some web techs... I am not a programming professional, however, and JavaScript is new to me. Mac/Linux, if it matters.

Advice? Thanks in advance.

link|improve this question

80% accept rate
feedback

2 Answers

Take a look at this thread: It has a bunch of books on programming. Both language-agnostic and for various languages. All of them are supposed to be free, too.

A quick browse through the titles seemed to show "How to Design Programs", "Essential JavaScript And jQuery Design Patterns" and, "OO Design". All might be helpful to you.

I'd also really suggest the O'Reilly book on InDesign. I haven't read it, and according to the e-shop, it was published in 2006, but from my experience, O'Reilly is a great source.

Also, Adobe's page on this.

Good luck,

link|improve this answer
Thanks... I guess books are the way to go, and I'll set aside some time to do this formally/properly. A formal book-learning course is my usual MO, but for once I wondered if there were a more quick-and-dirty method... a cookbook perhaps. Under some time pressure, that's all. – niteshade Feb 10 at 17:49
feedback

Well if it is any help since you are on Mac I'd suggest Applescript. It can be a bit easier to use than Javascript. JS can be used on a PC though so it has it's advantages as well. Applescript is somewhat more of a natural language. Might be easier to pick up.

Applescript has a library you can access that helps me considerably. The Guide and Reference are also helpful to have. Lastly the Adobe Forums are usually fairly helpful. forums.adobe.com/community/indesign/indesign_scripting

link|improve this answer
ok. I've been looking for an opportunity to try MacRuby... maybe I can swap it for AppleScript? I've never been much of a fan of AppleScript... really awkward language. – niteshade Feb 12 at 21:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.