Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Wednesday, April 1, 2015

Wednesday, June 11, 2014

Playfull - Game Article

Nice articles on different canvas techniques :

http://www.playfuljs.com/

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/

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/

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

StreamlineJS Asynchronous programming made easy

Take a look at the sample page

http://sage.github.io/streamlinejs/examples/streamlineMe/streamlineMe.html