Japanese Graphics Now!


Julius Widemann - 2003
    With their unique perspective, the Japanese have a way of looking at the world that has long been a source of great interest for the Western mind. Here, Japan’s most talented creative professionals strut their stuff in the form of posters, advertisements, print media, visual identity, and print design. Divided into chapters by media type, this highly visual guide presents a diverse selection of graphics and includes an index of designers, complete with website addresses and contact information.

UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design


Jim Arlow - 2001
    Even for people not working with the Unified Process, the book is still of great use. UML 2 and the Unified Process, Second Edition is a must-read for every UML 2 beginner and a helpful guide and reference for the experienced practitioner."--Roland Leibundgut, Technical Director, Zuehlke Engineering Ltd."This book is a good starting point for organizations and individuals who are adopting UP and need to understand how to provide visualization of the different aspects needed to satisfy it. "--Eric Naiburg, Market Manager, Desktop Products, IBM Rational SoftwareThis thoroughly revised edition provides an indispensable and practical guide to the complex process of object-oriented analysis and design using UML 2. It describes how the process of OO analysis and design fits into the software development lifecycle as defined by the Unified Process (UP). UML 2 and the Unified Process contains a wealth of practical, powerful, and useful techniques that you can apply immediately. As you progress through the text, you will learn OO analysis and design techniques, UML syntax and semantics, and the relevant aspects of the UP. The book provides you with an accurate and succinct summary of both UML and UP from the point of view of the OO analyst and designer.This book providesChapter roadmaps, detailed diagrams, and margin notes allowing you to focus on your needs Outline summaries for each chapter, making it ideal for revision, and a comprehensive index that can be used as a reference New to this edition:Completely revised and updated for UML 2 syntax Easy to understand explanations of the new UML 2 semantics More real-world examples A new section on the Object Constraint Language (OCL) Introductory material on the OMG's Model Driven Architecture (MDA) The accompanying website providesA complete example of a simple e-commerce system Open source tools for requirements engineering and use case modeling Industrial-strength UML course materials based on the book

Graphic Design Cookbook: Mix & Match Recipes for Faster, Better Layouts


Leonard Koren - 1989
    Now released with a fresh new cover, its more than a thousand line drawings illustrate effective design devices, type treatments, spatial solutions, and pictorial presentations, allowing examination and comparison of various options in no time. The Graphic Design Cookbook can be opened to virtually any page for instant access to great ideas. As a catalyst for cooking up endless new design recipes, this classic goes on inspiring one generation of designers to the next.

Editing by Design: For Designers, Art Directors, and Editors--the Classic Guide to Winning Readers


Jan V. White - 1974
    Brimming with hundreds of illustrations, Editing by Design presents proven solutions to such design issues as columns and grids, margins, spacing, captions, covers and color, type, page symmetry, and much more. A must-have resource for designers, writers, and art directors looking to give their work visual flair and a competitive edge!• Explains sophisticated concepts insimple words and pictures • A perfect desk reference for every kind of publishing medium • Vast audience, with equal appeal to designers, writers, publishers, teachers, and students

Programming in Go: Creating Applications for the 21st Century


Mark Summerfield - 2012
    With this guide, pioneering Go programmer Mark Summerfield shows how to write code that takes full advantage of Go's breakthrough features and idioms. Both a tutorial and a language reference, "Programming in Go" brings together all the knowledge you need to evaluate Go, think in Go, and write high-performance software with Go. Summerfield presents multiple idiom comparisons showing exactly how Go improves upon older languages, calling special attention to Go's key innovations. Along the way, he explains everything from the absolute basics through Go's lock-free channel-based concurrency and its flexible and unusual duck-typing type-safe approach to object-orientation. Throughout, Summerfield's approach is thoroughly practical. Each chapter offers multiple live code examples designed to encourage experimentation and help you quickly develop mastery. Wherever possible, complete programs and packages are presented to provide realistic use cases, as well as exercises. Coverage includes:-- Quickly getting and installing Go, and building and running Go programs -- Exploring Go's syntax, features, and extensive standard library -- Programming Boolean values, expressions, and numeric types -- Creating, comparing, indexing, slicing, and formatting strings -- Understanding Go's highly efficient built-in collection types: slices and maps -- Using Go as a procedural programming language -- Discovering Go's unusual and flexible approach to object orientation -- Mastering Go's unique, simple, and natural approach to fine-grained concurrency -- Reading and writing binary, text, JSON, and XML files -- Importing and using standard library packages, custom packages, and third-party packages -- Creating, documenting, unit testing, and benchmarking custom packages

