juliandominguez

Stories submitted by juliandominguez

World Cup 2010 Application for Windows Mobile: The panoramic UX proof (www.mobilepractices.com)

submitted by juliandominguezjuliandominguez(120) 1 year, 11 months ago

A beautiful World Cup application for Windows Mobile 6.x that has a panoramic touch UI that is very similar to the upcoming Windows Phone 7 approach. read more...

add a comment |category: |Views: 304

tags: another

The Single-Page Interface Pattern(blogs.southworks.net)

submitted by juliandominguezjuliandominguez(120) 2 years, 3 months ago

Typically, the user interface in Web Applications is composed of multiple pages. Now with the increasing popularity of AJAX, it is common that people want to develop Web applications that are similar and provide the same user experience as desktop applications. One common problem in Web applications is the constant page reloads and flickering when navigating the application. read more...

add a comment |category: |Views: 97

tags: another

Progressive Enhancement in Web Applications(blogs.southworks.net)

submitted by juliandominguezjuliandominguez(120) 2 years, 3 months ago

Progressive Enhancement (PE) is an approach for building Web Applications that starts from the perspective that a user browser experience will support a minimum functionality, this is called base line, but has hooks to allow functional enhancements when a browser can support them. PE benefits users by supporting older browsers, but also supporting users with modern browsers and technologies by providing them an improved experience. The progressive enhancement and its counterpart, Graceful Degradation, are approaches that can help rich Web Applications support more browsers and have a wider reach. read more...

add a comment |category: |Views: 17

tags: another