SlideShare a Scribd company logo
HTML5 تکنولوژی های موجود در
technology
HTML 5.x
HTML5 تکنولوژی های موجود در
Canvas
● Canvas
● SVG
● Video
●
Audio
● Websocket,sse
● Web Storage
● Geolocation
●
Webgl
● Webrtc
● …
Canvas
scriptable rendering of 2D shapes and bitmap
images[wikipedia] .But webGL
<canvas id="example" width="200" height="200">Canvas not supported</canvas>
<script>
var example = document.getElementById('example');
var context = example.getContext('2d');
context.fillStyle = 'red';
context.fillRect(30, 30, 50, 50);
</script>
SVG
XML-based vector image format for two-dimensional graphics
[wikipedia]
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="250" height="250">
<rect x="25" y="25" width="200" height="200" fill="lime" stroke-width="4" stroke="pink" />
<circle cx="125" cy="125" r="75" fill="orange" />
<polyline points="50,150 50,200 200,200 200,100" stroke="red" stroke-width="4" fill="none" />
<line x1="50" y1="50" x2="200" y2="200" stroke="blue" stroke-width="4" />
</svg>
Video
video element for the purpose of playing videos[wikipedia]
<video poster="poster.png" controls>
<source src="movie.webm" type='video/webm; codecs="vp8.0, vorbis"'>
<source src="movie.ogv" type='video/ogg; codecs="theora, vorbis"'>
<source src="movie.mp4" type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'>
<p>Video not supported</p>
</video>
Audio
Audio element for the purpose of playing Audios
<audio controls>
<source src="horse.mp4" type='audio/mp4' />
<source src="horse.oga" type='audio/ogg; codecs=vorbis' />
<p>Audio not supported</p>
</audio>
WebSocket,Server send event
Web storage
● sessionStorage
sessionStorage.setItem('key', 'value');
sessionStorage.getItem('key');
● localStorage
localStorage.setItem('key', 'value');
localStorage.getItem('key');
5M,10M >> 4K cookie
Geolocation
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition,function(){alert("Error");});
} else {
alert( "Geolocation not supported");
}
function showPosition(position) {
var x = "Latitude: " + position.coords.latitude +
",Longitude: " + position.coords.longitude;
alert(x);
}
webgl
WebRTC
Others
● MathML
● Web Forms2
●
WebSql
● IndexedDatabase
● New Semantic elements
● Drag & drop
● Web Messaging
● Microdata
● ...
?

More Related Content

PDF
Drawing a Circle Three Ways: Generating Graphics for the Web
PPTX
SVG and the web
PDF
MOConf'13: WebNotBombs: Optimize this
PDF
Biological modeling, powered by angular js
PDF
CANVAS vs SVG @ FrontInRio 2011
PDF
Interface Styling & Scripting on WebKit Mobile
PPTX
HTML5 & IE
PDF
An introduction to the create js suite
Drawing a Circle Three Ways: Generating Graphics for the Web
SVG and the web
MOConf'13: WebNotBombs: Optimize this
Biological modeling, powered by angular js
CANVAS vs SVG @ FrontInRio 2011
Interface Styling & Scripting on WebKit Mobile
HTML5 & IE
An introduction to the create js suite

Similar to HTML5 تکنولوژی های موجود در (20)

PDF
audio, video and canvas in HTML5 - standards>next Manchester 29.09.2010
PDF
Wordcamp Thessaloniki 2011 The Nextweb
PPT
Canvas in html5 - TungVD
PPTX
Top 10 HTML5 features
PDF
PPTX
introduction of HTML canvas and styles .pptx
PPTX
Top 10 HTML5 features every developer should know!
PPTX
DoctypeHTML5 (Hyderabad) Presentation on Multimedia
PPTX
PDF
ZIP
Vector Graphics on the Web: SVG, Canvas, CSS3
PPTX
Html5 (games)
PDF
Jsf2 html5-jazoon
PPTX
Html5 canvas
PPTX
Html5 + css3+ java script for future - HTML5
ODP
HTML5 as a game console
PPTX
Html5 Canvas and Mobile Graphics
PPTX
Academy PRO: HTML5 API graphics
PPTX
DV10 HTML5: The Future of Web Development
PDF
Html5apis thenewfrontier-knowit-110203080245-phpapp02
audio, video and canvas in HTML5 - standards>next Manchester 29.09.2010
Wordcamp Thessaloniki 2011 The Nextweb
Canvas in html5 - TungVD
Top 10 HTML5 features
introduction of HTML canvas and styles .pptx
Top 10 HTML5 features every developer should know!
DoctypeHTML5 (Hyderabad) Presentation on Multimedia
Vector Graphics on the Web: SVG, Canvas, CSS3
Html5 (games)
Jsf2 html5-jazoon
Html5 canvas
Html5 + css3+ java script for future - HTML5
HTML5 as a game console
Html5 Canvas and Mobile Graphics
Academy PRO: HTML5 API graphics
DV10 HTML5: The Future of Web Development
Html5apis thenewfrontier-knowit-110203080245-phpapp02
Ad

More from Shiraz LUG (20)

PDF
منطق فازی
PDF
بینایی ماشین
PDF
رایانش ابری
PDF
Ubuntu workshop
PDF
Python workshop
PDF
پردازش زبان طبیعی
PDF
امنیت در نرم افزارهای وب
PDF
gnu و fsf پروژه های پیشنهادی
PDF
Embedded Linux
PDF
(رمزنگاری (گذشته، حال، آینده
PDF
(اصول پایه ویدئو و صوت دیجیتال (قسمت دوم
PDF
(اصول پایه ویدئو و صوت دیجیتال (قسمت اول
PDF
HTML 5 گرافیک دو بعدی در
PDF
برنامه نویسی مستقل از پلتفرم با استفاده از .NET Core و C#
PDF
فرصت های برنامه نویسی با بلاک چین
PDF
توانمندسازی سازمان های مردم نهاد
PDF
کنترل ورژن گیت
PDF
Lua زبان برنامه نویسی
PDF
R یادگیری ماشین با استفاده از زبان برنامه نویسی
PDF
برای طراحان گرافیک inkscape
منطق فازی
بینایی ماشین
رایانش ابری
Ubuntu workshop
Python workshop
پردازش زبان طبیعی
امنیت در نرم افزارهای وب
gnu و fsf پروژه های پیشنهادی
Embedded Linux
(رمزنگاری (گذشته، حال، آینده
(اصول پایه ویدئو و صوت دیجیتال (قسمت دوم
(اصول پایه ویدئو و صوت دیجیتال (قسمت اول
HTML 5 گرافیک دو بعدی در
برنامه نویسی مستقل از پلتفرم با استفاده از .NET Core و C#
فرصت های برنامه نویسی با بلاک چین
توانمندسازی سازمان های مردم نهاد
کنترل ورژن گیت
Lua زبان برنامه نویسی
R یادگیری ماشین با استفاده از زبان برنامه نویسی
برای طراحان گرافیک inkscape
Ad

Recently uploaded (20)

PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
ai tools demonstartion for schools and inter college
PPTX
Introduction to Artificial Intelligence
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
Essential Infomation Tech presentation.pptx
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Nekopoi APK 2025 free lastest update
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
L1 - Introduction to python Backend.pptx
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
System and Network Administration Chapter 2
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Odoo Companies in India – Driving Business Transformation.pdf
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
How to Choose the Right IT Partner for Your Business in Malaysia
ai tools demonstartion for schools and inter college
Introduction to Artificial Intelligence
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Upgrade and Innovation Strategies for SAP ERP Customers
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Essential Infomation Tech presentation.pptx
How to Migrate SBCGlobal Email to Yahoo Easily
How Creative Agencies Leverage Project Management Software.pdf
Nekopoi APK 2025 free lastest update
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Design an Analysis of Algorithms II-SECS-1021-03
L1 - Introduction to python Backend.pptx
Which alternative to Crystal Reports is best for small or large businesses.pdf
Softaken Excel to vCard Converter Software.pdf
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
System and Network Administration Chapter 2
Operating system designcfffgfgggggggvggggggggg
Odoo Companies in India – Driving Business Transformation.pdf

HTML5 تکنولوژی های موجود در

  • 4. Canvas ● Canvas ● SVG ● Video ● Audio ● Websocket,sse ● Web Storage ● Geolocation ● Webgl ● Webrtc ● …
  • 5. Canvas scriptable rendering of 2D shapes and bitmap images[wikipedia] .But webGL <canvas id="example" width="200" height="200">Canvas not supported</canvas> <script> var example = document.getElementById('example'); var context = example.getContext('2d'); context.fillStyle = 'red'; context.fillRect(30, 30, 50, 50); </script>
  • 6. SVG XML-based vector image format for two-dimensional graphics [wikipedia] <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="250" height="250"> <rect x="25" y="25" width="200" height="200" fill="lime" stroke-width="4" stroke="pink" /> <circle cx="125" cy="125" r="75" fill="orange" /> <polyline points="50,150 50,200 200,200 200,100" stroke="red" stroke-width="4" fill="none" /> <line x1="50" y1="50" x2="200" y2="200" stroke="blue" stroke-width="4" /> </svg>
  • 7. Video video element for the purpose of playing videos[wikipedia] <video poster="poster.png" controls> <source src="movie.webm" type='video/webm; codecs="vp8.0, vorbis"'> <source src="movie.ogv" type='video/ogg; codecs="theora, vorbis"'> <source src="movie.mp4" type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'> <p>Video not supported</p> </video>
  • 8. Audio Audio element for the purpose of playing Audios <audio controls> <source src="horse.mp4" type='audio/mp4' /> <source src="horse.oga" type='audio/ogg; codecs=vorbis' /> <p>Audio not supported</p> </audio>
  • 10. Web storage ● sessionStorage sessionStorage.setItem('key', 'value'); sessionStorage.getItem('key'); ● localStorage localStorage.setItem('key', 'value'); localStorage.getItem('key'); 5M,10M >> 4K cookie
  • 11. Geolocation if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(showPosition,function(){alert("Error");}); } else { alert( "Geolocation not supported"); } function showPosition(position) { var x = "Latitude: " + position.coords.latitude + ",Longitude: " + position.coords.longitude; alert(x); }
  • 12. webgl
  • 14. Others ● MathML ● Web Forms2 ● WebSql ● IndexedDatabase ● New Semantic elements ● Drag & drop ● Web Messaging ● Microdata ● ...
  • 15. ?