http://julian.dominguez.myopenid.com/
Name: http://julian.dominguez.myopenid.com/
Score: 45.02
Last Seen: 946 days, 21 hours, 23 minutes ago
Member Since: 23 February, 2010
DotNetShoutout
atom rss
8
Shouts

Julian Dominguez’s Blog » Blog Archive » The Single Page Interface Pattern

published 1182 days, 8 hours, 51 minutes ago posted by http://julian.dominguez.myopenid.com/http://julian.dominguez.myopenid.com/ 1184 days, 3 hours, 33 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Tuesday, February 23, 2010 6:01:29 PM GMT
Problem 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. (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.southworks.net
tags: Web, JavaScript, Ajax, ASP.NET
8
Shouts

Progressive Enhancement

published 1182 days, 8 hours, 51 minutes ago posted by http://julian.dominguez.myopenid.com/http://julian.dominguez.myopenid.com/ 1184 days, 5 hours, 11 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Tuesday, February 23, 2010 4:23:56 PM GMT
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, a... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: blogs.southworks.net
tags: ASP.NET MVC, Web, JavaScript, Ajax