Useful reads

Paul Irish has a nice blog post about the various ways of using @font-face. He promotes this to be the best @font-face declaration and it’s the same one I’m using:

@font-face {
  font-family: 'Graublau Web';
  src: url('GraublauWeb.eot');
  src: local('Graublau Web Regular'), local('Graublau Web'),
         url('GraublauWeb.otf') format('opentype');
      }

Andy Budd talks about the state of web design education. I personally share his opinions and I think the best way of learning web design is by learning on your own.

I think one of the biggest problems stems from the faculty members themselves. In the early days people didn’t know what to do with web courses so gave them to the departments that resembled them best; computer science, graphic design, library sciences or HCI. Each department bought their own spin and their own set of prejudices and pre-conceptions. If you want to teach front end development, don’t give the course to a Java developer. Similarly, if you want to teach web design, don’t run the course out of the graphic design department. They may share similar DNA, but the differences are a lot stronger than they may first appear.

Read the rest of the article on Andy’s blog

  • Facebook
  • Digg
  • del.icio.us
  • Twitter
  • Tumblr
  • email
  • Posterous
  • StumbleUpon

Tags: ,

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply