Plan and done for May-01-2017
What will I learn today?
- Finish mobile menu.
- PixelPerfect tablet and desktop versions.
- Replace logo with SVG elements.
- Prev: Format search form to make labels more aligned with input fields.
- Prev: Work with styleguide.
Done
-
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.