vote up 7 vote down star

My colleagues have a heated debate on what is the future of web development. One side is supporting HTML5 and the other is supporting Silverlight. There is no conclusion of the debate yet.

In my humble opinion as a programmer, HTML5 will not improve programming productivity, while Silverlight will. In my understanding, programmers still need to program in JavaScript to take advantage of HTML5. For Silverlight, we can use C# which is static-type language. A lot of coding defects can be found in compilation time.

For HTML5, different browsers might still have different behavior even though there is spec. For Silverlight, generally what works in IE will work the same way in other browsers.

Just my thoughts. Any idea on how to choose future direction of web development?

flag

56% accept rate
1  
C'mon Silverlight? And the only browser will be IE right? – victor hugo Aug 5 at 6:21
7  
Silverlight is not only for IE. – Morgan Cheng Aug 5 at 6:25
3  
It might not be IE only, but it is very platform limited. – David Dorward Aug 5 at 12:03
2  
How is Silverlight platform limited? Runs on Windows (IE, Safari, Firefox, Chrome), Mac (Safari, Firefox), and Linux (via Moonlight). It's a lot less platform limited than HTML5 at this point. – Jon Galloway Aug 5 at 18:50
Moonlight is an incomplete third party implementation, and there isn't support on mobile devices (which are already starting to see implementations of HTML 5 features) – David Dorward Aug 5 at 19:24
show 1 more comment

14 Answers

vote up 10 vote down

Your logic is faulty, for three major reasons:

  1. Anything on the web that depends on the user installing a plugin has historically had a very hard time gaining traction. Until browser vendors (other than Microsoft) begin bundling Silverlight, there is no reason to believe Silverlight will have any notable market share outside of IE.

  2. Anything on the web that depends on a single, proprietary implementation has historically had a very hard time gaining traction. (The best success story so far is Flash, but that's only because browser vendors have bundled it by default. And even Flash has competing implementations these days. Plus more and more "Web 2.0" style sites are going an AJAX style route instead of using Flash -- I wouldn't be surprised to see Flash start to wane before too long.)

  3. If your argument is that C# is better suited to web development because it is statically typed, then you really need to read this: What to Know Before Debating Type Systems.

In fact, JavaScript is better than it's ever been, and I see no reason to think it's going away soon, if ever. I'm a huge fan of C# too, but it's apples and oranges.

Silverlight is Java Applets from 1995 all over again, only with fewer features (since the CLR doesn't have the cross-platform consistency that the JVM has). I don't see what the fuss is all about.

link|flag
Re #3.: Paradoxically users don't care how easy or hard the programmer has it. Weird, isn't it? ;o) – deceze Aug 5 at 6:58
1. What do you consider "notable market share"? According to independent statistics trackers, Silverlight has at least a 30% install base, though not in the 90's like Flash, I think 30% is "notable". What does IE have to do with it? If you install the Silverlight plugin it's available to all browsers on the system. If you think Silverlight is just Java Applets all over again I don't think you've really looked at it in detail. – Bill Reiss Aug 5 at 15:00
2  
@Bill Reiss: I think you miss my point about the comparison to Java applets. If you look at the history of the web, every few years a new proprietary technology has come along that scratches a particular itch, and everybody says "look, this is the future of the web!" (see: Java applets, VRML, ActiveX controls, Flash). And then a couple of years later, a cross-platform, open, free solution to the same problem comes along (AJAX, SVG, HTML5, etc.), and the proprietary solutions start to fade, until eventually no one uses them any more. That isn't "the future", it's what's already happened. – Daniel Pryden Aug 5 at 17:54
5  
Browsers bundle flash? I use IE and Firefox and have always had to download flash myself. I play the "how long can I go without flash" game when i install a new OS ;) – James Cadd Aug 5 at 18:27
1  
I like the Java Applets comparison. I had actually forgotten about Java Applets. Hahaha... That doesn't bode well for Silverlight in the long run if they're at all similar. Which they are. – blesh Aug 7 at 16:48
show 1 more comment
vote up 7 vote down

The natural order of things is for proprietary systems to break new ground and for standards to come behind and take what was learned from the proprietary systems and make them ubiquitious. Standards can immortalize a technology, but they take a long time to develop and can't be iterated on as quickly as solutions developed by one company.

Those developers who want to be on the cutting edge and can afford to have their customers take dependencies on proprietary systems are going to do so, and others will wait and settle on open standards. There's a place for both. I tend to think that apps that provide high value to a relatively constrained set of people will tend toward Silverlight, and apps that provide a little value to a ton of people will tend toward HTML 5.

I hear a lot of people say "why use Silverlight when HTML 5 enables a lot of the same scenarios and is open?" The fact is that when HTML 5 gains widespread adoption, Silverlight (or whatever the next hotness is) is going to be way ahead of where it is today.

link|flag
vote up 5 vote down

I think that HTML 5 will be used more widely, because Silverlight is proprietary and still not present on a significant percentage of users' computers, while "web apps" can be used by anyone. Yes, it will take time for HTML 5 to be ubiqitiously supported (not in Windows 7; so maybe in the next version of Windows in a few years. There is a nontrivial percentage of users who will never upgrade from the browser installed on their systems by default).

