Ian Lopshire
  • Home
  • About

Javascript

A collection of 2 posts

1 Apr 2015

Adjure - Simple API Testing

Adjure is a open-source tool designed to test url based APIs. The goal was to be simple and easy to use. You can find the project on GitHub here [http://github.com/ianlopshire/adjure]. Technical information Adjure is built with handlebars.js for client side templating. The XHR is handled

18 Sep 2014

Javascript Scroll Events (Doing it Right)

The javascript scroll event is quite useful, but used poorly it can harm performance and annoy your users. If the following code snippet looks familiar, you should probably keep reading. scrollHandler = function(){ //Do some stuff console.log(++i); } window.onscroll = scrollHandler; The Problem In the above example, the scroll handler

  • Home
  • About
Published with Ghost