Golden rules of User Interface Design
Aug-25-2009 By
Here are some of the golden rules of UI Design -
• Strive for consistency
• Enable frequent users to use shortcut
• Offer informative feedback
Read the rest of this entry »
Here are some of the golden rules of UI Design -
• Strive for consistency
• Enable frequent users to use shortcut
• Offer informative feedback
Read the rest of this entry »
The bubble sort works by iterating down an array to be sorted from the first element to the last, comparing each pair of elements and switching their positions if necessary.
Read the rest of this entry »
For the newbies, here’s a Simple XML Document
xml version="1.0" ?>
< note >
< body >Welcome to FreeOnlineProgrammingTutorials< /body >
< /note >