Skip to content

Latest commit

 

History

History
35 lines (34 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (34 loc) · 1.11 KB

#JavaScript Patterns ##Design Patterns

##DOM and Browser Patterns

  • DOM Scripting
  • Events
  • Long-Running Scripts
  • Remote Scripting
    • XMLHttpRequest
    • JSONP
    • Frames and Image Beacons
  • Deploying JavaScript
    • Combining Scripts
    • Minifying and Compressing
      • gzip
    • Expires Header
    • Using a CDN
  • Loading Strategies
    • The Place of the <script> Element
    • HTTP Chunking
    • Dynamic <script> Element for Nonblocking Downloads
    • Lazy-Loading
    • Loading on Demand
    • Preloading JavaScript