Book picks similar to
Technical Editing (The Allyn & Bacon Series in Technical Communication) by Carolyn D. Rude
writing
reference
nonfiction
textbooks
Copyediting and Proofreading for Dummies
Suzanne Gilad - 2007
Polish your skills, build a winning resume and land the job you've always wanted. Books, magazines, Web sites, corporate documents - find out how to improve any type of publication and make yourself indispensable to writers, editors, and your boss.Balance between style and rules Master the art of the query Use proofreader symbols Edit and proof electronic documents Build a solid freelancing career
Effective Java
Joshua Bloch - 2001
The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util
The New Rules of Marketing & PR: How to Use Social Media, Online Video, Mobile Applications, Blogs, News Releases, & Viral Marketing to Reach Buyers Directly
David Meerman Scott - 2007
It offers a step-by-step action plan for harnessing the power modern marketing and PR to communicate with buyers directly, raise visibility, and increase sales. It shows how large and small companies, nonprofits, and more can leverage Web-based content to get the right information to the right people at the right time for a fraction of the cost of big-budget campaigns.Including a wealth of compelling case studies and real-world examples of content marketing and inbound marketing success, this is a practical guide to the new reality of reaching buyers when they're ready.Includes updated information, examples, and case studies plus an examination of newly popular tools such as Infographics, photo-sharing using Pinterest and Instagram, as well as expanded information on social media such as YouTube, Twitter, Facebook, and LinkedInDavid Meerman Scott is a marketing strategist, bestselling author of eight books including three international bestsellers, advisor to emerging companies including HubSpot and Eloqua, and a professional speaker on topics including marketing, leadership, and social media. Prior to starting his own business, he was marketing VP for two U.S. publicly traded companies and was Asia marketing director for Knight-Ridder, at the time one of the world's largest information companies."The New Rules of Marketing & PR" offers the single resource for entrepreneurs, business owners, nonprofit managers as well as those working in marketing or publicity departments to build a marketing and PR strategy to grow any business.
The Pragmatic Programmer: From Journeyman to Master
Andy Hunt - 1999
It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how toFight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies,
The Pragmatic Programmer
illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.
A Theory of Fun for Game Design
Raph Koster - 2004
It features a novel way of teaching interactive designers how to create and improve their designs to incorporate the highest degree of fun. As the book shows, designing for fun is all about making interactive products like games highly entertaining, engaging, and addictive. The book's unique approach of providing a highly visual storyboard approach combined with a narrative on the art and practice of designing for fun is sure to be a hit with game and interactive designers.At first glance A Theory of Fun for Game Design is a book that will truly inspire and challenge game designers to think in new ways; however, its universal message will influence designers from all walks of life. This book captures the real essence of what drives us to seek out products and experiences that are truly fun and entertaining. The author masterfully presents his engaging theory by showing readers how many designs are lacking because they are predictable and not engaging enough. He then explains how great designers use different types of elements in new ways to make designs more fun and compelling. Anyone who is interested in design will enjoy how the book works on two levels--as a quick inspiration guide to game design, or as an informative discussion that details the insightful thinking from a great mind in the game industry.
Classroom Instruction That Works: Research-Based Strategies for Increasing Student Achievement
Ceri B. Dean - 2012
The latest edition of this landmark guide has been reenergized and reorganized for today's classroom with new evidence-based insights and a new Instructional Planning Guide that makes it easier for you to know when to emphasize each of the nine research-based teaching strategies.
Investigating the Social World: The Process and Practice of Research
Russell K. Schutt - 1995
In this new Seventh Edition of his perennially successful social research text, author Russell K. Schutt continues to make research come alive through stories that illustrate the methods presented in each chapter, and hands-on exercises that help students learn by doing. Investigating the Social World helps readers understand research methods as an integrated whole, appreciate the value of both qualitative and quantitative methodologies, and understand the need to make ethical research decisions. New to this Edition: * upgraded coverage of research methods to include the spread of cell phones and the use of the Internet, including expanded coverage of Web surveys * larger page size in full color allows for better display of pedagogical features * new 'Research in the News' boxes included within chapters * more international examples * expanded statistics coverage now includes more coverage of inferenctial statistics and regression analysi
Do I Make Myself Clear? Why Writing Well Matters
Harold EvansEdmund Morris - 2017
Harry Evans has edited everything from the urgent files of battlefield reporters to the complex thought processes of Henry Kissinger. He's even been knighted for his services to journalism. In DO I MAKE MYSELF CLEAR?, he brings his indispensable insight to us all in his definite guide to writing well.The right words are oxygen to our ideas, but the digital era, with all of its TTYL, LMK, and WTF, has been cutting off that oxygen flow. The compulsion to be precise has vanished from our culture, and in writing of every kind we see a trend towards more--more speed and more information but far less clarity. Evans provides practical examples of how editing and rewriting can make for better communication, even in the digital age. DO I MAKE MYSELF CLEAR? is an essential text, and one that will provide every writer an editor at his shoulder.
Clean Code: A Handbook of Agile Software Craftsmanship
Robert C. Martin - 2007
But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn't have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship . Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code on the fly into a book that will instill within you the values of a software craftsman and make you a better programmer but only if you work at it. What kind of work will you be doing? You'll be reading code - lots of code. And you will be challenged to think about what's right about that code, and what's wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft. Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code - of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and "smells" gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code. Readers will come away from this book understanding ‣ How to tell the difference between good and bad code‣ How to write good code and how to transform bad code into good code‣ How to create good names, good functions, good objects, and good classes‣ How to format code for maximum readability ‣ How to implement complete error handling without obscuring code logic ‣ How to unit test and practice test-driven development This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.
Reference and Information Services in the 21st Century : An Introduction
Kay Ann Cassell - 2006
The only reference text to identify the top resources in major subject areas and genres, it shows students how to approach the reference query by matching specific types of questions to the most appropriate format (when answering questions that require handy facts, for example, go first to ready reference sources; for questions about current events and issues, start with indexes). The book begins with the essentials -- interviewing patrons, determining the information need, and developing a basic search strategy. It then gives a thorough overview of the materials, print and electronic, most frequently used to answer questions -- from government information to bibliographic resources, dictionaries, encyclopedias, biographical information sources, atlases, and more. A section on special topics in reference includes chapters on when and how to use the Internet as a reference tool, suggestions on user instruction at the reference desk, and reader's advisory work, as well as a chapter on service to children and youth authored by acclaimed expert Mary K. Chelton. Finally, the book addresses reference management basics: selection and evaluation of material, management of the reference department, assessing and improving reference services, and future trends. Guided by an advisory board and a focus group, the authors have achieved an ideal balance between practical elements and guiding principles. This landmark text is sure to be of interest to LIS educators, students, and both novice and experienced reference professionals.
Inside Reporting: A Practical Guide to the Craft of Journalism
Tim Harrower - 2006
It also includes information on feature writing, from stories and reviews to column-writing.
Systems Analysis and Design
Alan Dennis - 2002
Building on their experience as professional systems analysts and award-winning teachers, authors Dennis, Wixom, and Roth capture the experience of developing and analyzing systems in a way that students can understand and apply.With
Systems Analysis and Design, 4th edition
, students will leave the course with experience that is a rich foundation for further work as a systems analyst.
Cracking the Coding Interview: 150 Programming Questions and Solutions
Gayle Laakmann McDowell - 2008
This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.
Principles of Marketing
Philip Kotler - 1980
The 11th edition of this text continues to build on four major marketing themes: building and managing profitable customer relationships, building and managing strong brands to create brand equity, harnessing new marketing technologies in the digital age, and marketing in a socially responsible way around the globe.
Introduction to Leadership: Concepts and Practice
Peter G. Northouse - 2008
The book examines one quality of leadership per chapter, enabling students to apply concepts and skills to their leadership development. It provides self-assessment questionnaires, observational exercises, and reflection and action worksheets in each chapter. A new chapter on handling conflict has been added to the Second Edition, giving a multi-faceted view of conflict and methods for resolving conflict in leadership situations. Case studies have been added to the end of each chapter, including more global examples, and followed by questions to stimulate class discussion.