Linked by Thom Holwerda on Wed 6th Jan 2010 20:01 UTC
Permalink for comment 403065
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/23/13 23:22 UTC
Linked by Thom Holwerda on 05/23/13 22:04 UTC
Linked by Thom Holwerda on 05/23/13 22:01 UTC
Linked by Thom Holwerda on 05/23/13 17:52 UTC
Linked by Thom Holwerda on 05/22/13 22:23 UTC
Linked by Thom Holwerda on 05/22/13 13:38 UTC
Linked by Thom Holwerda on 05/22/13 13:30 UTC, submitted by JRepin
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
More News »
Sponsored Links



Member since:
2008-10-23
XAML is a markup language for UI layout and vector drawing. SVG is used for vector drawing, but for UI layout it's really not anywhere near XAML which offers the tightest object model integration of any declarative markup out there.
It seamlessly merges vector drawing with layout positioning as opposed to in XHTML where there is a hard distinction.
Silverlight includes a subset of the .NET Framework. C# code executed by Silverlight is faster than any Javascript implementation out there.
I believe there is no point in silversight, java or flash in the browser anyway. What a browser does is render xhtml. If what you want is RIA, then just skip the browser. XHTML separates content from layout and positioning. Blind and semi-blind people can read content, disabled people can click on links with their head, people with old computers can read the text... It's what xhtml is about. SVG is a nice addition because it is accessible too and it integrates nicely in xhtml and CSS. If you don't use XHTML in the browser, then just don't use a browser!
Edited 2010-01-07 22:01 UTC