Desktop Publishing Books
Related Subjects: Greeting Cards Software
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

Used price: $15.99

Become A TextMate Power User Today!Review Date: 2007-05-25
Great book on a fantastic productReview Date: 2007-05-12
Do you have the power?Review Date: 2007-09-24
The font size in the Pragmatic Programmers books is a little larger than say the O'Reilly books, which I personally like. Easy on the eyes. Screenshots are clearly printed.
Readability:
I found the reading style conversational and easy to follow. Of course, with this type of book which includes many keyboard short-cuts you really need to be at your computer and using them to commit them to memory. Even a reading of the book will give you insights into the power available at your finger tips with Textmate.
Practicality:
If you spend any amount of time in Textmate, this is really a no-brainer. This book will help you be more productive and get more out of your chosen text editing tool.
Audience:
The book does not list an intended target audience, but if you use Textmate at all I would say you have a bulls-eye right on you.
Overall:
If you use Textmate get this book.
Get a Mac, get TextMate, get this book.Review Date: 2007-08-04
The funny thing is, to people who have never used TextMate for more than a few minutes the above phrase sounds like an exaggeration. It's not. (As long as you can accept the analogy of "really awesome code running on a Mac" = "robot ninjas"...)
Anyway, this book targets a pretty specific market: 1) Humans, 2) who own Macs, 3) and use TextMate. I'm here to tell you that, if you're human you should have a Mac; and if you have a Mac you should buy TextMate; and if you have TextMate you should buy this book. So there, now it covers everyone.
As with all of the Pragmatic Programmer books, I found this book to be concise without missing anything important. You may be thinking, "200 pages about a text editor!? That's crazy talk!" But you would be wrong, my friend. The amount of functionality built into TextMate is incredible, but I didn't even know the half of it until I started reading this book!
I don't want to give away the ending, but:
Three of my favorite simple features I didn't know about until I read this book:
- Pressing [ESC] to complete the word you're typing.
- The built in TODO list functionality (so crucial!!)
- [Cmd-Enter] to add a new line below this one and go to the beginning of it.
Things I wouldn't have been able to do without TextMate and this book:
- Edit some of my Bundles to make TextMate work even more how *I* like
- Complete an after-hours Web Site project *way* under time and budget
Seriously. TextMate is the One True Editor for Mac (it makes me loath using any other editor on any platform) and this is a great book for learning how to *really* take hold of its power.
The Power of TextmateReview Date: 2007-05-27
The Pragmatic Programmers' book, TextMate Power Editing for the Mac is a thorough introduction to TextMate. Edward Gray II has written a very accessible book, that covers the product very well.
The first third of the book is devoted to the basics - things you do every day in your text editor. The second third of the book dives into the details of some really sweet features of TextMate that you'll find yourself using all the time: bundles, snippets, macros and UNIX shell commands.
TextMate ships with over thirty 'bundles'. Each bundle is a directory of related files that provide additional functionality to TextMate. Let's say you're working on an HTML file. The HTML bundle will help you with loads of things related to your document: validate the syntax of the document, open the document in the default browser, refresh the document in the current browser session, insert open/close tags for the current word, strip all HTML tags from the document - just to name a few. Each bundle provides functionality that applies not only to the syntax of the language you're currently working with, but repetitive tasks that would apply as well.
As I mentioned, a couple dozen bundles ship with TextMate and many more are available for free download from various websites. You can even create your own bundles to extend the product in ways that only you can imagine. Here are a few of the bundles that ship with TextMate: Blogging, CSS, HTML, Java, Markdown, Objective-C, Python, Rails, Ruby, SQL, Subversion, Text, Textile, Xcode and XML. Bundles provide you with lots of help editing files and performing related tasks.
Snippets are a smart completion mechanism that go way beyond the simple concept of 'finish this word'. For example, if you are editing a Ruby file and you type array_object.ea followed by the TAB key (where 'array_object' is an arbitrary Array object), the snippet feature will automatically fill in the skeleton of the 'each' iterator, including the opening and closing curly braces, the text '|e|' with the letter 'e' highlighted. You simply type the name of the variable you want to represent the next element (or simply leave it as it is), hit the TAB key again and the cursor will be placed between the closing '|' character and the closing '}' character, ready for you to type in an expression. Very cool. This same trick works for dozens of different scenarios in your Ruby code. And that's just the snippets that apply to Ruby code. There are snippets that apply to a large number of file types.
You've probably seen macros in other editors and TextMate's macro facility works as you might expect: you start recording a macro, perform some actions and save the macro. TextMate saves the macros as XML files, so it's a snap to edit a macro after recording if you need to tweak it a bit.
The ability to fire off UNIX shell commands from within TextMate gives you another powerful tool to use while editing files. You can fire off one-liner shell commands by simply pressing the ^R key on a line containing a shell command. You can also use shell commands to act on all or part of the current document.
For the advanced TextMate user, the tail end of the book shows you how to create your own language syntax for use in TextMate, including how to describe the grammar of the language in terms TextMate will understand. So, if you program in some far out funky language that TextMate doesn't support out of the box, you can add the language grammar to TextMate and program away!
Overall, I found this book extremely useful and easy to read. TextMate ships with an excellent help system that will answer many of your questions. The TextMate Power Editing for the Mac book will take you beyond the built-in help and give you an in-depth guide for this great Mac application.

