Related Posts Plugin for Tumblr
  1. littlebigdetails:

Trello - Color Blind Friendly Mode makes labels distinguishable by pattern.
/via Silvano Stralla

Good design opens up use to more people.

    littlebigdetails:

    Trello - Color Blind Friendly Mode makes labels distinguishable by pattern.

    /via Silvano Stralla

    Good design opens up use to more people.

     

     usability  accessability  color blind  reblog  little big details  ux  hci  web design  design  universal access  spjpgrd  submission 

  2. Stay on the page. Eliminate jumps.

Source » https://twitter.com/AngelaHoAtWork

    Stay on the page. Eliminate jumps.

    Source » https://twitter.com/AngelaHoAtWork

     

     ux  hci  web design  human experience design  psychology  spjpgrd  twitter  angela ho  ixd  sean doran  reblog  retweet 

  3. The thorn in all users’ sides: the password.

    (Source: phcubed)

     

     ux  reblog  smashing magazine  hci  spjpgrd  sean doran  html  web design  web forms 

  4. thisisresponsive:

    An interesting technique: print out the site, cut out each component and arrange the pieces to construct the small screen view.

     

     prototyping  ux  hci  responsive  web design  design 

  5. uxrave:

The definitive guide to Responsive Web Design by Brad Frost. 
We launched the blog last week, now Brad’s launched his amazing set of responsive patterns and resources. The patterns are hosted on Codepen.io so you can see and fork the code.

    uxrave:

    The definitive guide to Responsive Web Design by Brad Frost

    We launched the blog last week, now Brad’s launched his amazing set of responsive patterns and resources. The patterns are hosted on Codepen.io so you can see and fork the code.

     

     this is responsive  patterns  resources  github  ux  responsive  responsive web design  web design  mobile  brad frost  uxrave  reblog  spjpgrd  codepen  user experience  ui  user interface 

  6. uxrave:

Speed is a design. Speed Awareness Month has a bunch of articles with tips to increase the speed of your website.

Think of the children.The children that have 56k. 

    uxrave:

    Speed is a design. Speed Awareness Month has a bunch of articles with tips to increase the speed of your website.

    Think of the children.
    The children that have 56k. 

     

     speed awareness month  sam  webspeed  ux  user experience  web design  lean  coding  css  html  html5  spjpgrd  sean doran  56k  dsl  3g  4g  4g lte  lte  evo  edge  broadband  wifi  cellular 

  7. That big sliding banner? Yeah, it’s rubbish

    beantin:

    You know that big automatic rotating banner you ordered for your start page? Yeah, that’s right. It’s rubbish.

    Read More

    I love the 6th point as to why those slideshow-esque banners are a horrible trend.

    With every design decision, don’t do it just because, do it with purpose — feel the future.

     

     artie isaac  feel the future  sliding banner  web design  ui  user interface  graphic design  usability  a/b testing  ab testing  spjpgrd  design  sean doran  reblog  beantin 

  8. littlebigdetails:

Github - The private label of Github adjusts its angle with an animation to fit your browser window.
/via Phil

    littlebigdetails:

    Github - The private label of Github adjusts its angle with an animation to fit your browser window.

    /via Phil

     

     github  little big details  reblog  smart  clever  ui  design  web design  gidsy 

  9.  

     heat maps  the power of a first impression  infographic  design  web design  website  psychology  eye tracking  hci  ux  user experience  human computer interaction  user centered design  reblog  spjpgrd 

  10. LingsCars is the new standard of web design

    iheartchaos:

    It’s just amazing. Every web designer out there should start copying the attractive styling of LingsCars.com, a car leasing company from the UK.

    Link

     

     lingscars  web design  puke  uk  graphic design  nightmare  iheartchaos  reblog  picture  terrible websites 

  11. uiuxwebdevdesign:

