-
Notifications
You must be signed in to change notification settings - Fork 2
/
agenda.txt
60 lines (49 loc) · 1.25 KB
/
agenda.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
- Show final product
- Show data JSON
- 01
- Empty HTML
- JSON Data
- 02
- Basic HTML Structure
- How to start creating the design/layout
- 03
- Styled HTML
- Introduction to Less (slides)
- Introduction to Node.js (slides)
- Install LESS
- Create basic styling
- Compile less
- 04
- Introduction to Gulp (slides)
- Create package.json
- Create gulpfile
- Create tasks for build, clean and watch
- 05
- Introduction to Bower (slides)
- Create bower.json and .bowerrc
- Install dependencies
- Add JS to HTML
- 06
- Getting started with Angular.js (slides)
- Introducing require.js (slides)
- Implement the clock
- 07
- Diving deeper into Angular.js
- Load the JSON using Ajax
- Prepare the data
- Implement services and controllers required to show the sessions
- 08
- JavaScript Build
- Create Gulp tasks to build and clean the JavaScript
- Create a production HTML file
- 09
- Adding a Welcome-Screen
- Add controller to show a welcome screen
- 10
- Adding animations
- Using nganimate and what to take care of
- 11
- Implementing the ticker
- Loading ticker data via JSON
- Implement the ticker
- Make the ticker scroll