Browse Results

Showing 8,501 through 8,525 of 16,570 results

Learning iOS Forensics - Second Edition

by Mattia Epifani Pasquale Stirparo

A practical guide to analyzing iOS devices with the latest forensics tools and techniques About This Book * This book is a comprehensive update to Learning iOS Forensics * This practical book will not only cover the critical aspects of digital forensics, but also mobile forensics * Whether you're a forensic analyst or an iOS developer, there's something in this book for you * The authors, Mattia Epifani and Pasquale Stirparo, are respected members of the community, they go into extensive detail to cover critical topics Who This Book Is For The book is for digital forensics analysts, incident response analysts, IT security experts, and malware analysts. It would be beneficial if you have basic knowledge of forensics What You Will Learn * Identify an iOS device between various models (iPhone, iPad, iPod Touch) and verify the iOS version installed * Crack or bypass the protection passcode chosen by the user * Acquire, at the most detailed level, the content of an iOS Device (physical, advanced logical, or logical) * Recover information from a local backup and eventually crack the backup password * Download back-up information stored on iCloud * Analyze system, user, and third-party information from a device, a backup, or iCloud * Examine malicious apps to identify data and credential thefts In Detail Mobile forensics is used within many different domains, but is chiefly employed in the field of information security. By understanding common attack vectors and vulnerability points, security professionals can develop measures and examine system architectures to harden security on iOS devices. This book is a complete manual on the identification, acquisition, and analysis of iOS devices, updated to iOS 8 and 9. You will learn by doing, with various case studies. The book covers different devices, operating system, and apps. There is a completely renewed section on third-party apps with a detailed analysis of the most interesting artifacts. By investigating compromised devices, you can work out the identity of the attacker, as well as what was taken, when, why, where, and how the attack was conducted. Also you will learn in detail about data security and application security that can assist forensics investigators and application developers. It will take hands-on approach to solve complex problems of digital forensics as well as mobile forensics. Style and approach This book provides a step-by-step approach that will guide you through one topic at a time. This intuitive guide focuses on one key topic at a time. Building upon the acquired knowledge in each chapter, we will connect the fundamental theory and practical tips by illustrative visualizations and hands-on code examples.

Learning Less.js

by Alex Libby

If you are a designer or developer who wants to quickly learn how to harness the power of Less.js to write more efficient CSS styles that can be applied to a website of any size, then this book is for you. This book will help you master both the basic functions and advanced features of Less.js. It would be helpful to have some familiarity of writing CSS styles, although no prior experience of using CSS preprocessors is required.

Learning Little Hawk's Way of Storytelling

by Frank Domenico Cipriani Beverly Miller Kenneth Little Hawk

Based on the teachings of Kenneth Little Hawk, the renowned Mi'Kmaw First Nation storyteller, this book uses stories to explain how to tell stories. Each of the practical skills needed for storytelling is clearly illustrated through relevant stories from native tribes-"What the Fire Taught Us" teaches special effects, "Our Many Children" shows voice modulation, and "Little Thunder's Wedding" offers techniques for formal stories. Business people looking to enhance their public speaking, librarians wanting to enliven children's programs, and teachers trying to instill a love of story in their students will find the entertaining and educative methods in this guide both inspiring and effective.

Learning Magento Theme Development

by Richard Carter

This book is for web designers and developers with existing knowledge of CSS, HTML, and XML, who wish to learn more about Magento-specific theming techniques. Some knowledge of PHP may be useful, but is not necessary.

Learning Material Design

by Kyle Mew

