Mostrando 20,021 - 20,040 Resultados de 20,095 Para Buscar 'Urrao~', tiempo de consulta: 0.88s Limitar resultados
  1. 20021
    Publicado 2021
    “…By the end of this CRM book, you'll have set up a CRM solution that will be fit for the next 10 years of business growth.What you will learnManage customer relationships and acquire new customers quicklyUnderstand the importance of Leads, Deals, Contacts, and Accounts modulesUse game-changing workflows and automation to manage opportunities and clientsExplore how custom functions can extend the functionality of your CRMIntegrate Zoho CRM with other Zoho apps such as Zoho Campaigns, Forms, Survey, and CreatorDiscover how to keep your CRM fit for the future and achieve continuous growthWho this book is forThis book is for you if you're a business manager or a business owner interested in learning how the Zoho platform can help transform your business and are looking to gain a practical understanding of how to choose an app from the vast array of Zoho products. Whether you're new to Zoho or have basic experience and want to learn more about its features and apps, this book can help you. …”
    Libro electrónico
  2. 20022
    Publicado 2016
    “…On the one hand, it may induce individuals to act irrationally, for instance to refuse money, but on the other hand it improves individuals’ reasoning, in that formerly difficult abstract problems can be easily solved. …”
    Libro electrónico
  3. 20023
    Publicado 2015
    “…Table of Contents Swift Fundamentals Part I Before you begin Lesson 1: Introduction to Swift and Xcode 6 Lesson 2: Introduction to Swift Programming Lesson 3: Introduction to Classes, Objects, Methods and Functions Lesson 4: Control Statements; Assignment, Increment and Logical Operators Lesson 5: Functions and Methods: A Deeper Look; enums and Tuples Lesson 6: Arrays and an Introduction to Closures Part II Lesson 7: Dictionary Lesson 8: Classes: A Deeper Look and Extensions Lesson 9: Structures, Enumerations and Nested Types Lesson 10: Inheritance, Polymorphism and Protocols Lesson 11: Generics Lesson 12: Operator Overloading and Subscripts iOS 8 App Development Fundamentals Part I Before You Begin Lesson 1: Introduction to iOS 8 App Development and Swift Lesson 2: Welcome App Lesson 3: Tip Calculator App Lesson 4: Twitter Searches App Part II Lesson 5: Flag Quiz App Lesson 6: Cannon Game App Lesson 7: Doodlz App Lesson 8: Address Book App IMPORTANT NOTE ABOUT XCODE AND SWIFT : With Xcode 6.3 and Swift 1.2, Apple introduced several changes in Swift that affect the book's source code. …”
    Video
  4. 20024
    Publicado 2015
    “…Create a Project Create a Dynamic Web Page with jQuery and JavaScript Debug HTML Using the HTML Inspector Edit HTML Element Values in the DOM Inspector Edit the CSS Layout Use the JavaScript Debugger Use Container Elements to Group and Style Create HTML Tables Add Forms to Web Pages Apply Text Styles via CSS Add Backgrounds via CSS Add Borders to HTML Elements Use CSS to Lay Out Web Page Components Implement JavaScript and jQuery Use jQuery and JavaScript to Access DOM Elements Apply if Conditional Logic in JavaScript Create JavaScript Functions Manipulate Strings in JavaScript Create and Manipulate Arrays Create and Use Custom Objects Use JavaScript to Access DOM Objects Use jQuery to Access DOM Objects Use the jQuery .map() and .each() Methods to Navigate, Access, and Manipulate the DOM Elements Use jQuery to Traverse the DOM Add Event Handlers to DOM Objects via JavaScript Add Event Handlers using jQuery Trigger Events Manually In JavaScript Trigger Events Manually in jQuery Get Screen, Browser, Mouse, and Element Info Using jQuery and JavaScript Dynamically Manipulate Web Page Elements Dynamically Rearrange Page Elements Get and Set Cookies Create Simple Timers and Dialogs Use Show and Hide Animations to Create an Expand/Collapse Element Use Fade Animation to Implement an Image Selection Effect Use Sliding Animation to Implement a Dynamic Menu Use a Resize Animation to Create a Simple Image Gallery Viewer Create a Simple Paper Airplane App with jQuery Animation Access and Manipulate Form Element Data Add Dynamic Flow Control to Forms Add Animated Elements to Improve User Experience Validate Web Forms Using jQuery Add a Slider-Based Image Gallery Create an Interactive Tab..…”
    Video
  5. 20025
    Publicado 2015
    “…Download and Install Android Studio Create a New Project Run an App in the Emulator Create an App That Opens a Web Page View Your App Resources Create a Color Resource and Use It in Your Layout Use StartActivityForResult() Part 1: MainActivity Use StartActivityForResult( ) Part 2: MessageActivity Show a Progress Bar While Background Task Runs Create an IntentService Using Android Studio Set the Text on a TextView with a New String Resource Add a Hint on an EditText Use a RelativeLayout Add Weight to a Layout Add Data to a Resource Array Create a Layout to Display Individual Items in a ListView Set the Material Theme for Your App and Add Elevation Add a CardView Get Selected RadioButton from a RadioGroup Display Data in a GridView Setting Alpha Value for an ImageView Install and Use Picasso Play a Video in a VideoView Add a Custom Play/Pause Button Add an ActionBar with Up Navigation Customize a Toolbar Save Data to a File in the Cache Directory Save Data to the External Public Directory Read and Write SharedPreferences Generate a Settings Activity in Android Studio Add a New Field to the Pie Class and Database Creating a Query Sign Up as a Developer and Create a Flickr API Key Using the Flickr Developer Sandbox Displaying Calendar Data Getting a List of Event Attendees Create a Content Provider Using Android Studio Modify the Query Used in MainActivity Modify the Query Used for the Loader Show the Owner Data on a CardView Create Your Own Basic Notification Add a Notification that Includes a Chronometer Create an Android Wear Project in Android Studio Create an AVD for Android Wear Explore the Android Projects Created at Square Check for the Latest Android Updates Create Icons Using Android Asset Studio Generating a Signed APK in Android Studio Who Sh..…”
    Video
  6. 20026
    Publicado 2023
    “…What You Will Learn Learn the basics of cloud computing on AWS and Linode Understand the fundamentals of web servers (NGINX versus Apache) Learn about SQL versus NoSQL, database transaction (ACID versus CAP) Code with JavaScript (objects, functions, loops, arrays, events) Learn Amazon EC2 (EC2 users, Elastic IP, security groups, remote admin) Learn AWS (registration, global/regional services, billing alerts) Audience This course is for those interested in cloud computing, cloud computing platforms (AWS and Linode), learning basic Linux and Ubuntu Linux distribution, and setting up a LAMP Stack on a remote virtual Instance. …”
    Video
  7. 20027
    Publicado 2017
    “…Set up your Java programming environment Write your first working program in just minutes Control program decisions and behavior Store and work with information Build straightforward user interfaces Create interactive web programs Use threading to build more responsive programs Read and write files and XML data Master best practices for object-oriented programming Use Java 9’s new HTTP client Use Java to create an Android app Expand your skills with closures Create Minecraft mods with Java Contents at a Glance Part I Getting Started 1 Becoming a Programmer 2 Writing Your First Program 3 Vacationing in Java 4 Understanding How Java Programs Work Part II Learning the Basics of Programming 5 Storing and Changing Information in a Program 6 Using Strings to Communicate 7 Using Conditional Tests to Make Decisions 8 Repeating an Action with Loops Part III Working with Information in New Ways 9 Storing Information with Arrays 10 Creating Your First Object 11 Describing What Your Object is Like 12 Making the Most of Existing Objects Part IV Moving into Advanced Topics 13 Storing Objects in Data Structures 14 Handling Errors in a Program 15 Creating a Threaded Program 16 Using Inner Classes and Closures Part V Programming a Graphical User Interface 17 Building a Simple User Interface in Swing 18 Laying Out a User Interface 19 Responding to User Input Part VI Writing Internet Applications 20 Reading and Writing Files 21 Using Java 9's New HTTP Client 22 Creating Java2D Graphics 23 Creating Minecraft Mods with Java 24 Writing Android Apps Appendixes A Using the NetBeans Integrated Development Environment B Where to Go from Here Java Resources C This Book's Web Site D Fixing a Problem with the Android Studio Emul..…”
    Libro electrónico
  8. 20028
    por Olsen, Chris
    Publicado 2011
    “…For the last seven years he has specialized in Cisco, and recently Microsoft Unified Communications along with VMware virtualization and Cisco data center technologies. He has done a wide array of IT and telephony consulting for many different companies. …”
    Libro electrónico
  9. 20029
    Publicado 2019
    “…David has persevered in helping us understand this and this important book is a must-read for all leaders who want to create value through the proactive management of risk. -- Dr Ruth Murray-Webster, Wakefield, UK. (Partner, Beyond the Deal LLP and Editor, APM Body of Knowledge, 7th Edition) As project managers, we always seem to focus on threats, negative risks. …”
    Libro electrónico
  10. 20030
    por González Sanvisens, Laura
    Publicado 2013
    “…Per tal de conèixer els beneficis arran del curs sobre la qualitat i la salut vocal dels docents seria interessant plantejar un estudi a més llarg termini…”
    Accés lliure
    Tesis
  11. 20031
    por Cadenhead, Rogers
    Publicado 2012
    “…Set up your Java programming environment Write your first working program in just minutes Control program decisions and behavior Store and work with information Build straightforward user interfaces Create interactive web programs Use threading to build more responsive programs Read and write files and XML data Master best practices for object-oriented programming Create flexible, interoperable web services with JAX-WS Use Java to create an Android app PART I: Getting Started HOUR 1: Becoming a Programmer HOUR 2: Writing Your First Program HOUR 3: Vacationing in Java HOUR 4: Understanding How Java Programs Work PART II: Learning the Basics of Programming HOUR 5: Storing and Changing Information in a Program HOUR 6: Using Strings to Communicate HOUR 7: Using Conditional Tests to Make Decisions HOUR 8: Repeating an Action with Loops PART III: Working with Information in New Ways HOUR 9: Storing Information with Arrays HOUR 10: Creating Your First Object HOUR 11: Describing What Your Object Is Like HOUR 12: Making the Most of Existing Objects PART IV: Programming a Graphical User Interface HOUR 13: Building a Simple User Interface HOUR 14: Laying Out a User Interface HOUR 15: Responding to User Input HOUR 16: Building a Complex User Interface PART V: Moving into Advanced Topics HOUR 17: Creating Interactive Web Programs HOUR 18: Handling Errors in a Program HOUR 19: Creating a Threaded Program HOUR 20: Reading and Writing Files PART VI: Writing Internet Applications HOUR 21: Reading and Writing XML Data HOUR 22: Creating Web Services with JAX-WS HOUR 23: Creating Java2D Graphics HOUR 24: Writing Android Apps PART VII: Appendixes APPENDIX A: Using the NetBeans Integrated Development Environment APPENDIX B: Where to Go from Here: Java Resources APPENDIX C: This Book’s Website APPENDIX D: Setting U..…”
    Libro electrónico
  12. 20032
    Publicado 2015
    “…Install and Configure MongoDB in Your Development Environment Run a MongoDB Shell Script from the Command Line Implement Loops in JavaScript Implement Functions in JavaScript Manipulate JavaScript Strings in MongoDB Shell Scripts Manipulate JavaScript Arrays in MongoDB Shell Scripts Create Database User Accounts in the MongoDB Shell List Users in a Database Remove Users from a Database Implement Access Control to the MongoDB Database Create a New Database Delete a Database Get the Stats of the MongoDB Database Create a New Collection Delete a Collection from a Database Create the Example Dataset Find a Single Document in the MongoDB Shell Retrieve Multiple Documents in the MongoDB Shell Find Specific Documents Using the MongoDB Shell Count the Number of Documents Represented by a Cursor in the MongoDB Shell Sort Documents Represented by a Cursor from the MongoDB Shell Limit Documents Represented by a Cursor in the MongoDB Shell Limit Which Document Fields Are Returned from Find Requests in the MongoDB Shell Page Through Documents in a Collection from the MongoDB Shell Retrieve Distinct Values for a Specific Field Using the MongoDB Shell Insert Documents into a Collection Using the MongoDB Shell Update Documents in a Collection Using the MongoDB Shell Save Documents in a Collection Using..…”
    Video
  13. 20033
    Publicado 2019
    “…You'll further examine the Dockerfile specification and its vast array of capabilities, including the aspects of it that might trip you up. …”
    Video
  14. 20034
    Publicado 2014
    “…It's a gem." -- Mike Murray, VP Human Resources and Administration (retired), Microsoft…”
    Grabación no musical
  15. 20035
    Publicado 2022
    “…Skill Level Beginner to intermediate Learn How To Create a simple "hello, world" program using several different techniques Deploy a simple dynamic JavaScript application to the web Use strings, arrays, and other native objects Define functions Use JavaScript for functional programming Utilize test-driven development and publish a Node module Write shell scripts Develop an interactive JavaScript image gallery application Who Should Take This Course New programmers and developers looking for a practical introduction to JavaScript Course Requirements The only prerequisites are a familiarity with basic developer tools (command line, text editor, and Git) plus beginning HTML and a little CSS Some programming experience is useful but not required Lesson Descriptions Lesson 1: Hello World! …”
    Video
  16. 20036
    Publicado 2019
    “…The influx of IT companies over the past decade into what was once a space dominated by agriculture has resulted in a complex juxtaposition between an evolving knowledge economy and the traditions of rural life. While certain class tensions have emerged in response to this juxtaposition, a study of social media in the region suggests that similarities have also transpired, observed most clearly in the blurring of boundaries between work and life for both the old residents and the new. …”
    Libro electrónico
  17. 20037
    Publicado 2018
    “…Across insects, a single brain area, the central complex, is involved in many of the mentioned fundamental processes: It contains an ordered array of head direction cells, its neurons are targeted by multisensory input pathways, visual and spatial memories reside in this region, and certain central-complex neurons are active just before movements of the animal, predicting its future turning direction. …”
    Libro electrónico
  18. 20038
    Publicado 2022
    “…In this book we try to specify the “three parts game” that happened during the legislative process, considering also other players action, such rural lords. The work includes four essays about the four lands forming the Papal State and other three about nearer lands, i.e. …”
    Libro electrónico
  19. 20039
    Publicado 2010
    “…Si le mot " sociétés " est ici au pluriel, c'est pour appréhender la réalité sociale dans toute sa diversité - différences entre milieu urbain et monde rural, entre élites et foules anonymes, entre hommes et femmes, entre peuples, entre communautés religieuses dominantes ou en minorité, etc. …”
    Libro
  20. 20040
    Publicado 2023
    “…Pero a esta nómina se suman personajes menos conocidos, como Hongwu, que empezó como mendigo y fundó la dinastía Ming; Kamehameha, conquistador de Hawai; Zenobia, emperatriz árabe que desafió a Roma; o Sayyida al-Hurra, reina pirata marroquí. Aquí no solo hay conquistadores y reinas, sino también profetas, charlatanes, actores, gángsters, artistas, científicos, médicos, magnates, amantes, esposas, maridos e hijos.Las poderosas dinastías que desfilan por este libro representan la escala de la ambición humana, fusionando sangrientas guerras de sucesión, complots traicioneros y a veces asombrosa megalomanía con una floreciente cultura o romances apasionados. …”
    Libro