Blog
A place where we discuss the communication industry and give our insights on advertising, website development, graphic design and strategic planning.

CSS Grid vs. Flexbox
By Texas Creative
In the earlier days of front-end website development, many people relied on the CSS table structure to create layouts. Then, there were floats and other positioning methods, but these left out a lot of functionality and were essentially just hacks. Fortunately for me, I wasn't doing much front-end development in those days and was spared from (most of) the horrors.
In recent years, many developers, such as myself, have been utilizing Flexbox to help create more dynamic web page layouts. Flexbox

Category:Web Development
Gmail setup for advanced custom signatures
There are plenty of Gmail signature setup guides available online. But when you are creating finished, HTML-coded email signatures with all of the styles, hacks, and tweaks which make it look the same in most email-clients, a simple Gmail setup tutorial is not going to cut it.
What happens in Gmail (and many other email clients) when you paste the signature into the signature box, is that things are changed at the code level. While Gmail is awesome in that it keeps a good visual representa

Generational Marketing: How to Reach Each Generation
By Texas Creative
I’ve always been fascinated, as many people are, with the differences between generations. Generations behave differently, are motivated by different things, and consume media in such different ways. All of these differences are motivated by the events happening in the world as they grew up or the access they had to certain technologies.
My mom is a huge fan of reality TV. For the 33rd season of her favorite show, “Survivor”, the tribes of contestants were broken up into Millennials vs. Ge

Trust the Process. Thoughts on Creativity.
Let’s speak about creativity. Perhaps I’m an anomaly in my field, but my relationship with the word “creative” is dubious, and weighted with baggage. Creativity, like art, is never decoration. Creativity will not “jazz up” a layout or ever make anything “pop.” Creativity should appear efficient, never seeming to employ more touch than is absolutely necessary. Discovering a creative execution though is an exhaustive task.
People often conflate creativity with being removed from ra

Drupal 8 Custom Table of Contents Block for Book Content
By Art Williams
Recently we needed to build a knowledge base for a SaaS client to house support content in both text and video format. Since a lot of this type of content has a progression to it (first do this, then this) it made sense to dust off the Book Module.
The Book Module
The Book module has been in Drupal core since 2001, so it’s pretty much always been there. It provides a hierarchy to pages in Drupal that allow a next/previous functionality that is useful when you have content with an order to it.