Plan and done for Apr-19-2017
What will I learn today?
- Practice vim and git(CLI via hub)
- Resolve JQuery datepick plugin error.
- Prev: Format search form to make labels more aligned with input fields.
- Prev: Work with styleguide.
- Align the project's main page to the design layout via PixelPerfect.
Done
-
Deep dive into Vim - http://learnvimscriptthehardway.stevelosh.com/.
-
Done. The reason of datepick didn't work was unnecessary class usage - is-datepick. This class is internal for plugin and connects to an element by JS. I included it manually, because it shows in example page for plugin. I shouldn't.
To find it I fired up blank project (it's easy with boilerplates like NTH or something from - ) setup minimal configuration with only plugin scripts and basic html. Then I started to play with different versions of html and finally found unnecessary class.