Skip to content

Instantly share code, notes, and snippets.

@leodutra
Last active December 15, 2015 04:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leodutra/5205179 to your computer and use it in GitHub Desktop.
Save leodutra/5205179 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment