Mostrando 1,801 - 1,820 Resultados de 5,772 Para Buscar '"Copi"', tiempo de consulta: 0.12s Limitar resultados
  1. 1801
    Publicado 2014
    Tabla de Contenidos: “…Making your RAW photos look more like JPEGs -- Seeing befores and afters -- Applying changes made to one photo to other photos -- Virtual copies: the "no risk" way to experiment -- Editing a bunch of photos at once using auto sync -- Using one-click presets (and making your own!) …”
    Libro electrónico
  2. 1802
    Publicado 2023
    Tabla de Contenidos: “…Storing object matrices -- Copying matrices -- Restoring transformations using the world matrix -- Creating rest offsets with the parent inverse matrix -- Writing the Elevator add-on -- Setting the environment -- Writing the first draft -- Using input properties -- Setting the height in the world matrix -- Avoiding duplicate transformations -- Adding the constraints switch -- Avoiding duplicate constraints -- Summary -- Questions -- Chapter 5: Designing Graphical Interfaces -- Technical requirements -- Areas, regions, and panels -- Creating a simple panel -- Setting the environment -- Drafting our panel add-on -- Setting display attributes -- Adding a panel to the Object Properties area -- Using layouts in our panels -- Arranging in columns and rows -- Adding frames with box layouts -- Using composite layouts -- Providing color feedback -- Checking whether an object has been selected -- Checking whether an object is active -- Drawing layouts in red or gray -- Displaying buttons -- Using the operator method -- Setting the operator's text and visibility -- Overriding an operator's settings -- Setting operator properties -- Adding buttons for our functions -- Displaying the operator properties -- Using different regions -- Summary -- Questions -- Part 2: Interactive Tools and Animation -- Chapter 6: Structuring Our Code and Add-Ons -- Technical requirements -- Folders, packages, and add-ons -- Creating a package folder and the init file -- Writing the init file -- Guidelines for separating modules -- Writing the structured panel -- Packing external images -- Writing an icon library -- Loading pictures from a folder -- Unregistering icons -- Getting the collection -- Using relative imports -- Adding a user interface -- Writing the UI module -- Importing the UI -- Completing the Objects panel -- Reloading cached modules -- Reloading via importlib…”
    Libro electrónico
  3. 1803
    Publicado 2016
    Tabla de Contenidos: “…New Methods on All Arrays -- The find() and findIndex() Methods -- The fill() Method -- The copyWithin() Method -- Typed Arrays -- Numeric Data Types -- Array Buffers -- Manipulating Array Buffers with Views -- Similarities Between Typed and Regular Arrays -- Common Methods -- The Same Iterators -- The of() and from() Methods -- Differences Between Typed and Regular Arrays -- Behavioral Differences -- Missing Methods -- Additional Methods -- Summary -- Chapter 11: Promises and Asynchronous Programming -- Asynchronous Programming Background -- The Event Model -- The Callback Pattern -- Promise Basics -- The Promise Life Cycle -- Creating Unsettled Promises -- Creating Settled Promises -- Executor Errors -- Global Promise Rejection Handling -- Node.js Rejection Handling -- Browser Rejection Handling -- Chaining Promises -- Catching Errors -- Returning Values in Promise Chains -- Returning Promises in Promise Chains -- Responding to Multiple Promises -- The Promise.all() Method -- The Promise.race() Method -- Inheriting from Promises -- Promise-Based Asynchronous Task Running -- Summary -- Chapter 12: Proxies and the Reflection API -- The Array Problem -- Introducing Proxies and Reflection -- Creating a Simple Proxy -- Validating Properties Using the set Trap -- Object Shape Validation Using the get Trap -- Hiding Property Existence Using the has Trap -- Preventing Property Deletion with the deleteProperty Trap -- Prototype Proxy Traps -- How Prototype Proxy Traps Work -- Why Two Sets of Methods? …”
    Libro electrónico
  4. 1804
    por Hahn, Marcelo Guerra
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- About the reviewers -- Table of Contents -- Preface -- Part 1: Under the Hood of C++ Programming -- Chapter 1: Building C++ Applications -- Technical requirements -- Building C++ applications -- Preprocessing -- Compiling -- Linking -- Low-level programming with C++ -- Functions -- Data and memory -- Control flow -- Details of OOP -- Class relationships -- Summary -- Chapter 2: Beyond Object-Oriented Programming -- Technical requirements -- An introduction to OOP and the C++ object model -- Understanding objects -- Low-level details of objects -- High-level details of objects -- C++ object model -- State -- Identity -- Behavior -- Mimicking a class -- Working with classes -- Classes from a compiler perspective -- Initialization and destruction -- Copying objects -- Moving objects -- An lvalue reference -- Rvalue references -- Notes on operator overloading -- Encapsulation and the public interface -- Class relationships -- Aggregation and composition -- Under the hood of inheritance and polymorphism -- Inheritance -- Polymorphism -- Virtual functions under the hood -- Classical design patterns -- The composite pattern -- The decorator pattern -- Design principles -- The single responsibility principle -- The open-closed principle -- The Liskov substitution principle -- The interface segregation principle -- The dependency inversion principle -- More UML in project design -- The sequence diagram -- Summary -- Questions -- Further reading -- Chapter 3: Understanding and Designing Templates -- Technical requirements -- Motivation for using templates -- Function templates -- Syntax -- Instantiation -- Deduction -- Specialization and overloading -- Class templates -- Syntax -- Instantiation -- Specialization -- Understanding variadic templates -- Syntax -- Examples…”
    Libro electrónico
  5. 1805
    Publicado 2024
    Tabla de Contenidos: “…Denormalization - storing multiple copies is OK -- Data that needs to be accessed together must be stored together -- Multi-table versus single-table design -- Breaking down your data -- Single table - swapping extra tables for items -- Breaking down items -- Handling large items -- Summary -- References -- Chapter 6: Read Consistency, Operations, and Transactions -- Understanding the read consistency model -- Strong consistency -- Eventual consistency -- Choosing the right read consistency mode -- Reviewing read APIs -- GetItem -- BatchGetItem -- Query -- Scan -- PartiQL read operations -- Transactions and atomicity -- Differences from traditional RDBMS transactions -- Reviewing key highlights of transactions -- Using transactional APIs in your application -- Summary -- References -- Chapter 7: Vertical Partitioning -- Understanding item collections -- Breaking down our data for vertical partitioning -- Naming conventions -- Naming conventions for attribute names -- Naming conventions for attribute values -- Future growth and expansion -- Summary -- References -- Chapter 8: Secondary Indexes -- Handling additional access patterns -- Example model - e-wallet -- Example model - app authentication -- Example model - the Employee data model -- Local secondary indexes -- Feature highlights of LSIs -- Considerations when using LSIs -- Global secondary indexes -- Feature highlights of GSIs -- Considerations when using GSIs -- Comparing secondary indexes -- Best practices for modeling data with secondary indexes -- Designing sparse indexes -- Leveraging KEYS_ONLY indexes -- Write sharding -- Indexing data with keys of low cardinality -- Designing table replicas for skewed read access -- Summary -- References -- Part 3: Table Management and Internal Architecture -- Chapter 9: Capacity Modes and Table Classes -- Diving into capacity modes…”
    Libro electrónico
  6. 1806
    por Subrata, Ghoshal
    Publicado 2002
    Tabla de Contenidos: “…Forms of Mov Instruction -- 16-Bit Data Load -- 8-Bit Data Load -- Precautions in Hexadecimal Representations -- Format of Mov Instruction -- Comparison with 8085 Mnemonics -- Operand Expressions -- Restrictions in Addressing Modes -- Reading from I/o Ports -- Solved Examples -- Summary -- Points to Remember -- Review Questions -- Evaluate Yourself -- Search for Answers -- Think and Solve -- Arithmetic Operations -- Introduction -- Add Instruction -- Addc Instruction -- Subb Instruction -- Inc Instruction -- Dec Instruction -- Summary -- Points to Remember -- Review Questions -- Evaluate Yourself -- Search for Answers -- Think and Solve -- Program Branching -- Program Branching Instructions -- Unconditional Jumps -- Ljmp Instruction -- Ajmp Instruction -- Sjmp Instruction -- Application of Ajmp and Sjmp -- Conditional Branching -- Jz Instruction -- Jnz Instruction -- Cjne Instruction -- Djnz Instruction -- Labels in Program Listing -- Nop Instruction -- Solved Examples -- Summary -- Points to Remember -- Review Questions -- Evaluate Yourself -- Search for Answers -- Think and Solve -- Programming Examples-I -- Introduction -- Copy Block -- Shift Block -- Count No. of Nulls -- Find Checksum -- Sum of Natural Numbers -- Sum of a Series -- Fibonacci Series -- Generate a Series -- Summary -- Points to Remember -- Review Questions -- Evaluate Yourself -- Search for Answers -- Think and Solve -- Subroutines And Stack -- Need of Subroutines -- Lcall Instruction -- Ret Instruction -- Acall Instruction -- Mechanism of Subroutines -- Nesting of Subroutines -- Stack -- Push Instruction -- Pop Instruction -- Other Applications of Subroutine -- Comparison with 8085 -- Solved Examples -- Parameter Passing in Subroutines -- Summary -- Points to Remember -- Review Questions -- Evaluate Yourself -- Search for Answers -- Think and Solve -- Logical Operations…”
    Libro electrónico
  7. 1807
    por Sargeant, Adrian
    Publicado 2024
    Tabla de Contenidos: “…Internal Case -- The External Case -- Case Expression or Fundraising Proposition -- Storytelling -- Collecting Stories -- What Works in Storytelling -- Structure in Storytelling -- Summary -- Discussion Questions -- References -- Chapter 9 Assessing Fundraising Performance -- Objectives -- Introduction -- Aggregate Fundraising Ratios -- The FACE ratio -- Cost Per Dollar Raised -- Conducting a Fundraising ROI Analysis -- Other Performance Measures -- Benchmarking Fundraising Cost -- Sector Benchmarking Initiatives -- The Fundraising Effectiveness Project (FEP) -- Fundraising Fitness Test -- Blackbaud Institute -- Taking Investment Decisions -- Calculating ROI -- Payback Period -- Discounted Cash Flows and Relevant Costs -- Profitability Index -- Real Rate and the Money (Nominal) Rate of Return -- Accounting for Risk -- Making the Case for Investment -- Summary -- Discussion Questions -- References -- Chapter 10 Direct Response Fundraising -- Objectives -- Introduction -- Cornerstones of Direct Response -- Acquisition Planning -- Setting Recruitment Objectives -- Segmentation -- Profiling -- Targeting -- Media Selection and Planning -- Direct Mail -- List Purchase -- Conducting a Test Mailing -- Pack Design -- List Swaps (Reciprocals) -- Unaddressed Mail -- Press and Magazine Advertising -- Free Standing Inserts (FSIs) -- Direct Dialogue -- Telephone Fundraising -- Direct Response Television (DRTV) -- Radio -- Billboards -- Two-Step Campaigns -- The Nature of the Fundraising Message -- The Case for Support -- Writing Fundraising Copy -- Illustration, Typeface, and Design -- Fulfillment -- Budgeting Control and Evaluation -- Testing -- Monitoring and Control -- Summary -- Discussion Questions -- References -- Chapter 11 Digital Fundraising -- Objectives -- Introduction -- Key Sources of Information -- Blackbaud -- M+R Benchmark Study…”
    Libro electrónico
  8. 1808
    por Monson, Philip
    Publicado 2005
    Tabla de Contenidos: “…8.9.1 Deploying a team calendar -- 8.9.2 Template Builder -- 8.10 Themes -- 8.11 Backup and recovery -- 8.12 Security: Session timeout -- 8.13 Documents -- 8.13.1 Browser support and Java Runtime Environment check -- 8.13.2 Copying documents in Windows Explorer -- 8.14 Updating Microsoft Exchange 5.5 portlets -- Appendix A. …”
    Libro electrónico
  9. 1809
    por Liberty, Jesse
    Publicado 2001
    Tabla de Contenidos: “…The event Keyword -- Using Anonymous Methods -- Retrieving Values from Multicast Delegates -- Invoking Events Asynchronously -- Callback Methods -- Part II -- Building Windows Applications -- Creating a Simple Windows Form -- Using the Visual Studio Designer -- Creating a Windows Forms Application -- Creating the Basic UI Form -- Populating the TreeView Controls -- TreeNode objects -- Recursing through the subdirectories -- Getting the files in the directory -- Handling TreeView Events -- Clicking the source TreeView -- Expanding a directory -- Clicking the target TreeView -- Handling the Clear button event -- Implementing the Copy Button Event -- Getting the selected files -- Sorting the list of selected files -- Handling the Delete Button Event -- XML Documentation Comments -- Accessing Data with ADO.NET -- Relational Databases and SQL -- Tables, Records, and Columns -- Normalization -- Declarative Referential Integrity -- SQL -- The ADO.NET Object Model -- DataTables and DataColumns -- DataRelations -- Rows -- Data Adapter -- DBCommand and DBConnection -- DataAdapter -- DataReader -- Getting Started with ADO.NET -- Using OLE DB Managed Providers -- Working with Data-Bound Controls -- Populating a DataGrid Programmatically -- Customizing the DataSet -- Programming ASP.NET Applications and Web Services -- Understanding Web Forms -- Web Form Events -- Postback versus nonpostback events -- State -- Web Form Life Cycle -- Creating a Web Form -- Code-Behind Files -- Adding Controls -- Server Controls -- Data Binding -- Examining the Code -- Adding Controls and Events -- Web Services -- SOAP, WSDL, and Discovery -- Server-Side Support -- Client-Side Support -- Building a Web Service -- Testing Your Web Service -- Viewing the WSDL Contract -- Creating the Proxy -- Testing the Web Service -- Putting It All Together -- The Overall Design…”
    Libro electrónico
  10. 1810
    por Mueller, John, 1958-
    Publicado 2011
    Tabla de Contenidos: “…Starting the List Project -- Adding the Controls -- Configuring the Controls -- Using the Code Editor -- Using the Double-Click Method -- Choosing an Event Directly -- Using the Right-Click Method -- Understanding the Code Editor Features -- Writing Some Simple Code -- Testing the List Application -- Tracing the List Application with the Debugger -- Discovering Application Functionality Through Tracing -- Creating a Breakpoint -- Viewing Application Data -- Testing a Theory -- Creating the List 2 Project -- Starting the Second List Project -- Copying the Controls -- Finessing the Controls -- Adding the Extended Code -- Tracing Through the Extended Example -- Understanding Data Types -- Testing Selection Theories -- Get Going with C# -- Using Collections to Store Data -- Understanding Arrays -- Creating the Array Project -- Starting the Array Project -- Adding the Array Project Controls -- Configuring the Array Project Controls -- Adding the Array Code -- Tracing Through the Array Example -- Testing Looping Theories -- Testing Conditional Theories -- Understanding Dictionaries -- Creating the Dictionary Project -- Starting the Dictionary Project -- Adding the Dictionary Project Controls -- Configuring the Dictionary Project Controls -- Adding the Dictionary Code -- Tracing Through the Dictionary Example -- Testing Sorting Theories -- Testing Statistical Theories -- Understanding Structures -- Creating the Structure Project -- Starting the Structure Project -- Adding the Structure Project Controls -- Configuring the Structure Project Controls -- Creating a Structure -- Adding the Structure Example Code -- Tracing Through the Structure Example -- Get Going with C# -- Working with XML -- Understanding XML -- Combining XML and LINQ -- Defining the XML_LINQ Project -- Adding and Configuring the XML_LINQ Controls -- Using the System.Xml.Linq Namespace…”
    Libro electrónico
  11. 1811
    por Chaturvedi, P. D.
    Publicado 2011
    Tabla de Contenidos: “…The Skills Required in Written Communication -- Informatory Writing -- The Purpose of Writing -- Writing to Inform -- Writing to Persuade -- Persuasive Writing -- Clarity in Writing -- Examples of Clear and Unclear Writing -- Principles of Effective Writing -- Accuracy -- Brevity -- Language, Tone, and Level of Formality -- Rewriting A Letter -- Summary -- Case: On Writing Well -- Review Your Learning -- Reflect on Your Learning -- Apply Your Learning -- Self-check Your Learning -- Endnotes -- Part III: Types of Written Business Communication -- Chapter 9: Business Letters, Memos, and E-mails -- Introduction -- Writing Routine and Good-News Letters -- Routine Claim Letters and "Yes" Replies -- Routine Request Letters and "Yes" Replies -- Routine Orders and Their "Yes" Replies -- Guidelines for a "Yes" Reply -- Guidelines for a "No" Reply -- Writing Persuasive Letters -- Writing a Persuasive Letter -- Writing Memos -- How to Write a Memo -- Uses of a Memo -- Essentials of Good Business Letters and Memos -- Simplicity -- Clarity -- Conciseness -- Standard and Neutral Language -- You-Attitude -- Sincerity and Tone -- Emphasis -- Planning, Writing, and Revising: The Three Steps of Successful Writing -- Redrafting a Memo -- Form and Layout of Business Letters -- Business-letter Styles -- Layout and Formatting Guidelines -- Writing E-mails -- Receiver's E-mail Account -- Subject Line -- Sending Copies -- A Series of E-mails -- Summary -- Case: a Reply Sent to an Erring Customer -- Review Your Learning -- Reflect on Your Learning -- Apply Your Learning -- Self-check Your Learning -- Chapter 10: Report Writing -- What Is a Report? …”
    Libro electrónico
  12. 1812
    Publicado 2010
    Tabla de Contenidos: “…When you don't know your Audience in Advance -- In Summary -- Preparing for the Communication -- Gathering and Organizing all the Necessary Support Data -- Finalizing the Mode of Communication -- Deciding the Location of Communication -- Ensuring that all the Infrastructural Elements are in Order -- Notifying all the Participants with Agenda Items and Logistical Details -- Ensuring that the Execution is Perfect -- In Summary -- Listening Skills -- Steps in Active Listening -- In Summary -- Body Language -- Postures -- The use of Hands -- Eye Contact -- Gestures -- What do you do in the Absence of Body-Language Avenues -- In Summary -- Vocal Variety: Using the Voice Channel -- Components of Vocal Variety -- Pronunciation and Articulation -- Emphasis -- Pace -- Pitch -- Volume -- Pauses and Fillers -- How do i Improve the Effectiveness of the Vocal Channel -- In Summary -- Visual Aids -- Types of Visual Aids -- Power Point Components -- Slides -- Graphics -- Use of Transitions and Animations -- Some Special Usages and Features -- In Summary -- Putting it all Together -- Organizing -- Introduction or 'Tell Them What You are Goingto Tell Them' Part -- Body of the Presentation: 'Tell Them' -- Conclusion-'Tell Them What You Told Them' -- Putting it Together -- Embellishing -- Rehearsing -- Actualization: get over Nervousness and go for it -- Odds and Ends -- How Much of this Applies to Written Communication -- Should we Distribute Copies of Slides -- Potential Embarrassing Moments -- In Summary -- Resumé Writing -- Principles of Writing a Resumé -- The Process of Putting Together a Resumé -- The Structure and Contents of a Resumé -- Some Miscellaneous Topics -- In Summary: Some dos and don'ts While Writing a Resumé -- Interviews -- Some Basic Premises a bout Interviews -- Typical Selection Process -- Before the Interview -- Interview…”
    Libro electrónico
  13. 1813
    Publicado 2010
    Tabla de Contenidos: “…Pass references instead of copies. -- Item 47. Use hashes to pass named parameters. -- Item 48. …”
    Libro electrónico
  14. 1814
    Publicado 2011
    Tabla de Contenidos: “…Best Practices in Developing Bulletproof Mobile Applications -- Summary -- References and More Information -- 28 Testing Android Applications -- Best Practices in Testing Mobile Applications -- Summary -- References and More Information -- 29 Selling Your Android Application -- Choosing the Right Distribution Model -- Packaging Your Application for Publication -- Distributing Your Applications -- Summary -- References and More Information -- VII: Appendixes -- A: The Android Emulator Quick-Start Guide -- Simulating Reality: The Emulator's Purpose -- Working with Android Virtual Devices (AVDs) -- Launching the Emulator with a Specific AVD -- Configuring the GPS Location of the Emulator -- Calling Between Two Emulator Instances -- Messaging Between Two Emulator Instances -- Interacting with the Emulator Through the Console -- Enjoying the Emulator -- Understanding Emulator Limitations -- B: The Android DDMS Quick-Start Guide -- Using DDMS with Eclipse and as a Stand-Alone Application -- Getting Up to Speed Using Key Features of DDMS -- Working with Processes -- Working with the File Explorer -- Working with the Emulator Control -- Working with Application Logging -- Taking Screen Captures of Emulator and Device Screens -- C: The Android Debug Bridge Quick-Start Guide -- Listing Connected Devices and Emulators -- Directing ADB Commands to Specific Devices -- Starting and Stopping the ADB Server -- Issuing Shell Commands -- Copying Files -- Installing and Uninstalling Applications -- Working with LogCat Logging -- Controlling the Backup Service -- Generating Bug Reports -- Using the Shell to Inspect SQLite Databases -- Using the Shell to Stress Test Applications -- Installing Custom Binaries via the Shell -- Exploring Other ADB Commands -- D: Eclipse IDE Tips and Tricks -- Organizing Your Eclipse Workspace -- Writing Code in Java…”
    Libro electrónico
  15. 1815
    por Onigbode, Yemi
    Publicado 2011
    Tabla de Contenidos: “…. -- Smart forms -- Accounting codes -- Copying a requisition -- Correcting a requisition -- Canceling a requisition…”
    Libro electrónico
  16. 1816
    Publicado 2022
    Tabla de Contenidos: “…-- A Sustainable Architecture for the Ever-Increasing Complexity of Data -- Simplified User Experience -- More Collaborative and Productive User Experience -- Data in Near Real Time -- Source Data and Combine Data Easily -- No Need to Replicate and Make Physical Copies of Data -- Improved Security and Administration -- Positive Impact on the EDW, IT, and the Business…”
    Libro electrónico
  17. 1817
    Publicado 2022
    Tabla de Contenidos: “…-- Notification summaries -- Set notification types -- View Notification Center -- Stay Focused and Undisturbed -- Set up a focus -- Turn on a focus -- Chapter 18 Making Notes -- Open a Blank Note -- Use Copy and Paste -- Insert a Picture -- Add a Drawing -- Apply a Text Style -- Create a Checklist -- Delete a Note -- Speeding Along with Quick Notes -- Chapter 19 Using Utilities -- Record Voice Memos -- Measure Distances -- Find a Missing Apple Device -- An Overview of the Home App -- Translate Words and Phrases -- Chapter 20 Troubleshooting and Maintaining Your iPad -- Keep the iPad Screen Clean -- Protect Your Gadget with a Case -- Extend Your iPad's Battery Life -- What to Do with a Nonresponsive iPad -- Update the iPadOS Software -- Restore the Sound -- Get Support -- Back Up to iCloud -- Index -- EULA…”
    Libro electrónico
  18. 1818
    Publicado 2022
    Tabla de Contenidos: “…Initializing final Fields -- Initializing Instances -- Inheriting Members -- Overriding a Method -- Redeclaring private Methods -- Hiding Static Methods -- Hiding Variables -- Writing final Methods -- Creating Abstract Classes -- Introducing Abstract Classes -- Declaring Abstract Methods -- Creating a Concrete Class -- Creating Constructors in Abstract Classes -- Spotting Invalid Declarations -- Creating Immutable Objects -- Declaring an Immutable Class -- Performing a Defensive Copy -- Summary -- Exam Essentials -- Review Questions -- Chapter 7 Beyond Classes -- Implementing Interfaces -- Declaring and Using an Interface -- Extending an Interface -- Inheriting an Interface -- Inserting Implicit Modifiers -- Declaring Concrete Interface Methods -- Working with Enums -- Creating Simple Enums -- Using Enums in switch Statements -- Adding Constructors, Fields, and Methods -- Sealing Classes -- Declaring a Sealed Class -- Compiling Sealed Classes -- Specifying the Subclass Modifier -- Omitting the permits Clause -- Sealing Interfaces -- Reviewing Sealed Class Rules -- Encapsulating Data with Records -- Understanding Encapsulation -- Applying Records -- Understanding Record Immutability -- Declaring Constructors -- Customizing Records -- Creating Nested Classes -- Declaring an Inner Class -- Creating a static Nested Class -- Writing a Local Class -- Defining an Anonymous Class -- Reviewing Nested Classes -- Understanding Polymorphism -- Object vs. …”
    Libro electrónico
  19. 1819
    Publicado 2023
    Tabla de Contenidos: “…Conclusions -- Case Study 2: Reducing Waiting Times -- Examples of Flow Improvements -- Standard Work for Assessment and Treatment -- New Management Tasks and Competency Development -- Data-Driven Management -- Results -- Conclusions -- Shared Features from the Two Case Studies -- Meaningful Goals as a True North -- Managerial Focus and Willpower -- Continuous Systematic Improvement Works Locally and across the Organisation -- Management Decisions Driven by Data, Facts and Knowledge -- The Importance of Courage and PDSA Thinking -- Let Someone Pave the Way: Model Cell Thinking -- Copy Kaizen and Gemba -- Creating a Sense of Purpose: Patient Experienced Value and 'What Is in It for Me' -- Conclusion -- Learning Points -- Additional Resource -- Acknowledgements -- Bibliography -- Chapter 8 Organisation-Wide Implementation of Lean in Iceland -- Aims -- Introduction -- Context -- Our Strategic Priorities -- The Improvement School -- Our Lean Journey -- Case Studies -- Initial Project-Based Work -- Kaizen Events -- Daily Huddles -- Production and Improvement Boards -- Gemba -- The Communication Compact -- Using Social Media to Influence Patient Flow -- Communicating with Patients and the Public -- 3P: Production Preparation Process -- Rapid Process Improvement Workshop on a Medication Process -- Conclusion -- Learning Points -- Acknowledgements -- Bibliography -- Chapter 9 Improving Learning Disabilities Services with Lean Design: A Case Application of the 3P Method -- Aims -- Introduction -- Case Example -- Background -- Design Space -- Experience of Lean -- Intervention (Lean 3P) -- Scoping and Planning -- Time-Out Design Workshop -- Follow-Up -- Outcomes -- Proposed Servicescape -- Project Brief -- Construction and Post-Build -- Lessons Learned -- Lean Principles -- Participation -- Prototyping -- Pathway Modelling -- Summary and Implications…”
    Libro electrónico
  20. 1820
    Publicado 2023
    Tabla de Contenidos: “…-- Notification summaries -- Set notification types -- View Notification Center -- Stay Focused and Undisturbed -- Set up a focus -- Turn on a focus -- Chapter 18 Making Notes -- Open a Blank Note -- Use Copy and Paste -- Insert a Picture -- Add a Drawing -- Apply a Text Style -- Create a Checklist -- Delete a Note -- Speeding Along with Quick Notes -- Smarten Things Up -- Chapter 19 Using Utilities -- Record Voice Memos -- Measure Distances -- Find a Missing Apple Device -- Get the Latest Weather Updates and Alerts -- Translate Words and Phrases -- Chapter 20 Troubleshooting and Maintaining Your iPad -- Keep the iPad Screen Clean -- Protect Your Gadget with a Case -- Extend Your iPad's Battery Life -- What to Do with a Nonresponsive iPad -- Update the iPadOS Software -- Restore the Sound -- Get Support -- Back Up to iCloud -- Index -- EULA…”
    Libro electrónico