Amazon.com
Good software starts with a good design, and the subtitle of Applying UML and Patterns, "An Introduction to Object-Oriented Analysis and Design (OOA/D) and the Unified Process" reinforces that that's what this book is about.
The first edition of Applying UML and Patterns became a standard. The second edition uses the unified process (UP) as the iterative process within which OOA/D is introduced, and extends the case study used in the first edition. Other changes have been made to reflect the growing consensus on the most effective ways to work with OOA/D and patterns.
Although you will learn UML, this isn't what Applying UML and Patterns is all about. It's designed to teach you to think of software as a collection of objects with properties and to manipulate the relationships between them. This is far more profound.
The case study enables Craig Larman to carry the design through to Java code. In practice, you will need a basic understanding of OO programming to benefit from Applying UML and Patterns, though you needn't know Java--you can implement the designs in the OO language of your choice with equal facility.
When it comes right down to it, Applying UML and Patterns is all about providing you with a language in which to think about software design. This is quite different from learning a language in which to code a design.
A facility with OOA/D will enable you to design and discuss programs independent of code, to produce more elegant and maintainable software, and to take a 30,000-foot view of the way your software interacts with the world. In effect, it can shift your viewpoint from that of a mechanic to that more sophisticated viewpoint of an engineer. Recommended. --Steve Patient. Amazon.co.uk
Book Description
People often ask me which is the best book to introduce them to the world of OO design. Ever since I came across it, `Applying UML and Patterns' has been my unreserved choice. Martin Fowler, author, UML Distilled and Refactoring
The first edition of Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design quickly emerged as the leading OOA/D introduction; translated to many languages and adopted in universities and businesses worldwide. In this second edition, well-known object technology and iterative methods leader Craig Larman refines and expands this text for developers and students new to OOA/D, the UML, patterns, use cases, iterative development, and related topics.
The book helps newcomers to OOA/D learn how to think in objects by presenting three iterations of a single, cohesive case study, incrementally introducing the requirements and OOA/D activities, principles, and patterns that are most critical to success. It introduces the most frequently used UML diagramming notation, while emphasizing that OOA/D is much more than knowing UML notation. All case study iterations and skills are presented in the context of an agile version of the Unified Process -- a popular, modern iterative approach to software development. Throughout, Larman presents the topics in a fashion designed for learning and comprehension.
Among the topics introduced in Applying UML and Patterns are: * requirements and use cases, * domain object modeling, * core UML, * designing objects with responsibilities, * Gang of Four and other design patterns, * mapping designs to code (using Java as an example), * layered architectures, * architectural analysis, * package design, * iterative development, * the Unified Process.Foreword by Philippe Kruchten, the lead architect of the Rational Unified Process.
Too few people have a knack for explaining things. Fewer still have a handle on software analysis and design. Craig Larman has both. John Vlissides, author, Design Patterns and Pattern Hatching
This edition contains Larman's usual accurate and thoughtful writing. It is a very good book made even better. Alistair Cockburn, author, Writing Effective Use Cases and Surviving OO Projects
Customer Reviews:
A great reference, had to get the UML 2.0 edition.......2007-10-06
I found the previous edition 5 years ago, and completely marked it up. This book was instrumental in passing the OOAD test certification.
I continued recommending this book to my colleagues.
Then found the UML 2.0 edition, and plan on using this book as much as I did.
First book for anyone learning to create business software.......2007-08-11
Craig Larman's classic has reach 10 years of prime position on my professional book shelf, the 1st edition now replaced with the 3rd. Whenever anyone asks for an introduction to UML, this is always my first recommendation. Though the book focusses on software construction from scratch, it still contains much brilliant guidance for enhancement work or implementation of software packages.
This book takes you in a logical, distilled process through pragmatic application of Unified Modelling Language on real projects for which people pay. Of course the examples are simple, but relevant and helpful. The book is chock full of diagrams and little text, which makes it quick to read and easy for reference.
You could do little wrong if you used only this book to guide your first application of UML to a real project.
Review of Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development (3rd Editi.......2007-07-19
I have 30 years in the industry (and in different industries in IS management) and one thing I dislike is the author's persistence do down-grade the waterfall or modified waterfall models. He should be more objective on his comments since the waterfall and modified waterfall do have their merits on projects -- refer to "Rapid Development, Training Wild Software Schedules" by Steve McConnell, Microsoft Press, ISBN 1-55615-900-5. I have used them very successfully on big programs. The key here is, with any model, in order to be successful you need quality communications with ALL stakeholders. Just like in our personal life's, communications is everything; the models can be secondary.
The author should also strictly follow the attributes of writing good requirements. On page 72, he wrote for "frequency of occurrence", "Could be nearly continuous". Now, I ask, how ambiguous is that????
The single best book for your OO development team.......2007-07-06
As others have pointed out, the content on OO analysis and design is excellent. Equally important - Larman's book is also an excellent on "process".
Unlike many books that simply focus only on "programming", Larman gives you a working examples and excellent advice on overlapping fields like "requirements", "testing", "architecture" and "project management".
Craig Larman's "Applying UML and Patterns, 3rd Ed" is a wealth of practical advise, covering *all* significant aspects of successfully defining and implementing a non-trivial software project. If your team were to choose only one book as your "Bible" - this would be that book.
Excellent Work!.......2007-04-23
As pointed out by many, this book is a very nice introduction to Object Oriented Analysis and Design. The author's explanations were very clear. This book covers agile practices, UML, many patterns including Gang of Four (GoF), and software architecture. Overall I really enjoyed reading this book. From an industry standpoint as well as an academic standpoint, I believe this book does an excellent job. This book will be part of my library for a long time to come. Highly recommended.
Book Description
You're not alone.
At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on...something else. Something more challenging. Something more complex. Something more fun.
You want to learn about the patterns that matter--why to use them, when to use them, how to use them (and when NOT to use them). But you don't just want to see how patterns look in a book, you want to know how they look "in the wild". In their native environment. In other words, in real world applications. You also want to learn how patterns are used in the Java API, and how to exploit Java's built-in pattern support in your own code.
You want to learn the real OO design principles and why everything your boss told you about inheritance might be wrong (and what to do instead). You want to learn how those principles will help the next time you're up a creek without a design pattern.
Most importantly, you want to learn the "secret language" of Design Patterns so that you can hold your own with your co-worker (and impress cocktail party guests) when he casually mentions his stunningly clever use of Command, Facade, Proxy, and Factory in between sips of a martini. You'll easily counter with your deep understanding of why Singleton isn't as simple as it sounds, how the Factory is so often misunderstood, or on the real relationship between Decorator, Facade and Adapter.
With Head First Design Patterns, you'll avoid the embarrassment of thinking Decorator is something from the "Trading Spaces" show. Best of all, in a way that won't put you to sleep! We think your time is too important (and too short) to spend it struggling with academic texts.
If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, Head First Design Patterns will load patterns into your brain in a way that sticks. In a way that lets you put them to work immediately. In a way that makes you better at solving software design problems, and better at speaking the language of patterns with others on your team.
Customer Reviews:
Well written book.......2007-10-21
First I was a bit skeptical. But this book turned out to be a pleasure to read.
Not All That.......2007-10-10
The authors miss the point on pg 139 in their description of Dependency Inversion. They say, "It suggests that our high level components should not depend on our low level components; rather they should both depend on abstractions". The real point of the pattern, if you read Robert Martin original description of the pattern, Agile Principles, Patterns, and Practices in C# (Robert C. Martin Series), is that neither should depend on the other. No concrete dependency and no abstract dependency; independent. The description these authors offer does not describe dependency inversion; it instead displays the weakness of dependency on abstractions Mr Martin wrote about in his original description of the pattern. The only dependency should be the object(s) or data passed between them but the authors fail to make this point. Mr Martin's book is brilliant.
Excellent Intro.......2007-10-07
Easy to read and follow.
All the examples are in Java and I'm not a Java programmer, but I can understand the examples.
This books is not a pattern catalog. Only the fundamental patterns are presented.
An excellent place to start learning about design patterns.
Love it or Hate it and I hate it.......2007-10-03
I just felt the strong urge to write a review. I usually don't write reviews. My opinion about this book is either you will love it a lot or hate it to the core. I hated it. Their writing style is not conventional. So please go to a book store and read a few pages and see if you like this style of writing. Even though when I first read, I thought I liked it, I realized I don't like this style of writing for a technical book
Excellent learning style.......2007-09-26
I think the book is great for learning what it was written to teach. I found it easy to read and stay in its pages for a longer period of time. If you've read computer related books you know what I'm talking about. I would definitely recommend this book if you ware getting into design patterns and want to get a rock solid foundation. One consideration though, you really need to know something about Java or C#. If you are completely unfamiliar with OOP languages altogether, you might want to tackle that subject before this one.
Customer Reviews:
Misses out on the important patterns.......2007-08-07
This book is a complete beginner's handbook for enterprise patterns.
1) The "Mapping to Relational Database Patterns" section discusses patterns that are completely intuitive. I recall logically coming to this conclusions when I started programming in Visual Basic in 99. Nothing new in this section.
2) The "Concurrency" section is criminal in nature and assumes that the application runs on high-cost server. Process-per-session? Thread-per-request? Come on!! Has the author missed out on the Reactor, Proactor and Active Object patterns (he does reference ACE but only as a reference). These patterns have been recognized as not scalable in the late 90s.
3)The distribution patterns are clearly incomplete and desire a lot of details.
If you're just starting out,as a System Architect :-), you'll find this useful. Otherwise, use MSDN or ACE for enterprise patterns.
Must have reference for all developers.......2007-07-16
Even if you don't do "Enterprise Application" development, this book is a must have in your library. If you have been developing for more than a couple of years and you haven't seen 1/2 of the patterns in this book, then you are probably doing something wrong and this book could greatly help you.
Even if you do know 1/2 or more of the patterns in this book it is a great reference to the details of these patterns. Unless you are a Sophomore Software Engineering Student I'd recommend this book over the GoF book. Gof is a must have too, but if you can only have one. Get this one!
Must read.......2007-04-05
This is a must read book if you are a developer, architect or in anyway related to technology.
Great reference for building business apps.......2007-03-13
For me, this book is an invaluable reference for building business apps.
Want help choosing a framework? Want some guidance for solving common business problems? These patterns help solve these kinds of problems.
NOTE: I have tried to find other sources for these patterns, and I have only found Fowlers website, which is really only a summary and recommends purchasing the book.
This book has examples in both Java and C#. You can certainly use these patterns in .NET.
Under .NET you are not actually forced to use the Table Model. I think the purpose of this book is to help you realize this.
There are frameworks for .NET that use the Domain Model and Data Mapper patterns, but you would never know this unless you were familiar with the patterns in this book.
For me, reading this book didn't allow me to write new code, but it did allow me to understand my choice to use a particular framework/technique over another.
Educates you on Enterprise Architecture.......2007-03-10
As a newcomer to enterprise architecture this book educated me on possibilities for decisions to be made in designing an enterprise architect. It will also give you a language for describing existing characteristics of an existing enterprise application which may use some combination of the patterns describe in this book. The discussion of where to keep session state for a webapp was particularly helpful to me.
Amazon.com
Design Patterns is a modern classic in the literature of object-oriented development, offering timeless and elegant solutions to common problems in software design. It describes patterns for managing object creation, composing objects into larger structures, and coordinating control flow between objects. The book provides numerous examples where using composition rather than inheritance can improve the reusability and flexibility of code. Note, though, that it's not a tutorial but a catalog that you can use to find an object-oriented design pattern that's appropriate for the needs of your particular application--a selection for virtuoso programmers who appreciate (or require) consistent, well-engineered object-oriented designs.
Book Description
Now on CD, this internationally acclaimed bestseller is more valuable than ever!
Use the contents of the CD to create your own design documents and reusable components. The CD contains: 23 patterns you can cut and paste into your own design documents; sample code demonstrating pattern implementation; complete Design Patterns content in standard HTML format, with numerous hyperlinked cross-references; accessed through a standard web browser; Java-based dynamic search mechanism, enhancing online seach capabilities; graphical user environment, allowing ease of navigation.
First published in 1995, this landmark work on object-oriented software design presents a catalog of simple and succinct solutions to common design problems. Created by four experienced designers, the 23 patterns contained herein have become an essential resource for anyone developing reusable object-oriented software. In response to reader demand, the complete text and pattern catalog are now available on CD-ROM. This electronic version of Design Patterns enables programmers to install the book directly onto a computer or network for use as an online reference for creating reusable object-oriented software.
The authors first describe what patterns are and how they can help you in the design process. They then systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. All patterns are compiled from real-world examples and include code that demonstrates how they may be implemented in object-oriented programming languages such as C++ and Smalltalk. Readers who already own the book will want the CD to take advantage of its dynamic search mechanism and ready-to-install patterns.
Customer Reviews:
WOW!!!.......2007-09-13
Being a total noob to programming, my friend got me into learning about Objective-C and Cocoa. I have bought many books on the subject and I'd like to say that this book helped me with my understanding of objective-c programming language.
Thanks to the authors
Wonderful but it is difficult.......2007-09-05
The book is wonderful and samples are very exciting and meaningful.But book is difficult,if you don't have any idea about design patterns,you cannot learn easily from his book.But If you are not new about Design patterns,this book is very useful.
Fantastic Book.......2007-08-12
I would recommend this book to any software developer, architect, or designer. Fit for all levels of experience. It is clear why this is so often referenced in other development literature.
A Thorough Introduction.......2007-08-12
I have read this book many times over. I purchased
this book many years ago and I still reference it today. For those
who are interested in OO design this is the best book I have read,
followed by John Lakos "Large Scale C++ Design". This book will
have you thinking about how to design software, and if you are
diligent, eventually you will be designing your own patterns.
This book is a definite must for any language, since it will
change the way you view software.
Great book.......2007-08-05
I found the case study very helpfull. The patterns explained in a very clean way, so I recomand every developer that is interesting in design patterns, refactoring etc to read it.
Book Description
"Head First Object Oriented Analysis and Design is a refreshing look at subject of OOAD. What sets this book apart is its focus on learning. The authors have made the content of OOAD accessible, usable for the practitioner."
Ivar Jacobson, Ivar Jacobson Consulting
"I just finished reading HF OOA&D and I loved it! The thing I liked most about this book was its focus on why we do OOA&D-to write great software!"
Kyle Brown, Distinguished Engineer, IBM
"Hidden behind the funny pictures and crazy fonts is a serious, intelligent, extremely well-crafted presentation of OO Analysis and Design. As I read the book, I felt like I was looking over the shoulder of an expert designer who was explaining to me what issues were important at each step, and why."
Edward Sciore, Associate Professor, Computer Science Department, Boston College
Tired of reading Object Oriented Analysis and Design books that only makes sense after you're an expert? You've heard OOA&D can help you write great software every time-software that makes your boss happy, your customers satisfied and gives you more time to do what makes you happy.
But how?
Head First Object-Oriented Analysis & Design shows you how to analyze, design, and write serious object-oriented software: software that's easy to reuse, maintain, and extend; software that doesn't hurt your head; software that lets you add new features without breaking the old ones. Inside you will learn how to:
- Use OO principles like encapsulation and delegation to build applications that are flexible
- Apply the Open-Closed Principle (OCP) and the Single Responsibility Principle (SRP) to promote reuse of your code
- Leverage the power of design patterns to solve your problems more efficiently
- Use UML, use cases, and diagrams to ensure that all stakeholders are communicating clearly to help you deliver the right software that meets everyone's needs.
By exploiting how your brain works, Head First Object-Oriented Analysis & Design compresses the time it takes to learn and retain complex information. Expect to have fun, expect to learn, expect to be writing great software consistently by the time you're finished reading this!
Customer Reviews:
A good book is made of good stories - and that is the case.......2007-09-23
I have already read quite a lot of Head First Series books. I have to admit that I have already been a little bit tired by almost the same pictures in all the Head First books. So after long pause I have decided to open the book. I was positively surprised I have found very good stories explaining main aspects of OOAD in real world. You can read the book even on sundays afternoon instead of some novels. It teaches you OOAD basics (and even a lot more) by nonintrusive method. Before reading the book I recommmend to think about Head First Design Patterns too.
Could be only 30 pages; has good topics.......2007-08-30
I have read this book after Head First Design Patterns and I expected a similar level, but I am disappointed a little. This book has good topics and it is good for start, but I think that the useful information in it could be told in 30 pages instead of almost six hundred.
Great Book, very easy to learn.......2007-08-25
I already know the family Head First and this one specially is very important in every Object Oriented developer. Very easy to study and learn with this book.
for the beginner's beginner.......2007-07-15
I was quite disappointed with this one. Way, way too much fluff. I kind of liked the "fluff" on the Head First Design Patterns - because design patterns is a hard topic and it helped. But for this one? Gosh, that doggy door use-case example got _really_ boring after 50 pages, I was withering in pain. This book is for the absolute beginner. Professionals and CS grads might want to stay away from this.
Good Book, Bad Title.......2007-06-29
Fine enough book, but in case you were hoping for a book on Business Systems Analysis and Design using Object Oriented Techniques... this is not it. Should be Re-named to "Head First Object-Oriented SOFTWARE Analysis and Design in Java". Did this book really need to be so programming language dependant??
Book Description
Designing a good interface isn't easy. Users demand software that is well-behaved, good-looking, and easy to use. Your clients or managers demand originality and a short time to market. Your UI technology -- web applications, desktop software, even mobile devices -- may give you the tools you need, but little guidance on how to use them well.
UI designers over the years have refined the art of interface design, evolving many best practices and reusable ideas. If you learn these, and understand why the best user interfaces work so well, you too can design engaging and usable interfaces with less guesswork and more confidence.
Designing Interfaces captures those best practices as design patterns -- solutions to common design problems, tailored to the situation at hand. Each pattern contains practical advice that you can put to use immediately, plus a variety of examples illustrated in full color. You'll get recommendations, design alternatives, and warnings on when not to use them.
Each chapter's introduction describes key design concepts that are often misunderstood, such as affordances, visual hierarchy, navigational distance, and the use of color. These give you a deeper understanding of why the patterns work, and how to apply them with more insight.
A book can't design an interface for you -- no foolproof design process is given here -- but Designing Interfaces does give you concrete ideas that you can mix and recombine as you see fit. Experienced designers can use it as a sourcebook of ideas. Novice designers will find a roadmap to the world of interface and interaction design, with enough guidance to start using these patterns immediately.
Customer Reviews:
Good but not user-friendly.......2007-06-16
This book does to UI design what the well-known "Design Patterns" did for software design. Many readers, specially those experienced in graphical and UI design will find much of the content familiar, when not trivial, but the purpose of a "pattern language" book is not to break new ground but to formalize and explain a well known language.
The book is beautifully laid out and illustrated. The amount of theory preceding each group of patterns seems right on the mark.
¿Why the low star rating?
The book's binding broke before I finished reading it, something that's completely not user-friendly. If you're not in a hurry I'd wait for a second edition that fixes the problem.
A good reference and prefab pattern library........2007-04-30
I found this a bit shallow as a read-through textbook or handbook, but it should make a very useful reference and may serve well as a prefab pattern library. I think it will serve best for those working on web sites and web apps, though it also covers desktop apps.
Designing Interfaces.......2007-04-24
Designing Interfaces is a great book to get you started on the subject, wether you are a designer or a developer, this books will show you how important is to *design* you application.
Concepts are presented as design patterns and they are intended to help you resovle real world problems, some knowledge of UI design is recommended but every patten is described and explained very well, the use of the "Use When", "Why" and "How To" sections will give you al the information you need to know to make a decision on the use of any specific solution.
From web forms to destop application, this books will show you the right way to make the user's interaction experience as simple and intuitive as possible.
Jump-started my problem-solving process.......2007-03-21
Having already read through the first few chapters, today I sat down with an explicit need: to solve a problem that involved searching and filtering a large set of data. This book came through for me. Yes, some of it appears obvious when you first read through, but once you have a specific problem to address, its true utility emerges. I opened to the Showing Complex Data chapter, and as I read through, ideas began to form. Some came directly from the book, others were inspired by or related to what I was reading. I took notes, and those notes helped me develop the questions about the data and the users I need to answer in order to continue.
When you're faced with a design challenge, and you're a bit stymied as to how to proceed, this book will help move the solution forward. Even if you think you have a solution, this book can help you make it fresh and creative.
Usefull, Concise - Great.......2007-02-24
This is a really usefull book. It's also simply interesting to read.
Book Description
Portable, quick to knit, and universally wearable, new knitters have recently been discovering socks in droves, while Interweave Knits magazine has been providing original, beautiful patterns for a decade. Featuring 25 beautiful and timeless sock patterns for every occasion in a range of techniques, traditions, and designs, many of these patterns have become unavailable as original issues of Interweave Knits went out of print, but are available once again in this inspired collection. Highlights include a tutorial for knitting socks on two circular needles, instructions for making resoleable socks, and six completely new designs for those avid knitters who may have every issue of Interweave Knits magazine.
Customer Reviews:
such fun.......2007-10-24
Ok I don't get excited about many books but this one is just fun. I have had the best time picking patterns to try. I have a feeling this will be the Christmas of the socks.
Great resource.......2007-07-25
I've been knitting for several years, but I was nervous about socks--even though I'd already been using the techniques that make people afraid of sock knitting (e.g. kitchener stitch, short rows, dpns). But my best friend--a non-knitter--bought me this book for my birthday, so I figured I would give it a shot. The book is very sturdy and well-constructed, and the pictures and layout are attractive. The twenty-five patterns vary from beribboned knee socks to resoleable socks, lace socks to Eastern European footlets. (Most of the patterns are reprinted from Interweave's back issues--which wasn't an issue for me because I'm not a subscriber, but N.B.) Most patterns are written to fit women's feet, but many offer men's and children's sizes as well. I started out with a pair of the Retro Rib socks to make for my husband, making him promise he would wear them... And they're just lovely. This book is a great resource, and I'm sure I will go back to it again and again.
Socks, socks and more socks.......2007-07-25
Socks have long been a popular item for knitters to make. Portable and requiring relatively small amounts of yarn, they can be as complicated or as simple as a knitter desires. For many knitters, they are the perfect way to try out a new technique while make something inherently useful, and ensure that loved ones' feet are kept warm.
From the second issue of Interweave Knits, sock patterns have been an integral part of the popular magazine. Ann Budd and Anne Merrow have combed the archives and selected seventeen of their favorite designs for inclusion in Favorite Socks: 25 Timeless Designs from Interweave. From Meida's Socks, Estonian-inspired lace socks by Nancy Bush (1997), to the Waving Lace Socks, a popular design by Evelyn A. Clark featured on the book's cover (2004), there is sure to be an old favorite for everyone.
Patterns have also been pulled from sister publications PieceWork and Spin*Off, offering patterns that many knitters have never seen before. To round out the collection, six new patterns have been included.
Many of the original issues of Interweave Knits have gone out of print and Favorite Socks ensures these patterns are accessible for a new generation of knitters. Besides providing many classic patterns, this collection also includes a helpful tutorial on knitting socks on two circular needles, instructions for making resoleable socks and both toe-up and top-down instructions.
Published with a hardcover and a spiral binding so the book opens flat, Favorite Socks is sure to win pride-of-place in many knitters' libraries. Patterns range from the basic Retro Rib Socks suitable for beginning knitters (Winter 2004 issue) to the elegant Anniversary Socks in a cashmere/silk blend (PieceWork, Sept/Oct 2003) or the Eesti Trail Hiking Socks in colorwork (Winter 1997) for knitters who seek more of a challenge.
A Knitalong (KAL) has already poppedup at www.favoritesockskal.blogspot.com for Favorite Socks and is open to anyone who wishes to join. As the organizers state: "This is the place to share your photos, suggestions for yarn substitutions or variations, or any other creative ideas related to the patterns from the book."
Armchair Interviews says: Warm feet will sound good in winter.
every pattern is a prize.......2007-07-09
The spiral binding is the best idea for any kind of craft book. And the patterns! Every one is different so that you are learning many different types of sock construction. Some are plain and some are incredibly fancy, but there is not one that I wouldn't make. The best knitting book I ever bought!!!!
A Must Have!!.......2007-07-06
Your thinking "I have the magazines why buy this book". This is a great book. I would love to knit each of these socks. The spiral edge should be on every knitting book. The size of this book is great for carrying in a purse or medium size knitting bag. The patterns are easy to read and follow. I can not wait to cast on and start knitting. This is a must have for sock knitters.
Book Description
over 14,000 hits every day
Fitted Knits features 25 projects, beginning with simple T-shirts and shrugs and moving on to more advanced sweaters, cardigans and skirts. The book also includes a comprehensive section covering the skills necessary to create a well-fitted garment, removing the guesswork from customizing patterns. Each project includes customization tips and tricks, describing to the knitter how to tell when and where increases and decreases should be placed to create the most attractive shaping.
Customer Reviews:
Absolutely guaranteed your clothes will fit.......2007-10-26
Because the author instructs us to create these sweaters from the top down, and outlines exactly how to do this, it's simple to try the project on as you work with it- and if you're not absolutely satisfied, there's a helpful section in the very front of the book that teaches you how to alter the project until you are. It's all well and good that many patterns are written for people who fit neatly into categories like small, medium, large, etc.- but this book will help you fit the clothing you make to flatter your body. If you're busty but thin, there's instructions to increase the chest and decrease the waist. If you're flatter but have voluptuous hips, the pattern will show you where to stop increasing for the chest, and where to start increasing for the hips early. If you have no curves... if you have lots of curves... the versatility of the projects, ease of their creation and beauty of the finished pieces make this book an absolute must.
worth the money.......2007-09-27
I own hundreds of knitting books. Many sit on shelves and I never go back to them. This will not be one of those. The designs are great, the techniques are great for reference when I design.
Finally, knit patterns designed to fit!.......2007-09-26
I cannot stress how much I love this book. I am not petite in height, (5'5") but I am slender and usually find myself making alterations to clothing and knitted patterns using variations on children's body measurements and adult's sleeve lengths. Even then, I often find myself steeking to attain the proper fit. The patterns in this book can be knit for a range of sizes, all of which are designed to produce a flattering fit. This book has put me on the lookout for others like it!
Fabulous!.......2007-08-29
Wow, the book just arrived--the designs are wonderful! Every single one is so cute...I can't decide which one to start with. This is a book I will reach for over and over for inspiration! I can't wait to try her technique for knitting from the top down.
Awesome!.......2007-08-21
Even the more 'complicated' patterns have been a joy to knit for this beginner/intermediate knitter. I've already done 3 patterns from the book, and will be trying out most of them. I love this book!
Customer Reviews:
Absolutely fabulous!.......2007-09-10
NOTE: The "patterns" referred to in the title are stitch patterns, not patterns for garments or other projects. If you want a how-to-knit-a-sweater-following-other-people's-instructions books, you are looking at the wrong review. If you want to learn creative knitting at it's finest, you are looking at the right book:).
My mother taught me the basics of knitting when I was a girl, but I never thought I would actually get interested in knitting until I found this book. It opened my eyes to a whole new way of thinking about knitting. Before I found this book in in the library, I had never thought of knitting as a creative means of designing fabric, but that's exactly what it can be, and the tools and methods are utterly elegant and simple. Knitting can create fabrics that rival the finest woven cloth, but all the tools you need can fit in a small bag or basket. If you are a creative person who is interested in fiber arts, and doesn't have a large work space, or money for looms or other equipment, knitting can be the answer to your dreams.
Whether you consider knitting an art, a craft, a stress-reducer, simply a way to make useful items, (or all of the above), you can benefit from this book. Even beginners can find basic knit and purl fabrics that are easy to make, yet look more complex than they really are. The same is true of lace kitting and multi-color patterns-you can start with very easy designs that will teach you the skills to work on more advanced stitches. Really, the sky is the limit. If you are interested in designing your own knits, or have learned to make basic knitted items and want to give them more pizazz, you can find a mind-boggling array of stitches that range from extremely easy to ultra-challenging.
Here's my advice for getting the most out of this book: give your self a knitting tutorial. Get some medium sized needles, and a few skeins of inexpensive yarn. The Germantowns, or midweight acrylics are fine for this purpose-you don't need fancy textures and colors. A smooth yarn in a light color will help you see the details of the stitches much better than dark or textured yarns. Then browse through the book and knit sample squares (AKA swatches) of whatever interests you. Don't try make anything yet-just focus on learning new patterns, and seeing how the fabric looks and behaves. If you make mistakes, just unravel your swatch and use the yarn again. If you like your swatch, save it for future reference. But don't feel obligated to make something useful every time you knit. Swatching your way through this book, or any of its sequels, is great mental exercise, even if you never make a thing!
A True Standard For The Avid Knitter.......2007-09-10
My orginal goal for this purchase was to get some basic stitches that I could use to start designing my own fabrics. Little did I realize how comprehensive this dictionary is - how much more could be contained in the other 4 volumes? Whatever stage a knitter you are, this first volume gives you more than enough information to get started, practice new skills, or move on to your own designs.
Beautiful and useful.......2007-08-26
I saw these books in several German knitterblogs and went so curious, that I decided to give them a try. The books are hard to find in between and I really hope, there will be a new release, so that they wont get lost.
The book has written a long time before, but it is absolutly timeless. The patterns are still beautiful and useable even today for a lot of wonderful projects.
If someone loves to knit items not completly after instructions, this book is a wonderful help and inspiration to arrange a very own project.
Love it!.......2007-07-31
I have a lot of knitting books. Some patterns I like but most were too basic or repeated. I stumbled across this and am ecstatic at all the wonderful patterns. I like how it gives you suggestions on what item the pattern works best on. The first time I opened the book, I was a bit surprised it was in black and white. Initially, it looks like xerox copies of the pictures. But as I looked through it, it didn't really bother me much. The beauty of the patterns still shows through and the stitching details are not lost. Overall, I am extremely happy. I spent hours looking through the patterns. My only regret is that I didn't buy it in hardcover (lol).
There are 500 patterns (the back cover says). The chapters include:
Simple knit-purl combinations
Ribbings
Color-change patterns
Slip- stitch patterns
Twist stitch patterns
Fancy Texture patterns
Patterns made with Yarn-over stitches
Eyelet patterns
Lace
Cables
Cable stitch patterns
a treasury of knittin patterns.......2007-06-01
I think this book is fantastic,I will buy more in the future.
Book Description
Renowned for its comprehensive coverage, exceptional illustrations, and clear instructions, this hallmark book offers detailed yet easy-to-understand explanations of the essence of patternmaking. Hinging on a recurring theme that all designs are based on one or more of the three major patternmaking and design principles–dart manipulation, added fullness, and contouring–it provides all the relevant information necessary to create design patterns with accuracy regardless of their complexity.
Sewing guides included for the pleated trouser (with pattern layout), belt/loops, pockets, and zipper; the jean pant with pockets, countour belt, and fly front; and the gusset. Updated jacket foundation draft includes fabric preparation, interfacing, chest piece, tape control, and shoulder pads. Pant drafts–Trouser draft including pocket, waistband, and loop; dungaree foundation draft; grunge pant draft; and three jean waistline variations including pocket and sewing instruction. Includes fitting corrections for the basic patterns. Unique section on patternmaking for bias-cut garments.
For anyone developing their patternmaking skills.
Customer Reviews:
Well worth the money.......2007-07-18
Patternmaking for Fashion Design and DVD Package (4th Edition)
I'm an intermediate level sewer and haven't had a course in patternmaking. However I have found this book invaluable even though it is written as a textbook. I haven't read it cover to cover because I regard it as a reference book. However, after having reviewed the sections that relate to the sewing I do, I have found it very enlightening. There are certain principles that I didn't understand until I read it, such as dart rotation. This, for instance, will be very helpful to me in altering commercial patterns to make them fit better. I plan to do some pattern drafting, but will probably use it mostly in altering commercial patterns. For instance, I was recently altering a pants pattern and wondered if I was changing the ratio of the width of the front leg to the back. The book answered my question while books on pattern alterations didn't address this issue. The layout of the book has been thoroughly explained in other reviews, so I won't go into describing it. I will say, however, that I highly recommend this book for anyone who sews as a hobby because it answers a lot of questions one would have when it comes to altering commercial patterns or drafting simple patterns. It's expensive, but money well spent. This book should be in the library of any serious sewer.
No, No, No.............2007-01-23
This book is outdated, outmoded, and nearly useless. It contains tons of information on how to manipulate fabrics that aren't even in use anymore. Hardly anything on dealing with knit fabrics, which look better and are easier to manipulate. Ask anyone under 50 if they have ever seen any darts in their clothes? And all this slashing and turning and manipulating??? not only is it sloppy, its useless, Useless, USELESS! Lots of money spent for vague instructions on basic blocks, and only clothes made in the 80's. Save eyour money, just because this book is expensive, doesn't make it useful.
Extensive, but a few mistakes..........2006-11-03
I was required to purchase this book for my fashion design class. At first I was completely blown away at how comprehensive it was. It talked about measuring, darts and manipulation, basic patterns and principles, women, mens, children, knit, and sportswear. From what I can tell, it's based off of " Industry Standards". So It's not your everyday Joe book.
During class though, many of my teachers noticed discrepancies in the instructions. Particularly the fitted arm block. It made me fail my class twice because the first and second teacher didn't catch that the instructions were incorrect, causing me to continually make an incorrect arm block. It took my DRAPING teacher to find out that the book was incorrect in the instructions for the sleeve cap.
We also had a problem during class, when the instructions made an extremely wonky sleeve pattern, and also a two dart bodice. The student was extremely frustrated with the book and the teacher for their lack of help and knowledge. The student was not an " industry standard" size. So the measurement guides were not available to her to make a proper judgement. She had to receive a bad grade because the book would not produce the correct pattern, and the teacher didn't know what to do.
Otherwise, this book is still a great reference. Many of the styles seem outdated, but yet can be played on to create current looks. But some of the wedding sleeve types are somewhat awful, but that's personal opinion.
Some Instructions Inadequate.......2006-09-10
I purchased this book as my figure has changed and I needed to re-do my basic slopers. The pattern design books I currently have did not cover trousers so I was delighted to find a new book that was apparently so comprehensive.
I found however that the method used to create basic bodice slopers, simply did not work with my measurements. There was no way the strap measurement was going to reach the line it was supposed to and there is no way to work around it as the rest of the drafting works from the point created.
I would also have liked some instructions on how to take measurements on live people rather than just models. If "the strap measurement may cover the armplate", what happens with an arm in the way? After all at least a few fashion students would hopefully go on to work with actual people rather than just standard measurements or models. I thought it was a major flaw in the book that there was no instruction on taking personal measurements & so little instruction on creating the basic slopers. It is really disppointing to have to find another method before I can use the rest of the book.
Finally ! Best value for my dollar.......2006-09-01
I received this book yesterday and read the first 100 pages. I've sewn all my life and consider myself an advanced seamstress. I've sewn and made my own patterns for childrens' heirloom, business suits, and now enjoy making (jazz) dance costumes. I'm the one in line at the fabric store buying ten patterns, just to combine different details and features in different sizes, especially if sewing for a group. I probably own hundreds of patterns and almost that many books. For me, this book will pay for itself many times over. It isn't a sewing "how to" book and it wouldn't be the first book for a beginner. The reader should be familiar or use other reference books for actual garment construction techniques. I've bought other, less expensive sewing books to learn pattern manipulation and fitting techniques. I put off the purchase of this book, being put off by its price. But, finally! This book is so inspiring and liberating. In just the first 100 pages, I've gotten through the basic patternmaking and dart manipulation. I think I may never have to buy another pattern again ! This is definitely a must have for the serious sewing enthusiast.
Books:
- Basic Game Design & Creation for Fun & Learning (Game Development Series).Book & CD-ROM.
- Business Dynamics: Systems Thinking and Modeling for a Complex World with CD-ROM
- Cars and Trucks and Things That Go (Giant Little Golden Book)
- Civil Procedure: Examples & Explanations 5th edition
- Conversations with God : An Uncommon Dialogue (Book 1)
- Cookies: Bite-Size Life Lessons
- Courageous Souls: Do We Plan Our Life Challenges Before Birth?
- Cracking the AP Economics Macro and Micro Exams, 2006-2007 Edition (College Test Prep)
- Daddy and Me
- Desert Sons
Books Index
Books Home
Recommended Books
- The Serial Killer Files: The Who, What, Where, How, and Why of the World's Most Terrifying Murderers
- Love, Medicine and Miracles: Lessons Learned about Self-Healing from a Surgeon's Experience with Exc
- Antibiotics: Actions, Origins, Resistance
- Callaham's Russian-English Dictionary of Science and Technology
- Fundamentals of Space Systems
- Insecure at Last: Losing It in Our Security-Obsessed World
- Goat Cheese: Delectable Recipes for All Occasions
- Tips & Traps for Remodeling Your Kitchen
- Architecture, Animal, Human : The Asymmetrical Condition
- An illustrated guide to the legendary trees of Santa Monica Bay