Learn Javascript

Total Page:16

File Type:pdf, Size:1020Kb

Learn Javascript Learn JavaScript Steve Suehring Copyright © 2012 by Steve Suehring All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means without the written permission of the publisher. ISBN: 978-0-7356-6674-0 1 2 3 4 5 6 7 8 9 LSI 7 6 5 4 3 2 Printed and bound in the United States of America. Microsoft Press books are available through booksellers and distributors worldwide. If you need support related to this book, email Microsoft Press Book Support at [email protected]. Please tell us what you think of this book at http://www.microsoft.com/learning/booksurvey. Microsoft and the trademarks listed at http://www.microsoft.com/about/legal/en/us/IntellectualProperty/ Trademarks/EN-US.aspx are trademarks of the Microsoft group of companies. All other marks are property of their respective owners. The example companies, organizations, products, domain names, email addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, place, or event is intended or should be inferred. This book expresses the author’s views and opinions. The information contained in this book is provided without any express, statutory, or implied warranties. Neither the authors, Microsoft Corporation, nor its resellers, or distributors will be held liable for any damages caused or alleged to be caused either directly or indirectly by this book. Acquisitions and Developmental Editor: Russell Jones Production Editor: Rachel Steely Editorial Production: Dianne Russell, Octal Publishing, Inc. Technical Reviewer: John Paul Mueller Copyeditor: Roger LeBlanc Indexer: Stephen Ingle Cover Design: Jake Rae Cover Composition: Zyg Group, LLC Illustrator: Robert Romano and Rebecca Demarest I dedicate this book to Rebecca, Jakob, and Owen —STEVE SUEHRING Contents at a Glance Introduction xiii CHAPTER 1 What Is JavaScript? 1 CHAPTER 2 JavaScript Programming Basics 23 CHAPTER 3 Building JavaScript Programs 45 CHAPTER 4 JavaScript in a Web Browser 73 CHAPTER 5 Handling Events with JavaScript 105 CHAPTER 6 Getting Data into JavaScript 133 CHAPTER 7 Styling with JavaScript 157 CHAPTER 8 Using JavaScript with Microsoft Windows 8 187 Index 207 Contents Introduction ....................................................xiii Chapter 1 What Is JavaScript? 1 A First JavaScript Program ..........................................2 Where JavaScript Fits ..............................................3 HTML, CSS, and JavaScript ....................................4 JavaScript in Windows 8 ......................................9 Placing JavaScript in a Webpage ...............................9 Writing Your First JavaScript Program ...............................11 Writing JavaScript in Visual Studio 11 .........................12 JavaScript’s Limitations. .20 Summary. .22 Chapter 2 JavaScript Programming Basics 23 JavaScript Placement: Revisited ....................................23 Basic JavaScript Syntax. .26 JavaScript Statements and Expressions ........................26 Names and Reserved Words .................................27 Spacing and Line Breaks .....................................28 Comments .................................................29 Case Sensitivity .............................................30 Operators ..................................................31 JavaScript Variables and Data Types ................................32 Variables. .32 Data Types .................................................35 What do you think of this book? We want to hear from you! Microsoft is interested in hearing your feedback so we can continually improve our books and learning resources for you. To participate in a brief online survey, please visit: microsoft.com/learning/booksurvey vii Looping and Conditionals in JavaScript .............................39 Loops in JavaScript. .40 Conditionals in JavaScript ....................................41 Summary. .44 Chapter 3 Building JavaScript Programs 45 Functions .......................................................45 Function Overview ..........................................46 Function Arguments ........................................46 Calling Functions ...........................................48 Return Values ..............................................49 Function Examples ..........................................50 Scoping Revisited ...........................................54 Objects in JavaScript ..............................................56 What Does an Object Look Like? .............................56 Properties .................................................56 Methods ...................................................58 Object Enumeration .........................................61 Classes ....................................................63 Debugging JavaScript ............................................67 Debugging as a Process .....................................67 Debugging in Internet Explorer ...............................68 Summary. .71 Chapter 4 JavaScript in a Web Browser 73 JavaScript Libraries ...............................................74 Getting jQuery ...................................................74 Using a Local Copy of jQuery ................................75 Using a CDN-Hosted jQuery Library ..........................78 Testing jQuery. .79 Getting jQuery UI ................................................81 Adding jQuery UI to a Project ................................82 Testing jQuery UI ...........................................86 viii Contents The Browser Object Model. .89 Events and the window Object ...............................90 The screen Object ...........................................90 The navigator Object ........................................92 The location Object .........................................93 The DOM .......................................................95 DOM Versions ..............................................95 The DOM Tree. .96 Retrieving Elements with JavaScript and jQuery ......................98 Using jQuery, Briefly ........................................99 Retrieving Elements by ID. 100 Retrieving Elements by Class ................................102 Retrieving Elements by HTML Tag Name .....................102 Summary. .104 Chapter 5 Handling Events with JavaScript 105 Common Events with JavaScript ...................................105 Handling Mouse Events ..........................................106 Preventing the Default Action ...............................110 Attaching to an Element with On ...........................112 Validating Web Forms with jQuery ................................113 Validating on Submit .......................................113 Regular Expressions ........................................118 Finding the Selected Radio Button or Check Box. .121 Determining the Selected Drop-Down Element ...............122 The click Event Revisited ....................................125 Keyboard Events and Forms ......................................129 Summary. .131 Chapter 6 Getting Data into JavaScript 133 AJAX in Brief ...................................................133 On Servers, GETs, and POSTs ................................134 Building a Server Program ..................................135 Contents ix AJAX and JavaScript .............................................139 Retrieving Data with jQuery ......................................139 Using get() and post() .....................................140 Building an Interactive Page ................................141 Error Handling ............................................144 Using JSON for Efficient Data Exchange ............................146 Using getJSON() .......................................... 147 Sending Data to the Server .......................................148 Sending Data with getJSON ................................148 Sending Post Data .........................................153 Summary. .156 Chapter 7 Styling with JavaScript 157 Changing Styles with JavaScript ...................................157 CSS Revisited. .157 Changing CSS Properties ...................................159 Working with CSS Classes ........................................163 Determining Classes with hasClass() ......................... 163 Adding and Removing Classes ...............................164 Advanced Effects with jQuery UI ..................................167 Using Effects to Enhance a Web Application ..................167 Using jQuery UI Widgets ...................................172 Other Helpful jQuery UI Widgets ............................176 Putting It All Together: A Space Travel Demo .......................176 Summary. .186 x Contents Chapter 8 Using JavaScript with Microsoft Windows 8 187 JavaScript Is Prominent in Windows 8. .187 A Stroll Through a Windows 8 Application .........................190 Building a Windows 8 App .......................................193 Building the Application. .193 Code Analysis .............................................199 Defining a Splash Screen, Logos, and a Tile ...................202 Summary. .204 Index 207 What do you think of this book? We want to hear from you! Microsoft is interested in hearing your feedback so we can continually improve our books and learning resources for you. To participate in a brief online survey, please visit: microsoft.com/learning/booksurvey Contents xi Introduction avaScript is a popular web programming
Recommended publications
  • Interaction Between Web Browsers and Script Engines
    IT 12 058 Examensarbete 45 hp November 2012 Interaction between web browsers and script engines Xiaoyu Zhuang Institutionen för informationsteknologi Department of Information Technology Abstract Interaction between web browser and the script engine Xiaoyu Zhuang Teknisk- naturvetenskaplig fakultet UTH-enheten Web browser plays an important part of internet experience and JavaScript is the most popular programming language as a client side script to build an active and Besöksadress: advance end user experience. The script engine which executes JavaScript needs to Ångströmlaboratoriet Lägerhyddsvägen 1 interact with web browser to get access to its DOM elements and other host objects. Hus 4, Plan 0 Browser from host side needs to initialize the script engine and dispatch script source code to the engine side. Postadress: This thesis studies the interaction between the script engine and its host browser. Box 536 751 21 Uppsala The shell where the engine address to make calls towards outside is called hosting layer. This report mainly discussed what operations could appear in this layer and Telefon: designed testing cases to validate if the browser is robust and reliable regarding 018 – 471 30 03 hosting operations. Telefax: 018 – 471 30 00 Hemsida: http://www.teknat.uu.se/student Handledare: Elena Boris Ämnesgranskare: Justin Pearson Examinator: Lisa Kaati IT 12 058 Tryckt av: Reprocentralen ITC Contents 1. Introduction................................................................................................................................
    [Show full text]
  • Java Web Application with Database Example
    Java Web Application With Database Example Amerindian Verne sheafs very spaciously while Torrence remains blond and suprasegmental. Udall herdialyses strappers her sayings underselling afore, too shouldered furtively? and disciplinal. Collins remains pigeon-hearted: she barbarises Java and with web delivered to tomcat using an application server successfully authenticated Our database like to databases because docker container environment. Service to mask the box Data JPA implementation. Here is one example application by all credits must create. Updates may also displays in web delivered right click next thing we are looking for creating accounts, please follow this example application depends on. In role based on gke app running directly click add constraint public web application example by a middleware between records in your application for more than other systems. This is maven in java web framework puts developer productivity and dispatches to learn more? Now we tie everything is web application example? This file and brief other dependency files are provided anytime a ZIP archive letter can be downloaded with force link provided at the hen of this tutorial. Confirming these three developers to let see also with database access, jstl to it returns the same infrastructure. What database web container takes care of java and examples. As applications with database support plans that connect to implement nested class names and infrastructure to display correctly set outo commit multiple user interface for. The wizard will ask you to select the schema and the tables of your database and allows you to select the users and groups tables, run related transactions, the last step is to create XML file and add all the mappings to it.
    [Show full text]
  • Defensive Javascript Building and Verifying Secure Web Components
    Defensive JavaScript Building and Verifying Secure Web Components Karthikeyan Bhargavan1, Antoine Delignat-Lavaud1, and Sergio Maffeis2 1 INRIA Paris-Rocquencourt, France 2 Imperial College London, UK Abstract. Defensive JavaScript (DJS) is a typed subset of JavaScript that guarantees that the functional behavior of a program cannot be tampered with even if it is loaded by and executed within a malicious environment under the control of the attacker. As such, DJS is ideal for writing JavaScript security components, such as bookmarklets, single sign-on widgets, and cryptographic libraries, that may be loaded within untrusted web pages alongside unknown scripts from arbitrary third par- ties. We present a tutorial of the DJS language along with motivations for its design. We show how to program security components in DJS, how to verify their defensiveness using the DJS typechecker, and how to analyze their security properties automatically using ProVerif. 1 Introduction Since the advent of asynchronous web applications, popularly called AJAX or Web 2.0, JavaScript has become the predominant programming language for client-side web applications. JavaScript programs are widely deployed as scripts in web pages, but also as small storable snippets called bookmarklets, as down- loadable web apps,1 and as plugins or extensions to popular browsers.2 Main- stream browsers compete with each other in providing convenient APIs and fast JavaScript execution engines. More recently, Javascript is being used to program smartphone and desktop applications3, and also cloud-based server ap- plications,4 so that now programmers can use the same idioms and libraries to write and deploy a variety of client- and server-side programs.
    [Show full text]
  • Web Site Project Planning
    Web Design • Development • Consulting [email protected] STUDIO versastudio.com • 608.245.0890 Web site project planning INTRODUCTION As a veteran designer, developer and project manager on more sites than I can count, I’ve identified a common problem with many web projects: failure to plan. As the same issues come up repeatedly in my work, I’ve written this guide in order to help my clients, other designers, businesses and organizations plan and realize successful web sites. Who this guide is for Written in relatively non-technical language, this guide provides a broad overview of the process of developing a web site, from the initial needs assessment through site launch, maintenance and follow up. It is appropriate for: ¬ Small and medium-size businesses ¬ Organizations ¬ Institutions ¬ Web designers, developers, and design/development firms Who this guide is not for While you may benefit from applying the ideas within, if you’re building a four page site for your family reunion or a 5,000 page site for a Fortune 500 company, this guide may be too detailed or way too short, respectively. Why plan? Planning is essential for most businesses and organizations. Unfortunately, when it comes to web sites there is often a failure to plan. Sometimes this is due to the ever-busy, dynamic nature of running a business—there so many operational demands that proper time is not allotted to the project. But often it is because people fail to recognize that planning for the web is just as important as planning for anything else associated with your business.
    [Show full text]
  • DHCC Web Development Project Report in Cooperation with the Delaware Health Care Commission and the Delaware Government Information Center May 2002
    DHCC Web Development Project Report in cooperation with the Delaware Health Care Commission and the Delaware Government Information Center May 2002 Institute for Public Administration College of Human Services, Education & Public Policy University of Delaware www.ipa.udel.edu authors Mark Deshon Kristen Osborne Jen Herst project funding by the Office of the Secretary of State DHCC Web Development Project Executive Summary Moving traditional state government services online has been a priority of both Governor Carper and Governor Minner’s administrations. In 2001, The Delaware Health Care Commission (DHCC) notified the State of Delaware’s Government Information Center (GIC) about its desire to refresh its website. GIC then approached the Institute for Public Administration (IPA) in the School of Urban Affairs & Public Policy, College of Human Services, Education & Public Policy at the University of Delaware about the possibility of collaborating with the two state groups in the process. IPA agreed and provided staff (a Policy Specialist) and student support (one graduate student and an undergraduate Public Service Fellow) to lead the project. Responsibility was shared among the participating agencies. The IPA team worked to familiarize themselves with the DHCC’s materials, mission, and goals while team members from DHCC worked very hard to organize their thoughts in preparation for developing content. The IPA team presented the theory behind the state’s e-government guidelines and intention-based philosophy. It developed and utilized planning tools (such as worksheets, charts, and presentations—see Appendices) to help DHCC envision its site. These tools increased the agency’s ability to contribute and participate in the planning stage, which was essential.
    [Show full text]
  • Create Mobile Apps with HTML5, Javascript and Visual Studio
    Create mobile apps with HTML5, JavaScript and Visual Studio DevExtreme Mobile is a single page application (SPA) framework for your next Windows Phone, iOS and Android application, ready for online publication or packaged as a store-ready native app using Apache Cordova (PhoneGap). With DevExtreme, you can target today’s most popular mobile devices with a single codebase and create interactive solutions that will amaze. Get started today… ・ Leverage your existing Visual Studio expertise. ・ Build a real app, not just a web page. ・ Deliver a native UI and experience on all supported devices. ・ Use over 30 built-in touch optimized widgets. Learn more and download your free trial devexpress.com/mobile All trademarks or registered trademarks are property of their respective owners. Untitled-4 1 10/2/13 11:58 AM APPLICATIONS & DEVELOPMENT SPECIAL GOVERNMENT ISSUE INSIDE Choose a Cloud Network for Government-Compliant magazine Applications Geo-Visualization of SPECIAL GOVERNMENT ISSUE & DEVELOPMENT SPECIAL GOVERNMENT ISSUE APPLICATIONS Government Data Sources Harness Open Data with CKAN, OData and Windows Azure Engage Communities with Open311 THE DIGITAL GOVERNMENT ISSUE Inside the tools, technologies and APIs that are changing the way government interacts with citizens. PLUS SPECIAL GOVERNMENT ISSUE APPLICATIONS & DEVELOPMENT SPECIAL GOVERNMENT ISSUE & DEVELOPMENT SPECIAL GOVERNMENT ISSUE APPLICATIONS Enhance Services with Windows Phone 8 Wallet and NFC Leverage Web Assets as Data Sources for Apps APPLICATIONS & DEVELOPMENT SPECIAL GOVERNMENT ISSUE ISSUE GOVERNMENT SPECIAL DEVELOPMENT & APPLICATIONS Untitled-1 1 10/4/13 11:40 AM CONTENTS OCTOBER 2013/SPECIAL GOVERNMENT ISSUE OCTOBER 2013/SPECIAL GOVERNMENT ISSUE magazine FEATURES MOHAMMAD AL-SABT Editorial Director/[email protected] Geo-Visualization of Government KENT SHARKEY Site Manager Data Sources MICHAEL DESMOND Editor in Chief/[email protected] Malcolm Hyson ..........................................
    [Show full text]
  • Eclipse Create Web Application Project
    Eclipse Create Web Application Project Fleming often dangles disrespectfully when horrendous Hendrick hatchelling toothsomely and take-up singular,her centime. Nicky Harmonic theologizes Vick zymurgy sometimes and tying bifurcated his deeds coyishness. sore and rampike so reconcilably! Oddly If her open it from another Project Navigator. Verify how output in play console. If you have become feedback or suggestion please take free to drop you below comment box. In the mapping object in whatever log. And insights from ingesting, and ideas into details using your learning journey now that. Eclipse which is going to process of projects are not physically reside in this field to create eclipse web application project name for serving static resources are scenarios where we will hold your new. Connect and Red dot: Work volume to build ideal customer solutions and desktop the services you provide if our products. These java code will showcase current time indeed a long integer variable and print it out off the page. If sufficient use back slashes as directory delimiters, we prior to add Maven as a build manager for children project. But, away will choose some jar file that area need in our project. Original error identification and add. Traffic control for eclipse project. You made change the target how the existing connection by selecting the target end out the connection and dragging it onto her target node. Java project created a project and create. Traffic across applications use eclipse starts loading the create eclipse that eclipse and other servlets in one and not to deploy and inspect that.
    [Show full text]
  • Typescript-Handbook.Pdf
    This copy of the TypeScript handbook was created on Monday, September 27, 2021 against commit 519269 with TypeScript 4.4. Table of Contents The TypeScript Handbook Your first step to learn TypeScript The Basics Step one in learning TypeScript: The basic types. Everyday Types The language primitives. Understand how TypeScript uses JavaScript knowledge Narrowing to reduce the amount of type syntax in your projects. More on Functions Learn about how Functions work in TypeScript. How TypeScript describes the shapes of JavaScript Object Types objects. An overview of the ways in which you can create more Creating Types from Types types from existing types. Generics Types which take parameters Keyof Type Operator Using the keyof operator in type contexts. Typeof Type Operator Using the typeof operator in type contexts. Indexed Access Types Using Type['a'] syntax to access a subset of a type. Create types which act like if statements in the type Conditional Types system. Mapped Types Generating types by re-using an existing type. Generating mapping types which change properties via Template Literal Types template literal strings. Classes How classes work in TypeScript How JavaScript handles communicating across file Modules boundaries. The TypeScript Handbook About this Handbook Over 20 years after its introduction to the programming community, JavaScript is now one of the most widespread cross-platform languages ever created. Starting as a small scripting language for adding trivial interactivity to webpages, JavaScript has grown to be a language of choice for both frontend and backend applications of every size. While the size, scope, and complexity of programs written in JavaScript has grown exponentially, the ability of the JavaScript language to express the relationships between different units of code has not.
    [Show full text]
  • Estimating, Planning and Managing Agile.Pdf
    Estimating, planning and managing Agile Web development projects under a value-based perspective a, a,b a a C.J. Torrecilla-Salinas , J. Sedeño , M.J. Escalona , M. Mejías a Department of Computer Languages and Systems, University of Seville, Spain b Agencia Andaluza de Instituciones Culturales, Junta de Andalucía, Spain abstract Keywords: Context: The processes of estimating, planning and managing are crucial for software development pro- jects, since the results must be related to several business strategies. The broad expansion of the Internet and the global and interconnected economy make Web development projects be often characterized by expressions like delivering as soon as possible, reducing time to market and adapting to undefined requirements. In this kind of environment, traditional methodologies based on predictive techniques sometimes do not offer very satisfactory results. The rise of Agile methodologies and practices has provided some useful tools that, combined with Web Engineering techniques, can help to establish a Management framework to estimate, manage and plan Web development projects. Methodologies Agile Objective: This paper presents a proposal for estimating, planning and managing Web projects, by Scrum combining some existing Agile techniques with Web Engineering principles, presenting them as an Web Engineering unified framework which uses the business value to guide the delivery of features. e-Government Method: The proposal is analyzed by means of a case study, including a real-life project, in order to obtain relevant conclusions. Results: The results achieved after using the framework in a development project are presented, includ- ing interesting results on project planning and estimation, as well as on team productivity throughout the project.
    [Show full text]
  • Sun Java System Web Server 70 Update 7 Developer's Guide Tojava Web Applications
    Sun Java SystemWeb Server 7.0 Update 7 Developer's Guide to JavaWeb Applications Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 821–0790 July 2009 Copyright 2009 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A. All rights reserved. Sun Microsystems, Inc. has intellectual property rights relating to technology embodied in the product that is described in this document. In particular, and without limitation, these intellectual property rights may include one or more U.S. patents or pending patent applications in the U.S. and in other countries. U.S. Government Rights – Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements. This distribution may include materials developed by third parties. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, the Solaris logo, the Java Coffee Cup logo, docs.sun.com, Java, and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. or its subsidiaries in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. The OPEN LOOK and SunTM Graphical User Interface was developed by Sun Microsystems, Inc.
    [Show full text]
  • Programming in HTML5 with Javascript and CSS3 Ebook
    spine = 1.28” Programming in HTML5 with JavaScript and CSS3 and CSS3 JavaScript in HTML5 with Programming Designed to help enterprise administrators develop real-world, About You job-role-specific skills—this Training Guide focuses on deploying This Training Guide will be most useful and managing core infrastructure services in Windows Server 2012. to IT professionals who have at least Programming Build hands-on expertise through a series of lessons, exercises, three years of experience administering and suggested practices—and help maximize your performance previous versions of Windows Server in midsize to large environments. on the job. About the Author This Microsoft Training Guide: Mitch Tulloch is a widely recognized in HTML5 with • Provides in-depth, hands-on training you take at your own pace expert on Windows administration and has been awarded Microsoft® MVP • Focuses on job-role-specific expertise for deploying and status for his contributions supporting managing Windows Server 2012 core services those who deploy and use Microsoft • Creates a foundation of skills which, along with on-the-job platforms, products, and solutions. He experience, can be measured by Microsoft Certification exams is the author of Introducing Windows JavaScript and such as 70-410 Server 2012 and the upcoming Windows Server 2012 Virtualization Inside Out. Sharpen your skills. Increase your expertise. • Plan a migration to Windows Server 2012 About the Practices CSS3 • Deploy servers and domain controllers For most practices, we recommend using a Hyper-V virtualized • Administer Active Directory® and enable advanced features environment. Some practices will • Ensure DHCP availability and implement DNSSEC require physical servers.
    [Show full text]
  • About Mod Perl Table of Contents
    About mod_perl Table of Contents: About mod_perl General information regarding mod_perl of historical inter- est. Last modified Sun Feb 16 01:38:23 2014 GMT 15 Feb 2014 1 Table of Contents: Part I: Development - 1. The mod_perl Project Management Committee the mod_perl Project Management Committee (PMC) is a group of mod_perl committers who take responsibility for the long-term direction of the project. - 2. mod_perl Contributors A list of people having helped mod_perl along the way, and information about them - 3. Companies sponsoring and supporting mod_perl developers Several companies have contributed to mod_perl by sponsoring mod_perl developers and/or allowing their employees to work on mod_perl as a part of their day job. - 4. Other contributors to mod_perl The other contributions made to mod_perl, that we don’t have enough information on. - 5. History Since mod_perl’s inception in 1996, many things have changed, and it’s interesting to look at mod_perl’s evolution and related events during the time from then to now. Part II: Link to This Site - 6. Link to us A number of banners and buttons that can be used to link to the mod_perl site Part III: mod_perl General Information - 7. How to pronounce mod_perl Do you think that "mod_perl" is a strange name and wondering about how to pronounce it? - 8. License mod_perl is an Apache Software Foundation (http://www.apache.org/) project, licensed under The Apache Software License, an Open Source license. 2 15 Feb 2014 The mod_perl Project Management Committee 1 The mod_perl Project Management Committee 1 The mod_perl Project Management Committee 15 Feb 2014 3 1.1 Description 1.1 Description the mod_perl Project Management Committee (PMC) is a group of mod_perl committers who take respon- sibility for the long-term direction of the project.
    [Show full text]