-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
executable file
·199 lines (178 loc) · 9.01 KB
/
resources.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SJSU STEM - House App Challenge 2014">
<meta name="author" content="Phuc Nguyen">
<!-- <link rel="shortcut icon" href="assets/ico/favicon.png"> -->
<title>SJSU STEM - House App Challenge 2014</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this website -->
<link href="assets/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/icomoon.css">
<link href="assets/css/animate-custom.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="0" data-target="#navbar-main">
<div id="navbar-main">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html" class="smoothScroll"> Home</a></li>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<!-- MAIN CONTENT -->
<div class="container">
<h1 class="centered">App Development Resources</h1>
<h1 class="centered"><small> by David Singer and Christopher Victa</small></h1>
<br><br>
<table class="table" border="1px solid black">
<tr>
<th colspan="4" bgcolor="#3c763d" style="text-align: center; color: white;">Introduction</th>
</tr>
<tr>
<td>STEM Inspirational Video</td>
<td><a target="_blank" href="https://www.youtube.com/watch?feature=player_embedded&v=6XvmhE1J9PY">https://www.youtube.com/watch?feature=player_embedded&v=6XvmhE1J9PY</a></td>
<td>~1min Inspirationa l speech from the President.</td>
</tr>
<tr>
<td>House App Challenge</td>
<td><a target="_blank" href="http://housestudentapps.challengepost.com">http://housestudentapps.challengepost.com</a></td>
<td>official site for rules</td>
</tr>
<tr>
<td>Challenge Post</td>
<td><a target="_blank" href="http://housestudentapps.challengepost.com">http://housestudentapps.challengepost.com</a></td>
<td>submit app</td>
</tr>
<tr>
<td>House App Eligibility</td>
<td><a target="_blank" href="http://studentappchallenge.house.gov">hhttp://studentappchallenge.house.gov</a></td>
<td>check eligibility</td>
</tr>
</table>
<table class="table" border="1px solid black">
<tr>
<th colspan="4" bgcolor="#5856D6" style="text-align: center; color: white;">SDKs</th>
</tr>
<tr>
<td>Visual Studio</td>
<td><a target="_blank" href="https://www.dreamspark.com/Product/Product.aspx?productid=72&cmpid=R_ STN_DSV_DS_FEB14-NL-S_DS-VS-banner">https://www.dreamspark.com/Product/Product.aspx?productid=72&cmpid=R_ STN_DSV_DS_FEB14-NL-S_DS-VS-banner</a></td>
<td>integrated windows app making environment download page</td>
</tr>
<tr>
<td>Facebook for developers</td>
<td><a target="_blank" href="https://developers.facebook.com/">https://developers.facebook.com/</a></td>
<td>Use Facebook to build cross-platform social apps and games</td>
</tr>
<tr>
<td>Apple Development kit</td>
<td><a target="_blank" href="https://developer.apple.com/programs/ios/">https://developer.apple.com/programs/ios/</a></td>
<td>Development Kit</td>
</tr>
<tr>
<td>Android Development kit</td>
<td><a target="_blank" href="http://developer.android.com/index.html">http://developer.android.com/index.html</a></td>
<td>Development Kit</td>
</tr>
<tr>
<td>Windows Development kit</td>
<td><a target="_blank" href="http://developer.windowsphone.com/en-us">http://developer.windowsphone.com/en-us</a></td>
<td>Development Kit</td>
</tr>
</table>
<table class="table" border="1px solid black">
<tr>
<th colspan="4" bgcolor="#ff9500" style="text-align: center; color: white;">Tutorials</th>
</tr>
<tr>
<td>Code Academy</td>
<td><a target="_blank" href="http://www.codecademy.com/">http://www.codecademy.com</a></td>
<td>learn to code</td>
</tr>
<tr>
<td>Code.org</td>
<td><a target="_blank" href="http://code.org/learn">http://code.org/learn</a></td>
<td>modules for teaching programming, app building</td>
</tr>
<tr>
<td>MIT App Inventor tutorial</td>
<td><a target="_blank" href="">http://appinventor.mit.edu/explore/hour- of-code.html</a></td>
<td>to develop mobile apps on Android phones.</td>
</tr>
<tr>
<td>Scratch</td>
<td><a target="_blank" href="http://appinventor.mit.edu/explore/hour- of-code.html">http://scratch.mit.edu/</a></td>
<td>simple visual programming language</td>
</tr>
<tr>
<td>Alice</td>
<td><a target="_blank" href="http://www.alice.org/">http://www.alice.org/</a></td>
<td>used to create 3D animations</td>
</tr>
<tr>
<td>Kodu</td>
<td><a target="_blank" href="http://www.kodugamelab.com/">http://www.kodugamelab.com/</a></td>
<td>Windows visual game development for kids</td>
</tr>
<tr>
<td>Make games with us</td>
<td><a target="_blank" href="https://www.makegameswith.us/tutorials/learn/">https://www.makegameswith.us/tutorials/learn/</a>
</td>
<td>iphone app making tutorial for kids</td>
</tr>
<tr>
<td>Get Hopscotch</td>
<td><a target="_blank" href="https://gethopscotch.com/hour-of-code">https://gethopscotch.com/hour-of-code</a></td>
<td>ipad app making tutorial</td>
</tr>
<tr>
<td>Touch Develop</td>
<td><a target="_blank" href="https://www.touchdevelop.com/">https://www.touchdevelop.com/</a></td>
<td>Touch screen to make apps</td>
</tr>
<tr>
<td>Looking Glass</td>
<td><a target="_blank" href="https://lookingglass.wustl.edu/help">https://lookingglass.wustl.edu/help</a></td>
<td>3D animations similar to Alice</td>
</tr>
</table>
<table class="table" border="1px solid black">
<tr>
<th colspan="4" bgcolor="#007AFF" style="text-align: center; color: white;">For Instructing</th>
</tr>
<tr>
<td>Informational article with links</td>
<td><a target="_blank" href="http://java.dzone.com/news/36- resources-help-you-teach">http://java.dzone.com/news/36- resources-help-you-teach</a></td>
<td>36 Resources To Help You Teach Kids Programming (more links)</td>
</tr>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/retina.js"></script>
<script type="text/javascript" src="assets/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="assets/js/smoothscroll.js"></script>
<script type="text/javascript" src="assets/js/jquery-func.js"></script>
</body>
</html>