teoli2003
Technical Writer/Project Manager documenting the web. Former C++ developer. Erdös Number: 5
@openwebdocsSion, Switzerland
Pinned Repositories
mdn-scaffold
browser-compat-data
This repository contains compatibility data for Web technologies as displayed on MDN
content
The content behind MDN Web Docs
data
This repository contains general data for Web technologies
yari
The platform code behind MDN Web Docs
project
project documentation, policies & meeting minutes
community-meetings
A place for agendas and minutes from regular MDN community meetings
content
The content behind MDN Web Docs
dom-examples
Code examples that accompany various MDN DOM and Web API documentation pages
js-for-gamedev
A compilation of materials to learn JavaScript and make HTML5 games
teoli2003's Repositories
teoli2003/addon-sdk-content-scripts
DEPRECATED | Use WebExtensions instead | Add-ons demonstrating how to use content scripts in the Add-on SDK.
teoli2003/battery-quickstart-starter-template
The starting state of the example built up in the "Your first app" tutorial found in the Mozilla Developer Network open web app Quickstart article.
teoli2003/beginner-html-site
A simple one page website created to help complete beginners learn HTML basics. This example is built up over the course of https://developer.mozilla.org/en-US/Learn/Getting_started_with_the_web/HTML_basics
teoli2003/beginner-html-site-scripted
A simple one page website created to help complete beginners learn HTML basics, which in this repo has also had some script added to help beginners learn JavaScript basics. The scripting is explained over the course of https://developer.mozilla.org/en-US/Learn/Getting_started_with_the_web/JavaScript_basics.
teoli2003/browser-api-demo
A simple demo to show usage of the Firefox OS Browser API. See https://developer.mozilla.org/en-US/docs/Web/API/Using_the_Browser_API for more details.
teoli2003/canvas-raycaster
Using the <canvas> element to do software rendering of a 3D environment with ray-casting
teoli2003/compat
Compatibility Standard
teoli2003/content-kit-template
This is the repo to fork or clone when creating a new MDN Content Kit.
teoli2003/css-examples
Code examples that accompany the MDN CSS documentation
teoli2003/devtools-examples
Code examples that accompany the MDN Firefox Developer Tools documentation
teoli2003/e10s-example-addons
Examples showing how to port add-ons to be e10s-compatible
teoli2003/indexeddb-examples
Code examples that accompany the MDN IndexedDB documentation
teoli2003/js-examples
Code examples that accompany the MDN JavaScript/ECMAScript documentation
teoli2003/kuma
The project that powers MDN.
teoli2003/learning-area
Github repo for the MDN Learning Area.
teoli2003/Mandymas
teoli2003/mdn
Meta repository that governs the MDN GitHub organization
teoli2003/platform-status
Project Platform Status
teoli2003/repl-panel
This add-on lets you send remote debugging protocol requests to the debugging server, and displays the response.
teoli2003/simple-web-worker
A simple web worker test.
teoli2003/sw-test
Service Worker test repository. This is a very simple demo to show basic service worker features in action.
teoli2003/to-do-notifications
Enhanced version of the to-do app, which stores to-do items via IndexedDB, and then also aims to provide notifications when to-do item deadlines are up, via the Notification and Vibration APIs.
teoli2003/voice-change-o-matic-float-data
Web Audio API-powered voice changer and visualizer - this is exactly the same as https://github.com/mdn/voice-change-o-matic, except that it uses float32Array data in the visualizations, not Uint8Array (unsigned byte) data.
teoli2003/web-speech-api
A repository for demos illustrating features of the Web Speech API. See https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API for more details.
teoli2003/webassembly-examples
Code examples that accompany the MDN WebAssembly documentation — see https://developer.mozilla.org/en-US/docs/WebAssembly.
teoli2003/webextensions-examples
Example Firefox add-ons created using the WebExtensions API
teoli2003/webgl-examples
Code examples that accompany the MDN WebGL documentation
teoli2003/webvr-tests
A set of simple tests for testing WebVR functionality. See https://developer.mozilla.org/en-US/docs/Web/API/WebVR_API for the latest on the documentation.
teoli2003/whitestorm-demo
A simple demo showing usage of the Whitestorm.js 3D web library.
teoli2003/world-clock
An Ember-based app, built as a sample to demonstrate Ember/Ember CLI and modern web architecture. This goes along with the article series found at https://developer.mozilla.org/en-US/Apps/Build/Modern_web_app_architecture.