• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Script book or guide

New Here ,
Sep 26, 2024 Sep 26, 2024

Copy link to clipboard

Copied

Hello everybody, I used Photoshop and Illustrator for years, but now I would like to start doing scripts, is there any good book or guide to start creating  my own scripts? I'll be lloking forward your feedback

Thank you!

Gabriel

TOPICS
Scripting

Views

109

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Sep 26, 2024 Sep 26, 2024

Copy link to clipboard

Copied

there aren't many books about scripting, about the only author out there is Davide, check out his work here

 

https://www.davidebarranca.com/

 

info is out there though, check tutorials on Youtube, then ask questions here is you get stuck.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 26, 2024 Sep 26, 2024

Copy link to clipboard

Copied

LATEST

Apart from books and resources the main thing to start with in my opinion would be the folllowing

  • Learn basic programming and JS skills.
  • Based on your know how of using the apps, familiarize yourself with the DOM API for JS. This will help you put together an idea as to how an operation done on the UI would be mapped to the API's and you will be able to string it together with the help of logic implemented via the programming skills you learnt in the first step
  • Look up sample scripts shipped with the apps and understand how they work.
  • Now try writing your own scripts and if you get stuck, head back to these forums with your queries.

-Manan

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines