- Overview
- Transcript
8.1 Conclusion
You made it! In this course, I introduced you to the libraries, frameworks, and tools that front-end web developers use. Naturally, we barely scratched the surface of the subjects we covered, but you now know enough to get started using these technologies in your own projects.
You should have a basic understanding of how we use JavaScript to manipulate our HTML document—with or without jQuery. You should also understand how CSS is used to layout pages, and how CSS can also be used for animating the elements in our pages.
My name is Jeremy McPeak, and from all of us here at Envato Tuts+ thank you for watching!
1.Introduction1 lesson, 01:47
1.1Introduction01:47
2.JavaScript Basics3 lessons, 31:40
2.1Variables and Functions08:37
2.2Objects10:10
2.3DOM Basics12:53
3.jQuery3 lessons, 36:42
3.1Bower11:45
3.2Revisiting the DOM09:46
3.3Create an Accordion Control15:11
4.Bootstrap2 lessons, 18:10
4.1Grid Basics11:26
4.2Adjusting for Multiple Screens06:44
5.Working with the DOM5 lessons, 43:47
5.1Selecting Elements With the DOM API09:44
5.2Manipulating CSS Classes With jQuery08:20
5.3Manipulating CSS Classes With the DOM API09:00
5.4Handling Events With jQuery09:19
5.5Listening for Events With the DOM API07:24
6.HTTP Requests with JavaScript2 lessons, 21:18
6.1JSON and jQuery's Ajax API12:40
6.2Using `fetch()` to Make Requests08:38
7.CSS Transitions2 lessons, 21:57
7.1Animating Elements With Transitions06:51
7.2Building a Better Accordion15:06
8.Conclusion1 lesson, 01:19
8.1Conclusion01:19
8.1 Conclusion
Before I leave you there are few things that I hope you take away from this course. First I hope that you have a better understanding of how we use JavaScript to manipulate R HTML document. It doesnt matter if you use jQuery or purely the standard Dom, we incorporate the same ideas and concepts to find elements. Change their style through manipulating their CSS classes and even make HTTP request to retrieve data from a server. Second, I hope that you have a solid starting point for laying out your pages. CSS seems like a simply language and it is to some extent, but it's also incredibly complex Bootstrap simplifies CSS layouts, thanks to its flexible grid system. It might take some time to get familiar with it but it's worth it. CSS is also the language we should use for animating the elements in our Pages. We looked at CSS transitions which are perfect for animating pieces of R user interface. And when you combine them with JavaScript, you can create a very compelling user experience. Thank you so much for watching this course. Please feel free to get in contact with me through Twitter, or the Tut plus forums if you have any questions. Once again thank you and I will see you next time.