Creating Understanding and Educating Programmers, Developers and Technical Communities, one post at a time.

Thursday, July 23, 2009

User Interface

User Interface (UI) is one of the major component of any user application. If UI is easy to understand then application also become more usable. I am impressed with Google's concept of application front end. They strictly follow KISS principle (keep it simple, stupid).


Anyways, Microsoft is also trying to create simplified UI like Windows Presentation Foundation (WPF) and adopting XAML format.

It seems that XML is not limited to structured data but also contributing in structured Interface designing. Here I would like to explain you that HTML and XAML are actually follow XML syntax rules.

1 comment: