HTML5  Ruler can be used to measure content displayed on a Web page or to measure real-life objects by placing them over the screen.The ruler works in the EU and US metric system (centimeters and inches) and can be easily be calibrated to reflect a...

MotionDetector.js uses the HTML5 getUserMedia API to detect moving objects via a webcam feed or other media input.The library basically works by comparing successive frames for changes in color and object placement.Usage instructions are included with the...

localeStorage is a feature of HTML 5 that allows for persistent data storage on the client-side via the browser. In simpler terms is a database for storing Web data in the user's browser, that gets remembered between sessions and page reloads.Locale...

jQuery createHtml allows developers to insert HTML code in a page's DOM via simple jQuery syntax.While this feature is available in the jQuery core as well, jQuery createHtml simplifies syntax and reduces development time.Usage instructions are included...