Master Material Design and create beautiful, animated interfaces for mobile and web applications About This Book * Master the highly acclaimed Material Design paradigm and give your apps and pages the look that everyone is talking about * Get a mix of key theoretical concepts combined with enough practical examples to put each theory into practice so you can create elegant material interfaces with Android Studio and Polymer * Written by Kyle Mew, successful author with over a decade of mobile and web development experience, this book has both the touch of a developer as well as an experienced writer Who This Book Is For This book is ideal for web developers and designers who are interested in implementing Material Design in their mobile and web apps. No prior knowledge or experience of Material Design is required, but some familiarity with procedural languages such as Java and markup languages such as HTML will provide an advantage. What You Will Learn * Implement Material Design on both mobile and web platforms that work on older handsets and browsers * Design stylish layouts with the Material Theme * Create and manage cards, lists, and grids * Design and implement sliding drawers for seamless navigation * Coordinate components to work together * Animate widgets and create transitions and animation program flow * Use Polymer to bring Material Design to your web pages In Detail Google's Material Design language has taken the web development and design worlds by storm. Now available on many more platforms than Android, Material Design uses color, light, and movements to not only generate beautiful interfaces, but to provide intuitive navigation for the user. Learning Material Design will teach you the fundamental theories of Material Design using code samples to put these theories into practice. Focusing primarily on Android Studio, you'll create mobile interfaces using the most widely used and powerful material components, such as sliding drawers and floating action buttons. Each section will introduce the relevant Java classes and APIs required to implement these components. With the rules regarding structure, layout, iconography, and typography covered, we then move into animation and transition, possibly Material Design's most powerful concept, allowing complex hierarchies to be displayed simply and stylishly. With all the basic technologies and concepts mastered, the book concludes by showing you how these skills can be applied to other platforms, in particular web apps, using the powerful Polymer library. Style and approach Learning Material Design combines the theories behind material design with practical examples of how these can be implemented and further reinforcing the guidelines covering style, layout and structure.

Learning Microsoft Office 2007

by Suzanne Weixel Jennifer Fulton Faithe Wempen Catherine Skintik

Are you a visual learner? Do you prefer instructions that show you how to do something - and skip the long-winded explanations? If so, then this book is for you. Open it up, and you will find clear, step-by-step screen shots that show you how to tackle more than 170 Access 2007 tasks. Each task-based spread includes easy, visual directions for performing necessary operations, including * Navigating the new interface * Using templates to create databases * Entering and editing data * Working with tables and fields * Creating simple or summary queries * Linking to Excel(r) worksheets * Helpful sidebars offer practical tips and tricks * Full-color screen shots demonstrate each task * Succinct explanations walk you through step by step * Two-page lessons break big topics into bite-sized modules

Learning Microsoft Office Word 2007

by Suzanne Weixel

NIMAC-sourced textbook

Learning Moodle Workplace

by Alex Büchner

This book is for workplace administrators in technical, organizational as well as pedagogical capacity. Managers who lead teams in the workplace, especially HR, will also find it useful. Learners who use Workplace for their continuous professional development will also benefit from the book. Prior exposure to the Moodle platform will help you follow the book easily.

Learning Path - Complete Vue.js 2 Web Development: Practical Guide To Building End-to-end Web Development Solutions With Vue. Js 2

by Paul Halliday Andrea Passaglia Mike Street

The Learning Path is intended for JavaScript developers at any level of expertise who wants to learn Vue.js and develop productive web applications with the power of the latest Vue.js.

Learning PHP 7 High Performance

by Altaf Hussain

Improve the performance of your PHP application to ensure the application users aren't left waiting About This Book * Make the optimum use of PHP coding to improve your programming productivity * Leverage the potential of PHP for server-side programming, memory management, and object-oriented programming * Packed with real-life examples to help the readers implement concepts as they learn Who This Book Is For This book is for those who have basic experience in PHP programming. If you are developing performance-critical applications, then this book is for you. What You Will Learn * Setup high performance development and production environment for PHP 7 * Discover new OOP features in PHP 7 to achieve high performance * Improve your PHP applications' performance * Attain improved database performance * Benchmark PHP applications to optimize them * Write quality code by learning to improve code reusability, simplicity, and expressiveness * Get rid of the bottlenecks in your PHP 7 applications by writing PHP code optimally * Tackle issues related to web applications, such as high user dependency and large datasets In Detail PHP is a great language for building web applications. It is essentially a server-side scripting language that is also used for general-purpose programming. PHP 7 is the latest version, providing major backward-compatibility breaks and focusing on high performance and speed. This fast-paced introduction to PHP 7 will improve your productivity and coding skills. The concepts covered will allow you, as a PHP programmer, to improve the performance standards of your applications. We will introduce you to the new features in PHP 7 and then will run through the concepts of object-oriented programming (OOP) in PHP 7. Next, we will shed some light on how to improve your PHP 7 applications' performance and database performance. Through this book, you will be able to improve the performance of your programs using the various benchmarking tools discussed. At the end, the book discusses some best practices in PHP programming to help you improve the quality of your code. Style and approach The book is a step-by-step guide to improve the quality of your code in PHP through real-time examples. The book takes a practical approach to improving the quality of your code.

