Zum Hauptinhalt springen Zur Suche springen Zur Hauptnavigation springen

Knowhow

Produkte filtern

Produktbild für Systematische Entwicklung von Dienstleistungsinnovationen

Systematische Entwicklung von Dienstleistungsinnovationen

Dieser Sammelband zum Projekt „Augmented Reality in flexiblen Dienstleistungsprozessen" (ARinFLEX) zeigt Anwendungsfälle für Dienstleistungsinnovationen in Pflege und industrieller Wartung auf. Die Autoren entwickeln Ideen, Konzepte und Prototypen für innovative Dienstleistungen mittels Augmented Reality und evaluieren diese in verschiedenen Kontexten. Der Sammelband bietet Grundlagen, Kontext und methodische Unterstützung zur Digitalisierung von Dienstleistungen in Pflege und industrieller Wartung.

Regulärer Preis: 62,99 €
Produktbild für Basics Interactive Design: User Experience Design

Basics Interactive Design: User Experience Design

By putting people at the centre of interactive design, user experience (UX) techniques are now right at the heart of digital media design and development. As a designer, you need to create work that will impact positively on everyone who is exposed to it. Whether it's passive and immutable or interactive and dynamic, the success of your design will depend largely on how well the user experience is constructed.User Experience Design shows how researching and understanding users' expectations and motivations can help you develop effective, targeted designs. The authors explore the use of scenarios, personas and prototyping in idea development, and will help you get the most out of the latest tools and techniques to produce interactive designs that users will love.With practical projects to get you started, and stunning examples from some of today's most innovative studios, this is an essential introduction to modern UXD.

Regulärer Preis: 108,00 €
Produktbild für Multi-Platform Graphics Programming with Kivy

Multi-Platform Graphics Programming with Kivy

Modern science requires computer graphics models to provide realistic visual renderings. Learning the appropriate programming tools for 2D and 3D modeling doesn’t have to be so difficult. This book reviews the best programming tools to achieve this and explains how to apply them to mobile platforms like Android.Multi-Platform Graphics Programming with Kivy provides a straightforward introductory approach for designing 2D, 3D, and stereoscopic applications, using analytical equations from vector algebra. Throughout the book you’ll look closely at this approach and develop scenes in Kivy, taking advantage of powerful mathematical functions for arrays by NumPy for Python.Unbuntu is used to develop the programs, which allows you to easily convert to Android platform. Each chapter contains step-by-step descriptions on each subject and provides complete program listings.WHAT YOU’LL LEARN* Work with Kivy, a modern, powerful multi-platform graphics system* Convert and run programs on Android devices* Program, fill faces, and rotate 2D and 3D polygons* Apply the concepts of 2D and 3D applications* Develop stereoscopic scenes* Review a straightforward introduction to 2D, 3D, and stereoscopic graphics applications* Use simple analytical equations from vector algebraWHO THIS BOOK IS FORThe primary audience is students and researchers in graphics programming with experience in analytical equations.Moisés Cywiak is a researcher in physical optical sciences with over 20 years of teaching experience in physics, mathematics, electronic engineering, and programming in C, C++, and python, in Centro de Investigaciones en Óptica A.C.David Cywiak received his Ph.D. degree in physics in 2014 from Universidad de Guanajuato. From 2012 to 2013 he collaborated as a guest researcher at the Dalton Cardiovascular Research Center, University of Missouri-Columbia, in the development of an optical-photoacoustic system intended for the detection of photoacoustic signals generated by cancerous cells. Since 2014 he has been working as a metrologist in the Thermometry Department at Centro Nacional de Metrologia, México. His research includes photoacoustics, optical engineering and radiation thermometry. He has over 7 years of experience teaching physics, mathematics and programming in C for undergraduate students. He also has over 5 years of experience teaching Temperature measurement techniques and calibration of instruments in the thermometry area for industry professionals.Chapter 1: Preliminaries. Software installation1.1. installing pip3 and IDLE1.2. Installing kivy1.3. Installing buildozerChapter 2: Polygon rotation in two dimensions2.1. Rotation equations2.2. Mapping equations to the screenChapter 3: Two dimensional polygon programming3.1. Polygon structure3.2. Drawing the edges of the polygon3.3. Filling the polygon with lines3.4. Rotating the polygon3.5. The kivy platform3.6. main.py listing3.7. File.kv lisitng3.8. Using buildozerChapter 4: Three-dimensional projections and rotations4.1. Projection of a three-dimensional point into a plane4.2. Rotation of a point in a planeChapter 5: Programming three-dimensional polygons5.1. Polygon structure5.2. Basic functions5.3. main.py listing5.4. File.kvChapter 6: Stereoscopic 3D Programming6.1. Basics of a stereoscopic view6.2. Programming and ORing the images6.3. Projections6.4. Polygon structure6.5. DrawAxes function6.6. Points of projection6.7. main.py listing6.8. File.kvChapter 7: 3D plots programming7.1. Program basic operations7.2. Function overview7.3. Generating the axes, the mesh and the function7.4. Plotting the function in the screen7.5. Rotating the plot7.6. main.py listing7.7. File.kv listingChapter 8: Stereoscopic 3D plots8.1. Creating the function, coordinates and mesh8.2. Creating two images for stereoscopic effects8.3. Drawing the plot8.4. main.py listing8.5. File.kv listing8.6. Surfaces with saddle pointsChapter 9: 3D parametric plots9.1. Parametric equations9.2. Plotting9.3. main.py9.4. File.kvChapter 10: Stereoscopic 3D parametric plots10.1. Generating the function10.2. Creating PIL images for the stereoscopic effect10.3. Plotting the function10.4. main.py10.5. File.kvChapter 11: Sympy11.1. Analytical expressions and symbols11.2. Declaring functions with analytical expressions11.3. Solving equations11.4. Solving simultaneous equations11.5. Differentiation11.6. IntegrationChapter 12: Plotting functions in spherical coordinates12.1. Spherical coordinates12.2. Spherical differential equation example12.3. The associated Legendre polynomials12.4. Plotting 3D spherical coordinates12.5. main.py listing12.6. File.kv listing12.7. Incorporating sympy into the Android projectChapter 13. Stereoscopic plots of spherical functions13.1. Creating the stereoscopic scenes13.2. main.py listing13.3. File.kv listingChapter 14. Stereoscopic simple numerical method for the gravitational N-body problem14.1. The gravitational N-body problem14.2. Motion equations14.3. Numerical approach of the dynamic equations14.4. Capturing numerical data14.5. Five planets example14.6. main.py listing14.7. File.kvChapter 15. Stereoscopic cylindrical coordinates plotting. Aberrations of optical lenses15.1. Ideal lens focusing. The Fresnel diffraction integral15.2. Departure from the ideal lens15.3. The wave aberration function in cylindrical coordinates15.4. Stereoscopic plot of the wave aberration terms in cylindrical coordinates15.5. main.py listing15.6. File.kv listingChapter 16. Stereoscopic plotting of three-dimensional conics16.1. Analytical approach16.2. Stereoscopic ellipsoid plotting16.3. main.py (Ellipsoid)16.4. File.kv16.5. HyperboloidChapter 1: Preliminaries. Software installation1.1. installing pip3 and IDLE1.2. Installing kivy1.3. Installing buildozerChapter 2: Polygon rotation in two dimensions2.1. Rotation equations2.2. Mapping equations to the screenChapter 3: Two dimensional polygon programming3.1. Polygon structure3.2. Drawing the edges of the polygon3.3. Filling the polygon with lines3.4. Rotating the polygon3.5. The kivy platform3.6. main.py listing3.7. File.kv lisitng3.8. Using buildozerChapter 4: Three-dimensional projections and rotations4.1. Projection of a three-dimensional point into a plane4.2. Rotation of a point in a planeChapter 5: Programming three-dimensional polygons5.1. Polygon structure5.2. Basic functions5.3. main.py listing5.4. File.kvChapter 6: Stereoscopic 3D Programming6.1. Basics of a stereoscopic view6.2. Programming and ORing the images6.3. Projections6.4. Polygon structure6.5. DrawAxes function6.6. Points of projection6.7. main.py listing6.8. File.kvChapter 7: 3D plots programming7.1. Program basic operations7.2. Function overview7.3. Generating the axes, the mesh and the function7.4. Plotting the function in the screen7.5. Rotating the plot7.6. main.py listing7.7. File.kv listingChapter 8: Stereoscopic 3D plots8.1. Creating the function, coordinates and mesh8.2. Creating two images for stereoscopic effects8.3. Drawing the plot8.4. main.py listing8.5. File.kv listing8.6. Surfaces with saddle pointsChapter 9: 3D parametric plots9.1. Parametric equations9.2. Plotting9.3. main.py9.4. File.kvChapter 10: Stereoscopic 3D parametric plots10.1. Generating the function10.2. Creating PIL images for the stereoscopic effect10.3. Plotting the function10.4. main.py10.5. File.kvChapter 11: Sympy11.1. Analytical expressions and symbols11.2. Declaring functions with analytical expressions11.3. Solving equations11.4. Solving simultaneous equations11.5. Differentiation11.6. IntegrationChapter 12: Plotting functions in spherical coordinates12.1. Spherical coordinates12.2. Spherical differential equation example12.3. The associated Legendre polynomials12.4. Plotting 3D spherical coordinates12.5. main.py listing12.6. File.kv listing12.7. Incorporating sympy into the Android projectChapter 13. Stereoscopic plots of spherical functions13.1. Creating the stereoscopic scenes13.2. main.py listing13.3. File.kv listingChapter 14. Stereoscopic simple numerical method for the gravitational N-body problem14.1. The gravitational N-body problem14.2. Motion equations14.3. Numerical approach of the dynamic equations14.4. Capturing numerical data14.5. Five planets example14.6. main.py listing14.7. File.kvChapter 15. Stereoscopic cylindrical coordinates plotting. Aberrations of optical lenses15.1. Ideal lens focusing. The Fresnel diffraction integral15.2. Departure from the ideal lens15.3. The wave aberration function in cylindrical coordinates15.4. Stereoscopic plot of the wave aberration terms in cylindrical coordinates15.5. main.py listing15.6. File.kv listingChapter 16. Stereoscopic plotting of three-dimensional conics16.1. Analytical approach16.2. Stereoscopic ellipsoid plotting16.3. main.py (Ellipsoid)16.4. File.kv16.5. Hyperboloid16.6. main.py (Hyperboloid)Chapter 17. Two-dimensional Fourier transform17.1. One-dimensional Fourier transform17.2. Rectangular and sinc functions17.3. Code for calculating the discrete one-dimensional Fourier transform17.4. Two-dimensional Fourier transform17.5. Discrete two-dimensional Fourier transform17.6. main.py lisitng17.7. File.kv listing17.8. The Fourier transform of the circular function17.9. Analytical formulation for the Fourier transform of the circular functionChapter 18. Stereoscopic two-dimensional Fourier transform18.1. Piloting the functions18.2. main.py listing18.3. File.kv listing16.6. main.py (Hyperboloid)Chapter 17. Two-dimensional Fourier transform17.1. One-dimensional Fourier transform17.2. Rectangular and sinc functions17.3. Code for calculating the discrete one-dimensional Fourier transform17.4. Two-dimensional Fourier transform17.5. Discrete two-dimensional Fourier transform17.6. main.py lisitng17.7. File.kv listing17.8. The Fourier transform of the circular function17.9. Analytical formulation for the Fourier transform of the circular functionChapter 18. Stereoscopic two-dimensional Fourier transform18.1. Piloting the functions18.2. main.py listing18.3. File.kv listing

Regulärer Preis: 56,99 €
Produktbild für Betriebswirtschaftliche KI-Anwendungen

Betriebswirtschaftliche KI-Anwendungen

Digitalisierung und Künstliche Intelligenz ermöglichen Unternehmen disruptive Erweiterungen ihrer Geschäftsmodelle. Wer rechtzeitig digitale KI-Geschäftsmodelle einführt, wird seinen Erfolg nachhaltig sichern können. Aber wie und wo können solche Modelle Anwendung finden? Diese Publikation gibt Antworten, wo KI-Geschäftsmodelle greifen können, und wie diese von der ersten Idee bis zur produktiven Anwendung realisiert werden können. KI-Anwendungen in der Betriebswirtschaft.- Grundlagen und Technik.- Digitale Geschäftsmodelle auf Basis Künstlicher Intelligenz.- Prototyp einer digitalen KI-Anwendung.- Beispielanwendung 1.- Beispielanwendung 2.- Beispielanwendung 3.-  Der Weg zum Erfolg mit KI.

Regulärer Preis: 62,99 €
Produktbild für Praxishandbuch VMware vSphere 7 (5. Auflg.)

Praxishandbuch VMware vSphere 7 (5. Auflg.)

Leitfaden für Installation, Konfiguration und Optimierung.Sie brauchen praxisrelevante Informationen zur technischen Realisierung einer virtualisierten Infrastruktur mittels vSphere 7? Dann halten Sie mit dem »Praxishandbuch VMware vSphere 7.0« genau das richtige Buch in Ihren Händen. In diesem Handbuch finden Sie komprimiert alles, was Sie über Virtualisierung im Allgemeinen und vSphere 7 im Speziellen wissen müssen – samt unzähligen Tipps und Tricks aus der Praxis, Warnungen und Hinweisen zu angrenzenden Technologien.Schritt für Schritt zur optimalen virtualisierten UmgebungDas Buch gibt Ihnen schnell eine Übersicht über die einzelnen vSphere-Komponenten, deren Konfiguration und Optimierung. Sobald der Hypervisor (ESXi) installiert ist, können die ersten virtuellen Maschinen von Grund auf richtig eingerichtet und optimiert werden.Dann erfahren Sie, wie Sie Ihr Netzwerk am besten konfigurieren müssen und die ESXi Server an gemeinsamen Speicher anbinden. Was die Funktion Hostprofile, der VMware Lifecycle Manager oder der VMware Converter für Sie tun können, fehlt genauso wenig wie der Einsatz von vApps und Templates. Und auch wenn die vSphere-Umgebung steht, bleibt immer etwas zu tun: Backups und Sicherheitsstrategien (am Beispiel von Veeam Backup & Replication), die geschickte Verwaltung der Ressourcen und eine kontinuierliche Optimierung des laufenden Betriebs lassen sich mit den richtigen Werkzeugen und Konzepten besser in die Tat umsetzen. Auch die Kommandozeile und PowerCLI kommen nicht zu kurz.Aktualisierte fünfte AuflageDie fünfte Auflage wurde komplett auf VMware vSphere 7 aktualisiert. Zusätzlich aufgenommen wurden die Neuerungen von vSphere 7, z.B. vSAN, virtuelle Volumes, der HTML5-Client und die neue vSphere Appliance auf Photon Linux Basis. Weiterhin beinhaltet die fünfte Auflage die Themen Upgrade von einer Vorversion, NFS Storage unter Linux erstellen, Alarme, Hostprofile (erweitert), Troubleshooting (erweitert) und eine bestmögliche Netzwerkkonfiguration.

Regulärer Preis: 49,90 €
Produktbild für MATLAB For Dummies

MATLAB For Dummies

