Hello!
What is the greatest website you have ever seen, which shows using of Web 2.0 features?
Can you give me your tips?
Thanks!
Wojtek
In response to 's question about the "greatest" Web 2.0 site, the thread collected a few showcase examples and a useful note about bandwidth from . A single flashy demo is less helpful long-term than a short, practical framework for judging Web 2.0: features that improve contribution, make data useful and portable, and keep the service usable on real networks.
A tiny, practical pattern for graceful enhancement (keeps content visible without JavaScript; upgrades when JS is available):
<!-- server renders a usable list -->
<ul id="items">
<li>Server item 1</li>
<li>Server item 2</li>
</ul>
<script>
fetch('/api/items')
.then(r=>r.json())
.then(data=>{
document.getElementById('items').innerHTML =
data.map(i=>'<li>'+i.title+'</li>').join('');
})
.catch(function(){/* keep server-rendered list */});
</script> 's comment about visual data-mashups and 's point about lab-style realtime experiments illustrate different strengths; 's pointer to showcases is a good source of inspiration. The most enduring "best" Web 2.0 sites combine real user benefit, exportable data, and graceful performance for all network conditions.
Jump to Post— chrisranjana 5Here are some showcases of Web 2 sites
Hello!
What is the greatest website you have ever seen, which shows using of Web 2.0 features?
Can you give me your tips?
Thanks!
Wojtek
Yahoo pipes takes some beating.
digg.com under the labs section here they have a real time news casting system, its great just try afew of them out and ull see how good the system is.
For one and some condition, many off ppl in Indonesia(my country) have a problem with web 2.0. I like it, but its only for highly bandwith internet connection as the sample like http://tiddlywiki.com/, http://www.2advanced.com/ , and my fave is http://www.leoburnett.ca/
thats all, and its very along passion started from here as my blog, LMAO...
regards,
Umat
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.