KISS

Discussion in 'Skinning, Design and Graphics' started by Jessi, Mar 2, 2013.

  1. Jessi

    Jessi Regular Member

    Joined:
    Feb 2, 2012
    Messages:
    240
    Likes Received:
    94
    Kiss: "Keep It Simple, Stupid."

    It's an age-old tip, but is it one you follow? When you're designing your websites, do you focus on keeping it simple? That isn't just about how it looks either, but the coding itself. When you start complicating things, how do you reel yourself back in?
     
    Brandon likes this.
  2. SimplySidy

    SimplySidy Website Consultant, Developer and Strategist

    Joined:
    Dec 9, 2012
    Messages:
    87
    Likes Received:
    9
    Location:
    Bhubaneswar, India
    I think I should have a mug of Iced Coffee. Works good with me when I fail to keep things easier and as you say - Simple.
     
  3. bauss

    bauss Regular Member

    Joined:
    Jun 16, 2012
    Messages:
    335
    Likes Received:
    74
    Yes I do, but I always want my sites to keep growing, so my sites usually get more harder to navigate once they expand. I think when you have a site with a lot of features, you should just try and make sure it's easy to use for new users as well.
     
  4. s.molinari

    s.molinari Regular Member

    Joined:
    Nov 6, 2009
    Messages:
    774
    Likes Received:
    603
    Location:
    Käshofen
    The question really is, what is simple and for whom? You have to answer that question with as much detachment to your project as possible. Look at it with eyes of the people you want to have using your system the most and then design for them. You won't be able to make everyone happy all of the time and that means even SIMPLE might not be completely right either. I think too often simple is mistaken for logical or intuitive. KISS should be KIIS,

    Keep It Intuitive Stupid.;)

    Scott
     
    Brandon likes this.
  5. bosconian

    bosconian Regular Member

    Joined:
    May 15, 2013
    Messages:
    112
    Likes Received:
    14
    Location:
    Mexico
    The truth is that the simpler you keep your code the simpler it will be to maintain it. I try to keep my code clean and as small as possible. That way I know that if I ever need to revisit my code to make some changes in a few weeks, months or even years I won't be having any trouble understanding my own code. I try to apply the KISS principle every time I'm coding a new website.
     
  6. limcid

    limcid Regular Member

    Joined:
    Apr 3, 2013
    Messages:
    64
    Likes Received:
    17
    Yup. It's easy to lose sight of how others will relate to what you've created. You get caught up in how something looks and lose track of how it really works for the end-user.

    Simplicity is good because you can always build on top of it, so long as the simplicity is maintained (and properly documented).
     
  7. Brandon

    Brandon Regular Member

    Joined:
    Jun 1, 2009
    Messages:
    6,602
    Likes Received:
    1,707
    Location:
    Topeka, Kansas
    First Name:
    Brandon
    I'm a fan of simple clean websites, it's something that may be hard to explain but I know what I like.
    Making use of white space is important but having a nice flow to the site ranks higher for me.
     
  8. Code Monkey

    Code Monkey Regular Member

    Joined:
    Apr 15, 2013
    Messages:
    230
    Likes Received:
    170
    It just depends on the genre of the site. Some need to be simple and some not.
     

Share This Page