GO FROM TOTAL MATLAB NEWBIE TO PLOTTING GRAPHS AND SOLVING EQUATIONS IN A FLASH!MATLAB is one of the most powerful and commonly used tools in the STEM field. But did you know it doesn’t take an advanced degree or a ton of computer experience to learn it? MATLAB For Dummies is the roadmap you’ve been looking for to simplify and explain this feature-filled tool.This handy reference walks you through every step of the way as you learn the MATLAB language and environment inside-and-out. Starting with straightforward basics before moving on to more advanced material like Live Functions and Live Scripts, this easy-to-read guide shows you how to make your way around MATLAB with screenshots and newly updated procedures. It includes:* A comprehensive introduction to installing MATLAB, using its interface, and creating and saving your first file * Fully updated to include the 2020 and 2021 updates to MATLAB, with all-new screenshots and up-to-date procedures * Enhanced debugging procedures and use of the Symbolic Math Toolbox * Brand new instruction on working with Live Scripts and Live Functions, designing classes, creating apps, and building projects * Intuitive walkthroughs for MATLAB’s advanced features, including importing and exporting data and publishing your work Perfect for STEM students and new professionals ready to master one of the most powerful tools in the fields of engineering, mathematics, and computing, MATLAB For Dummies is the simplest way to go from complete newbie to power user faster than you would have thought possible.JOHN PAUL MUELLER is an author and technical editor with experience in application development, database management, machine learning, and deep learning. He has written hundreds of books and articles helping everyday people learn everything from networking to database management.INTRODUCTION 1About This Book 1Foolish Assumptions 2Icons Used in This Book 3Beyond the Book 4Where to Go from Here 4PART 1: GETTING STARTED WITH MATLAB 7CHAPTER 1: INTRODUCING MATLAB AND ITS MANY USES 9Putting MATLAB in Its Place 10Understanding how MATLAB relates to a Turing machine 10Using MATLAB as more than a calculator 13Determining why you need MATLAB 14Discovering Who Uses MATLAB for Real-World Tasks 17Knowing How to Get the Most from MATLAB 18Getting the basic computer skills 18Defining the math requirements 19Applying what you know about other procedural languages 19Understanding how this book will help you 20Getting Over the Learning Curve 20CHAPTER 2: STARTING YOUR COPY OF MATLAB 21Installing MATLAB 22Discovering which platforms MATLAB supports 22Getting your copy of MATLAB 23Performing the installation 23Activating the product 24Meeting the MATLAB Interface 25Starting MATLAB for the first time 25Considering the default Toolstrip tabs 27Working with the Quick Access toolbar (QAT) 29Employing the Command Window 30Getting additional help with MATLAB 31Using the Current Folder toolbar 32Viewing the Current Folder window 32Changing the MATLAB layout 38CHAPTER 3: INTERACTING WITH MATLAB 41Using MATLAB as a Calculator 42Entering information at the prompt 42Entering a formula 44Copying and pasting formulas 44Changing the Command Window formatting 46Suppressing Command Window output 47Understanding the MATLAB Math Syntax 48Adding, subtracting, multiplying, and dividing 48Working with exponents 50Organizing Your Storage Locker 51Using ans — the default storage locker 52Creating your own storage lockers 52Operating MATLAB as More Than a Calculator 54Learning the truth 54Using the built-in functions 54Accessing the function browser 56Recovering from Mistakes 57Understanding the MATLAB error messages 58Stopping MATLAB when it hangs 58CHAPTER 4: STARTING, STORING, AND SAVING MATLAB FILES 61Examining MATLAB’s File Structure 62Understanding the MATLAB files and what they do 63Exploring folders with the GUI 65Exploring folders with commands 69Working with files in MATLAB 72Accessing and Sharing MATLAB Files 74Opening 74Exporting 75Importing 76Saving Your Work 78Saving variables with the GUI 78Saving variables using commands 78Saving commands with the GUI 79Saving commands using commands 79Using online storage 80PART 2: MANIPULATING AND PLOTTING DATA IN MATLAB 81CHAPTER 5: EMBRACING VECTORS, MATRICES, AND HIGHER DIMENSIONS 83Working with Vectors and Matrices 84Understanding MATLAB’s perspective of linear algebra 84Entering data 86Adding and Subtracting 92Understanding the Many Ways to Multiply and Divide 94Performing scalar multiplication and division 94Employing matrix multiplication 95Dividing two vectors 98Effecting matrix division 98Creating powers of matrices 101Using complex numbers 102Working with exponents 104Working with Higher Dimensions 105Creating a multidimensional matrix 105Accessing a multidimensional matrix 108Replacing individual elements 109Replacing a range of elements 110Modifying the matrix size 112Using cell arrays and structures 113Using the Matrix Helps 117CHAPTER 6: UNDERSTANDING PLOTTING BASICS 121Considering Plots 121Understanding what you can do with plots 122Comparing MATLAB plots to spreadsheet graphs 122Creating a plot using commands 123Creating a plot using the Workspace window 125Creating a plot using the Plots tab options 126Using the Plot Function 128Working with line color, markers, and line style 128Creating multiple plots in a single command 129Modifying Any Plot 130Making simple changes 130Adding to a plot 132Deleting a plot 134Working with subplots 134Plotting with 2D Information 137CHAPTER 7: USING ADVANCED PLOTTING FEATURES 139Plotting with 3D Information 140Using the bar() function to obtain a flat 3D plot 140Using bar3() to obtain a dimensional 3D plot 144Using barh() and more 146Enhancing Your Plots 147Getting an axes handle 147Modifying axes labels 148Adding a title 150Rotating label text 151Employing annotations 153Printing your plot 154Using the Plot Extras 155Creating axes dates using datetick() 155Creating plots with colorbar() 157Interacting with daspect 159Interacting with pbaspect 161PART 3: STREAMLINING MATLAB 163CHAPTER 8: AUTOMATING YOUR WORK 165Understanding What Scripts Do 166Creating less work for yourself 166Defining when to use a script 167Creating a Script 168Writing your first script 168Using commands for user input 170Copying and pasting into a script 171Converting the Command History into a script 172Continuing long strings 172Adding comments to your script 174Revising Scripts 179Calling Scripts 179Improving Script Performance 180Analyzing Scripts for Errors 181Using the MATLAB Profiler to Improve Performance 182CHAPTER 9: EXPANDING MATLAB’S POWER WITH FUNCTIONS 185Working with Built-in Functions 186Learning about built-in functions 186Sending data in and getting data out 191Creating a Function 191Understanding script and function differences 192Understanding built-in function and custom function differences 193Writing your first function 193Using the new function 195Passing data in 196Passing data out 198Creating and using global variables 199Using subfunctions 202Nesting functions 203Using Other Types of Functions 204Inline functions 204Anonymous functions 205CHAPTER 10: ADDING STRUCTURE TO YOUR SCRIPTS 207Making Decisions 208Using the if statement 208Using the switch statement 212Understanding the switch difference 214Deciding between if and switch 214Creating Recursive Functions 215Performing Tasks Repetitively 219Using the for statement 219Using the while statement 220Starting a new loop iteration using continue 221Ending processing using break 222Ending processing using return 223Determining which loop to use 225Creating Menus 225CHAPTER 11: WORKING WITH LIVE SCRIPTS 229Comparing a Live Script to a Regular Script 230Working with the Live Editor 231Opening the Live Editor 232Working with the Output pane 232Adding formatted text 235Using plots within the coded area 236Incorporating graphics 237Incorporating controls 238Running Live Script Sections 241Diagnosing Coding Errors 242CHAPTER 12: WORKING WITH LIVE FUNCTIONS 245Comparing a Live Function to a Regular Function 246Understanding Live Function Flexibility Differences 247Creating a Live Function 247Running a Live Function 248Refactoring a Live Function 249Using the specialized coding buttons 253Going to a specific function 254Converting a Function to a Live Function 255Sharing Live Functions and Live Scripts 256Using an interactive document 256Employing a full screen presentation 257Working with plain text 257Creating a static document 257Performing Comparisons and Merges 259Comparing Live Functions and Live Scripts 259Merging Live Functions and Live Scripts 260CHAPTER 13: DESIGNING AND USING CLASSES 263A Brief Overview of Object-Oriented Programming (OOP) 264Defining an object 264Considering how properties define an object 265Using methods to interact with an object 266Listening to an object using events 267Understanding the need for privacy 268Understanding OOP in MATLAB 268Comparing MATLAB OOP to other languages 269Uses of classes and objects in MATLAB 270Performing tasks with objects in MATLAB 271Creating a Basic MATLAB Class 272Starting the class 272Adding properties 275Specifying methods 278CHAPTER 14: CREATING MATLAB APPS 281Working with the App Designer 282Understanding apps 282Getting apps 283Starting the App Designer 286Defining an Interface 290Understanding the various components 290Changing the component properties 292Making the Interface Functional 293Working with Code View 294Creating a callback function 295Running the App 297Packaging Your App 298CHAPTER 15: BUILDING PROJECTS 301Considering the Need for Projects 302Creating a New Project 303Choosing a project type 303Using the Project editor 305Understanding the Project Dependencies 309Running Required Checks 311Checking project integrity 311Looking for potential updates 311PART 4: EMPLOYING ADVANCED MATLAB TECHNIQUES 315CHAPTER 16: IMPORTING AND EXPORTING DATA 317Importing Data 318Avoiding older import/export function calls 319Performing import basics 319Importing mixed strings and numbers 325Importing selected rows or columns 327Exporting Data 328Performing export basics 328Exporting scripts and functions 331Working with Images 332Exporting images 332Importing images 333CHAPTER 17: PRINTING AND PUBLISHING YOUR WORK 335Using Commands to Format Text 336Modifying font appearance 336Using special characters 344Adding math symbols 346Publishing Your MATLAB Data 350Performing advanced script and function publishing tasks 350Saving your figures to disk 354Printing Your Work 355Configuring the output page 355Printing the data 356CHAPTER 18: RECOVERING FROM MISTAKES 357Working with Error Messages 358Responding to error messages 359Understanding the MException class 361Creating error and warning messages 362Setting warning message modes 365Understanding Quick Alerts 366Relying on Common Fixes for MATLAB’s Error Messages 368Making Your Own Error Messages 369Developing the custom error message 370Creating useful error messages 374Using Good Coding Practices 375PART 5: SPECIFIC MATLAB APPLICATIONS 379CHAPTER 19: SOLVING EQUATIONS AND FINDING ROOTS 381Working with the Symbolic Math Toolbox 382Obtaining your copy of the Symbolic Math Toolbox 382Installing the Symbolic Math Toolbox 384Working with the GUI 386Typing a simple command in the Command Window 387Performing Algebraic Tasks 388Differentiating between numeric and symbolic algebra 389Solving quadratic equations 390Working with cubic and other nonlinear equations 392Understanding interpolation 393Working with Statistics 395Understanding descriptive statistics 395Understanding robust statistics 398Employing the Symbolic Math Toolbox for plotting 401CHAPTER 20: PERFORMING ANALYSIS 405Using Linear Algebra 406Working with determinants 406Performing reduction 407Using eigenvalues 409Understanding factorization 409Employing Calculus 411Working with differential calculus 411Using integral calculus 413Working with multivariate calculus 413Solving Differential Equations 415Using the numerical approach 415Using the symbolic approach 416PART 6: THE PART OF TENS 419CHAPTER 21: THE TOP TEN USES OF MATLAB 421Working with Linear Algebra 422Performing Numerical Analysis 422Designing a Neural Network Simulation 423Getting Involved in Science 423Logging Sensor Data 424Exploring Research 424Creating Light Animations Using Arduino 425Employing Image Processing 425Controlling Industrial Equipment 426Performing Audio Compression Using Wavelets 427CHAPTER 22: TEN WAYS TO MAKE A LIVING USING MATLAB 429Working with Green Technology 430Creating Speech Recognition Software 430Performing Antenna Analysis and Design 431Getting Disease under Control 432Becoming a Computer Chip Designer 432Working with Robots 433Keeping the Trucks Rolling 433Designing Equipment Used in the Field 434Reducing Risks Using Simulation 434Creating Security Solutions 435Appendix A: MATLAB Functions 437Appendix B: MATLAB’s Plotting Routines 447Index 453

Regulärer Preis: 22,99 €
Produktbild für Teach Yourself VISUALLY Microsoft Teams

Teach Yourself VISUALLY Microsoft Teams

