Book picks similar to
Handbook of Technical Writing by Gerald J. Alred
reference
writing
nonfiction
textbooks
The Little, Brown Handbook, APA Update [with CD]
H. Ramsey Fowler - 1900
The eighth edition continues that tradition by offering greatly expanded coverage of writing and researching with computers, smaller chapters for large subjects such as the writing process and research writing, and in numerable improvements in all other material.
Sin and Syntax: How to Craft Wickedly Effective Prose
Constance Hale - 1999
Copy veteran Constance Hale is on a mission to make creative communication, both the lyrical and the unlawful, an option for everyone.With its crisp, witty tone, Sin and Syntax covers grammar’s ground rules while revealing countless unconventional syntax secrets (such as how to use—Gasp!—interjections or when to pepper your prose with slang) that make for sinfully good writing. Discover how to:*Distinguish between words that are “pearls” and words that are “potatoes”* Avoid “couch potato thinking” and “commitment phobia” when choosing verbs* Use literary devices such as onomatopoeia, alliteration, and metaphor (and understand what you're doing)Everyone needs to know how to write stylish prose—students, professionals, and seasoned writers alike. Whether you’re writing to sell, shock, or just sing, Sin and Syntax is the guide you need to improve your command of the English language.
The Penguin Dictionary of Literary Terms and Literary Theory
J.A. Cuddon - 1982
Geared toward students, teachers, readers, and writers alike, The Penguin Dictionary of Literary Terms and Literary Theory explains critical jargon (intertextuality, aporia), schools of literary theory (structuralism, feminist criticism), literary forms (sonnet, ottava rima), and genres (elegy, pastoral) and examines artifacts, historic locales, archetypes, origins of well-known phrases, and much, much more. Scholarly, straightforward, comprehensive, and even entertaining, this is a resource that no word-lover should be without.
The Elements of Journalism: What Newspeople Should Know and The Public Should Expect
Bill Kovach - 2001
. . [together] why media audiences have fled and why new technology and megacorporate ownership are putting good journalism at risk.” —Rasmi Simhan, Boston Globe“Kovach and Rosenstiel’s essays on each [element] are concise gems, filled with insights worthy of becoming axiomatic. . . . The book should become essential reading for journalism professionals and students and for the citizens they aim to serve.” —Carl Sessions Stepp, American Journalism Review“If you think journalists have no idea what you want . . . here is a book that agrees with you. Better—it has solutions. The Elements of Journalism is written for journalists, but any citizen who wonders why the news seems trivial or uninspiring should read it.” —Marta Salij, Detroit Free PressThe elements of journalism are:* Journalism’s first obligation is to the truth.* Its first loyalty is to citizens.* Its essence is a discipline of verification.* Its practitioners must maintain an independence from those they cover.* It must serve as an independent monitor of power.* It must provide a forum for public criticism and compromise.* It must strive to make the significant interesting and relevant.* It must keep the news comprehensive and proportional.* Its practitioners must be allowed to exercise their personal conscience.
The Norton Anthology of English Literature, Volume 2: The Romantic Period through the Twentieth Century
M.H. AbramsKatharine Eisaman Maus - 1962
Under the direction of Stephen Greenblatt, General Editor, the editors have reconsidered all aspects of the anthology to make it an even better teaching tool.
The C++ Programming Language
Bjarne Stroustrup - 1986
For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/ bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components. For example:abstract classes as interfaces class hierarchies for object-oriented programming templates as the basis for type-safe generic software exceptions for regular error handling namespaces for modularity in large-scale software run-time type identification for loosely coupled systems the C subset of C++ for C compatibility and system-level work standard containers and algorithms standard strings, I/O streams, and numerics C compatibility, internationalization, and exception safety Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.
Classical Rhetoric for the Modern Student
Edward P.J. Corbett - 1965
Presenting its subject in five parts, the text provides grounding in the elements and applications of classical rhetoric; the strategies and tactics of argumentation; the effective presentation and organization of discourses; the development of power, grace, and felicity in expression; and the history of rhetorical principles. Numerous examples of classic and contemporary rhetoric, from paragraphs to complete essays, appear throughout the book, many followed by detailed analyses. The fourth edition of Classical Rhetoric for the Modern Student features a new section on the Progymnasmata (classical composition exercises), a new analysis of a color advertisement in the Introduction, an updated survey of the history of rhetoric, and an updated section on External Aids to Invention.
Woe Is I: The Grammarphobe's Guide to Better English in Plain English
Patricia T. O'Conner - 1996
The bestselling grammar book has been updated and revised to include the latest and greatest on the basics and subtleties of English, and features a new chapter on the language of the Internet.
Seven Languages in Seven Weeks
Bruce A. Tate - 2010
But if one per year is good, how about Seven Languages in Seven Weeks? In this book you'll get a hands-on tour of Clojure, Haskell, Io, Prolog, Scala, Erlang, and Ruby. Whether or not your favorite language is on that list, you'll broaden your perspective of programming by examining these languages side-by-side. You'll learn something new from each, and best of all, you'll learn how to learn a language quickly. Ruby, Io, Prolog, Scala, Erlang, Clojure, Haskell. With Seven Languages in Seven Weeks, by Bruce A. Tate, you'll go beyond the syntax-and beyond the 20-minute tutorial you'll find someplace online. This book has an audacious goal: to present a meaningful exploration of seven languages within a single book. Rather than serve as a complete reference or installation guide, Seven Languages hits what's essential and unique about each language. Moreover, this approach will help teach you how to grok new languages. For each language, you'll solve a nontrivial problem, using techniques that show off the language's most important features. As the book proceeds, you'll discover the strengths and weaknesses of the languages, while dissecting the process of learning languages quickly--for example, finding the typing and programming models, decision structures, and how you interact with them. Among this group of seven, you'll explore the most critical programming models of our time. Learn the dynamic typing that makes Ruby, Python, and Perl so flexible and compelling. Understand the underlying prototype system that's at the heart of JavaScript. See how pattern matching in Prolog shaped the development of Scala and Erlang. Discover how pure functional programming in Haskell is different from the Lisp family of languages, including Clojure. Explore the concurrency techniques that are quickly becoming the backbone of a new generation of Internet applications. Find out how to use Erlang's let-it-crash philosophy for building fault-tolerant systems. Understand the actor model that drives concurrency design in Io and Scala. Learn how Clojure uses versioning to solve some of the most difficult concurrency problems. It's all here, all in one place. Use the concepts from one language to find creative solutions in another-or discover a language that may become one of your favorites.
Structure and Interpretation of Computer Programs
Harold Abelson - 1984
This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
Python Crash Course: A Hands-On, Project-Based Introduction to Programming
Eric Matthes - 2015
You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!
Writing with Power: Techniques for Mastering the Writing Process
Peter Elbow - 1981
Here, Peter Elbow emphasizes that the essential activities underlying good writing and the essential exercises promoting it are really not difficult at all.Employing a cookbook approach, Elbow provides the reader (and writer) with various recipes: for getting words down on paper, for revising, for dealing with an audience, for getting feedback on a piece of writing, and still other recipes for approaching the mystery of power in writing. In a new introduction, he offers his reflections on the original edition, discusses the responses from people who have followed his techniques, how his methods may differ from other processes, and how his original topics are still pertinent to today's writer. By taking risks and embracing mistakes, Elbow hopes the writer may somehow find a hold on the creative process and be able to heighten two mentalities--the production of writing and the revision of it.From students and teachers to novelists and poets, Writing with Power reminds us that we can celebrate the uses of mystery, chaos, nonplanning, and magic, while achieving analysis, conscious control, explicitness, and care in whatever it is we set down on paper.
Applied Cryptography: Protocols, Algorithms, and Source Code in C
Bruce Schneier - 1993
… The book the National Security Agency wanted never to be published." –Wired Magazine "…monumental… fascinating… comprehensive… the definitive work on cryptography for computer programmers…" –Dr. Dobb's Journal"…easily ranks as one of the most authoritative in its field." —PC Magazine"…the bible of code hackers." –The Millennium Whole Earth CatalogThis new edition of the cryptography classic provides you with a comprehensive survey of modern cryptography. The book details how programmers and electronic communications professionals can use cryptography—the technique of enciphering and deciphering messages-to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems. Covering the latest developments in practical cryptographic techniques, this new edition shows programmers who design computer applications, networks, and storage systems how they can build security into their software and systems. What's new in the Second Edition? * New information on the Clipper Chip, including ways to defeat the key escrow mechanism * New encryption algorithms, including algorithms from the former Soviet Union and South Africa, and the RC4 stream cipher * The latest protocols for digital signatures, authentication, secure elections, digital cash, and more * More detailed information on key management and cryptographic implementations
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
The New Well-Tempered Sentence: A Punctuation Handbook for the Innocent, the Eager, and the Doomed
Karen Elizabeth Gordon - 1983
Now Karen Elizabeth Gordon has revised and enlarged her classic handbook with fuller explanations of the rules of punctuation, additional whimsical graphics, and further character development and drama -- all the while redeeming punctuation from the perils of boredom. For anyone who has despaired of opening a punctuation handbook (but whose sentences despair without one), THE NEW WELL TEMPERED SENTENCE will teach you clearly and simply where to place a comma and how to use an apostrophe. And as you master the elusive slashes, dots, and dashes that give expression to our most perplexing thoughts, you will find yourself in the grip of a bizarre and beguiling comedy of manners. Long-time fans will delight in the further intrigues of cover girl Loona, the duke and duchess, and the mysterious Rosie and Nimrod. The New Well-Tempered Sentence is sure to entertain while teaching you everything you want to know about punctuation. Never before has punctuation been so much fun!