The Twitter Book


Tim O'Reilly - 2009
    It includes information on the latest third party applications, strategies and tactics for using Twitter's 140-character messages as a serious--and effective--way to boost your business, as well as how to turn Twitter into your personal newspaper, tracking breaking news and learning what matters to you and your friends.Co-written by Tim O'Reilly and Sarah Milstein, widely followed and highly respected twitterers, the practical information in The Twitter Book is presented in an innovative, visually rich format that's packed with clear explanations and examples of best practices that show Twitter in action, as demonstrated by the work of over 60 twitterers.This book will help you:Use Twitter to connect with colleagues, customers, family, and friends Stand out on Twitter Avoid common Twitter gaffes and pitfalls Build a critical professional communications channel with Twitter--and use the best third-party tools that help you manage it. If you want to know how to use Twitter like a pro, The Twitter Book will quickly get you up to speed.About the authors: Tim O Reilly (@timoreilly), founder and CEO of O Reilly Media, has hundreds of thousands of followers on Twitter. Sarah Milstein (@SarahM) frequently writes, speaks and teaches about Twitter; she was the 21st user of Twitter.

Graphic Artist's Guild Handbook of Pricing and Ethical Guidelines


Graphic Artists Guild - 1984
    The twelfth edition of this classic reference has been revised and updated to provide all the information creative professionals need to keep up with current trends and compete in an ever-changing industry.

Learn You a Haskell for Great Good!


Miran Lipovača - 2011
    Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.

Meggs' History of Graphic Design


Philip B. Meggs - 1983
    Under the new authorial leadership of Alston Purvis, this authoritative book offers more than 450 new images, along with expansive coverage of such topics as Italian, Russian, and Dutch design. It reveals a saga of creative innovators, breakthrough technologies, and important design innovations.

Vision & Voice: Refining Your Vision in Adobe Photoshop Lightroom


David duChemin - 2010
    Without vision, you likely find yourself flailing both behind the camera and in front of the computer--indiscriminately shooting and arbitrarily moving sliders in hopes of stumbling upon something great every once in a while. With vision, you bring direction and intention to both the creation and development of all your images.Vision & Voice: Refining Your Vision in Adobe Photoshop Lightroom is about identifying your vision and using Lightroom's Develop module to give voice--that outward expression--to your vision. Photographer David duChemin begins with the fundamentals of a vision-driven workflow, where he discusses everything from vision and style, to the importance of mood and color, to the crucial role of histograms and of getting the best possible digital negative to work with. After demonstrating how the Develop module's tools affect the aesthetics of your image, duChemin then offers a straightforward approach to developing your images in accordance with your own personal vision: identify your intention, minimize the distractions, maximize the mood, and draw the viewer's eye--all while leaving room for play and serendipity. Finally, duChemin applies this approach to 20 of his photographs as he takes you into his own digital darkroom and, beginning with the original RAW file, works step by step through the development of the final image.

Nikon D3100: From Snapshots to Great Shots


Jeff Revell - 2010
    A guide to the Nikon D3100 camera provides information on the camera's scene modes, composition, focus, lighting, and composition to take successful portraits and sports and landscape photographs.

Are You Smart Enough to Work at Google?


William Poundstone - 2012
    The blades start moving in 60 seconds. What do you do? If you want to work at Google, or any of America's best companies, you need to have an answer to this and other puzzling questions. Are You Smart Enough to Work at Google? guides readers through the surprising solutions to dozens of the most challenging interview questions. The book covers the importance of creative thinking, ways to get a leg up on the competition, what your Facebook page says about you, and much more. Are You Smart Enough to Work at Google? is a must-read for anyone who wants to succeed in today's job market.

What's New in Java 7?


Madhusudhan Konda - 2011
    Madhusudhan Konda provides an overview of these, including strings in switch statements, multi-catch exception handling, try-with-resource statements, the new File System API, extensions of the JVM, support for dynamically-typed languages, and the fork and join framework for task parallelism.

Pro Git


Scott Chacon - 2009
    It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.A book by Git experts to turn you into a Git expert. Introduces the world of distributed version control Shows how to build a Git development workflow.

The Art of Electronics


Paul Horowitz - 1980
    Widely accepted as the authoritative text and reference on electronic circuit design, both analog and digital, this book revolutionized the teaching of electronics by emphasizing the methods actually used by circuit designers -- a combination of some basic laws, rules of thumb, and a large bag of tricks. The result is a largely nonmathematical treatment that encourages circuit intuition, brainstorming, and simplified calculations of circuit values and performance. The new Art of Electronics retains the feeling of informality and easy access that helped make the first edition so successful and popular. It is an ideal first textbook on electronics for scientists and engineers and an indispensable reference for anyone, professional or amateur, who works with electronic circuits.

Printmaking + Mixed Media


Dorit Elisha - 2009
    From screen printing to collagraphy to sun printing, the techniques are shown with step-by-step photographs and can be done without printing presses or special papers. A variety of projects are included to demonstrate a wide range of possible creations, such as fabric-arts books, hand-printed calendars, wall-art collages, aprons, holiday books, greeting cards, and more. For further inspiration beyond the projects, a gallery of completed works by the author and other artists make up the final portion of this resource.

The Linux Command Line


William E. Shotts Jr. - 2012
    Available here:readmeaway.com/download?i=1593279523The Linux Command Line, 2nd Edition: A Complete Introduction PDF by William ShottsRead The Linux Command Line, 2nd Edition: A Complete Introduction PDF from No Starch Press,William ShottsDownload William Shotts’s PDF E-book The Linux Command Line, 2nd Edition: A Complete Introduction

JavaScript: The Good Parts


Douglas Crockford - 2008
    This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole--a subset you can use to create truly extensible and efficient code.Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:SyntaxObjectsFunctionsInheritanceArraysRegular expressionsMethodsStyleBeautiful featuresThe real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.

Seductive Interaction Design: Creating Playful, Fun, and Effective User Experiences


Stephen P. Anderson - 2011
    Anderson takes a fresh approach to designing sites and interactions based on the stages of seduction. This beautifully designed book examines what motivates people to act.Topics include: AESTHETICS, BEAUTY, AND BEHAVIOR: Why do striking visuals grab our attention? And how do emotions affect judgment and behavior? PLAYFUL SEDUCTION: How do you create playful engagements during the moment? Why are serendipity, arousal, rewards, and other delights critical to a good experience? THE SUBTLE ART OF SEDUCTION: How do you put people at ease through clear and suggestive language? What are some subtle ways to influence behavior and get people to move from intent to action? THE GAME OF SEDUCTION: How do you continue motivating people long after the first encounter? Are there lessons to be gained from learning theories or game design? Principles from psychology are found throughout the book, along with dozens of examples showing how these techniques have been applied with great success. In addition, each section includes interviews with influential web and interaction designers.

New Masters of Poster Design: Poster Design for the Next Century


John Foster - 2006
    The poster has now become a postcard and e-mail blast, leaving many to long for the lost age when posters were not only major promotional vehicles, but also artwork worthy of framing.Some of the world's best designers just could not stand idle while the poster fell by the wayside. They turned to the poster for personal expression and as an outlet from more restrictive mediums.This book showcases their breathtaking artwork, which has proven that the poster can still serve as a worthy communications tool. In doing so, they've brought the poster back to prominence. In this book, the author has compiled the world's finest new work at the height of this rebirth. There is currently no book on the market that can claim it features a "definitive" poster collection.