Please Recommend a HTML Prototype Builder [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 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.

Related

How the class or id field in HTML of Gmail and Quora generated and why? [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.
In Gmail:
<tr class="zA yO" id=":1t4">
In Quora:
<span id="ld_zpQ1Cb_27965">
What is the intention and what tool they use to do this?
I do not think that they are using tools which generate obfuscate the code. I thing they might be using some high level programming language to generate the html code. If you look to the source code which is generated by asp.net you will also encounter generated ids.

Suggest an HTML editor or IDE for canvas [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 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

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

Create my personal browser language [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 any way that I can create my own browser language (eg. html) that can be supported?
I have the above idea in mind but don't know how to work it out:
using XML with namespace?
JavaScript to do the function on the back-ends?
CSS for displaying content?
That should be possible with xml + xslt, yes.

iOS HTML to PDF Library [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.
Does anyone know of a library for iOS platform that converts HTML to PDF? I need fairly basic functionality.
Ended up creating my own PDF. It is quite easy to do with Quartz2D. Still happy to know if anyone knows a good library.