Sort Score
Result 10 results
Languages All
Labels All
Results 6,061 - 6,070 of 6,159 for

reporting

(0.13 sec)
  1. Web audio codec guide - Web media technologies ...

    Even modest quality, high-fidelity stereo sound can use a substantial amount of disk space. For web developers, an even bigger concern is the network bandwidth needed in order to transfer audio, whether for streaming or to download it for use during gameplay. The processing of audio data to encode and decode it is handled by an audio codec (COder/DECoder). In this article, we look at audio codecs used on the web to compress and decompress audio, what their capabilities and use cases are, and offer guidance when choosing audio codecs to use for your content....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/Media/Form...
  2. Using Web Workers - Web APIs | MDN

    Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can make network requests using the fetch() or XMLHttpRequest APIs. Once created, a worker can send messages to the JavaScript code that created it by posting messages to an event handler specified by that code (and vice versa)....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/API/Web_Wo...
  3. Working with Svelte stores - Learn web developm...

    In this article we added two new features: an Alert component and persisting todos to web storage....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/Tools_an...
  4. CSS values and units - Learn web development | MDN

    This has been a quick run-through of the most common types of values and units you might encounter. You can have a look at all of the different types on the CSS Values and units reference page — you will encounter many of these in use as you work through these lessons....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/CSS/Buil...
  5. Using relative colors - CSS: Cascading Style Sh...

    The CSS colors module defines relative color syntax, which allows a CSS value to be defined relative to another color. This is a powerful feature that enables easy creation of complements to existing colors — such as lighter, darker, saturated, semi-transparent, or inverted variants — enabling more effective color palette creation....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_co...
  6. Начало работы с HTML - Изучение веб-разработки ...

    В этой статье мы охватим азы HTML, необходимые для начала работы. Дадим определение «элементам», «атрибутам», «тегам» и прочим важным понятиям, о которых вы, возможно, слышали, а также об их роли в языке. Мы также покажем, как устроены HTML-элементы, типичная HTML-страница, и объясним другие важные аспекты языка. По ходу дела, чтобы вы не заскучали, мы поиграем с настоящей HTML-страницей!...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/ru/docs/Learn/HTML/Introd...
  7. Primeros pasos con HTML - Aprende desarrollo we...

    En este artículo, cubrimos los conceptos básicos de HTML. Para empezar, este artículo define elementos, atributos y todos los demás términos importantes que puedas haber escuchado. También explica dónde encajan en HTML. Aprenderás cómo se estructuran los elementos HTML, cómo se estructura una página HTML típica y otras características importantes del lenguaje básico. ¡En el camino, también tendrás la oportunidad de jugar con HTML!...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/es/docs/Learn/HTML/Introd...
  8. 文書とウェブサイトの構造 - ウェブ開発を学ぶ | MDN

    HTML は、ページの個々の部分(「段落」や「画像」など)を定義するだけでなく、ウェブサイトの領域を定義するために使用される多数のブロックレベル要素(「ヘッダー」、「ナビゲーションメニュー」、「メインコンテンツ列」など)も備えています。この記事では、基本的なウェブサイト構造を計画し、この構造を表す HTML を記述する方法について説明します。...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/ja/docs/Learn/HTML/Introd...
  9. HTML 属性: rel - HTML: ハイパーテキストマークアップ言語 | MDN

    developer.mozilla.org/ja/docs/Web/HTML/Attribut...
  10. Making decisions in your code — conditionals - ...

    In any programming language, the code needs to make decisions and carry out actions accordingly depending on different inputs. For example, in a game, if the player's number of lives is 0, then it's game over. In a weather app, if it is being looked at in the morning, show a sunrise graphic; show stars and a moon if it is nighttime. In this article, we'll explore how so-called conditional statements work in JavaScript....View this page on GitHub • Report a problem with this content...

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