You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-13Lines changed: 21 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
This repo contains starter files and the finished project files for all the projects contained in the course.
4
4
5
-
Plus, I made all the course slides available for download, to make it easier to follow along the conceptual videos.
5
+
Plus, I made all the [course slides available for download](slides-students-C03.pdf), to make it easier to follow along the conceptual videos.
6
6
7
-
👇 ***Please read the following Frequently Asked Questions (FAQ) carefully before starting the course*** 👇
7
+
👇 **_Please read the following Frequently Asked Questions (FAQ) carefully before starting the course_** 👇
8
8
9
9
## FAQ
10
10
@@ -16,34 +16,42 @@ Plus, I made all the course slides available for download, to make it easier to
16
16
17
17
**A:** Have you extensively tried fixing the problem on your own? If you failed at fixing it, please **post a detailled description of the problem to the Q&A area of that video over at Udemy**, along with a [codepen](https://codepen.io/pen/) containing your code. You will get help as fast as possible! Please don't send me a personal message or email to fix coding problems.
18
18
19
-
### Q3: You keep mentioning your resources page. Where can I find it?
19
+
### Q3: Brackets show me errors, but my code works. Why is that?
20
+
21
+
**A:** These are _not_ errors in your code, and you can simply ignore them (they just come from so-called linters that are not correctly set up).
22
+
23
+
### Q4: You keep mentioning your resources page. Where can I find it?
20
24
21
25
**A:** It's on my website at <http://codingheroes.io/resources>. You can subscribe for updates 😉
22
26
23
-
### Q4: What Brackets and VSCode themes are you using?
27
+
### Q5: What Brackets and VSCode themes are you using?
24
28
25
29
**A:** I use the theme "OS X Style | Flat & Dark" in Brackets and "Oceanic Next (dimmed bg)" in VSCode. [Here is the complete setup](editors-setup.md).
26
30
27
-
### Q5: can I see a final version of the course projects?
31
+
### Q6: Can I see a final version of the course projects?
28
32
29
33
**A:** Sure, I have an online version of all three. Here they are: [Pig Game](https://piggame2.netlify.com/) (DOM manipulation), [Budgety](http://budgety2.netlify.com/) (advanced JavaScript) and [Forkify](https://forkify.netlify.com/) (modern JavaScript and AJAX).
30
34
31
-
### Q6: The videos don't load, can you fix it?
35
+
### Q7: Videos don't load, can you fix it?
36
+
37
+
**A:** Unfortunately, there is nothing I can do about it. The course is hosted on Udemy's platform, and sometimes they have small technical issues like this one. Please just come back a bit later or [contact their support team](https://support.udemy.com/hc/en-us).
38
+
39
+
## Q8: Videos are blurred / have low quality, can you fix it?
32
40
33
-
**A:**Unfortunately, there is nothing I can do about it. The course is hosted on Udemy's platform, and sometimes they have small technical issues like this one. Please just come back a bit later or [contact their support team](https://support.udemy.com/hc/en-us). Also, don't forget to select the HD option in the video player.
41
+
**A:**Please open video settings and change the quality from 'Auto' to another value, for example 720p. If that doesn't help, please [contact the Udemy support team](https://support.udemy.com/hc/en-us).
34
42
35
-
### Q7: Are the videos downloadable as well?
43
+
### Q9: Are the videos downloadable?
36
44
37
45
**A:** Yes, I made all videos downloadable on the Udemy platform so you can learn even without an internet connection. To download a video, use the settings icon in the right bottom corner of the video player.
38
46
39
-
### Q8: I love your courses and want to get updates on new courses. How?
47
+
### Q10: I love your courses and want to get updates on new courses. How?
40
48
41
49
**A:** First, you can subscribe to my email list [at my website](http://codingheroes.io/newsletter). Plus, I make important announcements on twitter [@jonasschmedtman](https://twitter.com/jonasschmedtman), so you should definitely follow me there 🔥
42
50
43
-
### Q9: Can I connect with your other students in some way?
51
+
### Q11: How do I get my certificate of completion?
44
52
45
-
**A:**Yep, I thought about this! I started quite an active Discord chatroom for you to chat with other students, help each other out or just hang out with like-minded people. You can [join using this invite](https://discord.gg/0ocsLcmnIZqxMSYD).
53
+
**A:**A certificate of completion is provided by Udemy after you complete 100% of the course. After completing the course, just click on the "Your progress" indicator in the top right-hand corner of the course page. If you want to change your name on the certificate, please [contact the Udemy support team](https://support.udemy.com/hc/en-us).
46
54
47
-
### Q10: How do I get my certificate of completion?
55
+
### Q12: Do you accept pull requests?
48
56
49
-
**A:**A certificate of completion is provided by Udemy after you complete 100% of the course. After completing the course, just click on the small trophy icon on the course overview page. If you want to change your name on the certificate, please [contact the Udemy support team](https://support.udemy.com/hc/en-us).
57
+
**A:**No, for the simple reason that I want this repository to contain the _exact_ same code that is shown in the videos. However, please feel free to add an issue if you found one.
0 commit comments