Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 2.8 KB

README.rst

File metadata and controls

56 lines (39 loc) · 2.8 KB

Tutorials

Git and GitHub

Our learning plan is here: http://github.com/geocam/geocamDeveloperGuide/tree/master/git.rst

Django

Read the intro and follow the tutorial: https://docs.djangoproject.com/en/dev/intro/

HTML Reference

One of the best HTML and CSS references available is the Mozilla Developers Network

Javascript

MDN has a nice, concise overview of the language: https://developer.mozilla.org/en/A_re-introduction_to_JavaScript

If you're accustomed to object oriented languages with class-based inheritence, you might find this discussion of Javascript's prototype-based inheritence helpful: https://developer.mozilla.org/en/JavaScript/Introduction_to_Object-Oriented_JavaScript

If you're interested in deeper understanding, Douglas Crockford's talks are highly recommended, as is his book.

jQuery

Google Maps API

The docs for version 3 of the Maps API live here: https://developers.google.com/maps/documentation/javascript/

KML is the XML schema used for through out Google's Map and Earth products for specifying geographic data. The schema has excellect documentation that you should become familiar with.

Ember.js

Open questions: