Book Recommendation for PE 5

Could someone recommend a good "working" book for PE5 - the book that comes with the PE5 software doesn't really provide step by step information on how to do many basic things.

Depends exactly what you want to do with the program You could do a lot worse than get the "Missing Manual" - excellent book and the author hangs out here helping people for free.

Similar Messages

  • Book Recommendation for Fathers Day?

    I'm waiting for Illustrator CS4 Wow! to come out here in the UK as my next book purchase and I already have a couple of basic manual replacement books which I am steadily ploughing through.  I wonder if anyone could suggest a couple of titles I could give to my kids to distract them from the inevitible cheap aftershave alternative?
    I would like either a book that discusses more intermediate issues in Illy rather than the kind of very basic manual replacement books or if you're up for it, suggest a couple of illustration techniques that might be useful and help with my drawing.  I realised pretty quickly that a) Photoshop isn't good at taking your photos, b) Dreamweaver isn't that good at writing your code and c) Illustrator isn't up to drawing your drawings - Maybe a clickable "Inspiration Panel" should be a feature request?
    So either any recommendations for drawing techniques that would be useful for digital art and/or recommendations for interemediate level Illustrator techniques?
    Many thanks
    Martin

    Thanks for the suggestion but that's one of the books I already have
    and think it's one of the best Adobe Software help books I have out of
    all of them.  It's really well written and covers a lot of material in
    a practical way.  The other Illustrator book I have is by Deke
    McClelland which I find to be more like a reference manual than Mordy
    Golding's.
    Martin
    >--Original Message--
    >From: [email protected]
    >Date: 10/06/2009 15:25
    >To: "Martin Coleman"<[email protected]>
    >Subj: Book Recommendation for Fathers Day?
    >
    >Mordy Goldings Real World Adobe Illustrator CS 4

    >http://www.amazon.com/Real-World-Adobe-Illustrator-CS4/dp/0321573552

    >Mordy has a very clear way of writing.
    >

  • Book recommendation for Content Networking?

    Hi,
    Is there any books outhere on cisco CSS, GSS for a good readup?
    I know there's a whole lot of docs fr univercd, but was wondering if there are actually books on these products?
    Thanks.

    Thank you for your book recommendation. This sounds like an excellent book for learning Flash. From the description on Amazon, the emphasis of this book is on learning Flash with just a little information about ActionScript 3. Perhaps there is enough ActionScript 3 information in this book to get a good foundation with ActionScript, to learn the terminology and syntax?

  • Book recommendation for newbie

    I know the basics of Flash CS4, and would like to extend my knowledge by learning about ActionScript 3. My background is in graphic design (not math, not programming). Can anyone help with a book recommendation that would get me started with the basics of ActionScript 3?

    Thank you for your book recommendation. This sounds like an excellent book for learning Flash. From the description on Amazon, the emphasis of this book is on learning Flash with just a little information about ActionScript 3. Perhaps there is enough ActionScript 3 information in this book to get a good foundation with ActionScript, to learn the terminology and syntax?

  • Book Recommendation for Building Swing Applications

    I'm looking for recommendations on books for building swing applications from the ground up.
    I'm not a strong GUI developer. 95% of my experience has been strictly on back end development in many other languages. What little GUI experience I have has been with C++ (years ago) and most recently with HTML.
    I know what I want to develop, and even have the GUI design for my application drawn out. I just need a good book that can walk me through developing the interface in Java.
    I already have several books on Java. But, I find them somewhat limiting because they don't help me build the app from the ground up.
    Yes, I've tried the online book on the Sun site, "The Jfc Swing Tutorial: Guide to Constructing Gui's".
    Please offer some recommendations and reasons on why you like the book.
    Thanks.

    A few comments to that ....
    the first thing is understanding the LayoutManagers, that are available.
    I will give you a short guideline where they are usefull:
    FlowLayout - usefull for JLabel-JTextField combinations or several JButtons
    BorderLayout - usefull for the structure of basic containers
    CardLayout - usefull for every area of the screen, where you want to appear different panels
    GridLayout - usefull for a group of same-sized components laid out in a grid
    GridBagLayout - usefull for a group of components, that have different sizes, very flexible
    JTabbedPane - a special container, that is similar to CardLayout but with visible tabs to switch panels
    Normally you can say "I want that group at the bottom of the frame, that other group at its left side, that toolbar at its top" - if you can say so - that shouts for BorderLayout. If you can say "in this area I want to use several panels" that means CardLayout or a JTabbedPane.
    You see, if you have an idea, what the LayoutManagers do, you know exactly which area needs what Layout - so you have a guideline, which LayoutManager to use in that panel.
    To make an example:
    You want 3 buttons centered at the bottom of a frame - this 3 buttoms should be of that size, that is needed by the button texts. So, what to do:
    1. create a JPanel with FlowLayout
    2. create the buttons and add it to that JPanel
    3. create another JPanel with BorderLayout
    4. add that first JPanel to the second JPanel at BorderLayout.CENTER
    5. add this Panel to the ContentPane of the frame at BorderLayout.SOUTH
    that is a simple panel in panel construct - placing 3 buttons centered at the bottom of the frame. You have to play with that different LayoutManagers a little bit - the way you stick one panel in another changes the look of the GUI - if you know, how it changes (by playing with the examples of the tutorial), you will have that "from the ground"-experience, you are looking for - believe me.
    greetings Marsian

  • Book recommendation for the intermediate level

    Hi,
    I've just completed a collage java module which did a very good grounding in the basics, applets & awt. It also gave very short intros to threads & networking(sockets) but not much. I would like to follow this up with some more study on my own.
    What book would you recommend (intermediate level)for more advanced topics like networking, GUI development, beans etc
    thanks
    Willie

    You can also try the free tutorials at
    http://www-106.ibm.com/developerworks/views/java/tutorials.jsp
    They range from very basic up, are free, and mostly have been very good.

  • Book recommendation for database applications

    I'm a LabView newbie.  My primary work will be file and data manipulation using the database connectivity toolset.  Are there any books available to help with database applications?
    Thanks

    Hello Paul,
    I cannot offer much recommendation on books about development of database
    applications from the database end (though user ratings through places like
    Amazon have usually treated me right).   If you are interested in
    learning more about how the Database Toolkit for LabVIEW can be used, the Database Connectivity Toolkit
    Manual is a great (and comprehensive) resource.
    Hope this helps!
    Travis M
    LabVIEW R&D
    National Instruments

  • Seeking book recommendation for DBA best practices

    Good afternoon,
    I've been reading a lot of documentation on Oracle and learning quite a number of commands and different ways of doing things. The problem is knowing the commands is one thing, creating the context where they are appropriate/best is another.
    I am looking for a book where the authors share their experience as to "how to do it right" as far as database configuration, backups and all the "details" that are involved in setting up a sound, reliable, robust, manageable and productive environment. A book where the authors would present the "why" do it this way and not the other would be great.
    Effectively, I want to gain "experience" vicariously ;)
    Thank you for your help,
    John.

    Hi John,
    I am sure that you would like the Scaling book. Reason for that is the snippet of information that you have mentioned about your past work, the book goes into great detail of internals. As I said internals and you do research a lot, bookmark this site http://www.ixora.com.au (Steve Adams) and also get his book,
    http://www.amazon.com/Oracle8i-Internal-Services-Latches-Memory/dp/156592598X
    Fair warning that lots of stuff has undergone many changes since the book is written and Steve doesn't update the site also now but still, both are a very valuable resource to get into the deep of (some) things and get more clarity.
    I am too small to say anything about Jonathan, all I can say that he is just great! His book Practical Oracle 8i is really very good and also, you should bookmark his blog and site, http://jonathanlewis.wordpress.com and www.jlcomp.demon.co.uk. I would strongly suggest to read the co-operative FAQ from his website, http://www.jlcomp.demon.co.uk/faq/ind_faq.html
    Yes, its not correct to attribute something as a best practice given the fact that rarely, two environments would be essentially same. That's why I don't like to call anything as a best practice because when I say that in my sessions, it spreads a message that it must be done but actually the answer (mostly) is may (or may not) be . I suggest to know more about Oracle db's work, know what it can do, what are the tools it provides and then use them all wisely :) . Not sure how much I am correct :) .
    Regards
    Aman....

  • Portal 8.1 book  recommendations ( for reading)

    Hi I have recenly purchased a Portal 7.0 book which to be honest was not much use
    for Potral 8.1 development. Are there any 8.1 books out there?

    We are experiencing the same problem and are working on it currently. It seems the cache does not want to flush, not sure why. Will check back here later..

  • Book recommendation for Leopard 10.5.2?

    Does anyone know if there is a "How to . . . " book on the market now for Leopard that INCLUDES the 10.5.2 update?
    Thanks,
    Art

    With the exception of changes to Stacks (pretty minor), I don't think Leopard changed very much functionally with the release of 10.5.2.
    I like David Pogue's Mac books.
    http://www.amazon.com/Mac-OS-Leopard-Missing-Manual/dp/059652952X

  • Which O/S upgrade is recommended for a MAC Book Pro17 with Intel Core Duo 2.16 GHz

    Which O/S upgrade is recommended for a MAC Book Pro17 with Intel Core Duo 2.16 GHz
    I am using os x 10.4.11.
    Do I need to upgrade to 10.5.xx? Will this platform suport 10.6.xx? If 10.6 will work do I need to install 10.5 first?
    Thanks...

    Hi. Your computer can be upgraded to either Leopard 10.5 or Snow Leopard 10.6. 10.6 will be much easier to find and will be less expensive. Leopard is not required prior to upgrading to Snow Leopard.
    Stedman

  • Needed: Book(s) recommendations for beginner, needing to come up to speed for complexity quickly

    Hello all,
    I've been kind of thrown into the need to learn LV quickly. I've gone through the LV 101 videos, and got a decent start....but need to learn more in-depth quickly. I'm looking maybe for a book on amazon, that will get me as a noob started quickly...but also, something needed beyond just the basics of trying to explain the concept of the front panel and block diagram screens....
    I'm needing to get into learning how to wire up things like even structures...being able to allow the user to right click an object on the screen, present a drop down menu, and change the object based on their selection. I've posted here before looking how to do multi-colored indicators..and starting to get a grip on some of that, but still not yet...
    I'm looking at an example of an older version of the app I'm trying to create and improve on...and see how they were changing  a boolean indicator (they used a round one, but was flat unlike the LED shaped ones)..but they were able to change the colors of the text and control with three different background and text combinations both when it was clicked, and programatically when a trigger was pressed...etc.
    I'm seeing a structure they used called a "property node" and using colors under that to change it, it appears....I need to learn to understand that....but the application I have is a bit complex for me to track and figure out everything as it flows....
    I thought I'd seen a recommendation for a book on this forum called: Labview for Everyone...but that is dated 2006...would this be too old since I'm working with LabView 2011?
    Anyway, I'm looking through all the stuff in the NI site's Knowledgebase....but think getting a quality book that is a bit structured taking me from basics to more complex things would be the best way for me to learn and organize my thoughts.
    I've programmed (awhile back) with Delphi for Object Pascal...and some java with Eclipse. But with Delphi, I have worked with an IDE...putting object on a screen, and then setting and programming properties...but LV is a bit different, and I'm just not familiar with all the objects available to me..and the graphical programming rather than writing code in there to handle things..is a bit new to me.
    Anyway, hoping ya'll can give me some good book recommendations...and any links to web info greatly appreciated too.
    Thank you in advance!!
    cayenne 

    Norbert_B wrote:
    cayenne,
    without giving any special suggestion, i want to point out:
    Even "out dated" books can give you valuable information since the programming paradigm of LabVIEW (dataflow) is still valid.
    Ok, we have to admit that information on certain elements as well as esp. performance might not be true because of the changes LV had undergone over the years (e.g. compiler changes in LV 2009/2010).
    Adding to this, i urge you not only to look for technical expertise but also on "how do i approach a development task". I find this link a helpful source for this.
    hope this helps,
    Norbert
    Thank you for the reply. I'm looking at the link and it looks informative.
    I went ahead and bought the book LabView for everyone. One thing however, I read in one review, that the book is light on the topic of event driven vi''s......which is something I'm definitiely needing information on....simple examples would be even better.
    Any links or book recommendations on this particular topic?
    Thank you,
    C

  • E-business suite book recommendations

    Hi, I used oracle Apps 10.7 about 8 years ago (and can remember very little). I have only been doing core development DBA work since. I am interested in doing a bit of a tech refresh with 11.5+/12 and also RAC, I would appreciate any recommendations for books that will expedite the refresh and explain things clearly without too much "fluff".
    Many Thanks.

    I would suggest you start with Oracle Apps Documentation.
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    Oracle Database Documentation
    http://www.oracle.com/technology/documentation/database.html
    - Oracle Applications Concepts
    - Oracle Applications Installation Guide: Using Rapid Install
    - Maintaining Oracle Applications Documentation Set
    - Oracle Applications System Administrator's Documentation Set
    Once you get familiar with the architecture and the different components of Oracle Apps, consider the following:
    - Do an Apps installation yourself (on Linux/Windows)
    - Set up users/responsibilities/printers/CM ..etc
    - Practice Cloning
    - Apply Patches
    - Practice AutoConfig to manage system configurations
    - Upgrade Database/Application
    Go for Oracle Apps training if you can afford it. Moreover, consider to get the following books:
    Oracle Applications DBA Field Guide
    http://www.amazon.com/Oracle-Applications-DBA-Field-Guide/dp/1590596447
    Installing, Upgrading and Maintaining Oracle E-Business Suite Applications Release 11.5.10+
    http://www.amazon.com/Installing-Upgrading-Maintaining-E-Business-Applications/dp/0615141226/
    Oracle Applications DBA - Covers 11i and R12
    http://www.amazon.com/Oracle-Applications-DBA-Covers-11i/dp/0070077290
    Oracle Database 10g Real Application Clusters Handbook
    http://www.amazon.com/Database-Application-Clusters-Handbook-Osborne/dp/007146509X
    Oracle 10g RAC Grid, Services & Clustering
    http://www.amazon.com/Oracle-10g-Grid-Services-Clustering/dp/1555583210/ref=pd_sim_b_4
    Oracle blogs are good source of information; there are plenty of blogs available now:
    Applications & Apps Technology
    http://blogs.oracle.com

  • Photoshop Elements 7 tutorial book recommendation

    Hi - I'm looking for a recommendation for a practical, how-to book for Photoshop Elements 7.  I am new to the software and have purchased a book which is pretty good but it's still too much like a technical manual.  Two books by Avi Muchnick, "When Pancakes Go Bad: Optical Delusions with Adobe Photoshop" and "I've Got a Human in My Throat:  MORE Optical Delusions with Adobe Photoshop" teach how to use the software in a practical fashion using fun projects - not just telling me what each function does as most technical manuals do.  The sample images are also included so that the user can work along with the book making it a truly a hands-on experience which is what I want.  I'm told that most of what is in these books applies to PE7.  I have two questions:
    1.  If anyone has used either of these books, how well did you think they related to PE7?
    2.  What other book would someone recommend as a good hands-on PE7 tutorial?  I do not have a very fast internet connection so, for now, I would prefer to learn using a book with software if possible.  However, I know there is a wealth of good on-line tutorials out there so any recommendations for those would also be appreciated.
    Thanks!

    I have used "How to Cheat in Photoshop Elements 7" and found it interesting.
    But you can find lot of stuff online specific to your requirement.... Usually I prefer to read PSE blogs or online tutorials whenever I have any specific requirement in terms of Editing....

  • Java Book - Recommendations Needed.

    Recommendations for a good BEGINNERS book please.

    If you're completely new to programming then I'd suggest checking out some of the older books on first principles that they'll have available in your college library.
    This kind of foundation will massively reduce the learning curve for any language.
    Then hit the 2nd hand bookstores and find an earlier edition of one of the books mentioned above. All the marketing crap claiming that a new edition is completely updated is irrelevant to your needs. The core language has changed very little in about 6 years, (since the abortion that was the 1.0 event model was justifiably taken out behind the chemical sheds and shot), so anything 1.1 and onwards will suffice as long as you can get access to the errata pages on the web.
    Of course, the best approach is simply to use the free resources on this and other sites because the programming manuals aren't overly useful to students entering the field for the first time. I say this because you'll probably be looking at two types of task:
    1) Practical programming (probably so simplistic that you'll be able to solve with reference to the API docs)
    2) Theoretical stuff (Better to look to academic books, trade journals, etc.)
    Try:
    www.theserverside.com
    www.javaranch.com
    www.javaworld.com
    www.oreilly.com
    if you want to be overwhelmed with information...

Maybe you are looking for

  • What is wrong with my 2730p? (Lag, Mouse Device Problems)

    long story short, i have been having tremendous usability issues with my laptop, including mouse problems and tremendous lag (both with and without the hdd), and missing/broken system files which sfc/ scannow fails at fixing. the system in question h

  • I want to force iTunes to organize my mp3/mp4 files as I want and show that when I launch iTunes

    I find file management in iTunes to be very unApple like. Periodically I import mp3 or mp4 files that show up under music when I launch iTunes. I would like to name and order them by date and put them in a folder, album, or some collection item to fa

  • Internal camera doesn't work after Firmware Update

    Hi everybody, I had some troubles after updating the Firmware to version 1.1 on my MacBook (the black model). Since the update my camera (the one mounted on top of the screen) doesn't work any longer (it keeps capturing a plain green picture) and the

  • How to combine pdf files on Mac?

    I've got multiple PDF files, is it possible to combine them into one PDF file? I need to merge them for more convenient use. Any help would be appreciated.

  • Javax.faces.el.EvaluationException error in ADF

    Hi, I have a page which uploads a document to the database. In the same page, I have a ADF table which didsplays the document attached. Every time I attach a new document, the table should get refreshed. The table has two rows. (Primary key value, an