A Strategic Guide to Technical Communication - Second Edition (US)

A Strategic Guide to Technical Communication - Second Edition (US)
Author: Heather Graves
Publisher: Broadview Press
Total Pages: 327
Release: 2012-05-23
Genre: Language Arts & Disciplines
ISBN: 1770483381

A Strategic Guide to Technical Communication incorporates useful and specific strategies for writers, to enable them to create aesthetically appealing and usable technical documentation. These strategies have been developed and tested on a thousand students from a number of different disciplines over twelve years and three institutions. The second edition adds a chapter on business communication, reworks the discussion on technical style, and expands the information on visual communication and ethics into free-standing chapters. The text is accompanied by a passcode-protected website containing materials for instructors (PowerPoint lectures, lesson plans, sample student work, and helpful links).

Technical Communication

Technical Communication
Author: Mike Markel
Publisher: Macmillan
Total Pages: 804
Release: 2009-02-03
Genre: Language Arts & Disciplines
ISBN: 9780312485979

Comprehensive and truly accessible, Technical Communication guides students through planning, drafting, and designing the documents that will matter in their professional lives. Known for his student-friendly voice and eye for technology trends, Mike Markel addresses the realities of the digital workplace through fresh samples and cases, practical writing advice, and a companion Web site — TechComm Web — that continues to set the standard with content developed and maintained by the author. The text is also available in a convenient, affordable e-book format.

Technical Communication

Technical Communication
Author: Michael H. Markel
Publisher: Macmillan
Total Pages: 836
Release: 2012-01-04
Genre: Education
ISBN: 0312679483

This volume provides students with accessible and easy-to-follow strategies for tackling the major types of documents, from writing reports to job applications. Interactive exercises are included to provide engaging scenarios for writing practice.

Practical Strategies for Technical Communication

Practical Strategies for Technical Communication
Author: Mike Markel
Publisher: Macmillan Higher Education
Total Pages: 564
Release: 2015-11-17
Genre: Language Arts & Disciplines
ISBN: 1319018211

In Practical Strategies for Technical Communication, Mike Markel gives students the essentials they'll need to communicate successfully in today's workplace. The book offers concise and accessible yet thorough coverage of audience and purpose, research, style, and document design, and strategies for designing all of the major document types. For the second edition, Markel has worked with organizations to choose sample documents and annotate them with insights and advice from the employees who developed them. Throughout the text, a new set of engaging graphics provides visual explanations of key concepts.

Strategies for Technical Communication in the Workplace

Strategies for Technical Communication in the Workplace
Author: Laura J. Gurak
Publisher: Pearson Education
Total Pages: 0
Release: 2013
Genre: Business communication
ISBN: 9780205245529

This text offers complete coverage of routine workplace documents, complex forms of communication, and the latest technological innovations. Emphasizing immediate and ongoing document creation as well as audience and purpose, the book is appropriate for technical communication students and writers of all levels.

Modern Fortran

Modern Fortran
Author: Milan Curcic
Publisher: Simon and Schuster
Total Pages: 414
Release: 2020-10-07
Genre: Computers
ISBN: 1638350051

Modern Fortran teaches you to develop fast, efficient parallel applications using twenty-first-century Fortran. In this guide, you’ll dive into Fortran by creating fun apps, including a tsunami simulator and a stock price analyzer. Filled with real-world use cases, insightful illustrations, and hands-on exercises, Modern Fortran helps you see this classic language in a whole new light. Summary Using Fortran, early and accurate forecasts for hurricanes and other major storms have saved thousands of lives. Better designs for ships, planes, and automobiles have made travel safer, more efficient, and less expensive than ever before. Using Fortran, low-level machine learning and deep learning libraries provide incredibly easy, fast, and insightful analysis of massive data. Fortran is an amazingly powerful and flexible programming language that forms the foundation of high performance computing for research, science, and industry. And it's come a long, long way since starting life on IBM mainframes in 1956. Modern Fortran is natively parallel, so it's uniquely suited for efficiently handling problems like complex simulations, long-range predictions, and ultra-precise designs. If you're working on tasks where speed, accuracy, and efficiency matter, it's time to discover—or re-discover—Fortran.. About the technology For over 60 years Fortran has been powering mission-critical scientific applications, and it isn't slowing down yet! Rock-solid reliability and new support for parallel programming make Fortran an essential language for next-generation high-performance computing. Simply put, the future is in parallel, and Fortran is already there. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the book Modern Fortran teaches you to develop fast, efficient parallel applications using twenty-first-century Fortran. In this guide, you'll dive into Fortran by creating fun apps, including a tsunami simulator and a stock price analyzer. Filled with real-world use cases, insightful illustrations, and hands-on exercises, Modern Fortran helps you see this classic language in a whole new light. What's inside Fortran's place in the modern world Working with variables, arrays, and functions Module development Parallelism with coarrays, teams, and events Interoperating Fortran with C About the reader For developers and computational scientists. No experience with Fortran required. About the author Milan Curcic is a meteorologist, oceanographer, and author of several general-purpose Fortran libraries and applications. Table of Contents PART 1 - GETTING STARTED WITH MODERN FORTRAN 1 Introducing Fortran 2 Getting started: Minimal working app PART 2 - CORE ELEMENTS OF FORTRAN 3 Writing reusable code with functions and subroutines 4 Organizing your Fortran code using modules 5 Analyzing time series data with arrays 6 Reading, writing, and formatting your data PART 3 - ADVANCED FORTRAN USE 7 Going parallel with Fortan coarrays 8 Working with abstract data using derived types 9 Generic procedures and operators for any data type 10 User-defined operators for derived types PART 4 - THE FINAL STRETCH 11 Interoperability with C: Exposing your app to the web 12 Advanced parallelism with teams, events, and collectives