You can apply the same logic to debate of native apps vs. web apps: native apps are easier to write (IDE support, etc.) while browsers are inconsistent, but the reach of browser apps is so much wider that the difficulties of developing web apps are justified. Please note also that the difficulties you write of are issues for the programmer - from the user perspective, the application has to do its job, and the user couldn't care less about the platform the app is written in, as long as it works on his system.

link|flag
But, if one platform is easy for programmer to work, new application features would be shipped more quickly. That would be better for end users. – Morgan Cheng Aug 5 at 6:30
1  
If all of your users use the same platform and do not plan on switching in the foreseeable future, then by all means go for this platform. But if you can't rely on users having the prerequisites for running your software, then the features won't matter as they can't even start the app! – MaxVT Aug 5 at 6:33
vote up 4 vote down

It's a false question. The answer is: Yes, HTML5 and RIA frameworks are both the future of the web.

HTML5 has been called "the future of the web" for a long time. The problem is that it's always off in the future, and not the near future. The target release date for HTML5 is 2022 (!!!). While features will trickle into browsers in the meantime, it'll still be years before you can reliably do something as simple as show video on a webpage without a RIA plugin.

Aha, you say... it may be a ways off, but you've admitted that HTML5 is the future!

The problem is that there will continue to be commonly requested features that browsers won't widely support, and at that point you need something that lets you extend the browser. That's where RIA's come in. Yes, things like canvas, video, and speedy Javascript will keep raising the bar, but I think RIA platforms like Flash and Silverlight will always have an opportunity to provide essential features that the (widely installed) browsers don't.

link|flag
...and there is absolutely no reason that both HTML5 and RIA cannot be used in conjunction. As long as Silverlight apps are written to respect the rules of the web. Providing deep links and avoiding server side session state is critical. – Darrel Miller Dec 12 at 3:22
vote up 3 vote down

I highly doubt any proprietary plugin will be the future of the web.

link|flag
2  
But, flash is also proprietary plugin. It is already very popular. – Morgan Cheng Aug 5 at 6:21
3  
It is popular, but by far not the future of the web. It's the de facto standard for video streaming, but that's it. – deceze Aug 5 at 6:23
Morgan: True, but how many non-designer/marketing sites use it for most of their functionality, not for graphic/animation highlights? Not too many. – MaxVT Aug 5 at 6:26
BTW, HTML5 threatens to change that de facto video standard. I think Flash will have a hard time once HTML5 is sufficiently supported. That's still some time off, but it's coming. – deceze Aug 5 at 6:26
2  
@Wahnfrieden: [citation needed]! I don't think he dropped the <video> tag entirely, just the codec to use with it is undecided. – deceze Aug 6 at 22:38
show 1 more comment
vote up 2 vote down

Silverlight is a single-vendor platform (even if Moonlight tracks what Microsoft does). HTML5 (in the buzzword sense including features that are defined outside the HTML5 spec proper—i.e. The Open Web Platform) is an open multi-vendor platform.

If you want to use a statically-typed language to target the Open Web Platfrom (HTML5), you can you Google Web Toolkit to write in Java and compile to JavaScript.

You should participate in making the open multi-vendor platform the future instead of adopting the proprietary single-vendor platform as your future.

link|flag
vote up 2 vote down

There wouldn't be any good authoring tools to support HTML5. From my point of view, Microsoft has the best web programming tools and Adobe has the best web design tools. They both have deep investment on those toos and are making huge amount of money from those tools. So i am very sure that they won't be happy if HTML5 goes popular.

Another bad news is the codec for HTML5. Major companies don't agree to use a unified codec on HTML5. That also makes it impossible to replace Flash and Silverlight.

link|flag
Depends on what you mean by "authoring tools". You can write HTML(5) with any text editor on any platform, whereas there are only very few tools for Flash/Silverlight. The tight integration of the latter may proof to have a speed benefit, but that also depends on your organisation and workflow. I think HTML is doing just fine in the toolchain department, HTML5 won't change that. – deceze Aug 5 at 8:18
Regarding codecs, I think it'll shake out the way that H.264 will be supported by anything that can render HTML5 one way or another, whether the specs says so or not. Worst case you have to provide the video in two formats, but that will be playable anywhere by anybody. Both Flash and Silverlight look worse here. Check this out: camendesign.com/code/video_for_everybody – deceze Aug 5 at 8:23
I wouldn't consider a text editor to be an authoring tool. As far as tools go it's hard to beat Visual Studio. – James Cadd Aug 6 at 14:24
@JC that's silly. You're just comparing IDE to editor. IDEs do not offer a clear advantage. Plenty of great software has been written in only Vim or Emacs. – Wahnfrieden Aug 6 at 14:46
vote up 2 vote down

