Recommendations - books and tutorials on advanced features.

Dear members:
While reading a few books on presentations over the weekend I became quite interested in using some advanced features and animations to enhance my presentations. The books I've read mention these advanced animations but do not give the technical details on how to get them done.
Is there a book (or maybe books) I can read that would cover advanced techniques in Keynote including advanced animation options ? What about tutorial ? Everything I have found only seems to cover the basic.
Any help will be greatly appreciated.
Thank you in advance,
Joseph Chamberlain

Hi, Alancito.
Thank you for your help and suggestions.
I have tried the Apple Training Series before and really don't like the format they have adopted. The books in these series try to simulate a class where you have to read and then do some exercise on your computer. This may work well for others but I find it quite difficult annoying to follow this format.
They type of effects I am trying to implement include type effects, transitions (both object transitions and slide transitions) and visual special effects.
I just recently read "Slideology" which is authored by Nancy Duarte, CEO of Duarte Design and the one who designed the entire presentation used by Al Gore for his movie and presentations "An Inconvenience Truth". She describes on this book transitions that she created with text (not for An Inconvenient Truth but another presentation) so that as attendees would walk into the room they would be greeted by this text special effect on the screen. This section appears on page 154 and is titled "Playing Text Animations as the Audience Enters".
This is just a sample of the type of information I am looking for. I haven't even been able to create reflection for text in Keynote let alone any type of interesting special effects for text.
I am looking for books that go beyond the texts offered by Apple to cover basic topics and dive deeper into advanced effects and tricks such as the one above.
Do you have any idea of where I can find information on advanced techniques in Keynote ?
Thank you again for your help,
Joseph

