• RSS
  • Print this article!
  • Digg
  • del.icio.us
  • DZone
  • Facebook
  • Mixx
  • Google Bookmarks
  • Design Float
  • Reddit
  • StumbleUpon
  • Technorati
  • Live
  • TwitThis

Archive

Posts Tagged ‘design principles’

How To Create a Useful 404 Page

June 28th, 2009
Comments Off

404 pages are going to happen whether you like it or not. This article will show how to create a 404 page that is useful for users.

Read more…

10 Characteristics of Good Program Design

June 6th, 2009

This is a list of goals that a developer should try and have in their software design. Some goals contradict other ones, but that is where you have to decide what is best for your program.

Read more…

Factory Method Design Pattern in PHP

June 1st, 2009
Comments Off

What is the Factory Method Design Pattern? and why should I use it? First off we should look at what a design pattern is. If you’re not sure you can visit: Design Patterns: Soliving web development problems and Singleton Design Pattern: When one instance is enough. It might help you get a grasp on design patterns.

Read more…

8 Golden Rules of Interface Design

May 28th, 2009

Here is a collection of design principles base on Shneiderman’s “Eight Golden Rules of Interface Design”. In trying not to make this post sound like a university study, I’ve dumbed down the language a bit, while trying to keep the heart of the message the same.

Read more…

Design Patterns: Solving Web Development Problems

May 21st, 2009
Comments Off

Are you not sure how to structure your code? Have you come across a problem that makes life difficult. Odds are many developers have been in your situation before. Design patterns are the antacid of the development world…finally relief.

Read more…