DISCOVER THE POWER OF MICROSOFT TEAMS WITH THIS INTUITIVE AND TIMELY NEW GUIDEMicrosoft Teams is unlocking the potential of remote work and virtual meetings at a time when they couldn’t be more necessary. Its feature-rich interface and ease-of-use promise to bring your team together—as long as you can harness its full suite of capabilities.In Teach Yourself VISUALLY Microsoft Teams, Microsoft experts and authors Matt Wade and Sven Seidenberg turn their years of engineering and IT experience loose on the virtual collaboration software now used by over one hundred million people across the globe. Using the book’s huge collection of vibrant and full-sized images and walkthroughs, you’ll see exactly what you need to do in order to:* Realize the key benefits of Teams by using its messaging and video-conferencing capabilities to stay connected with your colleagues* Manage multiple teams and channels to use Teams across your organization* Extend the functionality of Teams by using additional apps and add-ons* Learn valuable tips, best practices, and work-arounds to make the most of and avoid the landmines in TeamsRapidly becoming the central hub for working in Microsoft 365, Microsoft Teams promises to transform the way you work and communicate. And you’ll master it faster and easier by using this ultimate guide to get the most out of Microsoft’s latest and greatest software! MATT WADE is an engineer-turned IT nerd and Microsoft MVP. He's best known for his SharePoint and Office 365 infographics and advocating AI and chatbots to automate business workloads.SVEN SEIDENBERG is a Microsoft 365 advocate and Microsoft Teams geek with a strong focus on Microsoft Teams administration, change management, and adoption. He consults with organizations to develop procedures and best practices for using Microsoft 365 apps and services to work more productively and efficiently.CHAPTER 1 GETTING STARTED WITH TEAMSLog into Teams 4Install the Desktop App 10Modify Your Personal Settings 11Switch Between Dark Mode and Light Mode 12Add or Update Your Profile Photo 14Access and Manage Your Saved Messages 15Access a List of Keyboard Shortcuts 16Set Up and Manage Your Video and Audio Devices 17View a Person’s Contact Card 18View the Organization Chart 19Switch Between Organizations as a Guest 20Leave an Organization as a Guest 21Log Out of Teams 24CHAPTER 2 NOTIFICATIONS AND THE ACTIVITY FEEDNavigate the Activity Feed 28Filter the Activity Feed by Notification Type 29Set Your Status 30Set Your Status Message 31Enable Do Not Disturb 32Manage Priority Access 33Customize Your Notifications on the Desktop App 34Customize Your Notifications on the Mobile App 35Enable Quiet Hours on Mobile 37CHAPTER 3 THE FILES APPNavigate the Files App 42Add Outside Cloud Storage Locations 44CHAPTER 4 SEARCH AND SEARCH BOX FEATURESSearch in Teams 50Use Microsoft Search 52Search Tricks in Teams 54Use Hashtags 56Slash Commands 57CHAPTER 5 APPS, TABS, AND CONNECTORSOverview and Using the App Store 60Install an App from the App Store 62Pin an App to the App Bar 64Add a Tab to a Private Chat 65Add a Tab to a Channel 67Make an Office File a Tab 69Make a PDF File a Tab 71Add a SharePoint Page as a Tab 73Add a SharePoint Document Library as a Tab 76Add a Website as a Tab 79Add a Team (Channel) Calendar 81Send a File for Approval 84Respond to an Approval Request 85Add a Poll to a Conversation 86CHAPTER 6 PRIVATE CHATStart a Chat with Someone in Your Organization 90Start a Chat with a Teams User OutsideYour Organization 91Start a Chat with a Skype for Business or SkypeConsumer User Outside YourOrganization 92Add Someone to an Ongoing Chat 93Rename a Chat 94Format Your Chat Message 95@mention an Individual 96Mark Your Chat Message as Important 97Mark Your Chat Message as Urgent 98Add an Emoji, GIF, Sticker, or Memeto Your Chat Message 99Send Praise to Someone in Your Chat Message 100Edit a Chat Message 101Like or React to a Chat Message 102Save a Chat Message 103Delete a Chat Message 104Mark a Chat Message as Read or Unread 105Share a Chat Message to Outlook 106Translate a Chat Message 107Mute a Chat 108Pin a Chat 109Pop Out a Chat in a New Window 110Leave a Group Chat 111Delete or Hide a Chat 112Turn Chat Read Receipts On or Off 113Filter Your Chat Listing by Person,Read Status, and More 114Send a Quoted Reply 115Create a Buddy List of Important Contacts 116CHAPTER 7 FILES IN A PRIVATE CHATShare Files in a Private Chat 120Set Permissions of a File in a Private Chat 121Change Permissions of a File in a Private Chat 122Access Shared Files in a Private Chat 124Delete Files in a Private Chat 125CHAPTER 8 TEAMSUnderstanding a Team 130Create a Team from Scratch 132Create a Team from a Template 134Create a Team from an Existing SharePointOnline Team Site 137Create a Team from an ExistingMicrosoft 365 Group 138Search for a Team to Join 140Edit a Team Name and Description 141Edit Your Team Settings 142Add Internal People to Your Team by Invitation 143Add External Guests to Your Team by Invitation 144Remove People from a Team 146Accept Pending Join Requests for a Team 147Add People to a Team Using a Join Code 148Share a Team Using a Link 150Limit Who Can @mention Teams and Channels 151Create a Teams Tag 152Leave a Team 154Archive a Team 155Delete a Team 156Hide a Team 157CHAPTER 9 CHANNELSCreate a Standard Channel 160Create a Private Channel 161Add People to a Private Channel 162Manage Private Channel Owners 163Edit a Channel Name and Description 164Manage a Channel 165Delete a Channel 166Restore a Deleted Channel 167Set Channel Notifications 168Pin a Channel 169Moderate a Channel 170Share a Link to a Channel 171Send an Email to a Channel 172Share an Email from Outlook to Teams 174Email a Channel vs. Share to a Channel 176Silence a Channel 178Hide a Channel 179Leave a Channel 180Follow a Channel 181CHAPTER 10 CHANNEL CONVERSATIONSThe Case for Conversations Over Email 184Create a Standard Channel Conversation 186Create a Multichannel Conversation 187Create an Announcement 189Reply to a Channel Conversation 190Set Who Can Reply to Your Channel Conversation 191Format Your Channel Message 192Add a Subject to a New Channel Conversation 193@mention an Individual, Channel, or Team 194Mark Your Channel Message as Important 195Add an Emoji, GIF, Sticker, or Meme to YourChannel Message 196Send Praise to Someone in Your Channel Message 198Edit a Channel Message 199Like or React to a Channel Message 200Save a Channel Message 201Delete a Channel Message 202Delete an Entire Channel Conversation 203Mark a Channel Message as Read or Unread 204Get the Link to a Channel Message 205Share a Channel Conversation to Outlook 206Translate a Channel Message 207Pin a Channel Conversation 208Silence a Channel Conversation 209CHAPTER 11 FILES IN A TEAMUnderstanding Files in a Team 212Create a File in a Team 214Upload Files to a Team 215Upload Folders to a Team 216Attach Files to a Channel Conversation 217Rename a File in a Team 218Open and Edit Office Files in Teams or theDesktop App 219Co‐author Office Files 220Pin Files and Folders to the Top of the Tab 221Sort, Filter, and Group Files into Views 222View Your Files in List or Tile View 226Sync Files to Your Desktop 227Sync Files to Your Smartphone or Tablet 228Share a Link to an Existing File or Folder with aTeam Member 229Add a File to a Channel Conversation 230Start a Conversation Based on a File 231Move or Copy Files Between Teams, SharePoint,or OneDrive 232Download a File 233Check Files In and Out 234Delete a File or Folder 235Understanding Files in Private Channels 236Open Your Team’s Files in SharePoint 237Revert to a Previous Version of a File 238Restore a Deleted File or Folder 239Share a File Externally 241CHAPTER 12 CALLING AND VOICEMAILThe Calls App 244Set Up Your Voicemail 245Check Your Voicemail 246Call a Teams User in Your Organization or anExternal Guest 247Call a Teams User Outside Your Organization 248Call a Skype for Business or Skype ConsumerUser Outside Your Organization 249Dial an Outside Phone Number 251CHAPTER 13 PLANNING A MEETINGStart a Meet Now Meeting from a Private Chat 254Start a Meet Now Meeting from Your Calendar 255Start a Meet Now Meeting from a Channel 256Schedule a Meeting with Internal and/orExternal Attendees 257Schedule a Meeting from an Ongoing Private Chat 259Schedule a Meeting from Outlook 260Schedule a Channel Meeting 261Understanding Channel Meetings 262Find the Right Meeting Time 263Chat with Meeting Participants Before the Meeting 264Manage Meeting Options 265Change Who Can Bypass the Lobby 266Assign Meeting Roles 267Set Whether Attendees Can Unmute Themselves (Hard Mute) 269Set Whether the Meeting Chat Is Enabled 270Include a Dial‐in Number with a Meeting Invitation 271Update a Scheduled Meeting 272RSVP to a Meeting 273CHAPTER 14 JOINING A MEETINGJoin from Teams 276Join from Outlook 277Join from a Link or Email Invitation 278Join from a Telephone or Smartphone 280Select Your Audio and Video Devices 282Set Your Video Background 283Add a Room to a Meeting When Joining 285CHAPTER 15 DURING A MEETINGChange Your Meeting View and Layout 288Pin a Participant 290Spotlight a Participant 292Record a Meeting 294Let People in from the Meeting Lobby 295Add People to an Ongoing Meeting 296Mute Yourself 298Mute Someone Else 299Mute Everyone in the Meeting 300Force All Attendees to Stay on Mute (Hard Mute) 301Turn Your Video On or Off 302Set Background Blur or a Background Image 303Raise Your Hand 305React During a Meeting 306Share Your Screen During a Meeting 307Share a Single Window During a Meeting 309Present a PowerPoint Slide Deck During a Meeting (PowerPoint Live) 311Share the Meeting Whiteboard During a Meeting 314Share Your Video and Content Side by Side 316Share Files During a Meeting 318Share a Poll During a Meeting 322Enable Live Captions or Transcription 327Use the Meeting Chat 328Change Meeting Roles 329Take Meeting Notes 331Change Your Audio and Video Devices 333Turn Off Incoming Video to Improve Your Connection 334Transfer a Meeting or Call from Desktop to Mobile 335Remove a Participant from a Meeting 336Manage Meeting Options During a Meeting 337Meeting Settings Best Practices 338CHAPTER 16 MEETING BREAKOUT ROOMSCreate Breakout Rooms 342Assign or Switch Participants BetweenBreakout Rooms 343Rename Breakout Rooms 344Add a Breakout Room 345Delete a Breakout Room 346Set Participants to Join Breakout Rooms Automatically 347Open Breakout Rooms 348Allow Participants to Return to the Main Meeting 349Set a Time Limit for Breakout Rooms 350Send an Announcement to All Breakout Rooms 351Join a Breakout Room as the Organizer 353View Breakout Room Chat Without Joiningthe Breakout Room 354Record Breakout Rooms 355Send a Chat Message to the Organizeras a Breakout Room Attendee 356Close One or All Breakout Rooms 357CHAPTER 17 CLOSING A MEETINGLeave or End a Meeting 360Access the Meeting Recap 361Download the Attendance Report 362Access and Share the Meeting Recording 364Download the Meeting Transcript 366Use the Meeting Chat After the Meeting 367Index 368

Regulärer Preis: 22,99 €
Produktbild für MCA Microsoft Office Specialist (Office 365 and Office 2019) Complete Study Guide

MCA Microsoft Office Specialist (Office 365 and Office 2019) Complete Study Guide

MASTER ONE OF THE MOST ESSENTIAL SKILL SETS FOR THE CONTEMPORARY OFFICEAs Microsoft Office becomes ever more ubiquitous in modern offices across the world, competence and familiarity with its intricacies is more important than ever. Now you can set yourself apart from the pack and prove your skills with the Microsoft Office Specialist certification.The MCA Microsoft Office Specialist (Office 365 and Office 2019) Complete Study Guide : Word Associate Exam MO-100, Excel Associate Exam MO-200, and PowerPoint Associate Exam MO-300 delivers a comprehensive roadmap to achieving the certification with easy-to-follow instruction for each of the three required proficiencies: Word, Excel, and PowerPoint. You’ll enjoy access to chapter review questions and Exam Essentials, a feature that identifies critical subject areas.Discover practical, hands-on exercises that prepare you for real-world roles and jobs, and gain valuable experience as you reinforce key Microsoft Office skills that you’ll be expected to demonstrate in job interviews and your day-to-day professional life. Learn to manage and create text documents in Word, perform operations with formulas in Excel, and create engaging slideshows and presentations in PowerPoint.This practical book also provides:* Fully updated information for the latest Microsoft Office Specialist certification exams covering Microsoft Office 365 * Access to new career opportunities with a professional certification that’s relevant to virtually any office environment * Access to the Sybex online study tools, with chapter review questions, full-length practice exams, hundreds of electronic flashcards, and a glossary of key terms The MCA Microsoft Office Specialist (Office 365 and Office 2019) Complete Study Guide offers crystal-clear organization, comprehensive coverage, and easy-to-understand instruction. It’s perfect for anyone who hopes to prove their skills with the Microsoft Office Specialist certification or to improve their mastery of Microsoft Office 365.ABOUT THE AUTHORERIC BUTOW is the author of 41 books on technology topics and has developed and taught networking, computing, and usability courses for Ed2Go, Virtual Training Company, California State University, Sacramento, and Udemy. He has been using Office since 1994. He’s served as a technical writer for companies like Intel, Wells Fargo, Cisco Systems, and Hewlett-Packard. He is the founder and owner of Butow Communications Group in Jackson, California.Introduction xxiAssessment Test xxviiiAnswers to Assessment Test xlPART I WORD EXAM MO-100 1CHAPTER 1 WORKING WITH DOCUMENTS 3Navigating Within Documents 4Searching for Text 4Linking to Locations Within Documents 8Moving to Specific Locations and Objects in Documents 9Showing and Hiding Formatting Symbols and Hidden Text 10Formatting Documents 13Setting Up Document Pages 14Applying Style Settings 15Inserting and Modifying Headers and Footers 17Configuring Page Background Elements 18Saving and Sharing Documents 20Saving Documents in Alternative File Formatting 20Changing Basic Document Properties 21Modifying Print Settings 23Sharing Documents Electronically 24Inspecting Documents for Issues 26Locating and Removing Hidden Properties and Personal Information 26Finding and Fixing Accessibility Issues 28Locating and Correcting Compatibility Issues 29Summary 30Key Terms 31Exam Essentials 31Review Questions 33CHAPTER 2 INSERTING AND FORMATTING TEXT 35Adding and Replacing Text 36Finding and Replacing Text 36Inserting Symbols and Special Characters 40Formatting Text and Paragraphs 42Adding Text Effects 42Applying Formatting by Using Format Painter 43Setting Line and Paragraph Spacing and Indentation 43Applying Built-In Styles to Text 46Clearing Formatting 47Creating and Configuring Document Sections 50Formatting Text in Multiple Columns 50Inserting Page, Section, and Column Breaks 52Changing Page Setting Options for a Section 53Summary 56Key Terms 57Exam Essentials 57Review Questions 58CHAPTER 3 MANAGING TABLES AND LISTS 61Creating Tables 62Converting Text to Tables 64Switching Tables to Text 65Creating Tables by Specifying Rows and Columns 66Modifying Tables 68Sorting Table Data 68Configuring Cell Margins and Spacing 70Merging and Splitting Cells 73Resizing Tables, Rows, and Columns 75Splitting Tables 80Configuring a Repeating Row Header 82Creating and Formatting Lists 85Structuring Paragraphs as Numbered and Bulleted Lists 85Changing Bullet Characters and Number Formatting 86Defining Custom Bullet Characters and Number Formatting 88Increasing and Decreasing List Levels 91Restarting and Continuing List Numbering 92Setting Starting Number Values 94Summary 95Key Terms 96Exam Essentials 96Review Questions 97CHAPTER 4 BUILDING REFERENCES 99Creating and Managing Referencing Elements 100Inserting Footnotes and Endnotes 100Modifying Footnote and Endnote Properties 103Creating and Modifying Bibliography Citation Sources 104Inserting Citations for Bibliographies 107Working with Referencing Tables 109Inserting Tables of Contents 109Customizing Tables of Contents 110Adding Bibliographies 112Summary 113Key Terms 113Exam Essentials 114Review Questions 115CHAPTER 5 ADDING AND FORMATTING GRAPHIC ELEMENTS 117Inserting Illustrations and Text Boxes 118Adding Shapes 118Including Pictures 120Inserting 3D Models 121Adding SmartArt Graphics 122Placing Screenshots and Screen Clippings 123Inserting Text Boxes 125Formatting Illustrations and Text Boxes 127Applying Artistic Effects 127Adding Picture Effects and Picture Styles 128Removing Picture Backgrounds 131Formatting Graphic Elements 132Setting Up SmartArt Graphics 134Working with 3D Models 136Adding and Organizing Text 137Formatting Text in Text Boxes 137Adding Text in Shapes 139Changing SmartArt Graphic Content 141Modifying Graphic Elements 142Positioning Objects 142Wrapping Text Around Objects 143Adding Alt Text to Objects 146Summary 148Key Terms 148Exam Essentials 148Review Questions 149CHAPTER 6 WORKING WITH OTHER USERS ON YOUR DOCUMENT 151Adding Comments 152Inserting Comments 152Reviewing and Replying to Comments 153Resolving Comments 154Deleting Comments 155Tracking Your Changes 157Turning On Track Changes 157Reviewing Tracked Changes 158Accepting and Rejecting Tracked Changes 159Locking and Unlocking Change Tracking 162Summary 165Key Terms 165Exam Essentials 165Review Questions 166PART II EXCEL EXAM MO-200 169CHAPTER 7 MANAGING WORKSHEETS AND WORKBOOKS 171Importing Data into Workbooks 172Bringing in Data from TXT Files 173Importing Data from CSV Files 174Navigating Within Workbooks 178Searching for Data Within a Workbook 178Navigating to Named Cells, Ranges, or Workbook Elements 180Inserting and Removing Hyperlinks 182Formatting Worksheets and Workbooks 190Modifying Page Settings 190Adjusting Row Height and Column Width 192Customizing Headers and Footers 200Customizing Options and Views 206Customizing the Quick Access Toolbar 207Displaying and Modifying Workbook Content in Different Views 211Freezing Worksheet Rows and Columns 214Changing Window Views 216Modifying Basic Workbook Properties 218Displaying Formulas 219Configuring Content for Collaboration 222Setting a Print Area 222Saving Workbooks in Other File Formats 224Configuring Print Settings 224Inspecting Workbooks for Issues 225Summary 229Key Terms 229Exam Essentials 229Review Questions 231CHAPTER 8 USING DATA CELLS AND RANGES 233Manipulating Data in Worksheets 234Pasting Data by Using Special Paste Options 234Filling Cells by Using Auto Filling 238Inserting and Deleting Multiple Columns or Rows 240Adding and Removing Cells 242Formatting Cells and Ranges 245Merging and Unmerging Cells 245Modifying Cell Alignment, Orientation, and Indentation 246Formatting Cells by Using Format Painter 249Wrapping Text Within Cells 250Using Number Formatting 252Applying Cell Formatting from the Format Cells Dialog Box 253Working with Cell Styles 254Clearing Cell Formatting 256Defining and Referencing Named Ranges 258Defining a Named Range 258Naming a Table 263Summarizing Data Visually 265Inserting Sparklines 265Applying Built-In Conditional Formatting 269Removing Conditional Formatting 271Summary 275Key Terms 275Exam Essentials 275Review Questions 277CHAPTER 9 WORKING WITH TABLES AND TABLE DATA 279Creating and Formatting Tables 280Creating Excel Tables from Cell Ranges 280Applying Table Styles 282Converting Tables to Cell Ranges 283Modifying Tables 285Adding or Remove Table Rows and Columns 285Configuring Table Style Options 288Inserting and Configuring Total Rows 289Filtering and Sorting Table Data 292Filtering Records 292Sorting Data by Multiple Columns 296Summary 298Key Terms 299Exam Essentials 299Review Questions 300CHAPTER 10 PERFORMING OPERATIONS BY USING FORMULAS AND FUNCTIONS 303Inserting References 304Inserting Relative, Absolute, and Mixed References 305Referencing Named Ranges and Named Tables in Formulas 307Calculating and Transforming Datas 310Performing Calculations Using the AVERAGE(), MAX(), MIN(), and SUM() Functions 310Perform Conditional Operations by Using the IF() Function 321Formatting and Modifying Text 325Formatting Text Using the RIGHT(), LEFT(), and MID() Functions 325Formatting Text Using the UPPER(), LOWER(), and LEN() Functions 329Formatting Text Using the CONCAT() and TEXTJOIN() Functions 333Summary 336Key Terms 337Exam Essentials 337Review Questions 338CHAPTER 11 MANAGING CHARTS 341Creating Charts 342Building Charts 342Working with Chart Sheets 344Modifying Charts 348Adding Data Series to Charts 348Switching Between Rows and Columns in Source Data 351Adding and Modifying Chart Elements 352Formatting Charts 355Using Chart Layouts 356Applying Chart Styles 364Adding Alternative Text to Charts for Accessibility 366Summary 368Key Terms 368Exam Essentials 369Review Questions 370PART III POWERPOINT EXAM MO-300 373CHAPTER 12 CREATING PRESENTATIONS 375Modifying Slide Masters, Handout Masters, and Note Masters 377Changing the Slide Master Theme or Background 378Modifying Slide Master Content 383Creating Slide Layouts 384Modify Slide Layouts 389Modifying the Handout Master 393Modifying the Notes Master 400Changing Presentation Options and Views 406Changing the Slide Size 406Displaying Presentations in Different Views 408Setting Basic File Properties 410Configuring Print Settings for Presentations 411Printing All or Part of a Presentation 411Printing Notes Pages 413Printing Handouts 414Printing in Color, Grayscale, or Black and White 415Configuring and Presenting Slideshows 417Creating Custom Slideshows 417Configuring Slideshow Options 422Rehearsing Slideshow Timing 423Setting Up Slideshow Recording Options 427Presenting Slideshows by Using Presenter View 430Preparing Presentations for Collaboration 436Mark Presentations as Final 437Protecting Presentations by Using Passwords 438Inspecting Presentations for Issues 439Adding and Managing Comments 441Preserving Presentation Content 446Exporting Presentations to Other Formats 447Summary 456Key Terms 457Exam Essentials 457Review Questions 459CHAPTER 13 MANAGING SLIDES 461Inserting Slides 462Importing Word Document Outlines 462Inserting Slides from Another Presentation 465Inserting Slides and Selecting Slide Layouts 467Inserting Summary Zoom Slides 469Duplicating Slides 474Modifying Slides 475Hiding and Unhiding Slides 476Modifying Individual Slide Backgrounds 477Inserting Slide Headers, Footers, and Page Numbers 480Ordering and Grouping Slides 484Creating Sections 484Modifying the Slide Order 486Renaming Sections 488Summary 489Key Terms 490Exam Essentials 490Review Questions 491CHAPTER 14 INSERTING AND FORMATTING TEXT, SHAPES, AND IMAGES 493Formatting Text 495Applying Formatting and Styles to Text 495Formatting Text in Multiple Columns 501Creating Bulleted and Numbered Lists 502Inserting Links 504Inserting Hyperlinks 504Inserting Section Zoom Links and Slide Zoom Links 505Inserting and Formatting Images 509Resizing and Cropping Images 511Applying Built-In Styles and Effects to Images 513Inserting Screenshots and Screen Clippings 515Inserting and Formatting Graphic Elements 518Inserting and Changing Shapes 518Drawing by Using Digital Ink 520Adding Text to Shapes and Text Boxes 523Resizing Shapes and Text Boxes 525Formatting Shapes and Text Boxes 527Applying Built-In Styles to Shapes and Text Boxes 529Adding Alt Text to Graphic Elements for Accessibility 532Ordering and Grouping Objects on Slides 534Ordering Shapes, Images, and Text Boxes 534Aligning Shapes, Images, and Text Boxes 535Grouping Shapes and Images 537Displaying Alignment Tools 538Summary 539Key Terms 540Exam Essentials 540Review Questions 541CHAPTER 15 INSERTING TABLES, CHARTS, SMARTART, 3D MODELS, AND MEDIA 543Inserting and Formatting Tables 544Creating and Inserting Tables 544Inserting and Deleting Table Rows and Columns 545Applying Built-In Table Styles 548Inserting and Modifying Charts 551Creating and Inserting Charts 551Modifying Charts 554Inserting and Formatting SmartArt Graphics 560Inserting SmartArt Graphics 560Converting Lists to SmartArt Graphics 560Adding and Modifying SmartArt Graphic Content 563Inserting and Modifying 3D Models 565Inserting 3D Models 565Modifying 3D Models 567Inserting and Managing Media 568Inserting Audio and Video Clips 568Creating and Inserting Screen Recordings 576Configuring Media Playback Options 581Summary 584Key Terms 585Exam Essentials 585Review Questions 587CHAPTER 16 APPLYING TRANSITIONS AND ANIMATIONS 589Applying and Configuring Slide Transitions 590Applying Basic and 3D Slide Transitions 590Configuring Transition Effects 592Animating Slide Content 596Animating Text and Graphic Elements 596Animating 3D Models 606Configuring Animation Effects 609Configuring Animation Paths 612Reordering Animations on a Slide 617Setting Timing for Transitions 619Setting Transition Effect Duration 619Configuring Transition Start and Finish Options 620Summary 622Key Terms 622Exam Essentials 623Review Questions 624APPENDIX ANSWERS TO REVIEW QUESTIONS 627PART I: WORD EXAM MO-100 628Chapter 1: Working with Documents 628Chapter 2: Inserting and Formatting Text 628Chapter 3: Managing Tables and Lists 629Chapter 4: Building References 630Chapter 5: Adding and Formatting Graphic Elements 630Chapter 6: Working with Other Users on Your Document 631PART II: EXCEL EXAM MO-200 632Chapter 7: Managing Worksheets and Workbooks 632Chapter 8: Using Data Cells and Ranges 632Chapter 9: Working with Tables and Table Data 633Chapter 10: Performing Operations by Using Formulas and Functions 634Chapter 11: Managing Charts 634PART III: POWERPOINT EXAM MO-300 635Chapter 12: Creating Presentations 635Chapter 13: Managing Slides 636Chapter 14: Inserting and Formatting Text, Shapes, and Images 636Chapter 15: Inserting Tables, Charts, SmartArt, 3D Models, and Media 637Chapter 16: Applying Transitions and Animations 638Index 639

