Home » The Wire » Why are most government websites so terrible?

Why are most government websites so terrible?

The recent debacle with the Affordable Care Act has made headlines but those of us in the development world are just seeing more of the same old thing. Government websites stink! Why is that? I can assure you that their cost structure is very similar to the outrageous cost of healthcare.gov. We have seen bids for local government sites in the hundreds of thousands of dollars. While they are complex, they aren’t that complex. Once major challenge is hooking up to all the old legacy systems local (aw heck, all) governments rely on. This presents challenges but the bids are still overblown – it’s kind of just “the thing to do” with government, huh?

But then, why do they still stink? If they cost so much, so be it, but at least be good, right?

They almost unanimously seem to lumber along, contain sparse information, disconnect and are chock full of broken links. Other websites are just as complex, take Amazon or Ebay for example and you’ll rarely see the kind of issues you find throughout government web projects. Maybe those are extreme examples but you would think that government web developers would at least be working with the latest in industry standards. There is nothing preventing a government site from being responsive or at least mobile friendly. Why do I see so many <font> tags? Is this 1998?

For all the trouble and money you would think the product would be just cutting edge. Nope. We relive  and suffer through the same old clunkers and just kind of shrug… it’s just the way it is.

Why is WordPress our Go-To CMS?

Easy. It’s easy. Easy to use, operate and teach. We have dealt with virtually every blogging and Content Management Software out there, in existence, forever. Seen them all. Virtually all of them have their individual issues, yes, even WordPress. But few are as intuitive and easy to learn.

WP: Adding a HTML5 Search Form

A simple script from your local Gainesville Web Designer. [code scroll=”false” language=”htmml”] <form role=”search” method=”get” class=”search-form” action=”<?php echo home_url( ‘/’ ); ?>”> <label> <span class=”screen-reader-text”><?php echo _x( ‘Search for:’, ‘label’ ) ?></span> <input type=”search” class=”search-field” placeholder=”<?php echo esc_attr_x( ‘Search …’, ‘placeholder’ ) ?>” value=”<?php echo get_search_query() ?>” name=”s” title=”<?php echo esc_attr_x( ‘Search

Review: Google Chrome – StayFocusd ★★★★★

We. Love. This. Chrome extension. Warning: It’s brutal. Stayfocusd is essentially a task manager, not as in manage what task is next, but keeps you focused on your tasks at hand. It blocks websites that waste your time and keep you distracted through a time limit feature. You

Even More Internet Marketing Success

We’ve been working with attorneys all over town. None more than Fisher, Butts, Sechrest and Warner. They’re great folks located over in Haile. They have a successful law firm and are enjoying much success online. When we met, they were basically nowhere online … maybe somewhere back on

WordPress Experts: Getting Slug by Single_Cat_Title

An interesting problem that I came across in a recent project. The client needed a custom post taxonomy set to a gallery of choices on a featured section of their website. First we needed to add custom post types and category images plugins. Iterating through the taxonomy was