Miscellaneous Web Projects
This series will be a wide ranging catch all for web related projects. We will start off by exploring ways to include
icons in our projects and only time will tell where we will go from there.
#2 Adding Font Awesome Icons To The Page With Minimal Javascript
In this video we will create the necessary javascript
for us to be able to add a tag to our html, with the appropriate css classes, and have that tag replaced
with the corresponding Font Awesome icon.
#1 How To Minimize Page Weight While Using Font Awesome Icons
This video will be the first of several videos where we explore how to add Font Awesome icons to a project.
We will start off by including the entire package which while very convenient will massively increase the
size of our javascript file. For a web project this increase in size is completely unacceptable so we will
quickly come up with a solution that will minimize the impact on the page weight while still allowing us
to utilize the icons that we would like to use.