Featured
Posted byJulien Melissas on January 8th, 2018.
Ever used Browsersync? If you’ve used Sage you’ve likely used it since we moved from LiveReload. Anyways… assuming you have node/npm available at the command line you can install Browsersync globally like so: $ npm install -g browser-sync Once you’ve done that, navigate to a folder with an index.html file in it...
Featured
Posted byJulien Melissas on December 16th, 2017.
Earlier today I found myself in a funny situation. I have a sass mixin than adds a screen to divs which expects 2 arguments: $color and $opacity. From there, it takes those values and adds the appropriate code. Only problem, is I’m using my new customizer library (coming soon to a GitHub near you, I promise) which allows for color...
Featured
Posted byJulien Melissas on April 6th, 2016.
So I was at a #WCAVL planning meeting today and was trying to come up with a talk idea, and noticed we haven’t had many JS submissions. I thought: “oh hey – maybe it’d be cool for me to do one comparing using the WP-API with React, Angular, Backbone, etc…” Someone said: “there’s no way you...
Featured
Posted byJulien Melissas on February 21st, 2016.
Since moving into a new place, my bedroom is big enough for my stereo, which love very dearly. Thing is, I can’t be in bed working and also listen to music at the same time! Now normally I’d just buy an AirPort Express, but I get a decent WiFi signal up in my room, don’t need the other functionality, and had an extra...