Feb 15, 2014

8 Open Source Tools For Developers To Use


Bootstrap

If you’ve been around the community, then you would have heard about this web design framework. Version 2.3.2 of Bootstrap was much appreciated by many and now version 3.0 is creating waves. What it does? It works alongside jQuery and helps in developing highly responsive websites, which look great and are suited to mobiles as well.

LESS

With the lack of variables and functions in CSS, the community came up with LESS. This is a library, which fills the void that CSS had. It is implemented in Javascript and is quite popular amongst users. Don’t let the name fool you, many would tell you that this is no less than a superpower.

AngularJS

HTML and HTML5 are both rather static, which is why you may need AngulasJS. This tool lets you turn things around and make static HTML dynamic. You don’t have to write lines and lines of Javascript code, but you can do a lot of things with this one.

Backbone.js

Web apps that are powered by JavaScript have often been known to lack structure. That is where Backbone.js comes in. In a way, this is a much simpler version of AngularJS that incorporates events, views and models. Backbone.js is a library and not a framework and it is being used by Hulu, Pandoram, Pitchfork and many others.

Enyo

Enyo 2 to be more precise. The first version of this application framework for webOS didn’t last very long, but reports say that the second version should do much better. Version 2 is an object oriented Javascript framework, which can be used along with HTML5 and CSS apps for both mobiles and desktops.

jQuery

This is a Javascript framework, which makes the client side of web programming very easy. Except for earlier versions of Internet Explorer, it works with most other internet browsers.

Ember.js

Ember.js is quite different from other Javascript libraries. This is a model view controller framework, which can be used for building scalable web applications.

Emscripten

This is a compiler, which can conver C++ into a highly optimisable Javascript known as asm.js. It was developed by Mozilla in collaboration with the gaming industry. It facilitates games to run in near native speeds on web-browsers.


source linux for you

No comments:

Post a Comment