Regulärer Preis: 38,99 €
Produktbild für Adobe Premiere Pro

Adobe Premiere Pro

Adobe Premiere Pro ist die Schnittlösung Ihrer Wahl? Dann lassen Sie sich in diesem Buch zeigen, wie Sie die Software sinnvoll einsetzen und komplett ausreizen. Es führt Sie durch den gesamten Video-Workflow vom Import über Schnitt, Sound- und Effektbearbeitung bis hin zur perfekten Ausgabe für Web, Fernsehen und mobile Endgeräte. Zusätzlich erhalten Sie wichtige Hintergrundinfos zu Codecs und Formaten und lernen Premiere im Workflow mit den wichtigsten Adobe-Programmen kennen. Und Cut! Aus dem Inhalt: Die ArbeitsoberflächeWerkzeuge und FunktionenHD-Material importierenAnaloges Material digitalisierenGrob- und FeinschnittClips einfügen und trimmenSpezielle Schnitt-TechnikenÜberblendungen, Titel und EffekteAnimationen und KeyframesMasken und KeyingBild- und FarbkorrekturenAudioeffekteRendering und AusgabeArchivierungZusammenarbeit mit Adobe-Programmen   Vorwort ... 19 TEIL I  Grundlagen ... 22   1.  First Contact -- Sichtkontakt mit Premiere Pro ... 23        1.1 ... Gut zu wissen ... 24        1.2 ... Was tun, wenn ...? ... 30   2.  First Man -- Die Arbeitsoberfläche kennenlernen ... 43        2.1 ... Projekte öffnen und speichern ... 43        2.2 ... Die Projekteinstellungen ... 46        2.3 ... Die Arbeitsoberfläche ... 49        2.4 ... Premiere Pro interaktiv kennenlernen ... 56        2.5 ... Der Media-Browser ... 59   3.  Basic -- Das sollten Sie wissen, bevor Sie Filme schneiden ... 69        3.1 ... Das Projektfenster ... 69        3.2 ... Metadaten ... 75        3.3 ... Die Monitore ... 80        3.4 ... Organisation im Schnittfenster ... 88        3.5 ... Die Protokoll-Palette ... 94        3.6 ... Tastaturanpassung ... 96 TEIL II  Videoschnitt, Bearbeitung und Ausgabe ... 104   4.  The Final Cut -- Schneiden und Trimmen ... 105        4.1 ... Clips vorschneiden ... 105        4.2 ... Der Timecode ... 117        4.3 ... Clips dem Schnittfenster hinzufügen und anordnen ... 119        4.4 ... Clips im Schnittfenster trimmen ... 124        4.5 ... Das Zuschneiden-Fenster ... 136        4.6 ... Spezielle Schnitttechniken ... 138        4.7 ... Noch mehr Schnitte ... 146   5.  Mit Sequenzen arbeiten ... 151        5.1 ... Eine neue Sequenz erzeugen ... 151        5.2 ... Sequenzspuren ... 164        5.3 ... Mehrere Sequenzen einsetzen ... 167        5.4 ... Marken ... 174        5.5 ... Untertitel ... 180        5.6 ... Clip-Kopien und Clip-Instanzen in Sequenzen verwenden ... 188        5.7 ... Multikamera-Bearbeitung ... 192        5.8 ... Fotos in Sequenzen verarbeiten ... 199   6.  Der Übergang -- Überblendungen einsetzen ... 201        6.1 ... Wissenswertes zu Überblendungen ... 201        6.2 ... Überblendungen im Schnittfenster bearbeiten ... 207        6.3 ... Überblendungen in den Effekteinstellungen bearbeiten ... 210        6.4 ... Morphing ... 218        6.5 ... Überblendungen rendern ... 221   7.  Side Effects -- Effekteinstellungen und Bewegungsanimationen ... 223        7.1 ... GPU-beschleunigte Effekte ... 223        7.2 ... Grundsätzliches Effekt-Handling ... 226        7.3 ... Die fixierten Videoeffekte (proprietäre Effekte) ... 226        7.4 ... Die Standardvideoeffekte ... 233        7.5 ... Keyframes -- Effekte animieren ... 244        7.6 ... Zeitabläufe neu zuordnen ... 261        7.7 ... Keyframes im Schnittfenster bearbeiten ... 268        7.8 ... Überblendmodi ... 274   8.  Masken und Keying ... 277        8.1 ... Einfache Masken ... 277        8.2 ... Der Zuschneiden-Effekt ... 290        8.3 ... Bildmaske-Key ... 295        8.4 ... Spurmaske-Key ... 302        8.5 ... Auto Reframe ... 307        8.6 ... Farben auskeyen ... 313   9.  Bildkorrekturen ... 317        9.1 ... Anzeige-Farbmanagement aktivieren ... 317        9.2 ... Auto-Effekte ... 319        9.3 ... Helligkeit und Kontrast korrigieren ... 319        9.4 ... Die Lumetri-Farbkorrektur ... 321        9.5 ... Mit Einstellungsebenen korrigieren ... 347        9.6 ... Beleuchtung punktuell korrigieren ... 351 10.  Audio ... 357        10.1 ... Grundlagen der Audiobearbeitung in Premiere Pro ... 357        10.2 ... Audio bearbeiten ... 369        10.3 ... Audiokosmetik mit Essential Sound ... 373        10.4 ... Audio und Video getrennt bearbeiten ... 382        10.5 ... Audioeffekte ... 386        10.6 ... Der Audiospur-Mischer ... 393        10.7 ... Audioüberblendungen ... 398        10.8 ... Adobe Stock Audio ... 400 11.  Titel erzeugen ... 403        11.1 ... Die Möglichkeiten der Titelerstellung ... 403        11.2 ... Der Titelgenerator ... 405        11.3 ... Titel im Programmmonitor erstellen über Essential Graphics ... 413        11.4 ... Ebenen mit Essential Graphics animieren ... 428        11.5 ... Titelvorlagen nutzen ... 431        11.6 ... Rolltitel erzeugen ... 432 12.  Export ... 435        12.1 ... Sequenzen vorbereiten ... 435        12.2 ... Exporteinstellungen ... 438        12.3 ... Der Adobe Media Encoder ... 452        12.4 ... Ordner überwachen ... 459        12.5 ... Premiere Rush ... 460        12.6 ... Einzelbilder exportieren ... 462        12.7 ... Projekte archivieren ... 468        12.8 ... Ausgabe als Premiere-Pro-Projekt ... 471 TEIL III  Premiere Pro im Workflow ... 474 13.  Import und Aufnahme ... 475        13.1 ... Der bandlose Workflow ... 475        13.2 ... Band-Workflow vorbereiten ... 479        13.3 ... Filmmaterial vom Band einspielen ... 482        13.4 ... Batchaufnahmen ... 488 14.  Bridge -- Ordnung im Archiv ... 491        14.1 ... Die Oberfläche ... 491        14.2 ... Clips organisieren mit Adobe Bridge ... 498        14.3 ... Filtern und sortieren ... 501        14.4 ... Assets suchen ... 503        14.5 ... Assets übergeben ... 505 15.  Korrekturen mit Audition ... 509        15.1 ... Der erste Start von Audition ... 509        15.2 ... Dateien übergeben ... 511        15.3 ... Arbeitsbereiche benutzen ... 514        15.4 ... Grundlagen ... 515        15.5 ... Audiobearbeitung ... 517        15.6 ... Stapelprozesse ... 525        15.7 ... Restauration ... 526 16.  Premiere Pro und die Creative Cloud ... 535        16.1 ... Der praktische Workflow ... 535        16.2 ... Integration mit After Effects ... 537 17.  Fachkunde ... 545        17.1 ... Von Fernsehnormen ... 545        17.2 ... Von Underscan und Over­scan ... 548        17.3 ... Von Bildpunkten und Seitenverhältnissen ... 550        17.4 ... Von Farben und Kanälen ... 553        17.5 ... Von Kompressoren ... 556        17.6 ... Von Bit- und Datenraten ... 558        17.7 ... Von Einzelbildern ... 559   Index ... 561

Regulärer Preis: 49,90 €
Produktbild für JavaServer Faces und Jakarta Server Faces 2.3 (3.Auflg.)

JavaServer Faces und Jakarta Server Faces 2.3 (3.Auflg.)

