Suggest an HTML editor or IDE for canvas [closed] - html

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm in need of great text editor or IDE that has real-time or built-in preview feature for HTML5's canvas element. Preferable, the one that has feature of whenever I change the code, the preview will change too. Another question, is there browser that can do it?
For example: http://www.htmlinstant.com/
HTML Instant was great but of course I need the other features of common editors such as syntax highlighting. Thanks in advance.

http://codepen.io/ is reeeeally nice
modify some code in this project and notice how it updates immediately
http://codepen.io/onedayitwillmake/pen/Evyfp

Related

html to pdf free linux based command line tool [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
sorry for repost the question maybe something was update in the past year or so..
All the answers here are from few years back,
I am searching for html to pdf free linux based tool.
currently I am using wkhtmltopdf which has flaws (line breaks etc..)
The html contain CSS and canvas tags
I tested the firefox print to pdf and it work well, but I can not use firefox in my installation. maybe there is free tool based on the gecko engine already out there.
I looked also on the perl modules but none of them support CSS .
Thanks
ER
There's another tool CutyCap that also renders via WebKit, although I haven't used it myself.

Polygon graph in html [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'am looking for a good library to make polygon graph like this in html / javascript / css / svg.
Example
If you have any.
Regards
Bussiere
Raphaël is a good choice if you want to implement this yourself.
Note that there's already a charting library for Raphaël, which may help.
This answer uses Raphaël to make a similar chart.
Another choice is Highcharts, here's a not very similar example. You'd have to make the chart type yourself, if it doesn't already exist.

What tool are you using to tidyup yourhtml and css code? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for a tool to optimize/tidy up my CSS and HTML (align lines of codes correctly, remove empty spaces, etc). I've seen a lot of tools on google but wanted to have the feedback of experienced people. Many thanks
If you use Adobe Dreamweaver there is something called
apply source formatting
it does the job

HTML designer that works with CSS/Divs and not Table design? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there some sort of HTML designer (WYSIWYG) available that allows me to draw the page and results with a page using DIVs / CSS and not TABLE design?
See drawter.com you can create layout in div css format.
MS Visual Web Developer Express, its free and allows full WYSIWYG and code view HTML/CSS editing for pure (X)HTML or ASP.Net sites.
http://www.microsoft.com/express/Downloads/#Visual_Studio_2010_Express_Downloads
http://www.microsoft.com/express/Express-2010/
I'm not entirely sure of what you are asking of but if you are looking for a wysiwyg(what you see is what you get) editor Adobe Dreamweaver is probably the best but it's rather expensive. There are ton's of free wysiwyg`s however I don't use them so I only know of Dreamweaver.

Please Recommend a HTML Prototype Builder [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I know some tools that can create wireframe for web site, but their output format is not HTML. I like HTML prototype since it can be interactive (via Javascript or VBScript) and I can share it on my web site too.
Any suggestions?
Check out ForeUI, it is the specialized tool for this.
I would recommend a combination of your favourite HTML editor and your favourite browser.