Seek utility that formats html code [closed] - html

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm inheriting a mess of a website where the structure of is impossible to follow mostly because of lack of indenting. Is there a utility that can massage existing code to proper indents?

HTML Tidy is pretty much the standard, and it's often already integrated into text editors and IDEs.

HTML Tidy does a great job at reformatting. It has options for tuning how it processes the files.

Aptana has a source code formatter, it works for HTML, Javascript, PHP, CSS, pretty much everything a web-geek needs ...

Related

Tool to check for unused CSS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there a tool to check for unused CSS tags in a CSS file?
The reason I am asking is that I have a lot of old/unused tags in my CSS file. I have a website I have been running for a while and have updated the pages many time, so old CSS tags remains there.
I would like a tool that check for all tags found ina page and cross check with the one in CSS file, and let me know all tags that were unused so I could simply delete them from my CSS file to make it smaller.
You can use chrome developer tools,refer following.
http://www.labnol.org/internet/remove-unused-css/28635/
You can use this node.js tool to find unused css: http://davidwalsh.name/uncss for tutorial or https://github.com/giakki/uncss for github

Automation tool to convert PSD to HTML [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Problem - Is there any online tool or automated built in tool to convert a PSD file into HTML code or HTML web page ???
Yes you can... it is built right into photoshop and part of "save for web" options...
HOWEVER though this exists, it is VERY limited in what it can do and should really be used as a springboard from which to jump of from. You can set it up to export the document as a CSS div layout, or a table layout (for an email as an example).
I woudl do some research on the "Save For Web" parameters and see if it sets you up in the right direction. It is in no way a substitute for understanding good coding practices, but for a quick functional example online for a mock-up, it will suffice.

Is there a way to convert html markup to StackOverflow markup sintax? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there a tool like pandoc cli for converting HTML markup to StackOverflow markup syntax out there? I'm frankly not feeling up to digging the SO docs over and over to apply simple structure to my SO posts. Stuff like:
[link](http://link.com/),
__italics__,
**bolds**,
# etc.
are ok, but I don't really want to bother remembering it...
StackOverflow actually uses MarkDown, a popular html syntax. When writing answers and questions, it provides a WYSIWYG editor for common MD functions such as bolding, underlining, headers, links, etc. Comments are usually short and at the most contain some code or a link.
If you really need to you can google for a WYSIWYG online editor such as StackEdit that you can write your posts in.
Heck Yes Markdown seems to offer a useful api.

Good tool/software package for simple web design [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am a server-side java developer without experience (nor much interest to be honest) in web design (basics on html and css only). However, I need to build a website as part of my work.
Ideally, I would like a tool with similar functionalities as http://www.jimdo.com, but with the possibility of geting the generated html files and deploy them anywhere.
I have tried Kompozer and Dreamweaver but I would like something simpler.
Any ideas ?
You could try BlueGriffon ( http://bluegriffon.org/ ) which is open source and works ok.
But in my opinion it's not going to be simpler than just using the basic skills you have and putting together a plain layout based on html tables.

HTML editor for iOS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can someone suggest any native iOS component for editing HTML?
I couldn't find any googling.
Textastic maybe? You'd better search iTunes for related applications and choose yourself.
You might look at TinyMCE or CKEditor. Both are Javascript editors for creating HTML.
Solution here is to create custom JS HTML editor adopted to the touch screen.
I found this tool, its a full featured Html editor like frontpage. https://itunes.apple.com/us/app/a-real-html-editor/id732000017?mt=8