Das Arbeitsbuch für Java-Webentwickler in aktualisierter 3. Auflage.JavaServerTM Faces und Jakarta Server Faces 2.3 sind ein Framework für die Entwicklung von Benutzerschnittstellen für bzw. als Teil einer Java-Web-Anwendung. Dieses Arbeitsbuch führt Sie Schritt für Schritt in die Programmierung mit JSF ein. Sie erfahren, wie Sie damit moderne Benutzerschnittstellen für die Praxis entwickeln.Und natürlich geht es auch darum, wie JSF in eine Java-Web-Anwendung zu integrieren sind. Behandelt werden auch Themen wie die Anbindung an eine Datenbank mit JPA, die Verwendung von CDI sowie Authentifizierung und Autorisierung.Verfolgen Sie Schritt für Schritt die Entwicklung einer betrieblichen Anwendung und lernen Sie so anhand realer Aufgabenstellungen alle wichtigen Aspekte von JSF 2.3 kennen. Mit Hilfe der Übungen, deren Lösungen sich von der Website zum Buch und von GitHub herunterladen lassen, können Sie das Gelernte selbst ausprobieren und umsetzen.Aus dem Inhalt:EinleitungJSF im DetailContext und Dependency InjectionWeiterführende ThemenClassic ModelsSpezialthemenVerwendete SystemeAusblick/Anhang: Die Tags der Standardbibliotheken

Regulärer Preis: 44,99 €
Produktbild für MCA Microsoft Office Specialist (Office 365 and Office 2019) Study Guide

MCA Microsoft Office Specialist (Office 365 and Office 2019) Study Guide

MCA Microsoft Office Specialist Study Guide: PowerPoint Associate Exam MO-300is your roadmap to preparing for taking the MO-300 exam and earning the PowerPoint Associate (PowerPoint and PowerPoint 2019) certification. The following objectives are covered:* Manage presentations* Manage slides* Insert and format text, shapes, and images* Insert tables, charts, smartArt, 3D models, and media* Apply transitions and animationsMajor topics include creating, editing, and enhancing presentations and slideshows, including the ability to create and manage presentations, insert and format shapes and slides, create slide content, apply transitions and animations, and manage multiple presentations. This Study Guide also covers creating professional-grade sales presentations, employee training, instructional materials, and kiosk slideshows.Readers will also have access to Sybex's superior online test bank, includng hundreds of practice questions, flashcards, and a glossary of important terms.ERIC BUTOW is the author of 39 books on technology topics and has developed and taught networking, computing, and usability courses for Ed2Go, Virtual Training Company, California State University, Sacramento, and Udemy. He has been using PowerPoint professionally since 1994. He's served as a technical writer for companies like Intel, Wells Fargo, Cisco Systems, and Hewlett-Packard. He is the founder and owner of Butow Communications Group in Jackson, California.Introduction xiAssessment Test xvCHAPTER 1 CREATING PRESENTATIONS 1Modifying Slide Masters, Handout Masters, and Note Masters 3Changing the Slide Master Theme or Background 4Modifying Slide Master Content 9Creating Slide Layouts 10Modify Slide Layouts 15Modifying the Handout Master 19Modifying the Notes Master 26Changing Presentation Options and Views 32Changing the Slide Size 32Displaying Presentations in Different Views 34Setting Basic File Properties 36Configuring Print Settings for Presentations 37Printing All or Part of a Presentation 37Printing Notes Pages 39Printing Handouts 40Printing in Color, Grayscale, or Black and White 41Configuring and Presenting Slideshows 43Creating Custom Slideshows 43Configuring Slideshow Options 48Rehearsing Slideshow Timing 49Setting Up Slideshow Recording Options 53Presenting Slideshows by Using Presenter View 56Preparing Presentations for Collaboration 62Mark Presentations as Final 63Protecting Presentations by Using Passwords 64Inspecting Presentations for Issues 65Adding and Managing Comments 67Preserving Presentation Content 72Exporting Presentations to Other Formats 73Summary 82Key Terms 83Exam Essentials 83Review Questions 85CHAPTER 2 MANAGING SLIDES 87Inserting Slides 88Importing Word Document Outlines 88Inserting Slides from Another Presentation 91Inserting Slides and Selecting Slide Layouts 93Inserting Summary Zoom Slides 95Duplicating Slides 100Modifying Slides 101Hiding and Unhiding Slides 102Modifying Individual Slide Backgrounds 103Inserting Slide Headers, Footers, and Page Numbers 106Ordering and Grouping Slides 110Creating Sections 110Modifying the Slide Order 112Renaming Sections 114Summary 115Key Terms 116Exam Essentials 116Review Questions 117CHAPTER 3 INSERTING AND FORMATTING TEXT, SHAPES, AND IMAGES 119Formatting Text 121Applying Formatting and Styles to Text 121Formatting Text in Multiple Columns 127Creating Bulleted and Numbered Lists 128Inserting Links 130Inserting Hyperlinks 130Inserting Section Zoom Links and Slide Zoom Links 131Inserting and Formatting Images 135Resizing and Cropping Images 137Applying Built-In Styles and Effects to Images 139Inserting Screenshots and Screen Clippings 141Inserting and Formatting Graphic Elements 144Inserting and Changing Shapes 144Drawing by Using Digital Ink 146Adding Text to Shapes and Text Boxes 149Resizing Shapes and Text Boxes 151Formatting Shapes and Text Boxes 153Applying Built-In Styles to Shapes and Text Boxes 155Adding Alt Text to Graphic Elements for Accessibility 158Ordering and Grouping Objects on Slides 160Ordering Shapes, Images, and Text Boxes 160Aligning Shapes, Images, and Text Boxes 161Grouping Shapes and Images 163Displaying Alignment Tools 164Summary 165Key Terms 166Exam Essentials 166Review Questions 167CHAPTER 4 INSERTING TABLES, CHARTS, SMARTART, 3D MODELS, AND MEDIA 169Inserting and Formatting Tables 170Creating and Inserting Tables 170Inserting and Deleting Table Rows and Columns 171Applying Built-In Table Styles 174Inserting and Modifying Charts 177Creating and Inserting Charts 177Modifying Charts 180Inserting and Formatting SmartArt Graphics 186Inserting SmartArt Graphics 186Converting Lists to SmartArt Graphics 186Adding and Modifying SmartArt Graphic Content 189Inserting and Modifying 3D Models 191Inserting 3D Models 191Modifying 3D Models 193Inserting and Managing Media 194Inserting Audio and Video Clips 194Creating and Inserting Screen Recordings 202Configuring Media Playback Options 207Summary 210Key Terms 211Exam Essentials 211Review Questions 213CHAPTER 5 APPLYING TRANSITIONS AND ANIMATIONS 215Applying and Configuring Slide Transitions 216Applying Basic and 3D Slide Transitions 216Configuring Transition Effects 218Animating Slide Content 222Animating Text and Graphic Elements 222Animating 3D Models 232Configuring Animation Effects 235Configuring Animation Paths 238Reordering Animations on a Slide 243Setting Timing for Transitions 245Setting Transition Effect Duration 245Configuring Transition Start and Finish Options 246Summary 248Key Terms 248Exam Essentials 249Review Questions 250APPENDIX ANSWERS TO REVIEW QUESTIONS 253Chapter 1: Creating Presentations 254Chapter 2: Managing Slides 254Chapter 3: Inserting and Formatting Text, Shapes, and Images 255Chapter 4: Inserting Tables, Charts, SmartArt, 3D Models, and Media 256Chapter 5: Applying Transitions and Animations 256Index 259

Regulärer Preis: 16,99 €
Produktbild für Digitale Transformation von Geschäftsmodellen

Digitale Transformation von Geschäftsmodellen

Dieses Buch zeigt, wie es Unternehmen gelingt, ihre Geschäftsmodelle auf die digitale Zukunft vorzubereiten und wie dadurch Wettbewerbsvorteile geschaffen und Kundenanforderungen besser erfüllt werden können. Die Autoren aus Praxis und Wissenschaft zeigen die digitale Transformation von Unternehmen über die gesamte Wertschöpfungskette hinweg. Die Beiträge behandeln Ansätze und Instrumente, Studienergebnisse und Best Practices unterschiedlicher Industrien im Kontext der digitalen Transformation. Die Inhalte berücksichtigen divergierende Anforderungen von Unternehmen und Industrien und können nach Bedarf kombiniert und erweitert werden, um sie an die spezifischen Rahmenbedingungen eines Unternehmens anzupassen. Die zweite aktualisierte Auflage wurde überarbeitet und enthält neue wissenschaftliche und praktische Beiträge zu den folgenden drei zentralen Themen: Ansätze und Instrumente, Studienergebnisse sowie Best Practices aus den Bereichen Mobilität, Gesundheit, Maschinenbau, Medien, Lebensmittel, Banken und Handel. Ansätze und Instrumente.- Studienergebnisse.- Best Practices aus den Bereichen Mobilität, Gesundheit, Maschinenbau, Medien, Lebensmittel, Banken und Handel.

Regulärer Preis: 54,99 €
Produktbild für Multimedial lehren und lernen

Multimedial lehren und lernen

Für alle Lehrkräfte, die digitale Lehrinhalte schnell und einfach gestalten wollen. Lesen Sie, wie Sie mit H5P multimedial lehren und lernen können.Für die Nutzung ist außer einem modernen Webbrowser keine zusätzliche Software erforderlich, so dass H5P-Inhalte auf jedem PC und jedem Smartphone nutzbar sind.Die Inhalte können problemlos in die Lernplattform Moodle sowie in die Content-Management-Systeme WordPress und Drupal integriert werden.Das Werk stellt mehr als 40 H5P-Inhaltstypen und ihren Einsatz im Detail vor. Wer mehr über die Webtechnologien wissen und die Hintergründe verstehen möchte, findet in Workshops zum Webdesign einen Einstieg in die grundlegenden Technologien.H5P ist die kommende Technologie zur Gestaltung multimedialer und interaktiver Lehrmaterialien – auch als offene Inhalte im Interesse für ein breites Bildungsangebot. Die Inhalte eignen sich sowohl für rein digitales Lehren als auch unterstützend für den klassischen Präsenzunterricht.Aus dem Inhalt:Qualitätsverbesserung statt Rationalisierung in der LehreDas H5P-Projekt: Einladung zum MitgestaltenH5P in der Praxis einsetzenH5P-Inhaltstypen – Wissen vermitteln und reflektierenFotos und multimediale Inhalte für Distance-Learning gestalten/Rechtliche AspekteDie Technik im Hintergrund: Einführungen in HTML, CSS, JavaScript und PHPLeseprobe (PDF-Link)

Regulärer Preis: 39,99 €
Produktbild für JavaServer™ Faces und Jakarta Server Faces 2.3

JavaServer™ Faces und Jakarta Server Faces 2.3

DAS ARBEITSBUCH FÜR JAVA-WEBENTWICKLER // - Steigen Sie mit diesem fundierten Arbeitsbuch in die Entwicklung von Benutzerschnittstellen mit JavaServerTM Faces und Jakarta Server Faces 2.3 ein. - Anhand einer Beispielanwendung werden alle wichtigen Aspekte von JSF erläutert. - Vertiefen und erweitern Sie Ihre Fertigkeiten mit den zahlreichen Übungen. - Verwendet werden ausschließlich Open-Source-Systeme, so dass Sie alle Übungen und Beispiele ohne weitere Lizenzkosten nachvollziehen können. - Im Internet: Quell-Code zu den Beispielen und Lösungen der Übungen auf der Autorenwebsite zum Buch und GitHub - Ihr exklusiver Vorteil: E-Book inside beim Kauf des gedruckten Buches JavaServerTM Faces und Jakarta Server Faces 2.3 sind ein Framework für die Entwicklung von Benutzerschnittstellen für bzw. als Teil einer Java-Web-Anwendung. Dieses Arbeitsbuch führt Sie Schritt für Schritt in die Programmierung mit JSF ein. Sie erfahren, wie Sie damit moderne Benutzerschnittstellen für die Praxis entwickeln. Und natürlich geht es auch darum, wie JSF in eine Java-Web-Anwendung zu integrieren sind. Behandelt werden auch Themen wie die Anbindung an eine Datenbank mit JPA, die Verwendung von CDI sowie Authentifizierung und Autorisierung. Verfolgen Sie Schritt für Schritt die Entwicklung einer betrieblichen Anwendung und lernen Sie so anhand realer Aufgabenstellungen alle wichtigen Aspekte von JSF 2.3 kennen. Mit Hilfe der Übungen, deren Lösungen sich von der Website zum Buch und von GitHub herunterladen lassen, können Sie das Gelernte selbst ausprobieren und umsetzen. AUS DEM INHALT // Einleitung/JSF im Detail/Context und Dependency Injection/Weiterführende Themen/Classic Models/Spezialthemen/Verwendete Systeme/Ausblick/Anhang: Die Tags der Standardbibliotheken

Regulärer Preis: 44,99 €
Produktbild für Microsoft Excel im Büro

Microsoft Excel im Büro

Der Excel-Intensivkurs für Ausbildung und Beruf mit den besten Tipps & Tricks für effektives Arbeiten.Verzweifeln Sie nicht länger an Excel, nutzen Sie die Tipps und Tricks aus diesem praktischen Ratgeber. Über 100 Kniffe und Workflows helfen Ihnen dabei, Ihre Excel-Aufgaben schneller und effizienter zu bewältigen. Die Office-Profis Mareile Heiting und Carsten Thiele haben tief in ihrer Trickkiste gegraben und stellen Ihnen hier zahlreiche Methoden vor, die sich in ihrer langjährigen Excel-Praxis bewährt haben. Nutzen Sie die Tools zur Analyse und Visualisierung Ihrer Daten, setzen Sie Formeln geschickt ein, und sparen Sie mit Makros jede Menge Zeit!Aus dem InhaltZwei- und dreidimensionale Tabellen erstellenZellbezüge gekonnt einsetzenGruppierungen und Ansichten geschickt nutzenDaten importieren und Datenbanken erstellenFormeln und Text kombinierenWas-wäre-wenn-Analysen durchführenDaten filtern und visualisierenDaten freigeben und schützenTabellen richtig ausdruckenPassende Dateiformate für ArbeitsmappenMakros erzeugen leicht gemachtBeispiele für eine individuelle Programmierung in ExcelLeseprobe (PDF-Link)

Regulärer Preis: 19,90 €
Produktbild für SAP S/4HANA

SAP S/4HANA