Learning Responsive Data Visualization

by Christoph Korner

Master the art of building responsive visualizations on the Web About This Book * Learn the techniques for building data visualizations that work well for all screen sizes * Implement responsive techniques with popular libraries to get to grips with building responsive visualizations that work in the real world * Incorporate responsive workflow in your data visualization process to build visualizations that take a mobile-first approach. Who This Book Is For Web developers and data science professionals who want to make their visualizations work for smaller screen sizes. Some basic knowledge of JavaScript and Data visualization is expected. What You Will Learn * Get familiar with responsive design for data visualizations * Understand the main concepts of D3.js to create interactive visualizations * Unleash the power of Bootstrap to create stunning and responsive visualizations for all screen resolutions * Implement Touch and Mouse interactions for mobile-first applications * Design Transitions and Animations that impress in portrait and landscape * Build a Responsive World Map using GeoJSON and D3.js In Detail Using D3.js and Responsive Design principles, you will not just be able to implement visualizations that look and feel awesome across all devices and screen resolutions, but you will also boost your productivity and reduce development time by making use of Bootstrap--the most popular framework for developing responsive web applications. This book teaches the basics of scalable vector graphics (SVG), D3.js, and Bootstrap while focusing on Responsive Design as well as mobile-first visualizations; the reader will start by discovering Bootstrap and how it can be used for creating responsive applications, and then implement a basic bar chart in D3.js. You will learn about loading, parsing, and filtering data in JavaScript and then dive into creating a responsive visualization by using Media Queries, responsive interactions for Mobile and Desktop devices, and transitions to bring the visualization to life. In the following chapters, we build a fully responsive interactive map to display geographic data using GeoJSON and set up integration testing with Protractor to test the application across real devices using a mobile API gateway such as AWS Device Farm. You will finish the journey by discovering the caveats of mobile-first applications and learn how to master cross-browser complications. Style and approach As the world shifts to mobile devices for consuming data on the Web, developers are faced with the unique challenge of making data visualizations work for their smaller screens. The growth of responsive web design enabled developers to adopt page layouts and media for smaller screens, but there is still little information available on how to adapt data visualizations for the smaller screens. This book fills this important gap and shows how responsive web design principles can be extended to create visualizations that work well regardless of the screen size, thereby allowing developers to build user-friendly visualizations that work well on all devices. In addition to covering some of the popular techniques and design patterns for building responsive visualizations, the book also shows readers how to implement these techniques with the help of some popular tools and libraries.

Learning Selenium Testing Tools - Third Edition

by Raghavendra Prasad Mg

If you are a software developer with a basic knowledge of testing and are interested in automated testing using Selenium, this is the book for you. No prior knowledge of Selenium is required.

Learning Selenium Testing Tools with Python

by Unmesh Gundecha

If you are a quality testing professional, or a software or web application developer looking to create automation test scripts for your web applications, with an interest in Python, then this is the perfect guide for you. Python developers who need to do Selenium testing need not learn Java, as they can directly use Selenium for testing with this book.

Learning the vi and Vim Editors: Text Processing at Maximum Speed and Power

by Linda Lamb Arnold Robbins Elbert Hannah

