Learning to script Adobe products - Javascript or ExtendScript?

Hi there,
I know that ExtendScript is a dialect of Javascript, so if I want to learn scripting, should I first study Javascript or just plough straight into ExtendScript?
Regards,
David

I just plowed into extend script and got a reference book of javascript. Trying to learn javascript first might be confusing in that most if not all the references for it are for web application.

Similar Messages

  • Learning to Script

    I'd like to learn InDesign scripting.  I have very little experience.  Where can I start? Where can I progress?
    Thanks!

    Hi,
    Im new too in the developpement of javascript extension … But I can explain to you witch documentation I readed:
    – First, you have to know how to developpe scripts with JavaScript (a progamming language)
    Do you have some knowledge in programming?
    – then you can read the Adobe Javascript Documentation, Adobe give many examples of scripts
    http://www.adobe.com/devnet/indesign/sdk.html
    – use the application ExtendScript Toolkit to write your scripts
    I would like to do this in the following order:
    – learn a programming language like Javascript
    – read the documentation and follow the examples
    Bye

  • Learning apple script

    Hi,
    I was reading an artical on Slate on CodeAcademy.  If you didn't know it, it's Code Year:  Time for people who don't know how to learn.  Anyway, I'm trying it out (it's Java Script) and it's not tooooooo bad.  I was wondering if there were any like places where I can learn how to program in/for Apple.  It would be nice to learn how to use the more advanced features of my iMac and other Apple products.
    Thanks,

    I'm only just now learning C++ and the C++ library. I've not been much of a programmer in the past, and not sure how far necessity will now take me into the developer world, but apart from learning the Script editor, or to type 'help' into the terminal for a general introduction to programming, or to typing into the Safari 'Develop' menu to try out .html or javascript,
    for really understanding how computers work and how programming works (as well as understanding the language of the best designs), I have found it an invaluable learning experience to build a little two-bit computer on a breadboard.
    But be advised, I'm great with principles and poor with details, and to be a great programmer you have to be great at both. But to be a very good programmer you at least have to be very good with details.

  • Link in Adobe AIR JavaScript app is incorrectly opening the app in the default browser

    I have a couple of links in my Adobe AIR JavaScript app that are part of the app's UI, which when clicked are causing the app to be loaded into a new tab in my default browser.
    This is only happening with two links (Save and Cancel on a form), and not all links in my UI.  The two links that are having the issue are defined in an external HTML file that I load a runtime and connect to the DOM.  The links that are defined in the main HTML file that is loaded when the app starts up do not have this problem.
    Here is how I am loading the template and plugging it into the DOM
    var win = document.createElement("div");
    var f = air.File.applicationDirectory.resolvePath("lib/partials/edit_form.html");
    var fs = new air.FileStream();
    fs.open(f, air.FileMode.READ);
    var content = fs.readUTFBytes(fs.bytesAvailable);
    fs.close();
    var template = new Template(content);
    win.innerHTML = template.evaluate(data);
    document.body.insertBefore(win, document.body.firstChild);
    The links themselves are coded like this:
    <a href="#" id="save_button" onclick="return false;"></a>
    <a href="#" id="cancel_button" onclick="return false;"></a>
    I am using the Prototype JS library to observe the 'click' event for each of these links like so:
    $('save_button').observe('click', onSave);
    $('save_button').observe('click', onCancel);
    This app shows content created by users, which can contain links to external web sites.  To get the external links to open in the browser (as opposed to inside my Adobe AIR window), I am doing the following in a script tag in the head of my main HTML file:
    window.htmlLoader.navigateInSystemBrowser = true
    I've found that if I set window.htmlLoader.navigateInSystemBrowser = false, then the issue with the Save and Cancel links described above goes away.  However, I need to have window.htmlLoader.navigateInSystemBrowser = true so that external links in the user content open up in the browser, not in Adobe AIR.
    Another piece of evidence is that the Save and Cancel links only incorrectly open a browser the first time you click on them after launching the app.  Subsequent clicks work fine and do not have the issue.
    Any ideas on why the links that are plugged into the DOM after app start up have this issue, and only the first time you click on them?

    Not sure where this comes from, but I suspect it has something to do with the security restrictions that AIR has in place, related to dynamic JS evaluation after the document is loaded.
    Make sure you read http://help.adobe.com/en_US/air/html/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7f0e.html#WS 5b3ccc516d4fbf351e63e3d118666ade46-7ef8
    For example, I've spotted the two onclick="return false;" you have in your code. The evaluation of the onclick attribute after the page loaded event would fail in AIR.

  • Is Captivate the Adobe product I need?

    Greetings,
    I recently saw an excellent presentation where someone presented what looked like Powerpoint slides but it seemed like it was embedded in an Adobe program. Basically, the presentation started with a bird's eye view of multiple slides which looked almost randomly placed (with intervening comments) and with prompts the point of view swooped to various parts of the content. It was highly impressive and engaging and I figure it's not the only trick the program can do. Only problem is, I'm not sure which Adobe product it was. Is this something that's within the realm of Captivate or is Presenter a better tool for these sort of tricks. I'm likely mostly to use it for face-to-face presentations although the ability to produce stuff for learning resources would potentially be useful.
    All thoughts and advice gratefully received.
    Andrew.

    Thanks very much. This looks like what I saw. I was sure the screen had the Adobe symbol in the upper corner, which is why I've been looking here. Impressed by what I found here in my journeys anyway.
    Thanks again.

  • Explicit History Code Plug-in for Adobe Products?

    Hello, my name is Matthew Reeves, a graduate student at the University of Utah School of Architecture in Salt Lake City, UT. I hope you are doing well this summer.
    I am currently completing my final semester of architecture school, and have been learning several softwares to assist in design. I encountered an idea that could greatly aid Adobe products.
    21st Century architecture accomplishes most of its designs in Rhinoceros, and develops them in Revit, from Autodesk. Rhinoceros offers great freedom in form, all the while computing the information as exact geometries that can be easily exported to documentation software (i.e. Revit or AutoCAD).
    Rhinoceros has developed a code plug-in known as Grasshopper, which controls the history of command functions in the software and permits modifying each sequential action made, at any point in time. The process is known as "explicit history."
    The image below depicts a typical Rhino geometry with a Grasshopper code depicting every command made along the way, from left to right--such as "rotate," "crv," and "loft"-- with toggles that can modify each command:
    Is there any way an explicit history plug-in can be developed for Adobe products?
    Please let me know if I can clarify the suggestion. I am eager to see this happen, and would use it frequently.
    I am currently a customer advisor, and can be contacted through my account.
    Best,
    Matthew

    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform for feature requests

  • Familar with other Adobe products but new to Encore...

    Hello everyone,
    I'm completely new to Adobe Encore but have worked with many other Adobe products such as Flash, Photoshop, Illustrator, After Effects, and I am currently learning Dreamweaver. I recently picked up the Adobe Production bundle and am planning to put together a Demo Reel. I have heard that encore would be the best place to put everything together for a DVD. Since I am new to the whole program though, I don't exactly have a firm grasp of even where to begin. Does anyone know of some good websites I can venture to, to help get my feet wet with the program? I would greatly appreciate any sites that someone could posts or even books that I could read up on. Sorry if there is a huge faq page some where on the Adobe website here and I've missed it. Thanks!

    I would also strongly suggest Jeff Bellune's Encore book, A Focal Easy Guide to Adobe EncoreDVD 2.0, Focal Press. Though the name contains "EncoreDVD 2.0," 100% of the book will apply to ALL versions of Encore, from 2.0 to CS4. Now, the Adobe Dynamic Link in CS4 is not covered, but that is a minor point, and the CS4 Help files (plus this forum) cover that very well. Though there are no AV files in the book, it is very clear, and will step the reader through both Encore and the DVD-specs, by which we all must live. This is my go-to reference for anything related to Encore and is just as useful now, as it was with the introduction of En 2.0.
    Good luck,
    Hunt

  • Best Adobe Product for Creating Slide Show

    I'm trying to find out what is the best Adobe product to use to create slide shows? I have Photoshop CS2 and just got Premiere Pro (which I haven't used before).

    Many options, it depends on what you want to do.
    Premiere Pro can easily make a video that displays a series of images in turn, with optional transitions between them, but the viewer can't navigate around as they could with a PowerPoint file.
    Later versions of Photoshop can also assemble still photos into a video sequence.
    If you want to display the slideshow on a website, you're looking at an HTML/JavaScript solution.
    Finally you can combine your slides into a PDF file and set it to full-screen mode with automatic timings.

  • Help about adobe products

    Hi i'm Iron.J from west nile in the northern part of Uganda. I'm still a beginer but i feel i have the talent if i have the knoledge about the adobe products especially premere pro. So any body who is a senior and would to help me out is welcomed

    This user to user forum is not really going to help much with general education, it is better with answering specific questions
    To learn Premiere Pro I suggest 3 things
    ONE
    Download and read the user guide from start to finish
    Premiere Pro Help http://helpx.adobe.com/premiere-pro/topics.html
    -as PDF http://helpx.adobe.com/premiere-pro/archive.html
    For easy searching, download the product user guide PDF(s)
    The individual CS5 pages also have links to the earlier user guide pages
    CS5 User Guides - online and PDF (right click PDF link to save PDF to your hard drive)
    http://blogs.adobe.com/premiereprotraining/2010/08/help-documents-for-creative-suite-5-pdf -and-html.html
    TWO
    Buy the appropriate book - Adobe Premiere Pro Classroom in a Book - for the version you have
    THREE
    Do the Tutorials
    http://forums.adobe.com/thread/913334
    http://forums.adobe.com/thread/845731
    http://forums.adobe.com/message/3234794
    A "crash course" http://forums.adobe.com/thread/761834
    A Video Primer for Premiere http://forums.adobe.com/thread/498251
    Premiere Tutorial http://forums.adobe.com/thread/424009
    And http://forums.adobe.com/message/2738611
    And http://blogs.adobe.com/premiereprotraining/2010/06/video_tutorials_didacticiels_t.html
    And http://blogs.adobe.com/premiereprotraining/2010/06/how_to_search_for_premiere_pro.html
    And http://bellunevideo.com/tutlist.php
    Premiere Pro Wiki http://premierepro.wikia.com/wiki/Main_Page
    Tutorial http://www.tutorialized.com/tutorials/Premiere/1
    Tutorial http://www.dvxuser.com/V6/forumdisplay.php?f=21
    Tutorial HD to SD w/CS4 http://bellunevideo.com/tutorials/CS4_HD2SD/CS4_HD2SD.html
    Exporting to DVD http://help.adobe.com/en_US/premierepro/cs/using/WS3E252E59-6BE5-4668-A12E-4ED0348C3FDBa.h tml
    And http://help.adobe.com/en_US/premierepro/cs/using/WSCDE15B03-1236-483f-BBD4-263E77B445B9.ht ml
    Color correction http://forums.adobe.com/thread/892861
    After Effects Tutorials http://www.videocopilot.net/
    Surround Sound http://forums.adobe.com/thread/517372
    Photo Scaling for Video http://forums.adobe.com/thread/450798
    -Too Large May = Crash http://forums.adobe.com/thread/879967
    -And another crash report http://forums.adobe.com/thread/973935
    CS6 http://www.dvxuser.com/V6/showthread.php?282290-New-Tutorial-Working-Faster-in-Premiere-Pr o-CS6
    Encore http://tv.adobe.com/show/learn-encore-cs4/
    Authoring http://www.videocopilot.net/tutorials/dvd_authoring/
    Encore Tutorial http://www.precomposed.com/blog/2009/05/encore-tutorial/
    And more Encore http://library.creativecow.net/articles/devis_andrew/
    Regions and NTSC vs PAL http://forums.adobe.com/thread/951042
    Then, when you are actually using Premiere Pro and have a specific question, go to the Premiere Pro forum and ask... always remember to provide basic information at the top your question
    http://forums.adobe.com/message/4200840
    http://forums.adobe.com/community/premiere/premierepro_current?view=overview for specific questions

  • Application Manager Stalls When Updating Any Adobe Product

    I'm a CS6 Master Collection owner, and I've been dealing with this issue for a couple of months now. 
    Whenever I try to update or install any Adobe product, the Application Manager launches but then does nothing. 
    I can see that it is active in the OS X dock, and I can see that the process is running in the Acitivity Monitor.  However, Application Manager is "Not Responding" (right click on icon) and absolutely nothing happens. I'm completely unable to install, uninstall, update, or otherwise alter any Adobe application that uses the Application Manager (which, to my knowledge, is *everything*).
    The only thing left to try is to compltely blow away my CS6 installation with the Cleaner Script, which I am reluctant to do.  Before I do, I'm hoping someone can help me with less drastic measures.
    Thanks,
    Steve

    Hi,
    Please try to install the patch available at following link:
    http://www.adobe.com/applicationmanagerpatch/index.html
    Thanks
    Kapil Malik

  • What Adobe product do I want to create a site with a shopping cart?

    I know XHTML and CSS. A little javascript. But I need a shopping cart on two different sites. What is the best Adobe product for doing that?

    Adobe Business Catalyst offers bundled hosting & e-commerce. But you must host your sites on their servers.
    http://www.adobe.com/products/business-catalyst/features.html
    If you don't want to change hosts, look for a 3rd party shopping cart. 
    UltraCart is PCI compliant & offers a 30 day trial
    http://www.ultracart.com/
    Nancy O.

  • Integrating the new text engine with other Adobe products?

    Hello,
    Is there any plan to integrate the new text engine with other
    adobe products that dos not support RTL languages?
    In famous products like AfterEffects or Director, No way to
    type correctly arabic text or (rtl) generally - The only way is
    converting the text to a graphic format in an external program !!
    And there is no Middle East versions for these products.
    So, I wish adobe thinks to take this step in near future.
    Thank you,

    I found this blog post about an unsupported feature in CS4 products for Arabic, Indic and other scripts.
    http://www.thomasphinney.com/tag/indesign/
    Since several Adobe products such as After Effects, Photoshop and Illustrator use the same text engine you might want to try copy-pasting Arabic text from the Photoshop CS4 template provided in this blog post to After Effects CS4 and see if it works.  AFAIK Director uses a different text engine from PS, AI and AE.
    http://www.thomasphinney.com/wp-content/uploads/2009/01/world-ready-photoshop.psd
    Good luck!
    Joe

  • Import - Moving Folders Around After the Fact | Learn Lightroom 4 | Adobe TV

    To keep Lightroom's database up to date with where your photos are stored, it is critical that you use Lightroom to move your photos and folders when you need to move them to a new location.
    http://adobe.ly/JXWqwu

    Even more of a very realistic situation is moving entire catalogues and photos from my internal drive in order clear up hard drive space and keep everything neatly together so that I can open the catalogue and photos later or even on another computer.  There used to be a work-around in previous versions of Lightroom but LR4 doesn't allow for it the same way any longer. 
    Here's the situation with me.  I work in the field.  I take photographs constantly on location and I don't carry an external drive with me.  Often times I have to shoot something, find a Starbucks, get my photos into LR, tweak em then get them sent off to the Company I'm working for.   I start a new Catalogue for each Company, as I will work with 8-15 different Companies a year.   The photos, as I had learned a few years back, all go into the same folder.
    Now my HD is full.  So if I do as you say here, I try and get LR to recognize an external drive.   This is challenging enough but I managed to get it do see the external by importing  a photo from the external drive into LR.  Now I can just drag and drop the folders (that are just arranged by date and exist with all my other photos in the same folder of my hd) onto the external drive,right? 
    Wrong.  "Could not complete the folder move.  An unkown error occurred".   No advice.  No assistance as to how to figure out WHAT the error is, just a sort of "sorry" from LR4.
    Please help me understand this.  Many folks have indicated that I did it wrong to begin with but that doesn't change my situation.   I think many people who are new to lightroom and start making different catalogues will be running into the same situation I'm in and it still has yet to be addressed in the last 4 versions. 
    Thank you for AdobeTV as it has been a great education on many other topics regarding LR4 and other Adobe products.

  • Adobe Acrobat JavaScript - Alles in Englisch, gibt´s nichts auf Deutsch ?

    Hallo,
    ich würde mir gerne Adobe Acrobat JavaScript beibringen, allerdings sind
    fast alle Bücher, Foren, Dokumentationen etc. auf Englisch, gibt´s nicht´s
    in Deutsch ?
    Meine Englischkenntnisse sind leider nicht so gut um das alles zu verstehen.
    Zwei Bücher hab ich, 'Adobe Acrobat 7.0' Classroom in a Book von
    Markt+Technik, sowie 'Acrobat Formulare' von Galileo Design. Leider wird
    JavaScript hierin gar nicht oder m.E. nicht gerade verständlich und sehr
    lückenhaft dargestellt !
    Über VBA z.B. gibt´s massenweise deutsche Literatur, Foren, etc., warum über
    Adobe Acrobat JavaScript nicht ?
    Hat vielleicht zufällig irgendjemand z.B. Scripte bzw. Schulungsunterlagen
    und kann sie mir zumailen, wär Super !
    Uli

    > Über VBA z.B. gibt´s massenweise deutsche Literatur, Foren, etc., warum über Adobe Acrobat JavaScript nicht ?
    Wahrscheinlich weil der Bedarf dafür sehr gering ist.
    Es existieren aber deutsche Resourcen über JavaScript allgemein.

  • Is this Amazon reader an Adobe product??

    Hi, Amazon offers the ability to read books online for an
    additional charge through a special reader -- is their reader
    created with an Adobe product or is it simply javascript
    proprietary to Amazon?
    http://www.amazon.com/gp/reader/0471671584/
    Thanks

    seeing that flash is capable of making sosmething like this
    and anything else you can imagine - I
    personally doubt js will replace flash because of this
    particular application - js and flash have
    been around for years and often are tools that developers use
    in tandem - one isn't better than the
    other or is capable of fully replacing the other because of a
    very specific application. (imo)
    --> **Adobe Certified Expert**
    --> www.mudbubble.com
    --> www.keyframer.com
    jezzthisisfull wrote:
    > I was hoping it was an Adobe product called through the
    javascript -- some
    > modification of PDF or Flashpaper? Quite impressive for
    javascript alone and
    > might not bode very well for the future of either Flash
    or Acrobat -- there was
    > a time when such a reader would have been only possible
    if it were an
    > Adobe/Macromedia product.
    >
    > Is it definitely javascript alone?
    >

