Designing a web page for maximum user interactivity is a challenge for the web developers. Web 2.0 concepts make it possible for developers to develop web pages in their choice of language. When Web 2.0 concept is fully implemented, the application doesn't have to refresh every time when data is required to be displayed from the server side. It can get data from server without even blinking at you. It uses XML to transfer data from server side to client side. Since XML is lightweight, the whole data can be translated to XML and transmitted from the server side to client side. While they reach client side, the XML is translated back to HTML and can be displayed on the screen. This way it is very easy to transmit large amount of data in less amount of time. So at the client side the performance is doubled when Web 2.0 concept is implemented, as the client is communicating directly to the server.
This is done through a HTTP Request client is making to the server. Google suggest is the best example for this. You can see the suggestions made by this web page appear as you type a word in a list box. All modern day browsers support Web 2.0 Concept. The important of Web 2.0 concept is widely accepted while many traditional windows applications are being developed as web applications. Banking applications, ERP applications etc. are now being developed as web applications, which users find easier than their windows counter parts.
Like any web applications, developing a web 2.0 application should take care of security concerns. As this technology is now becoming more and more popular, developers need to understand about the security issues associated using this technology. They should get themselves trained to protect web pages for any possible attack from hackers. Security concerns like cross-site scripting flaw can be a threat to applications developed in web 2.0.
Published by GEORGE
Writer View profile
- A Domain to Call Your Own - Finding the Best Web Site Host for Your New Web PagesAnd finding the best web site host can be frustrating.
- How Web 2.0 Is Changing the Way We Surf the WebWondering about Web 2.0 hype? Find out how Web 2.0 is steadily shifting internet culture and research possibilities with advances in portals, interfaces, media resources, and networking.
- Review of Freewebs Web HostingThere are many free web hosting services out there today. Some offer you long drawn out web addresses while others simple and short.
- (Web) Design Your SuccessCreating a catchy website is crucial for Internet success. To make a strong presence you need a strong designer. Here is a breakdown of why, how and what to look for when it comes to web designers.
- Driving Internet Traffic to Your Web SiteEvery thing a webmaster is doing on a Web site is to attract qualified traffic, because for the most part they buy, and it is mostly worth the effort.
- A Guide to Writing for the Web and Keyword Density
- You're Never Too Small for Your Own Web Site
- Should You Buy Web Site Traffic?
- Hosting Your Own Web Server: Things to Consider
- Understanding Web Server Log FIles
- Designing a Web Site Content for Visitor Usability
- Web Video Your Way to Fame




1 Comments
Post a CommentIn addition to XSS (Cross-Site Scripting), developers will need to be keenly aware of script injection, sql injection, and so on. Of course, this was true of all web forms where data can be submitted, but as you say, with the proliferation of deployed applications, the potential vulnerabilities expand. Nice overview of the web 2.0 paradigm.