Research Links
Initial App Research and Tutorials:
- http://papermashup.com/html5-geo-location-using-the-google-api/ - Geolocation Example
- http://www.mobilehtml5.com/post/371921120/tutorial-your-first-mobile-html5-app-the-basics - Mobile App Basics
- http://developer.practicalecommerce.com/articles/2309-Develop-a-Store-Finder-with-the-Google-Maps-API-Part-7-Driving-Directions - Using Google maps API for directions
- 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.edumobile.org/iphone/iphone-programming-tutorials/how-to-implement-core-location-and-the-google-xml-weather-api-on-the-iphone/ - Core Location (iphone) and info about weather apps
- 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
- http://www.iphonedevsdk.com/forum/iphone-sdk-development/52235-address-lat-long.html - Core location 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://social.msdn.microsoft.com/Forums/en-US/netfxjscript/thread/29a2f351-5bb2-4edd-ac19-c2e4d3b6f4d0 - Parsing XML Info
- 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://www.vecteezy.com/Vector-Icons/14975-Free-Google-Maps-Pointer-Icon - Google maps marker image
- http://stackoverflow.com/questions/2292820/css3-support-in-mobile-browsers - Mobile CSS3 Support
- http://stackoverflow.com/questions/5834915/html5-form-submission-issue - forms and javascript
- 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