Tyler Waneka

Tyler Waneka

Stay up to date on Application Security

Posts by Tyler Waneka
  • Closing a Modal on Focus Lost in…
    | By Tyler Waneka

    At SRC:CLR we have a few different modals that we use in our application. In some cases, we want the modals to close if the user clicks elsewhere on the page, or in web terms, if the focus is lost from the modal. Angular has a couple directives to help us manage focus - ngFocus and ngBlur. They…

    Read Article
     
  • Nuances of two-way Data Binding in…
    | By Tyler Waneka

    When I first started looking at front end frameworks, all anyone wanted to talk about when it came to AngularJS was two-way data binding. You just connect the Model and the View and when one changes, so does the other. It's magic! It's one of the more glittery feature of AngularJS, and at times it…

    Read Article
     
  • Building a scroll progress bar with…
    | By Tyler Waneka

    I was reading an article on Pitchfork.com the other day and I noticed this nifty little progress bar that let me know how much of the article I had left to go. I love little details such as this one. Very simple but a really nice user experience; so I decided to recreate it. My first step was to…

    Read Article