Maybe you are looking for

  • OnPremise: Sharepoint Hosted App gives 401 unauthorized error while accessing UserProfile Rest Service

    Hi All, I have SharePoint hosted app deployed on On-Premise using(F5) which reads User Profile data consumes WCF(Hosted on same server) through REST API to insert data in to SQL DB(Different server). SharePoint hosted app was working as expected and

  • Error 1334 The file ROMAN.TXT_Cmn.....cannot be installed

    Hi Guys, I have a corporate edition of Acrobat 7 Pro. I can install the updates 7.0.5 till 7.0.9 using the .exe files. When I try to update the Acropro.msi so it can be deployed to the business. I can update it to version 7.0.7 using the following co

  • Opening Excel Report results in 'Errors were detected in File .....'

    Dear Professionals, Ive an Excel report that upon openning produces the following error. 'Errors were detected in file 'T:\Customer .......' Excel proceeds to strip out the ALL the Query Tables from the report discarding them due to integrity problem

  • Web Sharing - name uses weird domain name instead of IP

    Just bought a new MacBook Pro and transferred my account info from my other MacBook Pro. When I go to Web Sharing to click on the link to go to my website on my local drive I get someonesname.companyname.net/~myname. I need it to be the IP address. T

  • Mail and BTinternet email

    Hi all, I've scoured the net looking for a solution to this problem and i've tried everything. Up until about a week ago, I was receiving email fine on my new Imac OSX 10.7. I'm with BT Internet and when I set up my new mac I had some problems so I p