Comments for Mixed Reality Design http://github.blairmacintyre.me/site-archive/mrdesignclass2012/ A site for the MR Design class at Georgia Tech Mon, 06 Feb 2012 16:37:25 +0000 hourly 1 https://wordpress.org/?v=5.2.2 Comment on More AR for social change by Blair MacIntyre https://github.blairmacintyre.me/site-archive/mrdesignclass2012/2012/02/04/more-ar-for-social-change/#comment-20 Mon, 06 Feb 2012 16:37:25 +0000 https://github.blairmacintyre.me/site-archive/mrdesignclass2012/?p=342#comment-20 Interesting. I do agree with what you are saying; it’s not clear if this targets the right folks, but I’m a big fan of using such casual/spontaneous campaigns.

]]>
Comment on Reminder: set the “content-type” on your web program by dustin https://github.blairmacintyre.me/site-archive/mrdesignclass2012/2012/01/26/reminder-set-the-content-type-on-your-web-program/#comment-16 Mon, 30 Jan 2012 18:18:36 +0000 https://github.blairmacintyre.me/site-archive/mrdesignclass2012/?p=317#comment-16 For those wanting to try Google Go, the equivalent code is:
w.Header().Set(“Content-type”, “application/vnd.google-earth.kml+xml”)

where w is the name of your http.ResponseWriter.

]]>