Was ist Web 2.0?

Für mich die nächste Internet-Blase, die über kurz oder lang platzen wird. (Wer braucht eigentlich YouTube?? Aber vielleicht werde ich langsam alt, oder meine voyeuristische Ader ist unterentwickelt.) Anyway, auf Jeffrey Zeldmans Blog findet man ein cooles Web 2.0 Thinking Game, es lohnt, sich dort mal die Kommentare durchzulesen. Mein Beitrag:

Web 1.0:

<blink>Hello Web</blink>

Web 2.0:

if ( MM_FlashCanPlay ) {
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
document.write(' ID="home_products_de" WIDTH="528" HEIGHT="492" ALIGN="">');
document.write(' <PARAM NAME=movie VALUE="/flash/hello.swf"> <param name=wmode value=transparent> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=exactfit> <PARAM NAME=bgcolor VALUE=#8B8B8F> ');
document.write(' <EMBED src="https://blogs.msdn.com/flash/hello.swf" wmode=transparent menu=false quality=high scale=exactfit bgcolor=#8B8B8F ');
document.write(' swLiveConnect=FALSE WIDTH="528" HEIGHT="492" NAME="hello_web" ALIGN=""');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer">');
document.write(' </EMBED>');
document.write(' </OBJECT>');
}