Web developer
From Wikipedia, the free encyclopedia
This article does not cite any references or sources. (August 2007) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
A web developer is a software developer or software engineer who is specifically engaged in the development of World Wide Web applications, or distributed network applications that are run over the HTTP protocol from a web server to a web browser. Many web developers are also skilled in related areas such as web design, information architecture, usability engineering, web content management systems, web server administration, database administration, software engineering, project management, network security, and search engine optimization.
Due to the increasing complexity of web applications in recent years, developers often specialize in either frontend or backend work. Frontend developers tend to focus on the client-side and typically work with technologies such as markup languages, ECMAscript and its variants (JavaScript, JScript, ActionScript), CSS, and the DOM. Backend developers usually focus on the interaction between server-side frameworks (such as .NET, JSP, or PHP), and databases. Some backend developers maintain databases directly on their web servers, while in other situations the backend developer calls data, managed by a database administrator, on an external system.
Some, but not all, web developers create graphics, logos, or identity, or create written, video, or audio content for a website. However, in many organizations these duties are not the responsibility of web developers, but instead are handled by web designers or web producers.
Contents |
[edit] Commonly-used tools
- Popular development tools: Visual Studio, Aptana, Dreamweaver, Zend Studio, Quanta Plus, NetBeans, Notepad++, Bluefish
- Server-side languages/frameworks: PHP, ASP.NET, Ruby on Rails, JavaServer Pages, ColdFusion, Django, Perl, Python
- Client-side coding: ECMAscript and its variants (JavaScript, JScript, ActionScript); Markup Languages such as HTML and XHTML, the Document Object Model, Cascading Style Sheets
- Browser plug-ins: Firebug, IE Developer Toolbar, Venkman, DOM Inspector, Web Developer Toolbar (Mozilla), XUL
- Data storage: Descriptive text such as XML, JSON, YAML; Database Management Systems including MySQL, MS SQL, Oracle Database
[edit] Standards in web development
The W3C (World Wide Web Consortium) maintains a set of open standards and guidelines which are generally considered best practices to follow when programming for the web. Often, web developers help contribute to these open standards and guidelines through their work on open source projects working to help enhance and debug web-based technologies.
However, because of the fairly low barrier to entry -- freely available development environments (web server environments and development languages), freely available tutorials and information on how to do web development -- novice web developers often do not adhere to the open standards and guidelines. Additionally, poorly designed or proprietary software tools that don't follow the open standards and guidelines create ad hoc and de facto standards which must be followed in order to "make things work". This was especially true during the "Browser Wars" of the 1990s. It is becoming less true as more and better tools enter the marketplace.[citation needed]