Effective Perl Programming


Joseph Hall - 1997
    The language features full support for regular expressions, object-oriented modules, network programming, and process management. Perl is extensible, and supports modular, cross-platform development.In "Effective Perl Programming," Perl experts Joseph Hall and Randal Schwartz share programming solutions, techniques, programming pointers, rules of thumb, and the pitfalls to avoid, enabling you to make the most of Perl's power and capabilities.The authors will help you develop a knack for the right ways to do things. They show you how to solve problems with Perl, and how to debug and improve your Perl programs. Offering examples, they help you learn good Perl style. Geared for programmers who have already acquired Perl basics, the book will extend your skill range, providing the tactics and deeper understanding you need to create Perl programs that are more elegant, effective, and succinct. This book also speaks to those who want to become more fluent, expressive, and individualistic Perl programmers.To help you design and write effective Perl progams, Effective Perl Programming includes: Perl basics Idiomatic Perl Regular expressions Subroutines References Debugging Usage of packages and modules Object-oriented programming Useful and interesting Perl miscellanyNumerous thought-provoking examples appear throughout the book, highlighting many of the subtleties that make Perl such a fascinating, fun, and effective language to work with.

Chasing the Light: Improving Your Photography with Available Light


Ibarionex Perello - 2011
    It's the most powerful tool that any photographer has at their disposal. Whether the lens is turned to people, wildlife or the landscape, it is the creative use of light that transforms a snapshot into a photograph." Chasing the Light" enlightens photographers of all levels and helps them make the most of this most important tool--light. With over 25 years of experience in the photographic industry as a photographer, writer, and educator, Ibarionex Perello has developed an approach to photography that has helped photography enthusiasts from all over the world discover and nurture their own passion for photography. In" Chasing the Light, "he brings his palpable passion to the subject as he guides the reader through many scenarios--landscape, close-up, portraits--using his principle of seeing and evaluating the light and then using the right features and controls on the camera to make the most of it. Utilizing a very personal approach rooted in decades of experience, he shares how to see, control, and use available light to create beautiful and personal photographs. By developing the way photographers "see" light, "Chasing the Light "aids them to make the connection between the camera and their own eye. "Chasing the Light "removes the mystery of the buttons and dials that control focus, exposure, white balance, and sharpness and free the photographer to explore their own unlimited creativity. In an industry so filled with obsession over gear, " Chasing the Light" removes much of that from the discussion and returns the reader to a basic, yet inspirational, conversation about leveraging light to take evocative photographs.

Essential PHP Security


Chris Shiflett - 2005
    It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to prepare for the attacks.Security is an issue that demands attention, given the growing frequency of attacks on web sites. Essential PHP Security explains the most common types of attacks and how to write code that isn't susceptible to them. By examining specific attacks and the techniques used to protect against them, you will have a deeper understanding and appreciation of the safeguards you are about to learn in this book.In the much-needed (and highly-requested) Essential PHP Security, each chapter covers an aspect of a web application (such as form processing, database programming, session management, and authentication). Chapters describe potential attacks with examples and then explain techniques to help you prevent those attacks.Topics covered include:Preventing cross-site scripting (XSS) vulnerabilitiesProtecting against SQL injection attacksComplicating session hijacking attemptsYou are in good hands with author Chris Shiflett, an internationally-recognized expert in the field of PHP security. Shiflett is also the founder and President of Brain Bulb, a PHP consultancy that offers a variety of services to clients around the world.

Illustration Now!


Julius Wiedemann - 2006
    With unlimited creative possibilities, illustration is as unbound as imagination itself; whether it's a simple pencil drawing, an ornate airbrushed painting, or a computer-generated image, an illustration speaks the international language of ideas. This comprehensive guide showcases 150 of today's best commercial and editorial illustrators from over 50 countries; each entry highlights examples of recent work and includes the artist's contact information, favorite media, awards, clients, and work philosophy. Look no further for what works and who's who in the world of illustration: it's all here.

The Art of UNIX Programming


Eric S. Raymond - 2003
    This book attempts to capture the engineering wisdom and design philosophy of the UNIX, Linux, and Open Source software development community as it has evolved over the past three decades, and as it is applied today by the most experienced programmers. Eric Raymond offers the next generation of hackers the unique opportunity to learn the connection between UNIX philosophy and practice through careful case studies of the very best UNIX/Linux programs.

