PHP Versions

How many PHP versions there exist out there? I keep hearing about PHP6 all the time but apparently this version has been in the works for quite some time and there is still no official … Read more

Coding Standards Quick References

WordPress coding standards http://codex.wordpress.org/WordPress_Coding_Standards Drupal Coding Standards http://drupal.org/coding-standards PHP coding standards http://pear.php.net/manual/en/standards.php http://www.evolt.org/node/60247 Indent Style http://en.wikipedia.org/wiki/Indent_style Microsoft http://msdn.microsoft.com/en-us/library/czefa0ke(vs.71).aspx

HTML Useful Resources (DOCTYPE Structure, Validation)

Different Types of DOCTYPE http://www.w3.org/QA/2002/04/valid-dtd-list.html XHTML 1.0 Strict Cheat Sheet http://www.w3.org/2010/04/xhtml10-strict.html HTML Document Structure http://www.w3.org/TR/html401/struct/global.html Markup Validation Tool http://validator.w3.org/ The Future of HTML http://dev.w3.org/html5/spec/Overview.html