Mostrando 41,801 - 41,820 Resultados de 43,382 Para Buscar '"URL"', tiempo de consulta: 0.14s Limitar resultados
  1. 41801
    por Brind, Mike
    Publicado 2011
    Tabla de Contenidos: “…Displaying DataSummary; Chapter 12: Security; Membership and Roles Management; The WebSecurity Helper; Summary; Chapter 13: Optimizing Your Site; Search Engine Optimization; URLs and Routing; Performance Optimization; Visitor Tracking; Summary; Chapter 14: Deploying Your Site; Web Hosting Services; Finding a Hosting Company; Deployment Options; Common Deployment Issues; Summary; Appendix: Exercise Answers; CHAPTER 1; CHAPTER 2; CHAPTER 3; CHAPTER 4; CHAPTER 5; CHAPTER 6; CHAPTER 7; CHAPTER 8; CHAPTER 9; CHAPTER 10; CHAPTER 11; CHAPTER 12; CHAPTER 13; Index…”
    Libro electrónico
  2. 41802
    Publicado 2011
    Tabla de Contenidos: “…WordPress.org -- New in WordPress 3.0 -- Chapter 2: Installing WordPress -- Getting What You Need -- Setting up the MySQL Database -- Choosing Your Blog's URL -- Installing WordPress -- Editing the wp-config File -- Troubleshooting Common Installation Problems -- Chapter 3: Managing User Accounts -- Managing User Profiles -- Adding and Deleting Users -- Chapter 4: The Dashboard -- Right Here: Right Now -- Meeting the Public: Comments and Links -- Plugins -- QuickPress -- Recent Drafts -- WordPress Blog -- Keeping Current: Other WordPress News -- Customizing the Dashboard -- Beyond the Dashboard -- Chapter 5: Futureproofing Your Blog -- General Settings -- Writing Settings -- Reading Settings -- Discussion Settings -- Avatar Settings -- Media Settings -- Privacy Settings -- Permalink Settings -- Chapter 6: Preparing to Post -- Breaking Down the Elements of a Post -- Composing and Formatting a Post -- Adding Media to a Post -- Creating Tags and Categories -- Setting Advanced Posting Options -- Customizing the Add New Post Screen -- Chapter 7: Publishing Your Post (Finally!) …”
    Libro electrónico
  3. 41803
    Publicado 2010
    Tabla de Contenidos: “…Sending Email Attachments -- Lesson 10 Inserting Data Into Multiple Tables -- Assessing The Task -- Creating The Database Structure -- Building The Cms -- Lesson 11 Updating And Deleting Files In Related Tables -- Selecting Records With Sql -- Completing The Cms -- Lesson 12 Using Ajax To Refresh Content -- Enhancing Pages With Ajax -- Introducing Adobe Widget Browser -- Configuring A Widget -- Creating A Master/Detail Set -- Refreshing A Page Without Reloading -- Creating Clean Urls -- Lesson 13 Deploying Your Site Online -- Transferring A Database -- Preparing Your Php Files -- Setting Up Your Remote Server In Dreamweaver -- Index…”
    Libro electrónico
  4. 41804
    por Leary, Stephanie
    Publicado 2013
    Tabla de Contenidos: “…Pages: Same, but Different""; ""Posts Are Pages; Pages Are Posts""; ""Editing Posts and Pages""; ""Autosave""; ""Screen Options""; ""Quick Edit""; ""Bulk Edit""; ""Media Files""; ""Uploading a File from Your Computer""; ""Inserting an Image from a URL""; ""Editing Images""; ""Galleries""; ""Audio""; ""Podcasting""; ""Video""…”
    Libro electrónico
  5. 41805
    por Alchin, Marty
    Publicado 2013
    Tabla de Contenidos: “…s Interpretation of the MVC Pattern""; ""Model""; ""Template""; ""URL Configuration""; ""Loose Coupling""; ""Donâ€?…”
    Libro electrónico
  6. 41806
    Publicado 2014
    Tabla de Contenidos: “…Markdown""; ""Grouping Content Under Headings""; ""Breaking Lines And Creating Paragraphs""; ""Creating Lists""; ""Emphasizing Text""; ""Displaying Code""; ""Adding Quotes""; ""Linking To URLs""; ""Inserting Images""; ""Creating Horizontal Rules""; ""Using Backslash To Insert Reserved Characters""; ""For Everything Else, Thereâ€?…”
    Libro electrónico
  7. 41807
    Publicado 2023
    Tabla de Contenidos: “…Values and Units -- Keywords, Strings, and Other Text Values -- Keywords -- The all Property -- Strings -- Identifiers -- URLs -- Images -- Numbers and Percentages -- Integers -- Numbers -- Percentages -- Fractions -- Distances -- Absolute Length Units -- Resolution Units -- Relative Length Units -- Root-Relative Length Units -- Viewport-Relative Units -- Function Values -- Calculation Values -- Maximum Values -- Minimum Values -- Clamping Values…”
    Libro electrónico
  8. 41808
    Publicado 2015
    Tabla de Contenidos: “…; CONVENTIONS; ERRATA; IMPORTANT URLS; CONTACTING THE AUTHOR; DISCLAIMER; PART I SOFTWARE ENGINEERING STEP-BY-STEP; CHAPTER 1 SOFTWARE ENGINEERING FROM 20,000 FEET; REQUIREMENTS GATHERING; HIGH-LEVEL DESIGN; LOW-LEVEL DESIGN; DEVELOPMENT; TESTING; DEPLOYMENT; MAINTENANCE; WRAP-UP; EVERYTHING ALL AT ONCE; SUMMARY; CHAPTER 2 BEFORE THE BEGINNING; DOCUMENT MANAGEMENT; HISTORICAL DOCUMENTS; E-MAIL…”
    Libro electrónico
  9. 41809
    Publicado 2017
    Tabla de Contenidos: “…Building one-to-one relationships using the Fluent API -- The one-to-many relationship -- The many-to-many relationship -- Building many-to-many relationship using the Fluent API -- Fluent API -- Identifying navigation property and inverse navigation -- Identifying the single navigation property -- Relationship-building techniques -- Building relationship using a foreign key -- Building relationships using a principal key -- Building relationships using the IsRequired method -- Cascade delete -- Data migration issue with EF Core 2.0 -- Summary -- Chapter 5: Know the Validation - Explore Inbuilt Validations -- Diving into built-in validations -- Required field validation -- Incorporating the Required validation in blogging system models -- EmailAddress field validation -- Incorporating EmailAddress validation in blogging system models -- Compare field validation -- Incorporating the Compare validation in blogging system models -- Url field validation -- Incorporating Url validation in blogging system models -- MinLength field validation -- MaxLength field validation -- RegularExpression field validation -- Summary -- Chapter 6: Save Yourself - Hack Proof Your Entities -- Client-side validation -- Validating data without client-side scripting -- Server-side validation -- Manual validation -- Custom validation -- Creating client-side logic for custom validation -- Remote validation -- Summary -- Chapter 7: Going Raw - Leveraging SQL Queries in LINQ -- Basic raw SQL queries -- Building parameterized queries -- Composing with LINQ -- Executing SQL query without a DBSet or POCO -- Summary -- Chapter 8: Query Is All We Need - Query Object Pattern -- Introduction to query objects -- Improving repositories with the query object pattern -- Introduction to repositories -- Solution to the repository assignment…”
    Libro electrónico
  10. 41810
    Publicado 2017
    Tabla de Contenidos: “…Working with the Startup class -- Preparing the basic project structure -- Creating the Tic-Tac-Toe home page -- Giving your web pages a more modern look by using Bower and layout pages -- Creating the Tic-Tac-Toe user registration page -- Using dependency injection for encouraging loose coupling within your applications -- Creating the Tic-Tac-Toe user service -- Working with middlewares -- Working with static files -- Using routing, URL redirection, and URL rewriting -- Adding error handling to your applications -- Summary -- Chapter 5: Basic Concepts of ASP.NET Core 2.0 - Part 2 -- Client-side development using JavaScript -- Optimizing your web applications and using bundling and minification -- Working with WebSockets for real-time communication scenarios -- Taking advantage of session and user cache management -- Applying globalization and localization for multi-lingual user interfaces -- Configuring your applications and services -- Using logging -- Implementing advanced dependency injection concepts -- Building once and running on multiple environments -- Summary -- Chapter 6: Creating MVC Applications -- Understanding the Model View Controller pattern -- Models -- Views -- Controllers -- Unit tests -- Integration tests -- Creating dedicated layouts for multiple devices -- Using View Pages, Partial Views, View Components, and Tag Helpers -- Using View Pages -- Using Partial Views -- Using View Components -- Using Tag Helpers -- Dividing web applications into multiple Areas -- Applying advanced concepts -- Using view engines -- Providing better quality by creating unit tests and integration tests -- Adding unit tests -- Adding integration tests -- Summary -- Chapter 7: Creating Web API Applications -- Applying Web API concepts and best practices -- Building RPC-style Web APIs -- Building REST-style Web APIs -- Building HATEOAS-style Web APIs…”
    Libro electrónico
  11. 41811
    por Plummer, Tim
    Publicado 2013
    Tabla de Contenidos: “…Backend Component Development - Part 1 -- Adding additional fields -- Adding fields to the model -- Category field -- State field -- Media field -- Company field -- Phone field -- URL field -- Description field -- Language strings for new fields -- Adding fields to the view -- Alternative method for displaying fields in the view…”
    Libro electrónico
  12. 41812
    Publicado 2018
    Tabla de Contenidos: “…-- Cognitive accuracy and machine learning -- Google Cloud AI -- Cloud AutoML Alpha -- Cloud TPU Beta -- Cloud Machine Learning Engine -- Cloud Job Discovery Private Beta -- Dialogflow Enterprise Edition Beta -- Cloud Natural Language -- Cloud Speech API -- Cloud Translation API -- Cloud Vision API -- Cloud Video Intelligence -- Summary -- Chapter 2: Setting Up a Smart Forum App -- Technical requirements -- SmartExchange architecture -- SmartExchange demo -- Architecture overview -- Database design -- APIs -- Setting up the project -- Installing Git -- Installing Node.js -- Installing MongoDB (optional) -- Angular CLI -- Yarn (optional) -- Heroku Toolbelt (optional) -- Text editors (optional) -- Setting up mLab -- Test connection -- Robo 3T connection (optional) -- Setting up an authentication -- Creating the project -- Setting up API key -- Setting up service account key -- Setting up code -- Downloading base code -- App folder structure -- Server code walk-through -- Express and Mongoose -- Routes -- Security -- Mongoose models -- Controllers -- Client code walk-through -- Routing -- Authentication -- Services -- Components -- Running the app -- Deploying to Heroku -- Summary -- Chapter 3: Cloud Vision API -- Cloud Vision API -- Pricing -- Enabling the API -- Setting up a REST client -- Setting up cURL…”
    Libro electrónico
  13. 41813
    por Simpson, Alan
    Publicado 2024
    Tabla de Contenidos: “…Using try . . . except . . . else . . . finally -- Raising Your Own Exceptions -- Chapter 10 Working with External Files -- Understanding Text and Binary Files -- Opening and Closing Files -- Reading a File's Contents -- Looping through a File -- Looping with readlines() -- Looping with readline() -- Appending versus overwriting files -- Using tell() to determine the pointer location -- Moving the pointer with seek() -- Reading and Copying a Binary File -- Chapter 11 Juggling JSON Data -- Organizing JSON Data -- Understanding Serialization -- Loading Data from JSON Files -- Converting an Excel date to a JSON date -- Loading unkeyed JSON from a Python string -- Loading keyed JSON data from a Python string -- Changing JSON data -- Removing data from a dictionary -- Dumping Python Data to JSON -- Chapter 12 Interacting with the Internet -- Seeing How the Web Works -- Understanding the mysterious URL -- Exposing the HTTP headers -- Opening a URL from Python -- Posting to the web with Python -- Scraping the web with Python -- Storing the parsed content -- Chapter 13 Libraries, Packages, and Modules -- Understanding the Python Standard Library -- Using the dir() function -- Using the help() function -- Exploring built-in functions -- Exploring Python Packages -- Importing Python Modules -- Chapter 14 The Ten Most Essential Aspects of Python -- Being Pythonic -- Identifying the Importance of Indents -- Understanding Python Syntax -- Appreciating the Flexibility of Python Variables -- Seeing Lists as Your Friend -- Controlling Your Program -- Understanding Python Functions -- Figuring Out Errors -- Using Other People's Modules -- Using the Web and AI When You Have Problems -- Index -- EULA…”
    Libro electrónico
  14. 41814
    Seriadas
  15. 41815
    por Kornberger, Martin, 1974-
    Publicado 2010
    Libro
  16. 41816
    Publicado 2003
    Libro
  17. 41817
    por Amigo Vázquez, I.
    Publicado 2010
    Libro
  18. 41818
  19. 41819
    por Peter, J. Paul
    Publicado 2006
    Libro
  20. 41820