Is there any javascript framework like extjs? [closed] - javascript

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I hope to find a Javascript UI framework
which is stable, free, fast, browser-cross(support IE8), rich UI.

There are lists of Javascript UI framework which is mentions below.
angular.js
backbase.js
zinoui.js
also check the Comparison of Sencha ExtJS and AngularJS

Related

Html to content management system [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Hi I started learning web design couple of months ago and I just made my first functional site using HTML, CSS and JavaScript and PHP for my form. I wanted to find out if there is anyway I can transfer my whole site to a CMS without redesigning it. Thanks
You use some frameworks like CodeIgniter or WordPress. These are the most loved and widely used frameworks in PHP.

why we cant't import agular4 as librairy like angularJS? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
why angularJS came as script to import in html page
but in the new version Angular4, we must use web server to lunch application?
is because angularJS is not a framwork and angular4 it is?
thanks
You answered your question yourself.
AngularJS is a library that can be interpreted
Angular v2 and up is a Framework and is compiled by webpack.

Alfresco rules vs Alfresco JavaScript API [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am developing a web project that uses Alfresco as CMS, and I use Alfresco rules to perform some simple tasks such as move or copy files and folders.
I have just discovered the Alfresco Javascript API, which seems a very interesting choice to perform these kind of tasks.
Which tool is better in terms of performance?

Multilanguage in a HTML webpage [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am realtivly new to web programming and I am looking for something similar as res/values/strings.xml in android, but for a webpage. Does something like this exist (a link to a book describing this solution)?
Thanks!
Try to read about knockout.js, I think it's useful framework in your case.

How should I go about writing a JavaScript plugin API in Ruby? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm doing a project in Ruby, and I want to be able to write plugins for it in JavaScript, so I'm working on a JavaScript API for it. How should I go about doing this?
I would recommend using an existing javascript interpreter, like therubyracer. You can eval the plugin code and interact with it through that.

Categories

Resources