
Introduction to Web Applications Development
by Carles Mateu
Publisher: Eureca Media 2010
Number of pages: 377
Description:
This course starts with an introduction to the internet, including a brief history of the TCT/IP protocol and worldwide web. It defines the basic concepts for web servers and studies the case of Apache, the most used webserver, while other free software webservers are not forgotten. The course continues with webpage design focusing on HTML and JavaScript. XML Schemas, their validation and transformation are covered as well as dynamic webpages built with CGI, PHP or JSP and database access. The last part of the course deals with configuration, maintenance, monitoring and security aspects.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
Unobtrusive Ajaxby Jesse Skinner - O'Reilly Media
Unobtrusive Ajax is about making web applications that work for everyone all the time, even if you have JavaScript turned off, or however you happen to be using the Web. It's about the separation of behavior, content, and presentation.
(14124 views)
High Performance Browser Networkingby Ilya Grigorik - O'Reilly Media
This book provides what every web developer should know about the network. By understanding what the browser can and cannot do, you'll be able to make better design decisions and deliver faster web applications to your users.
(11970 views)
SurviveJS: Webpack and Reactby Juho Vepsäläinen - SurviveJS.com
Facebook's React powers an increasing amount of sites. Combined with webpack bundling tool, you have a powerful frontend development environment in your hands. This book shows you how to build a simple Kanban application based on these technologies.
(9302 views)
Everything curlby Daniel Stenberg - GitBook
This book is a guide to everything there is to know about curl, the project, the command-line tool, the library, how everything started, how we work on developing it further, what it takes to use it, how you can contribute with code and bug reports.
(10207 views)