Category: javascript

Making Tables Responsive

07/03/2020

Tables have always been a pain point when it comes to responsive design. They will display nicely (sometimes) on desktop but they become a…

Read More

NodeList vs. Array

02/29/2020

When you start to use JavaScript you will deal with arrays quite frequently. You'll also use nodeLists quite freqently too. In a way they…

Read More

Using Fetch vs XHR

04/10/2019

I have no idea how to work databases. I'm highly intimidated by them. I have been using JSON for data in personal projects but I certainly…

Read More

Using Cookies in JavaScript

11/28/2018

Let me preface this with I don't know a whole lot about browser cookies. I've only added cookies to JavaScript a couple times. However, I've…

Read More

My Troubles With JavaScript

09/17/2018

JavaScript is very hard for me. I struggle with it. That is not to say I never use it. I do. I use it quite frequently. Honestly, I use…

Read More