20 Useful Javascript Frameworks for your Upcoming Project (转)

20 Useful Javascript Frameworks for your Upcoming Project

Posted in Resources By ashish On May 14, 2015

Advanced JavaScript programming can often be very difficult and time-consuming to work with. To deal with these difficulties, a lot of JavaScript libraries have been developed. These JavaScript libraries are often called JavaScript frameworks.

JavaScript frameworks  aims to simplify front end application development depicting the power of JavaScript language.These JavaScript frameworks have become very popular in the market these days.

We have gathered a list of free JavaScript libraries which will increase lot  possibilities for a smooth and effective web applications development for achieving excellence in the purpose .For creating web and mobile application one should be familiar with these libraries and how do they work.

So our today’s article is a list of javascript frameworks which may be useful for your work and also save your time.

KineticJS HTML5 Canvas Framework

KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.

TodoMVC

Create JavaScript apps, compile to JavaScript, MVC extension frameworks, and more.

Appium

Appium is an open source test automation framework for use with native, hybrid and mobile web apps. It drives iOS and Android apps using the WebDriver protocol.

The M Project

The-M-Project is a mobile HTML5 JavaScript framework that helps you build great mobile apps, easy and fast.

Ember.js: Create Ambitious Apps

A framework for creating ambitious web applications.

Derby:  Realtime Applications

DerbyJS is a full-stack framework for writing modern web applications.

Lungo: HTML5  Framework

A HTML5 framework for your mobile applications for who want to design, build and share cross-device apps.

iio Engine

iio engine is a framework that speeds the creation and deployment of HTML5 Canvas applications.

Flowtime.js

Flowtime.js is a framework for easily building HTML presentations or websites. It’s built with web standards in mind and on top of a solid full page grid layout. The animations are managed with native and accelerated CSS3 transitions. Javascript takes care of the navigation behaviour and adds advanced functionalities and configuration options.

Flight

Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes. Twitter uses it for their web applications.

Durandal

?Durandal intends to make the creation and maintenance of single-page applications easy and enjoyable.

Riot.js

RIOT.JS is amazing, and sooo underrated. It is the easiest way into full strength MV* apps if you come from a jQuery background and do not want to learn all the abstraction methods associated with the likes of Angular and Backbone.

WinJS: The Windows Library for JavaScript

?A JavaScript framework for Windows released as an open source project by Microsoft themselves. It allows you to create top applications (Windows Phone development is also possible) using HTML, CSS and JavaScript, offering advanced options such as List View, Flip View and Semantic Zoom.

Famo.us

Famo.us is the only JavaScript framework that includes an open source 3D layout engine fully integrated with a 3D physics animation engine that can render to DOM, Canvas, or WebGL.

T3

T3 is a minimalist JavaScript framework that provides core structure to code.

email.js

Email.js is a set of components that can be used to write email apps in pure JavaScript on the client in HTML5 or on the server in node.js. They can be used together or separately.

Svidget.js

Svidget.js is a JavaScript framework for creating immersive and fully interactive SVG widgets. By componentizing your data visualizations as widgets, you can quickly and easily embed them on any website while keeping a clean separation between SVG and HTML.

Reapp

Reapp is a Javascript mobile framework that is fast and enables users to make hybrid apps quickly and easily. It can be installed really easy and it has several features that make it stand out against React, npm, Webpack and easy CLI, handling animations, styles, themes, views, components and mixins.

Ratchet

Ratchet is a minimal framework for crafting mobile apps using CSS, HTML and JavaScript component.

Enyo

A cool JavaScript framework for building HTML5 apps for mobile and web environments with high-quality tools that can run everywhere.

Other some useful links , to read

http://thegeekzum.com/css-cheat-sheets/

10 Useful Web Development and Design CSS Cheat Sheets

Posted in Resources By ashish On May 16, 2015

http://appwarp.shephertz.com/game-development-center/android-game-developers-home/android-usage-guide/

Android Getting Started

http://jquerypluginplus.com/svg-connectable-js-javascript-library-for-connecting-svg/

SVG Connectable.js – JavaScript library for connecting SVG
1st April 2015   286   All jQuery Plugins , Drag & Drop

