Web Development Posts

CSS3 Series, Part 1: Transitions

In this series, I will be focusing on CSS3 tips and techniques to enhance certain elements on your website and give users a smooth user experience. Look for future posts about other CSS3 techniques in the upcoming weeks. Understanding transition effects Transitions allow for more graceful and elegant transitions between elements over a specified period […]

Read more

Using CSS Preprocessing to Speed Up Development

As websites become more complex and designs break the boundaries of standard HTML, we are seeing a rise in the use of CSS preprocessors. CSS preprocessing allows developers to write clean code in a programming language, rather than static syntax. The preprocessor rewrites this code into the CSS. This process greatly increases development workflow and […]

Read more

Form validation: A quick win for website user experience

User on mobile device

When the simple task of completing an online form is difficult, users are likely to become frustrated; however, effective form validation will guide the user step-by-step when encountering errors and minimize their frustration. Form validation is the process of notifying a user of any errors when entering data to submit the form. This is a […]

Read more

How will retina displays influence the future of web design?

retina display

Retina is the new buzzword around web designers and interactive marketing teams. This new technology has not only improved the way we see web content, but retina is starting to influence how developers build websites. As a strategic web company,  it’s TBH Creative’s goal—and responsibility—to ensure a satisfying experience for users browsing the web, regardless […]

Read more