Similar Messages

  • Interesting difference between books and tutorials

    I started coding in Java about four years ago. When I started I learned from a book (that I no longer have), I think it was "Sam's Teach Yourself Java in 24 Hours". I was just a kid then and I became fairly proficient in all of the basic requirements and such. Now, four years later, I am looking into getting back to Java when I can find the time, and possibly getting a certification. Instead of the book, I now use the online tutorials and API docs. Something I noticed about the tutorials is that they use coding methods that I never saw in the book. For instance from this tutorial on using the SpringLayout, the code follows this syntax:
    import /*neccessary items*/
    public class SpringDemo1 {
         * Create the GUI and show it.  For thread safety,
         * this method should be invoked from the                  <----I didn't add this. Guessing it has something
         * event-dispatching thread.                                    to do with preventing the thread from crashing...?
        private static void createAndShowGUI() {
            //Create and set up the window.
            JFrame frame = new JFrame("SpringDemo1");
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            //SpringLayout code here....
            frame.pack();
            frame.setVisible(true);
        public static void main(String[] args) {
            javax.swing.SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    createAndShowGUI();
    }whereas, when I learned from the book, I always did this and I still do:
    import /*neccessary items*/
    public class myClass extends JFrame {
        public myClass() {
            //set up GUI here
        public static void main(String args[]) {
            myClass mc = new myClass();
    }If I am going to get my certification, I don't want to be using practices that could cause a program to crash and get someone angry at me. If I am doing something wrong, please chew me out. It's better than losing a job...

    The book is old-fashioned, that's all. Neither version of the code is so bad that it will crash and you will lose your job and become a drug addict accosting people on the street for money.
    The "extends JFrame" version was the usual way to write things back in the early days of Java. And then people started thinking more about object orientation, and noticed that there was nothing in most Swing programs which created a modified JFrame. They simply used the features of a JFrame to get their work done.
    So under the flag of "Prefer composition to inheritance", the OO people rewrote the standard Swing application to do that. And so they should... Java is an object-oriented language, after all, so why not do things right? Let's not extend JFrame (inheritance) if we can just create one and use it (composition).
    Of course they couldn't go back and change all the paper books and all the thousands of programs that people had already written in the old way, but they could change the tutorials. And they did.
    So my suggestion would be to follow the style shown in that tutorial. You won't lose your job over it. In fact being able to explain why you did it might even improve your status at your job.

  • EJB books and tutorials

    Greetings,
    Can one recommend me some books on EJB and some tutorials on EJB ?
    Thanks!

    EJB: Enterprise Javabeans 3.0 (O'Reilly, isbn 975-0-596-00978-6)
    JPA: Pro EJB 3 - Java Persistence API (Apress, isbn 978-1-59059-645-6)
    These are the best two books I have read so far.

  • How do I add the "Rate this book" and "write a review" feature?

    At the end of most books, I see this "Rate the book" widge.  When you click on "Write a Review" within the book a form for submitting a review shows up...how do I add this?

    I believe you're looking at a Kindle Book, not a book in the iBookstore. This is something Amazon has added to many books automatically when submitted through Amazon Kindle Direct Publishing. 

  • Books and manuals in russian

    Hi Dear all , can you help me find and recomended  LabView books and tutorials in russian language  ? ( FPGA, RT, RF )

    You can find it in russian community
    http://russia.ni.com/products/labview/books

  • I can't turn on advanced features in 10.0.1?

    I click on preferences, but advanced features do not show up in the latest version 10.0.1.  I'm trying to create a cut away and need the advanced features to do so.  Does anyone know what to do?

    ChampFL wrote:
    I need the cut away feature
    Sure. It's easy.
    Drag the clip you want to cut away to into you project but drop above your existing time line not into the timeline like you used to. It will become a "connected clip".
    With the cutaway clip still highlighted in yellow click the Adjust button at the top right of the iMovie window and choose the oerlay tool on the far left. Now choose Cutaway from the drop down menu.
    Matt

  • Photoshop CS3 Book and Tutorial Recommendations

    Hi there,
    I am a beginner CS3 user. My main interest is in enhancing old graphic prints (not digital photography). By enhancing I mean changing colors, brightness, contrast, and sometimes redrawing a section of the original print. I typically scan the prints and save the images as tiff files that I then open in CS3. I'm running OSX 10.4.11.
    There are numerous books on Photoshop CS3 on Amazon, but I am finding it difficult to make a choice. I would like book and tutorial recommendations from the Photoshop user forum community.
    Thanks!
    Al

    I'll suggest a different tack altogether. As I'm a visually oriented, I find that being shown is far more effective than reading about things. Parsing intellectual abstractions (language) rather than dealing directly with the subject through imagery always seems like an extra labor... at least at the beginning until I have enough of a syntax built to enable contextual relevance.
    With that preface I'd suggest you look at Deke McClelland's video tutorials now available online from Lynda.com. Start with "Photoshop CS3 One-on-One: The Essentials' followed by "Photoshop CS3 One-on-One: Beyond the Basics" and "Photoshop CS3 One-on-One: Advanced Techniques." After Deke's tutorials you will be prepared to dive into any of the many others Photoshop CS3 authors available on Lynda.com.
    http://movielibrary.lynda.com/authors/author/?aid=98
    When I first started Photoshop, it was so dense and alien that, even with several books to help, I considered myself only a beginner even after a year or so of intense struggle. Then I ran into Deke's training and felt that I made a huge jump in comprehension and skill set in a very short time. I would watch the training and during the first go would do the examples. After once through I would work with PS for a bit to let the training sink in and then watch once more followed by more work. After the third viewing, I'd absorbed almost all I was going to and Deke's jokes were old so it was time to move on.
    The training on Lynda.com is very reasonably priced for the value of the training and I would suggest Deke's tutorials to any beginner as a more effective way to start than books.

  • Recommend a good reference book and helpful links to configure ACS 5.x

    Hi Experts,
    I am new to Cisco ACS, Can anyone recommend me a good reference book and helpful links which will help me to configure ACS 5.x
    Thanks In Advance
    Kiran Kumar CH

    Hi Klaus,
    I found the Cisco Press book "AAA Identity Management" to be a good reference when I was getting started with ACS 5.x.
    http://www.ciscopress.com/bookstore/product.asp?isbn=1587141442
    Good luck,
    Nate

  • I shall be visiting Albania in October.  I want to take my Apple Macbook Pro with me but am advised to use a Line/Power Conditioner due to fluctuating electricity.  What is your view and what do you recommend?  Many thanks in advance.

    I have an Apple Macbook Pro 13" and will be visiting Albania with it in October.  Due to fluctuating electricity, I'm advised to take a line/power conditioner with me.  Which products do you recommend? Many thanks in advance.

    Many thanks for your speedy response.  First of all, I must point out that I'm a Brit and a technophobe.  This may explain my possibly foolish questions and answers.  I don't need a voltage converter but do need some kind of surge protector.  I've lived in India so have experienced first hand the devastating impact of fluctuating electricity. I said I needed a line conditioner because according to the recommended guide book: "The electricity supply in Albania is theoretically 220 volts AC.  In practice it is often very much lower.  Laptop batteries are usually resilient enough to cope with power spikes, but if you are travelling with sensitive equipment which could be damaged by voltage surges or brownouts, you should obtain a line conditioner......."  I checked on google and two recommended ones were APC Surgearrest 3020J and Tripp-Lite SK 12OUSB. I don't remember seeing Targus, Belkin or Kensington mentioned. What I'm really looking for is a good efficient one which is small enough to carry with me on any trip to a country with a dicy electricity supply.  The price is less important.  As you rightly said, it's important not to cut corners with electricity.  My main concern is protecting my UK bought Mac.  I'd be really grateful for your advice. I don't have a clue what to buy.  Thanks again.

  • Recently Got a Mac Book and was wondering if there is any software that Apple recommends to import my music/pics/video from my Iphone onto my computer. I no longer have the previous compture and if I sync my Iphone I'll lose everything.

    Recently Got a Mac Book and was wondering if there is any software that Apple recommends to import my music/pics/video from my Iphone onto my computer. I no longer have the previous computer and if I sync my Iphone I'll lose everything.

    This is the iTunes for Windows forum...
    You should be able to:
    Backup the device to the new windows installation
    Transfer your purchases into a newly authorized library
    Recover any other media using third party tools as suggested in this post from forum regular Zevoneer
    Restore the device from the backup
    This process should switch the association of the device to the new library, preserving the data and settings in your apps.
    May also be prudent to attempt a backup to iCloud directly from the device before you start... Settings > iCloud > Storage & Backup > iCloud Backup > On. It won't save any media but it would preserve the general account settings and documents in case anything goes wrong while you are trying to extract your other data.
    When you get it all fixed, make a backup! (Windows tip). For a Mac use Time Machine or Carbon Copy Cloner.
    tt2

  • For some reason, even though I have advanced features checked, the menu with green screen and all those isn't popping up when I drag the video on top of another one.

    For some reason, even though I have advanced features checked, the menu with green screen and all those isn't popping up when I drag the video on top of another one. Help?

    Hi
    I would trash - iMovie pref file - and re-try - sounds like this got faulty.
    • Delete iMovie pref. file. iMovie pref. file resides.
    Mac Hard Disk (start-up HD) / Users / "Your account" / Library / Preferences
    and is named. (one or more of these)
    com.apple.iMovie.plist
    com.apple.iMovie3.plist
    com.apple.iMovie7.plist
    com.apple.iMovie8.plist
    com.apple.iMovie9.plist
    com.apple.iMovieApp.plist
    and find
    com.apple.iApps.plist
    While iMovie is NOT RUNNING - move this/these file/s out on to desk-top.
    Now restart iMovie.
    If You run Mac OS X.7 or more - then the Library in the User-account folder is invisibly and need to be set to be viewable. IT IS NOT in the Library on Root level (when opening MacintoshHD - first window = root level)
    ( It can be done like this: Open Terminal, then enter:
    chflags nohidden ~/Library (exactly like this - space included)
    Press return, then restart, and it will always be visible until the next major update, when you do the same thing again. )
    Yours Bengt W

  • Infrastructure for installing advanced features like RAC, ASM and DataGuard

    I have been working in Oracle for an year now and would like to start working on advanced features like ASM, DataGuard and RAC. Currently I use a 32bit laptop with OEL6.3 installed with 4GB RAM. Is this system sufficient to install and practice  ASM, DataGuard and RAC. To be more specific I would like to know whether 32bit would suffice OR I need a 64bit  system for this?

    I'd say you are pushing it.
    These features are usually used in multi-server environments.
    You could work with multiple VM's, but 4 GB sounds very limited.
    I had a quick look at introduction to the Data Guard Hands On Lab, and it seems it's hosted in the Amazon Cloud.
    http://www.oracle.com/technetwork/database/features/availability/data-guard-hol-basic-427660.html

  • NEWBIE QUESTION: Recommended Books or Videos?

    know nothing about logic, just purchased express... can anyone recommend a great book, site, video for learning? thanks!

    Vtc has excellent tutorials, you can buy the cd or pay 30.00 a month for unlimited video tutorials in over 300 software programs, I learned how to use Sonar, Ableton, and A few Adobe and Macromedia prgrams. Now I am using logic now that I have an Apple G5 (5 days new) , which I find to be a lot easier to learn after taking the other tutorials, I was able to start recording from day 1 with Logic. I am not trying ro make this a DAW debate, but I prefer some of the features in Logic and some of the features in Sonar, either one will get the job done, but checkout VTC, you can even try out the first 5 or more lesson for free.
    http://www.vtc.com/modules/products/titleList.php
    G5   Mac OS X (10.4.8)  

  • ILife '06 Books and Calendars broken in iLife '08

    I just installed iLife '08, and immediately installed the iPhoto 7.0.2 update before launching the app. Now, all of the books and calendars that I created in in iLife '06 are broken. The formatting is certainly incorrect for the books and calendars, and also, when trying to edit the book, features seem to be missing, like the top horizontal strip that shows you all of your book's pages.
    New Books and Calendars created in iPhoto 7.0.2 seem fine.
    Any ideas on how to 'fix' these Books and Calendars?

    tvaziri:
    Welcome to the Apple Discussions. If the themes you were using are no longer supported in iPhoto 08 it may not be able to salvage the book in the theme you started. I had a book started in Storybook theme and after the conversion it was still OK except it now had a dust jacket included instead of the photo on the actual cover. There was a warning that if I changed themes I wouldn't be able to go back. I worked on it for a while and then decided to change to a supported theme. Don't know of any way to recover them except to change to a supported theme. Make a copy of the book, select and type Command-D, before you change.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • How do we duplicate FM books and retain cross-references?

    We are using FrameMaker 10 in a Windows 7 environment.
    This post is related to an earlier post of mine:
    http://forums.adobe.com/message/4237821#4237821
    Note: To resolve this issue, we are willing to completely reorganize our folder structures or our user guides themselves.
    We have the following contraints:
    1. Our clients often require us to give them user guides in Microsoft Word, so they can edit the content as they customize the product over the years.
    2. So, to avoid giving our clients Word documents that are in the vicinity of 500 to 600 pages in length (which often makes Word documents unstable), we break apart our user guides into two different guides: A procedure guide with step by step processes, and a guide that lists all windows and all window elements (tabs, fields, buttons, etc.).
    3. The procedure guide has several dozen cross-references to the windows guide.
    4. When we create WebHelp with RoboHelp, we combine the two guides together so the cross-references in the procedures are working hyperlinks to the corresponding window descriptions.
    And then we have one more constraint.
    Because we customize our product and user guides/online help for all of our clients, we start with a "baseline" starting point.  We have a "baseline" procedure guide, and a "baseline" windows guide.  So, we have to duplicate both of those guides to start customizing it for each client.  The customization changes about 40% of the starting "baseline" content, and we have several concurrent contracts with various clients (so, we don't want to solve the problem I describe here by continually adding new conditional text to the baseline content every time we start customizing content for a new client).
    So, we duplicate the two books when we start the customization process for a new client.  We duplicate the procedure guide, and we duplicate the windows guide.
    As you can imagine, we can use the "save as" technique in FM to preserve the cross-references that are internal within a single book, but we cannot figure out how to preserve the cross-references from the procedure guide to the windows guide.  We end up having to manually fix all cross-references in the procedure guide that point to the windows guide.
    Does anyone have an idea how we can regularly duplicate the original "baseline" books, and preserve the cross-references from the procedures guide to the windows guide?
    Thank you in advance for any ideas.
    Tim

    I believe that might work if you used the master document method. That said I strongly recommend that you research Word's master document method as everything I have read indicates the Word gurus suggest it has problems.
    Why would you want all these links working? If that is needed, shouldn't the user be accessing the online help?
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

Maybe you are looking for

  • Facebook notifications while using seperate email folders?

    I don't use the primary message folder because I like my emails seperate. When I get a Facebook notification via email, it would typically be intercepted by the FB app and would go to the location on the FB app (Like messages or notifications). This

  • How to create 3 levels of Top Level Navigation?

    Hi I have a requirement to create 3 levels of TLN in this manner: Role A RoleAFolderA   |   RoleAFolderB RoleAFolderAViewA   |   RoleAFolderBViewB In the help, it says I can have only 2 levels max. How can I configure the TLN to display the third lev

  • Improving Portal Performance

    Hi, We are looking at improving our Portal's performance.  At the moment, it seems like we can achieve this by adding either Java Instance or Server Instance.  I have read that if there are frequent access to the Portal, it would be best that additio

  • Do iMovie and iPhoto share source files?

    I want to pair down the photos and videos that I have stored in iPhoto. However, I do not want to mess up my iMovie projects.  I hope to eliminate the iPhoto files but keep the iMovie projects. Can anybody tell me if iPhoto and iMovie use the same ph

  • Where can I download an user guide for a HP laser jet printer p2055dn ?

    Where can I download an user guide for a HP laser jet printer p2055dn ?   [email protected]  This question was solved. View Solution.