There's nothing that hard-core Unix and Linux users are more fanatical about than their text editor. Editors are the subject of adoration and worship, or of scorn and ridicule, depending upon whether the topic of discussion is your editor or someone else's. vi has been the standard editor for close to 30 years. Popular on Unix and Linux, it has a growing following on Windows systems, too. Most experienced system administrators cite vi as their tool of choice. And since 1986, this book has been the guide for vi. However, Unix systems are not what they were 30 years ago, and neither is this book. While retaining all the valuable features of previous editions, the 7th edition of Learning the vi and vim Editors has been expanded to include detailed information on vim, the leading vi clone. vim is the default version of vi on most Linux systems and on Mac OS X, and is available for many other operating systems too. With this guide, you learn text editing basics and advanced tools for both editors, such as multi-window editing, how to write both interactive macros and scripts to extend the editor, and power tools for programmers -- all in the easy-to-follow style that has made this book a classic.Learning the vi and vim Editors includes:A complete introduction to text editing with vi: How to move around vi in a hurry Beyond the basics, such as using buffers vi's global search and replacement Advanced editing, including customizing vi and executing Unix commandsHow to make full use of vim: Extended text objects and more powerful regular expressions Multi-window editing and powerful vim scripts How to make full use of the GUI version of vim, called gvim vim's enhancements for programmers, such as syntax highlighting, folding and extended tags Coverage of three other popular vi clones -- nvi, elvis, and vile -- is also included. You'll find several valuable appendixes, including an alphabetical quick reference to both vi and ex mode commands for regular vi and for vim, plus an updated appendix on vi and the Internet. Learning either vi or vim is required knowledge if you use Linux or Unix, and in either case, reading this book is essential. After reading this book, the choice of editor will be obvious for you too.

Learning to Rival: A Literate Practice for Intercultural Inquiry (Rhetoric, Knowledge, and Society Series)

by Linda Flower Elenore Long Lorraine Higgins

Learning to Rival tells the inside story of college and high school writers learning to "rival"--to actively seek rival hypotheses and negotiate alternative perspectives on charged questions. It shows how this interdisciplinary literate practice alters with the context of use and how, in learning to rival in school and out, students must often negotiate conflicts not apparent to instructors. This study of the rival hypothesis stance--a powerful literate practice claimed by both humanities and science--initially posed two questions: * how does the rival hypothesis stance define itself as a literate practice as we move across the boundaries of disciplines and genres, of school and community? * how do learners crossing these boundaries interpret and use the family of literate practices, especially in situations that pose problems of intercultural understanding? Over the course of this project with urban teenagers and minority college students, the rival hypothesis stance emerged as a generative and powerful tool for intercultural inquiry, posing in turn a new question: how can the practice of rivaling support the difficult and essential art of intercultural interpretation in education? The authors present the story of a literate practice that moves across communities, as well as the stories of students who are learning to rival across the curriculum. Learning to Rival offers an active, strategic approach to multiculturalism, addressing how people negotiate and use difference to solve problems. In the spirit of John Dewey's experimental way of knowing, it presents a multifaceted approach to literacy research, combining contemporary research methods to show the complexity of rivaling as a literate practice and the way it is understood and used by a variety of writers. As a resource for scholars, teachers, and administrators in writing across the curriculum studies, writing program administration, service learning, and community based projects, as well as literacy, rhetoric, and composition, this volume reveals how learning a new literate practice can force students to encounter and negotiate conflicts. It also provides a model of an intercultural inquiry that uses difference to understand a shared problem.

Learning To Speak: A Manual for Parents

by P. R. Zelazo R. B. Kearsley J. A. Ungerer

First published in 1984. Routledge is an imprint of Taylor & Francis, an informa company.

Learning to Talk: The many contexts of children’s language development

by Gee Macrory

There is a pressing need for new teachers to understand the wider context of language development and to know how best to support children in learning to talk. This accessible text introduces you to the numerous contexts of language development. It helps you understand the many ways in which children acquire language skills. Importantly, it provides a breadth of learning about language not offered by other texts exploring typical language development, atypical language development and learning more than one language. The book also explores the current literature and research on language development for primary aged children, supporting trainee teachers with their academic study.

Learning to Talk: The many contexts of children’s language development

by Gee Macrory

There is a pressing need for new teachers to understand the wider context of language development and to know how best to support children in learning to talk. This accessible text introduces you to the numerous contexts of language development. It helps you understand the many ways in which children acquire language skills. Importantly, it provides a breadth of learning about language not offered by other texts exploring typical language development, atypical language development and learning more than one language. The book also explores the current literature and research on language development for primary aged children, supporting trainee teachers with their academic study.

Learning WordPress REST API

by Sufyan Bin Uzayr

