Website: https://angularjs.org/
- Website: https://octobercms.com/
- Docs: https://github.com/octobercms/october
- Developer guide: https://octobercms.com/docs/help/console
- Website: http://www.tableau.com
- Download: http://www.tableau.com/support/esdalt
Functionality behind the data sources, projects, workbooks, site users, and sites on a Tableau server.
- Reflow (Mozilla) = Layout (Webkit)
- Loading: Layout > Paint > Composition
- Composition is on GPU like translate > skips layout and paint loading cycle
- Aim for 60 FPS
- Only change properties that trigger compositing rather than layout or paint
- Use requestAnimationFrame
- Related Setup: https://gist.github.com/hofmannsven/6814278
- Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
- Interactive Beginners Tutorial: http://try.github.io/
- Git Cheatsheet by GitHub: https://services.github.com/on-demand/downloads/github-git-cheat-sheet/
Press minus + shift + s
and return
to chop/fold long lines!