Using Bootstrap 4 Theme Colors in JavaScript
I’m leading the front end design on a project where we use Google Charts to visualize data for a Java web application. The web app’s front end is built on Bootstrap 4. Anyone familiar with Bootstrap and Material Design (Google’s design language) will immediately recognize the disparities between the two in terms of look and feel. One challenge that presented itself while integrating Google Charts with the Bootstrap framework was how to keep the colors in sync between the two systems. In this post, I’ll cover how I worked Bootstrap 4 theme colors into Google Charts via JavaScript to create integrated-looking data visualizations.
Continue reading »
3 Best Practices for Optimizing Images for the Web
Image assets are commonly the largest load on a website, which is why image optimization is so vitally important in maintaining high page performance.
Continue reading »
Logical WordPress Previous/Next Post Links
Inserting Previous/Next post links into your single.php
page in WordPress is pretty straight forward. But there will come a time when you’ll want to add some logic to which post is linked to and when exactly these links are displayed, and that becomes more difficult.
Continue reading »
On Being a Designer/Developer: Reason #1
Because it takes the average person about 20 minutes to get back to work after an interruption.
Continue reading »
A Note On Standards
Here’s my rant on standards—if you don’t have them, get them. They are necessary. And need developed early.
Continue reading »