HTML5 Tutorial
http://www.w3schools.com/html5/html5_intro.asp
White Paper
http://dev.w3.org/html5/html4-differences/
HTML5 Tutorial
http://www.w3schools.com/html5/html5_intro.asp
White Paper
http://dev.w3.org/html5/html4-differences/
Today, i was searching some JS library indentation / formatting tool to decompress obfuscated js file … and went through this nice online tool. Here are the details …
This little beautifier will reformat and reindent bookmarklets, ugly javascript, unpack scripts packed by the popular Dean Edward’s packer, as well as deobfuscate scripts processed by javascriptobfuscator.com.
The source code for the latest version is always available on github, and you can download the beautifier for local use (zip, tar.gz) as well.
Sharing some findings for HTML cleaning and removing MSWORD tags using PHP. It is also very useful in Text Mining applications.
htmLawed – PHP code to purify & filter HTML
To download click here.
HTML Purifier – Standards-Compliant HTML Filtering
HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet permissive whitelist,it will also make sure your documents are standards compliant, something only achievable with a comprehensive knowledge of W3C’s specifications. Tired of using BBCode due to the current landscape of deficient or insecure HTML filters? Have a WYSIWYG editor but never been able to use it? Looking for high-quality, standards-compliant, open-source components for that application you’re building? HTML Purifier is for you!
To download click here.