Used price: $44.54

good bookReview Date: 2008-02-10
Good hands on learningReview Date: 2008-07-21
Great BookReview Date: 2008-06-21
Great Place to StartReview Date: 2008-03-01
Outstanding textbook for starter and doers!Review Date: 2008-07-26

Used price: $2.91

ExcellentReview Date: 2004-10-07
Great for Intermediate to Advanced FMPro DevelopersReview Date: 2004-02-14
An excellent course in web developmentReview Date: 2003-08-31
Finally a book that goes beyond the basicsReview Date: 2003-08-15
Good book, flawed, but only source for this topicReview Date: 2004-08-15
However, this book definitely left me wanting more. I have been building a fairly sophisticated web application in CDML using the Web Companion, the web toolkit that comes built into FileMaker 6. This topic gets less than 50 pages, and feels light. Many of my questions went unanswered. This topic could have been 100 pages, easily.
Two other toolkits, Lasso and PHP, while great options, require you to acquire and install add-on software. Each gets 60+ pages in the book. It's great that there's additional information (possibly required to cover installation), but devoting that much space to things not built into FileMaker, while not giving enough depth to the built-in component, seems like the wrong focus.
Another flaw with the book is that it doesn't really cover larger-scale applications. You get information about how to access, search, modify, and delete data, but you don't really get advice about how to structure a full-blown web application. Things like managing user sessions, authentication, etc., really are not covered at all. You'll need another book (which won't use FileMaker as an example at all) to get information about these basic web application topics.
In the end, this book gave me enough information that I could get started, and a good enough CDML reference that I've been able to figure out a lot more on my own. That makes it quite a good book, well worth the money spent. I would love to purchase an expanded 2nd edition.
I should note that it remains to be seen how well this book will hold up after FileMaker 7 Advanced Server is released. There's a lot of changes in FileMaker 7, and all of the web functionality has moved to the Advanced Server (not yet released), so many things may change...

Used price: $14.99

Enthusiastic RecommendationReview Date: 2007-05-07
Money well spent on this book.
No Muss, No FussReview Date: 2007-02-09
Book is one example from beginning to end; presumably the author. Starts with some pictures and, step-by-detailed-step, ends with an avatar.
The only fault I found is that he doesn't mention Poser in the list of 3D modeling programs for human figures.
Look no further for detailed and anatomically correct human modelling! Excellent book!!Review Date: 2006-10-03
The author explains in great detail the process of modelling every body part (head,neck,arms,hands,legs,feet and torso) with anatomical references where they're most important.
I wanted a book which I could use as a definitive guide to model a detailed and anatomically correct human body or body part,and I'll look no further when I have to do so. It's also got a clever chapter about modifying the same model to create very different ones, and a good chapter about texturing and UVW unwrapping. Finally, it refers to cloth and hair (somewhat briefly) and,no,it DOESN'T cover rigging. But it does cover, extremely well, human modelling, which is what mr.Brilliant had set out to do,I assume. Very very good!
Pretty Good.Review Date: 2006-08-03
This is modeling for realism/cinematics and if you want to use this book to model in-game characters, you are out of luck. The was he teaches you to model is extremely high poly (especially in the head). The CD doesn't do much for you, it mainly just has naked pictures of the guy he models on it so you can copy exactly what he does. The book does give good information on the differences between modeling men and women, although it is fairly brief. He does go into UV mapping pretty good as well as modeling hair. The book doesn't, however, go into modeling clothing fairly well, just a short chapter. The book also doesn't even mention rigging, which I think is a crucial part in character modeling.
He thought of everything!Review Date: 2005-09-30
One thing that did make it a little difficult to use was that in the screenshots, the mesh was transparent and therefore you couldn't tell whether vertices were at the front or the back of the model. More screenshots with an opaque mesh would have made it easier to see the topology.
Overall, the explanations are concise and makes the task seem efficient, easy, and fun.

Used price: $17.94

