leodutra
3/20/2013 - 2:42 PM

JavaScript & Web Related References

JavaScript & Web Related References

JAVASCRIPT, CSS, HTML5 AND WEB RELATED REFERENCES
=================================================

FIXES AND HACKS
---------------
    
    HTML5 DOCTYPE <------------ HTML5 DOCTYPE IS TOTALLY CROSS-COMPATIBLE WITH IE 5.5, 6, 7, 8, 9, 10, 11, ... !!!
        <!DOCTYPE html>
        
        (yeah! just that!)

	Compatibility Master Tables
		Document Object Model (DOM) + CSS + ...
			http://www.webbrowsercompatibility.com/
			http://compatibility.shwups-cms.ch/en/home?
			http://quirksmode.org/compatibility.html
			http://mobilehtml5.org/
			http://html5test.com/

		CSS Compatibility
			http://www.w3schools.com/cssref/css3_browsersupport.asp

			CSS Selectors
				http://quirksmode.org/css/selectors/

		ECMAScript Compatibility (JavaScript Specifications)
			http://kangax.github.io/es5-compat-table/es6/
			http://kangax.github.io/es5-compat-table/
			http://kangax.github.io/es5-compat-table/non-standard/

	Detects HTML5 and CSS3 features in the user’s browser
		http://modernizr.com/

	All About CSS
		http://css-tricks.com/

	JavaScript Code Formatter & Beautifier
		http://jsbeautifier.org/

	JavaScript Quality/Syntax Tool
		http://jshint.com

	jQuery Browser Support
		http://jquery.com/browser-support/

	JavaScript Template Engine
		http://handlebarsjs.com

	Best JS/HTML/CSS Text Editor (for Windows)
		http://www.sublimetext.com/


REFERENCES FOR LEARNING
-----------------------

	JavaScript - The "Language"?
	    https://developer.mozilla.org/en-US/docs/JavaScript/Guide
	    https://developer.mozilla.org/en-US/docs/JavaScript/Data_structures
	    https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Inheritance_and_the_prototype_chain
	    http://ejohn.org/apps/learn/

	JavaScript Tricks
	https://code.google.com/p/jslibs/wiki/JavascriptTips

	JavaScript Engines
	    http://en.wikipedia.org/wiki/JavaScript_engine


	More
	    https://developer.mozilla.org/en-US/docs/JavaScript


	DOM - The Document Object Model
	    http://www.w3schools.com/htmldom/default.asp
	    http://www.w3schools.com/dom/default.asp


	DOM - References
	    http://www.w3schools.com/jsref/default.asp
	    http://www.w3schools.com/dom/dom_nodetype.asp


	Regular Expression
	    http://www.w3schools.com/js/js_obj_regexp.asp
	    https://www.regular-expressions.info/

	Performance
	    http://developer.yahoo.com/performance/rules.html