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 recently started working with polymer. I want to know any IDE that can be used to work with polymer. Could any one suggest me?
Chrome Dev Editor added the Polymer Designer feature on .html files so you can use it even when offline. However, it's no longer actively developed.
I use CDE as my primary IDE for web development instead of Sublime, mostly because I can use it even on my Chromebooks (+ basic git and bower integration)
Edit: Another Plus of CDE is that it ships with a bunch of templates to start a new project using polymer
Check out Polymer Designer.
It's pretty awesome, you can even add your own components to it. Here's the guide on how to do this.
Also, make sure you watch this video by Rob Dodson. He demonstrated a lot of cool things of Polymer and the Designer is one of them.
Related
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
Some time back I used Android studio's UI designer. I liked it a lot since it allows drag and drop of components like buttons/inputs/widget. More importantly,
we can edit the properties of existing UI component like ID/Size/Visibility using its UI pane(see right of the image). This reduces the changes of errors because we dont need to edit it directly into XML file. Also its quite fast.
I am now working now on an web application and need to design HTML page. Could you suggest any software which provides any of the two feature mentioned above for HTML.
Thanks
Online
Mobirise
Bootstrap Studio
Square Space
Wix
Idk about desktop apps, But since adobe is always perfect, I think DreamWeaver will surely support that.
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'm on the hunt for an open-source version of Adobe Dreamweaver to use for my freelance web development projects. I'm primarily a source coder, but I would find a split or visual view for CSS and design work, as well as native FTP functionality, helpful. My work involves HTML, CSS, JavaScript/jQuery, and ColdFusion. Native support for the latter, in particular, would be ideal.
I've come across the following programs that seem somewhat promising:
BlueGriffin (last stable version is dated June 19, 2013)
Brackets
CoffeeCup HTML Editor
A quick search here in the StackOverflow community turned up a couple of similar questions (see Dreamweaver alternative and Any open source alternatives for Dreamweaver using WebDav?), but I would appreciate more recent/modern alternatives.
I'm a Windows user running 8.1.
I'd love to know what others more experienced than me in this quest have uncovered.
To provide an update and answer to my question, I've found Brackets to be superior thus far. The editor is nifty in and of itself, but there's an absolute treasure trove of extensions to behold. For my specific needs, I found FTP-Sync and cfBrackets exceptionally helpful. They installed neatly and effortlessly.
Eclipse with the CFEclipse plugin , or CFBuilder (yes there is a free version)
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
We are building web based application front end for a web based application using HTML5/CSS3/JQUERY. We are using firebug at the moment which is not helping us good. I would like to know how can i ensure the pages are html5/css3 compliant. I am also looking for a plugin like firebug, which will help my team to make sure we are following best practices and while building quality front end for web based application for fortune 500 client.
If i could get a plugin or any link to web based open source application will be great!
You always want to run tests on here towards the end. But you can also run them periodically.
http://validator.w3.org/
As codehorse has said you can validate them on w3.org. There is an add on for firebug which can do this for you (I have never used it). https://addons.mozilla.org/en-US/firefox/addon/validator/
Just found this one while I was looking at other stuff
https://addons.mozilla.org/en-US/firefox/addon/html-5-validator/?src=ss yet again not sure if it works.
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 am looking to build a client-side dashboard framework where a user can create a new dashboard, add portlets, position them along a grid system, resize, close, ....
The dashboard look and feel should be controllable with CSS.
I am looking for a commercial-friendly open source solution to be used to create a d3.js based interactive dashboard system.
Dashing, with a demo here. Licensed under the MIT License
freeboard and freeboard.io
Licensed under MIT.
Full disclosure: I am the developer behind freeboard, but there are many happy users who will also vouch for it.
Cube and jSlate are two options.
AtlasBoard by Atlassian. Node based, clean and fast to develop with. Apache license.
There are also:
AdminLTE http://almsaeedstudio.com/preview
devoops http://devoops.me/themes/devoops/
Another free tool is jChartFX, which is built by SoftWareFX - a company that has a lot of graphical presentation layer options for various scenarios.
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'm looking for a library or a collection of libraries that work together with the following requirements:
HAML and SASS can be used.
Have a small server capability to see HAML/SASS compiled every time I refresh my browser. (I don't want to start a fresh Rails app, though.)
Works with popular CSS frameworks. (Doesn't have to be all, but major ones like 960gs and Blueprint)
Compass seems to be promissing, but it doesn't seem to support HAML. At least I'm looking for information that make Compass and HAML together.
Edit chriseppstein gave the list of cool stuff. I'll make a link to each one.
http://staticmatic.rubyforge.org/
http://github.com/tdreyno/middleman
http://nanoc.stoneship.org/
http://webby.rubyforge.org/user-manual/
http://github.com/jlong/serve
There are several of these:
staticmatic
middleman
nanoc
webby
All of these support haml and sass and can be easily configured to work with compass too.
Additionally, there is "serve", which is just a simple webserver.
I use Prepros, and I'm satisfied with it.