Quickbits
Javascript Capture Camera on Phone Doesn’t Work on iPhone
On an iphone you need to add a ‘playsinline’ parameter. I think it works by placing it either in the javascript, or as part of the HTML tag — I just added it to both to be safe, and it resolved the issue so I called it good. In javascript as part of the getUserMedia […]
Read MoreMaking Editable Template Pages in Hubspot
Create a Module 1. Marketing > Files and Templates > Design Tools 2. File > New 3. Select ‘Module’ 4. Next and select options on next page (be sure to do ‘Local Module’) and name it 5. Add the necessary code To Make Editable Field in a Module Use this code, where ‘title’ is the […]
Read MoreTeardrop Trailers
I’ve been fairly obssessed with teardrop trailers currently. While I would love to live the full-on nomad lifestyle in a Sprinter van or something similar, it’s just not really feasible at the moment. A teardrop however could be. They are far less expensive, but still offer many of the advantages of a nomading van — […]
Read MoreDocument Ready in Vanilla Javascript
To wait until the document is ready, similiar to the $(document).ready functionality in jQuery, just do this: document.addEventListener( ‘DOMContentLoaded’, function(e) { Stuff Here })
Read More-
Adventure
-
The Built Environment
-
Locations
-
Web Dev