public marks

PUBLIC MARKS with tag js

February 2014

Interchange | Foundation Docs

by srcmax
Interchange uses media queries to dynamically load responsive content that is appropriate for different users' browsers.

Iframe-resizer by davidjbradshaw

by srcmax
Size cross domain iFrames to content with support for window/content resizing, and multiple iFrames.

Timeline documentation

by srcmax & 1 other
The Timeline is an interactive visualization chart to visualize events in time. The events can take place on a single date, or have a start and end date (a range). You can freely move and zoom in the timeline by dragging and scrolling in the Timeline. Events can be created, edited, and deleted in the timeline. The time scale on the axis is adjusted automatically, and supports scales ranging from milliseconds to years.

scrollReveal.js

by srcmax & 1 other
Declarative on-scroll reveal animations.

January 2014

iScroll 5, smooth scrolling for the web

by srcmax
iScroll is a high performance, small footprint, dependency free, multi-platform javascript scroller.

auduno/clmtrackr · GitHub

by srcmax & 1 other
clmtrackr is a javascript library for fitting facial models to faces in videos or images. It currently is an implementation of constrained local models fitted by regularized landmark mean-shift, as described in Jason M. Saragih's paper. clmtrackr tracks a face and outputs the coordinate positions of the face model as an array, following the numbering of the model below:

December 2013

Leaflet - a JavaScript library for mobile-friendly maps

by srcmax & 4 others
Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps. It is developed by Vladimir Agafonkin with a team of dedicated contributors. Weighing just about 33 KB of JS, it has all the features most developers ever need for online maps.

Proj4js by proj4js

by srcmax & 1 other
JavaScript library to transform coordinates from one coordinate system to another, including datum transformations

A comparison of Angular, Backbone, CanJS and Ember - Sebastian's Blog

by srcmax & 1 other
I have had the opportunity to use four of these frameworks: Angular, Backbone, CanJS and Ember. So I decided to create a comparison to help you decide which one to use. I will go through several factors that you might want to consider when choosing one.

November 2013

CreateJS/PreloadJS · GitHub

by srcmax
PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available, and falls back to tag-based loading when not