Web 1.0 refers to the early World Wide Web from 1991-2003, which featured static pages that users could only read. Web 2.0 began around 2004 and features dynamic, user-generated content through technologies like blogs, wikis, social media, and more. Web 2.0 aims to be a customizable network to link users to information and each other through an easy to use interface. Basic programming knowledge and tools like HTML, CSS, PHP, MySQL, and JavaScript are required to develop for Web 2.0.
1 of 13
Downloaded 12 times
More Related Content
3iGlobal Pvt. Ltd. - Presentation on Web 2.0 Technologies
2. What is the Web? The World Wide Web, abbreviated as WWW and commonly known as the Web, is a system of interlinked hypertext documents accessed via the Internet. Web or Web 1.0 (1991-2003) refers to the state of the World Wide Web, and any website design style used before the advent of the Web 2.0 phenomenon. Web 1.0 began with the release of the WWW to the public in 1991. The general term that has been created to describe the Web before the "bursting of the Dot-com bubble" in 2001.
3. Web History Web 1.0 1991 2003 Static Pages Read Only 2004 - Present Dynamic Pages Read /Write Web 2.0 Web 3.0 2010 Future Intelligent Data- driven Personalization (ads, iGoogle) Natural language search WEB 2.0 2010 2000 2005 1995 1990 Web 1.0 web 3.0
6. Podcasts Blogs Photo Management Satellite Maps Video Wikis ePortfolios Social Bookmarks Online Groups Social Networks Voice Thread Scrapbooks Virtual Worlds Project Sharing Types of Web 2.0 Technology
7. Why Web 2.0 ? Web 2.0 works as a customizable network system to link users to information and each other. Web 2.0 is not just a technological revolution, but also a social revolution! Ease of use and short learning curve. The power of Me!! Simplicity!!
11. PHP For PHP Free Open source Easier to learn due to its basic scripting language structure and build in functionality PHP5 now offers many object orientated development concepts Has many free IDEs available that are very impressive and well supported (e.g. Eclipse) Runs on Apache server which is open source Run on IIS 6.0 and IIS 7.0 due to Microsofts implementation of FastCGI open standard Has multiple platform support Marginally faster due to the overheads imposed by .Nets Common Language Runtime, which is responsible for intermediate compilation of .Nets many languages Has a huge support base as it is open source Against PHP Although it claims to be free, when using free 3rd party add-ons developers often run into issues when developing commercially available applications (i.e. ownership of code / intellectual rights) Most PHP IDEs require lots of add-ons in-order to add similar functions to Visual Studio No built in support for AJAX. Requires add-ons.
12. ASP.NET For ASP.Net Can be developed using the stunning Visual Studio.Net IDE that offers vast array of features, that make coding much easier and development more productive Developers can download a free scaled down version of Visual Studio that offers an impressive array of features. This is aimed at students and hobbyists Runs on IIS (Internet Information Services) Applications can be written using many programming languages (e.g VB.Net, C#, J#, C++ COBAL) The .Net framework (the engine that ASP.Net is runs on) has more sophisticated error handling capabilities than PHP Allows better separation of design and application logic using of code-behind pages and user-controls Has built support for AJAX as of .Net Framework 3.5 Against ASP.Net Requires a Microsoft licenses Requires a basic knowledge of object orientated concepts which can sometimes deter newbie developers