Front-end web development: Difference between revisions

Content deleted Content added
Reverted 1 edit by En3solution (talk) to last revision by Bruce1ee
No edit summary
Tags: Visual edit Mobile edit Mobile web edit
 
(3 intermediate revisions by 3 users not shown)
Line 2:
{{Software development process}}
 
'''Front-end web development''' is the development of the [[graphical user interface]] of a [[website]] through the use of [[HTML]], [[CSS]], and [[JavaScript]] so users can view and interact with that website.<ref name="mozilla">{{cite web|language=en
|url=https://developer.mozilla.org/en-US/docs/Learn/Front-end_web_developer
|title=Front-end web developer
Line 50:
===WebAssembly===
[[WebAssembly]], supported by all the major browsers (i.e. from the major vendors Google, Apple, Mozilla and Microsoft), is the only alternative to JavaScript for running code in web browsers (without the help of plug-ins, such as [[Adobe Flash|Flash]], [[Java (software platform)|Java]] or [[Silverlight]]; all being discontinued, as browsers are dropping plug-in support). Prior to its adoption, there was [[asm.js]] (a subset of JavaScript; and thus strictly works in all browsers), that's also used as a compiler target with efficient support in browsers such as [[Internet Explorer 11]]; and for such browsers that do not support WebAssembly directly, it can be compiled to asm.js and those browsers supported that way. Generally speaking programmers do not program in WebAssembly (or asm.js) directly, but use languages such as [[Rust (programming language)|Rust]], C or [[C++]] or in theory any language, that compile to it.
*
#
* [[File:Front-End-Developer-Mindmap.png|right]][[:es:Usuario:Saloca]]
 
==Goals for development==