Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 2,220
- Història 1,561
- Universidad Pontificia de Salamanca (España) 1,505
- Documentales 1,157
- Engineering & Applied Sciences 827
- History 658
- Development 588
- Computer Science 583
- Església Catòlica 570
- Mapes 494
- Fonts 481
- Application software 475
- Documents pontificis 414
- Management 404
- Computer programs 359
- HTML (Document markup language) 354
- Design 352
- Web sites 336
- Web site development 318
- Iglesia Católica 298
- Data processing 295
- Fonts històriques 281
- Color 277
- Crítica e interpretación 277
- Documentos 269
- Universidad Pontificia de Salamanca, Facultad de Educación 241
- Política y gobierno 227
- Business & Economics 226
- Computer networks 226
- Operating systems (Computers) 220
-
25261por Plumley, GeorgeTabla de Contenidos: “…Adding and Removing Images from a GalleryChanging the Order or Size of Gallery Images; Using Galleries from Other Posts; Try It; Lesson 16: Adding Video and Audio; Uploading/Inserting Video; The Embed Media Button; Adding Audio; Try It; Lesson 17: Adding Documents; Uploading and Inserting a Document; What Types of Documents to Upload; Updating a Document; Try It; Part V: Managing Your Content; Lesson 18: Managing Posts and Pages; Finding Posts and Pages; Renaming, Rescheduling, and More with Quick Edit; Using Bulk Edit; Changing Your Homepage; More Admin Settings for Posts and Pages; Try It…”
Publicado 2010
Libro electrónico -
25262por Rathbone, AndyTabla de Contenidos: “…Selecting Bunches of Files or FoldersGetting Rid of a File or Folder; Copying or Moving Files and Folders; Seeing More Information about Files and Folders; Writing to CDs and DVDs; Working with Flash Drives and Memory Cards; Part II: Working with Programs and Files; Chapter 5: Playing with Programs and Documents; Starting a Program; Opening a Document; Saving a Document; Choosing Which Program Opens a File; Taking the Lazy Way with a Shortcut; The Absolutely Essential Guide to Cutting, Copying, and Pasting; Windows 7's Free Programs!…”
Publicado 2009
Libro electrónico -
25263por Callahan, C. A., 1967-Tabla de Contenidos: “…Create a New List Item; View a List Item; Edit a List Item; Modify a List View; Modify a List; Enter Data via Datasheet View; Create a New List View to Group by Category; Create a New View to Filter by Category; Customize a List; Explore Prebuilt Lists; Create New Lists with Existing Templates; Create a Custom List; The Bottom Line; Chapter 6: Introduction to Libraries; What Are Libraries?; Upload a Document; Create a New Document; Add a Required Field to a Library; Edit a Document with a Required Field; Opening or Viewing the Library with Windows Explorer; Require Check Out…”
Publicado 2008
Libro electrónico -
25264por Smart, John FergusonTabla de Contenidos: “…1.14 Manipulating XML with XMLTaskExamples; DTDs and XMLTask; Driving Ant via XMLTask; Other Tricks; Changing encodings; Maintaining documents with comments; 1.15 Conclusion; Chapter 2. …”
Publicado 2008
Libro electrónico -
25265Publicado 2015Tabla de Contenidos: “…In Praesentia : le genre historique au prisme du document -- Remploi et référence(s) -- Approches historiennes, approches littéraires. …”
Libro -
25266Publicado 2013Tabla de Contenidos: “…Chapter 7 Self Test -- Chapter 8: Objects -- Defining Objects -- Creating Objects -- Naming -- Single Objects -- Try This 8-1: Create a Computer Object -- Step by Step -- Try This Summary -- Object Structures -- Constructor Functions -- Using Prototypes -- Helpful Statements for Objects -- The for-in Loop -- The with Statement -- Try This 8-2: Practice with the Combination Constructor/Prototype Pattern -- Step by Step -- Try This Summary -- Understanding Predefined JavaScript Objects -- The Navigator Object -- The History Object -- Chapter 8 Self Test -- Chapter 9: The Document Object -- Defining the Document Object -- Using the Document Object Model -- Using the Properties of the Document Object -- Collections -- The cookie Property -- The dir Property -- The lastModified Property -- The referrer Property -- The title Property -- The URL Property -- The URLUnencoded Property -- Using the Methods of the Document Object -- The get Methods for Elements -- The open() and close() Methods -- The write() and writeln() Methods -- Using DOM Nodes -- DOM Node Properties -- DOM Node Methods -- Try This 9-1: Add a DOM Node to the Document -- Step by Step -- Try This Summary -- Creating Dynamic Scripts -- Styles in JavaScript -- Simple Event Handling -- Coding a Dynamic Script -- Try This 9-2: Try Out Property Changes -- Step by Step -- Try This Summary -- Chapter 9 Self Test -- Chapter 10: Event Handlers -- What Is an Event Handler? …”
Libro electrónico -
25267Publicado 2017Tabla de Contenidos: “…Cover -- Copyright -- Credits -- Disclaimer -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Introducing Elastic Stack -- What is Elasticsearch, and why use it? -- Schemaless and document-oriented -- Searching -- Analytics -- Rich client library support and the REST API -- Easy to operate and easy to scale -- Near real time -- Lightning fast -- Fault tolerant -- Exploring the components of Elastic Stack -- Elasticsearch -- Logstash -- Beats -- Kibana -- X-Pack -- Security -- Monitoring -- Reporting -- Alerting -- Graph -- Elastic Cloud -- Use cases of Elastic Stack -- Log and security analytics -- Product search -- Metrics analytics -- Web search and website search -- Downloading and installing -- Installing Elasticsearch -- Installing Kibana -- Summary -- Chapter 2: Getting Started with Elasticsearch -- Using the Kibana Console UI -- Core concepts -- Index -- Type -- Document -- Node -- Cluster -- Shards and replicas -- Mappings and data types -- Data types -- Core datatypes -- Complex datatypes -- Other datatypes -- Mappings -- Creating an index with the name catalog -- Defining the mappings for the type of product -- Inverted index -- CRUD operations -- Index API -- Indexing a document by providing an ID -- Indexing a document without providing an ID -- Get API -- Update API -- Delete API -- Creating indexes and taking control of mapping -- Creating an index -- Creating type mapping in an existing index -- Updating a mapping -- REST API overview -- Common API conventions -- Formatting the JSON response -- Dealing with multiple indices -- Searching all documents in one index -- Searching all documents in multiple indexes -- Searching all documents of a particular type in all indices -- Summary -- Chapter 3: Searching-What is Relevant -- Basics of text analysis…”
Libro electrónico -
25268Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: REST - What You Did Not Know -- REST fundamentals -- Principle 1 - Everything is a resource -- Principle 2 - Each resource is identifiable by a unique identifier -- Principle 3 - Manipulate resources via standard HTTP methods -- Principle 4 - Resources can have multiple representations -- Principle 5 - Communicate with resources in a stateless manner -- The REST goals -- Separation of the representation and the resource -- Visibility -- Reliability -- Scalability and performance -- Working with WADL -- Documenting RESTful APIs with Swagger -- Taking advantage of the existing infrastructure -- Summary -- Chapter 2: Getting Started with Node.js -- Installing Node.js -- Npm -- Installing the Express framework and other modules -- Setting up a development environment -- Handling HTTP requests -- Modularizing code -- Testing Node.js -- Working with mock objects -- Deploying an application -- Nodejitsu -- Microsoft Azure -- Heroku -- Self-test questions -- Summary -- Chapter 3: Building a Typical Web API -- Specifying the API -- Implementing routes -- Querying the API using test data -- Content negotiation -- API versioning -- Self-test questions -- Summary -- Chapter 4: Using NoSQL Databases -- MongoDB - a document store database -- Database modeling with Mongoose -- Testing a Mongoose model with Mocha -- Creating a user-defined model around a Mongoose model -- Wiring up a NoSQL database module to Express -- Self-test questions -- Summary -- Chapter 5: Restful API Design Guidelines -- Endpoint URLs and HTTP status codes best practices -- Extensibility and versioning -- Linked data -- Summary -- Chapter 6: Implementing a Full Fledged RESTful Service -- Working with arbitrary data -- Linking -- Implementing paging and filtering…”
Libro electrónico -
25269por Garrand, Timothy PaulTabla de Contenidos: “…The Project ManagerThe Video/Audio Director/Developer; The Photographer/Videographer; The Voice Talent and Actors; The Programmer/Coder; The Product Manager; Conclusion; References; Chapter 5 - Script and Proposal Formatting; Chapter Overview; Scripting Software; Preliminary Documents: Outlines, Proposals, and Design Documents; Storyboards, Scripts, and Final Documents; Conclusion; References; Chapter 6 - Key Points from Part I: Interactive Media and the Writer; Multimedia Defined (Chapter 1); Thinking Interactively (Chapter 1); Linking (Chapter 1)…”
Publicado 2006
Libro electrónico -
25270por Wilson, ChaunceyTabla de Contenidos: “…; Personnel, Participants, and Training; Hardware and Software; Documents and Materials; Procedures and Practical Advice on the Heuristic Evaluation Method; Planning a Heuristic Evaluation Session; Conducting a Heuristic Evaluation; After the Heuristic Evaluations by Individuals…”
Publicado 2014
Libro electrónico -
25271por Rochkind, Marc. authorTabla de Contenidos: “…""Processing""""Reports""; ""External Interfaces""; ""I18N and L10N""; ""Accessibility""; ""User Administration""; ""Billing""; ""Browsers and Platform""; ""Installation""; ""Capacity""; ""Documentation""; ""Training""; ""Support and Maintenance""; ""Conversion""; ""Use Cases""; ""When the Requirements Change""; ""Logging Requirements Changes""; ""Modifying the Requirements Document""; ""Use Cases""; ""Requirements War Stories""; ""The Runaway Developer""; ""The Arzano Ranch""; ""Agile Requirements""; ""Chapter Summary""; ""Chapter 3: Platforms and Tools""; ""Client-Server Architecture""…”
Publicado 2013
Libro electrónico -
25272Publicado 2015Tabla de Contenidos: “…; ""Monitoring""; ""Video Monitoring""; ""Keep it Organized""; ""Additional Considerations""; ""Chapter 7 The Session""; ""Insight: Bryen Hensley""; ""Documentation and Notes""; ""The Co-producer Role""; ""Working With the Voice Talent""; ""Insight: Harlan Hogan""; ""Insight: Doug James""; ""Some Tips and Tricks""; ""Documentation (Part II)""; ""Studio Weirdness""…”
Libro electrónico -
25273Publicado 2015Tabla de Contenidos: “…""Make Assertions and Be Loud, in Code and in Your Methods""""Test Code, or Better Yet, Let Code Test Code""; ""Use Existing Libraries Whenever Possible""; ""Treat Data as Read-Only""; ""Spend Time Developing Frequently Used Scripts into Tools""; ""Let Data Prove That It's High Quality""; ""Recommendations for Reproducible Research""; ""Release Your Code and Data""; ""Document Everything""; ""Make Figures and Statistics the Results of Scripts""; ""Use Code as Documentation""; ""Continually Improving Your Bioinformatics Data Skills""…”
Libro electrónico -
25274por Balmain, DavidTabla de Contenidos: “…Indexing; Index Storage; Documents, Fields, and Boosts; Documents; Fields; Boosts; Setting Up the Index; FieldInfo; :store; :index; :term_vector; FieldInfos; Basic Indexing Operations; Add; Get; Delete; Update; Indexing Non-String Datatypes; Number Fields; Date Fields; Sort Fields; Summary; Chapter 3. …”
Publicado 2008
Libro electrónico -
25275Publicado 2011Tabla de Contenidos: “…Command and Control Structure -- Corporate Culture -- Virtual Environments -- Ethics -- Physical Safety and Security -- Summary of the Organizational Infrastructure Questions -- Chapter 9 Assessment of the Personnel Infrastructure -- Employee Benefits -- Employee Compensation -- The Business-Employee Relationship -- Fair Employment Practices -- Hiring, Firing, and Everything in Between -- Employee Value and Quality -- Job Placement -- The Hero Employee -- Employee Motivation -- Employee Stability -- Employee Training -- Summary of the Personnel Infrastructure Questions -- Chapter 10 Assessment of the Financial Infrastructure -- Financial Authority and Responsibility -- Operations Linkages to the P&L, Balance Sheet, and Cash Flow Reports -- Program or Project Management -- Operations Reviews -- Labor Rate Calculations -- Product Warrantees and Guarantees -- Prescheduled Growth -- Employee Ownership and Options -- Banking -- Summary of the Financial Infrastructure Questions -- Chapter 11 Assessment of the Legal Infrastructure -- Contracts, Agreements, and Other Binding Documents -- Legal Signature Authority -- Government Contracts -- Compliance -- Intellectual Property -- Insurance -- Document Retention Policy -- Privacy Protection -- Summary of the Legal Infrastructure Questions -- Chapter 12 Assessment of the Institutionalized Processes -- Summary of the Institutionalized Processes Questions -- Appendix: Review Documents To Be Collected -- Index…”
Libro electrónico -
25276por Wright, Steve, 1966-Tabla de Contenidos: “…Getting Started; Start Communicating; Establishing a Governance Committee; Identify Stakeholders; Set the Objectives for Governance; Assign Roles and Responsibilities; Develop Governance Planning Documents; Common Document Features; The Governance Plan; Additional Planning Documents; Closing the Loop; Summary; Chapter 4: Implementing Services; What Will You Learn in This Chapter?…”
Publicado 2012
Libro electrónico -
25277Publicado 2009Tabla de Contenidos: “…How Business Events and Use Cases Relate to One AnotherRequirements Elicitation in a Use Case Structure; Process Flow Charts; Chapter 10: Test Scenarios; Writing Test Scenarios; Test Cases; The Test Specification Document; Chapter 11: Business Requirements Traceability; Traceability to an Original Business Requirement; Types of Traceability; Practical Traceability Tips; Chapter 12: Applying the XCellR8TM Approach; New Development; Reverse Engineering; Process Reengineering; Business Process Mapping; Enhancement; Appendix: Example Business Requirements Document; Glossary…”
Libro electrónico -
25278Publicado 2014Tabla de Contenidos: “…STATUTORY AND REGULATORY REQUIREMENTSSECURITY STAFF SCHEDULING; SECURITY PATROL OPERATIONS; SECURITY POLICIES; SECURITY RECORDKEEPING; SECURITY INCIDENT REPORT FOLLOW-UP; Chapter 8 - Security Training; STAFF SECURITY AWARENESS TRAINING; SECURITY OFFICER TRAINING; TRAINING DOCUMENTATION; FREQUENCY OF TRAINING; PROFESSIONAL CERTIFICATIONS; TRAINING RESOURCES; SUMMARY; Chapter 9 - Workplace Violence Risks and Vulnerabilities; VIOLENCE INDICATORS; SUSPECT PROFILING; WORKPLACE VIOLENCE RISK ASSESSMENT; DOCUMENTATION REVIEW; THREAT ASSESSMENT TEAM; PREVENTION STRATEGIES; RISK FORESEEABILITY…”
Libro electrónico -
25279por Petersen, Richard. authorTabla de Contenidos: “…""Contents at a Glance""; ""Contents""; ""About the Author""; ""Introduction""; ""Part 1: Getting Started""; ""Chapter 1: Fedora 18 Introduction""; ""Fedora Documentation""; ""Fedora 18""; ""Fedora 18 Desktop Features""; ""Fedora ISO images""; ""Fedora Custom Spins""; ""Multimedia""; ""Fedora Live DVD""; ""Starting the Live DVD""; ""Installing Fedora from a Live DVD""; ""USB Live Disk""; ""liveusb-creator""; ""livecd-iso-to-disk""; ""Live USB Persistence Storage""; ""Persistent Home Directory""; ""Fedora Logo""; ""Linux""; ""Open Source Software""; ""Linux Documentation""…”
Publicado 2013
Libro electrónico -
25280Publicado 2014Tabla de Contenidos: “…Cover; Title Page; Copyright Page; Table of Contents; Introduction; Foreword; Preface; Acknowledgments for the Third Edition; Chapter 1 A Review; Introduction; The Theatrical Space; Theatrical Stage Nomenclature; Hanging Position and Focus Nomenclature; Light Nomenclature and Mathematics; Color; Electricity and Distribution; Control; Lighting Instruments; The Staff of a Production; The Production Schedule; The Light Plot and Lighting Section; Summary; Chapter 2 Paperwork Overview; The Document Pre-Approval and Distribution Charts; Summary; Stage 1 Research and Analysis…”
Libro electrónico