full featured debugger for javascript and ExtJS [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to write a web application that uses ExtJS Javascript and PHP in the back end, I need a tool that help me to debug javascript also set break points while executing
Please advise
Thanks

Zend studio 8.x supports JavaScript debugging, break points and content assist for some js frameworks such as extjs, prototype, Jquery and Dojo.
Read more on Zend studio on http://www.zend.com/en/products/studio/studio-whats-new#jsdebug You may download a free trial from here
and use it for free for 90days.This is the ideal solution if you are willing to develop using PHP and html and JavaScript.
You may have an eye on spket IDE too. http://spket.com/javascript-editor.html it's feature rich and you could integrate it into eclipse based IDE`s such as Zend Studio.
Jetbrains webstorm has some great features including break points and you may get a free download and use it for 30days for free.

Related

Use Netbeans Ide for HTML Project with NO Java [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I don't know who to ask or where to post this question: I have a Html project (html, css, php, javascript, mysql) which I edit with Notepad++. The project works OK so far, except the typing error correction & debugging is very basic (print statements in PHP, Firefox in-built debugger for Javascript, no on-line help when typing source code).
I would like to switch to the NetBeans IDE for this project, hoping the IDE will help me be more productive. I don't know Java and don't want to learn it. I am not a longtime Web Developer, this (Web projects development) is only temporary.
Is that possible ? Do you know a link to a tutorial for what I want ? If not here, where can I ask this question ?
Thanks.
There's no reason to learn java if you want use Netbeans as your favorite IDE.
Netbeans Download Options . You should download the HTML5/JavaScript version which comes for support for html,css,javascript and php.
However, you need the JDK (JavaDevelopmentKit) installed on your machine as Netbeans needs Java to run , not you. I'm using netbeans and is very useful. I decide to download the version for all the the supported languages since i start developing plugins for cordova (java).
Netbeans definitely will help you to be productive according to what you use (PHP,HTML and Javascript).

Edit HTML5 presentation without coding [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
There are several libraries which allow you to create very sophisticated presentations in web browser:
impress.js
Google slides
deck.js
Reveal.js
But the only way to edit these presentations is in code. Does anybody know one where the user can make edits on the fly in the browser?
And if so, if it is possible to get a representation of the presentation (i.e. in JSON) that could then be persisted?
Thanks.
Found Aloha Editor in Google, looks like it might do this (I've not tried it), allows you to edit impress.js presentations with WYSIWYG tools, no idea if you can save them but maybe you could save the raw HTML to persist them.
Blog about it: http://aloha-editor.org/blog/2012/04/impress-js-editable-with-wysiwyg-aloha-editor/
Demo: http://bit.ly/LZUaZP
Checkout http://strut.io/
It is open source and supports Impress, Bespoke and Handout.
Once can easily import/export JSON data.
An in-browser editor was recently released for reveal.js, you can try it here: http://www.rvl.io/
Old question, I know, but I was looking for the same today. Found this nice overview article covering tools, editors, libraries and overall technology around browser based presentations.
From the: Salisbury University Library
Presenting Your Research: Browser-Based Presentations

Javascript library for dockable panels/tabs? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
In the process of converting a .NET rich application to Javascript. One of the GUI features folks liked a lot was to rearrange their application layout. In .NET this was accomplished via Sandock:
http://www.divelements.com/net/controls/sanddock/screenshots.aspx
Anything like this for Javascript?
The closest I know to that is the javascript library ExtJS. I've used it in a few projects very successfully since it allows you to create rich Web UIs very similar to windows UIs (or widgets).
The learning curve can be a bit steep though if you aren't that familiar with javascript, however the community is quick to respond and helpful.
If ExtJS is not your cup of tea, there is a rather nice jquery port of the same concept.
Demos here:
http://layout.jquery-dev.net/demos.cfm (particularly this)
I needed this very thing, and did not find any to my liking so I decided to write my own. It is almost complete, but you can check it out here:
Edit: Still being developed actively, but fully functional now.
http://docker.webcabin.org/
If you are still looking for a javascript dock panel implmentation, I just created one myself. You can find it at https://github.com/developerDoug/HtmlJavascriptDockInVS2010

What IDE to use for standalone Javascript debugging? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have a few projects that are scripted via javascript. Not a web pages, unfortunately - just a javascript code that calls a few external methods like api.Log( "This is log" );. Is it some IDE exists that i can use to debug such javascript code? I just want to run some unit tests on math and logic so i can break into program, walk it step-by-step and see what is going around. I have tried Visual Studio for Web Developers, aptanta, eclipse - but all of them wants badly to integrade into web browser and debug 'web pages with some javascript' :(. Maybe anyone can suggest a better solution? Maybe some Emacs extension? :) Or IDE / IDE extension / Eclipse distro / IDEA fork i don't know about?
You could use Aptana Studio..

Looking for a web based, client side form editor [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for a javascript library (could be based on jQuery) that will implement a client side Form Editor.
The perfect example is something like offered by http://wufoo.com/
You should play with their free version to get the feeling of what I'm trying to find.
Also see this example someone made with jQuery. it is very basic, but a step in the right direction.
Do you know of any jQuery plugin or library that will give me the full functionality of form editing?
I would recommend the awesome ExtJS framework to build such kind of application. Here's an example of what you can do.
ext/formbuilder
Add a form panel, then drop a textbox and so on...dead simple. Ext JS 2.2 and 3.0 (not yet ready) are LGPL and GPL licensed, you have also commercial subscriptions available, I think it worth to have a look at it.
Try the jQuery Form Builder plug-in from Botsko
I had the same problem and wrote one. Github link: SpiffForm.

Categories

Resources