Web Development Posts

Website Redesign & Strategy: Logansport Memorial Hospital

Services Provided Include: Web Redesign Content Management System Application Development Content Writing & Editing Social Media Strategy Email Newsletter Marketing We launched an updated website for Logansport Memorial Hospital today. TBH Creative has been working with Logansport Memorial Hospital since 2011. In 2012, we upgraded their technology as a primary focus. We gave them a […]

Read more

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