Lernen Sie Ihr SAP-System kennen! Dieses Buch begleitet Sie von Anfang an und zeigt Ihnen, wie Sie die Funktionen von SAP S/4HANA in Ihrer täglichen Arbeit nutzen. Anhand anschaulicher Praxisbeispiele erklären Ihnen die Autoren die wichtigsten Module und den Einsatz der Benutzeroberflächen SAP Fiori und SAP GUI. Dieses Buch ist nicht zuletzt dank der zugehörigen Video-Tutorials zu den wichtigsten Arbeitsschritten bestens für den sicheren Einstieg in SAP geeignet. Aus dem Inhalt: Stammdaten und Belege im SAP-SystemSAP Fiori und SAP GUI – Grundlagen der BedienungAn- und abmeldenDaten anzeigen, erfassen und pflegenReportingDie Benutzeroberfläche personalisierenLayouts anpassenFallbeispiele aus der MaterialwirtschaftFallbeispiele aus dem VertriebFallbeispiele aus dem Finanzwesen   Video-Anleitungen zum Buch ... 17   Geleitwort ... 23   Über dieses Buch ... 25   1.  Einleitung ... 31        1.1 ... Welche Möglichkeiten bietet SAP S/4HANA? ... 31        1.2 ... Die Benutzeroberflächen SAP GUI und SAP Fiori ... 37        1.3 ... Aufbau eines Unternehmens im SAP-System ... 40        1.4 ... Stammdaten und Belege im SAP-System ... 44 Teil I.  SAP GUI und SAP Fiori -- Grundlagen der Bedienung ... 47   2.  Erste Schritte mit dem SAP GUI ... 49        2.1 ... An- und abmelden am SAP GUI ... 50        2.2 ... Theme und Farben für die Anzeige auswählen ... 60        2.3 ... Die Elemente des SAP-GUI-Bildschirms kennenlernen ... 64        2.4 ... Transaktionscodes anzeigen ... 72        2.5 ... Ein Favoritenmenü anlegen ... 76        2.6 ... Benutzerdaten passend einstellen ... 80   3.  Und so begrüßt Sie SAP Fiori ... 83        3.1 ... An- und abmelden mit SAP Fiori ... 83        3.2 ... Das Erscheinungsbild anpassen ... 88        3.3 ... Ihre neue Heimat: das SAP Fiori Launchpad ... 91        3.4 ... SAP-Fiori-Apps finden und ausführen ... 98        3.5 ... SAP-Fiori-Apps hinzufügen und entfernen ... 102   4.  Daten in SAP-GUI-Transaktionen anzeigen und pflegen ... 107        4.1 ... Eine Transaktion starten ... 108        4.2 ... Von Bild zu Bild: in einer Transaktion navigieren ... 112        4.3 ... Daten erfassen ... 117        4.4 ... Mit Wertehilfen Eingabemöglichkeiten zeigen ... 123        4.5 ... Mit Suchhilfen Belege und Stammdaten finden ... 127        4.6 ... Die Feldhilfe nutzen ... 133        4.7 ... Mit mehreren Fenstern arbeiten ... 136   5.  SAP-Fiori-Apps für die Datenanzeige und -pflege nutzen ... 141        5.1 ... Legacy-Apps und »echte« SAP-Fiori-Apps ... 141        5.2 ... Eine SAP-Fiori-App schneller starten ... 145        5.3 ... Navigation in einer transaktionalen SAP-Fiori-App ... 148        5.4 ... Eine Änderung durchführen ... 156        5.5 ... Daten erfassen ... 159        5.6 ... Mit Eingabehilfen Feldwerte finden ... 160        5.7 ... Stammdaten und Belege finden ... 163        5.8 ... Enterprise Search für die globale Suche ... 168        5.9 ... Hilfe zur Selbsthilfe ... 173        5.10 ... Optimal mit dem Browser arbeiten ... 176   6.  Reporting im SAP GUI ... 179        6.1 ... Reports finden und aufrufen ... 179        6.2 ... Per Selektion die richtigen Daten finden ... 183        6.3 ... Mit Listen arbeiten: Daten suchen und filtern ... 190        6.4 ... Listen drucken oder als PDF-Datei speichern ... 194        6.5 ... Listen herunterladen ... 197   7.  Auswertungen in SAP Fiori erstellen ... 205        7.1 ... SAP-Fiori-Apps mit Tabellen finden und starten ... 205        7.2 ... Tabellen im Header filtern ... 208        7.3 ... Tabellen drucken oder als PDF-Dateien speichern ... 215        7.4 ... Tabellen herunterladen ... 216        7.5 ... Daten visualisieren mit analytischen SAP-Fiori-Apps ... 219 Teil II.  Die Benutzeroberflächen personalisieren ... 231   8.  Das SAP GUI personalisieren und optimieren ... 233        8.1 ... Das Favoritenmenü optimieren ... 234        8.2 ... Mit Vorschlagswerten Tipparbeit sparen (Benutzerparameter) ... 240        8.3 ... Persönliche Wertelisten ... 247   9.  SAP Fiori individuell einrichten ... 253        9.1 ... Die Startseite mit Kachelgruppen optimieren ... 253        9.2 ... Kacheln bearbeiten ... 261        9.3 ... Standardwerte für »echte« SAP-Fiori-Apps einstellen ... 269        9.4 ... Einstellungen für Legacy-Apps ... 272 10.  SAP-GUI-Reports passend ändern ... 275        10.1 ... Vorschlagswerte in einer Reportvariante speichern ... 275        10.2 ... Eine Reportvariante aufrufen ... 280        10.3 ... Reportvarianten pflegen ... 282        10.4 ... Werden Sie kreativ: das Layout gestalten ... 285        10.5 ... Ein Layout speichern ... 292        10.6 ... Ein Layout aufrufen ... 296        10.7 ... Layouts pflegen ... 297 11.  SAP-Fiori-Reports an Ihre Bedürfnisse anpassen ... 305        11.1 ... Ansichten für Filter ... 305        11.2 ... Tabellen in transaktionalen Apps anpassen ... 315        11.3 ... Tabellen in analytischen SAP-Fiori-Apps anpassen ... 325        11.4 ... Eigene SAP-Fiori-Apps erstellen ... 329 Teil III.  Fallbeispiele aus der Praxis ... 333 12.  Materialwirtschaft: Die Beschaffung koordinieren ... 335        12.1 ... Der Prozess »Purchase-to-Pay« ... 336        12.2 ... Organisationseinheiten für die Beschaffung ... 337        12.3 ... Voreinstellungen und Trainingsdaten ... 339        12.4 ... Der Lieferant als Geschäftspartner ... 341        12.5 ... Einkaufsdaten im Materialstamm anzeigen ... 351        12.6 ... Den Materialbestand anzeigen ... 358        12.7 ... Eine Bestellung anlegen ... 360        12.8 ... Die Bestellung anzeigen und als PDF ausgeben ... 365        12.9 ... Einen Wareneingang erfassen ... 367        12.10 ... Eine Lieferantenrechnung erfassen ... 371        12.11 ... Eine Lieferantenrechnung anzeigen ... 375 13.  Vertrieb: Vom Auftrag bis zur Faktura ... 379        13.1 ... Der Prozess »Order-to-Cash« ... 379        13.2 ... Organisationseinheiten ... 381        13.3 ... Voreinstellungen ... 383        13.4 ... Der Kunde als Geschäftspartner ... 386        13.5 ... Vertriebsdaten im Materialstamm anzeigen ... 394        13.6 ... Einen Kundenauftrag anlegen ... 397        13.7 ... Auftragsliste und Auftragsbestätigung anzeigen ... 400        13.8 ... Eine Auslieferung anlegen ... 404        13.9 ... Kommissionierung bestätigen und Warenausgang buchen ... 408        13.10 ... Faktura: Die Ausgangsrechnung erstellen ... 410        13.11 ... Die Rechnung anzeigen und als PDF ausgeben ... 413 14.  Finanzwesen: Geschäftsvorfälle buchen und auswerten ... 417        14.1 ... Organisationseinheiten ... 418        14.2 ... Komponenten des Finanzwesens ... 419        14.3 ... Voreinstellungen für Finanzwesen und Controlling ... 421        14.4 ... Hauptbuchhaltung ... 422        14.5 ... Geschäftspartner im Finanzwesen ... 429        14.6 ... Debitorenbuchhaltung ... 433        14.7 ... Kreditorenbuchhaltung ... 446   Die Autoren ... 453   Index ... 455

Regulärer Preis: 29,90 €
Produktbild für SAP - Der technische Einstieg

SAP - Der technische Einstieg

Mit diesem Buch steigen Sie direkt in die Konzepte und Technologien der SAP-Software ein! Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben in verschiedenen SAP-Systemen und die Zusammenhänge zwischen den Objekten. Dank vieler Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht. In diesem Buch lernen Sie: Die Systemarchitektur verstehenMandanten einrichtenBerechtigungen vergebenTabellen anlegenMit ABAP-Dictionary-Objekten arbeitenEine Customizingstruktur aufbauenErweiterungspunkte nutzenWorkflows einrichtenReports erstellenUser-Exits und BAdIsTransporte zwischen SAP-SystemenBatch-ProzesseVersionsverwaltung   Einleitung ... 15   1.  Die Welt von SAP ... 21        1.1 ... Die Kernprodukte von SAP ... 21        1.2 ... Architektur eines SAP-Systems ... 30        1.3 ... Die Rolle der Datenbank ... 36        1.4 ... SAP-Systemlandschaften ... 38   2.  Der Einstieg ins System ... 43        2.1 ... SAP GUI ... 43        2.2 ... Anmeldung am System ... 49        2.3 ... SAP Easy Access ... 51        2.4 ... SAP Fiori ... 73   3.  Mandanten ... 79        3.1 ... SAP-Standardmandanten ... 81        3.2 ... Mandantenrollen und Systemlandschaften ... 83   4.  SAP-Berechtigungen ... 91        4.1 ... Rollen und Berechtigungen ... 91        4.2 ... Benutzerverwaltung ... 97        4.3 ... Berechtigungen für SAP Fiori ... 100   5.  ABAP-Dictionary-Objekte ... 103        5.1 ... Domänen ... 104        5.2 ... Datentypen ... 111        5.3 ... Datenbanktabellen ... 124        5.4 ... Views ... 146        5.5 ... Indizes ... 151        5.6 ... Suchhilfen ... 154        5.7 ... Sperrobjekte ... 165   6.  SAP-Entwicklungsobjekte ... 169        6.1 ... Pakete ... 171        6.2 ... Programme ... 183        6.3 ... Includes ... 188        6.4 ... Funktionsgruppen und -bausteine ... 190        6.5 ... Class-Pool und Klassen ... 195        6.6 ... Nachrichtenklassen ... 200        6.7 ... Besonderheiten der ABAP-Entwicklung ... 203        6.8 ... ABAP in Eclipse und in der SAP Business Technology Platform ... 216   7.  Transporte zwischen SAP-Systemen ... 225        7.1 ... Transporttypen ... 229        7.2 ... Der Transportvorgang ... 237        7.3 ... Transportverwaltung ... 238        7.4 ... Achtung: »Überholer« ... 245        7.5 ... GitHub ... 246   8.  Versionsverwaltung ... 249        8.1 ... Protokollierung fachlicher Änderungen ... 249        8.2 ... Protokollierung technischer Änderungen ... 252   9.  Programme starten ... 259        9.1 ... Programme im Dialog starten ... 259        9.2 ... Programme im Hintergrund starten ... 260        9.3 ... Variante erzeugen ... 276        9.4 ... Tabelle TVARVC ... 279        9.5 ... Programme, Funktionsbausteine und Methoden testen ... 286        9.6 ... Prozessketten ... 291        9.7 ... Fehleranalyse bei Programmabbruch ... 296 10.  Prozesse ... 309        10.1 ... Prozesstypen ... 309        10.2 ... Parallelverarbeitung ... 316 11.  Customizing ... 325        11.1 ... SAP-Einführungsleitfaden ... 326        11.2 ... Eigene Customizing-Struktur erstellen ... 330        11.3 ... Customizing-Inhalte vergleichen ... 350 12.  Kundeneigene Erweiterungen ... 353        12.1 ... User-Exits ... 354        12.2 ... Business Transaction Events ... 362        12.3 ... Business Add-Ins ... 366        12.4 ... Erweiterungen mit der SAP Business Technology Platform ... 382 13.  Business Application Programming Interface ... 385        13.1 ... BAPI Explorer ... 386        13.2 ... BAPIs verwenden ... 392 14.  SAP Business Warehouse und Data Warehousing Workbench ... 397        14.1 ... SAP BW, SAP BW powered by SAP HANA und SAP BW/4HANA ... 399        14.2 ... InfoObjects ... 403        14.3 ... DataStore-Objekte (classic) und erweiterte DataStore-Objekte ... 412        14.4 ... InfoCubes ... 417        14.5 ... InfoSets ... 418        14.6 ... MultiProvider ... 421 15.  Daten auswerten ... 425        15.1 ... Daten importieren und exportieren ... 425        15.2 ... Analyseprozesse modellieren ... 427        15.3 ... Ad-hoc-Berichte ... 433        15.4 ... Daten mit SAP Analytics Cloud auswerten ... 444 16.  SAP Business Workflow ... 453        16.1 ... Das Konzept von SAP Business Workflow ... 454        16.2 ... Nutzung von SAP-Workflows ... 464 17.  SAP HANA - eine nähere Betrachtung ... 469        17.1 ... Was SAP HANA bietet ... 472        17.2 ... Was ändert sich im Berufsumfeld durch SAP HANA? ... 493        17.3 ... CDS Views und das Programmiermodell für SAP S/4HANA ... 497 18.  SAP Support Portal ... 501        18.1 ... SAP-Hinweise und -Korrekturen ... 502        18.2 ... SAP Help Portal ... 505   Anhang ... 507        A ... Glossar ... 509        B ... Abkürzungen ... 517        C ... Weiterführende Literatur ... 521   Die Autoren ... 523   Index ... 525

Regulärer Preis: 39,90 €
Produktbild für Apple One For Dummies

Apple One For Dummies