Alasdair Monk’s proof of concept on improving the forgotten password process is great.

    uiuxwebdevdesign:

    Alasdair Monk’s proof of concept on improving the forgotten password process is great.

    (Source: chrisjamesbk)

     

     ux  ui  password  reset  login  user experience  simple  elegant  internet  web design  ottr  Alasdair Monk 

  12. courtneybolton:

    kellishaver: There’s no simpler way to put it. The way we use the Internet is changing, and it’s changing quickly. Let me start off by throwing some statistics at you (courtesy of @jonathanstark):

    • There’s no simpler way to put it. The way we use the Internet is changing, and it’s changing quickly. Let me start off by throwing some statistics at you (courtesy of @jonathanstark):

      • 25% of US mobile users almost never access the internet via desktop or laptop computers.
      • The growth rate of mobile traffic is expected to increase tenfold over the next five years.
      • There will be 5 billion mobile broadband subscribers by the year 2016.

      Here’s another staggering statistic for you: 76% of all internet traffic out of Africa comes from mobile phones. There is a very large percentage of the continent that doesn’t have electricity, or running water, but you can bet they’ve got Facebook. The technological revolution in Africa is going to skip the computer entirely.

      As designers and developers, it’s up to us to shape the web, but if we don’t get on board with the change, we’ll get left behind. Even worse, the Internet will become a less friendly, less accessible place.

      Changes in how we use the web require a change in thinking about how we construct the web.

      Here’s another point to consider: given the rapid growth rate of mobile devices, how long will it be before device APIs currently available only to native applications become part of the standards by which we design and build web sites? We’re already beginning to see this with geo-location services. How many more years will it be before we, as web developers, have access to the camera, the gyroscope, the light sensor, the accelerometer?

      If I were guessing, I’d say we’ll see at least some these by 2016, as well.

      So what do we do?

      Clearly the mobile web is growing fast, but where do you make the switch? What’s the breaking point, and how do you build an accessible, responsive Internet when device and platform fragmentation is greater than ever?

      There answer is to start now, stay lean, stay flexible, and adopt a new approach. In short:

      • Start with Content
      • Build for Mobile First
      • Develop your apps and sites around an API
      • Accessibility is Key

      Let’s take a look at these…

      1. Start with Content

      It doesn’t matter how your site looks or functions, if you don’t know what it’s saying. Clearly defining your content before beginning development allows you to more easily build cross-platform, cross-device ways to create, view, and interact with that content. It’s like having a road map. It’s the precursor to planning your user experience. Get your content organized, and the UX often defines itself.

      2. Build for Mobile First

      With mobile web usage on the rise, it’s only wise to start with the small screen and work your way to the larger ones. Media queries and meta tags largely ignored by desktop browsers make it easy to create responsive layouts that adapt to mobile devices, and it’s far easier to start small and go bigger than it is to try and build in reverse. Mobile first also often means better fall-backs for old browsers and old technology, and an overall cleaner layout in general.

      3. Develop your apps and sites around an API

      This is still a somewhat uncommon approach to web development (though it is certainly gaining in popularity among web app developers), but for the ultimate freedom and flexibility, start with an API and then build your web site or client on top of this.

      Think of it as one more step in separation beyond the MVC pattern. Your API doesn’t present anything, not even so much as a paragraph tag. It just accepts data and spits data out in return, but if you build a rock-solid REST API, your client can be anything.

      Forget just serving up HTML pages. Do you want to access your content from the command line, over instant messenger, via e-mail, SMS, or even voice? Yeah, API-centric development will let you do that without having to redefine the application at each step. Your client determines the terms and scope of interaction, while the API does all of the heavy lifting on the data.

      Your API encapsulates the core of your application and then multiple, lightweight clients, such as an HTML/JavaScript front-end, a command line client, or a text-to-speech translation service, sit atop that and provide access in any number of ways on any number of platforms.

      4. Accessibility is Key

      Point four is the reason we do one, two, and three. Accessibility no longer just means a screen reader, or building a site for someone with low vision. It also means agile language translation, low-tech devices, slow-speed connections, voice activation, and touch gestures.

      Conclusion

      The changing web isn’t about the growth in mobile access. It’s about the growth in people. Mobile is a means to an end, and while the way we deliver the web may be changing, it also affords us an incredible opportunity to reshape and rethink the tools we use to deliver content. With mobile as the catalyst, we can now step back and look at how we can adapt, in this new landscape, to building applications and web sites that are friendlier, easier to use, and more available to all users.

     

     web sites  web design  mobile web  design  sean patrick john paul george ringo doran  Sean Doran  sean patrick doran  spjpgrd  osu 

  13. Reblog: 5 Signs That Indicate Website Usability Problems

    Flickr: Web Design by marc.thiele

    Photo by marc.thiele

    usabilitygeek:

    Web site usability is based on the factors that make it easy for a visitor to your website to accomplish his goals. For example, if someone wants to find your customer service contact information then a website maximized for usability will allow that information to be found in as few clicks as possible.

    Read More

     

     spjpgrd  sean patrick doran  sean patrick john paul george ringo doran  ux  ui  ia  user experience  user interface  information architect  user experience design  user interface design  information architect design  ux design  ui design  gui  hci  graphic user interface  web design  ergonomics  human factors  human computer interaction  human-computer interaction  wire framing  wireframing  wireframe  wireframes  wire frame  prototypes  graphics  graphic design 

  14. Flickr: The Dos and Don'ts With Babies
    Photo
    by DrJohnBullas

    If you do it right, your website can be the best marketing tool you have. Ilya Pozin, founder of the Web design firm Ciplex, on how not to screw it up.

    Do:

    1. Set smart goals
    2. Plan on becoming an SEO wizard
    3. Use open source tools
    4. Think about your mobile strategy simultaneously
    5. Steal from your competitors
    6. Develop your content
    7. Write with calls to action in mind
    8. Always answer the question “why?”
    9. Trust your Web designer


    Don’t:

    1. Do it yourself
    2. Make people think
    3. Expect visitors
    4. Spend all your money
    5. Add a blog
    6. Add Twitter and Facebook buttons
    7. Try to please everyone
    8. Add testimonials
    9. Use Flash
    10. Expect a killer website overnight
     

     ilya pozin  ciplex  web design  killer website  website  dos  donts  tips  seo  seo wizard  open source  web designer  twitter  facebook  flash  adobe  patience  html  css  spjpgrd  sean patrick doran  sean patrick john paul george ringo doran  new media communication technology  osu  vcd  comm 311  osu  ohio state university  2012  february 

  15. Reblog: The Fold

    Happy Monday!

    The Fold is a nefarious foe, much like the Kraken, Cthulhu, and the Leviathan.

    jaybeedesign:

    The Fold

    It’s still amazing to find that some clients are still worried about the mythical fold.

    Via The .net Strip #1: The Fold.

     

     the fold  ui  ux  gui  user interface  user experience  web design  heuristics  web design tipcs  web design myths  cartoon  the.net  kraken  cthulhu  leviathan  mythical creatures  manic monday  case of the mondays  jaybee design  reblog  sean doran  sean patrick john paul george ringo doran  sean patrick john paul george ringo doran  the beatles