forked from rioleo/CS147
-
Notifications
You must be signed in to change notification settings - Fork 0
/
#README.md#
32 lines (17 loc) · 1.05 KB
/
#README.md#
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CS147
=====
This is the repository for content for CS147, Fall 2012.
* 1 - Forms
Covers forms, input types, form submission methods (GET/POST)
* 2 - Login
Covers authentication using a database. Provides wireframes for sessions.
* 3 - Map
Covers Google Maps and geolocation using a supported browser. May require Firefox instead of Chrome for local use (though everything is fine uploaded to a remote server).
* 4 - Databases
A mock app that lets a user choose a movie and have it display automatically using AJAX.
* 5 - Facebook
Accompanies the vimeo video 31285445 and integrates Facebook's OAuth authentication into a sample webapp.
* 6 - Foursquare
Provides a rudimentary framework for accesing the Venues platform on the Foursquare API using latitude and longitude. It does not require user authentication as the data isn't relevant to a specific user. Includes an example of json_decode.
* 7 - HTML5 Audio
Demonstrates audio playback in mp3 and ogg formats. This is stripped down version of the Simple HTML5 Audio Player from Envato and is mobile-friendly.