Tag Archives: js

Next Page

Native cross platform

Two ways for the getting javascript apps with native performace and access to native APIs.

https://www.nativescript.org/

http://ionicframework.com/docs/v2/native/background-mode/

Posted on July 29, 2016, 14:41 By
Categories: dev Tags: , , ,
SpinKit

http://tobiasahlin.com/spinkit/

SpinJS

Spin.js dynamically creates spinning activity indicators that can be used as resolution-independent replacement for AJAX loading GIFs.

or from cdnjs.

 

Posted on November 20, 2015, 17:47 By
Categories: JavaScript Tags: , , ,
Handsometable – html spreadsheet

http://handsontable.com/features.html

javascript helpers

Add fancy behaviour with these enhancement plugins:

  • Toolbar.Js A jQuery plugin that creates tooltip style toolbars
  • bootstrap-wysihtml5 is a javascript plugin that makes it easy to create simple, beautiful wysiwyg editors with the help of wysihtml5 and Twitter Bootstrap
  • BACKSTRETCH a simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element
Slick – Javascript slider

Slick

the last carousel you’ll ever need

http://kenwheeler.github.io/slick/

Motion sensing using the doppler effect in JavaScript

Daniel Rapp made a cool small javascript library that’s able to use the doppler effect to detect movement.

It can be used in interesting ways… Check it out at http://danielrapp.github.io/doppler/

Posted on March 12, 2015, 17:47 By
Categories: JavaScript Tags: , ,
NativeScript – Cross-Platform development

https://www.nativescript.org/

Build truly native apps with JavaScript

Develop iOS, Android and Windows Phone apps from a single code base

Intercooler.js

http://intercoolerjs.org/

Making AJAX as simple as anchor tags

Use familiar, declarative attributes to add AJAX to your application.

<-- This button posts to '/click' when it is clicked -->
<button ic-post-to="/click">
Click Me!
</button>

 

3D Javascript

I keep coming to these pages, they are so inspiring on what can be done on the web… I may have already posted some of these links.

http://acko.net/

http://acko.net/files/fullfrontal/fullfrontal/webglmath/online.html

http://threejs.org/docs/index.html#Manual/Introduction/Creating_a_scene

http://www.realtimerendering.com/blog/

http://www.iquilezles.org/default.html

Posted on January 5, 2015, 16:01 By
Categories: Game, JavaScript Tags: , , , ,