forked from UTA-Mobi/Mobi_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResources.html
178 lines (156 loc) · 9.11 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
<!DOCTYPE HTML>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<title>Sample Page</title>
<script src="js/script.js" type="text/javascript"></script> <link href="styles/styles.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Top nav bar -->
<div class="navbar navbar-fixed-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle btn-custom" data-toggle="collapse" data-target=".navbar-collapse" id = "button" style="text-color:white;">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<center><a class="navbar-brand" href="index.html">Mobi</a>
</center>
</div>
<div class="navbar-collapse collapse">
<center>
<ul class="nav navbar-nav">
<li><a href="OurProjects.html" id="tiki">OUR PROJECTS </a></li>
<li><a href="GetInvolved.html" id="tiki">GET INVOLVED</a></li>
<li><a class = "active"href="#" id="tiki">RESOURCES</a></li>
<li><a href="AboutUs.html" id="tiki"> ABOUT US</a></li>
</ul></center>
</div><!--/.navbar-collapse -->
</div>
<!-- end top nav bar -->
<!-- Side nav bar (stacked) -->
<div class="row">
<div class="col-lg-3 visible-lg">
<ul class="nav nav-stacked" id="StackedNavBar">
<li class="active">
<a href="#CoolLinks">Cool Links</a></li>
<li>
<a href="#HTML5">HTML5</a></li>
<li>
<a href="#ANDROID">ANDROID</a></li>
<li>
<a href="#BOOKS">BOOKS</a></li>
<li>
<a href="#CoolAppsAndTech">COOL APPS AND TECH</a></li>
<li>
<a href="#GoogleIOVideos">GOOGLE IO VIDEOS</a></li>
<li>
<a href="#OsXTech">OS X TECH</a></li>
</ul>
</div>
<div class="col-lg-9">
<!--body-->
<p id="CoolLinks"></p>
<br>
<h1>
Cool Links</h1>
<p>
<span style="text-decoration: underline;"><a href="https://parse.com/" target="_self" title="Parse">Parse</a></span> - Databasing using java, objective c, or javascript. No moar php!</p>
<p>
<span style="text-decoration: underline;"><a href="https://www.assembla.com/home" target="_self" title="Assembla">Assembla</a></span> - Code Repository System</p>
<p>
<span style="text-decoration: underline;"><a href="http://projeqt.com/" target="_blank" title="Projeqt">Projeqt</a> </span>- Presentation maker. The layout is versatile. Looks like FB picture format, so I believe it is much better for galleries than an all-in-one presentation maker.</p>
<p>
</p>
<p id="HTML5"></p>
<br><br>
<h1>
HTML5</h1>
<p>
<span style="text-decoration: underline;"><a href="http://html5doctor.com/" target="_blank">html5 Doctor</a></span></p>
<p>
<a href="http://phonegap.com/" target="_blank">PhoneGap</a></p>
<p>
</p>
<p id="Android"></p>
<br>
<h1 id="Android">
Android</h1>
<p>
<a href="http://code.google.com/p/jbox2d/wiki/QuickStart" target="_blank" title="Hover over the source page link later in this description on SAAMD website for helpful info. :)">Box2D physics engine QuickStart guide</a> - Although it has old links to JBox2D that do not work anymore. <a href="http://code.google.com/p/jbox2d/" target="_blank" title="To JBox2D you GO!!! Hover over the source page link later in this sentence for helpful info.">Here</a> is the link to the JBox2D distribution. Then go to the <a href="http://code.google.com/p/jbox2d/source/checkout" target="_blank" title="This has the URL if you are used to source control. :) If not, look into assembla.com, turtoise SVN, or subclipse (SVN plug-in for eclipse)">source page</a> on that site and just use the URL.</p>
<p>
</p>
<p id = "Books"></p>
<br>
<h1>
BOOKS</h1>
<p>
<span style="text-decoration: underline;"><a href="http://www.amazon.com/dp/1119961327/ref=cm_sw_r_fa_dp_euQCpb1H9RM9V" target="_blank" title="iOS 5 Programming Pushing the Limits">iOS 5 Programming Pushing the Limits</a></span></p>
<p>
<span style="text-decoration: underline;"><a href="http://www.amazon.com/dp/1118102274/ref=cm_sw_r_fa_dp_azQCpb1T8ZVEK" target="_blank" title="Professional Android 4 Application Development">Professional Android 4 Application Development</a></span></p>
<p>
<span style="text-decoration: underline;"><a href="http://www.amazon.com/iOS-Programming-Ranch-Edition-Guides/dp/0321821521/ref=sr_1_1?ie=UTF8&qid=1333948995&sr=8-1" target="_blank" title="The Big Nerd Ranch">iOS Programming: The Big Nerd Ranch Guide</a></span></p>
<p>
<span style="text-decoration: underline;"><br />
</span></p>
<p id="CoolAppsAndTech"></p>
<br>
<h1>
COOL APPS AND TECH</h1>
<p>
<a href="https://www.pulse.me/" target="_blank" title="pulse"><span style="text-decoration: underline;">PULSE</span></a></p>
<p>
<a href="http://player.vimeo.com/video/28524675?title=0&byline=0&portrait=0" target="_blank" title="SWYP"><span style="text-decoration: underline;">SWYP</span></a></p>
<p>
<a href="http://techcrunch.com/2011/10/17/iris-is-sort-of-siri-for-android/" target="_blank" title="IRIS"><span style="text-decoration: underline;">IRIS</span></a></p>
<p>
<a href="http://www.youtube.com/watch?v=LT4N0yEByM8&feature=share" target="_blank" title="Amazon Silk"><span style="text-decoration: underline;">amazon silk</span></a></p>
<p>
<a href="http://www.realmacsoftware.com/clear/" target="_blank" title="CLEAR"><span style="text-decoration: underline;">CLEAR for iphone</span></a></p>
<p>
<a href="http://bedjapp.com/" title="BeDJ"><span style="text-decoration: underline;">BeDJ</span></a></p>
<p>
<a href="http://www.youtube.com/watch?v=N6Douyfa7l8&feature=youtu.be" target="_blank" title="3D"><span style="text-decoration: underline;">new 3d imagery from google</span></a></p>
<p>
<a href="http://www.youtube.com/watch?v=-Uwjt32NvVA&feature=player_embedded" target="_blank" title="IPv6"><span style="text-decoration: underline;">IPv6</span></a></p>
<p>
<a href="https://play.google.com/store/apps/details?id=com.samsung.tectile&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5zYW1zdW5nLnRlY3RpbGUiXQ%20" target="_blank" title="NFC tag scanner"><span style="text-decoration: underline;">NFC tag</span> scanner</a>(samsung) - Near Field Communication(NFC) is a standard for smartphones - there is a demo for it on our homepage.</p>
<p>
<span style="text-decoration: underline;"><a href="http://imgur.com/" target="_blank">imgur</a></span></p>
<p>
<a href="http://www.go2convert.com/" target="_blank"><span style="text-decoration: underline;">go2convert </span></a></p>
<p>
</p>
<p id=GoogleIOVideos></p>
<br>
<h1>
GOOGLE IO VIDEOS</h1>
<p>
<a href="http://www.google.com/events/io/2010/sessions/world-of-listview-android.html" target="_blank" title="The World of Listview"><span style="text-decoration: underline;">The world of Listview</span></a></p>
<p>
<a href="http://www.youtube.com/watch?v=twmuBbC_oB8" target="_blank" title="Advanced Tips"><span style="text-decoration: underline;">Advanced Tips</span></a></p>
<p>
<a href="http://code.google.com/mobile/analytics/docs/android/#gettingStarted" target="_blank" title="Google Analytics"><span style="text-decoration: underline;">Google Analytics</span></a></p>
<p>
<a href="http://www.youtube.com/watch?v=49L7z3rxz4Q&feature=share" target="_blank" title="How to NFC"><span style="text-decoration: underline;">How to NFC</span></a></p>
<p>
<a href="https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B9Lrx2XbHPV6NTBiYTA5OGMtYmEwNi00Yzc3LWIxNWUtZWYwZGZlZGViZWMz&hl=en_US" target="_blank" title="Android UI Patterns"><span style="text-decoration: underline;">Android UI Patterns</span></a></p>
<p>
</p>
<p id="OsXTech"></p>
<br>
<h1>
OS X TECH</h1>
<p>
<span style="text-decoration: underline;"><a href="http://mxcl.github.com/homebrew/" target="_blank">Homebrew</a></span> - package manager</p>
<span style="text-decoration: underline;"><br />
</span></div>
</div>
</body>
</html>