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.
>

Similar Messages

  • I want to give "The Daily Show" as a gift for fathers day. Please Help

    I want to give "The Daily Show" as a gift for fathers day. But there is no "gift this item" link. I would like to give the multipass if possible. Does anyone know how to do this.
    Thanks

    thanks

  • 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 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.

  • 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

  • Okay, I just bought my husband an iPhone for Fathers Day...

    I need to know if we can share my Apple Acct (I have my iPhone & iTouch set up on the acct). I would like to be able to share apps, music, photos, etc but do not want to deal with the contact, calanders, alarms, etc getting mixed up and shared. Any tips and advise would be greatly appreciated please!!
    If it is determined that I need to set up an new acct for him, then is there still a way to share the above mentioned things easily?

    You can share iTunes content, no problems. But, for iCloud, FaceTime, iMessage...he needs his own separate Apple ID. You can create one here:
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/

  • I have downloaded several books into ibooks.  Started reading one and closed it when I was done reading for the day.  Now I want to access other books and when I open ibooks it goes directly to that first book.  What can I do? Help please.

    I have downloaded several books into ibooks.  Started reading one and closed it when I was done reading for the day.  Now I want to access other books and when I open ibooks it goes directly to that first book.  It does not give me the shelf to choose what book I want to read - goes directly to the first book. What can I do? Help please.

    There should be a Library button on the top left. If not ap the middle of the screen to get it to appear.

  • HT201359 What does it mean when a purchase is billed to "store credit"? Is it one of those iTunes gift vouchers? Only reason I ask is because I downloaded Ken Follit's FREE book from the 12 days of Christmas app and seem to have been charged 10.99 for it!

    What does it mean when a purchase is billed to "store credit"? Is it one of those iTunes gift vouchers? Only reason I ask is because I downloaded Ken Follit's FREE book from the 12 days of Christmas app and seem to have been charged 10.99 for it!?

    Thank you so much for the link. Am persevering thru it, will get there eventually, as I had already tried to press the Report a Problem link on the invoice, but it won' t connect to iTunes store on my iPad, it keeps saying can't connect. Infuriating. But thank you, you found me a link I would have taken ages to find.

  • 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

Maybe you are looking for