A Concise Guide to Technical Communication

A Concise Guide to Technical Communication
Author: Heather Graves
Publisher: Broadview Press
Total Pages: 178
Release: 2020-11-06
Genre: Reference
ISBN: 1770487603

This compact but complete guide shows that less is more—with fewer extraneous details getting in the way of students trying to learn on the run, it allows them to focus on the most important principles of effective technical communication. The Concise Guide takes a rhetorical approach to technical communication; instead of setting up a list of rules that should be applied uniformly to all writing situations, it introduces students to the bigger picture of how the words they write can affect the people intended to read them. Assignments and exercises are integrated throughout to reinforce and test knowledge.

HTTP/2 in Action

HTTP/2 in Action
Author: Barry Pollard
Publisher: Simon and Schuster
Total Pages: 577
Release: 2019-03-06
Genre: Computers
ISBN: 163835233X

Summary HTTP/2 in Action is a complete guide to HTTP/2, one of the core protocols of the web. Because HTTP/2 has been designed to be easy to transition to, including keeping it backwards compatible, adoption is rapid and expected to increase over the next few years. Concentrating on practical matters, this interesting book presents key HTTP/2 concepts such as frames, streams, and multiplexing and explores how they affect the performance and behavior of your websites. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology HTTP—Hypertext Transfer Protocol—is the standard for exchanging messages between websites and browsers. And after 20 years, it's gotten a much-needed upgrade. With support for streams, server push, header compression, and prioritization, HTTP/2 delivers vast improvements in speed, security, and efficiency. About the Book HTTP/2 in Action teaches you everything you need to know to use HTTP/2 effectively. You'll learn how to optimize web performance with new features like frames, multiplexing, and push. You'll also explore real-world examples on advanced topics like flow control and dependencies. With ready-to-implement tips and best practices, this practical guide is sure to get you—and your websites—up to speed! What's Inside HTTP/2 for web developers Upgrading and troubleshooting Real-world examples and case studies QUIC and HTTP/3 About the Reader Written for web developers and site administrators. About the Authors Barry Pollard is a professional developer with two decades of experience developing, supporting, and tuning software and infrastructure. Table of Contents PART 1 MOVING TO HTTP/2 Web technologies and HTTP The road to HTTP/2 Upgrading to HTTP/2 PART 2 USING HTTP/2 HTTP/2 protocol basics Implementing HTTP/2 push Optimizing for HTTP/2 PART 3 ADVANCED HTTP/2 Advanced HTTP/2 concepts HPACK header compression PART 4 THE FUTURE OF HTTP TCP, QUIC, and HTTP/3 Where HTTP goes from here

Practical Strategies for Technical Communication

Practical Strategies for Technical Communication
Author: Michael H. Markel
Publisher:
Total Pages: 498
Release: 2013
Genre: Communication of technical information
ISBN: 9781457639401

From the publisher. This brief version of Mike Markel's bestselling Technical Communication gives students clear advice and practical strategies for writing and designing all the major types of documents they will encounter in their professional lives. Retaining Markel's trademark student-friendly tone, the book offers concise yet thorough coverage of audience and purpose, research, style, and document design, user-friendly features to guide students in the writing process, and a wealth of annotated examples and sample documents to serve as models. Integrated coverage of social media and new technologies gives students the most up-to-date advice about technology in the context of specific tasks and documents. The print text is now integrated with e-Pages for Practical Strategies for Technical Communication, designed to take advantage of what the web can do.