A practical tutorial to get you up and running with the revolutionary WordPress REST API About This Book * Learn how to run the latest WordPress REST API with various platforms * Create exciting apps and manage non-WordPress content with them * Secure, export, and manage your data through illustrative examples Who This Book Is For This book is for WordPress developers and designers who want to get a complete practical understanding of the WordPress REST API and leverage it to create fully-featured web apps. What You Will Learn * Use the WordPress REST API to read, write, and edit posts * Create and work with metadata using the WordPress REST API * Work with taxonomies using the REST API * Add custom routes and build apps using the WordPress REST API * Process requests and integrate with external applications and frameworks * Make your WordPress projects ready for the RESTful API standard In Detail The WordPress REST API is a recent innovation that has the potential to unlock several new opportunities for WordPress developers. It can help you integrate with technologies outside of WordPress, as well as offer great flexibility when developing themes and plugins for WordPress. As such, the REST API can make developers' lives easier. The book begins by covering the basics of the REST API and how it can be used along with WordPress. Learn how the REST API interacts with WordPress, allowing you to copy posts and modify post metadata. Move on to get an understanding of taxonomies and user roles are in WordPress and how to use them with the WordPress REST API. Next, find out how to edit and process forms with AJAX and how to create custom routes and functions. You will create a fully-functional single page web app using a WordPress site and the REST API. Lastly, you will see how to deal with the REST API in future versions and will use it to interact it with third-party services. By the end of the book, you will be able to work with the WordPress REST API to build web applications. Style and Approach A step by step tutorial to explain the new and exciting world of the WordPress REST API with the real world examples.

Learning Zurb Foundation

by Kevin Horek

If you are a web designer, developer, or anyone who is interested in building responsive websites, then this book is a must-have. Basic knowledge of CSS, HTML, and JavaScript is required.

Leave Something on the Table: and Other Surprising Lessons for Success in Business and in Life

by Frank Bennack

One of the most innovative minds in business provides an equally original guide to getting ahead.Frank Bennack’s accomplishments in media and business are unrivaled. He was named chief executive of Hearst in 1979, and for nearly 30 years he helped solidify the company’s reputation as a leader in consumer media, overseeing the purchase of more than two dozen television stations and several major newspapers (Houston Chronicle), the launch of top-selling magazines (O, The Oprah Magazine), and a partnership with ABC, now the Walt Disney Company, to create the pioneering cable networks A&E, HISTORY, and Lifetime. One of his greatest achievements was when, in 1990, he negotiated a 20 percent stake in ESPN for $167 million. The sports network would be valued by market analysts at roughly $30 billion. He also played a key role in Hearst’s march toward diversification, with acquisitions of business media assets including global ratings agency Fitch Group. In Leave Something on the Table, Bennack takes readers behind the scenes of these high-stakes moves and offers practical tips for excelling in the corporate world and beyond. He tells stories from his Texas childhood—a first job at 8, his own television show at 17—that foretold why he would become a CEO at 46. And he shares his encounters with US presidents, reflects on his longtime commitment to philanthropy, and describes his and his colleagues’ unwavering quest to build the visionary Hearst Tower. This is a heartfelt handbook for how to advance not only as a professional but as a person. As Bennack writes, “It’s not currently fashionable to make the case for the high road. It looks longer, and old-fashioned, and it’s easy to conclude that while you’re climbing the ladder, burdened by your values, others are reaching the top faster. But if the stories in these pages suggest a broader truth, it’s exactly the opposite: The high road is quicker, with a better view along the way, and more satisfaction at the summit.”

Lebenslanges Lernen für die Medienwelt von morgen: Eine empirische Analyse der journalistischen Weiterbildung

by Michaela Petek

Warum „lebenslanges Lernen für die Medienwelt von morgen“ sowohl für Journalistinnen und Journalisten als auch für Medienunternehmen alternativlos ist, legt Michaela Petek hier in einer empirischen Analyse der journalistischen Weiterbildung dar. Im Vergleich zum seit fünf Jahrzehnten gut untersuchten Bereich der journalistischen Ausbildung wird damit erstmals in der Journalismusforschung die Weiterbildung umfassend unter die Lupe genommen. Michaela Peteks Ziel ist es, alle Akteure auf dem journalistischen Weiterbildungsmarkt in die Untersuchung mit einzubeziehen: Journalist*innen, Medienunternehmen und Weiterbildungsinstitutionen. Neben ökonomischen Zwängen sind es vor allem die technischen Innovationen, die den Wandel in der Medienlandschaft vorantreiben. So entstehen ständig neue Produkte und Formate, Redaktionsstrukturen, Arbeitsabläufe, Berufsbilder. In dieser sich rasant wandelnden Medienwelt ist die kontinuierliche Investition in Weiterbildung für Journalistinnen und Journalisten notwendig, um einem immer wieder neu an die Veränderungen anzupassenden journalistischen Kompetenzprofil gerecht zu werden.

