Articles tagged: Web
Found 466 documents
- Archive/Apps This page includes archived content for Apps, including obsolete web app content, Firefox OS ...
- Archive/Apps/Design/UI_layout_basics/Responsive_design_versus_adaptive_design Both responsive and adaptive design attempt to optimize the user experience across different ...
- Archive/Firefox_OS/API/DOMApplication/launch This method doesn't return anything.
- Archive/Web The documentation listed below is archived, obsolete material about open Web topics.
- Games Gaming is one of the most popular computer activities. New technologies are constantly arriving ...
- Games/Examples This page lists a number of impressive web technology demos for you to get inspiration from, and ...
- Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_A-Frame The WebVR and WebGL APIs already enable us to start creating virtual reality (VR) experiences ...
- Games/Tutorials This page contains multiple tutorial series that highlight different workflows for effectively ...
- Glossary/Asynchronous Asynchronous refers to a communication environment (like email) where each party receives and ...
- Glossary/CSS CSS (Cascading Style Sheets) is a declarative language that controls how webpages look in the ...
- Glossary/Host A host is a device connected to the Internet (or a local network). Some hosts called servers ...
- Glossary/Hypertext Hypertext is text that contains links to other texts, as opposed to a single linear flow like in ...
- Glossary/Internet The Internet is a worldwide network of networks that uses the Internet protocol suite (also ...
- Glossary/IPv6 IPv6 is the current version of the communication protocol underlying the Internet. Slowly IPv6 ...
- Glossary/IP_Address An IP address is a number assigned to every device connected to a network that uses the Internet ...
- Glossary/ISP An ISP (Internet Service Provider) sells Internet access, and sometimes email, web hosting, and ...
- Glossary/Slug A Slug is the unique identifying part of a web address, typically at the end of the URL. In the ...
- Glossary/Synchronous Synchronous refers to real-time communication where each party receives (and if necessary, ...
- Glossary/TLD A TLD (top-level domain) is the most generic domain in the Internet's hierarchical DNS (domain ...
- Glossary/WebKit WebKit is a framework that displays properly-formatted webpages based on their markup. Apple ...
- Glossary/WebRTC WebRTC (Web Real-Time Communication) is an API that can be used by video-chat, voice-calling, ...
- Glossary/WebSockets WebSocket is a protocol that allows for a persistent TCP connection between server and client so ...
- Glossary/WHATWG The WHATWG (Web Hypertext Application Technology Working Group) is an organization that ...
- Learn The aim of this area of MDN is not to take you from "beginner" to "expert" but to take you from ...
- Learn/Common_questions This section of the Learning Area is designed to provide answers to common questions that may ...
- Learn/Common_questions/Checking_that_your_web_site_is_working_properly So you've published your website online? Very good! But are you sure it works properly?
- Learn/Common_questions/How_do_you_host_your_website_on_Google_App_Engine Google App Engine is a powerful platform that lets you build and run applications on Google’s ...
- Learn/Common_questions/Using_Github_pages GitHub is a "social coding" site. It allows you to upload code repositories for storage in the ...
- Learn/Common_questions/What_is_accessibility Because of physical or technical limitations, maybe your visitors can't experience your website ...
- Learn/Common_questions/What_is_a_domain_name Domain names are a key part of the Internet infrastructure. They provide a human-readable ...
- Learn/Getting_started_with_the_web/CSS_basics Like HTML, CSS is not really a programming language. It is a style sheet language, that is, it ...
- Learn/Getting_started_with_the_web/HTML_basics HTML is not a programming language; it is a markup language, and is used to tell your browser ...
- Learn/Getting_started_with_the_web/JavaScript_basics JavaScript ("JS" for short) is a full-fledged dynamic programming language that, when applied to ...
- Learn/Getting_started_with_the_web/Publishing_your_website Publishing a website isn't a simple topic, mainly because there are so many different ways to do ...
- Mozilla/B2G_OS/API/Wake_Lock_API/Keeping_the_geolocation_on_when_the_application_is_invisible A Firefox OS application may want to keep the Geolocation service running even when invisible. ...
- Mozilla/Mozilla_quirks_mode_behavior The following is a rough list of the differences that exist between Mozilla's standards mode and ...
- Mozilla/Tech/XUL/Tutorial/Using_XBL_from_stylesheets This page illustrates how you can use CSS in Mozilla to improve the structure of complex ...
- Property_compatibility_table_for_form_widgets The following compatibility tables try to summarize the state of CSS support for HTML forms. Due ...
- Web The open Web presents incredible opportunities for developers. To take full advantage of these ...
- Web/Accessibility/ARIA Accessible Rich Internet Applications (ARIA) defines ways to make Web content and Web ...
- Web/Accessibility/ARIA/forms/alerts You have a form — a contact form, for example — that you want to put some accessible error ...
- Web/API When writing code for the Web with JavaScript, there are a great many APIs available. Below is a ...
- Web/API/AudioContext/createJavaScriptNode This method is obsolete, and has been renamed to AudioContext.createScriptProcessor. See also ...
- Web/API/AudioParam/setValueCurveAtTime A reference to this AudioParam object. In some browsers older implementations of this interface ...
- Web/API/CanvasCaptureMediaStream The CanvasCaptureMediaStream interface represents a MediaStream capturing in real-time the ...
- Web/API/CanvasCaptureMediaStream/canvas The CanvasCaptureMediaStream.canvas read-only property returns the HTMLCanvasElement associated ...
- Web/API/Canvas_API/A_basic_ray-caster Open in new window
- Web/API/Canvas_API/Tutorial This tutorial describes how to use the canvas element to draw 2D graphics, starting with the ...
- Web/API/Canvas_API/Tutorial/Transformations Before we look at the transformation methods, let's look at two other methods which are ...
- Web/API/CloseEvent A CloseEvent is sent to clients using WebSockets when the connection is closed. This is ...
- Web/API/ConstrainBoolean The ConstrainBoolean dictionary is used to specify a constraint for a property whose value is a ...
- Web/API/ConstrainDOMString The ConstrainDOMString dictionary is used to specify a constraint for a property whose value is ...
- Web/API/Document/getElementById Returns a reference to the element by its ID ; the ID is a string which can be used to identify ...
- Web/API/Document/hidden The Document.hidden read-only property returns a Boolean value indicating if the page is ...
- Web/API/Document/visibilityState The Document.visibilityState read-only property returns the visibility of the document, that is ...
- Web/API/DOMMatrixReadOnly The DOMMatrixReadOnly interface represents 4x4 matrices, suitable for 2D and 3D operations. If ...
- Web/API/DOMTokenList/entries The DOMTokenList.entries() method returns an iterator allowing to go through all key/value pairs ...
- Web/API/DOMTokenList/forEach The forEach() method of the DOMTokenList interface calls the callback given in parameter once ...
- Web/API/DOMTokenList/keys The DOMTokenList.keys() method returns an iterator allowing to go through all keys contained in ...
- Web/API/DOMTokenList/values The DOMTokenList.values() method returns an iterator allowing to go through all values contained ...
- Web/API/Element/name name gets or sets the name property of a DOM object; it only applies to the following elements: ...
- Web/API/File The File interface provides information about files and allows JavaScript in a web page to ...
- Web/API/File/webkitRelativePath The File.webkitRelativePath is a read-only property that contains a DOMString which specifies ...
- Web/API/HTMLCanvasElement/captureStream The HTMLCanvasElement.captureStream() method returns a CanvasCaptureMediaStream that is a ...
- Web/API/HTMLIFrameElement/contentWindow The contentWindow property returns the Window object of an iframe element. You can use this ...
- Web/API/HTMLInputElement/webkitdirectory The HTMLInputElement.webkitdirectory is a property that reflects the webkitdirectory HTML ...
- Web/API/HTMLMediaElement/audioTracks The HTMLMediaElement.audioTracks property is an AudioTrackList that represents the list of ...
- Web/API/HTMLMediaElement/autoplay The HTMLMediaElement.autoplay property reflects the autoplay HTML attribute, indicating whether ...
- Web/API/HTMLMediaElement/buffered The HTMLMediaElement.buffered read-only property returns a new TimeRanges object ...
- Web/API/HTMLMediaElement/canPlayType The HTMLMediaElement.canPlayType() method determines whether the specified media type can be ...
- Web/API/HTMLMediaElement/controller The HTMLMediaElement.controller property represents the media controller assigned to the element.
- Web/API/HTMLMediaElement/controls The HTMLMediaElement.controls property reflects the controls HTML attribute, which controls ...
- Web/API/HTMLMediaElement/crossOrigin The HTMLMediaElement.crossOrigin property is the CORS setting for this image element. See CORS ...
- Web/API/HTMLMediaElement/currentSrc The HTMLMediaElement.currentSrc property contains the absolute URL of the chosen media ...
- Web/API/HTMLMediaElement/currentTime The HTMLMediaElement.currentTime property gives the current playback time in seconds. Setting ...
- Web/API/HTMLMediaElement/defaultMuted The HTMLMediaElement.defaultMuted property reflects the muted HTML attribute, which indicates ...
- Web/API/HTMLMediaElement/defaultPlaybackRate The HTMLMediaElement.defaultPlaybackRate property indicates the default playback rate for the media.
- Web/API/HTMLMediaElement/duration The HTMLMediaElement.duration property gives the length of the media in seconds, or zero if no ...
- Web/API/HTMLMediaElement/ended The HTMLMediaElement.ended indicates whether the media element has ended playback.
- Web/API/HTMLMediaElement/error The HTMLMediaElement.error is the MediaError object for the most recent error, or null if there ...
- Web/API/HTMLMediaElement/initialTime The HTMLMediaElement.initialTime is the initial playback position in seconds.
- Web/API/HTMLMediaElement/loop The HTMLMediaElement.loop property reflects the loop HTML attribute, which controls whether the ...
- Web/API/HTMLMediaElement/mediaGroup The HTMLMediaElement.mediaGroup property reflects the mediagroup HTML attribute, which indicates ...
- Web/API/HTMLMediaElement/muted The HTMLMediaElement.muted indicates whether the media element muted.
- Web/API/HTMLMediaElement/networkState The HTMLMediaElement.networkState property indicates the current state of the fetching of media ...
- Web/API/HTMLMediaElement/readyState The HTMLMediaElement.readyState property indicates the readiness state of the media.
- Web/API/HTMLMediaElement/seekToNextFrame The HTMLMediaElement.seekToNextFrame() method asynchronously advances the the current play ...
- Web/API/HTMLTrackElement/src The HTMLTrackElement.src property reflects the value of the track element's src attribute, which ...
- Web/API/MediaStream/id The MediaStream.id() read-only property is a DOMString containing 36 characters denoting a ...
- Web/API/MediaStreamConstraints/audio The MediaStreamConstraints dictionary's audio property is used to indicate what kind of audio ...
- Web/API/MediaTrackSupportedConstraints/aspectRatio The MediaTrackSupportedConstraints dictionary's aspectRatio property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/channelCount The MediaTrackSupportedConstraints dictionary's channelCount property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/deviceId The MediaTrackSupportedConstraints dictionary's deviceId property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/echoCancellation The MediaTrackSupportedConstraints dictionary's echoCancellation property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/facingMode The MediaTrackSupportedConstraints dictionary's facingMode property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/frameRate The MediaTrackSupportedConstraints dictionary's frameRate property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/groupId The MediaTrackSupportedConstraints dictionary's groupId property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/height The MediaTrackSupportedConstraints dictionary's height property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/latency The MediaTrackSupportedConstraints dictionary's latency property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/sampleRate The MediaTrackSupportedConstraints dictionary's sampleRate property is a read-only Boolean value ...