Good manual for a beginning Website designer/creatorReview Date: 2007-10-12
After page 95 (or so), you jump right into Dreamweaver and are instructed as to its' functions. The Webpage you're building is a basic HTML page, and does not use any server-side technology like ASP, or PHP, or CGI/Perl.
It too is well layed-out, and step-by-step. I only wished that a deeper discussion of CSS integration was employed.
So, for the beginner, or for someone who likes to paper & pencil prep, I'd have to say that this is a worthwhile buy.
For the more advanced user, I'd have to say that you may be better off with more of a reference-style tome.
All said, I do not regret the purchase.
Dreamweaver 8 Design and ConstructionReview Date: 2007-07-16
I believe that the best way to choose website software is to understand what that particular program can do and how this may or may not suit your needs and your abilities. It doesn't help to buy software that can do seemingly magical things if you don't have a clue how to actually make it work. This book helps the reader understand the basics of the Dreamweaver 8 program with a taste of some of the more complex things that can be done.
Great for the money.Review Date: 2006-06-11
My only critique is that it seemed like we didn't even get to actually using Dreamweaver 8 until about page 100. Before that was an intro to general web-site concepts and HTML.
Anyway, it's an attractive and informative book that is priced lower than most.
Needs Color!!!Review Date: 2006-09-08
For anyone that uses Dreamweaver 8 on a daily basis this is a great reference guide but the layout editor could have done a much better job. If you care about content more than pizzaz, I think you will be happy with this book
**** RECOMMENDED
DREAMWEAVER FIELDS FOREVER!!Review Date: 2006-09-17
Campbell, begins by showing you how to devise your plan. Then, the author shows you how to develop a blueprint for your site. Next, he shows you how to add just about anything to the pages of your site. Finally, the author shows you how to take the working prototype that exists on your computer and publish it to the Web for all of the world to see.
This most excellent book serves an introduction to creating web sites using Macromedia Dreamweaver 8. More importantly, the focus throughout this book is that sound design and usability are inextricably linked.

Used price: $0.47

So colorful!Review Date: 2003-09-08
Wonderful!Review Date: 2003-08-04
Although there are fabulous ideas for most any party occasion, my favorite is the Pizza Party, which she provides nifty ideas for invitations, a banner, hats, a menu, place cards, placemats, and even a customized beer label. That's not all. She's even thought about providing to-go boxes for the morning-after pizza breakfast! So everyone will have a lasting way to remember the party, there's also an iron-on T-shirt transfer.
This book is very thorough and clever. It is a must for anyone who enjoys throwing parties and wants a fun, easy way to encourage their crafty nature while making a party more exciting and memorable!
Great ideas for everyone!Review Date: 2003-07-26
FanCraftic Party CraftsReview Date: 2003-07-23
Best Shower Ever! Also a Great Gift ...Review Date: 2003-07-23

Used price: $9.94

Harness the power of FileMaker Pro and XMLReview Date: 2003-05-22
Filemaker Pro 6 Developer's Guide to Xml/XslReview Date: 2003-05-28
The page layouts and presentation of the code and formatting is first rate. I was able to put what I learned into practice on day one of reading the book. This is a must have for all FileMaker Pro Programmers. I've recommended it to all my programmers. I recommend it to all who plan to ride the wave of the future with FileMaker Pro's XML features.
Ray Clements
Well-written and well-presentedReview Date: 2003-07-25
The Last WordReview Date: 2003-06-07
Where Was This Book When I Was Learning XML?Review Date: 2003-05-26
It is obvious when reading through this material, that Beverly Voth writes from experience. Her book is well researched, has a firm grasp of the FileMaker XML grammars and provides lots and lots of examples that make it easy for a developer to adopt this technology.
This book is full of useful tips, hints and clear explanations. There are many simple step by step exercises, XML and XSLT examples along with many do's and dont's that take the pain out of the development cycle.
The guide is complete with a useful list of resources, links and references and a glossary of acronyms and terms.
I use FileMaker applications everyday, I write stylesheets and now I always keep this book next to my computer as a quick reference and useful guide.

Used price: $14.40

The most informative Book for Flash on TVReview Date: 2005-05-25
MacIntosh & plugins needed to get full use of this bookReview Date: 2005-01-02
But look elsewhere if you only have a Windows computer and want to use only Flash for video work.
You Get Your Money's WorthReview Date: 2003-12-23
FlashTV! highly recommends this book!Review Date: 2003-01-20
Nicholas Da Silva, ...
Essential Reference for theNext Wave of FlashReview Date: 2002-12-12
Janet Galore and Todd Kelsey lay it all out clearly and write in an easy to read style that doesn't skimp on details. The entire book is laden with terrific artwork and helpful screen grabs that support the text. Very undaunting for the visually inclined.
The sections on video exporting, and postproduction effects was particularly eye opening. this section alone cleared a lot uncertainty for me.
While this book won't make the reader a better Flash animator/designer, it most definately will make any level Animator or designer a more informed artist. It will open a lot of doors personaly and in the hands of a talented, creative person, change the ever evolving face of the Flash community indelibly.