A very similar debate came up once back in the late 90's: What's the future of the web, DHTML? or Flash? People went crazy building sites laden heavily with one of those two powerful technologies. Crap was flying all over people's webpages, songs were playing, flags were waving, hamsters were dancing, and all was well. Then they found the shortcomings of each. Then they reached the verdict... and the answer was... drum roll... BOTH! People ended up mixing the two elements for optimum effect. Look at the number of websites today with Flash vignettes displayed in unison with some sort of DHTML drop down menu.

Then the debate came back up three or four years ago with: What's the future of the web, AJAX? or AJAX? Okay, that wasn't quite the same thing, I'll admit, but it did have a similar result, people went absolutely nuts writing sites with more AJAX calls than you could shake a stick at. Then they found the short comings of doing so, and ended up pairing it back to a combination of asynchronous postbacks and "old-fashioned" postbacks.

This time around we're not seeing quite the same volume overdone Silverlight or HTML5 sites, but my gut feeling is, it'll be over the top for a year or two, then people will start pairing it back to something sane.

As for which technology is superior, and for what... well that debate will rage on, but rest assured the pattern of jumping on the next big thing like a maniac, then slowing down, will continue for the duration of your time as a developer.

The above was all personal observation, I'm sure a lot of the rest of you saw those things unfold differently.

link|flag
Man, i miss those hamsters. – twic Aug 18 at 11:10
vote up 1 vote down

I think developers who develop core business web applications will likely start to switch to technologies like SL because of how relatively easy it is to setup GUI's. SL works great for the simple fact that developers don't have to muck with AJAX, java script, and browser compatibility issues in order to get their pages and custom controls to work properly and look great at the same time.

You may be asking why aren't these developers using Flash right now? SL is much more powerful than Flash because the full .NET framework can be exploited, this opens up huge possibilities in web development.

link|flag
Not only that but SL was designed with a lot more knowledge in mind about how people use the web.... – Goober Oct 26 at 21:55
vote up 0 vote down

I'd love to know how Silverlight could possible replace or take over HTML5/JS? HTML already won this imaginary battle many years ago, it is a core technology of the web and I can't see any propitiatory technology like SL ever coming close to this.

link|flag
Spend a few days on the HTML5 working group mailing list and you will see why HTML5 may not end up being an effective solution any time soon. – Darrel Miller Dec 12 at 3:41
vote up 0 vote down

I think HTML will be around for a long time to come and media tag support becoming ubiquitous will help sustain HTML's presence/viability. On the other hand, most if not all apps in the business/corporate sector will be built using some sort of RIA/Framework approach. HTML/CSS/JS development will probably never have RAD tools that can deliver equivalent performance/functionality/efficiency to that of the RIA IDEs, particularly when it comes to using powerful controls.

link|flag
vote up 0 vote down

I dunno: it's kind of like asking the question, "Are people going to use HTML, or JavaScript, or AJAX, or Flash?" The obvious answer is, "There's room for them all. They're complementary, not mutually exclusive technologies." A while ago, I thought that Flash was pretty much dead as a platform, but it's made a strong comeback, as its presence on 99% of all machines makes clear. I think it has to do with the fact that AJAX has made a convincing case for rich internet applications, while simultaneously being really difficult to work with. Even with the platform limitations of Silverlight, I'd much rather code to one particular target that I know is going to work well, with an incredibly rich suite of design and development and debugging tools, rather than deal with dozens of different browsers and JavaScript quirks, mediocre development and debugging tools, and an ugly, untyped, hybrid OO-functional language like JavaScript. My strong suspicion is that in 10 years, we'll see a fairly wide selection of applications and sites developed on all three platforms, plus a few more that haven't even been introduced yet.

link|flag
vote up -1 vote down

Lazy and dumb developers dream and sleep in Microsoft land, the web is about HTTP and HTML and nothing that Redmond has released of late seems to embrace this. Am tried of overlooking drag and drop specialists.

Thank you

link|flag
1  
Actually, HTML5 has features to support drag and drop :) – Morgan Cheng Sep 10 at 1:34
Bit narrow minded don't you think? Theres a million ways to skin a cat, and you are shooting down a company that is pretty much responsible for a lot of input into IT as a community, yet you are part of it? or consider yourself to be?...strange – Goober Oct 26 at 21:57
You do realize that the XMLHttpRequest function that enables all those cool Ajax apps was actually a proprietary extension introduced by Microsoft. Oh yeah, and many of the major Microsoft products are now supporting HTTP endpoints based on the AtomPub standard. For the record, I have no problem with a bit of gratuitous MS bashing, but having facts is a requirement in my book. – Darrel Miller Dec 12 at 3:47
vote up -4 vote down

I think the answer is quite simple:

use only web standard to programming the Web!

Other words are only philosophical concepts!

link|flag
Which standards carry priority: W3C, IETF, ISO, IEEE? Additionally, standards from W3C specific to the web have had a shaky history and slow adoption. The current HTML5 and even the prior XHTML 2 processes do not inspire confidence. He should do what is best for his content and what is most widely consumable to his audience in accordance with all best current practices. If the BCPs reinforce W3C standards then so be it. – austin cheney Aug 20 at 23:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.