SEEM3490 Information Systems Management Lecture 03 – Managing Information System III Email Server

Total Page:16

File Type:pdf, Size:1020Kb

SEEM3490 Information Systems Management Lecture 03 – Managing Information System III Email Server SEEM3490 Information Systems Management Lecture 03 – Managing Information System III Email Server ! For sending emails, three important terminologies: ! Blacklist ! Whitelist ! Graylist ! Two good links: ! http://www.senderbase.org/ ! http://mxtoolbox.com/blacklists.aspx Copyright (c) 2012. Gabriel Fung. All rights reserved. Email Server (cont'd) ! Common reasons that an email cannot reach the client: ! Email server contains a virus and has been sending out spam. ! Email server may be misconfigured. ! You are using a dynamic IP address and the address was previously utilized by a known spammer. ! Your users in your network are sending out build emails. ! The definition of bulk is subjective Copyright (c) 2012. Gabriel Fung. All rights reserved. Email Server (cont'd) ! Setting up email server is not difficult. ! A common and well known one is Postfix ! http://www.postfix.org/ ! Mac OS X already shipped with an email server. What you need to do is to enable it! Copyright (c) 2012. Gabriel Fung. All rights reserved. File Server ! Usually, a web server is setup in a remote location in a data center ! Question: ! How to upload files to a web server? ! E.g. how to upload html documents and images? ! A common and easy solution: ! Set up a file server together with the web server in the same computer. Copyright (c) 2012. Gabriel Fung. All rights reserved. File Server (cont'd) ! A file server: ! Designed primarily to enable the rapid storage and retrieval of files (such as documents, sound files, photographs, movies, images, databases, etc.) ! Does not perform any calculations ! Does not run any programs on behalf of the clients. ! Note: ! By default, a web server uses port 80 for communication. ! By default, a file server uses port 25 for communication. Copyright (c) 2012. Gabriel Fung. All rights reserved. FileZilla ! There are many products that will make you computer to become a file server ! Search them by yourself! ! One of the most popular products is called FileZilla: ! https://filezilla-project.org/ ! Unfortunately, it only supports Windows… ! Another common one for Mac and Linux is Pureftpd ! http://jeanmatthieu.free.fr/pureftpd/ Copyright (c) 2012. Gabriel Fung. All rights reserved. Mac SFTP ! The latest version of Mac OS X does not ship along with any FTP server… ! Fortunately, it has SFTP (secure-FTP) ! To setup: ! http://www.maclife.com/article/howtos/ how_make_your_mac_sftp_server Copyright (c) 2012. Gabriel Fung. All rights reserved. To Connect to a FTP Server ! Use a software with GUI: ! FileZilla Client ! Transmit ! Via command prompt: ! Open a terminal, type: ! E.g., ftp 127.0.0.1 Copyright (c) 2012. Gabriel Fung. All rights reserved. Database Server ! Many database servers exists. One of the most common one is definitely MySQL ! MySQL is currently owned by Oracle Corporation ! MySQL compiles on a number of platforms ! MySQL is free to download and use Copyright (c) 2012. Gabriel Fung. All rights reserved. Database Server (cont'd) Copyright (c) 2012. Gabriel Fung. All rights reserved. MySQL ! MySQL is named after a co-founder Michael Widenius's daughter ! Michael has a daughter called My (so MySQL is developed) and a son Max (so maxDB is developed) Michael Widenius My Widenius Copyright (c) 2012. Gabriel Fung. All rights reserved. MySQL Setup ! Simply go to the official website, download and install it! ! http://www.mysql.com Copyright (c) 2012. Gabriel Fung. All rights reserved. Accessing MySQL ! Like most DBMS, MySQL it does not have any GUI ! To visualize the database and help you to do managements, you may need GUI. Many tools can help you to do. One of the most useful and handly one is phpMyAdmin: ! http://www.phpmyadmin.com ! A free and open source tool written in PHP intended to handle the administration of MySQL with the use of a web browser. Copyright (c) 2012. Gabriel Fung. All rights reserved. Some "Bugs" Related to Database ! Have you ever heard about the "Year 2000 Problem"? ! Also known as "Y2K Bug", "Millennium Bug" ! Similarly, in MySQL and some other DBMS: ! For the data type "Year", ! If you set it to handle 2-digits, you can input year from 1970 – 2069 ! Year 2070 Problem! ! If you set it to handle 4-digits, you can input year from 1901 – 2155 ! Year 2156 Problem! Copyright (c) 2012. Gabriel Fung. All rights reserved. Year 2038 Problem ! The original Unix timestamp datatype stores a date and time as a signed 32-bit integer representing the number of seconds since 1 January 1970. ! During and after 2038, this number will exceed 231 1, the largest number representable by a signed 32-bit integer, causing the Year 2038 problem. ! The Unix Millennium bug or Y2K38. ! To solve this problem, many systems and languages have switched to a 64-bit timestamp or supplied 64-bit alternatives. Copyright (c) 2012. Gabriel Fung. All rights reserved. Leap Year Problem ! A year is a leap year if: ! Divisible by four, and ! If it is divisible by 100, then it must also be divisible by 400 (Gregorian Calendar/Western Calendar/Christian Calendar). ! E.g., 1600 was a leap year, but 1700, 1800 and 1900 were not. ! Some programs may have relied on the oversimplified rule that a year divisible by four is a leap year. ! 2000 is a leap year but 2100 is not a leap year. ! Many programs contained incorrect leap year logic, assuming for instance that no year divisible by 100 could be a leap year. Copyright (c) 2012. Gabriel Fung. All rights reserved. Short Review ! Up to now, you have learned: ! Web Server ! FTP Server ! Email Server ! DB Server ! All of them are crucial in the field of information systems management in nowadays Internet world. ! Managing them is usually regarded as "managing web hosting" Copyright (c) 2012. Gabriel Fung. All rights reserved. Hosting Solutions ! There are some nice tools to help us manage web hosting, so that we do not need to install the components one by one by ourselves. ! XAMPP http://www.apachefriends.org/en/xampp.html ! AMPPS http://www.ampps.com/ ! MAMP http://www.mamp.info/ ! … Copyright (c) 2012. Gabriel Fung. All rights reserved. Web Hosting Control Panels ! If we need to manage multiple websites, those hosting solutions in the previous page may not be enough. ! Software such as "Web Hosting Control Panel" thus appears. ! It is usually a web-based GUI that allows customers to manage various hosted services in a single place. ! A good introductory point: http://en.wikipedia.org/wiki/ Comparison_of_web_hosting_control_panels Copyright (c) 2012. Gabriel Fung. All rights reserved. Web Hosting Control Panels (cont'd) ! One of the most common ones is cPanel (http://cpanel.net/) ! Some free ones are ISPConfig (http://www.ispconfig.org/) and webmin (http://www.webmin.com/) Copyright (c) 2012. Gabriel Fung. All rights reserved. .
Recommended publications
  • Installing AMPPS to Run Wordpress on Windows PC
    The Customize Windows Technology Blog http://thecustomizewindows.com Installing AMPPS to Run WordPress on Windows PC Author : Abhishek Installing AMPPS to Run WordPress on Windows PC has the advantage of getting a Control Panel somewhat like cPanel plus itself is a good resource of LAMP CMS. AMPPS is actually a software stack of Apache, Mysql, PHP, Perl, Python and proprietary Softaculous auto installer with a GUI for your desktops and servers. I repeat - for Servers too. Its Free. Installing AMPPS to Run WordPress is really more easier than we had with age old XAMPP we used to install WordPress with. Installing AMPPS to Run WordPress : Forewords Right now we will be installing AMPPS to Run WordPress on Windows PC. At today night we will install AMPPS to Run WordPress on LAMP server! The urls of the resources for AMPPS are mentioned here : You need to download AMPPS following this URL for Installing AMPPS to Run WordPress on Windows PC Some Basics on LAMP Server AMPPS can run on Mac too. There is a separate version. Steps for Installing AMPPS to Run WordPress on Windows PC Download AMPPS and Install on Windows. Its easy. When you run AMPPS for the first time make sure your Internet connection is active. You will get an Serverside panel like this : 1 / 3 The Customize Windows Technology Blog http://thecustomizewindows.com You need MySQL, PHP, Apache to run. This is not your control panel to install WordPress. You will get the control panel at : http://localhost/ampps-admin You can basically install WordPress in two ways : 1.
    [Show full text]
  • Wordpress for Conservation & Land Trusts
    WORDPRESS FOR CONSERVATION & LAND TRUSTS Leveraging the leading CMS for your Trust’s website September 2, 2015 WORDPRESS FOR CONSERVATION & LAND TRUSTS About the Author .................................................................................................................... 5 Preface ........................................................................................................................................ 5 Introduction ............................................................................................................................. 6 Why Wordpress? ....................................................................................................................................................... 6 Stop editing HTML, Start focusing on your content ................................................................................. 7 Enable more contributors, retain control ..................................................................................................... 7 Respond to each visitor’s screen size and device capabilities .............................................................. 8 Getting started ......................................................................................................................... 9 It’s about the audience ........................................................................................................................................... 9 Marketing and Search Engine Optimization .............................................................................................
    [Show full text]
  • Download (1MB)
    МІНІСТЕРСТВО ОСВІТИ І НАУКИ УКРАЇНИ ОДЕСЬКИЙ ДЕРЖАВНИЙ ЕКОЛОГІЧНИЙ УНІВЕРСИТЕТ Факультет Магістерської підготовки_ Кафедра Інформаційних технологій__ МАГІСТЕРСЬКА КВАЛІФІКАЦІЙНА РОБОТА на тему: Розробка хелпдеск для моніторингу результатів аудиту ІС_ Виконав студент 2 курсу групи МІС-19_ спеціальності 122 Комп’ютерні науки_ ____________________________________ Кульчицький Ярослав Олександрович__ Керівник д.т.н., професор______________ Казакова Надія Феліксівна________________ Рецензент регіональний координатор Програми EGAP Копиченко Іван Юрийович Одеса 2020 2 МІНІСТЕРСТВО ОСВІТИ І НАУКИ УКРАЇНИ ОДЕСЬКИЙ ДЕРЖАВНИЙ ЕКОЛОГІЧНИЙ УНІВЕРСИТЕТ Факультет _Магістерської підготовки__________________________________ Кафедра _Інформаційних технологій_____________________________________ Рівень вищої освіти _магістр________________________________________________________ Спеціальність 122 Комп’ютерні науки_____________________________________ (шифр і назва) ЗАТВЕРДЖУЮ Завідувач кафедри__________________ ____________________________ “ 26 ” жовтня 2020 р. З А В Д А Н Н Я НА МАГІСТЕРСЬКУ КВАЛІФІКАЦІЙНУ РОБОТУ СТУДЕНТУ ___________________________Кульчицького Ярослава Олександровича________________ (прізвище, ім’я, по батькові) 1. Тема роботи __« Розробка хелпдеск для моніторингу результатів аудиту ІС»_ керівник роботи __Казакова Надія Феліксівна, д.т.н., професор_________________, ( прізвище, ім’я, по батькові, науковий ступінь, вчене звання) затверджені наказом закладу вищої освіти від “ 16 ” жовтня № 194 «с» 2. Строк подання студентом роботи 7 грудня
    [Show full text]
  • Installer Crack Pkg
    Installer crack pkg click here to download but i want to install the game: i am alive. but its an pkg file and i cant . The retail PKG files will install but the Cracked PKG files fail to install. Restarting in Target Disk Mode If you want to install NewMac's bundled and type: $ /Volumes/Mac OS X Install Disc 1/System/Installation/Packages/ Note that . 5 days ago DownloadDirectX End-User Runtime Web Installer · Close windowDirectX End- User Runtime Web Installer. Skype for Business on Mac. Details. Download the installer files based on the download methods available for your product. Click www.doorway.ru and follow the prompts to continue. Image of the. All packages available in the latest release of Anaconda are listed on the pages linked below. These packages may be installed with the command conda install. The individual Unity installers are provided www.doorway.ru files, which can be installed the option is presented as Torrent download (Win+Mac) in the Downloads. Ubuntu packages. Ubuntu comes with darktable packages. You can install them with. sudo apt-get install darktable. If you need a newer version than what is. Learn www.doorway.ru files and view a list of programs that open them. A PKG file is a package of compressed installer files used to install a software program. Get Involved. If you want to help out with developing and testing, grab a daily build. Our GitHub project is here and the issue tracker for the server here. , Windows Installer (EXE) · Mac Package Installer (PKG) · AS Package, n/a, n/a Please refer to our documentation for install/uninstall instructions.
    [Show full text]
  • Learning PHP, Mysql & Javascript, 5Th Edition
    Learning PHP, MySQL, & JavaScript With jQuery, CSS, & HTML5 Fifth Edition Robin Nixon 1. Learning PHP, MySQL, & JavaScript 2. Preface 1. Audience 2. Assumptions This Book Makes 3. Organization of This Book 4. Supporting Books 5. Conventions Used in This Book 6. Using Code Examples 7. Safari® Books Online 8. How to Contact Us 9. Acknowledgments 3. 1. Introduction to Dynamic Web Content 1. HTTP and HTML: Berners-Lee’s Basics 2. The Request/Response Procedure 3. The Benefits of PHP, MySQL, JavaScript, CSS, and HTML5 1. Using PHP 2. Using MySQL 3. Using JavaScript 4. Using CSS 4. And Then There’s HTML5 5. The Apache Web Server 6. Handling mobile devices 7. About Open Source 8. Bringing It All Together 9. Questions 4. 2. Setting Up a Development Server 1. What Is a WAMP, MAMP, or LAMP? 2. Installing Ampps on Windows 1. Testing the Installation 3. Installing Ampps on Mac OS X 4. Installing a LAMP on Linux 5. Working Remotely 1. Logging In 2. Using FTP 6. Using a Program Editor 7. Using an IDE 8. Questions 5. 3. Introduction to PHP 1. Incorporating PHP Within HTML 2. This Book’s Examples 3. The Structure of PHP 1. Using Comments 2. Basic Syntax 3. Variables 4. Operators 5. Variable Assignment 6. Multiple-Line Commands 7. Variable Typing 8. Constants 9. Predefined Constants 10. The Difference Between the echo and print Commands 11. Functions 12. Variable Scope 4. Questions 6. 4. Expressions and Control Flow in PHP 1. Expressions 1. TRUE or FALSE? 2. Literals and Variables 2.
    [Show full text]
  • Towards Left Duff S Mdbg Holt Winters Gai Incl Tax Drupal Fapi Icici
    jimportneoneo_clienterrorentitynotfoundrelatedtonoeneo_j_sdn neo_j_traversalcyperneo_jclientpy_neo_neo_jneo_jphpgraphesrelsjshelltraverserwritebatchtransactioneventhandlerbatchinsertereverymangraphenedbgraphdatabaseserviceneo_j_communityjconfigurationjserverstartnodenotintransactionexceptionrest_graphdbneographytransactionfailureexceptionrelationshipentityneo_j_ogmsdnwrappingneoserverbootstrappergraphrepositoryneo_j_graphdbnodeentityembeddedgraphdatabaseneo_jtemplate neo_j_spatialcypher_neo_jneo_j_cyphercypher_querynoe_jcypherneo_jrestclientpy_neoallshortestpathscypher_querieslinkuriousneoclipseexecutionresultbatch_importerwebadmingraphdatabasetimetreegraphawarerelatedtoviacypherqueryrecorelationshiptypespringrestgraphdatabaseflockdbneomodelneo_j_rbshortpathpersistable withindistancegraphdbneo_jneo_j_webadminmiddle_ground_betweenanormcypher materialised handaling hinted finds_nothingbulbsbulbflowrexprorexster cayleygremlintitandborient_dbaurelius tinkerpoptitan_cassandratitan_graph_dbtitan_graphorientdbtitan rexter enough_ram arangotinkerpop_gremlinpyorientlinkset arangodb_graphfoxxodocumentarangodborientjssails_orientdborientgraphexectedbaasbox spark_javarddrddsunpersist asigned aql fetchplanoriento bsonobjectpyspark_rddrddmatrixfactorizationmodelresultiterablemlibpushdownlineage transforamtionspark_rddpairrddreducebykeymappartitionstakeorderedrowmatrixpair_rddblockmanagerlinearregressionwithsgddstreamsencouter fieldtypes spark_dataframejavarddgroupbykeyorg_apache_spark_rddlabeledpointdatabricksaggregatebykeyjavasparkcontextsaveastextfilejavapairdstreamcombinebykeysparkcontext_textfilejavadstreammappartitionswithindexupdatestatebykeyreducebykeyandwindowrepartitioning
    [Show full text]
  • Web Programming-2(PHP)
    Web Programming-2(PHP) Chapter 02: Getting Ready to Work with PHP Task for You! Get Familiar with Telnet, HTTP, and Port Numbers 2 What You Need for a Local Test Environment A web server: this is a piece of software that displays webpages, not a separate computer. PHP MySQL and a web-based front end for MySQL called phpMyAdmin, which are required in order to work with a database Individual Programs or an All-in-one Package? You can download and install PHP, MySQL and Apache individually or you can use some package such as XAMPP, WAMP or MAMP that contains all the in one package. XAMPP XAMPP is a free and open source cross-platform web server package, consisting mainly of the Apache HTTP Server, MySQL database and interpreters for scripts written in the PHP and Perl programming languages. 5 XAMPP (Cont.) XAMPP's name is an acronym for: – X (meaning cross-platform) – Apache HTTP Server – MySQL – PHP – Perl 6 Download Links Xampp for Linux – http://www.apachefriends.org/en/xampp-linux.html Xampp for Windows – http://www.apachefriends.org/en/xampp-windows.html Xampp for Mac OS X – http://www.apachefriends.org/en/xampp-macosx.html Xampp for Solaris – http://www.apachefriends.org/en/xampp-solaris.html 7 Alternative Options WampServer EsayPHP UwAmp Server AMPPS MAMP For more information visit: https://merabheja.com/alternatives-of-xampp-server/ Installation Stop Skype or Disable: Use port 80 and 443 as alternatives for incoming connections in your skype. For latest installation visit: https://www.wikihow.com/Install-XAMPP-for-Windows 9 Installation 1 2 3 10 Installation 4 5 6 11 Now, fire up your favorite browser and in the address bar, enter http://localhost or http://127.0.0.1 and afterward select your language To continue.
    [Show full text]
  • Learning PHP, Mysql & Javascript
    5th Edition Web Apps & Mobile Includes Learning P H P, M y S Q L , & JavaScript WITH JQUERY, CSS & HTML5 Robin Nixon FIFTH EDITION Learning PHP, MySQL & JavaScript With jQuery, CSS & HTML5 Robin Nixon Beijing Boston Farnham Sebastopol Tokyo Learning PHP, MySQL & JavaScript by Robin Nixon Copyright © 2018 Robin Nixon. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com/safari). For more information, contact our corporate/insti‐ tutional sales department: 800-998-9938 or [email protected]. Editor: Andy Oram Indexer: Judy McConville Production Editor: Melanie Yarbrough Interior Designer: David Futato Copyeditor: Rachel Head Cover Designer: Karen Montgomery Proofreader: Rachel Monaghan Illustrator: Rebecca Demarest July 2009: First Edition August 2012: Second Edition June 2014: Third Edition December 2018: Fourth Edition May 2018: Fifth Edition Revision History for the Fifth Edition 2018-05-08: First Release See http://oreilly.com/catalog/errata.csp?isbn=9781491978917 for release details. The O’Reilly logo is a registered trademark of O’Reilly Media, Inc. Learning PHP, MySQL & JavaScript, the cover image, and related trade dress are trademarks of O’Reilly Media, Inc. While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work.
    [Show full text]
  • Migrated Wordpress File Just Downloads Migrating from Wordpress
    migrated wordpress file just downloads Migrating from WordPress. Save time and let the Ghost team do all the work on your behalf; no coding, no configuration, no worries. This migration is included with any Ghost(Pro) Standard Annual plan or higher, and has a lead time of two weeks. Get in touch with [email protected] to get started. With our WordPress Export Plugin you can smoothly move your content from WordPress to Ghost. In this guide we’ll show you how to export your content from WordPress, import it into a Ghost site, and take care of important details along the way. Keep in mind that a migration from WordPress will not include custom fields, metadata, shortcodes, custom post types & taxonomies, or binary files. Just posts, pages, text, and images. Prerequisites. The Export to Ghost plugin exports posts, pages, tags, authors and images from WordPress sites. Once you’ve imported your content from WordPress to Ghost, you’ll benefit from a suite of native features for all of the functionality you’re used to, without the need for additional plugins or downloads. Plus, if you want to connect all of your existing tools, we have hundreds of integrations to support that too. Installing the plugin. Log into your WordPress site and navigate to Plugins using the sidebar menu. Click Add New and use the search field in the top right corner to search for Ghost Export , or you can follow this direct link to the plugin. You’ll know it’s the right plugin if the author is Ghost Foundation .
    [Show full text]
  • KECH'n'about Booking
    KECH’N’ABOUT Booking app School of Science and Engineering EGR 4402 Capstone Design [Final Report] Fall 2015 __________________________________________ SOUALHIA NIZAR Supervised by: Dr. KETTANI DRISS Acknowledgement: It is with great appreciation that I would like to spread my feelings to everyone who has been a part of my completion of the following capstone project and course. It is a major milestone in my life and will hopefully open more fruitful doors in the future. I would like to thank my family, friends, some faculty, some staff, and most importantly Red Bull. I, also, like to thank our coordinator, Dr. Alj, I gratefully give a special thanks my supervisor, Dr. Kettani, for helping me throughout this capstone project. He not only guided me through the technical parts of it all but also supported me when things were most stressful. I have learned a lot from Dr. Kettani over this past semester and hope to follow a path similar to his. Al Akhawayn University has been an unexpected unforgettable and extremely stressful part of my life that I will always cherish. I have learned things that I know I will use for the rest of my life. Over the past years, I feel that I have grown more than my whole life before that. I am ready to face the next step and hopefully challenging part of my life. Again, I would like thank everyone who has been a part of this journey. Without all of you, I doubt this would be in front of you, well not yet at least.
    [Show full text]
  • Write a Web Application for Free Edition 2
    Write a Web Application for Free Edition 2 Thomas Davenport This book is for sale at http://leanpub.com/WriteAWebApplication4Free This version was published on 2016-01-27 This is a Leanpub book. Leanpub empowers authors and publishers with the Lean Publishing process. Lean Publishing is the act of publishing an in-progress ebook using lightweight tools and many iterations to get reader feedback, pivot until you have the right book and build traction once you do. © 2016 Thomas Davenport Contents Chapter One ............................................ 1 In which we get started .................................... 1 Chapter One In which we get started Introduction We are going to build a simple web application to learn something about HTML, CSS, JavaScript, PHP and MySQL. We will use these technologies to create a working web application. Apart from your computer and internet connection, everything you use will be free. We will develop and test our code off-line before uploading the tested application to the server. That is not always a straight forward process but it does allow us to make mistakes offline and in private. NB: For this book I am working on a Windows platform. All of the code will work on Linux or IOS but you may need different development tools. The browser in all of the images is Firefox developer edition. Get the Tools 1. Text Editor There are many free editors. If you google “Free Text Editor” you will get over 150 million hits. They all have their own strengths and weaknesses. The one I will use is called Notepad++. I like the way the layout changes dependent on the file type and we will find the ftp and Spell-checker plugins very useful.
    [Show full text]
  • Análisis De Los Procesos De Titulación De Predios Baldíos Ubicados En
    ANÁLISIS DE LOS PROCESOS DE TITULACIÓN DE PREDIOS BALDÍOS UBICADOS EN LAS VEREDAS LA ALBANIA Y LA CRISTALINA DEL MUNICIPIO DE VISTA HERMOSA - META, MEDIANTE EL DISEÑO, DESARROLLO E IMPLEMENTACIÓN DE UN SERVICIO WEB QUE INTERRELACIONE BASES DE DATOS INSTITUCIONALES Johanna Milena Manrique Barreto Nidia Marcela Moyano Merchán Johan David Neisa Vanegas Universidad Distrital Francisco José de Caldas Facultad de ingeniería, Ingeniería Catastral y Geodesia Bogotá D.C., Colombia 2016 ANÁLISIS DE LOS PROCESOS DE TITULACIÓN DE PREDIOS BALDÍOS UBICADOS EN LAS VEREDAS LA ALBANIA Y LA CRISTALINA DEL MUNICIPIO DE VISTA HERMOSA - META, MEDIANTE EL DISEÑO, DESARROLLO E IMPLEMENTACIÓN DE UN SERVICIO WEB QUE INTERRELACIONE BASES DE DATOS INSTITUCIONALES Johanna Milena Manrique Barreto 20101025056 Nidia Marcela Moyano Merchán 20101025064 Johan David Neisa Vanegas 20101025067 Proyecto de grado para optar al título de: Ingeniero Catastral y Geodesta Director: Ingeniero Carlos Germán Ramírez Ramos Revisores: Ingeniero Gerardo Urrea Ingeniero Nelson Amaya Universidad Distrital Francisco José de Caldas Facultad de ingeniería, Ingeniería Catastral y Geodesia Bogotá D.C., Colombia 2016 AGRADECIMIENTOS Al ingeniero Germán Ramírez Ramos, director de este proyecto, por su guía, aportes, sugerencias y acompañamiento en el documento. Al ingeniero Jorge Augusto Bonil Cubides, asesor de este proyecto, por ser nuestro consejero, sus aportes y sugerencias en el documento. A nuestros docentes por su dedicación, esfuerzos, participación de su experiencia y conocimientos. A nuestros padres y hermanos por su voz de aliento, su apoyo y su ejemplo de tenacidad y perseverancia. A la Universidad distrital Francisco José de Caldas, por darnos la oportunidad de realizar este pregrado. A Andrés Ibarra, por acogernos en su hogar en estas largas jornadas de estudio y compartir su experiencia y conocimientos.
    [Show full text]