Log in

View Full Version : HTML Optimizers



codeexploiter
11-01-2006, 07:35 AM
Hi

I am looking for an HTML Optimizer that will optimize the HTML, client side scripts, etc

plz let me know your thoughts

regards

djr33
11-01-2006, 07:43 AM
Hmm? What does this do?

You want it to go in and fix errors? Or?

codeexploiter
11-01-2006, 07:46 AM
1. If it deals with pure HTML it will check the syntax of the tags if there is any conflicting tags it will resolve that conflict.

2. If we deals with heavy loaded client side javascript then from the script it will remove the commented lines, unnecessary spaces, etc.

In other words these things make the web page more compact which increases the efficiency

djr33
11-01-2006, 07:48 AM
Hmm... not sure.

the W3 validator works nicely for some of the validation, but that's all I can think of.

tech_support
11-01-2006, 08:38 AM
http://www.alentum.com/ahc/index.htm

codeexploiter
11-01-2006, 08:49 AM
http://www.alentum.com/ahc/index.htm


This compressor doesn't remove comments within the scripts. I am looking for something through which we can remove all sort of comments (html,scripts) etc

djr33
11-01-2006, 09:42 AM
You could code that in PHP without a huge amount of difficulty, but it wouldn't exactly be easy.
(Or another programming language; php is just the one I use the most.)

codeexploiter
11-01-2006, 10:27 AM
Yes it can be developed using PHP or perl but in the market there are lots of products thought the forums users might have been using any of them so i will get some idea about that.

boxxertrumps
11-01-2006, 04:12 PM
one time i used the coffecup html tidy mechanism, and all i can say is
</html></body></body></body></form></form></body></html>

it took me hours to clean up the tidied code....