Open Source Web Development with Lamp Using Linux, Apache, Mysql, Perl, and Php.Pdf

Total Page:16

File Type:pdf, Size:1020Kb

Open Source Web Development with Lamp Using Linux, Apache, Mysql, Perl, and Php.Pdf [ Team LiB ] • Table of Contents Open Source Web Development with LAMP: Using Linux, Apache, MySQL, Perl, and PHP By James Lee, Brent Ware Publisher: Addison Wesley Date Published: December 17, 2002 ISBN: 0-201-77061-X Pages: 496 Open Source technologies are providing contemporary developers with a range of cost-effective and robust alternatives to commercial software for building dynamic, data-driven Web applications. This practical guide presents a comprehensive survey of LAMP (Linux, Apache, MySQL, Perl, and PHP), and it shows how these solutions can be implemented efficiently and securely while improving reliability and dramatically cutting costs. Open Source Web Development with LAMP focuses on the most important core material necessary so that developers can "hit the ground running" and begin building applications right away. This book presents a balanced overview of LAMP technologies and allows the reader to decide which tool may be appropriate for the particular task at hand. After a general overview of Open Source technologies, the book presents an overview of the Web before moving on to cover structural, static, dynamic, and embedded technologies. The coverage here provides a description of the strengths and weaknesses of each Open Source technology and also acts as a reference guide for each application. Topics covered include: A comprehensive survey of Open Source technologies Static and dynamic data and embedded HTML on the Web Linux and Unix distributions, installations, and commands Apache Web Server, Perl, and MySQL Web site META language (WML) Common gateway interface (CGI) and mod_perl Server Side Includes (SSI), Embperl, and Mason PHP syntax and functions In addition to the discussions in the book, a companion Web site-www.opensourcewebbook.com-contains supplemental information, including tools, source code, helpful links to additional resources, and errata as needed. Complete in coverage and practical in presentation, Open Source Web Development with LAMP spotlights the tools and technologies today's developers need to create workable, dynamic, and secure Web sites using Open Source technologies. [ Team LiB ] [ Team LiB ] • Table of Contents Open Source Web Development with LAMP: Using Linux, Apache, MySQL, Perl, and PHP By James Lee, Brent Ware Publisher: Addison Wesley Date Published: December 17, 2002 ISBN: 0-201-77061-X Pages: 496 Copyright Foreword Preface Is This Book for You? What It Will Do Four Parts Does This Free Software Come with .docs? The Old Bait and Switch Companion Web Site Acknowledgments About the Authors Introduction Section I.1. The Best of All Possible Worlds... Section I.2. Open Source Software Section I.3. Summary Section I.4. Resources Part I: Structural Chapter 1. The Web Explained Section 1.1. How It Works Section 1.2. What We Don't Talk About Section 1.3. Security Section 1.4. Summary Section 1.5. Resources Chapter 2. Linux?The Choice of a GNU Generation Section 2.1. Introduction Section 2.2. Basic Unix Section 2.3. Summary Section 2.4. Resources Chapter 3. Apache Web Server Section 3.1. Introduction Section 3.2. Starting, Stopping, and Restarting Apache Section 3.3. Configuration Section 3.4. Securing Apache Section 3.5. Create the Web Site Section 3.6. Apache Log Files Section 3.7. Summary Section 3.8. Resources Chapter 4. Perl Section 4.1. Introduction Section 4.2. Perl Documentation Section 4.3. Perl Syntax Rules Section 4.4. A Quick Introduction To Object-Oriented Programming Section 4.5. What We Didn't Talk About Section 4.6. Summary Section 4.7. Resources Chapter 5. MySQL Section 5.1. Introduction Section 5.2. Tutorial Section 5.3. Database Independent Interface Section 5.4. Table Joins Section 5.5. Loading and Dumping a Database Section 5.6. Summary Section 5.7. Resources Part II: Static Chapter 6. Website META Language Section 6.1. Introduction Section 6.2. Installation Section 6.3. The Basics Section 6.4. Creating a Template Section 6.5. Other Helpful Includes Section 6.6. Diversion Section 6.7. A Better Template Section 6.8. Configuring WML with .wmlrc Section 6.9. Macros?Creating Custom Tags Section 6.10. Programming Code?eperl Section 6.11. Project Section 6.12. Summary Part III: Dynamic Chapter 7. The Common Gateway Interface Section 7.1. Introduction Section 7.2. Apache Configuration Section 7.3. A First CGI Program Section 7.4. What Can Go Wrong? Section 7.5. CGI.pm Introduced Section 7.6. CGI.pm HTML Shortcuts Section 7.7. Information Received by the CGI Program Section 7.8. Form Widget Methods Section 7.9. CGI Security Considerations Section 7.10. A Note About die() Section 7.11. Project?CGI/MySQL/DBI Section 7.12. Summary Section 7.13. Resources Chapter 8. mod_perl Section 8.1. Introduction Section 8.2. Configuration Section 8.3. Turning CGIs Into mod_perl Programs Section 8.4. Pure mod_perl Programming Section 8.5. Project: MySQL, DBI, and mod_perl Section 8.6. Other Stuff You Can Do Section 8.7. Summary Section 8.8. Resources Part IV: Embedded Chapter 9. Server Side Includes Section 9.1. Introduction Section 9.2. Security Considerations Section 9.3. Summary Section 9.4. Resources Chapter 10. Embperl (HTML::Embperl) Section 10.1. Introduction Section 10.2. Installing Embperl Section 10.3. Apache Configuration Section 10.4. A Quick Example Section 10.5. Embperl Commands Section 10.6. Posted Data and %fdat Section 10.7. Other Embperl Variables?$ row and $col Section 10.8. Embperl Project Section 10.9. What We Didn't Talk About Section 10.10. Summary Section 10.11. Resources Chapter 11. Mason (HTML::Mason) Section 11.1. Introduction Section 11.2. Installation Section 11.3. Apache Configuration Section 11.4. A Quick Example Section 11.5. Inline Perl Sections Section 11.6. Handling Posted Data with %ARGS and <%args> Section 11.7. Mason Components Section 11.8. Mason Project Section 11.9. What We Didn't Talk About Section 11.10. Summary Section 11.11. Resources Chapter 12. PHP Section 12.1. Introduction Section 12.2. Embedding PHP Into HTML Section 12.3. Configuration Section 12.4. A Couple of Quick Examples Section 12.5. Language Syntax Section 12.6. Built-In PHP Functions Section 12.7. PHP and MySQL Section 12.8. Project Section 12.9. Summary Section 12.10. Resources Bibliography [ Team LiB ] [ Team LiB ] Copyright Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and Addison-Wesley was aware of a trademark claim, the designations have been printed with initial capital letters or in all capitals. The authors and publisher have taken care in the preparation of this book, but make no expressed or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for incidental or consequential damages in connection with or arising out of the use of the information or programs contained herein. Netscape Communicator browser window ©1999–2002 Netscape Communications Corporation. Screen captures used with permission. The publisher offers discounts on this book when ordered in quantity for bulk purchases and special sales. For more information, please contact: U.S. Corporate and Government Sales (800) 382-3419 [email protected] For sales outside of the U.S., please contact: International Sales (317) 581-3793 [email protected] Visit Addison-Wesley on the Web: www.awprofessional.com Library of Congress Cataloging-in-Publication Data Lee, James B. Open source web development with LAMP: using Linux, Apache, MySQL, Perl, and PHP / James B. Lee, Brent Ware. p. cm. Includes bibliographical references and index. (alk.paper) 1. Computer software—Development. I. Ware, Brent. II. Title. QA76.76.D47 L435 2003 005.1—dc21 2002026195 Copyright © 2003 by Pearson Education, Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form, or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior consent of the publisher. Printed in the United States of America. Published simultaneously in Canada. For information on obtaining permission for use of material from this work, please submit a written request to: Pearson Education, Inc. Rights and Contracts Department 75 Arlington Street, Suite 300 Boston, MA 02116 Fax: (617) 848-7047 Text printed on recycled paper 1 2 3 4 5 6 7 8 9 10—MA—0605040302 First printing, December 2002 Dedication To my wife Kelli and our three children Ryan, Christian, and Madeline. –J.L. To my pup Hanchau. Sorry I missed so many W-A-L-Ks. –B.W. [ Team LiB ] [ Team LiB ] Foreword When I was asked to review the manuscript of Open Source Web Development with LAMP, I was nervous about one thing. Certainly, I had experience with Linux, Apache, and Perl, and I knew I could bluff my way through the PHP stuff. But the MySQL chapter—warning bells! I've successfully avoided "real databases" throughout my career in the industry–entirely without intending to, I assure you. But somehow, despite nine years of World Wide Web development, I hadn't touched a line of SQL since my undergraduate database course. Fortunately, I realized this put me in an ideal position to evaluate the book from the perspective of its intended audience: smart folks with a fair amount of web savvy, folks who are willing to pick up new things—with the benefit of two highly experienced guides. And that is what we have in James Lee and Brent Ware. Certainly, the MySQL chapter succeeded in filling a gap in my professional education. More surprisingly, I learned many new things from each chapter, perhaps especially those that covered what I thought to be familiar ground.
Recommended publications
  • Red Hat Y Derivadas
    Red Hat y derivadas Alberto Molina Coballes IES Gonzalo Nazareno 29 de octubre de 2020 Índice Red Hat Distribuciones derivadas Principales diferencias con Debian 1 8 Red Hat. Principales hitos. Red Hat Inc. Creada en 1993/1994 (Bob Young y Marc Erwing) 1994: Se publica Red Hat Linux (RHL) 1999: Sale a bolsa 2003: Se abandona RHL y surge RHEL 2003: Aparece Fedora (comunidad apoyada por RH) 2004: Aparece CentOS (proyecto independiente) 2014: Red Hat acuerda apoyar a CentOS 2019: IBM anuncia la compra Red Hat en octubre de 2018 por 34.000 millones de $ 2 8 Red Hat. Modelo de negocio Inicialmente software Unix y Linux Se centra en soluciones de software libre Siempre utilizando el término “open source” Ofrece soporte, consultoría, formación y certicación en sus tecnologías Una de las empresas que más contribuye en proyectos de software libre Trabaja típicamente con grandes clientes 3 8 Red Hat. Principales adquisiciones 2000 Cygnus 2003 Sistina (GFS, LVM, DM) 2006 JBoss 2008 Qumranet (KVM, SPICE) 2011 Gluster 2012 ManageIQ 2014 Inktank (Ceph) 2014 e-Novance (OpenStack) 2015 Ansible 2018 CoreOS 4 8 Red Hat. Principales productos Sistemas: RHEL, Satellite Virtualización, Hiperconvergencia Cloud: OpenStack, OpenShift Middleware: JBoss Almacenamiento: Ceph y Gluster Automatización: Ansible www.redhat.com/es/technologies/all-products 5 8 Versiones de RHEL Años Versión Núcleo 2002-2005 2.1 (1-7) 2.4.9 2003-2007 3 (1-9) 2.4.21 2005-2011 4 (1-9) 2.6.9 2007-2014 5 (1-11) 2.6.18 2010- 6 (1-10-. ) 2.6.32 2014- 7 (1-7-.
    [Show full text]
  • Replacement Lamp Guide
    VALLEYMED Replacement Lamp Guide • MINATURE • SCIENTIFIC • X-RAY • OPERATING ROOM • SURGICAL • ENDOSCOPY • PHOTO-THERAPY • MICROSCOPE • ILLUMINATOR • ANALYZER • DIAGNOSTIC • INFRA-RED • OPTHALMIC • GERMICIDAL • DENTAL • ULTRAVIOLET Valley is Out to Change the Way You Buy Specialty Replacement Lamps! e’re committed to providing our Wcustomers with the highest quality FREE DELIVERY ON ORDERS OVER $200 of service and product knowledge. We understand your business; the daily pressures; the equipment and we want to make your job We pay the shipping* on lamp orders of over $200. net value. easier. *Covers standard ground delivery from our central Burlington, So when you need a replacement lamp why Ontario warehouse to any location in Canada. Need it faster? not take advantage of all the benefits that Valley has to offer – like lamp identification, We’ll ship your order via the courier of your choice and bill you same-day shipping, product support, fully the cost, or charge it to your own carrier account. tested and validated products? There’s only one number you need to know for specialty lamps: 1-800-862-7616 WARRANTY This catalogue identifies only part of our full We want our customers to be satisfied. range of high quality lamps, such as those used in the medical, scientific, ophthalmic, ValleyMed Inc. carefully researches all products offered to ensure that they surgical, dental, germicidal, non-destructive meet our high standards of quality. If for any reason your purchase does not meet your standards, we want to know about it -- and we will make it right testing and diagnostic fields, as well as lamps for you.
    [Show full text]
  • Leveraging Open Source Software
    1 Leveraging Open Source Software (Text of talk delivered by Justice Yatindra Singh Judge Allahabad High Court at the 9th e- Governance conference on 3rd February 2006 at Kochi, Kerala) FUD is an abbreviation of fear, uncertainty and doubt; it is often a salesman's strategy: spreading false rumours regarding others' products. Open source software (OSS) is its victim. In our country FUD for OSS arises out of ignorance. I am glad that, we are discussing OSS as it has crucial role to play in the IT world. WHAT IS OSS? A computer programme consists of two parts: Source Code and Object Code. Nowadays, computer programmes are written in high level computer languages using compact English words. This part is known as source code. These languages also have a programme called compiler and with their help, source code is compiled into machine language so that computers may understand it. When it is so done, it is called object code or machine code. Description―if it complies with certain conditions―is protected as a Copyright. Source code is a kind of description and can be protected as copyright provided it is published or disclosed. In the proprietery software, source code is generally not disclosed and in such a situation it is protected as a trade secret or undisclosed information. There was a debate whether object code is protected as a copyright or not but after TRIPS, it has to be protected as a copyright and now object code is so protected. Everyone is not using copyrights to have rights in computer programme.
    [Show full text]
  • Paper / Subject Code: 82103 / Free & Open Source Software. (2 1/2
    Paper / Subject Code: 82103 / Free & Open Source Software. (2 1/2 Hours) [Total Marks: 75] N.B. 1) All questions are compulsory. 2) Figures to the right indicate marks. 3) Illustrations, in-depth answers and diagrams will be appreciated. 4) Mixing of sub-questions is not allowed. 5) Assume suitable data wherever required. Q1 Attempt All(Each of 5 marks) (15) a) Multiple Choice Questions 1) GPL stands for i) General Public License ii) General Public License ii) Generic Public License iv) General Private License 2) Which of the following is not a phase of Life Cycle Paradigm / waterfall model? i) Analysis ii) Manufacturing iii) Design iv) Coding 3) is the founder of FSF i) Richard Stallman ii) Denis Ritchie iii) Ken Thomson iv) All of these 4) is a form of licensing 1n which an author surrenders some but not all rights under copyright law i) Copydown ii) License ii) Copyleft iv) Patent 5) The term BSD stands for 1) Binary software distribution ii) Berkley software distribution iii) Binary software development iv) Berkley software development b) Fill in the blanks (Waterfall model, full, internationalization, Prototyping model, Firefox, localization, chrome, free hardware design, partial, open source software) 1) __________is a Static, sequential and procedural approach in software engineering methodology. 2) _______copyleft is when all parts of work can be modified by consecutive authors. 3) ____________is the process of adapting software for a specific region or language by adding locale-specific components and translating text. 4) _____________is a web browser project descended from Mozilla application suite. 5) ___________refers to design which can be freely copied, distributed, modified and manufactured.
    [Show full text]
  • Project Proposal a Comparative Analysis of the LAMP (Linux, Apache, Mysql and PHP) and Microsoft .NET (Windows XP, IIS, Microsof
    Project Proposal A comparative analysis of the LAMP (Linux, Apache, MySQL and PHP) and Microsoft .NET (Windows XP, IIS, Microsoft SQL Server and ASP.NET) frameworks within the challenging domain of limited connectivity and internet speeds as presented by African countries. By: Christo Crampton Supervisor: Madeleine Wright 1.) Overview of the research With the recent releases of ASP.NET and PHP 5, there has been much debate over which technology is better. I propose to develop and implement an industry strength online journal management system (AJOL – African Journals OnLine) using both frameworks, and use this as the basis for comparative analysis of the two frameworks against eachother. 2.) Product Specification AJOL is an existing website ( www.ajol.org ) which acts as an aggregation agent for a number of publishers of African journals who wish to publish their journals online and of course for researchers looking for information. The existing system is based on the OJS (Open Journal System) developed by Berkeley University. The system consists of a user frontend – where users can browse and search the contents of the database online – and an administration frontend – where publishers can log in and manage their journals on the database by performing tasks such as adding new abstracts or editing existing abstracts. It is currently developed in PHP with a MySQL backend. The proposed system will consist of an online user interface, and online administration interface for publishers, as well as an offline administration interface for publishers. The online and offline administration interfaces are complementary and publishers can use either or both according to their preference.
    [Show full text]
  • Interaktiv Hemsida Med PHP Och Mysql
    Examensarbete LITH-ITN-EX--03/013--SE Interaktiv hemsida med PHP och MySQL Håkan Bertilsson Rickard Wikström 2003-06-02 Department of Science and Technology Institutionen för teknik och naturvetenskap Linköping University Linköpings Universitet SE-601 74 Norrköping, Sweden 601 74 Norrköping LITH-ITN-EX--03/013--SE Interaktiv hemsida med PHP och MySQL Examensarbete utfört i Elektronisk publicering vid Linköpings Tekniska Högskola, Campus Norrköping Håkan Bertilsson Rickard Wikström Handledare: Stefan Gustavson Examinator: Carina Qvarford Norrköping den 2/6 2003 Datum Avdelning, Institution Date Division, Department Institutionen för teknik och naturvetenskap 2003-06-02 Department of Science and Technology Språk Rapporttyp ISBN Language Report category _____________________________________________________ x Svenska/Swedish Licentiatavhandling ISRN LITH-ITN-EX--03/013--SE Engelska/English x Examensarbete _________________________________________________________________ x C-uppsats Serietitel och serienummer ISSN D-uppsats Title of series, numbering ___________________________________ _ ________________ Övrig rapport _ ________________ URL för elektronisk version http://www.ep.liu.se/exjobb/itn/2003/mk/013/ Titel Interaktiv hemsida med PHP och MySQL Title Interactive website using PHP and MySQL Författare Håkan Bertilsson Rickard Wikström Author Håkan Bertilsson Rickard Wikström Sammanfattning Detta examensarbete är utfört åt Cervera i Norrköping och Linköping. Uppgiften var att skapa en professionell interaktiv hemsida åt företaget där delar av företagets varusortiment kan presenteras. Förutom en hemsida vänd till potentiella kunder så skapades en applikation upplagd på Internet där företagets anställda kan lista, uppdatera, radera och skapa poster som är lagrade i en databas. Detta för att enklare kunna styra innehållet på hemsidan. I huvudsak har PHP och HTML använts för att skapa hemsidan i kombination med databaser i MySQL.
    [Show full text]
  • Operation Manual
    DIGITAL MOTION PICTURE CAMERA F65 OPERATION MANUAL [English] 1st Edition Before operating the unit, please read this manual thoroughly Egenskaper för intern lasermodul and retain it for future reference. Våglängd : 850 nm Strålningens varaktighet : Pulsmodulation Lasereffekt : 4 mW/kanal (max) WARNING Standard : IEC60825-1 (2007) To reduce the risk of fire or electric shock, Egenskaper for innvendig lasermodul do not expose this apparatus to rain or Bølgelengde : 850 nm Strålingsvarighet : Pulsmodulasjon moisture. Utgangseffekt for laser : 4 mW / kanal (maks.) Standard : IEC60825-1 (2007) To avoid electrical shock, do not open the Caution cabinet. Refer servicing to qualified The use of optical instruments with this product will increase personnel only. eye hazard. For the customers in the U.S.A. Caution This equipment has been tested and found to comply with the Use of controls or adjustments or performance of procedures limits for a Class A digital device, pursuant to Part 15 of the other than those specified herein may result in hazardous FCC Rules. These limits are designed to provide reasonable radiation exposure. Do not open the outer case and protection against harmful interference when the equipment is disassemble or otherwise modify. operated in a commercial environment. This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in accordance with the instruction manual, may cause harmful interference to radio communications. Operation of this equipment in a residential area is likely to cause harmful interference in which case the user will be required to correct the interference at his own expense. This Digital Motion Picture Camera is classified as a CLASS 1 LASER PRODUCT.
    [Show full text]
  • EN-Google Hacks.Pdf
    Table of Contents Credits Foreword Preface Chapter 1. Searching Google 1. Setting Preferences 2. Language Tools 3. Anatomy of a Search Result 4. Specialized Vocabularies: Slang and Terminology 5. Getting Around the 10 Word Limit 6. Word Order Matters 7. Repetition Matters 8. Mixing Syntaxes 9. Hacking Google URLs 10. Hacking Google Search Forms 11. Date-Range Searching 12. Understanding and Using Julian Dates 13. Using Full-Word Wildcards 14. inurl: Versus site: 15. Checking Spelling 16. Consulting the Dictionary 17. Consulting the Phonebook 18. Tracking Stocks 19. Google Interface for Translators 20. Searching Article Archives 21. Finding Directories of Information 22. Finding Technical Definitions 23. Finding Weblog Commentary 24. The Google Toolbar 25. The Mozilla Google Toolbar 26. The Quick Search Toolbar 27. GAPIS 28. Googling with Bookmarklets Chapter 2. Google Special Services and Collections 29. Google Directory 30. Google Groups 31. Google Images 32. Google News 33. Google Catalogs 34. Froogle 35. Google Labs Chapter 3. Third-Party Google Services 36. XooMLe: The Google API in Plain Old XML 37. Google by Email 38. Simplifying Google Groups URLs 39. What Does Google Think Of... 40. GooglePeople Chapter 4. Non-API Google Applications 41. Don't Try This at Home 42. Building a Custom Date-Range Search Form 43. Building Google Directory URLs 44. Scraping Google Results 45. Scraping Google AdWords 46. Scraping Google Groups 47. Scraping Google News 48. Scraping Google Catalogs 49. Scraping the Google Phonebook Chapter 5. Introducing the Google Web API 50. Programming the Google Web API with Perl 51. Looping Around the 10-Result Limit 52.
    [Show full text]
  • Student Authored Textbook on Software Architectures
    Software Architectures: Case Studies Authors: Students in Software Architectures course Computer Science and Computer Engineering Department University of Arkansas May 2014 Table of Contents Chapter 1 - HTML5 Chapter 2 – XML, XML Schema, XSLT, and XPath Chapter 3 – Design Patterns: Model-View-Controller Chapter 4 – Push Notification Services: Google and Apple Chapter 5 - Understanding Access Control and Digital Rights Management Chapter 6 – Service-Oriented Architectures, Enterprise Service Bus, Oracle and TIBCO Chapter 7 – Cloud Computing Architecture Chapter 8 – Architecture of SAP and Oracle Chapter 9 – Spatial and Temporal DBMS Extensions Chapter 10 – Multidimensional Databases Chapter 11 – Map-Reduce, Hadoop, HDFS, Hbase, MongoDB, Apache HIVE, and Related Chapter 12 –Business Rules and DROOLS Chapter 13 – Complex Event Processing Chapter 14 – User Modeling Chapter 15 – The Semantic Web Chapter 16 – Linked Data, Ontologies, and DBpedia Chapter 17 – Radio Frequency Identification (RFID) Chapter 18 – Location Aware Applications Chapter 19 – The Architecture of Virtual Worlds Chapter 20 – Ethics of Big Data Chapter 21 – How Hardware Has Altered Software Architecture SOFTWARE ARCHITECTURES Chapter 1 – HTML5 Anh Au Summary In this chapter, we cover HTML5 and the specifications of HTML5. HTML takes a major part in defining the Web platform. We will cover high level concepts, the history of HTML, and famous HTML implementations. This chapter also covers how this system fits into a larger application architecture. Lastly, we will go over the high level architecture of HTML5 and cover HTML5 structures and technologies. Introduction High level concepts – what is the basic functionality of this system HyperText Markup Language (HTML) is the markup language used by to create, interpret, and annotate hypertext documents on any platform.
    [Show full text]
  • 0636361 Page 1 of 10 Annual Report for Period:01/2008
    Annual Report: 0636361 Annual Report for Period:01/2008 - 12/2008 Submitted on: 07/26/2008 Principal Investigator: Hayden, Linda B. Award ID: 0636361 Organization: Elizabeth City State Univ Submitted By: Hayden, Linda - Principal Investigator Title: CI-TEAM Implementation Project: Cyberinfrastructure for Remote Sensing of Ice Sheets Project Participants Senior Personnel Name: Hayden, Linda Worked for more than 160 Hours: Yes Contribution to Project: Dr. Linda Hayden serves as principal investigator for the CI-TEAM project. As such she schedules and organizes project activities including webcast, training, distinguished lectures and workshops. With the assistance of faculty from ADMI institutionsshe makes selections of program participants. Dr. Hayden makes reports to the funding agency in a timely fashion. Name: Gogineni, S. Prasad Worked for more than 160 Hours: Yes Contribution to Project: Dr. Prasad Gogineni heads the CI-TEAM science team. The Science Team is responsible for GRID sensor and satellite data content. Name: Fox, Geoffrey Worked for more than 160 Hours: Yes Contribution to Project: Dr. Geoffrey Fox leads the team at Indiana University in their design and acquisition of equipment required for the basecamp and fieldcamp server units used during Greenland and Antarctic data collection deployments. Dr. Fox leads the CI-TEAM technology team. He also serves as a mentor and consultant for ADMI faculty. Post-doc Graduate Student Undergraduate Student Technician, Programmer Other Participant Research Experience for Undergraduates Organizational Partners ADMI The Association of Computer and Information Science/Engineering Departments at Minority Institutions (ADMI). ADMI was established as a national organization Page 1 of 10 Annual Report: 0636361 dedicated to exploring and providing remedies to the educational issues in computer/information science and computer engineering that confront minority institutions of higher learning.
    [Show full text]
  • PHP: Zend for I5/OS
    Front cover PHP: Zend for i5/OS Learn how to install and administer Discover valuable development tips and advice Security, globalization, Zend Platform for i5/OS, and more! Gary Mullen-Schultz Melissa Anderson Vlatko Kosturjak ibm.com/redbooks International Technical Support Organization PHP: Zend for i5/OS January 2007 SG24-7327-00 Note: Before using this information and the product it supports, read the information in “Notices” on page vii. First Edition (January 2007) This edition applies to Version 1.0, Release 5.0, Modification 0.0 of Zend Core for i5/OS, Version 2.0, Release 1.0, Modification 2.0 of Zend Platform for i5/OS, and Version 5.0, Release 2.0, Modification 0.0 of Zend Studio for i5/OS. © Copyright International Business Machines Corporation 2007. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . vii Trademarks . viii Preface . ix The team that wrote this book . ix Become a published author . .x Comments welcome. .x Chapter 1. Welcome to PHP on i5/OS! . 1 1.1 Welcome! . 2 1.1.1 IBM and Zend Core. 2 1.1.2 Zend Core for IBM . 2 1.2 Previous support of PHP on i5/OS . 3 1.3 Current support of PHP on i5/OS . 3 1.3.1 Zend Core for i5/OS . 3 1.3.2 Zend Studio for i5/OS . 4 1.3.3 Zend Platform for i5/OS . 4 1.4 How i5 implementation differs from Zend Core.
    [Show full text]
  • Proceedings YAPC::Europe 2012 .Com Perl Software Development Services Table of Contents 
    Proceedings YAPC::Europe 2012 .com Perl Software Development Services Table of contents Foreword 5 FatPacker: understanding and appreciating the insanity 6 Vorbild::Beitrag::POD 8 CGI.pm MUST DIE - Together we shall annihilate CGI.pm! 9 CPANTS: Kwalitative website and its tools 10 Designing the Internet of Things: Arduino and Perl 11 Dancing with WebSockets 12 Dancer 2 - Official status: 14 Practical Dancer: moving away from CGI 16 Bringing Perl to a Younger Generation 18 Asynchronous programming FTW! 22 Mojolicious 24 Continuous deployment with Perl 36 Array programming for mere mortals 37 Ontology Aware Applications 42 Distributed Code Review in Perl - State of the Practice 48 address-sanitizer - A fast memory error detector 52 Exceptional Perl 6 55 The joy of breaking stuff 59 Macros in Rakudo 66 Why statement modifiers can harm maintainability! 70 A discussion on how to organize a Perl Mongers group 72 Building C/C++ libraries with Perl 74 8PSMET#1*O0OMJOF"DDPNNPEBUJPO3FTFSWBUJPOTBOETUJMMHSPXJOH 8FOFFE1FSM%FWFMPQFST .Z4RM%#"T 8FVTF1FSM 1VQQFU "QBDIF 4PGUXBSF%FWFMPQFST 4ZT"ENJOT .Z42- .FNDBDIF (JU -JOVY $JTDP 8FC%FTJHOFST 'SPOU&OE%FWFMPQFST +VOJQFSBOENPSF /FUXPSL&OHJOFFSTBOENPSFw /08)*3*/( (SFBUMPDBUJPOJOUIFDFOUFSPG"NTUFSEBN $PNQFUJUJWF4BMBSZ3FMPDBUJPO1BDLBHF *OUFSOBUJPOBM SFTVMUESJWFOEZOBNJDXPSLFOWJSPONFOU *OUFSFTUFE XXXCPPLJOHDPNKPCT Foreword 5 Welcome to YAPC::Europe 2012. This is the fourteenth European Perl conference! The Frankfurt 8PSMET#1*O0OMJOF"DDPNNPEBUJPO3FTFSWBUJPOTBOETUJMMHSPXJOH Perlmongers have great pleasure in hosting this event this year. We‘d like to welcome you here in Frankfurt. The city that is now the heart of the Perl community for at least days. We have attendees from more than 40 countries all over the world, so there is a rich mix of different cultures and different people.
    [Show full text]