Skip to content

Instantly share code, notes, and snippets.

@simonewebdesign
Created December 16, 2014 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save simonewebdesign/05c229328f50f927ab29 to your computer and use it in GitHub Desktop.
Save simonewebdesign/05c229328f50f927ab29 to your computer and use it in GitHub Desktop.
JavaScript libraries

CSS 3D Transforms

JS Frameworks

  • http://zeptojs.com/ Zepto.js is like jQuery but without IE support. 11k when gzipped. Zepto also does provide you with a few touch specific events (swipe, tap, doubleTap, longTap).
  • http://jquery.com/download/ jQuery 2.x drops IE 6/7/8 support. 72k when gzipped.

Fullscreen plugins

Mobile touch events

HTML5 History API

Front-end Frameworks

  • Twitter Bootstrap
  • Zurb Foundation

Benefits of front-end frameworks

These front-end frameworks give you the following benefits:

  • Cross browsers. Front-end framework is well-tested across different browsers.
  • Uniformity. UI components such as nav, buttons, labels, forms, dropdowns, tables... they are all styled to compliment each other.
  • Rapid development. You can build a layout quick and easily. They usually have snippets and good documentation.
  • Responsive. All CSS components and Javascript plugins are made to scale from Desktop to Mobile.

Browser's support

Polyfills

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment