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.

More Web Design Blog Content

CSS3

Lots of new fun with CSS3. CSS makes styling web pages a snap. Now CSS3, the third “version”,  allows for incredibly robust styling possible. For instance, background gradients are a breeze when before developers had to create them as images or use CSS ‘hacks’ to accomplish those goals.

Jquery Simple Fadeout

A cute little snippet to show a simple green bar upon a successful edit. <?php if(isset($_GET[‘edit’])){ ?> <div id=’notifyy’> Edited Successfully </div>     <script type=”text/javascript”>     $( ‘#notifyy’ ).show(function(){     $(this).fadeOut(5000);     });     </script> <?php } ?> The CSS: #notifyy{width:100%;background:#2f5001;padding:4px 15px;color:#fff;} Always,

You get 15 seconds! Web Design Trends for 2016

Mobile is in and users are becoming increasingly impatient. In 2014, 55% of users spent less than 15 seconds on a webpage according to data by Tony Haile of Chartbeat.  This means you only have 15 seconds to capture a users attention and convert a visitor to a customer.

TNA The Facial Pain Association has a new website

Glad to have them on board! The Facial Pain Association does some really great work on helping people with debilitating condition known as TNA. Facial pain is a serious condition and options are often limited for sufferers. Fortunately they do have the association there to assist them in

What we’ve been up to lately

Here’s what’s been going on at Livewire in the last few weeks – because, well, why not? It’s a blog ,isn’t it? Finishing up the LDM iphone app – which has been a big project that has presented us with some unique challenges. The Android version is likely

Review: Total Cache WordPress Plugin ★★★★

An easy plugin for WordPress that does all your caching for you automatically. What is caching? A cache essentially takes a screenshot of your page and keeps it in local memory. When that page is called (by a user visiting it) then it is called up from the