Author: Gillian R. Hall
Publisher: Prentice Hall
ISBN: 9780805322835
Category : Computers
Languages : en
Pages : 228
Book Description
Netscape 2 Projects for the Internet
Author: Gillian R. Hall
Publisher: Prentice Hall
ISBN: 9780805322835
Category : Computers
Languages : en
Pages : 228
Book Description
Publisher: Prentice Hall
ISBN: 9780805322835
Category : Computers
Languages : en
Pages : 228
Book Description
Web Browsers
Author: Vijay Kumar Yadav
Publisher: Vijay Kumar Yadav
ISBN:
Category : Computers
Languages : en
Pages : 118
Book Description
In “Web Browsers,” delve into the fascinating evolution and pivotal role of web browsers in shaping our digital experiences. This comprehensive guide begins with the inception of the first browser, WorldWideWeb, and chronicles the rise of iconic browsers like Netscape Navigator, Mozilla Firefox, and Google Chrome. Explore the intricacies of browser architecture, from rendering engines to JavaScript engines, and understand how webpages are rendered seamlessly on your screen. The book highlights major web browsers, examining Google Chrome's market dominance and integration with Google services, Mozilla Firefox’s commitment to privacy and open-source development, Microsoft Edge’s transition from Internet Explorer, Apple Safari’s optimization for Apple devices, and Opera’s unique features catering to niche markets. Discover the innovations that have revolutionized browsing, including extensions, progressive web apps (PWAs), cross-device integration, and performance enhancements. Learn about the importance of web standards, the role of the World Wide Web Consortium (W3C), and the significance of browser compatibility. Delve into privacy and security, with insights into tracking prevention, security patches, and user data control. The book also explores the rise of mobile browsing, key players in the mobile market, and the impact of PWAs. Finally, envision the future of web browsers with emerging trends, AI and machine learning integration, and the potential of quantum computing in transforming web browsing. “Web Browsers” is an essential read for anyone seeking to understand the technology that connects us to the vast digital world.
Publisher: Vijay Kumar Yadav
ISBN:
Category : Computers
Languages : en
Pages : 118
Book Description
In “Web Browsers,” delve into the fascinating evolution and pivotal role of web browsers in shaping our digital experiences. This comprehensive guide begins with the inception of the first browser, WorldWideWeb, and chronicles the rise of iconic browsers like Netscape Navigator, Mozilla Firefox, and Google Chrome. Explore the intricacies of browser architecture, from rendering engines to JavaScript engines, and understand how webpages are rendered seamlessly on your screen. The book highlights major web browsers, examining Google Chrome's market dominance and integration with Google services, Mozilla Firefox’s commitment to privacy and open-source development, Microsoft Edge’s transition from Internet Explorer, Apple Safari’s optimization for Apple devices, and Opera’s unique features catering to niche markets. Discover the innovations that have revolutionized browsing, including extensions, progressive web apps (PWAs), cross-device integration, and performance enhancements. Learn about the importance of web standards, the role of the World Wide Web Consortium (W3C), and the significance of browser compatibility. Delve into privacy and security, with insights into tracking prevention, security patches, and user data control. The book also explores the rise of mobile browsing, key players in the mobile market, and the impact of PWAs. Finally, envision the future of web browsers with emerging trends, AI and machine learning integration, and the potential of quantum computing in transforming web browsing. “Web Browsers” is an essential read for anyone seeking to understand the technology that connects us to the vast digital world.
How the Internet Happened: From Netscape to the iPhone
Author: Brian McCullough
Publisher: Liveright Publishing
ISBN: 1631493086
Category : Technology & Engineering
Languages : en
Pages : 371
Book Description
A Library Journal Best Book of the Year Tech-guru Brian McCullough delivers a rollicking history of the internet, why it exploded, and how it changed everything. The internet was never intended for you, opines Brian McCullough in this lively narrative of an era that utterly transformed everything we thought we knew about technology. In How the Internet Happened, he chronicles the whole fascinating story for the first time, beginning in a dusty Illinois basement in 1993, when a group of college kids set off a once-in-an-epoch revolution with what would become the first “dotcom.” Depicting the lives of now-famous innovators like Netscape’s Marc Andreessen and Facebook’s Mark Zuckerberg, McCullough also reveals surprising quirks and unknown tales as he tracks both the technology and the culture around the internet’s rise. Cinematic in detail and unprecedented in scope, the result both enlightens and informs as it draws back the curtain on the new rhythm of disruption and innovation the internet fostered, and helps to redefine an era that changed every part of our lives.
Publisher: Liveright Publishing
ISBN: 1631493086
Category : Technology & Engineering
Languages : en
Pages : 371
Book Description
A Library Journal Best Book of the Year Tech-guru Brian McCullough delivers a rollicking history of the internet, why it exploded, and how it changed everything. The internet was never intended for you, opines Brian McCullough in this lively narrative of an era that utterly transformed everything we thought we knew about technology. In How the Internet Happened, he chronicles the whole fascinating story for the first time, beginning in a dusty Illinois basement in 1993, when a group of college kids set off a once-in-an-epoch revolution with what would become the first “dotcom.” Depicting the lives of now-famous innovators like Netscape’s Marc Andreessen and Facebook’s Mark Zuckerberg, McCullough also reveals surprising quirks and unknown tales as he tracks both the technology and the culture around the internet’s rise. Cinematic in detail and unprecedented in scope, the result both enlightens and informs as it draws back the curtain on the new rhythm of disruption and innovation the internet fostered, and helps to redefine an era that changed every part of our lives.
Foundation Website Creation with HTML5, CSS3, and JavaScript
Author: Joe Lewis
Publisher: Apress
ISBN: 1430237902
Category : Computers
Languages : en
Pages : 289
Book Description
Foundation Website Creation with HTML5, CSS3, and JavaScript shows the entire process of building a website. This process involves much more than just technical knowledge, and this book provides all the information you'll need to understand the concepts behind designing and developing for the Web, as well as the best means to deliver professional results based on best practices. Of course, there is far more to building a successful website than knowing a little Hypertext Markup Language (HTML). The process starts long before any coding takes place, and this book introduces you to the agile development process, explaining why this method makes so much sense for web projects and how best to implement it. We also make sure you're up to date by using the latest HTML5 features. Planning is vital, so you'll also learn to use techniques such as brainstorming, wireframes, mockups, and prototypes to get your project off to the best possible start and help ensure smooth progress as it develops. An understanding of correct, semantic markup is essential for any web professional; this book explains how HTML5 should be used to structure content so that the markup adheres to current web standards. You'll learn about the wide range of HTML5 elements available to you, and you'll learn how and when to use them through building example web pages. Without creative use of Cascading Style Sheets (CSS), websites would all look largely the same. CSS enables you to set your website apart from the rest, while maintaining the integrity of your markup. We'll showcase the new features of CSS3 and how you can use them. You'll learn how CSS3 works and how to apply styles to your pages, allowing you to realize your design ideas in the browser. JavaScript can be used to make your website easier and more interesting to use. This book provides information on appropriate uses of this technology and introduces the concepts of JavaScript programming. You'll also see how JavaScript works as part of the much-hyped technique Ajax, and in turn, where Ajax fits into the wider Web 2.0 picture. While a website is being built, it needs to be tested across multiple browsers and platforms to ensure that the site works for all users, regardless of ability or disability, and this book explains how best to accomplish these tasks. Then, it discusses the process of launching and maintaining the site so that it will continue to work for all its users throughout its life cycle. Foundation Website Creation with HTML5, CSS3, and JavaScript concludes by covering server-side technologies, acting as a guide to the different options available. With insights from renowned experts such as Jason Fried of 37signals, Daniel Burka of Digg and Pownce, and Chris Messina of Citizen Agency, Foundation Website Creation with CSS, XHTML, and JavaScript provides invaluable information applicable to every web project—regardless of size, scope, or budget.
Publisher: Apress
ISBN: 1430237902
Category : Computers
Languages : en
Pages : 289
Book Description
Foundation Website Creation with HTML5, CSS3, and JavaScript shows the entire process of building a website. This process involves much more than just technical knowledge, and this book provides all the information you'll need to understand the concepts behind designing and developing for the Web, as well as the best means to deliver professional results based on best practices. Of course, there is far more to building a successful website than knowing a little Hypertext Markup Language (HTML). The process starts long before any coding takes place, and this book introduces you to the agile development process, explaining why this method makes so much sense for web projects and how best to implement it. We also make sure you're up to date by using the latest HTML5 features. Planning is vital, so you'll also learn to use techniques such as brainstorming, wireframes, mockups, and prototypes to get your project off to the best possible start and help ensure smooth progress as it develops. An understanding of correct, semantic markup is essential for any web professional; this book explains how HTML5 should be used to structure content so that the markup adheres to current web standards. You'll learn about the wide range of HTML5 elements available to you, and you'll learn how and when to use them through building example web pages. Without creative use of Cascading Style Sheets (CSS), websites would all look largely the same. CSS enables you to set your website apart from the rest, while maintaining the integrity of your markup. We'll showcase the new features of CSS3 and how you can use them. You'll learn how CSS3 works and how to apply styles to your pages, allowing you to realize your design ideas in the browser. JavaScript can be used to make your website easier and more interesting to use. This book provides information on appropriate uses of this technology and introduces the concepts of JavaScript programming. You'll also see how JavaScript works as part of the much-hyped technique Ajax, and in turn, where Ajax fits into the wider Web 2.0 picture. While a website is being built, it needs to be tested across multiple browsers and platforms to ensure that the site works for all users, regardless of ability or disability, and this book explains how best to accomplish these tasks. Then, it discusses the process of launching and maintaining the site so that it will continue to work for all its users throughout its life cycle. Foundation Website Creation with HTML5, CSS3, and JavaScript concludes by covering server-side technologies, acting as a guide to the different options available. With insights from renowned experts such as Jason Fried of 37signals, Daniel Burka of Digg and Pownce, and Chris Messina of Citizen Agency, Foundation Website Creation with CSS, XHTML, and JavaScript provides invaluable information applicable to every web project—regardless of size, scope, or budget.
Select
Author: Gillian Hall
Publisher: Prentice Hall
ISBN: 9780201304190
Category : Computers
Languages : en
Pages : 226
Book Description
For courses covering the Internet/World Wide Web and HTML. SELECT: Internet provides introductory level students with skill-building, hands-on exercises that will get them up and running on the Internet in no time! The focus is on a spiraled development approach that integrates all features of the Internet into a powerful resource package, rather than focusing on each component as a separate entity. Concepts learned from the first project on are extended in subsequent projects. An accompanying Internet Website is provided and constantly updated and mail robots are set up to automatically respond to students' practice e-mail messages. SELECT: Internet is not browser specific so anyone can use it! SELECT: Internet Explorer 4.0 focuses on the essentials of this browser from Microsoft using a non-technical, non-jargon approach. This text teaches students how to use the global network to communicate in real time across the planet and includes coverage of bundled mail and news programs. SELECT: Internet Explorer 4.0 is perfect for any multi applications or concepts plus applications course in which hands-on coverage of the Internet is included using the most recent Internet Explorer browser. The SELECT Lab Series is beautifully illustrated with an easy-to-follow, class tested pedagogical design incorporated in a series of skill-building, hands-on projects enhanced by numerous full-color screen captures. SELECT: Netscape Communicator 4.0 covers basic through more intermediate skills including searching the Web and using Internet phone, collaboration, and conferencing tools. It is also quick and easy to create a custom Right PHIT package and take advantage of deep discounts by combining titles from Prentice Hall's SELECT Lab Series and Computer Information Systems List.
Publisher: Prentice Hall
ISBN: 9780201304190
Category : Computers
Languages : en
Pages : 226
Book Description
For courses covering the Internet/World Wide Web and HTML. SELECT: Internet provides introductory level students with skill-building, hands-on exercises that will get them up and running on the Internet in no time! The focus is on a spiraled development approach that integrates all features of the Internet into a powerful resource package, rather than focusing on each component as a separate entity. Concepts learned from the first project on are extended in subsequent projects. An accompanying Internet Website is provided and constantly updated and mail robots are set up to automatically respond to students' practice e-mail messages. SELECT: Internet is not browser specific so anyone can use it! SELECT: Internet Explorer 4.0 focuses on the essentials of this browser from Microsoft using a non-technical, non-jargon approach. This text teaches students how to use the global network to communicate in real time across the planet and includes coverage of bundled mail and news programs. SELECT: Internet Explorer 4.0 is perfect for any multi applications or concepts plus applications course in which hands-on coverage of the Internet is included using the most recent Internet Explorer browser. The SELECT Lab Series is beautifully illustrated with an easy-to-follow, class tested pedagogical design incorporated in a series of skill-building, hands-on projects enhanced by numerous full-color screen captures. SELECT: Netscape Communicator 4.0 covers basic through more intermediate skills including searching the Web and using Internet phone, collaboration, and conferencing tools. It is also quick and easy to create a custom Right PHIT package and take advantage of deep discounts by combining titles from Prentice Hall's SELECT Lab Series and Computer Information Systems List.
Handbook of Business Data Communications
Author: Hossein Bidgoli
Publisher: Academic Press
ISBN: 0120959763
Category : Computers
Languages : en
Pages : 575
Book Description
Do you need a one-volume lesson about business applications of the Internet and other computer-based hardware and software? This book provides comprehensive coverage of four major areas: The Internet and Data Communications Basics, Popular Types of Networks, Design, Implementation, and Management Issues in a Network Environment, and Data Communication and Internet Applications. The Handbook of Business Data Communications looks briefly at the major corporations working in each category. In addition to practical examples, short case studies, and summaries of emerging issues in data communications, Professor Bidgoli discusses personal, social, organizational, and legal issues surrounding the use of networks and business software. Easy to use, balanced, and up-to-date, the Handbook has both answers and insights into future trends in business data communications. Key Features * An industry profile begins each chapter, providing readers with ways to learn more about the products they use * Numerous case studies of businesses throughout the book highlight applications topics * Includes balanced presentations of current and emerging technologies as well as useful discussions of security issues and measures * Presents thorough examinations of the Internet and intranets/extranets * Social, organizational, and legal materials provide context for data communications information * Summaries and review questions reinforce the aims of each chapter
Publisher: Academic Press
ISBN: 0120959763
Category : Computers
Languages : en
Pages : 575
Book Description
Do you need a one-volume lesson about business applications of the Internet and other computer-based hardware and software? This book provides comprehensive coverage of four major areas: The Internet and Data Communications Basics, Popular Types of Networks, Design, Implementation, and Management Issues in a Network Environment, and Data Communication and Internet Applications. The Handbook of Business Data Communications looks briefly at the major corporations working in each category. In addition to practical examples, short case studies, and summaries of emerging issues in data communications, Professor Bidgoli discusses personal, social, organizational, and legal issues surrounding the use of networks and business software. Easy to use, balanced, and up-to-date, the Handbook has both answers and insights into future trends in business data communications. Key Features * An industry profile begins each chapter, providing readers with ways to learn more about the products they use * Numerous case studies of businesses throughout the book highlight applications topics * Includes balanced presentations of current and emerging technologies as well as useful discussions of security issues and measures * Presents thorough examinations of the Internet and intranets/extranets * Social, organizational, and legal materials provide context for data communications information * Summaries and review questions reinforce the aims of each chapter
Professional ASP.NET 2.0 Design
Author: Jacob J. Sanford
Publisher: John Wiley & Sons
ISBN: 0470228199
Category : Computers
Languages : en
Pages : 506
Book Description
This book is for anyone who wants to learn about using .NET for web interface design. Beginner or hobbyist .NET developers can certainly get a good foundation of .NET web interface design by going through this book from cover to cover. However, more seasoned .NET professionals, especially if they tend to steer away from the GUI of their projects, can also pick up a thing or two by focusing on certain chapters that appeal to them. This book is meant to take a reader from the beginning of a project to the completion of the interface design. Along the way, concepts are illustrated to show how the different pieces play together. So, anyone who really wants to understand the concepts presented in this book will be able to do so by reading the entire thing. However, this book should also serve as a good reference after you have read it or, in some cases, in place of reading it. All of the early chapters provide useful information and examples for any web developer. Many of the concepts presented after Chapter 4 are more specifically targeted at .NET developers. In the later chapters, the target audience is .NET developers or, at least, people who want to become .NET developers. In those chapters, you should probably have at least a basic understanding of the .NET Framework and some experience with Visual Studio 2005 (or possibly Visual Studio 2003). If you are completely new to .NET, you may find it useful to pick up a beginning ASP.NET 2.0 book before delving too deeply into those chapters. If you want to learn about .NET 2.0 web interface design, you are the intended audience. It should be noted that all of the .NET code samples in this book are in C#. However, this shouldn’t limit other developers, such as VB.NET developers, from understanding the concepts or being able to replicate the code in their own projects. The actual managed code examples are pretty limited and, when they are used, they should be fairly easy to port over to VB.NET. This book covers the concepts serious developers need to begin designing cool and consistent web layouts. The early chapters focus on general web design standards that you need to grasp in order to move into the later chapters. Specifically, these concepts are: Basic web design considerations (colors, fonts, images, accessibility, and so on) (Chapter 2) Photoshop basics to get you started making your own graphics and color schemes (Chapter 3) Cascading Style Sheets (CSS) and their use in web design layout (Chapter 4) When you finish these chapters, you will have the basic shell for the project that you will continue to develop throughout the book. You will have the header graphic, color scheme, and CSS layout that you will begin to incorporate .NET-specific concepts to in the later chapters. This includes: How to make .NET controls render accessible CSS code rather than their default: tables (Chapter 5) Using the built-in controls of .NET to create easily maintainable and consistent site navigation (and how to make them render CSS divs instead of tables) (Chapter 6) Creating your web site template with Master Pages (Chapter 7) Creating themes and skins to style your .NET controls (Chapter 8) Applying themes to your projects through various approaches, including base classing (Chapter 9) The final “regular” chapter ends with you building an entirely new mobile device theme using all of the concepts learned in the previous chapters. In Chapter 10, you will start with modifying your graphic to better fit the resolution of your mobile devices. You will also learn how to modify your stylesheets and apply them programmatically to be used only for this theme. You
Publisher: John Wiley & Sons
ISBN: 0470228199
Category : Computers
Languages : en
Pages : 506
Book Description
This book is for anyone who wants to learn about using .NET for web interface design. Beginner or hobbyist .NET developers can certainly get a good foundation of .NET web interface design by going through this book from cover to cover. However, more seasoned .NET professionals, especially if they tend to steer away from the GUI of their projects, can also pick up a thing or two by focusing on certain chapters that appeal to them. This book is meant to take a reader from the beginning of a project to the completion of the interface design. Along the way, concepts are illustrated to show how the different pieces play together. So, anyone who really wants to understand the concepts presented in this book will be able to do so by reading the entire thing. However, this book should also serve as a good reference after you have read it or, in some cases, in place of reading it. All of the early chapters provide useful information and examples for any web developer. Many of the concepts presented after Chapter 4 are more specifically targeted at .NET developers. In the later chapters, the target audience is .NET developers or, at least, people who want to become .NET developers. In those chapters, you should probably have at least a basic understanding of the .NET Framework and some experience with Visual Studio 2005 (or possibly Visual Studio 2003). If you are completely new to .NET, you may find it useful to pick up a beginning ASP.NET 2.0 book before delving too deeply into those chapters. If you want to learn about .NET 2.0 web interface design, you are the intended audience. It should be noted that all of the .NET code samples in this book are in C#. However, this shouldn’t limit other developers, such as VB.NET developers, from understanding the concepts or being able to replicate the code in their own projects. The actual managed code examples are pretty limited and, when they are used, they should be fairly easy to port over to VB.NET. This book covers the concepts serious developers need to begin designing cool and consistent web layouts. The early chapters focus on general web design standards that you need to grasp in order to move into the later chapters. Specifically, these concepts are: Basic web design considerations (colors, fonts, images, accessibility, and so on) (Chapter 2) Photoshop basics to get you started making your own graphics and color schemes (Chapter 3) Cascading Style Sheets (CSS) and their use in web design layout (Chapter 4) When you finish these chapters, you will have the basic shell for the project that you will continue to develop throughout the book. You will have the header graphic, color scheme, and CSS layout that you will begin to incorporate .NET-specific concepts to in the later chapters. This includes: How to make .NET controls render accessible CSS code rather than their default: tables (Chapter 5) Using the built-in controls of .NET to create easily maintainable and consistent site navigation (and how to make them render CSS divs instead of tables) (Chapter 6) Creating your web site template with Master Pages (Chapter 7) Creating themes and skins to style your .NET controls (Chapter 8) Applying themes to your projects through various approaches, including base classing (Chapter 9) The final “regular” chapter ends with you building an entirely new mobile device theme using all of the concepts learned in the previous chapters. In Chapter 10, you will start with modifying your graphic to better fit the resolution of your mobile devices. You will also learn how to modify your stylesheets and apply them programmatically to be used only for this theme. You
Internet Resources for Engineers
Author: Jimin He
Publisher: Elsevier
ISBN: 9780750689496
Category : Computers
Languages : en
Pages : 308
Book Description
Internet Resources for Engineers will be supported by a website to provide easily accessible and up-to-date information that becomes available after publication. Internet Resources for Engineers is the first in a series of Internet Resources books for specific areas of study. Among the other books planned are Internet Resources for: Business Studies Media Studies and Journalism Architecture Medicine . Comprehensive coverage 2. Ideal for students and teachers 3. Specifically targeted to engineering and technology
Publisher: Elsevier
ISBN: 9780750689496
Category : Computers
Languages : en
Pages : 308
Book Description
Internet Resources for Engineers will be supported by a website to provide easily accessible and up-to-date information that becomes available after publication. Internet Resources for Engineers is the first in a series of Internet Resources books for specific areas of study. Among the other books planned are Internet Resources for: Business Studies Media Studies and Journalism Architecture Medicine . Comprehensive coverage 2. Ideal for students and teachers 3. Specifically targeted to engineering and technology
Netscape Navigator 6
Author: Gary B. Shelly
Publisher: Cengage Learning
ISBN: 9780789546470
Category : Computers
Languages : en
Pages : 260
Book Description
Netscape Navigator 6 provides the novice as well as the experienced user a window with which to look into the [World Wide] Web and tap an abundance of resources. [This book] is intended for use in a one-credit, three-to-five-week, course or in combination with other books in an introductory computer concepts or applications course. Specific objectives of this book are as follows: to teach students how to use Netscape Navigator 6 ... to expose students to various World Wide Web resources; to acquaint students with the more popular search engines; to show students how to do research using the World Wide Web; [and] to teach students how to communicate with other Internet users. -Pref.
Publisher: Cengage Learning
ISBN: 9780789546470
Category : Computers
Languages : en
Pages : 260
Book Description
Netscape Navigator 6 provides the novice as well as the experienced user a window with which to look into the [World Wide] Web and tap an abundance of resources. [This book] is intended for use in a one-credit, three-to-five-week, course or in combination with other books in an introductory computer concepts or applications course. Specific objectives of this book are as follows: to teach students how to use Netscape Navigator 6 ... to expose students to various World Wide Web resources; to acquaint students with the more popular search engines; to show students how to do research using the World Wide Web; [and] to teach students how to communicate with other Internet users. -Pref.
e-Business in Construction
Author: Chimay J. Anumba
Publisher: John Wiley & Sons
ISBN: 1444302477
Category : Technology & Engineering
Languages : en
Pages : 304
Book Description
With a number of disparate, often geographically distributed,organisations involved in the delivery of construction projects,there has been considerable interest in e-business tools within theconstruction industry. These tools open up a range of possibilitiesfor the industry to rethink existing processes and working methods,so their use is increasingly common. Nevertheless, there has beenlittle definitive guidance for practitioners, researchers andstudents on the major issues in electronic business from aconstruction perspective. By bringing together 16 contributions from research and industrycovering theory, technological issues, practical implementation andlegal matters, and illustrated with a number of case studies,e-Business in Construction fills that gap. Starting with thetheoretical aspects of e-commerce and moving on to consider thespecifics of the construction context, it includes a mechanism forthe assessment of the e-readiness of construction sectororganisations. The middle part of the book focuses on the role ofvarious technologies in e-business, with examples included asappropriate. This is followed by a discussion of practical, legaland trust issues. The potential of next generation of informationand communication technologies is also addressed. With a fine blend of theoretical and practical aspects ofe-commerce in construction, and well illustrated with a number ofindustrial case studies, e-Business in Construction will find anappreciative audience of construction practitioners, researchersand students at all levels.
Publisher: John Wiley & Sons
ISBN: 1444302477
Category : Technology & Engineering
Languages : en
Pages : 304
Book Description
With a number of disparate, often geographically distributed,organisations involved in the delivery of construction projects,there has been considerable interest in e-business tools within theconstruction industry. These tools open up a range of possibilitiesfor the industry to rethink existing processes and working methods,so their use is increasingly common. Nevertheless, there has beenlittle definitive guidance for practitioners, researchers andstudents on the major issues in electronic business from aconstruction perspective. By bringing together 16 contributions from research and industrycovering theory, technological issues, practical implementation andlegal matters, and illustrated with a number of case studies,e-Business in Construction fills that gap. Starting with thetheoretical aspects of e-commerce and moving on to consider thespecifics of the construction context, it includes a mechanism forthe assessment of the e-readiness of construction sectororganisations. The middle part of the book focuses on the role ofvarious technologies in e-business, with examples included asappropriate. This is followed by a discussion of practical, legaland trust issues. The potential of next generation of informationand communication technologies is also addressed. With a fine blend of theoretical and practical aspects ofe-commerce in construction, and well illustrated with a number ofindustrial case studies, e-Business in Construction will find anappreciative audience of construction practitioners, researchersand students at all levels.