Frakkingsweet
  • Home
  • Tags
  • Me
  • Linked In

JavaScript

A collection of 3 posts
TypeScript

React Route Changes not Re-rendering Some Components

I wanted to have part of my rendered page update whenever the route changes.
May 18, 2019 1 min read
Operations

Web Based Password Generator

Ok, so this is kind of a little thing I did. I wanted a page that would generate a password without anything done on the server side. I wanted it all to be done on the client. I also wanted the ability to exclude certain characters, but yet allow others of a category. For example, one of our old legacy systems doesn't handle quote's very well, so I want to exclude quotes from the generated passwords. So, I set out to create one. It's done entirely in javascript with no server post back (for the
October 19, 2016 1 min read
JavaScript

IE8 and checking to see if an element is being hovered

Hey there, last night I needed to figure out why a jquery selector wasn't working in IE8. :hover. Turns out IE8 doesn't support the hover css selector. Lame. Unfortunately I still have to support IE8, its a good portion of the users of my site. So, I came up with a quick workaround. It effectively just tracks whether the mouse is in the element or not. Now, this could be modified to be supported on multiple elements, but I only needed one so I hacked it together real quick. And it should get you
November 20, 2013 1 min read
Frakkingsweet © 2023
Powered by Ghost - Static content generated by Vecc.GhostTemplating