Thursday, 26 May 2011

Self Directed Project Link List

Here is my link list for the Self Directed Assignment hand in:


Research Links
Initial App Research and Tutorials:
-          http://papermashup.com/html5-geo-location-using-the-google-api/ - Geolocation Example
-          http://adamzwakk.com/?p=343 – Bus stop locator tutorial
-          http://headwayblog.com/2007/05/30/google-maps-bus-stops/ - Another bus stop location tutorial
-          http://mobile.tutsplus.com/tutorials/mobile-web-apps/html5-geolocation/ - Geolocation tutorial (based around iphone)
-          http://www.ehow.com/iphone-maps/ - Page on ehow containing map tutorials (aimed at iPhone)
-          http://genealogy.about.com/od/geography/a/google.htm - Aimed at genealogists but has some relevant info and links to map building sites
-          http://ofps.oreilly.com/titles/9781449383268/ch01_id35816976.html#ch01_id35816966 – O’Reilly books “Building Android Apps with HTML, CSS and Java”.
-          http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/how-to-pure-html-android-application/ - Information on containing html5 app for android phones

Geolocation
-          http://diveintohtml5.org/geolocation.html - Dive Into HTML5 website, information on the geolocation API
-          http://papermashup.com/demos/html5-geolocation/ - Google maps and geolocation demo

Geocoding


Google maps API Docs (Inc geolocation, directions etc)
-          http://code.google.com/apis/maps/documentation/javascript/tutorial.html - google maps’ "hello world" tutorial
-          http://code.google.com/apis/maps/articles/tutorial-iphone.html - Basic iPhone tutorial
-          http://code.google.com/apis/maps/documentation/geocoding/  - Geocoding API
-          http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsRenderer – Help with google maps API Directions Renderer
-          http://code.google.com/apis/maps/documentation/javascript/services.html#RenderingDirections – Further help on rendering directions

Help Sites (Stack Overflow etc)
-          http://stackoverflow.com/questions/5533958/google-maps-api-v3-geocode-javascript-if-json-value-exists - Accessing latitude and longitude in JSON response
-          http://stackoverflow.com/questions/2177548/load-json-into-variable - Loading JSON response from google maps API into variable/object
-          http://stackoverflow.com/questions/5729902/getting-a-json-response-into-variable - Loading JSON response into an object in javascript

XML and JSON Tutorials
-          http://www.w3schools.com/dom/dom_nodes_get.asp - XML DOM and Attributes
-          http://think2loud.com/reading-xml-with-jquery/ - Parsing XML using jQuery

Other Research
-          http://jquery.com/ - jQuery homepage
-          http://www.quirksmode.org/blog/archives/2010/04/a_pixel_is_not.html - "A pixel is not a pixel" (mobile browser issues)
-          http://www.romdas.com/technical/gps/gps-acc.htm - GPS accuracy
-          http://www.gps-basics.com/faq/q0121.shtml - Factors influencing GPS accuracy
-          http://mashable.com/2009/01/15/the-future-of-web-apps/ - Information on the future of web apps and design
-          www.html5canvastutorials.com – HTML5 Canvas tutorials website (used in canvas experiments – on CD)
-          http://happyworm.com/blog/2010/08/23/the-future-of-web-apps-single-page-applications/ - Creating single page tabbed web apps

No comments:

Post a Comment