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 MoreI don't use a whole lot of JavaScript on a day-to-day basis. This week was an exception. There were a couple occasions I had to make sure…
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 MoreI 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 MoreThis was an issue I ran into when solving some accessibility issues. First of all, every page needs to have one h1 tag. Pages shouldn't have…
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 MoreJavaScript 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