Mostrando 30,001 - 30,020 Resultados de 41,870 Para Buscar '"Documental"', tiempo de consulta: 0.22s Limitar resultados
  1. 30001
    por Rydin, Thor
    Publicado 2023
    Tabla de Contenidos: “…(A) Huizinga's notes. In this document he describes his first car trip. (B) Huizinga on holiday with his children Leonhard, Jakob and Retha, year unknown. …”
    Libro electrónico
  2. 30002
    Publicado 2024
    Tabla de Contenidos: “…Writing a Research Proposal -- Writing Early Drafts of a Proposal -- Characteristics of a Good Proposal -- A Proposal Is a Straightforward Document -- A Proposal Is Not a Literary Production -- A Proposal Is Clearly Organized -- Organizing and Writing a First Draft -- Practical Application: Writing and Revising Your Proposal -- Guidelines: Writing a First Draft -- Guidelines: Revising Your Proposal in One or More Subsequent Drafts -- Further Scrutinizing and Strengthening Your Proposal -- Practical Application: Addressing Weaknesses in Your Proposal -- Checklist: Evaluating an Early Draft of a Research Proposal -- Preregistering a Proposed Research Project -- Example of a Research Proposal -- Analysis Of A Student Research Proposal 3 -- Summary -- For Further Reading -- Part III: Research Designs -- Chapter 6. …”
    Libro electrónico
  3. 30003
    Publicado 2017
    Tabla de Contenidos: “…Summary -- Introduction -- Exploitation of Natural Forest and the Needs of the Future -- Domestication of Underutilized Timber Species -- Experience with Triplochiton scleroxylon -- Experience with other timber producing species -- Domestication of Species for Fruit and Other Forest Products -- Plantations in the Tropics -- Acknowledgments -- 12 Tree Domestication in Tropical Agroforestry -- Summary -- Introduction -- Origins and Concepts of Domestication -- Objectives of Tree Domestication -- Selection of Tree Species -- Tree Domestication Strategies -- Germplasm Sourcing, Documentation, and Deployment -- Tree Improvement Research -- Participatory Domestication -- Case Studies -- Prunus africana -- Dacryodes edulis -- Recommendations: Future Developments -- 13 Agroforestry Tree Products (AFTPs): Targeting Poverty Reduction and Enhanced Livelihoods -- Summary -- Introduction -- Trees -- The Origins of Tropical Tree Domestication -- The Participatory Tree Domestication Approach-the Case of West and Central Africa -- Identification, Capture, Retention, and Protection of Genetic Diversity -- Cultivation and the Growth of Cultivars -- Markets -- Economic and Social Benefits from Trading AFTPs -- The Linkages between the Domestication and Commercialization of AFTPs. -- Winners and Losers: Impacts on Livelihoods -- Features of this Agroforestry Approach to Rural Development -- Policy Guidelines -- Development Issues for the Future -- 14 Tree Domestication in Agroforestry: Progress in the Second Decade (2003-2012) -- Summary -- Introduction -- The First Decade (1992-2002) -- The Second Decade (2003-12) -- The Humid Lowlands of West and Central Africa -- The Drylands of the Sahel -- Woody Savannah of Southern Africa -- East Africa -- Latin America -- Asia -- Oceania -- Recent Developments in Agroforestry Tree Improvement -- Molecular Genetics…”
    Libro electrónico
  4. 30004
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction to Python -- Chapter 1: Python's Integration with Blender -- Technical requirements -- Installing Blender -- Installing Blender on Windows -- Installing multiple versions on macOS -- The Scripting workspace - first steps with Python -- The Python console -- The Info Log -- The Text Editor -- External editor - Visual Studio Code -- Loading our scripts folder -- Keeping Blender's text blocks in sync -- Version control and backup -- Initializing the repository -- Making changes -- Summary -- Questions -- Chapter 2: Python Entities and API -- Technical requirements -- Useful features of Python -- Options for developers -- Python console's utilities -- Accessing Blender modules -- The bpy module -- API documentation -- Accessing Blender data -- Creating new objects -- Removing elements -- Understanding the user context -- Summary -- Questions -- Chapter 3: Creating Your Add-Ons -- Technical requirements -- Installing our add-ons in Blender -- Add-on requirements -- Installation -- Uninstall -- The scripts path -- Creating our first add-on - object collector -- Operators -- Writing a basic operator -- Loading operators in our add-on -- Running our add-on -- Refreshing the add-on list -- Running from the Search Toolbar -- Improving our code -- Saving our edits automatically -- Ignoring bytecode files (.pyc) -- Fixing the operator logic -- Reloading scripts -- Avoiding re-assignment errors -- Our final operator -- Extending menus -- Summary -- Questions -- Chapter 4: Exploring Object Transformations -- Technical requirements -- Moving objects in space -- Transforming objects -- Transforming objects indirectly -- Using Object Constraints -- Using object hierarchies -- Understanding the transform matrix -- Accessing matrices…”
    Libro electrónico
  5. 30005
    Publicado 2004
    Tabla de Contenidos: “…Introduction to network performance monitoring -- 1.1 Introduction -- 1.2 The automation blueprint -- 1.3 IBM Tivoli Monitoring for Network Performance -- 1.4 Redbook environment and scope -- 1.5 Document organization -- Chapter 2. Components and architecture -- 2.1 Components and functions -- 2.2 Web application -- 2.2.1 Web application structure -- 2.2.2 Web application user interface functions -- 2.2.3 Role-based security -- 2.2.4 Problem determination for Web application -- 2.3 Monitor functions -- 2.3.1 Process structure of the monitor -- 2.3.2 Files used by the monitor -- 2.3.3 Performance data sources -- 2.3.4 Setting options -- 2.3.5 Problem determination for the monitor -- 2.4 Communication and security -- 2.4.1 User authentication mechanism -- 2.4.2 Communication port usage -- 2.4.3 Certificates and authentication with SSL -- 2.4.4 Transport between DB2 and monitor -- 2.5 Database structure -- 2.5.1 Configuration tables -- 2.5.2 Measurement tables -- Chapter 3. …”
    Libro electrónico
  6. 30006
    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
  7. 30007
    por Pathak, Bharati V.
    Publicado 2010
    Tabla de Contenidos: “…Development of the Stock Market in India -- Post-reforms Market Scenario -- Regulation of Stock Exchanges -- Organisation, Management and Membership of Stock Exchanges -- Demutualisation of Stock Exchanges -- Listing of Securities -- Central Listing Authority -- The SEBI (Central Listing Authority) Regulations, 2003 -- Risk Management -- Trading Rules and Regulations -- Circuit Breakers -- Trading Arrangements -- Trading and Settlement -- Dematerialisation of Securities -- Internet Trading -- Stock Market Index -- Methodologies for Calculating the Index -- Global Stock Market Indices -- Major Indices in India -- Stock Exchanges -- The Bombay Stock Exchange -- BSE Milestones -- Carry Forward Deals, or Badla -- Badla Mechanism -- Advantages -- Listing Categories -- BSE Indices -- Trends in Turnover on the BSE -- Conclusion -- The National Stock Exchange of India -- Membership Pattern on the NSE -- Indices -- National Securities Clearing Corporation Limited -- Margin Requirements -- Capital Market Segment of the NSE -- Conclusion -- The Over the Counter Exchange of India (OTCEI) -- Trading Documents on the OTCEI -- Advantages of OTCEI -- Steps to Improve Turnover on the OTCEI -- Conclusion -- The Inter-Connected Stock Exchange of India LTD -- Regional Stock Exchanges -- Indo Next -- Measures to Boost Liquidity in the Secondary Market -- Investment by Foreign Institutional Investors in the Indian Stock Market -- Depositories -- Buy Back of Shares -- Conclusion -- Market Making System -- Stock Lending and Borrowing (SLB) -- Conclusion -- Rolling Settlement -- Conclusion -- Straight Through Processing (STP) -- Margin Trading -- Conclusion -- Impact of Reforms and Measures on Secondary Market Activities -- Conclusion -- Key Terms -- Summary -- Review Questions -- References -- Chapter 9: The Derivatives Market -- Introduction…”
    Libro electrónico
  8. 30008
    Publicado 2010
    Tabla de Contenidos: “…-- Time Management-Attitude is Everything -- Steps in Time Management -- Planning your Time -- Prioritizing the Tasks -- Estimating the Time for Each Task -- Documenting the Schedule -- Referring, Tracking and Revising the Schedule -- Time Management-Best Practices -- Time Management-the Killers -- In Summary -- Stepping up to the Plate -- Anatomy of Stepping up to the Plate -- Some Components of 'Stepping Up -- How Life Changes After Stepping Up -- In Summary -- When Things go way Wrong at the Workplace -- Anticipate-be Prepared -- Accept that you Cannot Anticipate Everything -- Be Alert and have your Antennae Up -- Act on Alternatives when Disaster Strikes -- A Ssimilate the Lessons Learnt -- In Summary -- Tying it all Together: Work your way to Success -- Dimensions of Hard Work -- Hard Work-how to get Most out of it -- Visualize -- Organize and Prioritize -- Practise -- Exercise Judgement -- Recharge Yourself -- Some Work Killers and Myths About Hard Work -- In Summary -- Understanding the Communication Cycle -- Communication and Communication Cycle -- Modes of Communication -- In Summary -- Distortion in Communication -- Barriers to Communication -- Distortion Through the Stages of Communication -- How Distortion Occurs in Various Business-Communication Scenarios -- Presentations -- Group Meetings -- Status Meetings -- Written Communication -- Distortion in Communication Within Globally Distributed Teams -- In Summary -- The 'why' and 'to Whom' Parts of Communication: Knowing the Objective of Communication and Audience Analysis -- Starting to Understand the Objectives of Communication -- Audience Analysis -- Putting the Objectives and Audience Analysis Together…”
    Libro electrónico
  9. 30009
    Publicado 2017
    Tabla de Contenidos: “…Putting it all together -- A simple file browser -- Electron -- Electron processes -- The renderer process -- Vue.js -- Summary -- Chapter 5: Managing Many Simultaneous Client Connections -- Understanding concurrency -- Concurrency is not parallelism -- Routing requests -- Understanding routes -- Using Express to route requests -- Using Redis for tracking client state -- Storing user data -- Handling sessions -- Cookies and client state -- A simple poll -- Authenticating connections -- Basic authentication -- Handshaking -- Using JSON Web Tokens for authentication -- Summary -- Further reading -- Chapter 6: Creating Real-Time Applications -- Introducing AJAX -- Responding to calls -- Creating a stock ticker -- Bidirectional communication with socket.io -- Using the WebSocket API -- socket.io -- Drawing collaboratively -- Listening for Server Sent Events -- Using the EventSource API -- The EventSource stream protocol -- Asking questions and getting answers -- Building a collaborative document editing application -- Summary -- Chapter 7: Using Multiple Processes -- Node's single-threaded model -- The benefits of single-threaded programming -- Multithreading is already native and transparent -- Creating child processes -- Spawning processes -- Forking processes -- Buffering process output -- Communicating with your child -- Sending messages to children -- Parsing a file using multiple processes -- Using the cluster module -- Cluster events -- Worker object properties -- Worker events -- Using PM2 to manage multiple processes -- Monitoring -- Process files -- Real-time activity updates of multiple worker results -- Summary -- Chapter 8: Scaling Your Application -- When to scale? …”
    Libro electrónico
  10. 30010
    Publicado 2017
    Tabla de Contenidos: “…-- Preparing, training, and testing data -- Building the corpus with tokenization and data cleaning -- Document feature matrices -- Training models with cross validation -- Training our first predictive model -- Improving speed with parallelization -- Computing predictive accuracy and confusion matrices -- Improving our results with TF-IDF -- Adding flexibility with N-grams -- Reducing dimensionality with SVD -- Extending our analysis with cosine similarity -- Digging deeper with sentiment analysis -- Testing our predictive model with unseen data -- Retrieving text data from Twitter -- Summary -- Chapter 7: Developing Automatic Presentations -- Required packages -- Why invest in automation? …”
    Libro electrónico
  11. 30011
    Publicado 2017
    Tabla de Contenidos: “…. -- Applying batch code fixes (FixAll) across different scopes: document, project, and solution -- Getting ready -- How to do it... -- Creating a custom FixAllProvider to fix all occurrences of an issue across a scope -- Getting ready -- How to do it... -- How it works... -- Creating a CodeRefactoringProvider to refactor source code to recommend using C# 7.0 tuples -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a CompletionProvider to provide additional intellisense items while editing code. -- Getting ready -- How to do it... -- How it works... -- Writing unit tests for a CodeFixProvider -- Getting ready -- How to do it... -- How it works... -- Chapter 4: Improving Code Maintenance of C# Code Base -- Introduction -- Configuring C# code style rules built into Visual Studio 2017 -- Getting ready -- How to do it... -- How it works... -- There is more... -- Using the .editorconfig file for configuration of code style rules -- Getting ready -- How to do it... -- How it works... -- Using the public API analyzer for API surface maintenance -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using third-party StyleCop analyzers for code style rules -- Getting ready -- How to do it... -- How it works... -- Chapter 5: Catch Security Vulnerabilities and Performance Issues in C# Code -- Introduction -- Identifying configuration-related security vulnerabilities in web applications -- Getting ready -- How to do it... -- How it works... -- Identifying cross-site scripting vulnerabilities in view markup files (.cshtml, .aspx files) in web applications -- Getting ready -- How to do it... -- How it works... -- Identifying insecure method calls that can lead to SQL and LDAP injection attacks…”
    Libro electrónico
  12. 30012
    Publicado 2017
    Tabla de Contenidos: “…Definition of test scopes -- Unit tests -- Component tests -- Integration tests -- System tests -- Performance tests -- Stress tests -- Implementing tests -- Unit tests -- Implementation -- Technology -- Component tests -- Motivation -- Implementation -- Delegating test components -- Technology -- Integration tests -- Embedded containers -- Embedded databases -- Running integration tests -- Code level integration tests versus system tests -- Shortcomings of integration tests -- Shortcomings of system tests -- Conclusion -- System tests -- Managing test scenarios -- Simulating external concerns -- Designing system tests -- Deploying and controlling external mocks -- Performance tests -- Motivation -- Key performance indicators -- Developing performance tests -- Insights -- Running tests locally -- Maintaining test data and scenarios -- Importance of maintainable tests -- Signs of lack of test quality -- Test code quality -- Test technology support -- Summary -- Chapter 8: Microservices and System Architecture -- Motivations behind distributed systems -- Challenges of distribution -- Communication overhead -- Performance overhead -- Organizational overhead -- How to design systems landscapes -- Context maps and bounded contexts -- Separation of concerns -- Teams -- Project life cycles -- How to design system interfaces -- API considerations -- Interface management -- Change-resilient APIs -- Breaking the business logic -- Hypermedia REST and versioning -- Documenting boundaries -- Consistency versus scalability -- Event sourcing, event-driven architectures, and CQRS -- Shortcomings of CRUD-based systems -- Scalability -- Competing transactions -- Reproducibility -- Event sourcing -- Benefits -- Eventually consistent real world -- Event-driven architectures -- Eventual consistency in event-driven architectures -- Enter CQRS -- Principles -- Design…”
    Libro electrónico
  13. 30013
    Publicado 2018
    Tabla de Contenidos: “…Develop a Future-State Targeted Operational Document -- Activity 4. Ensure Organizational Alignment -- Activity 5. …”
    Libro electrónico
  14. 30014
    Publicado 2010
    Tabla de Contenidos: “…Sharing a Printer -- Printing a Document with Print Preview -- Viewing and Managing the Print Queue -- Viewing Fonts -- Using the ClearType Wizard -- CHAPTER 7 WORKING WITH WINDOWS MEDIA PLAYER -- Playing an Audio CD from the Windows Desktop -- Playing an Audio CD from Windows Media Center -- Ripping (Copying) an Audio CD -- Playing Albums -- Playing Individual Tracks -- Setting Up Playlists -- Burning (Creating) a Music CD -- Viewing DVDs with Windows Media Player -- Viewing Video Clips with Windows Media Player -- CHAPTER 8 WINDOWS MEDIA CENTER -- Opening and Configuring Windows Media Center -- Configuring the TV Signal -- Viewing the Program Guide -- Watching TV -- Recording TV -- Searching for TV Shows and Movies -- Viewing Photos in a Slide Show -- Viewing Photos by Tags and Dates -- Changing Slide Show Settings -- Watching Recorded TV -- Deleting a TV Recording -- Managing Recordings -- Watching Videos -- Playing Music -- Playing and Ripping a CD -- Starting a Game from Windows Media Center -- Quitting WMC -- CHAPTER 9 GAMING -- Using the Games Explorer -- Learning More About a Game -- Playing, Saving, and Continuing a Game -- Adding a New Game to Games Explorer -- Setting Up Game Updates and Options -- CHAPTER 10 BROWSING THE INTERNET -- The Internet Explorer 8 Interface -- Entering a Website Address (URL) -- Setting Your Home Page -- Working with Tabs -- Opening a Link -- Using the Favorites Bar -- Adding Favorites to the Favorites Bar -- Adding Favorites to the Favorites Menu -- Saving a Tab Group as a Favorite -- Using Suggested Sites -- Opening a Favorite Website or Tab Group -- Using Compatibility View -- Viewing RSS Feeds -- Using Page Zoom -- Using Accelerators -- Using InPrivate Browsing -- Disabling an Add-On -- Managing Popups -- Setting Internet Privacy Features -- Deleting Selected Items from Your History List…”
    Libro electrónico
  15. 30015
    Publicado 2010
    Tabla de Contenidos: “…-- Writing Your Press Release -- The Anatomy of a Press Release -- Developing the Body Copy -- Embedded Links -- Attaching Multimedia to Your Press Release -- Press Release Signature -- Publishing and Distributing Your Press Release -- When to Launch Your Press Release -- 10 Pricing Your App -- Competing Against Free Apps -- Be Found -- Make Your App Better -- Make Your App More Intuitive -- Provide Better Graphics -- Create Documentation -- Offer Some Technical Support -- Develop a Reputation for Customer Service -- Go Viral -- Some Pricing Misconceptions -- Offer a Free Version of Your App -- Setting Your App's Price -- 11 Conducting an App Pricing Analysis -- Cost/Benefit Analysis -- Quantifying App Development Costs -- Quantifying the Benefits -- Performing a Cost/Benefit Comparison -- Breakeven Analysis -- Some Caveats -- 12 Selling Value over Price -- Selling Value -- Selling Quality -- Selling Usefulness -- Selling Return on Investment -- Additional Thoughts on Selling Value -- 13 Breaking into the App Store Top 100 -- Develop a Great App -- Beat Up Your App Mercilessly -- Have Friends in High Places -- Cross-Promote -- Price It Right -- Integrate Your App with Other Apps -- Optimize Your Web and App Store Copy -- Develop Your Brand and Promote It Like Crazy -- Reach Out to Apple…”
    Libro electrónico
  16. 30016
    Publicado 2010
    Tabla de Contenidos: “…The Java Virtual Machine Initialization Phase -- The wsadmin Environment Initialization Phase -- The Connection Phase -- Defining the Scripting Language -- Trace-Related Options -- wsadmin Profile Script Files -- Commands and Script Files -- Interactive/Interpretive wsadmin Session -- Summary -- Chapter 7 Introduction to Admin Objects -- The Administrative Scripting Objects -- Help for the Help Object -- Help for MBeans -- Help for MBean Attributes -- Help for MBean Operations -- Help for Additional MBean Information -- Help for Other Administrative Objects -- Help for WebSphere Messages -- Useful Information -- Summary -- Chapter 8 The AdminConfig Object -- AdminConfig Overview -- Configuration Identifier (config ID) -- Containment Path -- Configuration Types -- Using a config ID -- Show and Tell Methods -- Create and Modify Methods -- Configuration Verification/Validation -- Document Manipulation Methods -- Miscellaneous Methods -- Summary -- Chapter 9 The AdminControl Object -- Environment Information and Manipulation -- MBean Support Methods -- Objects, Names, and Instances -- Attribute-Related Methods -- Miscellaneous Methods -- *_jmx Methods -- Summary -- Chapter 10 The AdminApp Object -- Application Informational Methods -- Application Installation Methods -- Edit, Update, and Uninstall -- Miscellaneous AdminApp Methods -- Summary -- Chapter 11 The AdminTask Object-Server Management -- Introduction -- Simple One-Line Examples -- ServerType-Related Methods -- Creating Servers and Clusters -- Server-Related Commands -- create*Server Optional and Required Steps -- Server Template-Related Commands -- JVM-Related Methods -- JVM System Properties -- JVM Properties -- z/OS-Specific Methods -- Miscellaneous ServerManagement Methods -- Reference Section -- Node Group Command Group and Core Group Command Group -- createCoreGroup -- createNodeGroup…”
    Libro electrónico
  17. 30017
    Publicado 2011
    Tabla de Contenidos: “…22 Extending Android Application Reach -- Enhancing Your Applications -- Working with App Widgets -- Working with Live Wallpapers -- Acting as a Content Type Handler -- Determining Intent Actions and MIME Types -- Making Application Content Searchable -- Working with Live Folders -- Summary -- References and More Information -- 23 Managing User Accounts and Synchronizing User Data -- Managing Accounts with the Account Manager -- Using Backup Services -- Summary -- References and More Information -- 24 Handling Advanced User Input -- Working with Textual Input Methods -- Exploring the Accessibility Framework -- Working with Gestures -- Handling Common Single-Touch Gestures -- Working with the Trackball -- Handling Screen Orientation Changes -- Summary -- References and More Information -- 25 Targeting Different Device Configurations and Languages -- Maximizing Application Compatibility -- Designing User Interfaces for Compatibility -- Providing Alternative Application Resources -- Internationalizing Applications -- Targeting Different Device Configurations -- Summary -- References and More Information -- VI: Deploying Your Android Application to the World -- 26 The Mobile Software Development Process -- An Overview of the Mobile Development Process -- Choosing a Software Methodology -- Gathering Application Requirements -- Assessing Project Risks -- Writing Essential Project Documentation -- Leveraging Configuration Management Systems -- Designing Mobile Applications -- Developing Mobile Applications -- Testing Mobile Applications -- Deploying Mobile Applications -- Supporting and Maintaining Mobile Applications -- Summary -- References and More Information -- 27 Designing and Developing Bulletproof Android Applications -- Best Practices in Designing Bulletproof Mobile Applications -- Avoiding Silly Mistakes in Android Application Design…”
    Libro electrónico
  18. 30018
    Publicado 2011
    Tabla de Contenidos: “…Common Problems with Presentations -- The Central Tenets of Presentations -- Point Counterpoint -- Qualities of an Effective Presenter -- Presentation Strategies -- Purpose -- Audience -- Context -- Technique -- Preparation and Delivery -- Collecting Information -- Organizing Information -- Communication Bytes 9.1 -- Structure of a Presentation -- Opening, Closing, and Sustaining the Presentation -- The Opening -- Communication Bytes 9.2 -- The Middle -- The Ending -- Getting Ready to Deliver a Presentation -- Delivery Outline -- Stage Fright and Speech Anxiety -- How to Deal with Stage Fright Successfully -- Information Bytes 9.1 -- An Ideal Presenter -- Body Language and Presentations -- Visual Cues -- Vocal and Verbal Enhancements in a Presentation -- Handling Questions -- Preparing Visual Aids -- Summary -- Assess Your Knowledge -- Use Your Knowledge -- Web-based Exercises -- Further Reading -- Endnotes -- Chapter 10: Introduction to Business Writing -- Introduction -- Poor Writing and Liability -- Information Bytes 10.1 -- Technology and Writing -- Academic Writing and Business Writing -- Point Counterpoint -- Roadblocks to Writing on the Job -- Educational Barriers -- Professional Barriers -- Grammar -- Punctuation: Background -- Commas (,) -- Semicolons [ -- ] -- Inverted Commas ('/' and ''/") -- En Dashes and Em Dashes (- and -) -- Developing Words, Sentences, and Paragraphs -- Use Concrete Words -- Use Jargon with Care -- Use Active Verbs -- Use I and We Correctly -- Avoid Discriminatory Language -- Developing Sentences -- Sentences: The Long and Short of it -- Direct and Indirect Statements -- Positive and Negative Expressions -- Organizing Paragraphs -- Communication Bytes 10.1 -- Messages -- Sender-centric and Receiver-centric Messages -- Information Patterns -- Document Layout -- Headings and Sub-headings -- Chunking -- White Space…”
    Libro electrónico
  19. 30019
    por Onigbode, Yemi
    Publicado 2011
    Tabla de Contenidos: “…. -- Reviewing the employee setup -- Reviewing the Position Hierarchy -- Reviewing the document types -- Reviewing the approval groups -- Reviewing the approvals assignment -- Creating suppliers -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a contact -- Creating a bank account -- Reviewing the accounting details -- Reviewing the purchasing options -- Setting the receiving options -- Setting the payment details -- Creating purchase orders -- Getting ready -- How to do it... -- There's more... -- Using Blanket Purchase Agreements (BPA) -- Viewing the agreement in iProcurement -- Using Contract Purchase Agreements (CPAs) -- Using the contract in iProcurement -- Reviewing the purchasing options -- Approving purchase orders and agreements -- See also -- Receiving Items -- Getting ready -- How to do it... -- There's more... -- Express Receiving -- Returning Items -- Correcting receipts -- Viewing receipts -- Reviewing receiving options -- Reviewing procurement accounting transactions -- How to do it... -- How it works... -- There's more... -- The Receiving Inventory Account -- Inventory AP Accrual Account -- Expense AP Accrual Account -- Material Cost Account -- PO Distribution Charge Account -- Financial options -- See also -- 3. …”
    Libro electrónico
  20. 30020
    Publicado 2012
    Tabla de Contenidos: “…Self Test Answers -- Lab Answer -- 9 Risk Management Strategy and Controls -- Classify Information Types into Levels of CIA Based on Organization/Industry -- Determine the Aggregate Score of CIA -- Determine the Minimum Required Security Controls Based on Aggregate Score -- Conduct System-Specific Risk Analysis -- Make Risk Determination -- Decide Which Security Controls Should Be Applied Based on Minimum Requirements -- Implement Controls -- Enterprise Security Architecture (ESA) Frameworks -- Continuous Monitoring -- Two-Minute Drill -- Q&amp -- A Self Test -- LAB QUESTION -- Self Test Answers -- Lab Answer -- 10 E-discovery, Data Breaches, and Incident Response -- E-discovery -- Data Breach -- System Design to Facilitate Incident Response, Taking into Account Types of Violations -- Incident and Emergency Response -- Two-Minute Drill -- Q&amp -- A Self Test -- Lab Question -- Self Test Answers -- Lab Answer -- 11 Security and Privacy Policies -- Policy Development and Updates in Light of New Business, Technology, and Environment Changes -- Process/Procedure Development and Updates in Light of Policy, Environment, and Business Changes -- Support Legal Compliance and Advocacy by Partnering with HR, Legal, Management, and Other Entities -- Use Common Business Documents to Support Security -- Use General Privacy Principles for PII/Sensitive PII -- Support the Development of Policies -- Two-Minute Drill -- Q&amp -- A Self Test -- Lab Question -- Self Test Answers -- Lab Answer -- Part III: Research and Analysis -- 12 Industry Trends -- Ongoing Security Research -- Situational Awareness -- Research Security Implications of New Business Tools -- Global Information Assurance Industry/Community -- Security Requirements for Contracts -- Two-Minute Drill -- Q&amp -- A Self Test -- Lab Question -- Self Test Answers -- Lab Answer -- 13 Enterprise Security…”
    Libro electrónico