How to Add Infinite Scrolling to Your PhotoBiz Website
In this article, we’ll walk through how to enhance the user experience of your PhotoBiz website by adding infinite scrolling to a Pinboard page template.
Continue reading »
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 »
Creating Migration Scripts Using HeidiSQL
HeidiSQL is a powerful SQL client, and knowing your way around it makes developing against databases a quick and easy task, especially when it comes to creating migration scripts.
Continue reading »
Fixing Localhost SSL Connection Error in Google Chrome
You’re developing locally. Your war exploded. Your artifact deployed. Your browser pops open to localhost:8080. And boom, sad face — Google Chrome displays an SSL connection error message.
Continue reading »
Understanding Java Runtime Exceptions as a Front-End Developer
Chances are, even as a front-end developer, you’ll stumble upon runtime exceptions at some point if you do any amount of work in Java. You may not be obligated to fix these back-end issues, but having a general understanding of what they are and how to read them is key to being able to maintain effective communication with your internal team and external users.
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 »