• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/3

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

3 Cards in this Set

  • Front
  • Back

How to make Front End scalable/ load faster

- Minifiy


- Uglify


- Compress images


- Use Browser dev tools to isolate slowest elements

Browser Compatibility

- Use common tools such as jQuery, which tend to be compatible


- Use CSS Reset- Use CSS Framework, which tends to make it compatible


- Define valid DOCTYPE


- Use conditional comments (if IE vs !IE) for CSS Sheets


- Use testing tools in ea. browser, i.e. Dev Tools, Firebug, etc

event bubbling vs event capturing

ref: https://javascript.info/tutorial/bubbling-and-capturing