Plan and done for May-01-2017

What will I learn today?

  1. Finish mobile menu.
  2. PixelPerfect tablet and desktop versions.
  3. Replace logo with SVG elements.
  4. Prev: Format search form to make labels more aligned with input fields.
  5. Prev: Work with styleguide.

Done

  1. Done! Implemented it with additional throttling JS-plugin by Ben Alman - http://benalman.com/code/projects/jquery-throttle-debounce/examples/throttle/. Here is - http://drupalmotion.com/article/debounce-and-throttle-visual-explanation - how it works explained visually. Applied the same function to hide-on-scroll menu. Some more explanations - http://unscriptable.com/2009/03/20/debouncing-javascript-methods/.

    Have to fixed color of hamburger and cross icons and decide on scrolling - what is better - to hide icon or to have it always on top? And if have it fixed, then what about its color - it disappears when white on white.

Practicing Vim. Have turned spellchecking for text files. Here is how - https://robots.thoughtbot.com/vim-spell-checking.