LED-Based Visible Light Communications (Signals and Communication Technology)

by Nan Chi

The book systematically introduces the visible light communication (VLC) technology in detail. Basic concepts and how to realize the system are both illustrated, including the transmitter, channel, and the receiver. In addition, a good many experimental results are presented to help readers further understand the VLC technologies. The upper-layer protocols of visible light communication system and the technology trends are also discussed. This book can be a good reference work for researchers, engineers, and graduate students in the fields of communications, LED, and optics.

The Lede: Dispatches from a Life in the Press

by Calvin Trillin

NEW YORK TIMES BESTSELLER • A fascinating portrait of journalism and the people who make it, told through pieces collected from the incomparable six-decade career of bestselling author and longtime New Yorker writer Calvin Trillin&“The Lede contains profiles . . . that are acknowledged classics of the form and will be studied until A.I. makes hash out of all of us.&”—Dwight Garner, The New York TimesI&’ve been writing about the press almost as long as I&’ve been in the game. At some point, it occurred to me that disparate pieces from various places in various styles amounted to a picture from multiple angles of what the press has been like over the years since I became a practitioner and an observer.Calvin Trillin has reported serious pieces across America for The New Yorker, covered the civil rights movement in the South for Time, and written comic verse for The Nation. But one of his favorite subjects over the years—a superb fit for his unique combination of reportage and humor—has been his own professional environment: the American press.In The Lede, Trillin gathers his incisive, often hilarious writing on reporting, reporters, and their world. There are pieces on a legendary crime reporter in Miami and on an erudite film critic in Dallas who once a week transformed himself from a connoisseur of the French nouvelle vague into a fan of movies like Mother Riley Meets the Vampire. Trillin writes about the paucity of gossip columns in Russia, the icebreaker he'd use if he met one of his subjects socially (e.g.: &“You must be wondering why I referred to you in Time as a dork robot&”), and the origins of a publication called Beautiful Spot: A Magazine of Parking.Uniting all of this is Trillin&’s signature combination of empathy, humor, and graceful prose. The Lede is an invaluable portrait of one our fundamental American institutions from a master journalist.

Left of Karl Marx: The Political Life of Black Communist Claudia Jones

by Carole Boyce Davies

In Left of Karl Marx, Carole Boyce Davies assesses the activism, writing, and legacy of Claudia Jones (1915-1964), a pioneering Afro-Caribbean radical intellectual, dedicated communist, and feminist. Jones is buried in London's Highgate Cemetery, to the left of Karl Marx--a location that Boyce Davies finds fitting given how Jones expanded Marxism-Leninism to incorporate gender and race in her political critique and activism. Claudia Cumberbatch Jones was born in Trinidad. In 1924, she moved to New York, where she lived for the next thirty years. She was active in the Communist Party from her early twenties onward. A talented writer and speaker, she traveled throughout the United States lecturing and organizing. In the early 1950s, she wrote a well-known column, "Half the World," for the Daily Worker. As the U. S. government intensified its efforts to prosecute communists, Jones was arrested several times. She served nearly a year in a U. S. prison before being deported and given asylum by Great Britain in 1955. There she founded The West Indian Gazette and Afro-Asian Caribbean News and the Caribbean Carnival, an annual London festival that continues today as the Notting Hill Carnival. Boyce Davies examines Jones's thought and journalism, her political and community organizing, and poetry that the activist wrote while she was imprisoned. Looking at the contents of the FBI file on Jones, Boyce Davies contrasts Jones's own narration of her life with the federal government's. Left of Karl Marx establishes Jones as a significant figure within Caribbean intellectual traditions, black U. S. feminism, and the history of communism.

Refine Search

Showing 8,501 through 8,525 of 16,570 results