Media queries with js, jStorage, native feeling web apps, Google Keep, and more!

Found a neat little JavaScript tool (that’s right, Vanilla!) called Enquire.js for detecting Media Query triggers in CSS. This could be cool for triggering events (like animation) when you have certain components of your page depending on different media queries. Even though those triggers typically only occur on resize/resolution change – it could also be used to detect orientation change (i.e. iPad rotate from portrait to landscape). While researching some stuff for an upcoming mobile web app I need to create I found this handy JavaScript tool for storing to Local Storage called jStorage. [Read More]