A valuable resource for flash animation professionalsReview Date: 2008-08-29
Excelent Foundation Cartoon AnimationReview Date: 2008-08-25
Great for understanding workflowReview Date: 2008-06-07
A must for all animatorsReview Date: 2008-04-08
This book is also amazing for those who already have knowledge of Flash or After Effects, but wish to enhance their skills or take their production to the next level.
After reading this book, my animation workflow and quality improved.
Best recommendations from here.
-Alex Volkov (Flash Animator)
Stretch beyond the mechanics of the Flash tools Review Date: 2008-03-01
The authors assume that the reader has a basic knowledge of Flash and the principles of animation. Because of this, you will find only a few step-by-step examples. What they do cover thoroughly is every phase of the production process for cartoon animation from planning, storyboards and animatics to post-production and delivery. The approach for this book is to examine working examples which can be downloaded from the publisher's website.
If you have ever created a complex character animation including lip synching and facial expressions, then you know that your character must be divided into a large number of individual animated parts. This is why the authors dedicate a whole chapter to organization and using the Flash library system to build character libraries. As you progress through the process from head comps and onward, the authors show when it is best to draw from scratch and when to use Flash symbols. Storyboards and animatics are next in the production process and the book covers several decisions that must be made such as choosing between traditional, hand-drawn storyboards and the digital method in Flash.
Moving from the planning stages to character creation, the authors discuss the technical and organizational issues such as Flash file structures and project architecture. They take a look at several working examples to give the reader a comprehensive overview of this topic. One of the most helpful aspects of this book is how the authors help you decide when Flash is not enough to get the job done and how to expand Flash's capabilities with plug-ins. They discuss several of their favorites, how to find more on the web and when to make your own.
One of the most important decisions that an animator will need to make is the choice between traditional frame by frame animation and tweening. The authors share their four step process for frame by frame animation and then discuss tweening and how to avoid common mistakes.
I mentioned earlier that the authors discuss the use of a dedicated motion graphic software such as After Effects to take your Flash project to a higher level of quality and sophistication. They discuss some of the advantages to using After Effects for editing and composition such as complex camera movements and 3D effects.
Flash has been plagued by one major drawback since its conception a decade ago and that is the extreme "digital" look of the vector artwork created in Flash. The authors share several tips and suggestions for enhancing your Flash project to achieve a more "hand-drawn" appearance to your animation including line styles and color choices. They also cover the digital equivalents for traditionally hand-drawn special effects such as distortion, drag, fade in/out and blurs.
This book was a joint effort of several authors. Tim Jones is an Emmy Award-winning producer and writer and head of production at ANIMAX Entertainment. Barry J. Kelly is an Emmy Award-winning editor and artist and is also a member of ANIMAX Entertainment. Allan S. Rosson is animation director at ANIMAX Entertainment and has over twenty years experience as an animator. David Wolfe was an animator at ANIMAX Entertainment and is now with Cartoon Network Studios.

Used price: $0.83

Book for a true 3d modelerReview Date: 2003-04-24
This is the best book for anyone serious about Max/Viz because it simplifies the modeling aspects a lot and even helps 3d novices to understand the gist of 3d modelling. Unlike a lot of Max books it dedicates a sizeable amount of time to modelling through tutorials. Most Max books I've come across treat modelling as a step child and dive into animation and materials. How do you animate without modelling?
Anyways I recomend this book to anyone learning Max/Viz it will prepare you for more advanced levels.
If your serious about VIZ you need this book!Review Date: 2001-01-26
Best 3D Studio BookReview Date: 2003-01-18
Inside 3D Studio VIZ 3Review Date: 2002-03-06
I cannot wait for the VIZ 4 book!!
Forget the Tutorials (icluded with Viz)Review Date: 2001-04-18
Related Subjects: Greeting Cards Software
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
'TextMate: Power Editing for the Mac' by James Gray is a perfect companion manual for all TextMate users that want to lift the hood off of this power app and get to the nuts and bolts. If you develop on a Macintosh on a daily basis for work or fun and want to learn more about what you can do to make your life easier, pick up this book and you won't be disappointed. Written well and coming in at ~200 pages, there are 12 chapters which will teach you goodies in TextMate like how to create and use Macros, using Find & Replace to quickly edit text, and much, much more!!
The Mac is a great tool for developing code and TextMate is a great app for writing it, make yourself a more efficient coder today!!
***** HIGHLY RECOMMENDED