From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/bg/web/guide/index.html | 56 ++++++++++++++++++++++ .../index.html" | 46 ++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 files/bg/web/guide/index.html create mode 100644 "files/bg/web/guide/\320\263\321\200\320\260\321\204\320\270\320\272\320\270/index.html" (limited to 'files/bg/web/guide') diff --git a/files/bg/web/guide/index.html b/files/bg/web/guide/index.html new file mode 100644 index 0000000000..e98031753f --- /dev/null +++ b/files/bg/web/guide/index.html @@ -0,0 +1,56 @@ +--- +title: Web developer guides +slug: Web/Guide +tags: + - Guide + - Landing + - NeedsTranslation + - TopicStub + - Web +translation_of: Web/Guide +--- +

These articles provide how-to information to help you make use of specific technologies and APIs.

+ +
+
+
+
HTML Learning Area
+
HyperText Markup Language (HTML) is the core language of nearly all Web content. Most of what you see on screen in your browser is described, fundamentally, using HTML.
+
CSS Learning Area
+
Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML.
+
Events developer guide
+
Events refers both to a design pattern used for the asynchronous handling of various incidents which occur in the lifetime of a web page and to the naming, characterization, and use of a large number of incidents of different types.
+
Graphics on the Web
+
Modern Web sites and applications often need to present graphics of varying sophistication.
+
Guide to Web APIs
+
A list of all Web APIs and what they do.
+
JavaScript
+
JavaScript is the powerful scripting language used to create applications for the Web.
+
Localizations and character encodings
+
Browsers process text as Unicode internally. However, a way of representing characters in terms of bytes (character encoding) is used for transferring text over the network to the browser. The HTML specification recommends the use of the UTF-8 encoding (which can represent all of Unicode), and regardless of the encoding used requires Web content to declare that encoding.
+
Mobile Web Development
+
This page provides an overview of some of the main techniques needed to design web sites that work well on mobile devices. If you're looking for information on Mozilla's Firefox OS project, see the Firefox OS page. Or you might be interested in details about Firefox for Android.
+
+
+ +
+
+
Optimization and performance
+
When building modern Web apps and sites, it's important to make your content work quickly and efficiently. This lets it perform effectively for both powerful desktop systems and weaker handheld devices.
+
Parsing and serializing XML
+
The Web platform provides different methods of parsing and serializing XML, each with its own pros and cons.
+
The Web Open Font Format (WOFF)
+
WOFF (Web Open Font Format) is a font file format that is free for anyone to use on the web.
+
Using FormData Objects
+
The FormData object lets you compile a set of key/value pairs to send using XMLHttpRequest. It's primarily intended for sending form data, but can be used independently from forms in order to transmit keyed data. The transmission is in the same format that the form's submit() method would use to send the data if the form's encoding type were set to "multipart/form-data".
+
Glossary
+
Defines numerous technical terms related to the Web and Internet.
+
+
+
+ +

See also

+ + diff --git "a/files/bg/web/guide/\320\263\321\200\320\260\321\204\320\270\320\272\320\270/index.html" "b/files/bg/web/guide/\320\263\321\200\320\260\321\204\320\270\320\272\320\270/index.html" new file mode 100644 index 0000000000..76930482d8 --- /dev/null +++ "b/files/bg/web/guide/\320\263\321\200\320\260\321\204\320\270\320\272\320\270/index.html" @@ -0,0 +1,46 @@ +--- +title: Графики в мрежовото пространство +slug: Web/Guide/Графики +tags: + - 2D + - Видео + - Графики + - Платно + - аудио + - уеб +translation_of: Web/Guide/Graphics +--- +

 

+ +

Уеб сайтовете и приложенията често трябва да представят графики. Статичните изображения могат лесно да се показват посредством елемента {{HTMLElement ("img")}} или чрез задаване на фона на HTML елементи с помощта на {{cssxref ("background-image")}}. Също така можете да създавате on-the-fly графики, или да ги обработвате след това. Тези статии дават представа как можете да постигнете това.

+ +
+
+

2D Графики

+ +
+
Canvas
+
Елементът {{HTMLElement("canvas")}} осигурява APIs (Приложно-програмeн интерфейс), за рисуване на 2D графики, използвайки JavaScript.
+
SVG
+
Maщабируема Векторна Графика (SVG) Ви позволява да използвате линии, криви и други геометрични форми за изобразяване на графики. С помощта на векторите, можете да създавате избражения, които се мащабират във всякакви размери без да се пикселизират.Виж повече...
+
+
+ +
+

3D Графики

+ +
+
WebGL
+
Ръководство за стартиране с WebGL, приложно-програмeн интерфейс за 3D графики в мрежата. Тази технология Ви позволява да използвате стандартен OpenGL ES в уеб съдържание.
+
+ +

Видео

+ +
+
Използване на HTML5 аудио и видео
+
Вграждане на видео и/или аудио в уеб страница и контролиране на възпроизвеждането им.
+
WebRTC
+
RTC в WebRTC, означава комуникации в реално време. Това е технология, която позволява поточно предаване на аудио / видео и споделяне на данни между браузър клиенти (пиъри).
+
+
+
-- cgit v1.2.3-54-g00ecf