background preloader

APIs

Facebook Twitter

Ytiurin/html5tooltipsjs. API Directory. Cylon.js - JavaScript framework for robotics, physical computing, and the Internet of Things using Node.js. Johnny-Five. Ramjet. Clusterize.js. Austinksmith/WebHamsters. Ritz078/embed.js. Examples. Kallaspriit/HTML5-JavaScript-Gamepad-Controller-Library. Bootstrap API. Get the lowdown on the key pieces of Bootstrap's infrastructure, including our approach to better, faster, stronger web development.

HTML5 doctype Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects. <! Doctype html><html lang="en"> ... Mobile first With Bootstrap 2, we added optional mobile friendly styles for key aspects of the framework. To ensure proper rendering and touch zooming, add the viewport meta tag to your <head>. You can disable zooming capabilities on mobile devices by adding user-scalable=no to the viewport meta tag. Bootstrap sets basic global display, typography, and link styles.

Set background-color: #fff; on the body Use the @font-family-base, @font-size-base, and @line-height-base attributes as our typographic base Set the global link color via @link-color and apply link underlines only on :hover These styles can be found within scaffolding.less. Normalize.css Containers. Playground.js - Essential framework for javascript gamedevelopers. All free APIs for getting ip address were so slow. So I created my own one, use it freely. : javascript. Dancer. Talking Javascript – Explore Speech Synthesis API Js. You can use Web Speech API and speech synthesis Javascript API to add speech to text and text to speech capability respectively to your page.

It will help you in building speech recognition utility for web, mobile and desktop. You can achieve this with just a few lines of code. This post contains basic and important features of API. Start with Basics Initialize the synthesis API with message and call speechSynthesisis.speak method with message. However, interestingly you may add more feature or parameter to control and give effect to voice by altering pitch, volume, voice and language. Here is the example: You may have notice that the second line contains .getVoices() method and third line contains .voicesproperty. getVoices() method give you an array of all available voice in the browser but some voices doesn’t support alteration.

Explore Voice. Through .foreach method in .getVoice(), you may check available voices . Use different voice Fallback Method Enjoyed the post? About Author. Konva - JavaScript 2d canvas framework. MelonJS Index. A fresh & lightweight HTML5 game engine Copyright (C) 2011 - 2014, Olivier Biot, Jason Oster, Aaron McLeod melonJS is licensed under the MIT License About melonJS melonJS is the result of our enthusiasm & experiments with Javascript, and currently features : Using melonJS For your first time using melonJS, follow the tutorial here. When starting your own projects, checkout the boilerplate Note that due to the cross-origin request policy implemented in most browsers (that prevents from accessing local files), you will need to either disable this security check (see the tutorial), or better use a "personal" local web server like the grunt connect task that is used for building melonJS (see below for building melonJS).

Building melonJS To build your own version of melonJS you will need to install : the Node.js JavaScript runtime and npm package managerthe Grunt task manager Open a Terminal or a Commmand Prompt and type the following : $ npm install -g grunt-cli $ cd melonJS$ npm install Testing. EaselJS v0.8.0 API Documentation : ColorMatrix.