Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 31,178 for

web

(0.38 sec)
  1. CSS first steps - Learn web development | MDN

    CSS (Cascading Style Sheets) is used to style and lay out Web pages — for example, to alter the font, color, size, and spacing of your content, split it into multiple columns, or add animations and other decorative features. This module provides a gentle beginning to your path towards CSS mastery with the basics of how it works, what the syntax looks like, and how you can start using it to add styling to HTML....is used to style and lay out web pages — for example, to alter...using computers and using the Web passively (i.e. looking at it...

    developer.mozilla.org/en-US/docs/Learn/CSS/Firs...
  2. JavaScript performance optimization - Learn web...

    It is very important to consider how you are using JavaScript on your Websites and think about how to mitigate any performance issues that it might be causing. While images and video account for over 70% of the bytes downloaded for the average Website, byte per byte, JavaScript has a greater potential for negative performance impact — it can significantly impact download times, rendering performance, and CPU and battery usage. This article introduces tips and techniques for optimizing JavaScript to enhance the performance of your Website....日本語 中文 (简体) Previous Overview: Web performance Next It is very important...basic knowledge of client-side web technologies . Objectives: To...

    developer.mozilla.org/en-US/docs/Learn/Performa...
  3. Geometry interfaces - Web APIs | MDN

    Geometry interfaces is a CSS module that provides interfaces for working with 3D and 2D graphics — in particular, for working with points, rectangles, quadrilaterals and transformation matrices (for operations that translate/move, scale, rotate, skew/shear/slant, and flip graphics, as well as for multiplying/chaining and inverting/undoing those operations).... As a web developer, you don't always use...

    developer.mozilla.org/en-US/docs/Web/API/Geomet...
  4. Annotate PDF and Other Documents on CMSMS Web-P...

    Our team is glad to announce the launch of GroupDocs’ Annotation plugin for CMSMS users. Download and install the plugin to your CMSMS Website to share and annotate files online. GroupDocs supports all widely used file formats so you can annotate PDF, word-processing documents and even images. GroupDocs Annotation is a Web-based app which lets you add comments and notes to documents and images from a Web-browser. Teams collaborate faster, share views, resolve conflict and expedite the workflow.... GroupDocs Annotation is a web-based app which lets you add...documents and images from a web-browser. Teams collaborate faster...

    blog.groupdocs.com/total/groupdocs-pdf-annotati...
  5. Responsive images - Learn web development | MDN

    That's a wrap for responsive images — we hope you enjoyed playing with these new techniques. As a recap, there are two distinct problems we've been discussing here:...how to add static images to a web page . Objective: Learn how to...made available to the user's web browser. The browser could then...

    developer.mozilla.org/en-US/docs/Learn/HTML/Mul...
  6. IDBRequest - Web APIs | MDN

    Learn about the IDBRequest interface, including its properties and methods, specifications and browser compatibility....This feature is available in Web Workers . The IDBRequest interface...

    developer.mozilla.org/en-US/docs/Web/API/IDBReq...
  7. TaskController - Web APIs | MDN

    Learn about the TaskController interface, including its constructor, properties, and methods, code examples, specifications, and browser compatibility....This feature is available in Web Workers . The TaskController...

    developer.mozilla.org/en-US/docs/Web/API/TaskCo...
  8. DOMMatrix (WebKitCSSMatrix) - Web APIs | MDN

    Learn about the DOMMatrix (WebKitCSSMatrix) interface, including its constructor, properties, and methods, specifications and browser compatibility....This feature is available in Web Workers . The DOMMatrix interface...interface should be available inside web workers , though some implementations...

    developer.mozilla.org/en-US/docs/Web/API/DOMMatrix
  9. MediaSession - Web APIs | MDN

    Learn about the MediaSession interface, including its properties and methods, code examples, specifications, and browser compatibility....the Media Session API allows a web page to provide custom behaviors...

    developer.mozilla.org/en-US/docs/Web/API/MediaS...
  10. Introducing JavaScript objects - Learn web deve...

    In JavaScript, most things are objects, from core JavaScript features like arrays to the browser APIs built on top of JavaScript. You can even create your own objects to encapsulate related functions and variables into efficient packages and act as handy data containers. The object-based nature of JavaScript is important to understand if you want to go further with your knowledge of the language, therefore we've provided this module to help you. Here we teach object theory and syntax in detail, then look at how to create your own objects....and transmitting data on the web (i.e., sending some data from...so it can be displayed on a web page). You'll come across it...

    developer.mozilla.org/en-US/docs/Learn/JavaScri...