Final Project By: Robert Tseng. Overview Portfolio Website Meant to share information about myself to anyone, from future employers to family. Features.

Slides:



Advertisements
Similar presentations
SECE Geoloc Under Prof. Henning Schulzrinne Advised by: Jan Janak Riddhi Mehta (rnm2119) MS Computer Science Columbia University.
Advertisements

The North American Carbon Program Google Earth Collection Peter C. Griffith, NACP Coordinator; Lisa E. Wilcox; Amy L. Morrell, NACP Web Group Organization:
Google Android Map API Presentation 13/03/2008. Map API – Overview (1) Map rendering facility on Android device Similar to Google Earth Integrate map.
Front and Back End: Webpage and Database Management Prepared by Nailya Galimzyanova and Brian J Kapala Supervisor: Prof. Adriano Cavalcanti, PhD College.
THROUGH A GLASS DARKLY GENOCIDE MEMORIALS IN RWANDA 1994—PRESENT Giovanni Zambotti (
What is R Muhammad Omer. What is R  R is the programing language software for statistical computing and data analysis  The R language is extensively.
CHAPTER 8: Enhancing a Website Session 1. Objectives Embed a YouTube video in your website Insert a slideshow in your website Use Google fonts in your.
Design Project 3: PattersonPark.com INFM 700, PROJECT # 3 – FALL 2013 (M.RAMAGEM, S.DELUCIA, S.KOLURO) UMD - COLLEGE OF INFORMATION STUDIES.
BY LINDA MOHAISEN MIKE ZIELINSKI The Tree Census Project.
By Jon Marozick.  JavaScript toolkit  Aims to change the way developers think  jQuery philosophy  Find some HTML  Do something to it.
Portraying the Earth GPS, RS, and GIS as geographic tools Lab 3.
GIS technologies and Web Mapping Services
The West Virginia Trail Inventory Application Ryan Stanley, Graduate Research Assistant West Virginia GIS.
Adxstudio Portals Training
Projects Contact Skills Ryan Rigby Web Developer About Me Currently enrolled at Griffith University undertaking a Bachelor of Information Technology with.
INTRODUCTION TO HTML5 Geolocation. Display a Specific Location with Google Maps  You can use the Google Maps API to display a custom map on your own.
Writing various AJAX forms in Drupal 7 1. Overview of Form API 2. Ctools 2.1 Ctools features 3. Ajax 3.1 Ajax Forms in Drupal 4. Putting it all together.
Session IV Outline JavaScript Part I Chapter 10 - Modal Exercise 1 - Modal Chapter 13 – Carousel Exercise 2 - Carousel Chapter.
Programming Games Google Map API examples. CSS. Classwork/homework: Catch up. Upload work. Show your [more] complex Google Maps API example. Plan your.
PROCESSED RADAR DATA INTEGRATION WITH SOCIAL NETWORKING SITES FOR POLAR EDUCATION Jeffrey A. Wood April 19, 2010 A Thesis submitted to the Graduate Faculty.
Google Visualization Mapper
Bloomington’s Online Resources for Public Communication Laura Haley GIS Manager Information & Technology Services (ITS) City of Bloomington.
Keriann Barry LIS 654.  The Geolocations plugin for Omeka provides a visual representation of an item’s location.  The administrator adds location data.
Ryan MacDowell Marko Popović.  Currently it takes too much time and effort to understand how, where, and when people spend their money  Create a web.
Abelian Kingdom Andrew, Kelvin and Peter. What is it? A web (browser) game MORPG on Google map Login with Facebook Interact with your friends And the.
Adding Overlay Items.  So, now you have a map, but in many cases you'll also want to create your own map markers and lay-overs.  You must implement.
Dr. Martin Zhao Sept 4, Topics HTML and related tutorials on w3schools.com Related HTML tags Adding interesting features using JavaScript What is.
MARVELORIGINS CS 235 Data Visualization Project 12/17/2014 Jarad Bell Ryan LaCross Stella Lee Karan Khare.
Display Templates let you use skills and tools you already know … so Pairing CSS / jQuery with Display Templates is easy Adding refiners allows for.
Libraries and APIs CMPT 281. Overview Basics of libraries and APIs Rich internet applications Examples – Scriptaculous – JQuery.
Reducing Your Carbon Footprint, One Android App at a Time Doug Burkhalter Chris Truitt.
BTW: if you go, my advice to you - Distributed Software Development.
Current Search Website Marketing User Group Meeting September 18 and 19, 2008.
Web Forum 2013 By: Brian McCallum. Fancy CMS Features… Outline: 1. Social Media Plug-in 2. Asset Listings 3. Page Buttons on landing pages 4. Accordions.
2013 National Scout Jamboree Injury Map Ryan Stanley, Graduate Research Assistant West Virginia GIS Technical.
Implementation of Google Map in Drupal Create in Miyula Zeng, XiaoHang Zou,
Maps, Latitude, and Google Earth Alex Garden Hailey Tellam Anthony Kozlowski.
learn. do. dream. Bootstrapping with Twitter Bootstrap Responsive Layouts CSS Components JavaScript Font Awesome Select2 Themes.
Wildland Fire Management Information (WFMI) Weather Lesson 3: View Choices February 2013.
Development of Smart Phone Applications Industrial Placement BSc (Honours) in Software Design Joseph Kenny.
Presented by: Marianne Cardwell, Woolpert, Inc. Cheryl Spencer, City of Indianapolis February 23, 2010 Voter Information Portal.
RIA Geo Location. Finding Location modern devices can get location coordinates phones and tablets can use GPS desktops and laptops –often cannot use GPS.
Display Page (HTML/CSS)
Final Project CS 149 (Perl Programming) Alex Shen.
Google Map API The Google Maps API lets you embed Google Maps in your own web pages with JavaScript The API provides a number of utilities for manipulating.
MAMADOU BALDE & EDWIN PADILLA DICKINSON COLLEGE DECEMBER 19, 2015 Peace Operations Toolkit Final Presentation.
Chapter 5 Murach's JavaScript and jQuery, C1© 2012, Mike Murach & Associates, Inc.Slide 1.
1. Galleria 2. Responsive Image Gallery 3. Supersized 4. S3 Slider 5. jQuery Panel Gallery.
1/7/2016www.infocampus.co.in1. 1/7/2016www.infocampus.co.in2 Web Development training gives you and all-round training in both the design and the development.
Alex DeVriesPeter JuszczykWen-June Su Michael DeClerck Kenny Chung.
EzLogin Premium Extension Overview EzLogin Premium lets your customer login with any of the below social accounts in your webstore  Facebook  Twitter.
Feb 2016 Subsidiaries & Distributors eMotion. Contents 01 How to create subsidiaries or distributors ? 02 What is the forms ? 03 How to publish ?
Weebly Elements, Continued
Pay and spray Homepage Image of car Prices What we do Cars for sale
COLLECTION OF FREE BOOTSTRAP THEMES AND TEMPLATES
AnDroid GoogleMaps API
Map Features 4th Grade.
By Dan Gotlund & Eric Acierto
Tracking and Booking Taxi
Course Review HTML5 Level II Course Review
Voter Information Portal
Master a Skill / Learn for Life
An Introduction to Animation
#1___: ABSOLUTE LOCATION REVIEW
Murach's JavaScript and jQuery (3rd Ed.)
How to add a photo gallery in html/css
Question Examples Is the interactive Google map useful?
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
Presentation transcript:

Final Project By: Robert Tseng

Overview Portfolio Website Meant to share information about myself to anyone, from future employers to family. Features HTML/CSS and Javascript

Customizations Bootstrap Contact icons Changeable grid organization and size

jQuery Plugin blueimp.Gallery Carousel slideshow function

Code-Level Explanation Google Maps API Matches user input to the database of cities, getting latitude and longitude coordinates and putting them in a marker on the map Challenges addMarker was returning string value, therefore coordinates were unreadable

Code-Level Explanation

PicList Function Loops through object to display images in a gallery Challenges Implementing callback to loop through each element in the object array

Code-Level Explanation