Nytro Posted August 13, 2012 Report Posted August 13, 2012 WebCodeSnifferWebCodeSniffer is a web version of PHP_CodeSniffer. It allows you to use easely PHP_CodeSniffer in your browser on a local or remote server. No PEAR, no CLI needed. This tool will help you to follow guidelines when coding in order to reduce bugs, prevent new bugs and have a code clean, consistent and easy to read and maintain. About PHP_CodeSniffer "PHP_CodeSniffer is a PHP5 script that tokenises PHP, JavaScript and CSS files to detect violations of a defined set of coding standards. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers". - http://pear.php.net/package/PHP_CodeSniffer- https://github.com/squizlabs/PHP_CodeSniffer- http://www.squizlabs.com/php-codesniffer About Coding Standards / Coding Conventions "Coding conventions are a set of guidelines for a specific programming language that recommend programming style, practices and methods for each aspect of a piece program written in this language. These conventions usually cover file organization, indentation, comments, declarations, statements, white space, naming conventions, programming practices, programming principles, programming rules of thumb, etc. Software programmers are highly recommended to follow these guidelines to help improve the readability of their source code and make software maintenance easier." - http://en.wikipedia.org/wiki/Coding_conventions- http://pear.php.net/manual/en/standards.php- http://www.phptherightway.com/Download:http://www.webcodesniffer.net/index.php Quote