<?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 &#187; photo</title>
	<atom:link href="http://jole.ca/posts/tag/photo/feed/" rel="self" type="application/rss+xml" />
	<link>http://jole.ca</link>
	<description>Joel Adria Technical Services</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:17:24 +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>
]]></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>
]]></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>
]]></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>
]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/wave-launch/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>
]]></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>Camp Fun</title>
		<link>http://jole.ca/posts/camp-fun/</link>
		<comments>http://jole.ca/posts/camp-fun/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 06:39:59 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[jolephoto]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[gull lake]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[sunset]]></category>

		<guid isPermaLink="false">http://jole.ca/posts/camp-fun/</guid>
		<description><![CDATA[&#160; Having lots of fun at camp&#8230;&#160; (Random sunset photoshoot at the beach&#8230;)]]></description>
			<content:encoded><![CDATA[<div class="posterous_autopost"><a href="http://posterous.com/getfile/files.posterous.com/joeladria/fuP6eNMPViZKkSvkeIGWz0kVANOjPfluvsANBvFJNzCtLjBbHucw0LxlI9ly/DSC_0532.jpg.scaled.1000.jpg"></a><a href="http://www.flickr.com/photos/jole/sets/72157624835800554/"><img class="aligncenter size-full wp-image-3858" title="DSC_0532.jpg.scaled.1000" src="http://jole.ca/wp-content/uploads/2010/07/DSC_0532.jpg.scaled.1000.jpg" alt="" width="480" height="319" /></a>&nbsp;</p>
<div class="gmail_quote">Having lots of fun at camp&#8230;&nbsp;</p>
<p>(Random sunset photoshoot at the beach&#8230;)</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/camp-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide Your Way Home</title>
		<link>http://jole.ca/posts/guide-your-way-home/</link>
		<comments>http://jole.ca/posts/guide-your-way-home/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 03:42:21 +0000</pubDate>
		<dc:creator>Joel Adria</dc:creator>
				<category><![CDATA[Gallery]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://jole.ca/wordpress/?p=1281</guid>
		<description><![CDATA[It has been a while since I went out and took some pictures. I suppose winter was a bit of an inhibitor. I actually &#8230; <a href="http://jole.ca/posts/guide-your-way-home/">Read More <span class="meta-nav">&#62;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a class="shutter" href="http://jole.ca/archived_thumbs/Guide Your Way Home_550.jpg"><img src="http://jole.ca/archived_thumbs/Guide Your Way Home_240.jpg" /></a>
<p>It has been a while since I went out and took some pictures. I suppose winter was a bit of an inhibitor. I actually lent my SP-320 to my sister for a trip, so these shots (and any others in the next few weeks) are with my little F440 ultra compact, and considering the limited control, I thought they turned out extremely well. It IS good to go back to basics sometimes.</p>
<p><a href="http://jole.ca/gallery/Guide Your Way Home.JPG">Full Size</a> | <a href="http://jole.ca/gallery/download.php?file=Guide Your Way Home.JPG">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jole.ca/posts/guide-your-way-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

