In this lesson we take a look at what application program interfaces are and how we use them to connect multiple applications/websites together. We learn about REST API Calls, used to communicate information requested by the calls as well as a popular format in which the data is returned from …
In this lesson we explore using custom attribute and learn their value in developing pages in WordPress. Through learning about custom attributes we gain an understanding of the value in breaking data up in to smaller parts so it can be leveraged in a myriad of ways. Additionally we explore …
In this lesson we continue to learn more about WordPress Plugins through adding the WP Links Page Plugin to our site. In addition we will learn about WordPress Widgets and explore using them.
In this lesson we explore how to pull some of the different posts we created together in to our love > things page. We will take this time to look at what SEO Friendly URLs are; and why they are important to us. Finally we will learn about WordPress Permalinks …
In this lesson we learn more about WordPress Plugins through adding the Post Grid Plugin to our site. In addition we continue to leverage Shortcodes Ultimate and learn how we can style different elements directly through he HTML Editor in the WordPress Admin Interface.
In this lesson, we take some of the things we have learned up to this point and use them to complete our books.html page. We will explore what jQuery and Bootstrap is and complete our websites.html page.
In this lesson we learn how to create a YouTube API Key so we can access our YouTube videos and playlists from our website through an API. We install a plugin that allows us to dynamically display playlists in our pages using shortcodes and play the videos as well. It …
In this lesson we take a look at what JavaScript is and how it can make our website act more like an application.