From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/th/web/guide/graphics/index.html | 39 ++++++++++++++++++++++++++++++++++ files/th/web/guide/index.html | 27 +++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 files/th/web/guide/graphics/index.html create mode 100644 files/th/web/guide/index.html (limited to 'files/th/web/guide') diff --git a/files/th/web/guide/graphics/index.html b/files/th/web/guide/graphics/index.html new file mode 100644 index 0000000000..a521c73391 --- /dev/null +++ b/files/th/web/guide/graphics/index.html @@ -0,0 +1,39 @@ +--- +title: Graphics on the Web +slug: Web/Guide/Graphics +translation_of: Web/Guide/Graphics +--- +

เว็บไซต์และแอปพลิเคชันมักจะต้องนำเสนอกราฟิกเช่นรูปภาพ รูปภาพสแตติกสามารถแสดงได้อย่างง่ายดายโดยใช้องค์ประกอบ {{HTMLElement ("img")}} หรือโดยการตั้งค่าพื้นหลังขององค์ประกอบ HTML โดยใช้คุณสมบัติ {{cssxref ("background-image")}}} นอกจากนี้คุณยังสามารถสร้างกราฟิกได้ทันทีหรือจัดการรูปภาพตามความเป็นจริง บทความเหล่านี้ให้ข้อมูลเชิงลึกเกี่ยวกับวิธีที่คุณสามารถทำได้

+ +
+
+

กราฟิก 2D

+ +
+
ผ้าใบ
+
องค์ประกอบ {{HTMLElement ("canvas")}} จัดเตรียม API เพื่อวาดกราฟิก 2D โดยใช้ JavaScript
+
SVG
+
Scalable Vector Graphics (SVG) ช่วยให้คุณใช้เส้นเส้นโค้งและรูปทรงเรขาคณิตอื่น ๆ เพื่อแสดงผลกราฟิก ด้วยเวกเตอร์คุณสามารถสร้างภาพที่ปรับขนาดได้อย่างสมบูรณ์ในทุกขนาด
+
+ +

ดูทั้งหมด...

+
+ +
+

กราฟิก 3 มิติ

+ +
+
WebGL
+
คำแนะนำในการเริ่มต้นใช้งาน WebGL ซึ่งเป็นกราฟิก 3D API สำหรับเว็บ เทคโนโลยีนี้ช่วยให้คุณใช้ OpenGL ES มาตรฐานในเนื้อหาเว็บ
+
+ +

วีดีโอ

+ +
+
ใช้เสียงและวิดีโอ HTML5
+
การฝังวิดีโอและ / หรือเสียงในหน้าเว็บและควบคุมการเล่น
+
WebRTC
+
RTC ใน WebRTC ย่อมาจาก Real-Time Communications ซึ่งเป็นเทคโนโลยีที่เปิดใช้งานการสตรีมเสียง / วิดีโอและการแบ่งปันข้อมูลระหว่างเบราว์เซอร์ไคลเอ็นต์
+
+
+
diff --git a/files/th/web/guide/index.html b/files/th/web/guide/index.html new file mode 100644 index 0000000000..415bd14d23 --- /dev/null +++ b/files/th/web/guide/index.html @@ -0,0 +1,27 @@ +--- +title: Web developer guide +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.

+
+

Note: This page is going to be a mess for a little while until we finish migrating content. Our apologies!

+
+
+ {{LandingPageListSubpages}}
+
+
+ JavaScript
+
+ JavaScript is the powerful scripting language used to create applications for the Web.
+
+

See also

+ -- cgit v1.2.3-54-g00ecf