http://blogs.shephertz.com/2013/06/27/make-realtime-multiplayer-andengine-games/

Make realtime multiplayer AndEngine games
Posted on June 27, 2013 by Dhruv

AndEngine is a free Android 2D OpenGL Game Engine. Using AppWarp, you can add realtime multiplayer game play and virtual rooms logic to your AndEngine games. In this post, we will walk through the integration steps for a simple demo game called Fruity Monster. Players connect to AppWarp cloud, can create rooms or join existing rooms. Once inside a room, players can see each other move in realtime and place fruits to the four corners of the room

http://cloudacademy.com/blog/aws-machine-learning/?utm_source=reddit.com&utm_medium=social&utm_campaign=Blogpost

Amazon Machine Learning: use cases and a real example in Python

April 27, 2015 by Alex Casalboni

UPDATE: I have just published a new hands-on Lab on Cloud Academy!
You can give it a try for free and start practicing with Amazon Machine Learning on a real AWS environment.

http://jqueryhouse.com/best-javascript-debugging-tools/

Best JavaScript Debugging Tools

Debugging JavaScript code can be real pain in ass as finding errors in bunch of code is quite time consuming and arduous task for developers

In this article we have gathered some of the Best JavaScript Debugging Tools that will turn out to be handy while debugging millions of JavaScript code without much hassle and help you to achieve more accurate results. If you are aware of any other JavaScript Debuggers, please let us know by posting a comment below.

1. Sublime Web Inspector


If you use Sublime Text Editor for your JavaScript editing, then Sublime Web Inspector allows you to debug from the same program you edit with. It works on top of WebInspectorProtocol, with all information displayed in console and text files.

2. Js Bin


JS Bin is an open source collaborative web development debugging tool. JS Bin allows you to edit and test JavaScript and HTML. Once you’re happy you can save, and send the URL to a peer for review or help.

3. JavaScript Debug


This code provides a simple wrapper for the console’s logging methods, and was created to allow a very easy-to-use, cross-browser logging solution, without requiring excessive or unwieldy object detection. If a console object is not detected, all logged messages will be stored internally until a logging callback is added. If a console object is detected, but doesn’t have any of the debug, info,warn, and error logging methods, log will be used in their place.

4. Theseus


Theseus is a new type of JavaScript debugger for Node.js, Chrome, and both simultaneously. It is an extension for the Brackets code editor. Theseus shows the number of times that every function has been called next to its definition. Functions that have never been called are also given a gray background. You can watch the code light up as you interact with the web page.

5. JS Hint


JSHint is a community-driven tool to detect errors and potential problems in JavaScript code and to enforce your team’s coding conventions. It is very flexible so you can easily adjust it to your particular coding guidelines and the environment you expect your code to execute in. JSHint is open source and will always stay this way.

6. Aardwolf


Aardwolf is a remote JavaScript debugger for Android / iOS / Windows Phone 7 / BlackBerry OS 6+ and is written in JavaScript. It’s available under the MIT license.

7. Debug


Debug is a small library for logging debug messages. Since it is just a wrapper around console.log, it works in both Node and the Browser. It allows you to filter logging output without changing your source and it also outputs time differences which lets you easily tell how much time has elapsed between log message.

8. Vorlonjs


Vorlon.js is an open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io. You can install Vorlon.JS and add a single line of JavaScript to your web app. Run your server and start the Vorlon.JS dashboard. Debug JavaScript on nearly any platform with a web environment. Plugins allow you to add new features and resources.

9. JavaScript Debugger


Venkman is the code name for Mozilla’s JavaScript Debugger. Venkman aimed to provide a powerful JavaScript debugging environment for Mozilla based browsers.

10. Pioneer


Pioneer is an easy to understand JavaScript DSL to interact with your app using a real browser, for testing its state compared to expectations. It makes it easier to write and debug your interaction tests, and it’s stack agnostic.

11. FindBugs


This tool helps locate bugs in the Java programs by implementing static analysis. FindBugs is available for free and can be used as a GUI or plugin for NetBeans, IntelliJ, Eclipse and mode IDEs.

12. Hyperproxy


hyperProxy is a node.js is a local proxy for using local files for debugging and testing of production sites by front-end developers. It’s easy to setup, configure, and use, and avoids using your live production site (and your users) as a testing ground.

