<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Nicolae Sfetcu</title>
  <subtitle>My virtual house and friends</subtitle>
  <link rel="alternate" type="text/html" href="http://www.sfetcu.com/content/Web-development"/>
  <link rel="self" type="application/atom+xml" href="http://www.sfetcu.com/node/315/atom/feed"/>
  <id>http://www.sfetcu.com/node/315/atom/feed</id>
  <updated>2008-06-08T06:04:52-06:00</updated>
  <entry>
    <title>Web development</title>
    <link rel="alternate" type="text/html" href="http://www.sfetcu.com/content/Web-development" />
    <id>http://www.sfetcu.com/content/Web-development</id>
    <published>2008-06-08T06:04:52-06:00</published>
    <updated>2008-06-08T06:04:52-06:00</updated>
    <author>
      <name>nicolae</name>
    </author>
    <category term="accessibility" />
    <category term="areas" />
    <category term="ASP" />
    <category term="ASP.NET" />
    <category term="CGI" />
    <category term="ColdFusion" />
    <category term="CSS" />
    <category term="graphic design" />
    <category term="Guides" />
    <category term="industry" />
    <category term="information architecture" />
    <category term="J2EE" />
    <category term="Java" />
    <category term="Javascript" />
    <category term="MySQL" />
    <category term="Perl" />
    <category term="PHP" />
    <category term="Ruby" />
    <category term="Ruby on Rails" />
    <category term="SEO" />
    <category term="web design" />
    <category term="Web design and development" />
    <category term="web development" />
    <category term="web usability" />
    <category term="WebObjects" />
    <category term="XHTML" />
    <summary type="html"><![CDATA[<p><b>Web development</b> 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, &quot;web development&quot; usually refers only to the non-design aspects  of building web sites, e.g. writing markup and coding.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p><b>Web development</b> 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, &quot;web development&quot; 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.</p>
<p>For larger businesses and organizations, web development teams can consist of  hundreds of people. Smaller organizations may only require a single permanent or  contracting webmaster, 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.</p>
<h2><span class="mw-headline">Web development as an industry</span></h2>
<p>Since the mid-1990s, web development has been one of the fastest growing  industries in the world. In 1995 there were fewer than 10,000 web development  companies in the United States alone and in 2005 there are over 30,000 such  companies.<a href="http://www.articler.com/23205/The-Web-Development-Industry-Is-Expected-To-Grow-Over-20-By-2010.html" rel="nofollow" title="http://www.articler.com/23205/The-Web-Development-Industry-Is-Expected-To-Grow-Over-20-By-2010.html" class="external autonumber">[1]</a>  The web development industry is expected to grow over 20% by 2010. The growth of  this industry is being pushed by large businesses wishing to sell products and  services to their customers and to automate business workflow, as well as the  growth of many small web design and development companies.</p>
<p>In addition, cost of Web site development and hosting has dropped  dramatically during this time. Instead of costing tens of thousands of dollars,  as was the case for early websites, one can now develop a simple web site for  less than a thousand dollars, depending on the complexity and amount of  content.&nbsp; Smaller Web site development companies are now able to make web design  accessible to both smaller companies and individuals further fueling the growth  of the web development industry. As far as web development tools and platforms  are concerned, there are many systems available to the public free of charge to  aid in development. A popular example is the LAMP (Linux, Apache, MySQL, PHP),  which is usually distributed free of charge. This fact alone has manifested into  many people around the globe setting up new Web sites daily and thus  contributing to increase in web development popularity. Another contributing  factor has been the rise of easy to use WYSIWYG web development software, most  prominently Microsoft FrontPage or Adobe Dreamweaver. Using such software,  virtually anyone can develop a Web page in a matter of minutes. Knowledge of  HyperText Markup Language (HTML), or other programming languages is not  required, but recommended for professional results.</p>
<p>The next generation of web development tools uses the strong growth in LAMP  and Microsoft .NET technologies to provide the Web as a way to run applications  online. Web developers now help to deliver applications as Web services which  were traditionally only available as applications on a desk based computer.</p>
<p>Instead of running executable code on a local computer, users are interacting  with online applications to create new content. This has created new methods in  communication and allowed for many opportunities to decentralize information and  media distribution. Users are now able to interact with applications from many  locations, instead of being tied to a specific workstation for their application  environment.</p>
<p>Examples of dramatic transformation in communication and commerce led by web  development include e-commerce. Online auction sites such as eBay have changed  the way consumers consume and purchase goods and services. Online resellers such  as Amazon.com and Buy.com (among many, many others) have transformed the  shopping and bargain hunting experience for many consumers. Another good example  of transformative communication led by web development is the blog. Web  applications such as WordPress and b2evolution have created easily implemented  blog environments for individual Web sites. Open source content systems such as  Typo3, Xoops, Joomla, and Drupal have extended web development into new modes of  interaction and communication.</p>
<h2><span class="mw-headline">Typical Areas</span></h2>
<p>Web Development can be split into many areas and a typical and basic web  development hierarchy might consist of;</p>
<ul>
<li><b>Client Side Coding</b>
<ul>
<li>CSS</li>
<li>XHTML <i>(in accordance to modern web design standards, XHTML's use  		is replacing the older HTML)</i></li>
<li>Javascript</li>
</ul>
</li>
<li><b>Server Side Coding</b>
<ul>
<li>PHP and MySQL</li>
<li>ASP and MSSQL</li>
<li>ASP.NET and MSSQL</li>
<li>CGI and/or Perl</li>
<li>Java, e.g. J2EE or WebObjects</li>
<li>Ruby, e.g. Ruby on Rails</li>
<li>ColdFusion</li>
</ul>
</li>
</ul>
<ul>
<li>In practice, many web developers will also have <b>interdiscipinary</b>  	skills / roles, including:
<ul>
<li>Graphic design / web design</li>
<li>Information architecture and copywriting/copyediting with web  		usability, accessibility and search engine optimisation in mind</li>
<li>Project management, QA and other aspects common to IT development in  		general</li>
</ul>
</li>
</ul>
<p>The above list is a simple website development hierarchy and can be extended  to include all client side and server side aspects. It is still important to  remember that web development is generally split up into client side coding  covering aspects such as the layout and design, then server side coding, which  covers the website's functionality and back end systems.</p>
<p>Looking at these items from an &quot;umbrella approach&quot;, client side coding such  as XHTML is executed and stored on a local client (in a web browser) whereas  server side code is not available to a client and is executed on a web server  which generates the appropriate XHTML which is then sent to the client. As the  nature of client side coding allows you to alter the HTML on a local client and  refresh the pages with updated content (locally), web designers must bear in  mind the importance and relavence to security with their server side scripts. If  a server side script accepts content from a locally modified client side script,  the web development of that page shows poor sanitization with relation to  security.</p>
<h2><span class="mw-headline">Security</span></h2>
<p>Web development takes into account a lot of things, such as data entry error  checking through forms, as well as sanitization of the data that is entered in  those fields. Malicious practices such as SQL injection can be executed through  users with ill intent yet only primitive knowledge of web development as a  whole. Not only this, but scripts can be exploited to grant unauthorized access  to the hacker to gain information such as email addresses, passwords and  protected content.</p>
<p>Some of this is dependent on the server environment (most commonly Apache or  Microsoft IIS) on which the scripting language, such as PHP, Ruby or ASP is  running, and therefore is not necessarily down to the web developer themselves  to maintain. However, stringent testing of web applications before public  release is encouraged to prevent such exploits from occurring.</p>
<h2><span class="mw-headline">Links</span></h2>
<ul>
<li>Set of tutorials for developing a web app (PHP &amp; MySQL) 	<a href="http://paulstamatiou.com/2006/12/27/how-to-code-your-first-web-app-part-1/" rel="nofollow" title="http://paulstamatiou.com/2006/12/27/how-to-code-your-first-web-app-part-1/" class="external text"> 	Part 1</a> 	<a href="http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/" rel="nofollow" title="http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/" class="external text"> 	Part 2</a> 	<a href="http://paulstamatiou.com/2006/12/29/how-to-code-your-first-web-app-part-3/" rel="nofollow" title="http://paulstamatiou.com/2006/12/29/how-to-code-your-first-web-app-part-3/" class="external text"> 	Part 3</a></li>
<li><a href="http://msdn.microsoft.com/webclientfactory" rel="nofollow" title="http://msdn.microsoft.com/webclientfactory" class="external text"> 	Web Client Software Factory</a> &mdash; A discussion on how to create composite  	web and page flow applications on the Microsoft platform.</li>
<li><a href="http://www.macronimous.com/resources/web_development_life_cycle.asp" rel="nofollow" title="http://www.macronimous.com/resources/web_development_life_cycle.asp" class="external text"> 	Web Site Development Process - The life cycle steps</a></li>
</ul>
<p>This guide is licensed under the <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>.  It uses material from the <a href="http://www.wikipedia.org/">Wikipedia</a>.</p>
    ]]></content>
  </entry>
</feed>
