Team:Wellesley Desyne/Tips Tricks

From 2013.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 13: Line 13:
<!-- Title Area -->
<!-- Title Area -->
<li class="name">
<li class="name">
-
<h1><a href="#">WHCI</a></h1>
+
<h1><a href="https://2013.igem.org/Team:Wellesley_Desyne">WHCI</a></h1>
</li>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
Line 66: Line 66:
<div class="row">
<div class="row">
<div class="large-12 columns">
<div class="large-12 columns">
-
<h2><img src="https://static.igem.org/mediawiki/2013/0/03/Wellesley_logo.png">Wellesley HCI iGEM 2013</h2>
+
<a href="https://2013.igem.org/Team:Wellesley_Desyne" class="header-link"><h2><img src="https://static.igem.org/mediawiki/2013/0/03/Wellesley_logo.png">Wellesley HCI iGEM 2013</h2></a>
</div>
</div>
</div>
</div>
Line 79: Line 79:
<h3>Tips & Tricks</h3>
<h3>Tips & Tricks</h3>
-
<p>This section is intended to help future iGEM teams with troubleshooting widely used laboratory protocols. This page addresses different situations/issues we encountered this summer and possible solutions. </p>
+
<p>This section is intended to help future iGEM teams or developers intending to work with the software and platforms we used over this summer. </p>
<h4>Microsoft Surface Development</h4>
<h4>Microsoft Surface Development</h4>
Line 105: Line 105:
<h4>Web Development</h4>
<h4>Web Development</h4>
<ul class="list_default">
<ul class="list_default">
-
     <li> <a href = "http://www.w3schools.com">W3 Schools </a> - html/ css/ javascript  reference</li>
+
     <li> <a href = "http://www.w3schools.com">W3 Schools </a> -A helpful resource for HTML, CSS and JavaScript</li>
     <li><a href = "http://www.hongkiat.com/blog/48-excellent-html5-demos">HTML5 animation demos</a></li>
     <li><a href = "http://www.hongkiat.com/blog/48-excellent-html5-demos">HTML5 animation demos</a></li>
-
     <li><a href = "https://dev.twitter.com">Twitter API</a> which we used to retrieve tweets</li>
+
     <li>The <a href = "https://dev.twitter.com" >Twitter API</a>, which we used to retrieve tweets</li>
     <li> <a href = "https://developers.google.com/appengine/">Google App Engine</a> for our javascript framework</li>
     <li> <a href = "https://developers.google.com/appengine/">Google App Engine</a> for our javascript framework</li>
</ul>
</ul>
Line 120: Line 120:
<script src="http://eastmaninteractive.com/igem/whci_zepto.js"></script>
<script src="http://eastmaninteractive.com/igem/whci_zepto.js"></script>
<script src="http://eastmaninteractive.com/igem/whci_foundation.js"></script>
<script src="http://eastmaninteractive.com/igem/whci_foundation.js"></script>
-
<script src="http://eastmaninteractive.com/igem/whci_foundation.alerts.js"></script>
 
<script src="http://eastmaninteractive.com/igem/whci_foundation.dropdown.js"></script>
<script src="http://eastmaninteractive.com/igem/whci_foundation.dropdown.js"></script>
-
<script src="http://eastmaninteractive.com/igem/whci_foundation.placeholder.js"></script>
 
-
<script src="http://eastmaninteractive.com/igem/whci_foundation.tooltips.js"></script>
 
<script src="http://eastmaninteractive.com/igem/whci_foundation.topbar.js"></script>
<script src="http://eastmaninteractive.com/igem/whci_foundation.topbar.js"></script>
 +
<script>
<script>
$(document).foundation();
$(document).foundation();

Latest revision as of 15:28, 27 September 2013

Wellesley HCI iGEM Team: Notebooks

Tips & Tricks

This section is intended to help future iGEM teams or developers intending to work with the software and platforms we used over this summer.

Microsoft Surface Development

Z Space

  • Unity3D
  • Google helps with developing in Unity
  • The zSpace forums are helpful when getting started and developing for zSpace..
  • Cassie created a post on the zSpace forum which highlights what she learned from Unity and zSpace development over the summer.

Web Development