How to See, How to Draw: Keys to Realistic Drawing


Claudia Nice - 2010
    With Claudia's help, you can do it! In How to See, How to Draw, you will discover how to tap into your powers of observation, strengthen your hand-eye connection, and draw the world around you with new skill and accuracy. Just take it one step at a time.Claudia is an expert teacher, breaking down complex compositions into a series of achievable shapes and values that even beginners will understand. Through dozens of mini demonstrations, fun-to-do exercises and complete step-by-step instruction, you'll learn everything from basic drawing techniques to more challenging methods for rendering wonderfully rich, in-depth compositions.Her visual instruction details how to:Use a variety of drawing tools to suit your style and artistic intentLearn to let go of preconceived ideas so you can observe lines, shapes and spatial relationships as they actually areCreate strong compositions through comparison and proportional controlFind, fix and avoid common mistakes by using simple grids and guide linesUnderstand and work with perspective to create the illusion of depthReveal form through light and shadowExplore the potential of texture to create mood and movementClaudia's drawings illuminate a range of subjects, including portraits, landscapes, animals and still life. You can practice using her reference photos and drawings, or you can apply her exercises to your own subjects.Start today, Claudia's way! Following her masterful guidance, you'll see the world through new eyes and draw better than you ever have before.

CCNA - Cisco Certified Network Associate Study Guide: Exam 640-802


Todd Lammle - 2007
    Completely Revised for the New 2007 Version of the CCNA Exam (#640-802) Cisco networking authority Todd Lammle has completely updated this new edition to cover all of the exam objectives for the latest version of the CCNA exam.

Running Linux


Matt Welsh - 1995
    This operating system now serves as corporate hubs, Web servers, academic research platforms, and program development systems. All along it's also managed to keep its original role as an enjoyable environment for personal computing, learning system administration and programming skills, and all-around hacking.This book, now in its third edition, has been widely recognized for years in the Linux community as the getting-started book people need. It goes into depth about configuration issues that often trip up users but are glossed over by other books.A complete, UNIX-compatible operating system developed by volunteers on the Internet, Linux is distributed freely in electronic form and at a low cost from many vendors. Developed first on the PC, it has been ported to many other architectures and can now support such heavy-duty features as multiprocessing, RAID, and clustering.Software packages on Linux include the Samba file server and Apache Web server; the X Window System (X11R6); TCP/IP networking (including PPP, SSH, and NFS support); popular software tools such as Emacs and TeX; a complete software development environment including C, C++, Java, Perl, Tcl/Tk, and Python; libraries, debuggers, multimedia support, scientific and database applications, and much more. Commercial applications that run on Linux range from end-user tools like word processors and spreadsheets to mission-critical software like the Oracle, Sybase, Informix, and IBM DB/2 database management systems.Running Linux has all the information you need to understand, install, and start using the Linux operating system. This includes a comprehensive installation tutorial, complete information on system maintenance, tools for document development and programming, and guidelines for network, file, printer, and Web site administration.

Python in a Nutshell


Alex Martelli - 2003
    Demonstrates the programming language's strength as a Web development tool, covering syntax, data types, built-ins, the Python standard module library, and real world examples

LEGO® Architecture: The Visual Guide


Philip Wilkinson - 2014
    Beautifully illustrated and annotated, this visual guide allows you to explore the LEGO team's creative process in building and understand how LEGO artists translated such iconic buildings into these buildable LEGO sets.Stunning images and in-depth exploration of the real buildings like the Guggenheim™ or the Empire State Building, on which the LEGO Architecture series is based, provide you with a comprehensive look at the creation of these intricate sets. Learn why the LEGO team chose certain pieces and what particular challenges they faced. Read about the inspiration behind the creative processes and what designing and building techniques were used on various sets.Featuring profiles of the LEGO artists and builders who created the series and packaged in a sleek protective slipcase, LEGO Architecture: The Visual Guide is the ultimate illustrated tour of the LEGO Architecture series in all its micro-scale detail.Reviews:"Lego enthusiasts will welcome this remarkable chronological accounting," and the Journal gives the following "VERDICT: Perfect for Lego fans and a great way to transition inquisitive young minds from toys to books." - Library Journal"[I]t is a celebration of the LEGO models as much as it is a celebration of the original buildings." - A Daily Dose of Architecture"A fascinating look into the world's iconic buildings and structures... and the LEGO sets that celebrate them." - GeekDad