A BUNDLE OF APPLE SERVICES, ALL IN ONE PLACEAll your favorite Apple services are available in one convenient bundle, and Apple One For Dummies helps you get the full value out of your subscription. What's in this Apple barrel? Everything you need to stream music and TV, keep up with the news, play games, store files online, and even stay in shape. This book gives you a bundle of insight on how to choose the subscription level that's right for you, access and link all the services across your Apple and non-Apple devices, and use all the fun features of each service.This book takes you inside Apple Music, Apple TV+, Apple News+, Apple Arcade, iCloud, and Apple Fitness+, showing you how to make the most of each one. Apple One For Dummies also shows you how to make changes at any time, so you get all the juice out of your subscription!* Get access to 50 million songs on Apple Plus* Discover how the all-new Apple Fitness+ can transform your workout routine* Use iCloud to store your photos and videos* Understand Apple One's subscription options and get the biggest bang for your buckFor Dummies welcomes you to the Apple One-stop-shop that will make your digital life that much simpler.DWIGHT SPIVEY is the Educational Technology Administrator at Spring Hill College in Mobile, Alabama. He is the author of iPhone® For Seniors For Dummies, iPad For Seniors For Dummies, and several other books covering Apple technology.INTRODUCTION 1About This Book 2Foolish Assumptions 3Icons Used in This Book 4Beyond the Book 4Where to Go from Here 5PART 1: SERVICES, PLEASE! 7CHAPTER 1: GETTING A HANDLE ON APPLE SERVICES 9What Are Apple Services? 10Apple Services in a Nutshell 11Apple Music 11Apple TV+ 12Apple Arcade 13Apple News+ 14Apple Fitness+ 15iCloud 16Apple One Plans and Pricing 18CHAPTER 2: COOL DEVICES FOR COOL SERVICES 19Finding Devices Ready for Apple One 19iPhone 20iPad 22Mac 23Apple TV 25Apple Watch 26PCs 28Android 29Apple One on the WWW 30PART 2: ARE YOU NOT ENTERTAINED? 33Chapter 3: Get Yo Groove On 35Access Apple Music 36iPhone and iPad 36Mac 37Windows 37Android 38Website 39Groovin’ with Your Tunes 39iPhone, iPad, and Android 40Mac, Windows, and Website 43CHAPTER 4: NOT JUST TV — TV+! 45Access Apple TV+ 46iPhone and iPad 46Mac 47Apple TV 47Smart TVs and gaming consoles 48Non-Apple streaming devices 49Website 49Watching Your Apple Gogglebox 50iPhone and iPad 50Mac 51Other devices and platforms 52CHAPTER 5: GET YOUR HEAD IN THE GAME! 53Access Apple Arcade 54iPhone and iPad 54Mac 55Apple TV 55Finding and Downloading Games 57iPhone and iPad 57Mac 58Apple TV 59PART 3: LIFESTYLES OF THE FIT AND INFORMED 61CHAPTER 6: STAYING INFORMED WITH APPLE NEWS+ 63Access News and News+ 64iPhone and iPad 64Mac 65All the News That’s Fit to Print (or View) 66Perusing the magazine rack 66CHAPTER 7: FITNESS FANATICS + 73Access Fitness+ 74Supported devices 74iPhone and iPad 74Apple TV 75Finding and Starting Workouts 75Finding a workout 76Starting and tracking a workout 78PART 4: EVERY ICLOUD HAS A SILVER LINING 81CHAPTER 8: WALKING ON ICLOUD NINE 83What Is iCloud? 84The Storage Conundrum 86Signing In and Accessing iCloud 87Signing in to iCloud 87Accessing iCloud 90CHAPTER 9: BUCKLE UP AND DRIVE! 93Accessing iCloud Drive on Your Devices 94iPhone and iPad 94Mac 95Windows-based PC 97iCloud.com 98Organizing Your Stuff 99Creating folders 100Managing folders and files 102CHAPTER 10: PICTURE THIS! 107Enable and Access iCloud Photos 108iCloud.com 108Apple devices 108Windows-based PC 109Working with iCloud Photos 110iCloud.com 110iOS 111macOS and iPadOS 114Windows-based PC 115CHAPTER 11: YOU’VE GOT (ICLOUD) MAIL 117Setting Up iCloud Email 118Creating an iCloud email address 118Accessing your iCloud email 120Sending and Receiving Email 123Creating and sending emails 123Formatting emails 124Receiving and replying to email 127Organizing Email 128Deleting and marking emails 128Utilizing folders and rules 129CHAPTER 12: TYING A DIGITAL STRING ON YOUR FINGER 133The Dating Game: Getting to Know Calendar 134Accessing Calendar 134Working with Calendar in iCloud.com 136Remind Me, Again, Please! 141Access Reminders 142Working with Reminders 144CHAPTER 13: NOTING NOTES AND CONTACTING CONTACTS 153Note to Self 154Access Notes 154Working with Notes 1553 2 1 Contact! 161Access Contacts 161Working with Contacts 162CHAPTER 14: DOCS AND SPREADSHEETS AND PRESENTATIONS, OH MY! 167Accessing and Working with iWork Apps 168Using and Saving Files 170Supported file types 170Creating and Editing Pages Docs in iCloud 172Managing documents 172Working in documents 173Working with Spreadsheets in Numbers 175Managing spreadsheets 176Working in spreadsheets 177Creating Presentations in Keynote 179Managing presentations 180Working in presentations 181CHAPTER 15: DIGITAL LOST-AND-FOUND185Enable and Access Find My 186iCloud.com 186Apple devices 186On the Hunt! 187iCloud.com 188macOS 190iOS and iPadOS 190PART 5: THE PART OF TENS 193CHAPTER 16: TEN ALTERNATIVE APPS 195CHAPTER 17: TEN TIPS AND TRICKS 199Index 203

Regulärer Preis: 10,99 €
Produktbild für Mastering Microsoft Dynamics 365 Implementations

Mastering Microsoft Dynamics 365 Implementations

CONFIDENTLY SHEPHERD YOUR ORGANIZATION’S IMPLEMENTATION OF MICROSOFT DYNAMICS 365 TO A SUCCESSFUL CONCLUSIONIn Mastering Microsoft Dynamics 365 Implementations, accomplished executive, project manager, and author Eric Newell delivers a holistic, step-by-step reference to implementing Microsoft’s cloud-based ERP and CRM business applications. You’ll find the detailed and concrete instructions you need to take your implementation project all the way to the finish line, on-time, and on-budget.You’ll learn:* The precise steps to take, in the correct order, to bring your Dynamics 365 implementation to life * What to do before you begin the project, including identifying stakeholders and building your business case * How to deal with a change management throughout the lifecycle of your project * How to manage conference room pilots (CRPs) and what to expect during the sessions Perfect for CIOs, technology VPs, CFOs, Operations leaders, application directors, business analysts, ERP/CRM specialists, and project managers, Mastering Microsoft Dynamics 365 Implementations is an indispensable and practical reference for guiding your real-world Dynamics 365 implementation from planning to completion.ERIC NEWELL is the Co-Founder and CEO of Stoneridge Software, a Microsoft Gold Partner, focused on Dynamics. Prior to founding Stoneridge, he worked at Microsoft for 13 years in Dynamics-related roles including support engineer, IT lead for support systems, Technical Account Manager and as a Premier Field Engineering team leader. He frequently presents on topics related to implementing Microsoft Dynamics 365, and has spoken at Microsoft conferences over a dozen times. He has served as a project management trainer at Microsoft as well as local universities.Introduction xxviiCHAPTER 1 • STAGES OF AN IMPLEMENTATION OVERVIEW 1What Is Microsoft Dynamics? 1The Client Journey 2Implementation Methodologies 5Waterfall and Sure Step 5Agile and Scrum 7Triple Constraints 8The Bottom Line 9CHAPTER 2 • WHAT TO DO BEFORE YOU BEGIN A PROJECT 11Identify Your Project Team and Stakeholders 11Executive Sponsor 12Project Owner 12Business Process Owner(s) 13Project Manager 13Core Team and a Core Team Lead 14Subject Matter Experts 14IT Resources 15Time Commitment by Role 17Identify Your Processes in Scope 18Clean Up Your Data 19Identify Your “Master” Data 19Develop Naming Conventions 20Identify System Owners 20Find and Resolve Duplicates and Incorrect Data 20Define Your Success Metrics 21Possible Benefits 22Building Your Business Case and Securing Funding 23How Much Should an ERP Project Cost? 24Costs to Include in Your Calculations 24Capitalizing Costs 25Contingency 27Return on Investment (ROI) 27Gaining Approval 28The Bottom Line 29CHAPTER 3 • FOUR KEYS TO CONSIDER WHEN BUYING AN ERP OR CRM SOLUTION 31Selection Process 31Selection Consultant 32Decision Maker 33The Four Keys 33Fit 34Platform 35Implementer 39Cost 41Building Your Scorecard 44The Bottom Line 45CHAPTER 4 • HOW TO EVALUATE AND BUY BUSINESS APPLICATION SOFTWARE 47Buying Process Steps 47Qualification Stage 48Discovery and Demonstration Stage 49Selecting Your Vendor 51Leadership or Board Approval 54Moving Forward 54The Bottom Line 54CHAPTER 5 • ORGANIZING YOUR TEAM FOR SUCCESS AND PROJECT GOVERNANCE 57RACI 57Your Project Team 58Your Partner’s Implementation Team 59Executive Sponsor 60Engagement Manager 60Project Manager 60Solution Architect or Solution Delivery Manager 60Functional Consultant or Consultants 61Technical Consultant 61Development Lead and Developers 61Integration Architect 61Data Migration Specialist 62Project Governance 62Project Communication 62Resource Loading 62Project Schedule 66Document Repository 67Budget Tracking 68Change Requests 68Project Management Plan 68The Bottom Line 69CHAPTER 6 • SPRINTS AND TOOLS NEEDED TO RUN YOUR PROJECT 73Definition of a Sprint 73Length of a Sprint 74Start and End of a Sprint 74Delivering Value in a Sprint 74Backlog 75Project Backlog 75Sprint Backlog 76Allocating Work to Team Members 76Sprint Success Rate 76Sprint Meetings 77Sprint Planning 77Sprint Review 77Sprint Retrospective 78Stand-up Meetings 78Work Definitions 79Epic 79Feature 79User Story 80Requirement 80Research Task 80Design Task 80Development Task 81Test Task 81Other Task 81Test Case 81Test 81Bug (Defect) 81Risk 81Issue 82Change Request 82Code and Changesets 82Azure DevOps 82DevOps Fields 82Progress Reporting 83Analytical Views 83The Bottom Line 84CHAPTER 7 • CHANGE MANAGEMENT THROUGHOUT YOUR PROJECT 87Success Criteria 88Use of Satisfaction Surveys 89Nine Steps to Change Management 90Leadership Alignment 90Organization Evaluation 91Outline Your Business Process Change Steps 92Develop a System Vision that Provides Benefits to All Stakeholders 92Communicate Effectively 92Maximize the Team’s Time in the New System 94Train Effectively 94Set Realistic Expectations for the System Just After Go-Live 94Support Your Team Members After Go-Live 95Steps to Business Process Change 95Importance of Adoption 96The Bottom Line 96CHAPTER 8 • ORGANIZING YOUR BUSINESS BY PROCESSES 99Common Language Businesses Speak 99Operations 100Sales 100Finance and Administration 100Standard Processes 100Process Hierarchy 102Process Category 102Process Group 103Process 103Sub-processes, Tasks, Activities, and Requirements 104Discovering Your Processes 104SIPOC 104Core Team Members 106Rounding Out Your Scope 106The Bottom Line 106CHAPTER 9 • INDEPENDENT SOFTWARE VENDORS—FILLING GAPS AND MANAGING PARTNERSHIPS 109The Purpose of ISVs 109Hosting Providers 110Private Hosting 111SaaS-Style Hosting 111Industry ISVs 111Deciding If You Need an Industry ISV 112Functional ISVs 113Missing Functionality 113Advanced Features 113Missing Connector 113Automation 114Reporting Extensions 114Deciding If You Need a Functional ISV 114Working with ISVs 114Budgeting for ISV Solutions 115Implementation Partner or Customer Managed 115Buying the ISV License or Subscription 115Implementation of ISV Products 116Manage Your ISV Projects Closely 116Microsoft’s AppSource Marketplace 117Product Listing 118Services Listing 118The Bottom Line 119CHAPTER 10 • FACTORS FOR A SUCCESSFUL PROJECT KICKOFF 121Pre-Kickoff Meeting Activities 121Checklist 121Expectations for the Meeting 124Outing 124Kickoff Meeting Content 124Executive Overview 125Introductions and Role Review 125Expectations for Team Members 126Project Management and Communication Plan 126Project Schedule 126Resources 126Navigation Overview [OPTIONAL] 127Wrapping Up 127Executive Message 127Expectations for the Project Team 128Time Commitment 128Decision-Making 129Power of Positivity 129The Bottom Line 130CHAPTER 11 • DESIGNING THE SOFTWARE COLLABORATIVELY 133Joint Application Design Concept 133Joint Process Design and Other Design-Related Definitions 134What Is a Joint Process Design (JPD) Session? 134Happy Path 136“As-Is” vs “To Be” 136Joint Process Design Iterations 137JPD1 137JPD2 139JPD3 140JPD4 140Keys to Successful JPDs 140JPD Output 141SIPOC 142The Bottom Line 143CHAPTER 12 • REQUIREMENTS GATHERING AND STAYING “IN THE BOX” 145Staying in the Box 145Customization vs In-the-Box Examples 146Requirements 147Out-of-the-Box Fields as Requirements 147Requirements Link to Processes 148Functional vs Non-functional Requirements 149Verifying Requirements 150Writing Good Requirements 150Requirements Tips 150Fit/Gap Analysis 151Fit/Gap Spreadsheet 152Trade-Offs 153The Cost of Customizations 154Cloud vs On-Premise Software 155The Bottom Line 155CHAPTER 13 • CONFERENCE ROOM PILOTS 157The Purpose of a Conference Room Pilot 157How to Organize CRPs 158Common Elements of CRPs 159CRP Agenda 159Logistics 160Issues and Questions 160CRP Roles and Responsibilities 161Session Leader 161Helper/Expert 162Business Process Owner 162Users/Students 162Who Not to Invite 163CRP Place in the Overall Schedule 163Can You Do a CRP on One Process Group at the Same TimeThat You Do a JPD? 164Entrance Criteria 164CRP vs UAT 166How They Are Similar 166How They Are Different 166What to Do Between CRP and the End of the Create Stage 167CRP Goals 168The Bottom Line 168CHAPTER 14 • DEALING WITH CHALLENGES MID-PROJECT 171Managing the Project Status 172Status Report 172Colors on a Status Report 173Managing Your Budget 175Project Pulse 177Risks and Issues 177Risk Register 178Issues vs Bugs 179Common Project Challenges 179The Bottom Line 183CHAPTER 15 • CUSTOMIZATIONS VS CONFIGURATIONS AND HOW YOU MANAGE THEM 185Customizations vs Configurations 185Customization 185Configuration 186Integration 186Master Data 187Metadata 187Personalization 187Reference Data 187When to Customize vs Configure 188Why Choose to Customize 188Tracking Configurations 188Configuration Tracker 189Gold Environment 189Lifecycle Services 189Functional Design Documents 190Overview 190Modification 190Testing 190Development Quotation 191Revision and Sign-off 191Updates 191Design Complete 191The Development Process 192Develop the Solution 192Unit Test 192Code Review 193Functional Testing (Part 1) 193Finishing Up 194After Code Complete 194Deploying the Code 194Functional Testing (Part 2) 194Preparing for CRP and UAT 195The Lifecycle of a Customization 195Managing These Tasks 195Wrap-Up 196The Bottom Line 197CHAPTER 16 • DATA MIGRATION—EARLY AND OFTEN 199Data Migration Plan 200Proactive Cleaning 200Before the Kickoff 201Data Migration Tool 202Iterations 203Extract 206Finding the Data 206Extraction Tools 206Transform 208Mapping the Data 208Mapping Tools 208Transforming Mapped Data 209Load 210Order of Operation 210Load Time 210Validating the Data 210Technical Validation 211Business Validation 211Functional Validation 212Go-Live Iteration 212The Bottom Line 213CHAPTER 17 • ENVIRONMENT MANAGEMENT AND DEPLOYMENTS 215Types of Environments 216Developer Environments 216Build 217Test 217Sandbox 218Production 219Environment Plan 220Types of Releases 220Frequency of Code Moves 222Populating Configurations and Master Data 222Deploying Code 223Application Lifecycle Management 223Environment Flow Using DevOps 224Rollback 224Security 225Definitions 225How Best to Manage 226The Bottom Line 227CHAPTER 18 • TESTING 229Definitions 229Types of Testing 230Common Testing Terms 231Pre-Deploy Stage Activities 232Testing Strategy 232Unit Test and Regression Tests 233Developing Test Cases 234UAT Entrance Criteria 235UAT Exit Criteria 236UAT Sessions 236Purpose 236Additional Benefits of UAT Sessions 237UAT Roles and Responsibilities 237Executing Your Test Plans 238Tips for the Sessions 239Post UAT Testing 240Issues List 241Process Sign-Offs 241Scenario Recaps 241The Bottom Line 242CHAPTER 19 • TRAINING FOR ALL 245Learning During Interactive Sessions 246JPDs 246CRPs 246UAT 247Learning Modalities 247In-Person, Classroom Style 248Remote, Synchronous Training 249Asynchronous 251Building Your Training Content 251End User Training Content 251Product Help Content 252Microsoft Learn 253Recording Sessions 253Task Recorder 253How Much to Document 254How to Manage and Distribute Your Content 254Learning Management Systems 255Building Your End User Training Schedule 255Pre-Training Learning 256Train the Trainer 256Synchronous Sessions 257Advanced Concepts 257Testing Users’ Knowledge 257Office Hours 258The Bottom Line 259CHAPTER 20 • GOING LIVE 261Go-Live Criteria 261Cutover Plan 262Bug Criteria 262Data Migration and Security Criteria 263Support Readiness 264Training Review 264Communication Plan 265Go-Live Scorecard 265Mock Cutover and Final Week Activities 266Disaster Recovery 267System Setup Before Cutover 267Go/No-Go Meetings 268When to Have It 268Voting Criteria 268Meeting Agenda 269Order and Outcome of the Votes 269Next Steps 270Live Cutover 270Impact of the Cutover Start Timing 271Completing Cutover Activities 271Rollback Plan 272Acknowledge the Team 272The Bottom Line 272CHAPTER 21 • HYPERCARE 275Go-Live Support 275Day 1 276Week 1 276Project Change Champions 277Prioritizing Issues 277Weeks 2–4 278First Month End 278Duration of Hypercare 279Role of HelpDesk 279Sample SLA 280Project Team Support 280Support Levels 281Refer Users to Training 283Making the Transition to HelpDesk Later 283Post Go-Live Releases 284Planning for Future Releases 285Hotfix Release 285Scheduled Releases 286Project Team Transition 287Rolling Off the Project Team 287Documentation 288Expectations of Support 288After the Transition 289The Bottom Line 289CHAPTER 22 • SUPPORT AND ENHANCE YOUR PROJECT 291Support After Hypercare 291Extending the Transition from Consulting to Support 292Engaging Your Partner for Support 292Microsoft and ISV Support Plans 294After Action Review 295Who to Invite 295How to Run the Meeting 296What to Do with the Feedback 297Ongoing Releases 297Microsoft Dynamics 365 Release Cadence 297Release Testing 297When to Schedule Your Releases 298What to Include in Releases 299Future Enhancements 299New Functionality 299Usability 300Guardrails 301Business Intelligence 301Incorporating Dynamics Data into Your Daily Business 302Integrations 302Machine Learning and Artificial Intelligence 302Calculating Return on Investment 303ROI Checkpoints 304The Bottom Line 305CHAPTER 23 • BRINGING IT ALL TOGETHER 307Align Stage 307Define Stage 308Create Stage 311Deploy Stage 313Empower Stage 314Additional Resources 315The Bottom Line 315APPENDIX • THE BOTTOM LINE 317Chapter 1: Stages of an Implementation Overview 317Chapter 2: What to Do Before You Begin a Project 318Chapter 3: Four Keys to Consider When Buying an ERP or CRM Solution 320Chapter 4: How to Evaluate and Buy Business Application Software 322Chapter 5: Organizing Your Team for Success and Project Governance 323Chapter 6: Sprints and Tools Needed to Run Your Project 325Chapter 7: Change Management Throughout Your Project 326Chapter 8: Organizing Your Business by Processes 328Chapter 9: Independent Software Vendors—Filling Gaps and Managing Partnerships 329Chapter 10: Factors for a Successful Project Kickoff 331Chapter 11: Designing the Software Collaboratively 332Chapter 12: Requirements Gathering and Staying “In the Box” 334Chapter 13: Conference Room Pilots 335Chapter 14: Dealing with Challenges Mid-Project 337Chapter 15: Customizations vs Configurations and How You Manage Them 338Chapter 16: Data Migration—Early and Often 340Chapter 17: Environment Management and Deployments 341Chapter 18: Testing 343Chapter 19: Training for All 344Chapter 20: Going Live 346Chapter 21: Hypercare 347Chapter 22: Support and Enhance Your Project 349Chapter 23: Bringing It All Together 350Glossary 353Index 369