13. Firebug


Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

14. Tutti


Tutti is a open source web application that enables you to interactively execute Javascript on multiple web browsers at the same time. It is used by simply creating a room (session) and connecting to that room by copy-pasting the unique URL generated from any browser you want. After that, when you execute a JavaScript command from the shell, it will be executed on every connected browser with the help of technologies like Socket.IO, node.js and WebSocket.

15. Jsdt


Javascript Debug Toolkit is a software can debug javascript in ie,firefox,safari,chrome,opera,mobile ie browser,mobile opera browser and so on .It works in all the browser support ajax

时间: 2024-11-06 11:04:08

20 Useful Javascript Frameworks for your Upcoming Project (转)的相关文章

9 Top JavaScript Frameworks For Mobile App Development

Technically speaking, mobile apps on iOS, Android, and Windows Phone are coded using different programming languages. An iOS app uses Objective-C, an Android app is coded with Java, while a Windows Phone application uses .NET. However, with a decent

大神手把手教你写一个页面模板引擎,只需20行Javascript代码!

只用20行Javascript代码就写出一个页面模板引擎的大神是AbsurdJS的作者,下面是他分享的全文,转需. 不知道你有木有听说过一个基于Javascript的Web页面预处理器,叫做AbsurdJS.我是它的作者,目前我还在不断地完善它.最初我只是打算写一个CSS的预处理器,不过后来扩展到了CSS和HTML,可以用来把Javascript代码转成CSS和HTML代码.当然,由于可以生成HTML代码,你也可以把它当成一个模板引擎,用于在标记语言中填充数据. 于是我又想着能不能写一些简单的代

Top JavaScript Frameworks, Libraries & Tools and When to Use Them

It seems almost every other week there is a new JavaScript library taking the web community by storm! The web community is increasingly vibrant, diverse and is moving rapidly on multiple fronts. It would be an impossible feat to survey every major Ja

How do I remove javascript validation from my eclipse project?

Right click your project Select Properties -> JavaScript -> Include Select Source tab (It looks similar to the Java Build Path Source tab) Expand source folder Highlight Excluded pattern Click Edit button Click Add button next to Exclusion patterns

推荐20款JavaScript框架给前端开发者

下面,我们给大家提供了一个用于 HTML5 开发的各种用途的 JavaScript 库列表.这些框架能够给前端开发人员提供更好的功能实现的解决方案.如果你有收藏优秀的框架,也可以在后面的评论中分享给我们. 1.EasyStar.js 如果构建HTML5游戏或其他互动内容,那么一定要检查outEasyStar.js在JavaScript.You异步寻路可以设置各种参数,路径如何根据通过API自己的需要来计算. 在线预览 2.Resumable.js 这是一个JavaScript库,通过HTML5提

ResolveUrl in external JavaScript file in asp.net project

https://stackoverflow.com/questions/11263425/page-resolveurl-is-not-working-in-javascript The problem, as poncha pointed out, is that as far as ASP.NET is concerned, the content delivered in your .js file is a string. It does not apply any sort of re

Learning JavaScript Design Patterns -- A book by Addy Osmani

Learning JavaScript Design Patterns A book by Addy Osmani Volume 1.6.2 Tweet Copyright © Addy Osmani 2015. Learning JavaScript Design Patterns is released under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 unported license. It

针对开发者的20+款移动开发框架

本文收集了20款针对开发者的移动开发框架,以帮助他们为移动爱好者开发出新颖.有用.有趣味的应用. 1.Fries Fries是一款稳定的HTML-CSS-JS框架,用于在实际项目和原型设计中创造类似于Android的原生UI界面.该框架包含所有的重要组件,比如Form.工具栏.列表.按钮.下拉列表及标签.它还专门针对PhoneGap进行了优化,能容易地转换为本地应用. 源代码 2. Appium Appium是一款开源自动化测试工具.可对任何语言的iOS应用和Android应用进行测试,测试可使

10+ Useful Javascript Libraries for Your New Proje

JavaScript Library is basically a pre-written scripting language that ease the development of JavaScript based applications such as AJAX and other web-centric technologies.These JavaScript libraries are often called JavaScript frameworks.Popular Java