public marks

PUBLIC MARKS from srcmax with tags html5 & js

2015

github/fetch · GitHub

by 1 other
The global fetch function is an easier way to make web requests and handle responses than using an XMLHttpRequest.

2014

browserstate/history.js · GitHub

History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers.

CutJS

CutJS is lightweight, fast and interactable 2D HTML5 rendering engine for game development, it is open-source, cross-platform and compatible with modern browsers and mobile devices.

Puffant/paste.js · GitHub

paste.js is an interface to read from clipboard data ( text / image ) in different browsers.

2013

SimpleWebRTC.js from &yet

by 1 other
You can build cool stuff with WebRTC in five minutes.

Highcharts - Interactive JavaScript charts for your webpage

by 13 others
Highcharts is a charting library written in pure HTML5/JavaScript, offering intuitive, interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.

PxLoader | A Simple JavasScript Preloader

by 1 other
PxLoader is a Javascript library that helps you download images, sound files or anything else you need before you take a specific action on your site (like showing a user interface or starting a game). You can use it to create a preloader for HTML5 games and websites.

2012

Manipulating video using canvas | Mozilla Developer Network

By combining the capabilities of the video element with a canvas, you can manipulate video data in real time to incorporate a variety of visual effects to the video being displayed. This article, adapted from this blog post by Paul Rouget, demonstrates how to perform chroma-keying (also known as the "green screen effect") using JavaScript code.

A non-responsive approach to building cross-device webapps - HTML5 Rocks

by 3 others
As the UIs you build increase in complexity, and you gravitate toward single-page webapps, you’ll want to do more to customize UIs for each type of device. This article will teach you how to do these customizations with a minimal amount of effort. The general approach involves classifying your visitor’s device into the right device class, and serving the appropriate version to that device, while maximizing code reuse between versions.

HTML5 Please

by 6 others
Look up HTML5 features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are

2011

Modernizr

by 13 others
Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.

MediaElement.js - HTML5 video player and audio player with Flash and Silverlight shims

by 5 others
HTML5 video and audio made easy. One file. Any browser. Same UI.

HTML5 elements in Internet Explorer without Javascript

by 1 other
When using HTML5 for your website, you'll soon notice that Internet Explorer refuses to acknowledge, and subsequently style, all those newfangled HTML5 elements. They simple collapse into nothingness, as if they never existed in the first place. Depending on how complicated your markup is and how many HTML5 elements you've used, this makes your website full of semantic hotness pretty much look like dog poo in Internet Explorer.

2010

Jo HTML5 Mobile App Framework

by 2 others

# A Pretty UI Widget Framework With a side of DOM, event and data stuff

# Open Source Under a friendly OpenBSD License

# Cross Platform webOS, iOS, Android, Symbian, Safari, Chrome, Dashboard Widgets (wait, what?)

# Light and Efficient Minified JavaScript is just over 8K with no dependancies

# Compatible with PhoneGap Plus most other JavaScript frameworks

evercookie - virtually irrevocable persistent cookies

by 3 others (via)

evercookie is a javascript API available that produces extremely persistent cookies in a browser. Its goal is to identify a client even after they've removed standard cookies, Flash cookies (Local Shared Objects or LSOs), and others.

Sencha - Sencha Touch Overview - HTML5 Mobile App Framework

by 4 others

Sencha Touch allows you to develop web apps that look and feel native

on Apple iOS and Google Android touchscreen devices.

2009

Manipulating video using canvas - MDC

(via)
By combining the capabilities of the video element introduced in Firefox 3.1 with a canvas, you can manipulate video data in real time to incorporate a variety of visual effects to the video being displayed. This article, adapted from this blog post by Paul Rouget, demonstrates how to perform chroma-keying (also known as the "green screen effect") using JavaScript code.