Canon S200 - PowerShot 2MP Digital ELPH Camera User Manual

Browse online or download User Manual for Bridge cameras Canon S200 - PowerShot 2MP Digital ELPH Camera. A Photo Tour of Tangeman University Center by

  • Download
  • Add to my manuals
  • Print
  • Page
    / 33
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
i
UC 3D: A Photo Tour of
Tangeman University Center
by
Joshua Metzelaar
Submitted to
the Faculty of the Information Engineering Technology Program
in Partial Fulfillment of the Requirements
for
the Degree of Bachelor of Science
in Information Engineering Technology
University of Cincinnati
College of Applied Science
June 2011
Page view 0
1 2 3 4 5 6 ... 32 33

Summary of Contents

Page 1

i UC 3D: A Photo Tour of Tangeman University Center by Joshua Metzelaar Submitted to the Faculty of the Information Engineering Technology

Page 2

5 2. By end of development, an explorable photo tour of Tangeman University Center. 3. A Room Management Interface 5. Proof of Design This sectio

Page 3 - Table of Contents

6 5.1.Exploration Interface. As one can see in Figure 4, the entire exploration interface is based off of photographs taken throughout campus, rende

Page 4

7 5.2.Searchable Room Index As shown in Figure 5, a user can enter the Search interface by clicking the Search link. Once within the search interfac

Page 5

8 5.3.Administration Index A simple to navigate administration index was one of the first things designed. It provides ready access to many of the f

Page 6

9 Figure 4: Edit/addition interface 6. Testing Procedures 6.1.Testing Scenario 1: Accessing the Virtual Tour The user travels to the webpage conta

Page 7

10 The administrator should be able to access the interface via a password-protected log in screen. Once logged in he/she should be shown a database

Page 8

11 Appendix A: Timeline Figure 5: Timeline, Winter-Spring 2011

Page 9

12 Appendix B: Budget Product Price Canon PowerShot S200 2MP Digital ELPH Camera w/ 2x Optical Zoom $ 35.99 Yearly Godaddy Linux Web Hosting with M

Page 10

13 Appendix E: Code Snippets C 1. Rendering the View In order to get a data to show from a specific room, an ID would be pulled from an URL and be u

Page 11

14 <?php //If the arrow is set to show, check to see if a destination is specified. if ($row_Scenes['showRotateLeft']) {

Page 12

ii UC 3D: A Photo Tour of Tangeman University Center by Joshua Metzelaar Submitted to the Faculty of the Information Engineering Technology P

Page 13

15 if ($row_Scenes['upID']) { //If the room arrow is set to show and the room is specified, make a link to the room ec

Page 14

16 echo "'><img border='0' src='img/RotateRight.png'/></a>"; } else { //If

Page 15

17 { //If the room was not specified, place a placeholder X in its place. echo "<img border='0' src='img/X.pn

Page 16

18 echo "'><img border='0' src='img/Right.png'/></a>"; } else { //If the r

Page 17

19 echo $row_Scenes['backID']; echo "'><img border='0' src='img/Back.png'/></a>&q

Page 18

20 mysql_select_db($database_UC3D, $UC3D); $query_Scenes = "SELECT * FROM Scene"; $Scenes = mysql_query($query_Scenes, $UC3D) or die(mysql

Page 19

21 <td><table border='0' cellpadding='0' cellspacing='0' width=100%> <tr valign='top'&g

Page 20

22 //If the arrow is set to show, check to see if a destination is specified. if ($row_Scenes['showRotateLeft']) { if ($row_Scen

Page 21

23 echo "<a href='#" . $row['upID'] . "'>" . $row['upID'] . "</a>";

Page 22

24 else { echo "&nbsp;"; } echo "</td></tr>"; echo "<tr><td>"; //If the ar

Page 23

iii Table of Contents Section Page Table of Contents ...

Page 24

25 //If the arrow is set to show, check to see if a destination is specified. if ($row['showRight']) { //If the room arrow is

Page 25

26 if ($row['backID']) { echo "<a href='#" . $row['backID'] . "'>" . $row['

Page 26

27 Appendix F: Use Case Diagram Figure 7: Use Case Diagram

Page 27

28 Appendix G: Database Diagram Figure 8: Database Diagram

Page 28

iv List of Figures Figure Number Page Figure 1: On-line navigation interface 6 Figure 2: Searchable room index 7 Figure 3: Administration index 8

Page 29

v Abstract Attracting new students is often a constant challenge for any university. In many cases, there can be too much information or too little i

Page 30

1 1. Statement of the Problem Universities constantly face the challenge of attracting prospective students who live far away from campus. The cos

Page 31

2 2. Description of the Solution My solution to this problem is a Web based application that would allow users to, starting at any location on camp

Page 32

3 Everyone who accesses the webpage would have access to the exploration interface. It is designed to allow the users to walk from room to room, as

Page 33

4 3. Design Protocols Adobe Dreamweaver was used for the HTML and PHP coding of the interface and administration tools. Dreamweaver is a powerful

Comments to this Manuals

No comments