Browse Results

Showing 10,826 through 10,850 of 54,029 results

Textual Information Access: Statistical Models (Wiley-iste Ser. #588)

by Eric Gaussier François Yvon

This book presents statistical models that have recently been developed within several research communities to access information contained in text collections. The problems considered are linked to applications aiming at facilitating information access: - information extraction and retrieval; - text classification and clustering; - opinion mining; - comprehension aids (automatic summarization, machine translation, visualization). In order to give the reader as complete a description as possible, the focus is placed on the probability models used in the applications concerned, by highlighting the relationship between models and applications and by illustrating the behavior of each model on real collections. Textual Information Access is organized around four themes: informational retrieval and ranking models, classification and clustering (regression logistics, kernel methods, Markov fields, etc.), multilingualism and machine translation, and emerging applications such as information exploration. Contents Part 1: Information Retrieval 1. Probabilistic Models for Information Retrieval, Stéphane Clinchant and Eric Gaussier. 2. Learnable Ranking Models for Automatic Text Summarization and Information Retrieval, Massih-Réza Amini, David Buffoni, Patrick Gallinari, Tuong Vinh Truong and Nicolas Usunier. Part 2: Classification and Clustering 3. Logistic Regression and Text Classification, Sujeevan Aseervatham, Eric Gaussier, Anestis Antoniadis, Michel Burlet and Yves Denneulin. 4. Kernel Methods for Textual Information Access, Jean-Michel Renders. 5. Topic-Based Generative Models for Text Information Access, Jean-Cédric Chappelier. 6. Conditional Random Fields for Information Extraction, Isabelle Tellier and Marc Tommasi. Part 3: Multilingualism 7. Statistical Methods for Machine Translation, Alexandre Allauzen and François Yvon. Part 4: Emerging Applications 8. Information Mining: Methods and Interfaces for Accessing Complex Information, Josiane Mothe, Kurt Englmeier and Fionn Murtagh. 9. Opinion Detection as a Topic Classification Problem, Juan-Manuel Torres-Moreno, Marc El-Bèze, Patrice Bellot and Fréderic Béchet.

Theoretical Foundations of Learning Environments

by Susan Land David Jonassen

Theoretical Foundations of Learning Environments provides students, faculty, and instructional designers with a clear, concise introduction to the major pedagogical and psychological theories and their implications for the design of new learning environments for schools, universities, or corporations. Leading experts describe the most important contemporary theories that form the foundation of the conception and design of student-centered learning environments and new applications of educational technologies. This book is well suited as a textbook for courses in instructional design, educational psychology, learning theory, curriculum theory and design, and related areas. The rise of constructivism and its associated theories represented a paradigm shift for educators and instructional designers to a view of learning as necessarily more social, conversational, and constructive than traditional transmissive views of learning. This bestselling book was the first to provide a manageable overview of the altered field, and the second edition has been fully updated to include expert introductions to Metacognition, Argumentation, and other key contemporary theories.

Theory, Analysis and Design of RF Interferometric Sensors

by Seoktae Kim Cam Nguyen

Theory, Analysis and Design of RF Interferometric Sensors presents the theory, analysis and design of RF interferometric sensors. RF interferometric sensors are attractive for various sensing applications that require every fine resolution and accuracy as well as fast speed. The book also presents two millimeter-wave interferometric sensors realized using RF integrated circuits. The developed millimeter-wave homodyne sensor shows sub-millimeter resolution in the order of 0.05 mm without correction for the non-linear phase response of the sensor's quadrature mixer. The designed millimeter-wave double-channel homodyne sensor provides a resolution of only 0.01 mm, or 1/840th of the operating wavelength, and can inherently suppress the non-linearity of the sensor's quadrature mixer. The experimental results of displacement and velocity measurement are presented as a way to demonstrate the sensing ability of the RF interferometry and to illustrate its many possible applications in sensing. The book is succinct, yet the material is very much self-contained, enabling readers with an undergraduate background in electrical engineering or physics with some experiences or graduate courses in RF circuits to understand easily.

Think Complexity

by Allen B. Downey

Expand your Python skills by working with data structures and algorithms in a refreshing context--through an eye-opening exploration of complexity science. Whether you're an intermediate-level Python programmer or a student of computational modeling, you'll delve into examples of complex systems through a series of exercises, case studies, and easy-to-understand explanations. You'll work with graphs, algorithm analysis, scale-free networks, and cellular automata, using advanced features that make Python such a powerful language. Ideal as a text for courses on Python programming and algorithms, Think Complexity will also help self-learners gain valuable experience with topics and ideas they might not encounter otherwise. Work with NumPy arrays and SciPy methods, basic signal processing and Fast Fourier Transform, and hash tables Study abstract models of complex physical systems, including power laws, fractals and pink noise, and Turing machines Get starter code and solutions to help you re-implement and extend original experiments in complexity Explore the philosophy of science, including the nature of scientific laws, theory choice, realism and instrumentalism, and other topics Examine case studies of complex systems submitted by students and readers

Think Complexity: Complexity Science and Computational Modeling (Oreilly And Associate Ser.)

by Allen Downey

Complexity science uses computation to explore the physical and social sciences. In Think Complexity, you’ll use graphs, cellular automata, and agent-based models to study topics in physics, biology, and economics.Whether you’re an intermediate-level Python programmer or a student of computational modeling, you’ll delve into examples of complex systems through a series of worked examples, exercises, case studies, and easy-to-understand explanations.In this updated second edition, you will:Work with NumPy arrays and SciPy methods, including basic signal processing and Fast Fourier TransformStudy abstract models of complex physical systems, including power laws, fractals and pink noise, and Turing machinesGet Jupyter notebooks filled with starter code and solutions to help you re-implement and extend original experiments in complexity; and models of computation like Turmites, Turing machines, and cellular automataExplore the philosophy of science, including the nature of scientific laws, theory choice, and realism and instrumentalismIdeal as a text for a course on computational modeling in Python, Think Complexity also helps self-learners gain valuable experience with topics and ideas they might not encounter otherwise.

Think Like a Programmer: An Introduction to Creative Problem Solving

by V. Anton Spraul

The real challenge of programming isn't learning a language's syntax—it's learning to creatively solve problems so you can build something great. In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge.You'll also learn how to:–Split problems into discrete components to make them easier to solve–Make the most of code reuse with functions, classes, and libraries–Pick the perfect data structure for a particular job–Master more advanced programming tools like recursion and dynamic memory–Organize your thoughts and develop strategies to tackle particular types of problemsAlthough the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.

Think Python: How To Think Like A Computer Scientist

by Allen B. Downey

If you want to learn how to program, working with Python is an excellent way to start. This hands-on guide takes you through the language a step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design. This second edition and its supporting code have been updated for Python 3.Through exercises in each chapter, youâ??ll try out programming concepts as you learn them. Think Python is ideal for students at the high school or college level, as well as self-learners, home-schooled students, and professionals who need to learn programming basics. Beginners just getting their feet wet will learn how to start with Python in a browser.Start with the basics, including language syntax and semanticsGet a clear definition of each programming conceptLearn about values, variables, statements, functions, and data structures in a logical progressionDiscover how to work with files and databasesUnderstand objects, methods, and object-oriented programmingUse debugging techniques to fix syntax, runtime, and semantic errorsExplore interface design, data structures, and GUI-based programs through case studies

Thinking as Computation: A First Course (The\mit Press Ser.)

by Hector J. Levesque

Students explore the idea that thinking is a form of computation by learning to write simple computer programs for tasks that require thought. This book guides students through an exploration of the idea that thinking might be understood as a form of computation. Students make the connection between thinking and computing by learning to write computer programs for a variety of tasks that require thought, including solving puzzles, understanding natural language, recognizing objects in visual scenes, planning courses of action, and playing strategic games. The material is presented with minimal technicalities and is accessible to undergraduate students with no specialized knowledge or technical background beyond high school mathematics. Students use Prolog (without having to learn algorithms: “Prolog without tears!”), learning to express what they need as a Prolog program and letting Prolog search for answers.After an introduction to the basic concepts, Thinking as Computation offers three chapters on Prolog, covering back-chaining, programs and queries, and how to write the sorts of Prolog programs used in the book. The book follows this with case studies of tasks that appear to require thought, then looks beyond Prolog to consider learning, explaining, and propositional reasoning. Most of the chapters conclude with short bibliographic notes and exercises. The book is based on a popular course at the University of Toronto and can be used in a variety of classroom contexts, by students ranging from first-year liberal arts undergraduates to more technically advanced computer science students.

Third-Party JavaScript

by Ben Vinegar Anton Kovalyov

SummaryThird-Party JavaScript guides web developers through the complete development of a full-featured third-party JavaScript application. You'll learn dozens of techniques for developing widgets that collect data for analytics, provide helpful overlays and dialogs, or implement features like chat or commenting. The concepts and examples throughout this book represent the best practices for this emerging field, based on thousands of real-world dev hours and results from millions of users.About this BookThere's an art to writing third-party JavaScript—embeddable scripts that can plug into any website. They must adapt easily to unknown host environments, coexist with other applications, and manage the tricky security vulnerabilities you get when code and asset files are served from remote web addresses. Get it right and you have unlimited options for distributing your apps. This unique book shows you how.Third-Party JavaScript guides you through the ins and outs of building full-featured third-party JavaScript applications. You'll learn techniques for developing widgets that collect data for analytics, provide helpful overlays and dialogs, or implement features like chat and commenting. The concepts and examples throughout the book represent the best practices for this emerging field, based on thousands of real-world dev hours and results from millions of users.Written for web developers who know JavaScript, this book requires no prior knowledge of third-party apps. What's InsideWriting conflict-free JavaScript, HTML, and CSSMaking cross-domain requests from the browserHow to overcome third-party cookie limitationsSecurity vulnerabilities of third-party applicationsPurchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the AuthorsBen Vinegar is an engineer at Disqus, a third-party JavaScript commenting platform. Anton Kovalyov is a software engineer at Mozilla. They are third-party applications experts whose work has been distributed on millions of websitesTable of ContentsIntroduction to third-party JavaScriptDistributing and loading your applicationRendering HTML and CSSCommunicating with the serverCross-domain iframe messagingAuthentication and sessionsSecurityDeveloping a third-party JavaScript SDKPerformanceDebugging and testing

This Machine Kills Secrets

by Andy Greenberg

Who Are The Cypherpunks? This is the unauthorized telling of the revolutionary cryptography story behind the motion picture The Fifth Estate in theatres this October, and We Steal Secrets: The Story of Wikileaks, a documentary out now. WikiLeaks brought to light a new form of whistleblowing, using powerful cryptographic code to hide leakers' identities while they spill the private data of government agencies and corporations. But that technology has been evolving for decades in the hands of hackers and radical activists, from the libertarian enclaves of Northern California to Berlin to the Balkans. And the secret-killing machine continues to evolve beyond WikiLeaks, as a movement of hacktivists aims to obliterate the world's institutional secrecy. Forbes journalist Andy Greenberg has traced its shadowy history from the cryptography revolution of the 1970s to Wikileaks founding hacker Julian Assange, Anonymous, and beyond. This is the story of the code and the characters--idealists, anarchists, extremists--who are transforming the next generation's notion of what activism can be. With unrivaled access to such major players as Julian Assange, Daniel Domscheit-Berg, and WikiLeaks' shadowy engineer known as the Architect, never before interviewed, Greenberg unveils the world of politically-motivated hackers--who they are and how they operate.

Thousands of Images, Now What

by Mike Hagen

Tackle the challenges of digital photo file management!If you find yourself with more digital photos than you know what to do with or at a loss as to how to begin organizing them all, then Digital Asset Management (DAM) is your solution. This incredibly helpful book answers such common questions as: how should I manage the sheer volume of images? How can I make sure my pictures are safely backed-up? How can I efficiently categorize my images so that I can quickly find the one I'm seeking? Professional photographer and author Mike Hagen shows you how to organize, save, and back-up your digital photos by creating a filing and back-up system that are both efficient and effective. He walks you through the steps necessary to successfully maintain an orderly archiving system so that you can quickly store, save, and retrieve your images. Digital Asset Management (DAM) helps you organize, save, and back-up your digital photosExplains how to efficiently and effectively create an intuitive filing system that is right for you Answers frequently asked questions regarding storing, saving, and retrieving imagesEncourages you to create a successful digital photo archive that, once created, will be easy to maintain and use Say "so long" to your days of being a digital photo pack rat when you put this easy-to-understand, helpful book to use!

Tika in Action

by Jukka L. Zitting Chris Mattmann

SummaryTika in Action is a hands-on guide to content mining with Apache Tika. The book's many examples and case studies offer real-world experience from domains ranging from search engines to digital asset management and scientific data processing.About the TechnologyTika is an Apache toolkit that has built into it everything you and your app need to know about file formats. Using Tika, your applications can discover and extract content from digital documents in almost any format, including exotic ones.About this BookTika in Action is the ultimate guide to content mining using Apache Tika. You'll learn how to pull usable information from otherwise inaccessible sources, including internet media and file archives. This example-rich book teaches you to build and extend applications based on real-world experience with search engines, digital asset management, and scientific data processing. In addition to architectural overviews, you'll find detailed chapters on features like metadata extraction, automatic language detection, and custom parser development.This book is written for developers who are new to both Scala and Lift and covers just enough Scala to get you started. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's InsideCrack MS Word, PDF, HTML, and ZIPIntegrate with search engines, CMS, and other data sourcesLearn through experimentationMany examplesThis book requires no previous knowledge of Tika or text mining techniques. It assumes a working knowledge of Java.========================================​==Table of ContentsPART 1 GETTING STARTEDThe case for the digital Babel fishGetting started with TikaThe information landscapePART 2 TIKA IN DETAILDocument type detectionContent extractionUnderstanding metadataLanguage detectionWhat's in a file?PART 3 INTEGRATION AND ADVANCED USEThe big pictureTika and the Lucene search stackExtending TikaPART 4 CASE STUDIESPowering NASA science data systemsContent management with Apache JackrabbitCurating cancer research data with TikaThe classic search engine example

Tomcat. Przewodnik encyklopedyczny. Wydanie II

by Jason Brittain Ian F. Darwin

Poznaj mo?liwo?ci serwera Tomcat! Jak dostroi? Tomcat w celu pomiaru i poprawy wydajno?ci?Jak wdra?a? aplikacje WWW z serwletami i stronami JSP?Jak diagnozowa? problemy z serwerem?Tomcat jest kontenerem serwletów Java i serwerem WWW stworzonym przez organizacj? Apacze Software Foundation. Mo?e pe?ni? rol? serwera produkcyjnego o du?ej wydajno?ci, sprawdza si? równie? jako darmowy kontener serwletów i stron JSP z udost?pnionym kodem ?ród?owym. Tomcat mo?e by? zastosowany niezale?nie lub w po??czeniu z innymi serwerami WWW (np. httpd Apache). Doskonale radzi sobie w ka?dego rodzaju ?rodowisku, zapewniaj?c fundament wymagany do praktycznego wykorzystania w Internecie umiej?tno?ci z zakresu technologii Java.W ksi??ce "Tomcat. Przewodnik encyklopedyczny" znajdziesz szczegó?owe wyja?nienia, jak korzysta? z tego serwera. Czytaj?c j?, poznasz wszelkie procedury instalacyjne oraz mo?liwo?ci konfigurowania obszarów, ról, u?ytkowników i zasobów JNDI. Nauczysz si?, jak uaktywnia? i wy??cza? funkcj? automatycznego prze?adowywania serwletów, a tak?e wdra?a? aplikacje WWW. Niezb?dne informacje dotycz?ce serwera Tomcat znajd? tu nie tylko programi?ci, ale tak?e administratorzy, webmasterzy i wszyscy, którzy chc? si? dowiedzie? czego? o tym kontenerze serwletów.Instalowanie i konfigurowanie TomcataZarz?dzanie obszarami, rolami i u?ytkownikamiUruchamianie i zatrzymywanie serweraKontrolowanie i utrwalanie sesjiOptymalizowanie wydajno?ci serweraIntegracja z serwerem WWW ApacheWdra?anie rozpakowanego katalogu aplikacji WWWPraca z plikami WARZabezpieczenia serwera TomcatPrzewodnik dla wszystkich, którzy chc? u?atwi? sobie prac? z serwerem Tomcat.

Total Quality Management for Project Management

by Kim H. Pries Jon M. Quigley

Finding ways to improve margins can be the difference between organizations that thrive and those that simply survive during times of economic uncertainty. Describing why cost reductions can be just as powerful as increases in revenue, Total Quality Management for Project Management explains how to integrate time-tested project management tools wit

Totally Wired

by Andrew Smith

The story of the dotcom bubble, its tumultuous crash, and the visionary pioneer at its centre. One morning in February 2000, Josh Harris woke to the certain knowledge that he was about to lose everything. The man Time magazine called 'The Warhol of the Web' was now reduced to the role of helpless spectator as his personal fortune dwindled from 85 million dollars. . . to 50 million. . . to nothing. In the space of a week. During the mid-1990s a group of young people found themselves lords of a new realm called cyberspace. Money was showered upon them to start businesses and instruct elders in the ways of an 'online' world they saw coming, and many became rich beyond their wildest dreams. Between 1995 and March 2000, all rules of sound finance were abandoned and the unthinkable appeared to be happening: twenty-somethings were taking over. And unlike the imagined youth revolutions of the 1950s, Sixties, Seventies, Eighties, this one was remaking society for real. But no. Three months into the new millennium investors, as if waking together from a trance, looked down and panicked and in one of the most spectacular financial crashes ever seen, fled the dotcoms until the entire sector had simply. . . vanished. Three trillion dollars was lost to the economy in what became the signature event of the 1990s, while the dotcommers melted away to nowhere, apparent victims of their own hubris and greed. The internet was a joke. Was over. Those five weird years might never have happened. If the mania attending those events is hard to recall, it's because over a decade later they seem shrouded in a kind of pre-Millennial mist; might never have happened. How easy to forget that at the end of 1999, the world seemed to be spinning off its axis as a new one evolved before our eyes, with anything imaginable seeming to be possible. . . In his bestselling book Moondust Andrew Smith looked at the lives of the nine remaining Moonwalkers, how their exploits helped shape an era and how that era left its mark on them. In Totally Wired, he goes in search of the truth about one of the most extraordinary and mysterious events of the 20th century, the dotcom bubble of the 1990s, and draws a direct line from there to where we are now. ndrew Smith is the author of the international bestseller Moondust. As a journalist he has written for Melody Maker, The Face, The Sunday Times, Guardian and Observer. He has also written and presented two documentaries for BBC4, Being Neil Armstrong and To Kill a Mockingbird at 50, and the three-part series People of the Abyss for Radio 4.

Towards Learning and Instruction in Web 3.0: Advances in Cognitive and Educational Psychology

by Dirk Ifenthaler J. Michael Spector Kinshuk Pedro Isaias Demetrios G. Sampson

Towards Learning and instruction in Web 3.0, which includes selected expanded papers from CELDA (Cognition and Exploratory Learning in the Digital Age) 2010 (http://www.celda-conf.org/) addresses the main issues concerned with evolving learning processes, innovative pedagogies, and technology-based educational applications in the digital age. The convergence of these two disciplines continues to increase and in turn, affects the academic and professional spheres in numerous ways. Towards Learning and Instruction in Web 3.0 addresses paradigms such as just-in-time learning, constructivism, student-centered learning and collaborative approaches which have emerged and are being supported by technological advancements such as simulations,virtual reality and multi-agents systems. This volume touches on both technological as well as psychological and pedagogical issues related to the developments of Web 3.0.

Tradigital 3ds Max: A CG Animator's Guide to Applying the Classical Principles of Animation

by Richard Lapidus

Finally bridge the gap between software-specific instruction and the world of classical animation with this easy to utilize, one-of-a-kind reference guide. With great relevance for today's digital workflows, Richard Lapidus presents innovative 3ds Max controls to the classical principles of animation like squash and stretch, anticipation, staging and more. Move beyond these fundamental techniques and explore both the emotion and technical sides of animation with character appeal and rigging. Features a robust companion website that includes demonstrations, project files, links to further resources, available at https://routledgetextbooks.com/textbooks/_author/lapidus-9780240817309/resources.php

Tradigital Maya: A CG Animator's Guide to Applying the Classical Principles of Animation

by Lee Montgomery

Explore Disney's 12 principles of animation, while learning how to animate in Maya. You can develop your own leading digital techniques rooted to traditional workflows. From squash and stretch to timing and appeal, you will enhance your creative toolset with strong classics training and cutting edge techniques. Trusted Maya Authority, Lee Montgomery offers the only artistic guide to applying the principles of traditional animation with Maya's tools, which are used in production by the best animators and VFX artists today. Add another webpage to your favourites and expand your digital workflow to include the practical resources of the Tradigital Maya with the robust companion web site that include demonstrations, project files, links to further resources, available at www.tradigitalmaya.com.

Training Guide: Configuring Windows® 8

by Scott Lowe Derek Schauland Rick W. Vanover

<p>Build the real-world skills needed to deploy and manage Windows 8 clients in the enterprise. Work at your own pace through the lessons, exercises, and practices in this Training Guide&#8212;for the hands-on expertise your job demands.</p>

Training Kit (Exam 70-461): Querying Microsoft SQL Server 2012

by Itzik Ben-Gan Ron Talmage Dejan Sarka

Ace your preparation for Microsoft® Certification Exam 70-461 with this 2-in-1 Training Kit from Microsoft Press®. Work at your own pace through a series of lessons and practical exercises, and then assess your skills with practice tests on CD--featuring multiple, customizable testing options. Maximize your performance on the exam by learning how to: Create database objects Work with data Modify data Troubleshoot and optimize queries You also get an exam discount voucher--making this book an exceptional value and a great career investment.

Training Kit (Exam 70-462): Administering Microsoft SQL Server 2012 Databases

by Orin Thomas Peter Ward Bob Taylor

This training kit is designed for information technology (IT) professionals who support or plan to support Microsoft SQL Server 2012 databases and who also plan to take Exam 70-462, "Administering Microsoft SQL Server 2012 Databases."

Transforming Global Information and Communication Markets

by Donald Abelson Jonathan D. Aronson Peter F. Cowhey

Innovation in information and communication technology (ICT) fuels the growth of the global economy. How ICT markets evolve depends on politics and policy, and since the 1950s periodic overhauls of ICT policy have transformed competition and innovation. For example, in the 1980s and the 1990s a revolution in communication policy (the introduction of sweeping competition) also transformed the information market. Today, the diffusion of Internet, wireless, and broadband technology, growing modularity in the design of technologies, distributed computing infrastructures, and rapidly changing business models signal another shift. This pathbreaking examination of ICT from a political economy perspective argues that continued rapid innovation and economic growth require new approaches in global governance that will reconcile diverse interests and enable competition to flourish. The authors (two of whom were architects of international ICT policy reforms in the 1990s) discuss this crucial turning point in both theoretical and practical terms.

Travel Photography In A Day For Dummies (In A Day For Dummies)

by Serge Timacheff

Take better travel shots on your next vacation with this terrific, 100-page e-book! From pro to hobbyist, from short weekends to dream vacations, every photographer wants to be able to capture memorable and compelling travel photos. Now you can hit the road with this fast-paced, In A Day For Dummies e-book that really zeros in on how to best capture eye-popping travel photos. Find out how to set your camera, make adjustments on the fly, prepare for all kinds of light--even get great shots with your smartphone. You'll go through this handy e-book in a day, and capture photos for a lifetime. Focuses on techniques for capturing fantastic travel photos, no matter where you are or what kind of camera Covers setting the camera for the shot, making adjustments on the fly, lighting and composition, using a smartphone camera, and editing and sharing your photos Includes a "Beyond the book" online component, where you can find step-by-step tutorials, videos, and a bonus lesson on creating a high-dynamic range travel photo Online extras also include a photo book, how to make money selling your photos, and a gallery of unique travel photos to inspire you Get Travel Photography In A Day For Dummies, grab your camera, and hit the road!

Trends and Issues in Instructional Design and Technology

by Robert A. Reiser John V. Dempsey

Trends and Issues in Instructional Design and Technology, Third Edition, provides readers with a clear picture of the field of instructional design and technology, the trends and issues that have affected it in the past and present, and those trends and issues likely to affect it in the future. The text will prepare its readers to master the skills associated with IDT, clearly describe the nature of the field, familiarize themselves with the field's history and its current status, and describe recent trends and issues impacting on the field. Written by the leading figures in the field with contributions from Elizabeth Boling, Richard Clark, Ruth Clark, Walter Dick, Marcy Driscoll, Michael Hannafin, John Keller, James Klein, David Jonassen, Richard Mayer, David Merrill, Charles Reigeluth, Marc Rosenberg, Allison Rossett, Sharon Smaldino, Harold Stolovitch, Brent Wilson, Robert Reiser, John Dempsey, and many others, this book clearly defines and describes the rapidly converging fields of instructional design, instructional technology, and performance technology.

Troubleshoot and Optimize Windows 8 Inside Out

by Mike Halsey

You're beyond the basics, so dive right into optimizing Windows® 8--and really put your PC or tablet to work! This supremely organized reference packs hundreds of timesaving solutions, troubleshooting techniques, and workarounds. It's all muscle and no fluff. Discover how the experts keep their Windows 8 systems running smoothly--and challenge yourself to new levels of mastery. Master essential Windows 8 maintenance and security features Implement best practices to help prevent and combat viruses, malware, and identity theft Apply quick fixes to the most common problems using expert tips and step-by-step repair guides Use advanced troubleshooting techniques by understanding how Windows 8 works Develop a recovery plan to restore your system and data in the event of a disaster Know when to use power utilities for advanced performance, maintenance, and diagnostics

Refine Search

Showing 10,826 through 10,850 of 54,029 results