ui-development

What browser screenwidth should I design for to support Mac OS ?

Most statistics out there for browser stats show you the resolution of the screen. Thats fine for Windows where browsers typically open full screen and most people leave it as that. So if the browser stats say 1024x768 you just need to subtract a little width for the browser chrome. On a Mac however browsers typically dont open full sc...

Differences in building UI between Web and Desktop Applications

The UI for web apps is constructed differently from the UI of desktop apps. I'm interested to know what are actually the major differences in building UI between the two styles of applications in the following areas: 1.Technology used 2.Techniques used 3.Controls used 4.Screen changing behavior ...