Tag: Web

Articles Mar 17, 2009

How to host a web server using Python ?

Hosting a web server using Python is very simple. Any default installation of Python includes a module called SimpleHTTPServer. We can make use of this...

Web Feb 22, 2009

What HTML5 has to offer?

HTML 5 is a new version of HTML and XHTML. The HTML 5 draft specification defines a single language that can be written in HTML and XML....