online document editing tool on a HTML page [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 have a html page, where i would like users to come and edit/add text to a specific area of the page. Is there a tool that i can embed so that the users can come in add content, hit save and they are done.
If not embed is there a tool that i can use and provide a link to the users so they can go there and then add content and hit save and they are done.

Have a look at http://www.tinymce.com/

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.

Edit website content from web. [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 have a friend that I'm running a website for. When he needs to change text, he has to go through me, and I'm busy, so he has to wait. He has no knowledge of HTML, but I would like to set it up so he can go to a certain page, log in, and edit the page's text at least. I'm thinking maybe to try drupal?
The best solutions would be a CMS like drupal, wordpress or joomla. I have found wordpress to be one of the easiest to use. Once its set up changes are done in a flash.

Which framework/CMS/... choose for a "repository" website [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 want to create a nice (and modern?) site where media will be available for registered users. Audio, video, document, image... some kind of repository.
Users can see and download data.
Does it exist some specific solution?
Almost any CMS nowadays has media library module. Drupal, Wordpress MODx, all of those has it, one way or another.

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

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.