The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
83 views

Which HTML+Javascript source editors support continuous validation and preview?

For programmers, Eclipse continuously compiles source code and highlights errors as you type. This greatly accelerates edit-test iteration cycles. I'm looking for a similar sourcecode editor for HTML ...
8
votes
4answers
6k views

How do you save/export changes made in Firebug?

Using Firebug to edit CSS, how do I save/export changes made to the CSS? TOOLS: Firefox, Firebug MAJOR UPDATE: If you know of a way to lock the forward/back/refresh on a FireFox tab, please let me ...
1
vote
1answer
49 views

Blank lines between sourcecode [closed]

I'm so confused with a strange behaviour. Actually I have edited some php files remotely with my PhpDesigner8 (a php editor). Everything goes right, but when my teammates reopen the files that I have ...
3
votes
2answers
133 views

What tool to use to modify HTML file structure

I have HTML files with all sharing the same structure. Something like this: Body Table tr1 ... (more nested tables) tr2 ... (more nested tables) ...
4
votes
1answer
270 views

no-CMS front end WYSIWYG website editor

Is there a front end WYSIWYG website editor that can edit a webpage without having to install a CMS?
7
votes
3answers
364 views

What options are out there for an embeddable WYSIWIG text editor?

I'm thinking something along the lines of TinyMCE Please include a list of features. Examples include: supports text formatting supports links supports images syntax types (markdown/wiki/etc) ...
-2
votes
1answer
57 views

How do you make websites? [closed]

Which Tools (IDEs, Editors, Frameworks, Grid Systems, Boilerplates, picture editing software, cms) do you use, and why these instead their alternatives? When you make websites, or design them, how do ...
0
votes
1answer
112 views

Change administrator editor

Is it possible to change the default administration editor in Joomla 1.5? I've tried installing Textile and Markdown editors, but those are only installed for on page editing and not in ...
1
vote
2answers
268 views

Markdown (or Textile) editor for Joomla

I wonder whether there's any markdown editor similar to one used on StackExchange sites that's pluggable into Joomla CMS? Regular users tend to use rich WYSIWYG as they use Word. They set too many ...
2
votes
0answers
157 views

How have you found Markdown for writers/editors working on articles? [closed]

I am a web developer putting together a system for writers/editors to efficiently add — fairly rich — content to a website. I've previously used standard WYSIWYG editors but find that often what you ...
1
vote
2answers
347 views

Lightweight javascript editor for textarea

I'm looking for a simple javascript editor, much like the one i'm using to type this message. I've tried searching (and i wondered why starting to ask a question shows much better search results than ...
6
votes
4answers
419 views

A method to edit html email templates easily

I'm designing and developing some html email templates for mass mailings. I was asked to provide an easy solution for a non-technical person to edit them safely and easily. I'm afraid conventional ...
0
votes
0answers
51 views

Which rich text editor it is used on SE? Is that under free licence? [closed]

I was wondering if the text editor we are actually using to ask and answer questions on SE is a home made solution, a free software project, something else? In case it is a free software, where can I ...
2
votes
2answers
282 views

A JavaScript Rich Editor That Doesn't Convert Non-ASCII Text to Character Entities?

I am working on a site for Spanish speakers, and I am looking for a UTF-8 enabled JavaScript Rich Text Editor that preserves non-ascii characters as text, instead of entity encoding. That is, when I ...
1
vote
1answer
88 views

Editor for blog writing

I have created a blog site in ASP.NET and I am using dynamic syntax highlighter. I need a editor in which I can write my blog and necessary code should wrap inside the <pre> syntax. Which ...
2
votes
1answer
820 views

How to Edit Simple Flat CSV Text Files Online?

For a new website a team of translators will be editing each their own comma separated text files, files like de.txt fr.txt cn.txt etc. All such files reside in one and the same directory. Each file ...
1
vote
1answer
674 views

Self-hosted collaborative document editor

I'm looking for something like Google Documents, but that our company can host ourselves (for security/confidentiality reasons). I'd like something where multiple users can edit a ...