Web development
Web development is a broad term for any activities related to developing a web site for the World Wide Web or an intranet. This can include e-commerce business development, web design, web content development, client-side/server-side coding, and web server configuration. However, among web professionals, "web development" usually refers only to the non-design aspects of building web sites, e.g. writing markup and coding. Web development can range from developing the simplest static single page of plain text to the most complex web-based internet applications, electronic businesses, or social network services.
Client Side Coding
- CSS
- XHTML (in accordance to modern web design standards,XHTML's use is replacing the older HTML)
- Javascript
- Flash (Adobe Flash Player is a ubiquitous client-side platform ready for RIAs. Flex 2 is also deployed to the Flash Player (version 9+))
Server Side Coding
- PHP and MYSQL
- ASP.NET and MSSQL
- CGI and/or Perl
- Java, e.g. J2EE or WebObjects
- Python, e.g. Django (web framework)
- Smalltalk e.g. Seaside
- ColdFusion



