Targeting Middle HTML Element
07/31/2020Recently, I had a task where I had to create video page where there are five videos. The third video would be large and in center and then…
Read MoreRecently, I had a task where I had to create video page where there are five videos. The third video would be large and in center and then…
Read MoreTables have always been a pain point when it comes to responsive design. They will display nicely (sometimes) on desktop but they become a…
Read MoreWhen 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 MoreRecently I had to figure out how to traverse up the DOM tree so I could target a sibling of a HTML element that was two levels up the DOM…
Read MoreMost of the time you want an element to appear on a web page when it loads but sometimes you may want to delay an element from loading. In…
Read MoreThis is something that intimidates me a lot. I've done lots of simple functions - mostly ones with event listeners. Even the name…
Read MoreFor a couple weeks my blog completely disappeared resulting in the link to my blog from my website being broke. This resulted from my…
Read MoreThere has been a little personal project I've been working on for a couple years on and off. It's not that it's difficult to make. It's just…
Read MoreI ran into an issue where I had to remove a style from some dynamically generated code. I couldn't remove a class from one item because I…
Read MoreLet 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 MoreThere's been a lot of talk about the static site generator called Gatsby. It is React based and powered with GraphQL. I supposed out of all…
Read More