开发网络应用 Developing Web Applications

分類: 图书,进口原版书,科学与技术 Science & Techology ,
作者: Ralph Moseley 著
出 版 社: John Wiley & Sons
出版时间: 2007-12-1字数:版次: 1页数: 387印刷时间: 2007/12/01开本:印次:纸张: 胶版纸I S B N : 9780470017197包装: 平装内容简介
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.
作者简介:
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.
目录
Preface
Introduction
Features
Additional Materials
Trademarks
Acknowledgments
CHAPTER 1: THE WAY THE WEB WORKS
1.1 History
1.1.1 The WWW
1.2 The Internet and the WWW
1.3 Protocols and Programs
1.3.1 Files
1.3.2 Problems with FTP
1.3.3 Email
1.3.4 Instant Messaging
1.3.5 Remote Machine Access
1.3.6 Web Pages
1.4 Secure Connections
1.5 Applications and Development Tools
1.6 The Web Browser
1.6.1 Choices
1.7 Chapter Summary
CHAPTER 2: THE CLIENT SIDE: HTML
2.1 Introduction
2.2 The Development Process
2.2.1 Requirements
2.2.2 Design
2.2.3 Write Code
2.2.4 Test
2.2.5 Upload
2.2.6 Re-Iterate
2.3 Basic HTML
2.3.1 Loading Pages with the Browser
2.3.2 A Page on the Web
2.3.3 HTML Document Structure
2.4 Formatting and Fonts
2.4.1 Using Types of Emphasis
2.4.2 Pre-Formatted Text
2.4.3 Font Sizes
2.5 Commenting Code
2.6 Color
2.7 Hyperlinks
2.8 Lists
2.8.1 Unordered Lists
2.8.2 Ordered Lists
2.8.3 Nested Lists
2.8.4 Definition Lists
2.9 Tables
2.9.1 Table Structure
2.9.2 Table Headers
……
CHAPTER 3: FROM HTML TO XHTML
CHAPTER 4: GETTING SOME STYLE: CSS
CHAPTER 5: JAVASCRIPT: INTRODUCTION TO CLIENT SIDE SCRIPTING
CHAPTER 6: JAVASCRIPT: DEVELOPING MORE ADVANCED SCRIPTS
CHAPTER 7: DHTML
CHAPTER 8: XML: EXTENSIBLE MARKUP LANGUAGE
CHAPTER 9: XML, XSL AND XSLT: TRANSFORMING XML
CHAPTER 10: WEB SERVICES, FEEDS AND BLOGS
CHAPTER 11: THE SERVER SIDE
CHAPTER 12: PHP 1: STARTING TO SCRIPT ON THE SERVER SIDE
CHAPTER 13: PHP 2: ARRAYS, FUNCTIONS AND FORMS
CHAPTER 14: MORE ADVANCED PHP
CHAPTER 15: NETWORK AND WEB SECURITY
CHAPTER 16: DATABASES
CHAPTER 17: ALTERNATIVE SCRIPTING LANGUAGES
CHAPTER 18: FUTURE: GAINING A PERSPECTIVE
Glossary
Sources
Index