Regulärer Preis: 32,99 €
Produktbild für SAP SuccessFactors Talent: Volume 2

SAP SuccessFactors Talent: Volume 2

Take an in-depth look at SAP SuccessFactors talent modules with this complete guide to configuration, administration, and best practices. This two-volume series follows a logical progression of SAP SuccessFactors modules that should be configured to complete a comprehensive talent management solution. The authors walk you through fully functional simple implementations in the primary chapters for each module before diving into advanced topics in subsequent chapters.In volume 2, you will explore the development module in three more chapters by learning to configure and use development plans, career worksheets, and mentoring. Then, the book examines succession management, covering topics such as configuring, administering, and using the 9-box, the Talent Review form, nominations, succession org charts, talent pools, and succession presentations. The authors then sum up with a review of what you learned and final conclusions.Within each topic, the book touches on the integration points with other modules as well as internationalization. The authors also provide recommendations and insights from real world experience. Having finished the book, you will have an understanding of what comprises a complete SAP SuccessFactors talent management solution and how to configure, administer, and use each module within it.WHAT YOU WILL LEARN* Work with the career worksheet* Build mentoring into your SAP SuccessFactors solution* Display and update relevant talent data in a succession org chartWHO THIS BOOK IS FORImplementation partners and customers who are project managers, configuration specialists, analysts, or system administrators.SUSAN TRAYNOR is an SAP SuccessFactors Certified Professional with more than 21 years of progressive experience in SAP HCM and SuccessFactors implementations. You can follow her on LinkedIn.MICHAEL A. WELLENS, M.S. is a certified SAP SuccessFactors consultant with over 15 years of human resources information systems implementation experience. He has successfully launched a variety of core HR and talent management solutions across a variety of fortune 500 companies around the world. You can follow him on LinkedIn or on Twitter at @mike_wellens.VENKI KRISHNAMOORTHY is an SAP SuccessFactors consultant. Venki has over 15 years of experience as a functional lead, project manager, and program manager in HCM transformation projects. Venki has completed over 35 full lifecycle implementations of SuccessFactors projects across multiple modules. You can follow Venki on LinkedIn or on Twitter at @venki_sap.CHAPTER 1: DEVELOPMENT PLANS (~50 PAGES)1. What is a Career Development Plan?2. Best Practices3. Career Development Set Up in Provisioning4. Configuring the Career Development Plan5. Role-Based Permissions for the Career Development Plan6. Career Development Plan Integration with Succession7. Career Development Plan Integration with Calibration8. Career Development Plan Integration with Employee Profile9. Career Development Plan Integration with Continuous Performance Management (CPM)10. Career Development Plan Integration with Learning Management System (LMS)11. Importing Development Goals12. Using the Career Development Plan from the employee perspective13. Using the Career Development from the manager perspective14. Career Development Goal Plan ReportingCHAPTER 2: CONFIGURING CAREER WORKSHEET (~50 PAGES)* Career Worksheet* Career Worksheet Set up in Provisioning * Career Worksheet Template XML* Role Competency Expected Ratings* Readiness Meter * Gap GraphRole-Based Permissions for the Career Worksheet* Career Paths* Managing Career Paths* Role-Based Permissions for Career Paths* Import Career Paths* Suggested Roles* Configure Suggested RolesRole-Based Permissions for Suggested Roles* Role Readiness Assessment Form* Role Readiness Assessment within the Career WorksheetRole-Based Permissions for Role Readiness Assessment Form * Walkthrough of the Career Worksheet by an employee* Walkthrough of the Career Worksheet by a manager * Career Worksheet Ad hoc Reporting * Deep link to My Current Roles on the Career Worksheet * Career Worksheet Integration with Suggested Successors in Succession Org Chart Career Worksheet Integration with Employee Profile * Career ExplorerCHAPTER 3: USING CAREER WORKSHEET (~30 PAGES)1. 1. Same as above but walk through as end userCHAPTER 4: MENTORING (~40 PAGES)Mentoring Set up In Provisioning* Role-Based Permissions * Managing Mentoring Programs* Creating Open Enrollment Mentoring Programs* Creating Supervised Mentoring Programs* Creating Unsupervised Mentoring Programs* Mentee and Mentor MatchingReview Mentoring Preferences* Using Mentoring* Accessing Mentoring Programs* Mentoring Program Sign Up* Review Mentoring Requests* Set Mentor Availability* Ending Mentoring Relationships* Email Notifications* Ad hoc ReportingCHAPTER 5: SUCCESSION MANAGEMENT INTRO, 9-BOX, AND TALENT REVIEW FORM (~30 PAGES)1. What is Succession Management2. Basic Settings3. 9-Box or Matrix Grid4. Talent Review FormCHAPTER 6: CORE SUCCESSION MANAGEMENT (~50 PAGES)1. Talent Cards2. Nomination Configuration3. Succession Org ChartCHAPTER 7: SUCCESSION MANAGEMENT ADDITIONAL FEATURES ( ~25 PAGES)Talent Search1. Talent Pools2. Position Tile View3. Lineage Chart4. Succession PresentationsCHAPTER 8: CONCLUSION (~5 PAGES)1. Review of concepts across chapters2. Realizing business value and next steps

Regulärer Preis: 79,99 €
Produktbild für Ultimate Arduino Uno Hardware Manual

Ultimate Arduino Uno Hardware Manual

A manual providing up-to-date hardware information for the popular Arduino Uno, the easy to use open-source electronics platform used by hobbyists, makers, hackers, experimenters, educators and professionals.Get all the information that you need on the hardware and firmware found on Arduino Uno boards in this handy reference and user guide.- ldeal for the workbench or desktop- Contains all of the Arduino Uno hardware information in one place- Covers Arduino / Genuino Uno revision 3 and earlier boards- Easily find hardware technical specifications with explanations- Pin reference chapter with interfacing examples- Diagrams and illustrations for easy reference to alternate pin functions and hardware connections- Learn to back up and restore firmware on the board, or load new firmware- Basic fault finding and repair procedures for Arduino Uno boards- Power supply circuits simplified and explained- Mechanical dimensions split into five easy to reference diagrams- Contains circuit diagrams, parts list and board layout reference to easily locate componentsWarwick A. Smith is an electronics engineer and embedded programmer from South Africa with experience in industrial, commercial, and aerospace-related industries.Warwick has a wide interest in various fields of technology, including embedded systems hardware, software, and information technology. His writing style has been described as "clear and concise" as well as "conversational and friendly".

Regulärer Preis: 24,99 €
Produktbild für JavaScript  -  Das Handbuch für die Praxis

JavaScript - Das Handbuch für die Praxis

Seit 25 Jahren das begleitende Grundlagenwerk zu JavaScript - Durchgehend überarbeiteter Bestseller in der 7. Auflage - Deckt die Version ES2020 inkl. Tools/Extensions & Node.js ab < - Vermittelt umfassendes und tiefgehendes JavaScript-Know-how JavaScript ist die Programmiersprache des Webs und der Bestseller "JavaScript: Das Handbuch für die Praxis" seit fast 25 Jahren und über sieben Auflagen ein geschätztes Grundlagenwerk für diese Sprache. Umfassend und detailliert dokumentiert Flanagan die wichtigsten client- und serverseitigen APIs. Die 7. Auflage wurde vollständig aktualisiert und deckt die Version 2020 von JavaScript ab. Freuen Sie sich auf spannende und inspirierende Codebeispiele und neue Kapitel über Klassen, Module, Iteratoren, Generatoren, Promises und async/await. Das Buch wendet sich an JavaScript-Neulinge mit Programmierkenntnissen sowie JavaScript-Programmierende, die ihr Verständnis vertiefen wollen. Die Zeit, die Sie in die Lektüre investieren, wird sich durch eine deutlich gesteigerte Produktivität garantiert rasch auszahlen.

Regulärer Preis: 44,90 €
Produktbild für JavaScript - Das Handbuch für die Praxis (7. Auflg.)

JavaScript - Das Handbuch für die Praxis (7. Auflg.)

Seit 25 Jahren das begleitende Grundlagenwerk zu JavaScript, in 7. Auflage 04/2021JavaScript ist die Programmiersprache des Web und wird heute von mehr Softwareentwicklerinnen und -entwicklern eingesetzt als jede andere Sprache. Seit fast 25 Jahren dient ihnen dieser Bestseller als Praxishandbuch und zuverlässiger Begleiter. Die vorliegende siebte Auflage wurde vollständig aktualisiert und deckt die Version 2020 von JavaScript ab.Sie finden in diesem Buch spannende und aufschlussreiche Codebeispiele sowie neue und erweiterte Kapitel zu Klassen, Modulen, Iteratoren, Generatoren, Promises und async/await. Es richtet sich an Programmiererinnen und Programmierer, die JavaScript lernen möchten, und an alle in der Webentwicklung, die ein tieferes Verständnis für die Sprache entwickeln und sie noch besser beherrschen wollen.Unter anderem werden folgende Themen behandelt:Typen, Variablen, Operatoren, Anweisungen, Objekte und ArraysFunktionen, Klassen, Module, Iteratoren, Generatoren, Promises und async/awaitDie Standardbibliothek von JavaScript: Datenstrukturen, reguläre Ausdrücke, JSON, Internationalisierung und URLsDie Webplattform: Dokumente, Komponenten, Grafiken, Netzwerkoptionen, Speicher und ThreadsNode.js: Puffer, Dateien, Streams, Threads, Kindprozesse, Webclients und WebserverWerkzeuge und Spracherweiterungen für professionelle JavaScript-Entwickler

Regulärer Preis: 44,90 €
Produktbild für SAP SuccessFactors Talent: Volume 1

SAP SuccessFactors Talent: Volume 1

Take an in-depth look at SAP SuccessFactors talent modules with this complete guide to configuration, administration, and best practices. This two-volume series follows a logical progression of SAP SuccessFactors modules that should be configured to complete a comprehensive talent management solution. The authors walk you through fully functional simple implementations in the primary chapters for each module before diving into advanced topics in subsequent chapters.In volume 1, we start with a brief introduction. The next two chapters jump into the Talent Profile and Job Profile Builder. These chapters lay the structures and data that will be utilized across the remaining chapters which detail each module. The following eight chapters walk you through building, administering, and using a goal plan in the Goal Management module as well as performance forms in the Performance Management module. The book also expands on performance topics with the 360 form and continuous performance management in two additional chapters. We then dive into configuring the calibration tool and how to set up calibration sessions in the next two chapters before providing a brief conclusion.Within each topic, the book touches on the integration points with other modules as well as internationalization. The authors also provide recommendations and insights from real world experience. Having finished the book, you will have an understanding of what comprises a complete SAP SuccessFactors talent management solution and how to configure, administer, and use each module within it.You will:· Develop custom talent profile portlets· Integrate Job Profile Builder with SAP SuccessFactors talent modules· Set up security, group goals, and team goals in goals management with sample XML· Configure and launch performance forms including rating scales and route maps· Configure and administrate the calibration module and its best practicesSUSAN TRAYNOR is an SAP SuccessFactors Certified Professional with more than 21 years of progressive experience in SAP HCM and SuccessFactors implementations. You can follow her on LinkedIn.MICHAEL A. WELLENS, M.S. is a certified SAP SuccessFactors consultant with over 15 years of human resources information systems implementation experience. He has successfully launched a variety of core HR and talent management solutions across a variety of fortune 500 companies around the world. You can follow him on LinkedIn or on Twitter at @mike_wellens.VENKI KRISHNAMOORTHY is an SAP SuccessFactors consultant. Venki has over 15 years of experience as a functional lead, project manager, and program manager in HCM transformation projects. Venki has completed over 35 full lifecycle implementations of SuccessFactors projects across multiple modules. You can follow Venki on LinkedIn or on Twitter at @venki_sap.Chapter 1: An Introduction to SAP SuccessFactors Talent ModulesChapter 2: Talent ProfileChapter 3: Job Profile BuilderChapter 4: Basic Goal ManagementChapter 5: Alternate Goal Management Concepts and FunctionalityChapter 6: Introduction to Performance ManagementChapter 7: Performance Form Template SectionsChapter 8: Administering Performance Management FormsChapter 9: Using Performance Management FormsChapter 10: Performance Management XML and TranslationsChapter 11: Ask for Feedback, Get Feedback, Add Modifier, and Add SignerChapter 12: 360Chapter 13: Continuous Performance ManagementChapter 14: Calibration ConfigurationChapter 15: Calibration SessionsChapter 16: Conclusion

Regulärer Preis: 89,99 €