Mostrando 4,461 - 4,480 Resultados de 33,382 Para Buscar 'JAXA~', tiempo de consulta: 1.11s Limitar resultados
  1. 4461
    Publicado 2017
    Materias: “…JavaScript (Computer program language)…”
    Libro electrónico
  2. 4462
    Publicado 2015
    Materias: “…Java (Computer program language) Software…”
    Libro electrónico
  3. 4463
    Publicado 2022
    Tabla de Contenidos: “…Dealing with Tables -- 9. jQuery UI -- 10. Ajax -- 11. Creating and Using Plugins -- 12. Using CSS -- Appendix A: Installing WAMP Server…”
    Libro electrónico
  4. 4464
    Publicado 2014
    Materias:
    Libro electrónico
  5. 4465
    Publicado 2019
    Materias:
    Libro electrónico
  6. 4466
    por Kornilov, Dmitry
    Publicado 2023
    Tabla de Contenidos: “…1:Introduction -- 2: Your First Application -- 3: Configuration -- 4: Observability -- 5: Communicating with other Services -- 6: Accessing Data -- 7: Resiliency -- 8:Security -- 9: Using Open API -- 10: Testing Your Application -- 11: Scheduling Tasks -- 12: Integration with other Technologies -- 13: Going Reactive -- 14: Long Running Actions -- 15: Helidon SE…”
    Libro electrónico
  7. 4467
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and credits -- Contributors -- Table of Contents -- Preface -- Part 1: Getting Started with Vue.js Development -- Chapter 1: Introduction to Vue.js -- Technical requirements -- The need for Vue.js -- Requirements and tooling -- Online resources -- Setting up the development environment -- Integrated development environment -- Vue.js DevTools -- My first app -- The project in the IDE -- Your first coding steps -- Summary -- Chapter 2: Creating a Todo List App -- A new project -- Cleaning up the default installation -- Building up the app -- Creating the ListItem component -- Creating the list -- Making a list -- Reactivity explained -- Sorting the list -- Preserving changes to the list -- Single File Components -- The Vue.js DevTools -- Inspecting a component -- Manipulating a component -- Summary -- Chapter 3: Building a Local Weather App -- Technical requirements -- Initializing the app -- Working with different types of APIs -- Handling data from a third-party API -- Constructing the API call -- Styling with Tailwind -- Utility classes -- Formatting data -- Custom style use cases -- Ensuring stability with Vitest -- Vue Test Utils -- Global test functions -- A simple component test -- Mocking external sources -- Mocking for success -- Unhappy path -- Testing with APIs -- Summary -- Chapter 4: Creating the Marvel Explorer App -- Technical requirements -- Getting started with our new project -- The Superhero connection -- Marvelous routes in a single-page application -- Optional parameters -- Paging Dr Strange -- A simple pagination component -- Composables, assemble! …”
    Libro electrónico
  8. 4468
    por Raymond, Scott
    Publicado 2006
    Materias: “…JavaScript (Computer program language)…”
    Libro electrónico
  9. 4469
    por Russell, Matthew A.
    Publicado 2008
    Tabla de Contenidos: “…Cross-Site Scripting with JSONPJSONP Primer; Core IO; Using JSONP with Dojo; Connecting to a Flickr data source; Getting back JavaScript from a JSONP call; IFRAME Transports; File downloads with IFRAMEs; Form submissions with IFRAMEs; Non-HTML response types; Manually creating a hidden IFRAME; JSON Remote Procedure Calls; JSON RPC Example; OpenAjax Hub; Summary; Node Manipulation; Query: One Size Fits All; Warm Up; State Tracking Example; The long, brittle way; The short, robust way; NodeList; Array-Like Methods; Chaining NodeList results; String-as-Function style Arguments…”
    Libro electrónico
  10. 4470
    por Wenz, Christian
    Publicado 2006
    Materias: “…JavaScript (Computer program language)…”
    Libro electrónico
  11. 4471
    por Rubio, Daniel
    Publicado 2009
    Tabla de Contenidos: “…Introducing OSGi -- Introducing Spring -- Integrating Spring and OSGi -- Spring Dynamic Modules for OSGi -- SpringSource dm Server -- Versioning with OSGi and Spring -- Data Access and Bundle Management Without SpringSource dm Server -- Web Applications Using Spring and OSGi -- Testing with Spring and OSGi…”
    Libro electrónico
  12. 4472
    Publicado 2009
    Materias:
    Libro electrónico
  13. 4473
    por Otero, Cesar J.
    Publicado 2012
    Tabla de Contenidos: “…Resizing ElementsMaking Elements Selectable; Summary; Chapter 10: Writing Effective jQuery Code; Optimization Techniques; Minimize DOM Updates; More Effective Looping; Caching Objects; Use Efficient Selectors; Consider Skipping jQuery Methods Entirely; DRY; Use JavaScript Patterns; Creating an Application Namespace with a Singleton; The Module Pattern; The Garber-Irish Implementation; Using .data(); The Basics of the .data() API; Fully Leveraging the Data API; Summary; Chapter 11: jQuery Templates; Taming a Tangle of Strings; Separation of Content and Behavior; Code Reuse…”
    Libro electrónico
  14. 4474
    Publicado 2012
    Materias: “…JavaScript (Computer program language)…”
    Libro electrónico
  15. 4475
    Publicado 2009
    Tabla de Contenidos: “…jQuery basics -- Selecting elements with jQuery -- Beyond the basics -- jQuery utilities -- Faster, simpler, more fun -- Dimensions -- Effects -- Events -- Advanced events -- HTML form enhancements from scratch -- HTML form enhancements with plugins -- JQuery plugins -- Interface components from scratch -- User interfaces with jQuery UI -- jQuery UI theming -- JQuery, Ajax, data formats: HTML, XML, JSON, JSONP -- Using jQuery in large projects -- Unit testing…”
    Libro electrónico
  16. 4476
    Publicado 2018
    Tabla de Contenidos: “…-- How to Set up a React-Based Application -- Installing create-react-app -- Creating Your First React Application -- Activity: Creating an Application with create-react-app -- Exploring the Generated Content -- The create-react-app Commands -- The npm start Command -- Changing File Content and Viewing the Result -- Activity: Starting and Changing the Application -- The npm test Command -- The npm run build Command -- The npm run eject Command -- How to Design a UI -- Everything Is a Component -- Decompose a User Interface -- Container and Presentational Components -- Activity: Detecting Components in a Web User Interface -- Summary -- Creating Components -- Definition of a Component -- Building Our First React Component -- Managing Styles -- Adding CSS -- Activity: Defining a Shopping Cart -- Using JSX -- Activity: Translating HTML into JSX -- Composing Components -- Combining Components -- Activity: Defining a Composed Cart -- Data Propagation -- Activity: Creating a Cart Item Component -- Managing the Internal State -- Activity: Adding State Management to the Cart Component -- Summary -- Managing User Interactivity -- Managing User Interaction -- HTML Events versus React Events -- Event Handlers and the this Keyword -- Changing the State -- Activity: Adding Items to the Shopping Cart -- Component Lifecycle Events -- Activity: Showing the Quantity of Items Added to the Cart -- Managing Routing -- Installing React Router -- Using the Router -- Defining Views -- Some Notes About the Route Component -- Nested Views -- Path Parameters -- Activity: Adding a View About Shipping Methods -- Summary -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  17. 4477
    Publicado 2018
    Materias: “…JavaScript (Computer program language)…”
    Libro electrónico
  18. 4478
    Publicado 2018
    Tabla de Contenidos: “…Updating the template to load a bundled script -- Adding React dependencies -- React -- React Router -- Material-UI -- Implementing React views -- Rendering a home page -- Entry point at main.js -- Root React component -- Customizing the Material-UI theme -- Wrapping the root component with MUI theme and BrowserRouter -- Marking the root component as hot-exported -- Adding a home route to MainRouter -- Home component -- Imports -- Style declarations -- Component definition -- PropTypes validation -- Export component -- Bundling image assets -- Running and opening in the browser -- Backend API integration -- Fetch for User CRUD -- Creating a user -- Listing users -- Reading a user profile -- Updating a user's data -- Deleting a user -- Fetch for auth API -- Sign-in -- Sign-out -- Auth in the frontend -- Managing auth state -- PrivateRoute component -- User and auth components -- Users component -- Signup component -- Signin component -- Profile component -- EditProfile component -- DeleteUser component -- Menu component -- Basic server-side rendering -- Modules for server-side rendering -- Preparing Material-UI styles for SSR -- Generating markup -- Sending a template with markup and CSS -- Updating template.js -- Updating MainRouter -- Hydrate instead of render -- Summary -- Chapter 5: Starting with a Simple Social Media Application -- MERN Social -- Updating the user profile -- Adding an about description -- Uploading a profile photo -- Updating the user model to store a photo in MongoDB -- Uploading a photo from the edit form -- File input with Material-UI -- Form submission with the file attached -- Processing a request containing a file upload -- Retrieving a profile photo -- Profile photo URL -- Showing a photo in a view -- Following users in MERN Social -- Follow and unfollow -- Updating the user model -- Updating the userByID controller method…”
    Libro electrónico
  19. 4479
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting Started with Vue.js -- Creating the workspace -- Application space -- Vue library -- Initializing Vue and displaying the first message -- Computed values -- Methods and reusable functions -- Summary -- Chapter 2: Displaying, Looping, Searching, and Filtering Data -- HTML declarations -- v-html -- Declarative rendering -- Conditional rendering -- v-if -- v-else -- v-for and displaying our data -- Creating links using v-html -- Format balance -- Format registered date -- Filtering our data -- Building the form -- Binding the inputs -- Showing and hiding Vue content -- Filtering our content -- Filtering our filters -- Changing CSS classes -- Filtering and custom classes -- Summary -- Chapter 3: Optimizing your App and Using Components to Display Data -- Optimizing the code -- Reducing the number of filter variables and grouping logically -- Combining the format functions -- Autodetection formatting -- Passing in a second variable -- Creating the method -- Reducing the number of hard-coded variables and properties, and reducing redundancy -- Creating Vue components -- Creating and initializing your component -- Using your component -- Using component data and methods -- Passing data to your component - props -- Passing data to your component - slots -- Creating a repeatable component -- Creating component methods and computed functions -- CSS class functions -- Formatted value functions -- Making the filtering work again with props -- Making the filters a component -- Creating the component -- Resolving JavaScript errors -- Using custom events to change the filter field -- Updating the filter query -- Summary…”
    Libro electrónico
  20. 4480
    Publicado 2016
    Materias: “…Java (Computer program language)…”
    Libro electrónico