BetaChurch: Helping the church with design and technology. Learn why you should care.

Next: New Drives Coming SoonFeel free to contact us… :Previous

The Bleeding Edge

written by stephen.h
Thursday, April 7, 2005

CSS and Web Standards have pretty much been beaten to death. As a result most websites are designed very similarly, in the typical blog style. Flash made a huge splash and fizzled. It was a phenomenal idea, many people have implemented it well, but for the local masses it became more time-consuming to create than the payoff.

So what is next? In an ever changing, continually evolving, technological world I think there are couple of things that are going shape the internet in the following years.

CSS and Web Standards have pretty much been beaten to death. As a result most websites are designed very similarly, in the typical blog style. Flash made a huge splash and fizzled. It was a phenomenal idea, many people have implemented it well, but for the local masses it became more time-consuming to create than the payoff.

So what is next? In an ever changing, continually evolving, technological world I think there are couple of things that are going shape the internet in the following years.

The underlying catalyst for change in the internet and design will come from advancements regarding the backend programming of websites. The drastic improvements in the speed of data retrieval, especially dynamic data will create avenues for the frontend (design/usability/interactivity) that have been unheard of up till now.

Google Maps is an absolutely amazing example of how backend programming has redefined the frontend. Increased speed is key. Google would have never been able to pull this kind of thing off 5-10 years ago (or maybe they were trying to and it has now been perfected).

Another great example of backend programming enhancing and redefining the frontend is Panic’s online apparel store. To add a shirt to your shopping cart just drag it into the bottom section of the page. To remove it simply drag it out of the the shopping cart. What is awesome about this method is that the page doesn’t need to reload, making the user’s shopping experience seamless.

Frontend design will be able to take on a whole new meaning. Webpages will become more interactive, without the use of Flash. Usability will become similar to your Operating System in its ease of use (minus the occasional blue screen of death or the spinning beach ball). Reloading of pages will be uneccessary to retrieve new data. Greater user customization will take precedence over static design.

The biggest trend for design is that things are changing from designer-centric to user-centric design. In the past what the designer came up with is what the user is stuck with. Customization wasn’t heard of. If the font size is too small, deal with it. Now, if you don’t have options to increase/decrease font size you’re living in the stone age. This type of user-centric design will be critical. It will be all about how to make the user’s experience as wonderful and seamless as possible (this should have always been the case, but is more realizable now).

It will be critical for the next generation web designer to understand not only design, but also how programming interacts and compliments design. Focusing upon the user’s experience and their desire to retrieve the data they want in the most seamless and efficient manner.

bookmarks | comments | email

3 Responses to “The Bleeding Edge”

  1. I had a hard time switching to a completely CSS, XHTML way of thinking. It is hard to stay away from everything looking like a blog. Here is my first show at no tables,

    http://www.kenyachildrensfund.org/\

    I use flash and my own content management system (ASP classic and MS Access).

    It used to validate, but not so much anymore now that users are contributing to pages (I know of no WYSIWYG text area editors that force user entered content to valid XHTML?)

    I’m now doing 2 other sites the same way, frankly its going faster and faster in development. I think the real payoff is being able to port the content to other “displays”, print, mobile–and that it is easier to make it 508 and WAI accessible.

    The real future is seen in Google use of javascript, XHTML and CSS. Adaptive Path calls it AJAX

    http://www.adaptivepath.com/publications/essays/archives/000385.php

    I call it over my head, but it is cool.

    Tim Bednar
  2. I was thinking of AJAX when I was talking about “backend programming.” I was being vague about specific methods because I’m sure that a client/user side programming language will be developed to simplify the concepts behind AJAX (right now it is a very ugly beast).

    Teevio
  3. Yeah, I still have yet to understand exactly what it is…ahh being a web designer is never boring always some new thing to figure out.

    Tim Bednar