If your app has an image upload mechanism, one way to add some polish is to show a preview of the uploaded image. Fortunately, with FileReader [https://developer.mozilla.org/en-US/docs/Web/API/FileReader] this is super easy. Let's take a look! … »
-
✭Easy & Graceful Image Upload Previews✭ -
✭Dynamic Custom Cursors - JS + CSS✭ Using custom cursors in browsers isn't new or complicated. There are already extremely well-written articles on how to do this with static PNGs, for instance this one [https://davidwalsh.name/css-custom-cursor] from David Walsh Blog. However, I … »
-
✭Custom Components in Nativescript✭ These past couple weeks I've been digging into the NativeScript [https://www.nativescript.org/] mobile framework, and am just super impressed by the flexibility baked into it. That flexibility makes it crazy simple for you to create custom, and p … »
-
Angular Material Sidenav I've recently started working with a couple new tools: JSPM [http://jspm.io/], and Angular Material [https://material.angularjs.org/]. I won't go into much detail on using JSPM here, will save that for future posts, but I do mention it becaus … »
-
Nodevember 2015 - Day 1 Today was the first day of the Nodevember [http://nodevember.org] conference - and it was fantastic. I thought I'd take some time to go through the sessions I attended and what I got out of and/or experienced at each one. ---------------------- … »