Prev | Current Page 429 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"

In this chapter you will take a deep look at building websites
using Neko by covering the following topics:
What a web server is
What HTML is
How to write HTML pages
What HTML elements are used
How to use the NekoTools as a development web server
How to install mod_neko for Apache
How to generate dynamic pages with Neko
Introduction to Web Development
Web programming is a branch of programming that targets the realization of software deployed to
work on the Internet. This kind of software requires the participation of at least two parts: a client
that sends a request and a server that provides a response. The web programmer writes a code that
runs on the server, processing data obtained by a database for example, and sends a response. The
response can be anything such as a text page, a downloadable archive, or a piece of code to run
into the client. To write a web application you need to become confident with what a web server is
and how it works, and how to write HTML pages, which actually are the very base for producing
interactive contents.


Pages:
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441