Cover image for Developing Web applications
Title:
Developing Web applications
Personal Author:
Publication Information:
Chichester, West Sussex : John Wiley & Sons, 2007
ISBN:
9780470017197

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010128865 TK5105.888 M67 2007 Open Access Book Book
Searching...
Searching...
30000010135680 TK5105.888 M67 2007 Open Access Book Book
Searching...

On Order

Summary

Summary

Building applications for the Internet is a complex and fast-moving field which utilizes a variety of continually evolving technologies. Whether your perspective is from the client or server side, there are many languages to master - X(HTML), JavaScript, PHP, XML and CSS to name but a few. These languages have to work together cleanly, logically and in harmony with the systems they run on, and be compatible with any browsers with which they interact.

Developing Web Applications presents script writing and good programming practice but also allows students to see how the individual technologies fit together. It includes recent technical developments to provide a practical and modern introduction to building web applications.

Assuming no prior programming experience, this concise, accessible book ensures that essential concepts on the client side are quickly grasped, and goes on to examine the server environment and available languages, including discussion of dynamic, modern scripting languages such as PHP. Network and security issues are also discussed. The aim of this book is to deliver exactly what is needed to start producing working applications as soon as possible - and have fun along the way.

Ideal for course use or self-study, this book includes practical suggestions for mini-projects which encourage the reader to explore his or her own imaginative solutions, as well as more theoretical end-of-chapter questions. It can also easily be used as a reference work as each section is self-contained, amplifying the key aspects of its particular topic. Most software covered is freely available in the public domain and no particular development environments are required. It is a direct, contemporary and extremely useful resource for anyone interested in learning how to program applications for the World Wide Web.


Author Notes

The book is a product of Ralph Moseley's experience of developing the course 'Developing Web Applications' as module leader at Middlesex University. His research interest is developing adaptive systems which use the internet to reconfigure their hardware remotely.


Table of Contents

Preface
Introduction
Features
Additional Materials
Trademarks
Acknowledgments
Chapter 1 The Way The Web Works
A basic introduction to how the WWW works within the context of the Internet with supporting protocols and applications
1.1 History
1.2 The Internet and the WWW
1.3 Protocols and Programs
1.4 Secure Connections
1.5 Applications and Development Tools
1.6 The Web Browser
1.7 Chapter Summary
Chapter 2 The Client Side: Html
This chapter starts to look at the client side and static Web page development using HTML
You will learn how to develop simple Web pages and formatting, together with tables, images and frames
2.1 Introduction
2.2 The Development Process
2.3 Basic HTML
2.4 Formatting and Fonts
2.5 Commenting Code
2.6 Color
2.7 Hyperlinks
2.8 Lists
2.9 Tables
2.10 Images
2.11 Simple HTML Forms
2.12 Web Site Structure
2.13 Chapter Summary
Chapter 3 From Html to Xhtml
Here we continue the exploration of HTML into XHTML
You will learn about the various standards that have been developed for HTML
More advanced HTML will also be studied, and the ability to control search engines, cache refresh and meta information
3.1 More History, More Standards
3.2 The Move to XHTML
3.3 Meta Tags
3.4 Character Entities
3.5 Frames and Framesets
3.6 What Is Inside a Browser? 3.7 Chapter Summary
Chapter 4 Getting Some Style: Css
In this chapter you will learn how to present and control the format of Web pages using CSS
This includes the ability to precisely control the positioning and attributes of content while maintaining the structure of the document itself
4.1 The Need for CSS
4.2 Introduction to CSS
4.3 Basic Syntax and Structure
4.4 Using CSS
4.5 Background Images, Colors and Properties
4.6 Manipulating Text
4.7 Using Fonts
4.8 Borders and Boxes
4.9 Margins
4.10 Padding
4.11 Lists
4.12 Positioning Using CSS
4.13 CSS2
4.14 Chapter Summary
Chapter 5 Javascript: Introduction to Client Side Scripting
This chapter will prepare you for developing with this popular scripting language, showing you the syntax and possibilities of use
The aims here are to show you how it is placed within a page, variables, strings, arrays and loops
Program flow is also discussed and how conditional operators and commands are used
5.1 What Is JavaScript?
5.2 How to Develop JavaScript
5.3 Simple JavaScript
5.4 Variables
5.5 Functions
5.6 Conditions
5.7 Loops and Repetition
5.8 Chapter Summary
Chapter 6 Javascript: Developing More Advanced Scripts
In this chapter you will learn about using objects in JavaScript, both the built-in types and creating your own
You will also learn about the Document Object Model (DOM), which allows HTML documents to be manipulated and accessed
Forms and ways of validating information submitted are explored here too
6.1 JavaScript and Objects
6.2 JavaScript's Own Objects
6.3 The DOM and the Web Browser Environment
6.4 Forms and Validation
6.5 Chapter Summary
Chapter 7 Dhtml
The aim of this chapter is to bring dynamic aspects of site design together
You will learn about animation, caching, event driven scripting and browser compatibility
It's in this chapter you will also find out more about compatibility and the need to provide alternatives for different browsers
7.1 Combining HTML, CSS and JavaScript
7.2 Events and Buttons
7.3 Controlling Your Browser
7.4 Chapter Summary
Chapter 8 Xml: Extensible Markup Language