Team:Wellesley Desyne/Tips Tricks

From 2013.igem.org

(Difference between revisions)
Line 90: Line 90:
<a href="http://www.wpftutorial.net/">Another WPF tutorial</a> <p> - A necessary model to understand in order to create rich and interesting user interfaces for the Surface, which is built on WPF.</p>
<a href="http://www.wpftutorial.net/">Another WPF tutorial</a> <p> - A necessary model to understand in order to create rich and interesting user interfaces for the Surface, which is built on WPF.</p>
<li><p> MVVM, based on the model-view-controller model, is another crucial model to understand. Also helpful for organizing the architecture of your code. <a href="http://blogs.msdn.com/b/erwinvandervalk/archive/2009/08/18/implementing-the-model-view-viewmodel-pattern.aspx">A brief overview of data MVVM can be found here.</a></p>
<li><p> MVVM, based on the model-view-controller model, is another crucial model to understand. Also helpful for organizing the architecture of your code. <a href="http://blogs.msdn.com/b/erwinvandervalk/archive/2009/08/18/implementing-the-model-view-viewmodel-pattern.aspx">A brief overview of data MVVM can be found here.</a></p>
-
<li><p><a href="http://stackoverflow.com/"> Stack Overflow</a> - A very helpful resource for debugging and understanding more about software development. In particular, <a href="http://stackoverflow.com/questions/129772/how-to-begin-wpf-development">this</a> Stack Overflow page for tips on starting WPF development.</p>
+
<li><p><a href="http://stackoverflow.com/"> Stack Overflow</a> - A very helpful resource for debugging and understanding more about software development. In particular, <a href="http://stackoverflow.com/questions/129772/how-to-begin-wpf-development">this</a> Stack Overflow page is useful for tips on starting WPF development.</p>
<p>The <a href="http://msdn.microsoft.com/en-us/vstudio/hh341490.aspx, http://msdn.microsoft.com/en-us/library/vstudio/67ef8sbd.aspx">basics of programming in C#</a> ,whether you need to learn or just brush up.</li>
<p>The <a href="http://msdn.microsoft.com/en-us/vstudio/hh341490.aspx, http://msdn.microsoft.com/en-us/library/vstudio/67ef8sbd.aspx">basics of programming in C#</a> ,whether you need to learn or just brush up.</li>
<li> In the process of building your application, you’ll most likely need to pull information from the <a href=" http://parts.igem.org/Registry_API?title=Registry_API"> iGEM registry</a> for specific parts. Make use of the Registry API, which allows you to extract information about a particular part efficiently.</p>
<li> In the process of building your application, you’ll most likely need to pull information from the <a href=" http://parts.igem.org/Registry_API?title=Registry_API"> iGEM registry</a> for specific parts. Make use of the Registry API, which allows you to extract information about a particular part efficiently.</p>
Line 105: Line 105:
<h4>Web Development</h4>
<h4>Web Development</h4>
<ul class="bullet">
<ul class="bullet">
-
     <li>W3 Schools - html/ css/ javascript  reference: <a href = "http://www.w3schools.com">http://www.w3schools.com</a></li>
+
     <li> <a href = "http://www.w3schools.com">W3 Schools </a> - html/ css/ javascript  reference</li>
-
     <li>HTML5 animation demos: <a href = "http://www.hongkiat.com/blog/48-excellent-html5-demos">http://www.hongkiat.com/blog/48-excellent-html5-demos</a></li>
+
     <li><a href = "http://www.hongkiat.com/blog/48-excellent-html5-demos">HTML5 animation demos</a></li>
-
     <li>Twitter API: <a href = "https://dev.twitter.com">https://dev.twitter.com </a></li>
+
     <li><a href = "https://dev.twitter.com">Twitter API</a></li>
-
     <li>Google App Engine: <a href = "https://developers.google.com/appengine/">https://developers.google.com/appengine</a></li>
+
     <li> <a href = "https://developers.google.com/appengine/">Google App Engine</a></li>
</ul>
</ul>

Revision as of 21:03, 23 September 2013

Wellesley HCI iGEM Team: Notebooks

Wellesley HCI iGEM 2013

Tips & Tricks

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.

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