<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jole.ca</title>
	<atom:link href="http://jole.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://jole.ca</link>
	<description>Joel Adria Technical Services</description>
	<lastBuildDate>Tue, 13 Sep 2011 04:17:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How Wave Works</title>
		<link>http://jole.ca/posts/how-wave-works/</link>
		<comments>http://jole.ca/posts/how-wave-works/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 20:27:19 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[Edmonton]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Interactve]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[edmonton]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[ualberta]]></category>
		<category><![CDATA[wave]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://jole.ca/?p=4127</guid>
		<description><![CDATA[Wave consists of many different hardware and software technologies all working together to create a final product. Many different students and faculty members contributed &#8230; <a href="http://jole.ca/posts/how-wave-works/">Read More <span class="meta-nav">&#62;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wave consists of many different hardware and software technologies all working together to create a final product. Many different students and faculty members contributed to the final project. Below is a summary of the components I worked on.</p>
<p>First is a very brief video showing highlights from a portion of Wave&#8217;s development. View the <a href="http://www.youtube.com/watch?v=V4TcW_aVITo" target="_blank">full clips on YouTube</a>.</p>
<p><object width="540" height="330" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/P2Vv8YSWy1Q?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="540" height="330" type="application/x-shockwave-flash" src="http://www.youtube.com/v/P2Vv8YSWy1Q?version=3&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p><span class="Apple-style-span" style="color: #000000; font-size: 29px; line-height: 43px;">Web App</span></p>
<p>The WaveArt.ca web app is the gateway to interaction.</p>
<div id="attachment_4133" class="wp-caption alignright" style="width: 328px"><a href="http://jole.ca/wp-content/uploads/DSC_5814-2.jpg"><img class="size-large wp-image-4133" title="Wave, the day before launch" src="http://jole.ca/wp-content/uploads/DSC_5814-2-1024x680.jpg" alt="" width="318" height="211" /></a><p class="wp-caption-text">Wave, the day before launch</p></div>
<p>When tapping on the &#8220;Interact&#8221; action item after scanning the QR code on-screen, they are taken to a grid of thumbnails representing the grid of cameras waveboard display. These thumbnails resize to fit the user&#8217;s device, and add labels if screen real estate permits. When tapping on the thumbnails, a request is sent to the server to &#8220;play back&#8221; the webcam on the waveboard. Should the webcams change, as they do every few minutes, the thumbnails automatically reload on the device to remain consistant with the waveboard.</p>
<p>When the user scans the QR code on-screen, a waveling ID and color, which is always visible at the top of the device, is assigned. Their session times out after a period of time to reduce conflicts. It is based off WebApp.net, a framework for developing mobile web applications.</p>
<h1>Quartz Compositions</h1>
<div id="attachment_4137" class="wp-caption alignleft" style="width: 264px"><img class="size-large wp-image-4137  " title="A Mac Mini running Quartz Visualizer" src="http://jole.ca/wp-content/uploads/untitled-shoot-5583-680x1024.jpg" alt="" width="254" height="383" /><p class="wp-caption-text">A Mac Mini running Quartz Visualizer</p></div>
<p>On the Wave Mac Pro (Wave-1), the webcams and poetry are rendered using the 8-core processor coupled with two high performance graphics cards. Quartz Composer is a visual development environment that allows complex graphical operations to be created without the need for traditional code. Despite the visual programming environment, Quartz Composer uses the same native graphics libraries in Mac OS X, which is entirely hardware accelerated.</p>
<p>The first composition polls a script on the local machine to generate the webcams, their names, and a word cloud related to the webcam. A MySQL database, stored on an external web server, serves as the central repository and communication between Web App, Quartz Composition, and the Wave Admin interface.</p>
<p>Real-time actions, such as a user tapping on a thumbnail or scanning a QR code, is activated by using the OSC patch in QC. When the user taps on their smartphone, a request is sent to a remote server, which checks the status of Wave-1, then relays the webcam request to Wave-1&#8242;s built-in web server. A PHP script on Wave-1 uses an OSC library to send out the message to the QC composition, and &#8220;playback&#8221; of the webcam is initiated. Despite the numerous &#8220;hops&#8221; needed to achieve this operation, interaction is very responsive.</p>
<h1>Wave Admin</h1>
<div id="attachment_4139" class="wp-caption alignleft" style="width: 310px"><a href="http://jole.ca/wp-content/uploads/Screenshot-2011-09-11-at-4.47.00-PM.png"><img class="size-medium wp-image-4139" title="Preview of Wave Web UI" src="http://jole.ca/wp-content/uploads/Screenshot-2011-09-11-at-4.47.00-PM-300x252.png" alt="" width="300" height="252" /></a><p class="wp-caption-text">A view of the Wave Admin UI</p></div>
<p>In order to maintain state and store complex information about the 500+ webcam collection, an external MySQL database manages most of the data associated with the webcam composition. Scripts on Wave-1 poll all webcams worldwide every 20 minutes, downloading and storing their full size images, and generating appropriate thumbnails for the Quartz composition and web app. Each webcam&#8217;s status is verified, and cross-checked with their predecessors to ensure that the webcam is not dormant. If the webcam has not been updated in a significant amount of time, it is suspended and not checked for 24 hours to reduce bandwidth and polling time. Suspended cameras are pulled out of circulation so they do not appear on the waveboard.</p>
<p>Wave downloads about 1000 images a day, or about 1 gigabyte of data to keep its information current, and emails the creators when it goes offline or has an error. Wave changes colour throughout the day, and turns off automatically at night to save energy.</p>
<p>All of this information can be managed from the Wave Admin web interface.</p>
<h1>Hardware</h1>
<div id="attachment_4131" class="wp-caption alignright" style="width: 328px"><a href="http://jole.ca/wp-content/uploads/DSC_5794-2.jpg"><img class="size-large wp-image-4131  " title="Wave contributors place the last cover, sealing up Wave" src="http://jole.ca/wp-content/uploads/DSC_5794-2-1024x680.jpg" alt="" width="318" height="211" /></a><p class="wp-caption-text">Wave contributors place the last cover, sealing up Wave</p></div>
<p>Two 60&#8243; LCD displays are used in Wave, connected to the Mac Pro via HDMI. A Mac Mini powers a third, smaller display, which provides patrons with facts and information about the installation. Finally, a fourth monitor is setup inside for administering Wave both locally and remotely.</p>
<p>A private Wireless LAN is used to join the two Macs and allow administration. If one computer has become disconnected from UWS, the other one can be used to reinitialize its WiFi connection.</p>
<p>&nbsp;</p>
<h1>Diagrams</h1>
<div id="attachment_4150" class="wp-caption aligncenter" style="width: 212px"><a href="http://jole.ca/wp-content/uploads/Technology-Diagram.001.png"><img class="size-medium wp-image-4150 " title="Technology Diagram.001" src="http://jole.ca/wp-content/uploads/Technology-Diagram.001-202x300.png" alt="" width="202" height="300" /></a><p class="wp-caption-text">Connectivity Diagram of Wave (Click to Enlarge)</p></div>
<div id="attachment_4151" class="wp-caption aligncenter" style="width: 310px"><a href="http://jole.ca/wp-content/uploads/Technology-Diagram.002.png"><img class="size-medium wp-image-4151 " title="Technology Diagram.002" src="http://jole.ca/wp-content/uploads/Technology-Diagram.002-300x140.png" alt="" width="300" height="140" /></a><p class="wp-caption-text">Audio Diagram (Click to Enlarge)</p></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjole.ca%2Fposts%2Fhow-wave-works%2F&amp;title=How%20Wave%20Works" id="wpa2a_4"><img src="http://jole.ca/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/how-wave-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bearbook gears up for Fall</title>
		<link>http://jole.ca/posts/bearbook-gears-up-for-fall/</link>
		<comments>http://jole.ca/posts/bearbook-gears-up-for-fall/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 04:31:37 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[Bearbook]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[bearbook]]></category>
		<category><![CDATA[edmonton]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[ualberta]]></category>
		<category><![CDATA[yeg]]></category>

		<guid isPermaLink="false">http://jole.ca/?p=4102</guid>
		<description><![CDATA[So what&#8217;s new at Bearbook? In short, New and improved Bearbook Books (buy and sell!) Fall poster campaign (plus over 8000 users!) Bearbook featured &#8230; <a href="http://jole.ca/posts/bearbook-gears-up-for-fall/">Read More <span class="meta-nav">&#62;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So what&#8217;s new at Bearbook? In short,</p>
<ul>
<li>New and improved Bearbook Books (buy and sell!)</li>
<li>Fall poster campaign (plus over 8000 users!)</li>
<li>Bearbook featured on UAlberta.ca (twice!)</li>
</ul>
<p>We&#8217;ve recently <strong>improved Bearbook Books</strong> to allow students to list their textbooks for sale quickly and easily, with any ads being shown directly to students who will be needing them for their courses.</p>
<div id="attachment_4103" class="wp-caption aligncenter" style="width: 434px"><a href="http://jole.ca/wp-content/uploads/list-books.png"><img class="size-full wp-image-4103     " title="Selling is quick and easy!" src="http://jole.ca/wp-content/uploads/list-books.png" alt="" width="424" height="324" /></a><p class="wp-caption-text">Listing a book for sale on Bearbook Books is quick and easy!</p></div>
<p>Our Fall poster campaign kicked off today, with about 100 posters being distributed all over campus. We even reused the old ones from last year to save paper! Around the same time, we pushed right past <strong>8000 users</strong> on Bearbook!</p>
<div id="attachment_4104" class="wp-caption aligncenter" style="width: 434px"><a href="http://jole.ca/wp-content/uploads/288557_10150358017722008_143431247007_9633242_8210576_o.jpg"><img class="size-large wp-image-4104  " title="Bearbook Posters during the Fall 2011 Campaign" src="http://jole.ca/wp-content/uploads/288557_10150358017722008_143431247007_9633242_8210576_o-1024x764.jpg" alt="" width="424" height="316" /></a><p class="wp-caption-text">A few of the 100 Bearbook Posters distributed during the Fall campaign.</p></div>
<p>As a last bit of news that came as a bit of a surprise, Bearbook is featured <em>twice</em> on the brand new UAlberta.ca website! Bearbook is listed under <em>Student Involvement</em> on the <a href="http://www.students.ualberta.ca/">Current Students page</a>, and under <em>Featured</em> on the <a href="http://www.uofa.ualberta.ca/keepintouch.aspx">Keep in Touch page</a>. Thanks to <a href="http://twitter.com/#!/jgchesney">Jennifer Chesney</a> at U of A Web for all the support!</p>
<div id="attachment_4106" class="wp-caption aligncenter" style="width: 310px"><a href="http://jole.ca/wp-content/uploads/featured-1.png"><img class="size-medium wp-image-4106 " title="Bearbook featured on Ualberta.ca 1" src="http://jole.ca/wp-content/uploads/featured-1-300x262.png" alt="" width="300" height="262" /></a><p class="wp-caption-text">Bearbook featured on the new UAlberta website.</p></div>
<div id="attachment_4107" class="wp-caption aligncenter" style="width: 310px"><a href="http://jole.ca/wp-content/uploads/featured-2.png"><img class="size-medium wp-image-4107 " title="Bearbook listed as Student Inolvement on UAlberta.ca" src="http://jole.ca/wp-content/uploads/featured-2-300x231.png" alt="" width="300" height="231" /></a><p class="wp-caption-text">Bearbook listed as Student Inolvement on UAlberta.ca</p></div>
<p>P.S. Did you notice us in the recent <a href="http://www.startupedmonton.com/2011/09/democampedmonton15/">post for Democamp</a>?<br />
P.P.S If you want to spread Bearbook too, <a href="http://bearbook.ca/BB-Fall2011.pdf">download the poster</a> and put them up wherever! </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjole.ca%2Fposts%2Fbearbook-gears-up-for-fall%2F&amp;title=Bearbook%20gears%20up%20for%20Fall" id="wpa2a_8"><img src="http://jole.ca/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/bearbook-gears-up-for-fall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elise LeBlanc in Concert</title>
		<link>http://jole.ca/posts/elise-leblanc-in-concert/</link>
		<comments>http://jole.ca/posts/elise-leblanc-in-concert/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 15:56:13 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[gull lake]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[sunset]]></category>

		<guid isPermaLink="false">http://jole.ca/?p=4096</guid>
		<description><![CDATA[Elise LeBlanc in Concert, a set on Flickr. Via Flickr: Folk artist Elise LeBlanc performs for LTDs (Leaders in Training and Discipleship) on the &#8230; <a href="http://jole.ca/posts/elise-leblanc-in-concert/">Read More <span class="meta-nav">&#62;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="padding: 0; overflow: hidden; margin: 0; width: 500px;"><a style="text-decoration: none;" title="concert-1-6468" href="http://www.flickr.com/photos/jole/sets/72157626999758745/"><img class="alignright size-full wp-image-4097" title="concert-1-6752" src="http://jole.ca/wp-content/uploads/5905511617_04f7c4fa5d_b.jpg" alt="" width="491" height="327" /><br />
</a><a style="text-decoration: none;" title="concert-1-6468" href="http://www.flickr.com/photos/jole/5905407645/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6008/5905407645_bf546d786d_s.jpg" alt="concert-1-6468" /></a><a style="text-decoration: none;" title="concert-1-6472" href="http://www.flickr.com/photos/jole/5905408361/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5152/5905408361_364dc3126d_s.jpg" alt="concert-1-6472" /></a><a style="text-decoration: none;" title="concert-1-6474" href="http://www.flickr.com/photos/jole/5905409125/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6019/5905409125_76d9c5e14f_s.jpg" alt="concert-1-6474" /></a><a style="text-decoration: none;" title="concert-1-6478" href="http://www.flickr.com/photos/jole/5905409823/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6049/5905409823_01cb2c21ef_s.jpg" alt="concert-1-6478" /></a><a style="text-decoration: none;" title="concert-1-6484" href="http://www.flickr.com/photos/jole/5905468641/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6039/5905468641_d8d864de5a_s.jpg" alt="concert-1-6484" /></a><a style="text-decoration: none;" title="concert-1-6490" href="http://www.flickr.com/photos/jole/5906025368/in/set-72157626999758745/"><img style="padding: 0 0 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6029/5906025368_89f7e83a4c_s.jpg" alt="concert-1-6490" /></a></div>
<div style="padding: 0; overflow: hidden; margin: 0; width: 500px;"><a style="text-decoration: none;" title="concert-1-6495" href="http://www.flickr.com/photos/jole/5906026112/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5075/5906026112_4ba8f5cdc2_s.jpg" alt="concert-1-6495" /></a><a style="text-decoration: none;" title="concert-1-6498" href="http://www.flickr.com/photos/jole/5906026716/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6018/5906026716_ba176c93f0_s.jpg" alt="concert-1-6498" /></a><a style="text-decoration: none;" title="concert-1-6506" href="http://www.flickr.com/photos/jole/5906027136/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6035/5906027136_44c10e9dbe_s.jpg" alt="concert-1-6506" /></a><a style="text-decoration: none;" title="concert-1-6507" href="http://www.flickr.com/photos/jole/5905471235/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5034/5905471235_eaec24e499_s.jpg" alt="concert-1-6507" /></a><a style="text-decoration: none;" title="concert-1-6508" href="http://www.flickr.com/photos/jole/5905471767/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5159/5905471767_d7a33c1c18_s.jpg" alt="concert-1-6508" /></a><a style="text-decoration: none;" title="concert-1-6514" href="http://www.flickr.com/photos/jole/5906028852/in/set-72157626999758745/"><img style="padding: 0 0 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5236/5906028852_7d19564c65_s.jpg" alt="concert-1-6514" /></a><br />
<a style="text-decoration: none;" title="concert-1-6516" href="http://www.flickr.com/photos/jole/5906029500/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5112/5906029500_c160f11af2_s.jpg" alt="concert-1-6516" /></a><a style="text-decoration: none;" title="concert-1-6517" href="http://www.flickr.com/photos/jole/5905473585/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5311/5905473585_601e6144b4_s.jpg" alt="concert-1-6517" /></a><a style="text-decoration: none;" title="concert-1-6520" href="http://www.flickr.com/photos/jole/5906030694/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5240/5906030694_56c24b4245_s.jpg" alt="concert-1-6520" /></a><a style="text-decoration: none;" title="concert-1-6523" href="http://www.flickr.com/photos/jole/5905474705/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6026/5905474705_b1f799a632_s.jpg" alt="concert-1-6523" /></a><a style="text-decoration: none;" title="concert-1-6527" href="http://www.flickr.com/photos/jole/5905475149/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6039/5905475149_d4d013fc36_s.jpg" alt="concert-1-6527" /></a><a style="text-decoration: none;" title="concert-1-6530" href="http://www.flickr.com/photos/jole/5906032112/in/set-72157626999758745/"><img style="padding: 0 0 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6050/5906032112_fe9d2dee51_s.jpg" alt="concert-1-6530" /></a><br />
<a style="text-decoration: none;" title="concert-1-6534" href="http://www.flickr.com/photos/jole/5906032524/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6050/5906032524_5ae27f9afc_s.jpg" alt="concert-1-6534" /></a><a style="text-decoration: none;" title="concert-1-6535" href="http://www.flickr.com/photos/jole/5905476567/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5234/5905476567_60dc1dd04e_s.jpg" alt="concert-1-6535" /></a><a style="text-decoration: none;" title="concert-1-6536" href="http://www.flickr.com/photos/jole/5905477183/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5038/5905477183_088c6b6c61_s.jpg" alt="concert-1-6536" /></a><a style="text-decoration: none;" title="concert-1-6541" href="http://www.flickr.com/photos/jole/5905477963/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6028/5905477963_85aac09cc5_s.jpg" alt="concert-1-6541" /></a><a style="text-decoration: none;" title="concert-1-6542" href="http://www.flickr.com/photos/jole/5905478513/in/set-72157626999758745/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6028/5905478513_0514e1771a_s.jpg" alt="concert-1-6542" /></a><a style="text-decoration: none;" title="concert-1-6544" href="http://www.flickr.com/photos/jole/5906035400/in/set-72157626999758745/"><img style="padding: 0 0 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6020/5906035400_b83591141f_s.jpg" alt="concert-1-6544" /></a></div>
<div style="font-size: 0.8em; margin-top: 0px; margin-bottom: 5px;">
<p><a href="http://www.flickr.com/photos/jole/sets/72157626999758745/">Elise LeBlanc in Concert</a>, a set on Flickr.</p>
</div>
<p><em>Via Flickr:</em><br />
Folk artist <a href="http://www.myspace.com/eliseleblanc">Elise LeBlanc</a> performs for LTDs (Leaders in Training and Discipleship) on the beach at Gull Lake Centre near Lacombe, AB.</p>
<p>I have been working at <a href="http://gulllakecentre.ca">Gull Lake Centre</a> for the summer, putting together <a href="http://www.youtube.com/user/gulllakecentre">videos</a> and shooting photos for all the campers who come through the gates. It has been a wonderful opportunity to practice my photography, especially on days like these!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjole.ca%2Fposts%2Felise-leblanc-in-concert%2F&amp;title=Elise%20LeBlanc%20in%20Concert" id="wpa2a_12"><img src="http://jole.ca/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/elise-leblanc-in-concert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wave Launch</title>
		<link>http://jole.ca/posts/wave-launch/</link>
		<comments>http://jole.ca/posts/wave-launch/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 22:22:14 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[Edmonton]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Interactve]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[edmonton]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[marshall mcluhan]]></category>
		<category><![CDATA[mcluhan]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[ualberta]]></category>
		<category><![CDATA[wave]]></category>
		<category><![CDATA[yeg]]></category>

		<guid isPermaLink="false">http://jole.ca/?p=4090</guid>
		<description><![CDATA[Wave Launch, a set on Flickr. Via Flickr: The Wave Art &#38; Media Installation was launched on Thursday June 23, 2011 as part of &#8230; <a href="http://jole.ca/posts/wave-launch/">Read More <span class="meta-nav">&#62;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-4093 alignnone" title="Wave at last" src="http://jole.ca/wp-content/uploads/5878902096_91277a72d6_b.jpg" alt="" width="430" height="286" /></p>
<div style="padding: 0; overflow: hidden; margin: 0; width: 500px;"><a style="text-decoration: none;" title="Wave at last" href="http://www.flickr.com/photos/jole/5878902096/in/set-72157626938683725/"><br />
<img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5232/5878902096_91277a72d6_s.jpg" alt="Wave at last" /></a><a style="text-decoration: none;" title="Awaiting Wave Launch Time" href="http://www.flickr.com/photos/jole/5878900124/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5062/5878900124_e5244fa544_s.jpg" alt="Awaiting Wave Launch Time" /></a><a style="text-decoration: none;" title="A view of the renga poetry, part of Wave" href="http://www.flickr.com/photos/jole/5878347735/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5277/5878347735_564586da59_s.jpg" alt="A view of the renga poetry, part of Wave" /></a><a style="text-decoration: none;" title="Wave is up!" href="http://www.flickr.com/photos/jole/5878338657/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5119/5878338657_af3b08bb73_s.jpg" alt="Wave is up!" /></a><a style="text-decoration: none;" title="First Wavelings" href="http://www.flickr.com/photos/jole/5878900890/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5273/5878900890_907afc4f17_s.jpg" alt="First Wavelings" /></a><a style="text-decoration: none;" title="Early Interactors" href="http://www.flickr.com/photos/jole/5878339595/in/set-72157626938683725/"><img style="padding: 0 0 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5147/5878339595_895429e0f0_s.jpg" alt="Early Interactors" /></a><br />
<a style="text-decoration: none;" href="http://www.flickr.com/photos/jole/5878339965/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5274/5878339965_0e81d0c14e_s.jpg" alt="" /></a><a style="text-decoration: none;" title="Wave in Enterprise Square" href="http://www.flickr.com/photos/jole/5878902490/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6042/5878902490_b65608804a_s.jpg" alt="Wave in Enterprise Square" /></a><a style="text-decoration: none;" title="Wave Artist &amp; Authors Convene" href="http://www.flickr.com/photos/jole/5878341497/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6056/5878341497_618af0013c_s.jpg" alt="Wave Artist &amp; Authors Convene" /></a><a style="text-decoration: none;" title="Patrons Observe Wave at Opening" href="http://www.flickr.com/photos/jole/5878903510/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6011/5878903510_901acdbe94_s.jpg" alt="Patrons Observe Wave at Opening" /></a><a style="text-decoration: none;" title="A Patron Scans a QR Code Onscreen" href="http://www.flickr.com/photos/jole/5878903916/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5306/5878903916_e15cd69151_s.jpg" alt="A Patron Scans a QR Code Onscreen" /></a><a style="text-decoration: none;" title="A Patron Scans a QR code on her Smartphone" href="http://www.flickr.com/photos/jole/5878342785/in/set-72157626938683725/"><img style="padding: 0 0 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5262/5878342785_d4c32377bf_s.jpg" alt="A Patron Scans a QR code on her Smartphone" /></a><br />
<a style="text-decoration: none;" title="Wavelings observe version 1.0 at launch" href="http://www.flickr.com/photos/jole/5878904722/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5120/5878904722_5f909b64df_s.jpg" alt="Wavelings observe version 1.0 at launch" /></a><a style="text-decoration: none;" title="System Architect Joel Adria explains Wave to a patron" href="http://www.flickr.com/photos/jole/5878343675/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5146/5878343675_b22a274faa_s.jpg" alt="System Architect Joel Adria explains Wave to a patron" /></a><a style="text-decoration: none;" title="System Architect Joel Adria demos Wave to a patron" href="http://www.flickr.com/photos/jole/5878344211/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6007/5878344211_209fb4311d_s.jpg" alt="System Architect Joel Adria demos Wave to a patron" /></a><a style="text-decoration: none;" title="Chair, Marco Adria experiments with Wave" href="http://www.flickr.com/photos/jole/5878906150/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5183/5878906150_8f860a7538_s.jpg" alt="Chair, Marco Adria experiments with Wave" /></a><a style="text-decoration: none;" title="Marco Adria, Chair, demoes Wave to a patron" href="http://www.flickr.com/photos/jole/5878345233/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5141/5878345233_1430267eac_s.jpg" alt="Marco Adria, Chair, demoes Wave to a patron" /></a><a style="text-decoration: none;" title="Joel Adria, System Architect, poses with patron, Kevin Lau" href="http://www.flickr.com/photos/jole/5878907276/in/set-72157626938683725/"><img style="padding: 0 0 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5107/5878907276_e624bb4e7e_s.jpg" alt="Joel Adria, System Architect, poses with patron, Kevin Lau" /></a><br />
<a style="text-decoration: none;" title="Joel and Kevin discussing Wave technologies" href="http://www.flickr.com/photos/jole/5878907668/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5040/5878907668_13bc13d93c_s.jpg" alt="Joel and Kevin discussing Wave technologies" /></a><a style="text-decoration: none;" title="Marco Adria, Chair, explains Wave to Dean of Extension, Katy Campbell" href="http://www.flickr.com/photos/jole/5878908070/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6049/5878908070_a241cff314_s.jpg" alt="Marco Adria, Chair, explains Wave to Dean of Extension, Katy Campbell" /></a><a style="text-decoration: none;" title="Kevin experiments with Wave on an iPad" href="http://www.flickr.com/photos/jole/5878346991/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm7.static.flickr.com/6026/5878346991_4a60094085_s.jpg" alt="Kevin experiments with Wave on an iPad" /></a><a style="text-decoration: none;" title="Designer, Cezary Gajeski and Joel Adria reflect on future revisionf of Wave" href="http://www.flickr.com/photos/jole/5878347327/in/set-72157626938683725/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5192/5878347327_31851c6758_s.jpg" alt="Designer, Cezary Gajeski and Joel Adria reflect on future revisionf of Wave" /></a></div>
<div style="font-size: 0.8em; margin-top: 0px; margin-bottom: 5px;">
<p><a href="http://www.flickr.com/photos/jole/sets/72157626938683725/">Wave Launch</a>, a set on Flickr.</p>
</div>
<p><em>Via Flickr:</em><br />
The <a href="http://waveart.ca">Wave Art &amp; Media Installation</a> was launched on Thursday June 23, 2011 as part of the McLuhan Centenary and the <a href="http://mea2011.org">Media Ecology Convention 2011</a> in Edmonton Alberta.</p>
<p>Wave was unveiled in the atrium of Enterprise Square (old Bay building in Downtown Edmonton, owned by U of A). Several convention attendees and students of the MACT program, along with friends and colleagues attended the launch and tried their hand at being a &#8220;waveling.&#8221;</p>
<p>Wavelings can connect via their smartphones, tablets, or traditional computers to a special web app, which allows them to explore webcams from all over the world, based on the McLuhan concept,  &#8220;the global village.&#8221;</p>
<p>They can also view their image as a silhouette amongst a series of &#8220;renga&#8221; poetry written for Wave. This interaction explores McLuhan&#8217;s &#8220;the medium is the message.&#8221;</p>
<p>The Wave will be in Enterprise Square until November 2011, and will be continually updated and developed with software and hardware updates though out its stay. Stay tuned to the @wave_art <a href="http://twitter.com/wave_art">twitter page</a> for the latest news.</p>
<p>Thanks to Jeremy Keay for shooting the photos.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjole.ca%2Fposts%2Fwave-launch%2F&amp;title=Wave%20Launch" id="wpa2a_16"><img src="http://jole.ca/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/wave-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Panic Swag</title>
		<link>http://jole.ca/posts/panic-swag/</link>
		<comments>http://jole.ca/posts/panic-swag/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 00:58:40 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://jole.ca/?p=4081</guid>
		<description><![CDATA[Panic Swag, a photo by jolephoto on Flickr. Via Flickr: After about 6 months of waiting (which seemed pretty out of character) my Panic &#8230; <a href="http://jole.ca/posts/panic-swag/">Read More <span class="meta-nav">&#62;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="margin: 0 0 10px 0; padding: 0; font-size: 0.8em; line-height: 1.6em;"><a title="Panic Swag" href="http://www.flickr.com/photos/jole/5831013300/"><img src="http://farm3.static.flickr.com/2604/5831013300_c71bc8568a.jpg" alt="Panic Swag by jolephoto" /></a><br />
<span style="margin: 0;"><a href="http://www.flickr.com/photos/jole/5831013300/">Panic Swag</a>, a photo by <a href="http://www.flickr.com/photos/jole/">jolephoto</a> on Flickr.</span></div>
<p><em>Via Flickr:</em></p>
<p>After about 6 months of waiting (which seemed pretty out of character) my Panic goods have finally arrived!</p>
<p>-Transmit (FTP client) stylized T-shirt</p>
<p>-&#8221;Loading&#8221; T-Shirt (been wanting something this geeky for a while!)</p>
<p>-Team Panic T-Shirt</p>
<p>-Full set of 4 Panic faux game boxes (so awesome!)</p>
<p>If you have never heard of <a href="http://panic.com">Panic</a>, they&#8217;re a great Mac software company that has been around since the beginning. Personally I use Transmit and Coda on a daily basis for all my website development work.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjole.ca%2Fposts%2Fpanic-swag%2F&amp;title=Panic%20Swag" id="wpa2a_20"><img src="http://jole.ca/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/panic-swag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New 35mm Nikon AF-S 1.8G Prime Lens</title>
		<link>http://jole.ca/posts/new-35mm-nikon-af-s-1-8g-prime-lens/</link>
		<comments>http://jole.ca/posts/new-35mm-nikon-af-s-1-8g-prime-lens/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 07:08:53 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[35mm]]></category>
		<category><![CDATA[lens]]></category>
		<category><![CDATA[nikon]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[prime]]></category>

		<guid isPermaLink="false">http://jole.ca/?p=4022</guid>
		<description><![CDATA[I finally opted to re-invest in some new photography equipment, this time in the optical area. I contemplated between the new 55mm and the &#8230; <a href="http://jole.ca/posts/new-35mm-nikon-af-s-1-8g-prime-lens/">Read More <span class="meta-nav">&#62;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I finally opted to re-invest in some new photography equipment, this time in the optical area.</p>
<div id="attachment_4025" class="wp-caption alignnone" style="width: 434px"><a href="http://jole.ca/wp-content/uploads/DSC_5543.jpg"><img class="size-large wp-image-4025  " title="New Nikon 35mm F1.8 Lens" src="http://jole.ca/wp-content/uploads/DSC_5543-1024x680.jpg" alt="" width="424" height="281" /></a><p class="wp-caption-text">New Nikon 35mm F1.8 Lens</p></div>
<p>I contemplated between the new 55mm and the 35mm, since the 55mm certainly has a unique close-up perspective (and from what I understand a slightly better portrait shot) but since I already have a 55mm in manual form, and 35mm seemed a bit more versatile, I opted for it in the end.</p>
<div id="attachment_4026" class="wp-caption alignnone" style="width: 434px"><a href="http://jole.ca/wp-content/uploads/DSC_5545.jpg"><img class="size-large wp-image-4026  " title="Rest of the family" src="http://jole.ca/wp-content/uploads/DSC_5545-680x1024.jpg" alt="" width="424" height="638" /></a><p class="wp-caption-text">Nikon E-series 50mm F1.8 (film, full manual) Tokina 80-200mm F4.5 (film, full manual) Nikon 18-55mm F3.5-5.6 (kit, full auto)</p></div>
<p>Most of my comparisons will be to the kit lens my D40 came with, the 18-55mm stock zoom that is pretty much the cheapest lens Nikon sells. My first impressions are that this thing produces very sharp pictures. Perhaps I just haven&#8217;t picked up my DSLR in a while, perhaps I just haven&#8217;t been using RAW often enough, but these look pretty sharp to me. Thanks to the F1.8 aperture size, plenty of light can enter the camera in low light, which makes it easier to capture a shot without dropping shutter speed to blurry-inducing levels, or increasing the ISO on the rather limited sensor of the D40.</p>
<p>To compare, check out the two shots below, first with the 18-55mm at about 35mm at F4.6 (largest allowed at this zoom point) and 1/200 shutter speed. The next is the same image shot wide open (F1.8) with the 35mm prime. Both were shot at ISO 800 on the D40.</p>
<p>&nbsp;</p>
<div id="attachment_4023" class="wp-caption alignnone" style="width: 434px"><a href="http://jole.ca/wp-content/uploads/DSC_5552.jpg"><img class="size-large wp-image-4023 " title="Shot with 18-55 Kit lens" src="http://jole.ca/wp-content/uploads/DSC_5552-1024x680.jpg" alt="" width="424" height="281" /></a><p class="wp-caption-text">Shot with 18-55 Kit lens (F4.5 1/200 800)</p></div>
<div id="attachment_4024" class="wp-caption alignnone" style="width: 434px"><a href="http://jole.ca/wp-content/uploads/DSC_5551.jpg"><img class="size-large wp-image-4024 " title="Shot with 35mm prime lens" src="http://jole.ca/wp-content/uploads/DSC_5551-1024x680.jpg" alt="" width="424" height="281" /></a><p class="wp-caption-text">Shot with 35mm prime lens (F1.8 1/200 800)</p></div>
<p>My goal was to be able to shoot in lower light without being forced into high ISO ranges, so this should help out quite a bit.</p>
<p>Check out more shots of the day on <a href="http://www.flickr.com/photos/jole/sets/72157626809566905/">the Flickr set</a>.</p>
<div style="padding: 0; overflow: hidden; margin: 0; width: 500px;"><a style="text-decoration: none;" title="Sharpness test!" href="http://www.flickr.com/photos/jole/5819954701/in/set-72157626809566905/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm3.static.flickr.com/2762/5819954701_2b9c93e895_s.jpg" alt="Sharpness test!" /></a><a style="text-decoration: none;" title="Through the eye of the old" href="http://www.flickr.com/photos/jole/5819954879/in/set-72157626809566905/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5308/5819954879_61dbf240df_s.jpg" alt="Through the eye of the old" /></a><a style="text-decoration: none;" title="Condiments" href="http://www.flickr.com/photos/jole/5820518430/in/set-72157626809566905/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm3.static.flickr.com/2573/5820518430_488bd71076_s.jpg" alt="Condiments" /></a><a style="text-decoration: none;" title="Cutie" href="http://www.flickr.com/photos/jole/5820519072/in/set-72157626809566905/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5263/5820519072_5ed7305470_s.jpg" alt="Cutie" /></a><a style="text-decoration: none;" href="http://www.flickr.com/photos/jole/5820519440/in/set-72157626809566905/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm3.static.flickr.com/2566/5820519440_25bb76e202_s.jpg" alt="" /></a><a style="text-decoration: none;" title="Chips" href="http://www.flickr.com/photos/jole/5820520528/in/set-72157626809566905/"><img style="padding: 0 0 10px 0; width: 75px; height: 75px; float: left;" src="http://farm3.static.flickr.com/2541/5820520528_5619f6198c_s.jpg" alt="Chips" /></a><br />
<a style="text-decoration: none;" title="Concerned" href="http://www.flickr.com/photos/jole/5819957215/in/set-72157626809566905/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm6.static.flickr.com/5035/5819957215_55633b3880_s.jpg" alt="Concerned" /></a><a style="text-decoration: none;" title="New Nikon 35mm F1.8G" href="http://www.flickr.com/photos/jole/5819957411/in/set-72157626809566905/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm3.static.flickr.com/2414/5819957411_fb217fda83_s.jpg" alt="New Nikon 35mm F1.8G" /></a><a style="text-decoration: none;" title="Rest of the collection" href="http://www.flickr.com/photos/jole/5819957581/in/set-72157626809566905/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm4.static.flickr.com/3100/5819957581_4fccf015d6_s.jpg" alt="Rest of the collection" /></a></div>
<div style="font-size: 0.8em; margin-top: 0px; margin-bottom: 5px;">
<p><a href="http://www.flickr.com/photos/jole/sets/72157626809566905/">Fun with new 35mm</a>, a set on Flickr.</p>
</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjole.ca%2Fposts%2Fnew-35mm-nikon-af-s-1-8g-prime-lens%2F&amp;title=New%2035mm%20Nikon%20AF-S%201.8G%20Prime%20Lens" id="wpa2a_24"><img src="http://jole.ca/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/new-35mm-nikon-af-s-1-8g-prime-lens/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TV Wall 700h servicing</title>
		<link>http://jole.ca/posts/tv-wall-700h-servicing/</link>
		<comments>http://jole.ca/posts/tv-wall-700h-servicing/#comments</comments>
		<pubDate>Wed, 25 May 2011 21:56:01 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[Edmonton]]></category>
		<category><![CDATA[Interactve]]></category>
		<category><![CDATA[mcluhan]]></category>
		<category><![CDATA[wave]]></category>
		<category><![CDATA[yeg]]></category>

		<guid isPermaLink="false">http://jole.ca/posts/tv-wall-700h-servicing/</guid>
		<description><![CDATA[I just performed a quick checkup on the TV Wall setup at EIA. Everything was running quite cool with no burnt out devices or &#8230; <a href="http://jole.ca/posts/tv-wall-700h-servicing/">Read More <span class="meta-nav">&#62;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://jole.ca/wp-content/uploads/20110525-034614.jpg"><img class="alignright size-medium wp-image-4015" title="20110525-034614.jpg" src="http://jole.ca/wp-content/uploads/20110525-034614-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>I just performed a quick checkup on the TV Wall setup at EIA. Everything was running quite cool with no burnt out devices or overheating. I realize I didn&#8217;t checkup on the DVD equipment tucked away underneath, but they were running smoothly until now.</p>
<p>The three key tasks were to shift the TVs over slightly to improve symmetry (not possible before as we lacked a wooden wedge), flip the light strips to improve continuity and cable management, and adjust the volume on a pair of TVs so that it is audible through the case.</p>
<p>All of it took just under an hour, and I managed to wipe down the static-charged acrylic from dust at the same time.</p>
<p>Reactions have been very positive; as several people shot photos while I was servicing, and the MasterCard saleswoman told us it&#8217;s a big hit with travelers. She even picked up a book on McLuhan!</p>
<p>The TV Wall is on display in the departures lounge of the Edmonton International Airport until November 2011.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjole.ca%2Fposts%2Ftv-wall-700h-servicing%2F&amp;title=TV%20Wall%20700h%20servicing" id="wpa2a_28"><img src="http://jole.ca/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/tv-wall-700h-servicing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kinect Korner</title>
		<link>http://jole.ca/posts/kinect-korner/</link>
		<comments>http://jole.ca/posts/kinect-korner/#comments</comments>
		<pubDate>Wed, 18 May 2011 19:14:15 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Interactve]]></category>
		<category><![CDATA[Tech Theatre]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[bfa]]></category>
		<category><![CDATA[kinect]]></category>
		<category><![CDATA[osc]]></category>
		<category><![CDATA[quartz composer]]></category>
		<category><![CDATA[wave]]></category>
		<category><![CDATA[yeg]]></category>

		<guid isPermaLink="false">http://jole.ca/?p=3962</guid>
		<description><![CDATA[Kinect Korner was an exploration of the capabilities of the Microsoft Kinect motion-capture device. At the time I had developed some basic functionality for &#8230; <a href="http://jole.ca/posts/kinect-korner/">Read More <span class="meta-nav">&#62;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/jole/5708855775/in/set-72157626695074272/"><img class="alignright size-medium wp-image-3999" title="Kinect Korner Main Screen" src="http://jole.ca/wp-content/uploads/5708855775_9a07cf7f7f_b-300x199.jpg" alt="" width="240" height="159" /></a>Kinect Korner was an exploration of the capabilities of the Microsoft Kinect motion-capture device. At the time I had developed some basic functionality for possibly inclusion in <em>The Gertrude Stein Project</em> presented at the <em>The Timms Centre for the Arts</em>. While I assisted with other video technology development in that show, Kinect technology was not used.</p>
<p>Thus, the Kinect Korner project was a personal one, as I was interested in understanding the limits and capabilities of Apple&#8217;s Quartz Composer, as well as exploring what was possible with the Microsoft Kinect for submission to the annual <a href="http://jole.ca/posts/upcoming-portfolio-show-2011/">Portfolio Show</a>. Here&#8217;s a video I shot during development that explains a bit of how the interaction works.</p>
<p><object width="530" height="331"><param name="movie" value="http://www.youtube.com/v/_xPJDg2otrw?fs=1&amp;hl=en_US" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="530" height="331" src="http://www.youtube.com/v/_xPJDg2otrw?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The Kinect data is interpreted using some middleware to create skeletal points of your body in 3D space. Using the tryplex toolkit for Quartz Composer, a skeleton view of your body is easily displayable. From there, the software can check to see if your arm is moving through pre-designated boxes. If it does, it will send the signal to a separate composition that displays the Film Strip viewer to move forward or backwards on the film strip. If no person is available to play, the film strip will recognize this and advance by itself.</p>
<p>For the installation we had both a local Film Strip display on an LCD TV, and a second computer running view-only on the grid to a projector. At times they were out of sync, but each were controlled using simple OSC commands without any video signals being sent between the two. Cool!</p>
<div style="padding: 0; overflow: hidden; margin: 0; width: 500px;"><a style="text-decoration: none;" title="Kinect Korner Main Screen" href="http://www.flickr.com/photos/jole/5708855775/in/set-72157626695074272/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm3.static.flickr.com/2301/5708855775_9a07cf7f7f_s.jpg" alt="Kinect Korner Main Screen" /></a><a style="text-decoration: none;" title="Kinect" href="http://www.flickr.com/photos/jole/5708855973/in/set-72157626695074272/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm3.static.flickr.com/2595/5708855973_00c2e81281_s.jpg" alt="Kinect" /></a><a style="text-decoration: none;" title="Kinect Korner Main Screen" href="http://www.flickr.com/photos/jole/5709421568/in/set-72157626695074272/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm4.static.flickr.com/3125/5709421568_140c4c4916_s.jpg" alt="Kinect Korner Main Screen" /></a><a style="text-decoration: none;" title="Layout" href="http://www.flickr.com/photos/jole/5709421832/in/set-72157626695074272/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm3.static.flickr.com/2662/5709421832_4d565916b6_s.jpg" alt="Layout" /></a><a style="text-decoration: none;" title="Skeleton Detection" href="http://www.flickr.com/photos/jole/5708856715/in/set-72157626695074272/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm4.static.flickr.com/3192/5708856715_88934a47dd_s.jpg" alt="Skeleton Detection" /></a><a style="text-decoration: none;" title="Projector" href="http://www.flickr.com/photos/jole/5709422334/in/set-72157626695074272/"><img style="padding: 0 0 10px 0; width: 75px; height: 75px; float: left;" src="http://farm3.static.flickr.com/2618/5709422334_0106befab9_s.jpg" alt="Projector" /></a><br />
<a style="text-decoration: none;" title="Mac Mini" href="http://www.flickr.com/photos/jole/5708857225/in/set-72157626695074272/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm3.static.flickr.com/2790/5708857225_1e152c0c2f_s.jpg" alt="Mac Mini" /></a><a style="text-decoration: none;" title="OreoBook" href="http://www.flickr.com/photos/jole/5709422826/in/set-72157626695074272/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm3.static.flickr.com/2185/5709422826_dd16208d05_s.jpg" alt="OreoBook" /></a><a style="text-decoration: none;" title="Projection Screen" href="http://www.flickr.com/photos/jole/5709423056/in/set-72157626695074272/"><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://farm4.static.flickr.com/3227/5709423056_348cf56b9e_s.jpg" alt="Projection Screen" /></a><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://l.yimg.com/g/images/gallery-empty-icon.gif" alt="" /><img style="padding: 0 10px 10px 0; width: 75px; height: 75px; float: left;" src="http://l.yimg.com/g/images/gallery-empty-icon.gif" alt="" /><img style="padding: 0 0 10px 0; width: 75px; height: 75px; float: left;" src="http://l.yimg.com/g/images/gallery-empty-icon.gif" alt="" /></div>
<p>Be sure to check out <a href="http://www.flickr.com/photos/jole/sets/72157626695074272/">Kinect Korner</a>, a set on Flickr.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjole.ca%2Fposts%2Fkinect-korner%2F&amp;title=Kinect%20Korner" id="wpa2a_32"><img src="http://jole.ca/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/kinect-korner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new jole.ca!</title>
		<link>http://jole.ca/posts/the-new-jole-ca/</link>
		<comments>http://jole.ca/posts/the-new-jole-ca/#comments</comments>
		<pubDate>Tue, 10 May 2011 04:07:10 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jole.ca/?p=3921</guid>
		<description><![CDATA[After almost a year of sitting on a fresh design for jole.ca, it&#8217;s finally here! The first thing you&#8217;ll notice is the lighter, more &#8230; <a href="http://jole.ca/posts/the-new-jole-ca/">Read More <span class="meta-nav">&#62;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_3922" class="wp-caption alignright" style="width: 264px"><a href="http://jole.ca/wp-content/uploads/2011/05/DSC_3070.jpg"><img class="size-large wp-image-3922  " title="jole.ca on the iPad, while still under development" src="http://jole.ca/wp-content/uploads/2011/05/DSC_3070-1024x680.jpg" alt="" width="254" height="169" /></a><p class="wp-caption-text">jole.ca on the iPad, while still under development</p></div>
<p>After <a href="http://jole.ca/posts/whiteboard-of-the-week-19/">almost a year</a> of sitting on a fresh design for jole.ca, it&#8217;s finally here!</p>
<p>The first thing you&#8217;ll notice is the lighter, more magazine-style layout of the site. In some ways it is very reminiscent of my last custom-made theme for jole.ca (the one that came before aerogold), which incorporated the horizontal navigation and emphasis on non-blog content. Since then, I&#8217;ve learned more about web design, WordPress, modern web standards and conventions, all ideas that have grown out of working on WordPress sites in the past couple of years, notably with Trevor van Gorp of Affective Design.</p>
<p>Some of the goals for the new design were to include as many modern CSS techniques as possible, which is noticeable in the homepage where all gradients, shadows, rotations and image cropping is performed entirely in CSS. The homepage also uses the &#8220;Featured Image&#8221; feature in WP 3.0+, along with excerpts from any posts marked &#8220;Featured&#8221;. The bottom four panels are widgets that can be re-arranged and customized using a simple &#8220;Feature Page&#8221; widget I&#8217;ve bundled in the theme code.</p>
<p>In addition to these web-related features, I&#8217;ve also optimized it for viewing on tablets and mobile devices. Most image posts from the past 6 months are scaled so that they remain crisp when zoomed in on an iPhone, for example. The homepage was modelled after <a href="http://flipboard.com/">Flipboard</a>, and serves as a &#8220;front cover&#8221; to the site. Text is well spaced and placed in narrower columns to make reading as enjoyable as possible.</p>
<p>One feature that is missing from the site is the Gallery, which has been officially retired. While the &#8220;jolephoto&#8221; brand is being phased out, my photography will continue to be developed on my <a href="http://flickr.com/photos/jole">Flickr feed</a>. After purchasing a Pro account, I&#8217;ve unlocked a number of older pics that are available once more, and I&#8217;m working to build up Sets, Tags and Collections. I also plan to post entries on any major contributions to the feed.</p>
<p>Other special feature you&#8217;ll notice is better integration with social media and outside services, including the transition to Disqus for commenting. Disqus allows you to maintain a single account for all your comments across multiple blogs, and also allows for single sign-on with Facebook or Twitter.</p>
<p>While a refresh was certainly overdue, this shift also represents a new mission for the jole.ca domain, which is to promote the Joel Adria Technical Services brand. JoelAdria.com has redirected here for a while now, but I can now say it represents my work and brand more appropriately for current and potential clients. Be sure to take a look around, and I hope you enjoy the new jole.ca!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjole.ca%2Fposts%2Fthe-new-jole-ca%2F&amp;title=The%20new%20jole.ca%21" id="wpa2a_36"><img src="http://jole.ca/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/the-new-jole-ca/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soundflower artifacts workaround</title>
		<link>http://jole.ca/posts/soundflower-artifacts-workaround/</link>
		<comments>http://jole.ca/posts/soundflower-artifacts-workaround/#comments</comments>
		<pubDate>Mon, 09 May 2011 20:16:43 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech Theatre]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[soundflower]]></category>

		<guid isPermaLink="false">http://jole.ca/?p=3910</guid>
		<description><![CDATA[If you&#8217;ve never discovered the wonders of Soundflower, you are truly missing out. Soundflower allows you to route audio within your Mac with unparalleled &#8230; <a href="http://jole.ca/posts/soundflower-artifacts-workaround/">Read More <span class="meta-nav">&#62;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve never discovered the wonders of <a href="http://cycling74.com/products/soundflower/">Soundflower</a>, you are truly missing out. Soundflower allows you to route audio within your Mac with unparalleled simplicity, and is a free download from the guys behind Max/MSP (<a href="http://cycling74.com/products/soundflower/">Cycling 74</a>).</p>
<p>Unfortunately there is a rather annoying glitch where horrible noise starts to develop after about 5 minutes of use. (It starts out starts to make things sound like Darth Vader.) This makes it practically unusable for any live or extended use, and <a href="http://code.google.com/p/soundflower/issues/detail?id=24">has been recognized</a> on the Google Code site.</p>
<p>You can go read through the thread and find out for yourself, but here&#8217;s the workaround, in Snow Leopard.</p>
<p>1. Create an Aggregate Audio Device in Audio MIDI Setup (Applications &gt; Utilities &gt; Audio MIDI Setup) by hitting the Plus (+) button.</p>
<p>2. Add Soundflower and your main output (in this case Built-In Output) to the Aggregate Audio Device by checking their &#8221;Use&#8221; boxes.</p>
<p>3. Set the Clock Source to &#8220;Soundflower&#8221;.</p>
<p><a href="http://jole.ca/wp-content/uploads/2011/05/Screenshot-2011-05-09-at-2.05.15-PM.png"><img class="size-full wp-image-3912 alignnone" title="Screenshot 2011-05-09 at 2.05.15 PM" src="http://jole.ca/wp-content/uploads/2011/05/Screenshot-2011-05-09-at-2.05.15-PM.png" alt="" width="385" height="277" /></a></p>
<p>This will make sure that Soundflower is governing the timing of your samples, which seems to prevent it from tripping up. Good luck!</p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjole.ca%2Fposts%2Fsoundflower-artifacts-workaround%2F&amp;title=Soundflower%20artifacts%20workaround" id="wpa2a_40"><img src="http://jole.ca/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/soundflower-artifacts-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

