The mysteries of software development and networking... RSS 2.0



 Tuesday, January 10, 2006

I was reading my way through the Internet and came across some interesting stuff about Smart Client Architecture. It seems that the definition of a Smart Client is not so clear. On the Microsoft site it says:

Smart client (n) Definition: Smart clients are easily deployed and managed client applications that provide an adaptive, responsive and rich interactive experience by leveraging local resources and intelligently connecting to distributed data sources.

But then it shows the following picture:

As you can see there are two features that are unique to a Smart Client:
a) Online/Offline support
b) Device Adaptability
Without these features a Smart Client is really nothing more than either a Thick or Thin Client.

Personally I feel that from an architectural point of view offline/online support is much more important than device adaptability. Therefore I think that the definition for a Smart Client should read:

Smart client (n) Definition: Smart clients are easily deployed and managed client applications that provide an adaptive, responsive and rich interactive experience in both an online and offline scenario, by leveraging local resources and intelligently connecting to distributed data sources.

More interesting reading on: The ServerSide.NET and Clemens Vaster's Blog.

 

Tuesday, January 10, 2006 4:16:40 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
Architecture
 Monday, January 09, 2006

I always wondered how some sites managed to get their little logo in my list of Favourites. Turns out it is really quite easy, just add a favicon.ico file to the root of your website. Internet Explorer will pick it up automagically.

If you happen to have a different browser you can try:

<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

Found it on Matthias Benkmann's website: http://www.winterdrache.de/freeware/png2ico/favicon.html

Monday, January 09, 2006 1:50:39 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
ASP.NET
 Sunday, January 08, 2006

I've recently moved to the United States. To Lincoln, Maine to be exact. I've started a new company called Develop-One and with the start of a new company I think it also time for a new blog. I'll still run my old blog as a more personal account of my life in Maine, but anything to do with .NET, C#, Windows Vista, LINQ, WWF, WCF, WPF and every other technology that keeps me occupied in my life as a developer I will post about on this weblog.

Happy reading.

- Mark

Sunday, January 08, 2006 12:39:11 PM (Eastern Standard Time, UTC-05:00)  #    Comments [2] -

About
This blog is run by Mark Blomsma.
© Copyright 2008
Develop-One
Sign In
Statistics
Total Posts: 309
This Year: 53
This Month: 6
This Week: 0
Comments: 36
All Content © 2008, Develop-One
DasBlog theme 'Business' created by Christoph De Baene (delarou)