Difference between revisions of "Web development"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Def)
 
(etc)
Line 14: Line 14:
 
Among web professionals, "web development" usually refers to the main non-design aspects of building web sites: writing markup and coding.  
 
Among web professionals, "web development" usually refers to the main non-design aspects of building web sites: writing markup and coding.  
  
Most recently Web development has come to mean the creation of content management systems or CMS. These CMS can be made from scratch, proprietary (such as Open Text) or open source (such as Drupal). In broad terms the CMS acts as middleware between the database and the user through the browser. A principle benefit of a CMS is that it allows non-technical people to make changes to their Web site without having technical knowledge.
+
Most recently Web development has come to mean the creation of [[Content management system|content management systems]] or CMS. These CMS can be made from scratch, proprietary (such as Open Text) or open source (such as [[Drupal]]). In broad terms the CMS acts as middleware between the database and the user through the browser. A principle benefit of a CMS is that it allows non-technical people to make changes to their Web site without having technical knowledge.
  
 
For larger organizations and businesses, web development teams can consist of hundreds of people (web developers) and follow standard methods like Agile methodologies while developing websites.
 
For larger organizations and businesses, web development teams can consist of hundreds of people (web developers) and follow standard methods like Agile methodologies while developing websites.

Revision as of 12:13, 24 May 2015

Web development is a broad term for the work involved in developing a website for the World Wide Web or an intranet (a private network).

Web development can range from developing the simplest static single page of plain text to the most complex web-based internet applications, electronic businesses, and social network services.

A more comprehensive list of tasks to which web development commonly refers, may include:

  • Web design
  • Web content development
  • Client liaison
  • Client-side/server-side scripting
  • Web server and network security configuration
  • E-commerce development

Among web professionals, "web development" usually refers to the main non-design aspects of building web sites: writing markup and coding.

Most recently Web development has come to mean the creation of content management systems or CMS. These CMS can be made from scratch, proprietary (such as Open Text) or open source (such as Drupal). In broad terms the CMS acts as middleware between the database and the user through the browser. A principle benefit of a CMS is that it allows non-technical people to make changes to their Web site without having technical knowledge.

For larger organizations and businesses, web development teams can consist of hundreds of people (web developers) and follow standard methods like Agile methodologies while developing websites.

Smaller organizations may only require a single permanent or contracting developer, or secondary assignment to related job positions such as a graphic designer and/or information systems technician.

Web development may be a collaborative effort between departments rather than the domain of a designated department.

External Links