• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What is WEB 2.0

Its a term coined by the media to mean websites that are no longer static, they are interactive and collaborative etc
 
From a design perspective it meant gradients, rounded corners, reflections, gloss.
😉

And from a programming stance it means dynamic scripts (PHP, ASP, etc.), client-side scripting (Javascript, AJAX, etc.), user-friendly ways of presenting and collecting data, etc. Basically things that many websites have been doing for years now.

Being a website programmer, I consider a site to be "Web 2.0" when it uses a really helpful, user-friendly, and creative way of doing what the site is set out to do. A really simple example would be taking an image gallery and changing it from server-side scripting (clicking "next" to see the next image results in a page refresh) to client-side scripting (clicking "next" scrolls to the next image quickly and fluidly).

Of course, the number of annoying applications floating around today are a poor excuse for Web 2.0 in my mind.
 
By the way, Web 2.0 is old; everything has to be HTML 5 now. ^_^
 
Back
Top