Team:Wellesley Desyne/Tips Tricks
From 2013.igem.org
(Difference between revisions)
(Created page with "<html> <head> <title>Wellesley HCI iGEM Team: Welcome</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src="http://cdn.jquerytools.org/1.2.5/f...") |
|||
(37 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | {{Team:Wellesley_Desyne/css/wp_app.css}} | ||
<html> | <html> | ||
<head> | <head> | ||
- | <title>Wellesley HCI iGEM Team: | + | <title>Wellesley HCI iGEM Team: Notebooks</title> |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
- | < | + | <meta charset="utf-8"> |
- | + | <meta name="viewport" content="width=device-width"> | |
+ | <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> | ||
- | / | + | <body> |
- | + | <nav class="top-bar"> | |
- | #top-section | + | <ul class="title-area"> |
- | + | <!-- Title Area --> | |
- | + | <li class="name"> | |
- | + | <h1><a href="https://2013.igem.org/Team:Wellesley_Desyne">WHCI</a></h1> | |
- | + | </li> | |
- | . | + | <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> |
- | + | <li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li> | |
- | . | + | </ul> |
- | . | + | <section class="top-bar-section"> |
- | + | <!-- Left Nav Section --> | |
- | + | <ul class="left"> | |
- | . | + | <li class="divider"></li> |
- | + | <li class="has-dropdown"><a href="#">TEAM</a> | |
- | + | <ul class="dropdown"> | |
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Team">Team Members</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Notebook">Notebook</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Acknowledgement">Acknowledgement</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Tips_Tricks">Tips and Tricks</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Social">Fun</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="divider"></li> | ||
+ | <li class="has-dropdown"><a href="#">PROJECT</a> | ||
+ | <ul class="dropdown"> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Project_Overview">Overview</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Eugenie">Eugenie</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/zTree">zTree</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/BAC">Bac to the Future</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Downloads_Tutorials">Downloads & Tutorials</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="divider"></li> | ||
+ | <li class="has-dropdown"><a href="#">HUMAN PRACTICES</a> | ||
+ | <ul class="dropdown"> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Human_Practices">User Research</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Methodology">Methodology</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Safety">Safety</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Outreach">Outreach</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Wellesley_Desyne/Gold">MEDAL FULFILLMENT</a></li> | ||
+ | </ul> | ||
+ | <!-- Right Nav Section --> | ||
+ | <ul class="right"> | ||
+ | <li class="divider hide-for-small"></li> | ||
+ | <li><a href="https://2013.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2013/e/e0/Whci_igem_logo.png"></a> | ||
+ | </li> | ||
+ | <li class="divider"></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </nav> | ||
+ | <header> | ||
+ | <div id="header-container"> | ||
+ | <div class="row"> | ||
+ | <div class="large-12 columns"> | ||
+ | <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> | ||
+ | </header> | ||
- | + | <!--End NavBar--> | |
- | + | <div class="row"> | |
+ | <div class="large-12 columns"> | ||
+ | <div class="main-container"> | ||
+ | <div id="text-container"> | ||
- | + | <h3>Tips & Tricks</h3> | |
- | / | + | <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> |
- | . | + | <ul class="list_default"> |
- | . | + | <li><a href="http://msdn.microsoft.com/en-us/library/ee786837(v=surface.10).aspx"> |
+ | Microsoft's intro to Surface development</a></li> | ||
+ | <li><a href="http://sethsandler.com/multitouch/">Intro to building a multi touch application</a></li> | ||
+ | <li><a href=http://www.codeplex.com/"> CodePlex</a> - allows you to see open source projects and download open source software. </li> | ||
+ | <li> <a href="http://msdn.microsoft.com/en-us/library/ms754130.aspx"> Intro to WPF,</a> | ||
+ | <a href="http://www.wpftutorial.net/">Another WPF tutorial</a> - A necessary model to understand in order to create rich and interesting user interfaces for the Surface, which is built on WPF. | ||
+ | <li> 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> | ||
+ | <li><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.</li> | ||
+ | <li>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. | ||
+ | </ul> | ||
- | / | + | <h4>Z Space</h4> |
- | + | <ul class="list_default"> | |
- | + | <li><a href = "http://unity3d.com/">Unity3D</a></li> | |
- | + | <li><a href = "https://www.google.com/search?q=unity&oq=unity&aqs=chrome..69i57j0j5j0j69i60.2545j0&sourceid=chrome&ie=UTF-8"> Google </a> helps with developing in Unity</li> | |
- | + | <li>The <a href = "https://support.zspace.com/categories/20059046-Community-Forum"> zSpace </a> forums are helpful when getting started and developing for zSpace..</li> | |
- | + | <li><a href = "https://2013.igem.org/Team:Wellesley_Desyne/Notebook/CassieNotebook"> Cassie </a> created a <a href= "https://support.zspace.com/categories/20059046-Community-Forum"> post </a> on the zSpace forum which highlights what she learned from Unity and zSpace development over the summer. </li> | |
- | + | </ul> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <h4>Web Development</h4> | |
- | + | <ul class="list_default"> | |
- | + | <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>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> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | ul | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <li><a href=" | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <li><a href="https:// | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <li><a href="https:// | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | + | <br> | |
- | + | <img src="https://static.igem.org/mediawiki/2013/6/62/Whci_sponsor_logos.png"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
- | < | + | </div> |
- | + | </div> | |
- | + | ||
- | </div | + | |
</div> | </div> | ||
+ | <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.dropdown.js"></script> | ||
+ | <script src="http://eastmaninteractive.com/igem/whci_foundation.topbar.js"></script> | ||
+ | |||
+ | <script> | ||
+ | $(document).foundation(); | ||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 15:28, 27 September 2013
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
- Microsoft's intro to Surface development
- Intro to building a multi touch application
- CodePlex - allows you to see open source projects and download open source software.
- Intro to WPF, Another WPF tutorial - A necessary model to understand in order to create rich and interesting user interfaces for the Surface, which is built on WPF.
- MVVM, based on the model-view-controller model, is another crucial model to understand. Also helpful for organizing the architecture of your code. A brief overview of data MVVM can be found here.
- Stack Overflow - A very helpful resource for debugging and understanding more about software development. In particular, this Stack Overflow page is useful for tips on starting WPF development.
- The basics of programming in C# ,whether you need to learn or just brush up.
- In the process of building your application, you’ll most likely need to pull information from the iGEM registry for specific parts. Make use of the Registry API, which allows you to extract information about a particular part efficiently.
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
- W3 Schools -A helpful resource for HTML, CSS and JavaScript
- HTML5 animation demos
- The Twitter API, which we used to retrieve tweets
- Google App Engine for our javascript framework