Mostrando 521 - 540 Resultados de 6,504 Para Buscar '"The Set Up"', tiempo de consulta: 0.12s Limitar resultados
  1. 521
    Publicado 2018
    Tabla de Contenidos: “…Supporting screen readers -- Summary -- Chapter 6: API Data Access -- Creating an API with Microsoft's Azure App Service -- Browsing and adding data -- Creating a base HTTP service -- Creating an API data service -- Updating the TripLog app ViewModels -- Offline data caching -- Adding the Akavache library -- Maintaining an offline data cache -- Summary -- Chapter 7: Authentication -- Adding identity and authentication to Azure Mobile Apps -- Setting up permissions -- Setting up an identity provider -- Creating an authentication service -- Adding a sign in page -- Summary -- Chapter 8: Testing -- Unit testing -- Testing ViewModels -- Running unit tests in Visual Studio -- Summary -- Chapter 9: App Monitoring -- Mobile app analytics and crash reporting -- Visual Studio App Center -- Setting up Visual Studio App Center -- Creating an analytics service -- Tracking exceptions and events -- Summary -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  2. 522
    Publicado 2016
    Tabla de Contenidos: “…Chapter 5: Working in SalesforceManaging Records; Detailing the Record; Reviewing Activities; Creating Activities; Organizing and Viewing Activities; Updating Activities; Understanding Email Fields in Salesforce; Setting Up Your Email; Sending Email from Salesforce; Sending Mass Email; Getting Help and Setting Up; Chapter 6: Collaborating in the Cloud; Preparing to Use Chatter; Understanding Key Chatter Terms; Turning On Chatter; Locating Chatter on Your Home Page; Profiling Yourself; Keeping Everyone Informed with Posts; Choosing What to Follow; Being Part of a Group…”
    Libro electrónico
  3. 523
    Publicado 2015
    Tabla de Contenidos: “…""Cover""; ""Copyright""; ""Credits""; ""About the Author""; ""Acknowledgments""; ""About the Reviewers""; ""www.PacktPub.com""; ""Table of Contents""; ""Preface""; ""Chapter 1: Getting Started""; ""Introduction""; ""Getting started with the WebGL renderer""; ""Getting started with the Canvas renderer""; ""Getting started with the CSS 3D renderer""; ""Detecting WebGL support""; ""Setting up an animation loop""; ""Determining the frame rate for your scene""; ""Controlling the variables used in the scene""; ""Setting up a local web server with Python""…”
    Libro electrónico
  4. 524
    por Gauvin, Gary. author
    Publicado 2015
    Tabla de Contenidos: “…; Setting up the Workspace; Adding a Solution/Project to a Team Project; Checking In and Out; Branching and Merging; Branching; Merging; Managing Work; Setting up a Team; Summary; Chapter 7: Maintaining Team Foundation Server; Get Up to Date; Disk Space…”
    Libro electrónico
  5. 525
    Publicado 2007
    Tabla de Contenidos: “…Publishing Calendars -- Subscribing to Calendars -- Viewing Calendars Online -- Chapter 12 Using Backup -- Installing Backup -- Setting Up Backup 3 -- Setting Up Backup 2 -- Using Backup 2's QuickPicks -- Adding File Groups with Backup 2 -- Scheduling Backups with Backup 2 -- Restoring Files with Backup 2 -- Chapter 13 .Mac Troubleshooting -- I Can't Log In to Some Part of .Mac -- My iDisk Free Space Is Wrong -- I Can't Connect to My iDisk -- Using .Mac Support -- Index…”
    Libro electrónico
  6. 526
    Publicado 2015
    Tabla de Contenidos: “…Using command-line AvroThe Log4J appender; The Log4J load-balancing appender; The embedded agent; Configuration and startup; Sending data; Shutdown; Routing; Summary; Chapter 7: Putting it All Together; Web logs to searchable UI; Setting up the web server; Configuring log rotation to the spool directory; Setting up the target - Elasticsearch; Setting up Flume on collector/relay; Setting up Flume on the client; Creating more search fields with an interceptor; Setting up a better user interface - Kibana; Archiving to HDFS; Summary; Chapter 8: Monitoring Flume; Monitoring the agent process…”
    Libro electrónico
  7. 527
    por Connell, Ellery, 1978-
    Publicado 2011
    Tabla de Contenidos: “…Adding Procedural TexturesUsing UV Maps; Creating Image-Based Textures; Using Texture Channels; Practice: Texturing the Water Bottle; Review; Chapter 4: Lighting; Using Lights in 3D; Creating a Basic Lighting Setup; Setting Up Environments; Rendering Basics; Practice: Lighting the Water Bottle; Review; Chapter 5: Subdivision Surface Modeling; Using Subdivision Surface Modeling; Modeling Organic Objects; Modeling Semi-Organic Objects; Modeling Hard-Surface Objects; Review; Chapter 6: Textures for Visualization; Setting Up a Test Environment; Creating Customized Materials from Presets…”
    Libro electrónico
  8. 528
    Publicado 2015
    Tabla de Contenidos: “…Using BSF PostProcessorHandling XML responses; Summary; Chapter 4: Managing Sessions; Managing sessions with cookies; Managing sessions with URL rewriting; Summary; Chapter 5: Resource Monitoring; Basic server monitoring; Setting up Apache Tomcat Server; Configuring Tomcat users; Setting up a monitor controller in JMeter; Monitoring the server with a JMeter plugin; Installing the plugins; Adding monitor listeners to the test plan; Summary; Chapter 6: Distributed Testing; Remote testing with JMeter; Configuring JMeter slave nodes; Configuring one slave per machine; Configuring the master node…”
    Libro electrónico
  9. 529
    Publicado 2018
    Tabla de Contenidos: “…-- Introduction to Dialogflow -- Setting up a Dialogflow account -- Creating your first agent -- About an FAQs chatbot -- What are intents? …”
    Libro electrónico
  10. 530
    Publicado 2015
    Tabla de Contenidos: “…Presenting a Solution Approach: The Set-Up PhasePresenting a Solution Approach: The Meeting Body; Presenting a Solution Approach: The Client Dialogue; The Meeting Outcome; The Role of an Adviser: Challenging Your Client; Chapter Summary; Case Study 3: Scoping a Study; Case Scenario; Meeting Preparation; Scoping a Study: The Set-Up Phase; Scoping a Study: The Client Dialogue; The Meeting Outcome; Chapter Summary; Part III: Additional Topics; Chapter 5: Proposing a Consulting Service; Selecting the Content; Practices to Avoid; Chapter Summary; Chapter 6: Delivering a Consulting Service…”
    Libro electrónico
  11. 531
    Publicado 2018
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Introduction to Node.js -- The Basics of Node.js -- Applications of Node.js -- Activity: Running Basic Node.js Code -- The Module System -- Application Modularization -- Module Categories -- Built-In Modules -- npm - Third-Party Module Registry -- Scanning for node_modules -- Handy npm Commands -- Local Modules -- Activity: Using a Third-Party Package for the Previous math.js Code -- Asynchronous Programming with Node.js -- Callbacks -- Promises -- Async/Await -- Activity: Transforming a Text File Using an Async Function -- Summary -- Building the API - Part 1 -- Building a Basic HTTP Server -- Setting up Hapi.js -- Exercise 1: Building a Basic Hapi.js Server -- Using an API Client -- Returning JSON Strings -- Exercise 2: Returning JSON -- Using nodemon for Development Workflow -- Exercise 3: Using nodemon -- Setting up the Logger -- Exercise 4: Setting up the Logger -- Understanding Requests -- A Look at HTTP Request Methods -- Exercise 5: Getting a List of Resources -- Exercise 6: Getting a Specific Resource -- Exercise 7: Creating a New Todo with POST -- Exercise 8: Updating a Resource with PUT -- Exercise 9: Updating with PATCH -- Exercise 10: Deleting a Resource with DELETE -- Request Validation -- Exercise 11: Validating a Request -- Summary -- Building the API - Part 2 -- Working with the DB Using Knex.js -- Exercise 12: Setting up the Database -- Exercise 13: Connecting to the Database -- Exercise 14: Creating a Record -- Exercise 15: Reading from the Database -- Exercise 16: Updating a Record -- Exercise 17: Deleting a Record -- Exercise 18: Cleaning up the Code -- Authenticating Your API with JWT -- Exercise 19: Securing All the Routes -- Exercise 20: Adding User Authentication -- Authentication versus Authorization…”
    Libro electrónico
  12. 532
    Publicado 2009
    Tabla de Contenidos: “…Monitoring Battery Use -- CHAPTER 5 CUSTOMIZING YOUR MAC -- Taking Advantage of Custom Settings -- Moving the Dock Around -- Changing the Dock's Size -- Customizing the Dock's Behavior -- Changing the Way the Finder Works -- Changing Your Desktop Picture -- Changing Your Login Icon -- Changing Your Mac's Language -- Changing Your Screen Saver -- Changing File Icons -- Increasing Your Mac's Security -- Using the Dashboard -- Making Your Own Widgets -- Automatically Updating Your Widgets -- Creating Custom Network Locations -- CHAPTER 6 ORGANIZING YOUR LIFE -- Working with Contacts and Schedules -- Adding Contacts to Address Book -- Creating Groups of Contacts -- Creating a Smart Group -- Exporting Contacts as vCards -- Importing a vCard into Address Book -- Mapping a Contact's Address -- Adding a To-Do in iCal -- Adding an Appointment in iCal -- Modifying an Event in iCal -- Switching Calendar Views in iCal -- Setting Up an Alarm in iCal -- Inviting Contacts to Events in iCal -- Putting Contacts, Bookmarks, and Calendars Online -- Searching Calendars in iCal -- Subscribing to an iCal Calendar -- Publishing an iCal Calendar -- Making Notes in Mail -- Turning an Email into a To-Do Item -- Syncing a PDA, an iPod, or a Phone with Your Mac -- CHAPTER 7 PRINTING, FAXING, AND SCANNING -- Using Printers, Fax Modems, Scanners, and Fonts -- Setting Up a Printer -- Switching Printers -- Previewing a Document Before Printing -- Printing a Document -- Canceling a Print Job -- Sending a Fax -- Using a Scanner -- Adding Fonts -- Organizing Fonts -- CHAPTER 8 GETTING ONLINE -- Setting Up an Internet Connection and Your Email -- Setting Up Your Connection -- Connecting to Your ISP -- Setting Up Email Accounts -- Sending Email with Mail -- Receiving Email with Mail -- Using Stationery Templates -- Subscribing to RSS Feeds in Mail -- Organizing Mailboxes…”
    Libro electrónico
  13. 533
    Publicado 2016
    Tabla de Contenidos: “…Getting started with your iPad -- Personalizing your iPad -- Working with voice and accessibility -- Setting up communications -- Networking and communicating -- Working with apps -- Browsing the Web and sending e-mail -- Keeping your life organized -- Playing music, videos, and games -- Working with Photos and Books -- Taking photos and videos -- Troubleshooting your iPad…”
    Libro electrónico
  14. 534
    Publicado 2017
    Tabla de Contenidos: “…Why Laravel? -- Setting up a Laravel development environment -- Routing and controllers -- Blade templating -- Frontend components -- Collecting and handling user data -- Artisan and tinker -- Database and eloquent -- User authentication and authorization -- Requests and responses -- The container -- Testing -- Writing APIs -- Storage and retrieval -- Mail and notifications -- Queues, jobs, events, broadcasting, and the scheduler -- Helpers and collections…”
    Libro electrónico
  15. 535
    por Wicherski, Michael. author
    Publicado 2017
    Tabla de Contenidos: “…Chapter 1: Introduction to Salesforce -- Chapter 2: Setting Up Your Development Environment -- Chapter 3: Structure of Data -- Chapter 4: Introduction to Visualforce -- Chapter 5: Introduction to Apex -- Chapter 6: Apex Classes and Triggers -- Chapter 7: Visualforce with Apex -- Chapter 8: Test Coverage and Deploying -- Chapter 9: Path to Salesforce Developer Pro.- …”
    Libro electrónico
  16. 536
    Tabla de Contenidos: “…Chapter 1: Music Services On the Go -- Chapter 2: Storing Your Music in the Cloud -- Chapter 3: Watching Videos, Movies, and TV Shows -- Chapter 4: Streaming Your Media Collection from Windows Devices -- Chapter 5: Streaming Media Around the Home -- Chapter 6: Setting Up Media Servers to Stream Your Content…”
    Libro electrónico
  17. 537
    Publicado 2015
    Tabla de Contenidos: “…Cover; Half Title; Title; Copyright; Contents; Introduction; Chapter 1 Choosing a subject; Chapter 2 Equipment; Chapter 3 Setting up; Chapter 4 Light, design and communication: the art of composition; Chapter 5 Creating a time-lapse sequence; Chapter 6 Post-production; Chapter 7 Techniques for advanced storytelling; Index…”
    Libro electrónico
  18. 538
    por DiMarzio, Jerome. author
    Publicado 2015
    Tabla de Contenidos: “…Creating a New Project -- 4. Setting-Up Git Hub as Your VCS -- 5. Intro to Game Development -- 6. …”
    Libro electrónico
  19. 539
    por Nardone, Massimo
    Publicado 2024
    Tabla de Contenidos: “…Introducing Spring Security -- 3. Set Up the Scene -- 4. Spring Security Architecture and Design -- 5. …”
    Libro electrónico
  20. 540
    por Ghoda, Ashish
    Publicado 2009
    Tabla de Contenidos: “…Exploring Silverlight -- Understanding Silverlight -- Setting up: Developing a Simple Silverlight Application -- Enterprise Application Development with Silverlight -- Silverlight: An Enterprise-Ready Technology Platform -- Silverlight and Service-Oriented Architecture -- Developing a Service-Oriented Enterprise RIA -- Deploying Silverlight Applications -- Silverlight for Mobile -- Mobile Applications and Silverlight -- Final Words -- Adopting Silverlight…”
    Libro electrónico