Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts
Tuesday, December 12, 2017
Saturday, September 19, 2015
Matrix rain animation using HTML5 canvas and javascript
Friday, May 22, 2015
Annoted Code
Short annotated Javascript programs
Wednesday, April 1, 2015
Javascript : This, Bind, Call, Apply
Using 'this' in Javascript can be sometimes tricky.
Here is a nice article about it
http://dailyjs.com/2012/06/25/this-binding/
Here is a nice article about it
http://dailyjs.com/2012/06/25/this-binding/
Wednesday, November 26, 2014
Monad syntax for JavaScript
Tuesday, November 25, 2014
Programmer en ECMAScript 6 aujourd’hui
Tutoriel montrant comment utiliser Javascript 6 dès aujourd'hui
http://www.technologies-ebusiness.com/langages/programmer-ecmascript-6-aujourdhui-1
http://www.technologies-ebusiness.com/langages/programmer-ecmascript-6-aujourdhui-1
Friday, August 1, 2014
Extensible system for analysing and manipulating natural language
If you have to parse users sentences then this library is for you :
https://github.com/wooorm/retext
https://github.com/wooorm/retext
Monday, July 28, 2014
Soma.js – Your Way Out of Chaotic JavaScript
Soma.js is a javascript Library which helps to create
highly decoupled application
Here is a nice tutorial :
http://modernweb.com/2013/07/15/soma-js-your-way-out-of-chaotic-javascript/
You can also looks at those aother frameworks:
http://www.designyourway.net/blog/resources/a-collection-of-javascript-mvc-framworks-that-you-should-know/
highly decoupled application
Here is a nice tutorial :
http://modernweb.com/2013/07/15/soma-js-your-way-out-of-chaotic-javascript/
You can also looks at those aother frameworks:
http://www.designyourway.net/blog/resources/a-collection-of-javascript-mvc-framworks-that-you-should-know/
Friday, June 27, 2014
Realistic terrain in 130 lines
Catégorie :
fractals,
graphics,
javascript,
physics
Wednesday, June 11, 2014
Playfull - Game Article
Catégorie :
Canvas,
Games,
javascript,
Particules,
Terrain
CrunchMe - Javascript tool compression
Quote from site
CrunchMe is a tool for compressing JavaScript source code into a self-extracting JavaScript program
http://crunchme.bitsnbites.eu/
CrunchMe is a tool for compressing JavaScript source code into a self-extracting JavaScript program
http://crunchme.bitsnbites.eu/
Visto JavaScript Framework (VistoJS)
Quote from site:
The Visto JavaScript Framework (VistoJS) integrates KnockoutJS, JQuery and RequireJS (and TypeScript) to provide the programming model known from .NET XAML and MVVM: It is possible to implement views with "code-behind" and bindings to view models, declaratively load subviews in HTML and navigate between pages - all in a single-page application.
The main advantages of this library is that it allows to develop component-based and implement reusable views which are composed of predefined programming blocks (view, view model and HTML). These views can be reused as sub views, in dialogs or as page instances. The programming API and paradigm is very similar to the one found in Windows Phone XAML or Windows 8 Store Apps programming (MVVM pattern, view "code-behind", paging/navigation).
http://visto.codeplex.com/
The Visto JavaScript Framework (VistoJS) integrates KnockoutJS, JQuery and RequireJS (and TypeScript) to provide the programming model known from .NET XAML and MVVM: It is possible to implement views with "code-behind" and bindings to view models, declaratively load subviews in HTML and navigate between pages - all in a single-page application.
The main advantages of this library is that it allows to develop component-based and implement reusable views which are composed of predefined programming blocks (view, view model and HTML). These views can be reused as sub views, in dialogs or as page instances. The programming API and paradigm is very similar to the one found in Windows Phone XAML or Windows 8 Store Apps programming (MVVM pattern, view "code-behind", paging/navigation).
http://visto.codeplex.com/
Wednesday, May 28, 2014
Javascript CorMVC
This library is one which influenced the most my way to write Javascript applications.
Quote from site :
CorMVC stands for, "Client-Only-Required Model-View-Controller," and is designed to be an extract-and-run learning tool for those who want to start building more complex applications. It does not presuppose any server-side technology and requires no more than a web browser to experiment with
http://www.bennadel.com/blog/1790-cormvc-my-jquery-powered-model-view-controller-mvc-framework.htm
Quote from site :
CorMVC stands for, "Client-Only-Required Model-View-Controller," and is designed to be an extract-and-run learning tool for those who want to start building more complex applications. It does not presuppose any server-side technology and requires no more than a web browser to experiment with
http://www.bennadel.com/blog/1790-cormvc-my-jquery-powered-model-view-controller-mvc-framework.htm
StreamlineJS Asynchronous programming made easy
Take a look at the sample page
http://sage.github.io/streamlinejs/examples/streamlineMe/streamlineMe.html
http://sage.github.io/streamlinejs/examples/streamlineMe/streamlineMe.html
Saturday, November 9, 2013
Wednesday, December 26, 2012
simpl.info
simpl.info is a website for simplest-possible code examples, nothing more.
BADASS JAVASCRIPT
http://badassjs.com
Sunday, December 23, 2012
Nook and Emscripten: A technical look at C++ GameDev in the Browser
Sunday, December 16, 2012
Subscribe to:
Posts (Atom)