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 »
Writing SQL Statements Using Excel Concatenate Function
True, I’m most comfortable working with the front-end, but that doesn’t stop me from writing SQL statements like a boss.
Continue reading »
Conditionals
Today’s goal was to create a page layout where an image would display tilted and nudged off the page in browsers that render rotate transformation CSS, but would also display nicely in those that don’t (IE). This was accomplished by using conditional statements.
Continue reading »