Thursday, January 09, 2014

10 Commandments forFront End Web Development


Here's some thoughts I had today on my roll as a web developer/designer.   Hoping to open this up for discussion. 

- andy!
  1. Work with the functionality, not against it, or around it.  The best products are a good marriage of form and function. The worst products focus on one or forget the other. 
  2. Think in terms of user tasks, not pages—This is rule #1 for mobile
  3. Do anything, as long as you do it consistently
  4. Be brief, be upfront. Web users rarely read past the first paragraph
  5. Graceful degradation is an acceptable practice.  Don’t waste effort on (money) forcing legacy browsers the exact visual experience as newer browsers, as long as the functionality is there (I’m talking to you Internet Explorer 8!)
  6. Your visual elements should use HTML 5 first, and images where it’s not possible.
  7. JavaScript/jQuery is great for interface logic, not business logic.
  8. Use JavaScript and CSS as complementary tools, they are not always mutually exclusive.
  9. You don’t have to be original. Look to see if someone else has done it before you, and follow their example.
    (or “Good programmers write good code, great programmers steal someone else’s” - old internet adage)
  10. Be inspired.  Look at other sites often to see what other people are doing different, and doing well. 
BONUS: Whenever possible put a picture of a pretty girl on the home page. (see above photo for example!)