Eğitim Hakkında
Yazılımcılar ve tasarımcılar; cihazlar, platformlar ve tarayıcılar arasında iyi görünen web sayfaları oluşturmak için JavaScript, HTML5 ve CSS3'ü bir araya getiriyor.
"HTML5", web sitenize uygun bir format sağlayacaktır. "JavaScript", geliştiricilerin dinamik, etkileşimli Web Sayfaları oluşturmasına yardımcı olur. "CSS3" tasarımı daha da güzelleştirir.
Güçlü kütüphaneleri nedeniyle giderek daha fazla şirket bunu benimsemektedir.
HTML5, CSS3 ve JavaScript web geliştirmenin temeli olarak ortaya çıktı. Bu üç dil, teknolojik değişikliklerden yararlandı ve daha iyi özelliklerle gelişti, öyle ki tüm web sitelerinin yaklaşık %94,5'i tarafından kullanılıyor.
HTML5, eski masaüstü tarayıcılardan en yeni akıllı telefonlara ve tabletlere kadar tüm cihazlarda Kullanıcı Deneyimini (UX) geliştirmenizi sağlar.
HTML5, CSS3 ve JavaScript Eğitimi'nde, HTML işaretlemesini, CSS stilini ve JavaScript programlama için web uygulamaları geliştirmeyi, site performansını, erişilebilirliği ve Arama Motoru Optimizasyonu (SEO) iyileştirme konularını öğreneceksiniz.
Neler Öğreneceksiniz
- Explain how to use Visual Studio 2017 to create and run a Web application.
- Describe the new features of HTML5, and create and style HTML5 pages.
- Add interactivity to an HTML5 page by using JavaScript
- Create HTML5 forms by using different input types and validate user input using HTML5 attributes and JavaScript code
- Send and receive data to and from a remote data source by using XMLHTTPRequest objects and Fetch API
- Style HTML5 pages by using CSS3
- Create well-structured and easily-maintainable JavaScript code
- Write modern JavaScript code and use babel to make it compatible to all browsers
- Use common HTML5 application programming interfaces (APIs) in interactive Web applications
- Create web applications that support offline operations
- Create HTML5 web pages that can adapt to different devices and form factors
- Add advanced graphics to an HTML5 page using Canvas elements and Scalable Vector Graphics
- Enhance the user experience by adding animations to an HTML5 page
- Use web sockets to send and receive data between a web application and a server
- Improve the responsiveness of a web application that performs long-running operations by using web worker processes
- Use WebPack to package web applications for production
Eğitim İçeriği
Module 1: Overview of HTML and CSS
- Overview of HTML
- Overview of CSS
- Creating a Web Application by Using Visual Studio 2017
- Exploring the Contoso Conference Application
- Examining and Modifying the Contoso Conference Application
Module 2: Creating and Styling HTML
- Creating an HTML5 Page
- Styling an HTML5 Page
- Creating HTML5 Pages
- Styling HTML pages
Module 3: Introduction to JavaScript
- Overview of JavaScript
- Introduction to the Document Object Model
- Displaying Data Programmatically
- Handling Events
Module 4: Creating Forms to Collect and Validate User Input
- Creating HTML5 Forms
- Validating User Input by Using HTML5 Attributes
- Validating User Input by Using JavaScript
- Creating a Form and Validating User Input by Using HTML5 Attributes
- Validating User Input by Using JavaScript
Module 5: Communicating with a Remote Server
- Async programming in JavaScript
- Sending and Receiving Data by Using the XMLHttpRequest Object
- Sending and Receiving Data by Using the Fetch API
- Retrieving Data
- Serializing and Transmitting Data
- Refactoring the Code by Using the jQuery ajax Method
Module 6: Styling HTML5 by Using CSS3
- Styling Text by Using CSS3
- Styling Block Elements
- Pseudo-Classes and Pseudo-Elements
- Enhancing Graphical Effects by Using CSS3
- Styling the Navigation Bar
- Styling the Register Link
- Styling the About Page
Module 7: Creating Objects and Methods by Using JavaScript
- Writing Well-Structured JavaScript Code
- Creating Custom Objects
- Extending Objects
- Object Inheritance
- Refactoring JavaScript Code to Use Objects
Module 8: Creating Interactive Pages by Using HTML5 APIs
- Interacting with Files
- Incorporating Multimedia
- Reacting to Browser Location and Context
- Debugging and Profiling a Web Application
- Dragging and Dropping Images
- Incorporating Video
- Using the Geolocation API to Report the User's Current Location
Module 9: Adding Offline Support to Web
- Reading and Writing Data Locally
- Adding Offline Support by Using the Application Cache
- Caching Offline Data by Using the Application Cache API
- Persisting User Data by Using the Local Storage API
Module 10: Implementing an Adaptive User
- Supporting Multiple Form Factors
- Creating an Adaptive User Interface
- Creating a Print-Friendly Style Sheet
- Adapting Page Layout to Fit Different Form Factors
Module 11: Creating Advanced Graphics
- Creating Interactive Graphics by Using SVG
- Drawing Graphics by Using the Canvas API
- Creating an Interactive Venue Map by Using SVG
- Creating a Speaker Badge by Using the Canvas API
Module 12: Animating the User Interface
- Applying CSS Transitions
- Transforming Elements
- Applying CSS Keyframe Animations
- Applying CSS Transitions
- Applying Keyframe Animations
Module 13: Implementing Real-time Communication by Using Web Sockets
- Introduction to Web Sockets
- Using the WebSocket API
- Receiving Messages from a Web Socket
- Sending Messages to a Web Socket
- Handling Different Web Socket Message Types
Module 14: Performing Background Processing by Using Web Workers
- Understanding Web Workers
- Performing Asynchronous Processing by Using Web Workers
- Improving Responsiveness by Using a Web Worker
Module 15: Packaging JavaScript for Production Deployment
- Understanding Transpilers And Module bundling
- Creating Separate Packages for Cross Browser Support
- Creating and Deploying Packages using WebPack