<?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>Recursive Loop &#187; design</title>
	<atom:link href="http://www.creativecreature.ca/blog/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.creativecreature.ca/blog</link>
	<description></description>
	<lastBuildDate>Sat, 26 Jun 2010 07:50:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>North House</title>
		<link>http://www.creativecreature.ca/blog/2009/10/north-house/</link>
		<comments>http://www.creativecreature.ca/blog/2009/10/north-house/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:40:40 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Environment & Ecology]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[alternative energy]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[North House]]></category>
		<category><![CDATA[solar decathlon]]></category>
		<category><![CDATA[Team North]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=75</guid>
		<description><![CDATA[In the fall of 2008, I joined several faculty and students from my graduate program (Simon Fraser University&#8217;s School of Interactive Arts &#038; Technology) on an exciting project. In collaboration with the University of Waterloo and Ryerson University, Simon Fraser has contributed to Team North&#8216;s North House: Team North will design and deliver North House, [...]]]></description>
			<content:encoded><![CDATA[<p>In the fall of 2008, I joined several faculty and students from my graduate program (<a href="http://siat.sfu.ca">Simon Fraser University&#8217;s School of Interactive Arts &#038; Technology</a>) on an exciting project.  In collaboration with the <a href="http://www.uwaterloo.ca">University of Waterloo</a> and <a href="http://www.ryerson.ca">Ryerson University</a>, Simon Fraser has contributed to <a href="http://www.team-north.com">Team North</a>&#8216;s North House:
</p>
<blockquote><p>
Team North will design and deliver North House, a compelling, marketable solar powered home that makes use of the latest in high-performance architecture and mobile communication technology, while building Canada&#8217;s next generation of leaders in sustainable engineering, business and design.
</p></blockquote>
<div class="images">
<img src="http://www.creativecreature.ca/blog/wp-content/nh-exterior1.jpg" alt="North House" /><br />
<img src="http://www.creativecreature.ca/blog/wp-content/nh-team.jpg" alt="Team North" />
</div>
<p>
This October, after a two-year development cycle, our team traveled to Washington D.C. to compete in the <a href="http://www.energy.gov/">US Department of Energy</a>&#8216;s <a href="http://www.solardecathlon.org">Solar Decathlon</a> on the Washington Mall:
</p>
<blockquote><p>
The Solar Decathlon joins 20 college and university teams in a competition to design, build, and operate the most attractive and energy-efficient solar-powered house.
</p></blockquote>
<p>
The architects and engineers on the project did an incredible job: combining leading-edge technology, modern aesthetics, and innovative materials to produce a net-zero solar powered home that is viable for the Canadian climate.  After a challenging two-week competition, we placed 4th overall!  Full results can be found on the <a href="http://www.solardecathlon.org/scoring/">Solar Decathlon scoring page</a>.  We were pleased with our performance, and feel proud of the achievement we&#8217;ve made with the house.  Full details on the specifications and innovations of the house are available from <a href="http://www.team-north.com">the team website</a>.
</p>
<p>
SFU&#8217;s contribution to this undertaking involved the development of a control system for the North House, and the design and creation of a suite of web-enabled applications to provide feedback, control, and community networking to the residents of the house.  My role on the project was comprised of contributing to the design team for each of these main pieces of the interactive system, and then undertaking the development of each with a small team of programmers.
</p>
<p>
For the control system, I worked closely with Chris Brandson of VerTech Solutions.  He wrote custom drivers for each of the house&#8217;s hardware systems (lighting, shades and blinds, HVAC, retractable bed, etc.) and configured them to communicate with <a href="http://www.embeddedautomation.com/">Embedded Automation</a>&#8216;s <a href="http://www.embeddedautomation.com/EAHAMain.htm">mControl</a>.  I then developed a Ruby on Rails application to interface with mControl using SOAP.  This allowed the design team to develop a custom interface for the residents of the home instead of relying on an off-the-shelf solution.  The controls were then presented on three embedded touchscreens: a 17&#8243; display mounted in the western end of the kitchen backsplash and two 8&#8243; displays at the north and east entryways.  The central panel provides digital controls for all of the house systems, while the entry panels provide local controls for nearby lights.  Additionally, from each control point residents can put the house into user-configurable Presets such as Home, Away or Sleep.  These presets represent configurations for various activities or times of day that can be activated with a single button press.  The control and monitoring system we developed was noted as a standout by software developer Patrick Smith in his <a href="http://patricksmith.org/blog/2009/10/survey-of-home-monitoring-control-systems-at-the-solar-decathlon-2009/">Survey of Home Monitoring &#038; Control Systems at the Solar Decathlon</a>.
</p>
<div class="images">
<img src="http://www.creativecreature.ca/blog/wp-content/nh-controls.jpg" alt="Central Controls" /><br />
<img src="http://www.creativecreature.ca/blog/wp-content/nh-backsplash.jpg" alt="Control Panel in the Kitchen" />
</div>
<p>
I worked with closely with interaction designers Kevin Muise, Jenny Thai, and Jin Fan on the web application.  These talented designers delivered high quality HTML, CSS, and image assets that I then incorporated into the Ruby on Rails application and populated with dynamic data and enabled with interactive behaviour.  The house data was made available by Rob MacKenzie&#8217;s datalogging systems.  Along with this contribution to the project, his invaluable talents at network administration, hardware procurement, and his knack for pulling off last-minute hacks can&#8217;t be overlooked!
</p>
<div class="images">
<img src="http://www.creativecreature.ca/blog/wp-content/nh-overview.jpg" alt="Overview" /><br />
<img src="http://www.creativecreature.ca/blog/wp-content/nh-modes.jpg" alt="House Presets" /><br />
<img src="http://www.creativecreature.ca/blog/wp-content/nh-neighbourhood.jpg" alt="Neighbourhood Network" />
</div>
<p>
Finally, Kevin Muise and I completed the Mobile application together.  He led the development with nearly solo design and prototyping work.  I then developed the final version based on his prototypes and integrated it with the Rails app and control system.  The mobile application provides access to a subset of the features of the desktop web application, including graphing utilities, house controls, and community networking.
</p>
<div class="images" >
<img src="http://www.creativecreature.ca/blog/wp-content/nh-mobile.png" alt="North House iPhone Application" style="border: none; width: 300px;" />
</div>
<p>
Interactive demonstrations of the web application and iPhone application can be found on the Team North website under <a href="http://www.team-north.com/interfaceDemos.php">Interface Demos</a>.  Also, I was lucky enough to be interviewed by <a href="http://www.davidgura.com/">David Gura</a> from <a href="http://www.npr.org">NPR</a> for a brief segment about the iPhone application that aired on All Things Considered during the competition.  The segment is <a href="http://www.npr.org/templates/story/story.php?storyId=113735450">available online</a>.
</p>
<p>
The competition and project as a whole were intense and challenging.  The difficulty of channeling the talents and perspectives of students and faculty from a range of disciplines across three universities and two timezones cannot be overestimated.  Over the course of the year, I clumsily learned to speak the languages of architects, engineers, computer scientists, and project managers while participating in many teleconferences and email exchanges.  I learned how important priorities can sometimes be missed when working in large geographically distributed teams because each person and team thinks someone else is doing it.  And I learned a great deal about what not to do (&#8230;and less of what to do!) in software development.  That being said, everyone on the project undertook their part with such enthusiasm and determination that we were able to overcome these obstacles and successfully deliver a house that is beautiful, powerful, and viable.
</p>
<div class="images">
<img src="http://www.creativecreature.ca/blog/wp-content/nh-night.jpg" alt="North House at Night" />
</div>
<p>
My sincere thanks to everyone on the team for their dedication and determination over the course of the project.  It&#8217;s been a truly memorable experience.  Also a huge congratulations to all the teams and great people that participated in the contest, especially those I met from Germany, California, Louisiana, and Cornell.  In the coming year, I&#8217;ll be applying much of what I&#8217;ve learned on this project to my ongoing research into information visualization and tools for feedback on energy consumption.
</p>
<div class="images">
<img src="http://www.creativecreature.ca/blog/wp-content/nh-monument.jpg" alt="North House at Sunset" />
</div>
<p>Other media links:</p>
<ul>
<li><a href="http://www.theglobeandmail.com/real-estate/north-house-waves-the-flag/article1308568/">Globe &#038; Mail: North House Waves the Flag</a></li>
<li><a href="http://www.cbc.ca/thenational/">CBC News: The National</a> (October 8th)</li>
<li><a href="http://spie.org/x37841.xml?ArticleID=x37841">SPIE: Students shine at the Solar Decathlon</a> (video)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2009/10/north-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bitstrips</title>
		<link>http://www.creativecreature.ca/blog/2008/07/bitstrips/</link>
		<comments>http://www.creativecreature.ca/blog/2008/07/bitstrips/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 23:32:30 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[bitstrips]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=45</guid>
		<description><![CDATA[For the past few months, I&#8217;ve been working on and off on a redesign and interface overhaul of Bitstrips, a social comic creation and sharing application launched by Toronto-based Core Matrix this past spring. Bitstrips allows anyone to create great looking comics and characters with easy to use tools, and share them with their friends [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bitstrips.com"><img src="http://www.creativecreature.ca/blog/wp-content/bs-logo-email.png" alt="bs_logo_email.png" border="0" width="120" height="48" style="float: right; margin: 0 0 5px 15px;" /></a></p>
<p>
For the past few months, I&#8217;ve been working on and off on a redesign and interface overhaul of <a href="http://www.bitstrips.com">Bitstrips</a>, a social comic creation and sharing application launched by Toronto-based <a href="http://www.corematrix.org">Core Matrix</a> this past spring.  Bitstrips allows anyone to create great looking comics and characters with easy to use tools, and share them with their friends and others in the Bitstrsips community.  After launching their initial beta, the guys behind Bitstrips wanted to improve the look and feel of their application.  To this end, I was hired on to create some design mockups, sort out browser compatibility issues, streamline and improve the site&#8217;s HTML and CSS (and push them into line with best practices), consult on the information design and navigation flow of the site, and put together and polish lots of the interface graphics.  The latest version takes Bitstrips out of beta and incorporates these and a huge number of other improvements to both the backend functionality and frontend user interface of the site.
</p>
<div class="images">
<a href="http://www.flickr.com/photos/66732445@N00/2650391125" title="View 'Bitstrips: Home Screen' on Flickr.com"><img src="http://farm4.static.flickr.com/3050/2650391125_f57b7bffaf.jpg" alt="Bitstrips: Home Screen" class="photo" /></a>
</div>
<p>
Since the site&#8217;s successful launch at <a href="http://2008.sxsw.com/tradeshow/if_exhibition/exhibitors/index.php?action=exhib_show&#038;id=S08-0261">SXSW</a>, the Bitstrips community has been steadily growing, with over 70,000 comics created so far, and has gained a buzz with numerous mentions in Wired magazine  (<a href="http://blog.wired.com/underwire/2008/03/sxsw-cartooning.html">1</a>, <a href="http://www.wired.com/culture/culturereviews/multimedia/2008/05/pl_playlist?slide=3&#038;slideView=3">2</a>, <a href="http://blog.wired.com/underwire/2008/03/sxsw-recapping.html">3</a>), on blogs around the web, and a feature interview on <a href="http://www.cbc.ca/technology/story/2008/03/19/bitstrips-comics.html">CBC&#8217;s Q</a> with Jian Ghomeshi.  For their part, the Core Matrix team has been tirelessly adding new content and artwork, fine-tuning their comic, character and scene creation tools, and passionately giving their all to the Bitstrips community.
</p>
<div class="images">
<a href="http://www.flickr.com/photos/66732445@N00/2650392817" title="View 'Bitstrips: My Friends' on Flickr.com"><img src="http://farm4.static.flickr.com/3239/2650392817_c37f6e42e9.jpg" alt="Bitstrips: My Friends" class="photo" /></a>
</div>
<p>
Bitstrips is free and fun.  The best part is creating characters of your friends and putting them in awkward situations in your comics!  I&#8217;m excited to see how the site grows and develops over the coming months, as the community gets bigger and more involved.  The guys at Core Matrix are putting on a <a href="http://www.bitstrips.com/awards/">Best-of-Bitstrips Awards Party</a> in Toronto on July 16th, so if you&#8217;re in town, check it out!  Unfortunately, I won&#8217;t be in the area, but hopefully I&#8217;ll be there for the 2009 edition.
</p>
<div class="images">
<a href="http://www.flickr.com/photos/66732445@N00/2650393979" title="View 'Bitstrips: Comic View' on Flickr.com"><img src="http://farm4.static.flickr.com/3256/2650393979_5dc95bdd86.jpg" alt="Bitstrips: Comic View" class="photo" /></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2008/07/bitstrips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Relaunch</title>
		<link>http://www.creativecreature.ca/blog/2008/02/blog-relaunch/</link>
		<comments>http://www.creativecreature.ca/blog/2008/02/blog-relaunch/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 04:08:06 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=38</guid>
		<description><![CDATA[I&#8217;ve just finished up a redesign and update of my blog here at Creative Creature. After a couple of years of using Nick La&#8216;s excellent GlossyBlue theme, I decided it was high time for me (who calls himself a designer ) to design my own blog theme! The result is Recursive Loop, freshly renamed and [...]]]></description>
			<content:encoded><![CDATA[<p> I&#8217;ve just finished up a redesign and update of my blog here at Creative Creature.  After a couple of years of using <a href="http://www.ndesign-studio.com/">Nick La</a>&#8216;s excellent <a href="http://www.ndesign-studio.com/resources/wp-themes/glossyblue/">GlossyBlue</a> theme, I decided it was high time for me (who calls himself a designer <img src='http://www.creativecreature.ca/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) to design my own blog theme!  The result is Recursive Loop, freshly renamed and polished and thoroughly updated.</p>
<p>I had fun with the theme.  The underlying architecture supplied by <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a> avoids a lot of the CSS headaches that can go along with blog theming, and allowed me to focus on a minimal, content-oriented theme that complements my recent site redesign.  Where the Creative Creature site is dark and rich, Recursive Loop is light and airy, but both maintain the same colour scheme and typography choices.  The developers of recent versions of <a href="http://www.wordpress.org">WordPress</a> have implemented a fairly flexible Widget system that allowed me to easily add Tag Cloud and Calendar widgets to the sidebar, both of which I find to be really useful navigation tools.</p>
<p>Let me know what you think!  Anything not working quite right?  Any posts showing up strangely within the new structure?  I already had to tweak entries with Flash embedded in them, but I may have missed other little errors.  I&#8217;ve got a batch of entries to post that I&#8217;ve been writing during a recent trip to the beautiful but internet-sparse South Island of New Zealand, so keep an eye out for them!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2008/02/blog-relaunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new look for a new chapter</title>
		<link>http://www.creativecreature.ca/blog/2007/12/a-new-look-for-a-new-chapter/</link>
		<comments>http://www.creativecreature.ca/blog/2007/12/a-new-look-for-a-new-chapter/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 18:29:52 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=37</guid>
		<description><![CDATA[With 2007 winding down, and a new set of challenges and opportunities on the horizon, I felt it was time for a refresh of <a href="http://home.creativecreature.ca">Creative Creature's online presence</a>.  Along with the new look, much of the content has been revised, a new <a href="http://home.creativecreature.ca/main/archives">Archives</a> section added, and a more interactive (and updated) <a href="http://home.creativecreature.ca/projects">project gallery</a> created.  I'm still working out a few kinks, so if you come across anything that's being uncooperative, <a href="http://home.creativecreature.ca/main/contact">let me know</a>.

So long, version 1.0!]]></description>
			<content:encoded><![CDATA[<p>
With 2007 winding down, and a new set of challenges and opportunities on the horizon, I felt it was time for a refresh of <a href="http://home.creativecreature.ca">Creative Creature&#8217;s online presence</a>.  Along with the new look, much of the content has been revised, a new <a href="http://home.creativecreature.ca/main/archives">Archives</a> section added, and a more interactive (and updated) <a href="http://home.creativecreature.ca/projects">project gallery</a> created.  I&#8217;m still working out a few kinks, so if you come across anything that&#8217;s being uncooperative, <a href="http://home.creativecreature.ca/main/contact">let me know</a>.
</p>
<p>
So long, version 1.0!
</p>
<table style="border: none; width: 600px; margin: 0 auto;" cellspacing="10">
<tr>
<td style="text-align: center;">
<h3>v1 (June 2007)</h3>
</td>
<td style="text-align: center;">
<h3>v2 (November 2007)</h3>
</td>
<tr>
<td>
<a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v1_1.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v1_1.png" title="creative creature v1 | home" alt="creative creature v1 | home" width="290" style="border: 1px solid #dddddd;"/></a>
</td>
<td>
<a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v2_1.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v2_1.png" title="creative creature v2 | home" alt="creative creature v2 | home" width="290" style="border: 1px solid #dddddd;" /></a></td>
</tr>
<tr>
<td>
<a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v1_2.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v1_2.png" style="border: 1px solid #dddddd" title="creative creature v1 | about" alt="creative creature v1 | about" width="290" /></a>
</td>
<td><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v2_2.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v2_2.png" style="border: 1px solid #dddddd" title="creative creature v2 | about" alt="creative creature v2 | about" width="290" /></a>
</td>
</tr>
<tr>
<td>
<a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v1_3.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v1_3.png" style="border: 1px solid #dddddd" title="creative creature v1 | projects" alt="creative creature v1 | projects" width="290" /></a>
</td>
<td>
<a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v2_3.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/creativecreature_v2_3.png" style="border: 1px solid #dddddd" title="creative creature v2 | projects" alt="creative creature v2 | projects" width="290" /></a>
</td>
</tr>
</table>
<p>
These changes are partly in preparation for a set of upcoming changes in my life.  For the majority of 2008, I will be living in <a href="http://www.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=palmerston+north+new+zealand&amp;sll=37.0625,-95.677068&amp;sspn=56.112526,71.191406&amp;ie=UTF8&amp;z=14&amp;iwloc=addr&amp;om=1">Palmerston North, New Zealand</a>.  I will be working while my girlfriend pursues a second degree, this time at Massey University.  In between hikes and other Kiwi cultural pursuits, I will be dedicating a good amount of my time to working on <a href="http://home.creativecreature.ca/projects/index/15">Digital Texts 2.0</a> with <a href="http://stefansinclair.name">Dr. Stéfan Sinclair</a>.  Additionally, I hope to meet some new people in the NZ web industry, and continue to provide services for clients here in Canada.  Keep an eye here for a link to a new travel blog about our experiences in the southern hemisphere.  After returning to Canada, I hope to enroll in a Masters program.  The times they are a-changin.
</p>
<p>
Thanks to my clients who have made the past couple of years so enjoyable.  I hope the next few can teach me as much and offer as many exciting opportunities.  Here&#8217;s to new beginnings!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/12/a-new-look-for-a-new-chapter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JDH &#124; Weddings Launched</title>
		<link>http://www.creativecreature.ca/blog/2007/11/jdh-weddings-launched/</link>
		<comments>http://www.creativecreature.ca/blog/2007/11/jdh-weddings-launched/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 17:07:02 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=36</guid>
		<description><![CDATA[After the <a href="http://www.creativecreature.ca/blog/?p=34">launch and early success of Amass</a>, JD Howell wanted to reorganize and expand his online presence to present his existing Portfolio and Stock photography alongside a collection of his Wedding photography.  To that end, <a href="http://www.jdhowell.ca">www.jdhowell.ca</a> is now split into these three sections, which can be reached from the new Welcome Page.]]></description>
			<content:encoded><![CDATA[<p> After the <a href="http://www.creativecreature.ca/blog/?p=34">launch and early success of Amass</a>, JD Howell wanted to reorganize and expand his online presence to present his existing Portfolio and Stock photography alongside a collection of his Wedding photography.  To that end, <a href="http://www.jdhowell.ca">www.jdhowell.ca</a> is now split into these three sections, which can be reached from the new Welcome Page.</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/intro_page.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/intro_page_small.jpg" alt="JDH | Welcome Page" style="border: 1px solid #dddddd" /></a></p>
<p class="caption">Welcome Page</p>
<p> We adapted the Portfolio interface to suit the Wedding photography, keeping things consistent, minimal, and graceful.  Each Wedding that JD adds appears in a list on the left, with a representative thumbnail from that event appearing on the right on rollover.  Clicking on either the menu item or the thumbnail then takes the user to an interactive contact sheet of shots from the Wedding.</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/weddings_interface.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/weddings_interface_small.jpg" alt="JDH | Weddings" style="border: 1px solid #dddddd" /></a></p>
<p class="caption">Weddings Interface</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/susan_angelo_index.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/susan_angelo_index_small.jpg" alt="JDH | Susan &amp; Angelo Wedding Index" style="border: 1px solid #dddddd" /></a></p>
<p class="caption">Susan &amp; Angelo Wedding Index</p>
<p> The shots are gorgeous and touching.  Having a regularly updated selection of Wedding shots online will help to promote this aspect of JDH Photography &amp; Imaging, and will give clients a broad idea of the quality and scope of JD&#8217;s work.</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/christin_christine.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/christin_christine_small.jpg" alt="JDH | Christin &amp; Christine" style="border: 1px solid #dddddd" /></a></p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/female_wedding_party.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/female_wedding_party_small.jpg" alt="JDH | Female Wedding Party" style="border: 1px solid #dddddd" /></a></p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/jerry_geeta.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_weddings/jerry_geeta_small.jpg" alt="JDH | Jerry &amp; Geeta Engagement" style="border: 1px solid #dddddd" /></a></p>
<p> Thanks for another great project, JD.  To the rest&#8230;book early!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/11/jdh-weddings-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swinging Nostalgia launched</title>
		<link>http://www.creativecreature.ca/blog/2007/11/swinging-nostalgia-launched/</link>
		<comments>http://www.creativecreature.ca/blog/2007/11/swinging-nostalgia-launched/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 23:52:01 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=35</guid>
		<description><![CDATA[After many months of development, I am pleased to announce the launch of <a href="http://tapor.mcmaster.ca/~swing" target="_blank">Swinging Nostalgia: Popular Music and the Cultural Memory of World War II</a>, a research project undertaken by <a href="http://sota.mcmaster.ca/facultystaff/profile_baade.html" target="_blank">Dr. Christina Baade</a> of the <a href="http://www.mcmaster.ca">McMaster University</a> <a href="http://sota.mcmaster.ca/index.php" target="_blank">Department of Music</a>.  Dr. Baade was interested in researching a variety of issues concerning popular memory in regards to the swing and dance music released during the war, and its subsequent re-release over the past twenty years.]]></description>
			<content:encoded><![CDATA[<p>After many months of development, I am pleased to announce the launch of <a href="http://tapor.mcmaster.ca/~swing" target="_blank"><strong>Swinging Nostalgia: Popular Music and the Cultural Memory of World War II</strong></a>, a research project undertaken by <a href="http://sota.mcmaster.ca/facultystaff/profile_baade.html" target="_blank">Dr. Christina Baade</a> of the <a href="http://www.mcmaster.ca">McMaster University</a> <a href="http://sota.mcmaster.ca/index.php" target="_blank">Department of Music</a> (as well as a professor in the <a href="http://csmm.humanities.mcmaster.ca" target="_blank">Department of Communication Studies</a>).  Dr. Baade was interested in researching a variety of issues concerning popular memory in regards to the swing and dance music released during the war, and its subsequent re-release over the past twenty years.</p>
<blockquote><p> Since the 1990s, there has been an explosion in the availability of &#8220;nostalgia&#8221; compact discs. Nostalgia CDs are reissued compilations of pre-rock &#8216;n&#8217; roll era music, especially recordings by swing bands, dance bands, singers, and small jazz combinations. Because this repertory was originally recorded on 78 rpm records, which held about 3-1/2 minutes of music on each side, the producers of nostalgia CDs make numerous aesthetic, practical, and even curatorial decisions as they select, remaster, and package their products. These decisions are also at play for the increasing number of CDs featuring off-air recordings of historic radio broadcasts. The modern technologies of digital recording and the World Wide Web have helped make old music more available than ever: this website addresses the role that CD reissues play in shaping understandings of popular music history-and historical memory more broadly.</p></blockquote>
<p>In order to bring her research and data to a broader audience, and to develop a set of tools which would facilitate further research, Dr. Baade and I worked together to build Swinging Nostalgia into a fully searchable, highly editable web application.  At the site, researchers as well as casual users can search the database to find information about the Artists, Labels, Collections, and Songs from this era, each collated to the others to indicate the popularity, relationships between, and relative importance of each as it pertains to the genre of &#8220;nostalgia&#8221; releases.  Additionally, readers can keep up to date with and contact Dr. Baade as she continues work on the project.</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/swing_home.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/swing_home_small.jpg" alt="Swinging Nostalgia: " style="border: 1px solid #dddddd" /></a></p>
<p class="caption">Swinging Nostalgia Home Page</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/swing_search.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/swing_search_small.jpg" alt="Swinging Nostalgia: " style="border: 1px solid #dddddd" /></a></p>
<p class="caption">Search Form</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/swing_search_results.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/swing_search_results_small.jpg" alt="Swinging Nostalgia: " style="border: 1px solid #dddddd" /></a></p>
<p class="caption">Search Results</p>
<p> The site was developed by Creative Creature using the <a href="http://www.rubyonrails.org" target="_blank">Ruby on Rails</a> web development framework.  It also includes a number of features to improve user interaction and ease of use in the administration of the site and application data, including significant use of <a href="http://en.wikipedia.org/wiki/Ajax_(programming)" target="_blank">AJAX</a> techniques, and a cohesive, communicative interface design.</p>
<p>Contributors to the project can add Artists, Labels, and Songs to the database, and associate them through Collections, which in turn contain multi-disc Tracklistings as well as Album Artwork.  This data can then be edited and manipulated as the project grows.  Furthermore, each element can have Notes and Documents associated with it, to enrich the data with the researcher&#8217;s own thoughts and connected materials (links to external URL&#8217;s, PDF documents, images, etc.).  The result is a dataset which is flexible and powerful enough to offer researchers a venue in which to ask complex questions and develop answers in collaboration with one another.</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/swing_admin.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/swing_admin_small.jpg" alt="Swinging Nostalgia: " style="border: 1px solid #dddddd" /></a></p>
<p class="caption">Administration Interface</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/swing_collection.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/swing_collection_small.jpg" alt="Swinging Nostalgia: " style="border: 1px solid #dddddd" /></a></p>
<p class="caption">Collection Creation View</p>
<p> I hope the site is a useful research tool for Dr. Baade and her colleagues, and a good resource for those interested in learning more about Swing music.  I also hope it is the first of many Ruby on Rails web applications I have the pleasure of working on!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/11/swinging-nostalgia-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launch of JDH &#124; Amass</title>
		<link>http://www.creativecreature.ca/blog/2007/11/launch-of-jdh-amass/</link>
		<comments>http://www.creativecreature.ca/blog/2007/11/launch-of-jdh-amass/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 04:43:52 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=34</guid>
		<description><![CDATA[JD Howell recently asked me to collaborate with him to set up a stock photography site to accompany his Portfolio, which Creative Creature developed in February and March of 2007. As usual, JD didn't want the standard-issue stock site that food photographers the world over use to make an extra buck. He was more interested in presenting something that would connect gracefully with the audience of his Portfolio, which includes a significant range of artistic photography and imagery combinations. To this end, we worked together to build on an existing application and customize it to his needs.]]></description>
			<content:encoded><![CDATA[<p> JD Howell recently asked me to collaborate with him to set up a stock photography site to accompany his <a href="http://www.jdhowell.ca" target="_blank">Portfolio</a>, which <a href="http://www.creativecreature.ca/blog/?p=13">Creative Creature developed</a> in February and March of 2007.  As usual, JD didn&#8217;t want the standard-issue stock site that food photographers the world over use to make an extra buck.  He was more interested in presenting something that would connect gracefully with the audience of his Portfolio, which includes a significant range of artistic photography and imagery combinations.  To this end, we worked together to build on an existing application and customize it to his needs.</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_amass_interface.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_amass_interface_small.jpg" alt="JDH | Amass Interface" style="border: 1px solid #dddddd" /></a></p>
<p> The solution was fittingly named <strong>Amass</strong>: <em>&#8220;to gather together or accumulate (a large amount or number of valuable material or things) over a period of time.&#8221;</em>  JD has selected a range of images from his archives and organized them into events he has photographed, and a group of images he calls <a href="http://www.jdhowell.ca/amass/gallery.php?gid=57" target="_blank">Heart Felt</a>.  These images conjure views of a realm that is unsettling, intriguing, emotive, and which always seem to hint at more than the subject offers at first glance.  Feeling that such images should be searchable by mood as much as subject, JD has tagged his images with emotive, expressive keywords, rather than restricting his descriptions to subject and composition.</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_amass_prints.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_amass_prints_small.jpg" alt="JDH | Amass Prints" style="border: 1px solid #dddddd" /></a></p>
<p>Amass has been integrated with JD&#8217;s Portfolio in two ways.  First, a beautiful tab has been embedded on the right side of the browser when viewing the Portfolio.  On rollover, it slides out gracefully to reveal itself, and a click takes the user to Amass.  Additionally, images featured in the Portfolio which are available in Amass are marked with a subtle <strong>purchase</strong> link which appears above the image in question.  Selecting this link presents the user with that image&#8217;s details and purchase information within Amass.  The works are available in both digital and print format.</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_portfolio_w_amass.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_portfolio_w_amass_small.jpg" alt="JDH | Portfolio with Amass integration" style="border: 1px solid #dddddd" /></a></p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_amass_detail.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/jdh_amass_detail_small.jpg" alt="JDH | Amass Detail" style="border: 1px solid #dddddd" /></a></p>
<p> The design of the site reflects the &#8216;floating&#8217; nature of the Portfolio design, keeping visual distractions to a minimum and the work at the forefront.	This is further emphasized by the minimal, muted colour palette and font treatment, all of which suit the elegance and austerity of the images.</p>
<p>As always, it was a pleasure to work with an artist of JD&#8217;s calibre.  I&#8217;m sure this won&#8217;t be the last innovative project to come from his direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/11/launch-of-jdh-amass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Things Leopard Ate</title>
		<link>http://www.creativecreature.ca/blog/2007/10/the-things-leopard-ate/</link>
		<comments>http://www.creativecreature.ca/blog/2007/10/the-things-leopard-ate/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 05:57:47 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=33</guid>
		<description><![CDATA[After missing the Purolator guy by ten minutes on Friday, I had to wait out the weekend to get my hands on Leopard. However, once I let it out of its cage, I found it had eaten the following parts of my favourite pet Tiger.]]></description>
			<content:encoded><![CDATA[<p style="margin: 10px 0px; text-align: center"><img src="http://www.creativecreature.ca/blogs/creativecreature/images/leopard.jpg" alt="Leopard: Still Hungry" /></p>
<p> After missing the Purolator guy by ten minutes on Friday, I had to wait out the weekend to get my hands on <a href="http://www.apple.com/macosx/" target="_blank">Leopard</a>.  However, once I let it out of its cage, I found it had eaten the following parts of my favourite pet <a href="http://www.apple.com/support/tiger/" target="_blank">Tiger</a>:</p>
<ul>
<li> My hard drive! Well, then it regurgitated it. Upon initiating the install from the Leopard DVD, I clicked through the setup options (Language, License Agreement, etc), only to get to the <strong>Select a Destination</strong> screen&#8230;with no hard drives displayed.  Confused, I clicked back through to the beginning, wondering what was happening.  I then moved back through to the <strong>Select a Destination</strong> screen, again with no drives displayed.  I opened up my old iBook and went online to see if anyone else was having the same problem, and found <a href="http://discussions.apple.com/thread.jspa?messageID=5697618&amp;tstart=0" target="_blank">this forum post</a>, which explained that Leopard was inspecting the drive for problems before offering it as an install disk.  I waited, as suggested in the Apple forum, and after a few minutes, my internal hard drive appeared, but greyed out.  After another 30 seconds, it became opaque, and I selected it to install.  Not so slick, Apple.  Would a progress bar have been so hard to implement?</li>
<li> My custom icons for Terminal, Grab, and my external drives (but not for other apps, including Address Book, Mail, iTunes, and iPhoto).  Not sure why it would lose some and not others.</li>
<li> <a href="http://www.inquisitorx.com/safari/" target="_blank">Inquisitor</a>.  Perhaps because this isn&#8217;t really its own app, but rather a &#8216;plugin&#8217; for Safari that resides as a Preference Pane in Safari Preferences.  It&#8217;s fully compatible with Safari 3.0 and Leopard, but  I guess it was too tasty to pass up <img src='http://www.creativecreature.ca/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</li>
<li> My hotkeys in Adobe Illustrator CS (but not Photoshop CS).  I hadn&#8217;t realized how consistently I use the hotkeys until they stopped working.  Apparently, forthcoming Adobe updates will address these kinds of bugs, although this quote has me concerned: <em>&#8220;Users of older Adobe applications, including Creative Suite 2, may find unexpected compatibility issues. Adobe stated that it has not tested its older applications for compatibility, and will not provide any Leopard-specific updates for pre-CS3 apps or the applications it acquired from Macromedia.&#8221;</em> (<a href="http://www.macobserver.com/article/2007/10/29.1.shtml" target="_blank">source</a>).  Really?  CS is only 3 years old, and they will not test it for compatibility with the OS that the majority of their creative professional users will upgrade to?  That&#8217;s disappointing in a lot of ways.</li>
<li> My custom Terminal welcome message.</li>
<li> My energy saving settings. I don&#8217;t want my display to go to sleep after 1 minute, thank you.</li>
<li> My (<em>everyone&#8217;s</em>) black arrow active application indicators, though you can <a href="http://www.silvermac.com/2007/leopard-dock-with-black-triangle/" target="_blank">get them back</a> with a little bit of hacking. I find the new glowing blue dots inferior both aesthetically and functionally.  Change for the sake of change is not a good thing!</li>
<li> My Junk folder in Mail. I got it back by selecting Mail &gt; Preferences &gt; Junk Mail &gt; Enable junk mail filtering. Not sure why this would be turned off by default, as it was on and working in Tiger.</li>
<li> My notes in iCal. The new pop-up interface is kind of cool, I guess, but not as functional. Plus, it keeps opening up halfway between my two displays, rather than recognizing the screen edge and opening in the appropriate direction.</li>
</ul>
<h3>The Things Leopard Threw Up</h3>
<p>When downloading an application and opening it for the first time, Leopard prompts <em>&#8220;&#8216;AppName&#8217; is an application which was downloaded from the Internet. Are you sure you want to open it?&#8221;</em> I know this is here to protect users from accidentally running malicious software, but I should at least be able to disable it.  It&#8217;s just annoying.  Also, it&#8217;s the first time I&#8217;ve seen OS X copy a Vista &#8216;feature&#8217;, especially after <a href="http://www.youtube.com/watch?v=FxOIebkmrqs" target="_blank">making fun of it</a>.</p>
<p>Besides that small thing, the new aesthetic generally feels <strong>heavy</strong>:</p>
<ul>
<li>the darker drop shadows on the Apple menu and active window</li>
<li>the darker metal on application windows</li>
<li>the chunky iTunes-style menus in Finder</li>
<li>the new default folder icons</li>
<li>the heavily depressed active buttons in toolbars</li>
<li>the more heavily saturated red yellow and green window icons</li>
<li>the over the top highlighting of matches using Safari&#8217;s Find feature</li>
<li>the gears System Prefs icon</li>
</ul>
<p>It&#8217;s all quite dense and technical looking. Not sure how I feel about it just yet, but I&#8217;m not sure that most of the visual changes are improvements. It doesn&#8217;t look <strong>bad</strong>, it&#8217;s just not as graceful as Tiger.  However, I&#8217;m sure I&#8217;ll get used to it.</p>
<p>There are lots of good things about Leopard: spacebar to QuickLook a document (<strong>awesome!</strong>), Spaces, WebClips, improved Safari functionality (movable tabs, finally), and many more that I haven&#8217;t yet found.  Additionally, the upgrade from Tiger to Leopard was actually remarkably smooth, especially in comparison to <a href="http://www.microsoft.com/windows/products/windowsvista/features/default.mspx" target="_blank">other operating systems</a>.  And it must be said that OS X is still the finest operating system interface design yet invented, both visually and functionally.  These are just a few odd changes/omissions I thought I would point out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/10/the-things-leopard-ate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ablockparentcommunity Site Launched</title>
		<link>http://www.creativecreature.ca/blog/2007/08/ablockparentcommunity-site-launched/</link>
		<comments>http://www.creativecreature.ca/blog/2007/08/ablockparentcommunity-site-launched/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 14:13:31 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=28</guid>
		<description><![CDATA[Hamilton audio-visual art collective, ablockparentcommunity, led by producer Rob Liston and visual artist JD Howell, asked me to develop an ultra-minimal new site for their project. The design reflects abpc&#8217;s focus on the work: imagery and sound that invite introspection and an embrace of the subtlety and beauty of the things we find around us. [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/abpc1.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/abpc1_small.jpg" alt="ablockparentcommunity | we live where you live" width="420" /></a></p>
<p> 	Hamilton audio-visual art collective, <a href="http://www.ablockparentcommunity.ca" target="_blank">ablockparentcommunity</a>, led by producer Rob Liston and visual artist <a href="http://www.jdhowell.ca" target="_blank">JD Howell</a>, asked me to develop an ultra-minimal new site for their project.  The design reflects abpc&#8217;s focus on the work: imagery and sound that invite introspection and an embrace of the subtlety and beauty of the things we find around us.</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/abpc2.jpg" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/abpc2_small.jpg" alt="ablockparentcommunity | we live where you live" width="420" /></a></p>
<p> In their own words:</p>
<blockquote><p> ablockparentcommunity is a multimedia art project which attempts to explore the undercurrents of community living through the juxtaposition of musical landscapes and audio-visual snapshots.  Providing a seductive mix of electronic percussion and organic melodies, producers Rob Liston and JD Howell take the audience on a soundtracked journey down Main Street Everywhere, highlighting the extraordinary within the ordinary, the beautiful within the mundane.  Look a little closer.  Listen a little longer.  We live where you live.</p></blockquote>
<p>The site required a way to showcase the work of the group without the need for an overly complex system of navigation.  My experience of the group&#8217;s work is that they are always interested in what&#8217;s going on now, not in cataloguing their past efforts or focussing on what others have to say.  Therefore, JD&#8217;s design offered a perfect, compelling insight into their process.  Images may offer a diverse view of a variety of subjects, or focus on a specific theme.  There may be instrumental, organic songs alongside hip-hop remixes, or just one song looping, reflecting the thread of &#8216;attractive repetition&#8217; in ablockparentcommunity&#8217;s art.</p>
<p>To realize the design technically, I built a two-part system.  All content is managed by the group using XML files which describe the content they would like to display at any given time.  This data is then loaded into Flash, and is used to populate the interface that you see.  Images are loaded at random from a small, constantly updated selection, and fade in and out of the view over time.  Likewise, songs are presented in a simple media player which selects a song at random on launch.  Besides these central elements, the site offers a simple way to get in touch, and a brief news feed, also updated via XML.  The overall effect offers a minimal aesthetic which communicates graceful elegance, and invites the viewer to experience something different&#8230;yet familiar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/08/ablockparentcommunity-site-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ian Graham Site Launched</title>
		<link>http://www.creativecreature.ca/blog/2007/08/ian-graham-site-launched/</link>
		<comments>http://www.creativecreature.ca/blog/2007/08/ian-graham-site-launched/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 20:57:48 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=26</guid>
		<description><![CDATA[Dr. Ian Graham, Senior Consulting Manager for IT Strategy and Planning at BMO Financial Group, and former consultant and lecturer at the Centre for Academic Technology at the University of Toronto, contracted me to redesign his website in the Spring of 2007. Ian&#8217;s existing site included archived documents, articles, tutorials, and presentations extending back to [...]]]></description>
			<content:encoded><![CDATA[<p> <a href="http://www.iangraham.org" target="_blank">Dr. Ian Graham</a>, Senior Consulting Manager for IT Strategy and Planning at BMO Financial Group, and former consultant and lecturer at the Centre for Academic Technology at the University of Toronto, contracted me to redesign his website in the Spring of 2007.  Ian&#8217;s existing site included archived documents, articles, tutorials, and presentations extending back to the early 1990&#8242;s, when he ran one of the first and most successful HTML tutorial sites on the then young web. This success led to the publication of a series of books on HTML and other web technologies.  I was excited at the chance to work with Ian to develop a new look for all of this content, as well as the chance to tackle Google&#8217;s AdSense and Search tools, which he wanted to include in the site when he launched it at <a href="http://www.iangraham.org" target="_blank">www.iangraham.org</a>.</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/iangraham1.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/iangraham1.png" alt="Ian Graham: Front Page" width="420" /></a></p>
<p> Given Ian&#8217;s long term involvement with web technologies and open source projects, web standards were an integral part of the redesign.  I was able to cater to this emphasis through a set of CSS-styled XHTML templates for the top level of content, thoroughly tested in as many browsers and platforms as we could get our hands on!  These templates were informed by a visual design which is fairly minimal, yet friendly and professional.  After a few iterations of the design, Ian and I arrived at a look and feel we were happy with, and I worked to extend it throughout the layout, various visual elements, and logo (which would also shrink to become the favicon) to present a consistent and attractive interface.</p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/iangraham2.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/iangraham2.png" alt="Ian Graham: Biography" width="420" /></a></p>
<p style="margin: 10px 0px; text-align: center"><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/iangraham3.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/iangraham3.png" alt="Ian Graham: Books" width="420" /></a></p>
<p> It was interesting and rewarding to work with Ian on his site.  The breadth of content it contains, which spans a diverse career as a physicist, academic, author, and now consultant, offered a challenge for me as a designer.  Usually, a project has a fairly narrow focus and audience.  Designing for these instances offers more obvious directions for the look and feel of a site.  However, with the various aspects of Ian&#8217;s content, it took a while to arrive at a design that communicated his professional life while making lots of room for the content of the site.  I think the final product represents a successful integration of these factors.  Thanks for the project, Ian!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/08/ian-graham-site-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preliminary PBLit Launch</title>
		<link>http://www.creativecreature.ca/blog/2007/06/preliminary-pblit-launch/</link>
		<comments>http://www.creativecreature.ca/blog/2007/06/preliminary-pblit-launch/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 15:50:01 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=20</guid>
		<description><![CDATA[Over the past year, I have worked alongside Dr. Stéfan Sinclair, Dr. Madeleine Jeay, and James Chartrand (Open Sky Solutions) to develop a literary research application at McMaster University. The result is a preliminary launch of PBLit (PolyBase Littéraire) (en français). PBLit is an experimental project that aims to develop strategies for the simultaneous exploitation [...]]]></description>
			<content:encoded><![CDATA[<p style="padding: 0px 20px 0px 0px; float: left"> <img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/pblit_logo_small.png" alt="PBLit Logo" title="PBLit Logo" /></p>
<p> 	Over the past year, I have worked alongside <a href="http://stefansinclair.name" target="_blank">Dr. Stéfan Sinclair</a>, <a href="http://www.humanities.mcmaster.ca/~jeaymad/" target="_blank">Dr. Madeleine Jeay</a>, and James Chartrand (<a href="http://www.openskysolutions.ca/" target="_blank">Open Sky Solutions</a>) to develop a literary research application at <a href="http://www.mcmaster.ca/" target="_blank">McMaster University</a>.  The result is a preliminary launch of <a href="http://tapor.mcmaster.ca/pblit/accueil/" target="_blank">PBLit (PolyBase Littéraire)</a> (<em>en français</em>).</p>
<p>PBLit is an experimental project that aims to develop strategies for the simultaneous exploitation of multiples databases using a single unified interface.  Many resources exist for literary research, but most are only available through their own interface.  This makes research across a multitude of resources a time-consuming and learning-intensive task.  PBLit offers a model prototype for navigation and research across literary resources, and functions as a proof of concept that multiple resources, in different formats and containing various datatypes, can be utilized simultaneously through an integrated web application.</p>
<h3>PBLit (PolyBase Littéraire)</h3>
<p><a href="http://tapor.mcmaster.ca/pblit/accueil/" target="_blank">http://tapor.mcmaster.ca/pblit/accueil/</a><br />
<strong>ROLE:</strong> Designer, Interface Developer<br />
<strong>TOOLS:</strong> XHTML, CSS, JavaScript, XML, XSLT, <a href="http://cocoon.apache.org/" target="_blank">Cocoon</a>, <a href="http://cocoon.apache.org/2.1/userdocs/basics/index.html" target="_blank">CForms</a>, <a href="http://moofx.mad4milk.net/" target="_blank">moo.fx</a></p>
<p style="padding: 5px 0px 10px; text-align: center"> <a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/pblit_accueil.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/pblit_accueil_small.png" alt="PBLit: Accueil" title="PBLit: Accueil" style="border: 1px solid #dddddd" width="420" /></a></p>
<p style="padding: 5px 0px 10px; text-align: center"> <a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/pblit_search.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/pblit_search_small.png" alt="PBLit: Recherche" title="PBLit: Recherche" style="border: 1px solid #dddddd" width="420" /></a></p>
<p style="padding: 5px 0px 10px; text-align: center"> <a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/pblit_results.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/pblit_results_small.png" alt="PBLit: Search Results" title="PBLit: Search Results" style="border: 1px solid #dddddd" width="420" /></a></p>
<p> 	My role on the project was initially as a graphic designer and interface developer, and grew to include some responsibility for the XML/XSLT development of the project (particularly in the implementation of the <a href="http://cocoon.apache.org/2.1/userdocs/basics/index.html" target="_blank">CForms</a>, and in the search results display), as well as writing and debugging a portion of the JavaScript, and managing the localization of the application using <a href="http://en.wikipedia.org/wiki/Internationalization_and_localization" target="_blank">i18n</a>.  Several exciting features were developed to facilitate the usability of the application, including an AJAX Search Suggest mechanism on all search fields, and an Advanced Search form which has been developed to allow for future versions of the application to offer resource-specific search fields to allow users to refine their searches to target specific resources.</p>
<p>I have worked closely with Dr.&#8217;s Sinclair and Jeay before on <a href="http://www.satorbase.org/" target="_blank">SatorBase</a> and <a href="http://tapor.mcmaster.ca/~hyperliste/" target="_blank">Hyperlistes</a>, and as always it was a pleasure to learn from their years of experience undertaking academic projects.  Also, it has been an excellent experience learning from the process and open-source knowledge of James Chartrand and Open Sky Solutions.  Thanks to everyone, and here&#8217;s to a job well done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/06/preliminary-pblit-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Baseball Card Templates</title>
		<link>http://www.creativecreature.ca/blog/2007/06/baseball-card-templates/</link>
		<comments>http://www.creativecreature.ca/blog/2007/06/baseball-card-templates/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 14:54:33 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=19</guid>
		<description><![CDATA[After a recent Saturday afternoon baseball game with friends, I took a bit of time to create baseball cards for everyone using an Illustrator template I built and some photos from the game. They turned out really well and people got a kick out of them, so I thought I would share the templates here [...]]]></description>
			<content:encoded><![CDATA[<p> After a recent Saturday afternoon baseball game with friends, I took a bit of time to create baseball cards for everyone using an Illustrator template I built and some photos from the game.  They turned out really well and people got a kick out of them, so I thought I would share the templates here for anyone to use.</p>
<p><img src="http://www.creativecreature.ca/blogs/creativecreature/baseball_cards/john_smith.jpg" alt="John Smith: The Homeless Wonder" title="John Smith: The Homeless Wonder" /></p>
<h3>Steps</h3>
<ol>
<li>Download the template you would like in your preferred format:<br />
<a href="http://www.creativecreature.ca/blogs/creativecreature/baseball_cards/baseball_card_template.ai">Adobe Illustrator CS (baseball_card_template.ai)</a> [494kb]<br />
<a href="http://www.creativecreature.ca/blogs/creativecreature/baseball_cards/baseball_card_template.psd">Adobe Photoshop CS (baseball_card_template.psd)</a> [454kb]</li>
<li>Select a photo you would like to turn into a baseball card using your favourite photo management software.</li>
<li>Crop that image to a <strong>2.5:3.5</strong> aspect ratio and save it.  This fits the 2.5&#8243; x 3.5&#8243; format of the baseball card.</li>
<li>If using <em>Illustrator</em>, <strong>Place</strong> the photo in the template by selecting <strong>File &gt; Place&#8230;</strong> and selecting the photo.<br />
If using <em>Photoshop</em>, select the <strong>Paste Photo Here</strong> layer and paste your photo.</li>
<li>Resize your photo as necessary, making sure to maintain the aspect ratio.</li>
<li>Clean up extraneous elements in your file (extra starbursts and text, credits, etc.).</li>
<li>If using <em>Illustrator</em>, <strong>Export</strong> your card by selecting <strong>File &gt; Export&#8230;</strong>.  Select your desired file format (.jpg, .png) and file location and press <strong>Export</strong>.<br />
If using <em>Photoshop</em>, save your card by selecting <strong>File &gt; Save As&#8230;</strong>.  Select your desired file format (.jpg, .png) and file location and press <strong>Save</strong>.</li>
<li>Email your cards around to your friends/teammates, or take them to the print shop!</li>
</ol>
<p>If you end up using the template, let me know!  I&#8217;d love to see what people do with it.  You can see lots of examples of the template in action at my <a href="http://www.flickr.com/photos/johnnyrodgers/sets/72157600314371518/" target="_blank" title="JRSC 2007 Flickr Set">Baseball Flickr Set</a>.</p>
<p><a href="http://creativecommons.org/licenses/publicdomain/" rel="license" target="_blank"><img src="http://i.creativecommons.org/l/publicdomain/88x31.png" alt="Creative Commons License" style="border-width: 0pt; float: left; margin-right: 10px" /></a>This<span xmlns:dc="http://purl.org/dc/elements/1.1/" rel="dc:type"> work</span> is licensed under a<br />
<a href="http://creativecommons.org/licenses/publicdomain/" rel="license" target="_blank">Creative Commons Public Domain License</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/06/baseball-card-templates/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Climate Change Graphs and Graphics for the Ontario Ministry of the Environment</title>
		<link>http://www.creativecreature.ca/blog/2007/05/climate-change-graphs-and-graphics-for-the-ontario-ministry-of-the-environment/</link>
		<comments>http://www.creativecreature.ca/blog/2007/05/climate-change-graphs-and-graphics-for-the-ontario-ministry-of-the-environment/#comments</comments>
		<pubDate>Sat, 26 May 2007 13:32:35 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Environment & Ecology]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[environment]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=18</guid>
		<description><![CDATA[Recently, I was contracted by the Ministry of the Environment to develop an animated graph and some graphics to do with climate change and greenhouse gas emissions. I was thrilled to be able to work on the project, as the Ministry has been doing an excellent job putting together engaging, interesting, and useful online materials [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I was contracted by the Ministry of the Environment to develop an animated graph and some graphics to do with climate change and greenhouse gas emissions.  I was thrilled to be able to work on the project, as the Ministry has been doing an excellent job putting together engaging, interesting, and useful online materials such as <a href="http://www.obviously.ca" title="obviously.ca" target="_blank">www.obviously.ca</a> in their current campaign to educate and bring awareness to these environmental issues.</p>
<p>The animated graph demonstrates the different trends (historic and anticipated) in greenhouse gas emissions in the province from 1990 to 2020, with Kyoto Targets and specific milestones illustrated.  It will not be available online until after the Minister&#8217;s announcement for the new climate change plan, so I will not post it here.  However, here is a screenshot.</p>
<p><a href="http://www.creativecreature.ca/blogs/creativecreature/images/ontario_work/emissions.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/images/ontario_work/emissions.png" style="border: 1px solid #dddddd" title="Ontario Emissions Graph" alt="Ontario Emissions Graph" align="middle" width="420" /></a></p>
<p>The graph uses XML data to load in the various trends, targets, and milestones.  All information regarding the statistics and presentation of the graph is included in the XML document to allow the client to easily add, remove, or edit the data as new information becomes available.  This is then loaded into the Flash Player at run time, where the interface is populated with the trends, and the user is able to selectively play, show, and hide each trend on the graph.</p>
<p>In addition to this work, I was asked to develop some ideas for how to visualize our carbon footprint.  Each Ontarian is responsible for about 5.7 tonnes of carbon each year (excluding the impact of industry, which bumps each individual&#8217;s footprint to 20+ tonnes).  Nobody likes the sound of this, but educators in the field recognize that such a number is not the easiest statistic for people to relate to.  To that end, the following were some brief ideas or sketches which came to my mind to try to visualize these concepts.  The materials are intended for an upcoming Ministry website intended for a younger audience (10-20 years).</p>
<p><a href="http://www.creativecreature.ca/blogs/creativecreature/images/ontario_work/concept_1.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/images/ontario_work/concept_1_small.jpg" style="border: 1px solid #dddddd" title="Concept 1: Attack of the Carbon Cubes" alt="Concept 1: Attack of the Carbon Cubes" align="middle" width="420" /></a></p>
<p><a href="http://www.creativecreature.ca/blogs/creativecreature/images/ontario_work/concept_2.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/images/ontario_work/concept_2_small.jpg" style="border: 1px solid #dddddd" title="Concept 2: Carbon Equivalencies" alt="Concept 2: Carbon Equivalencies" align="middle" width="420" /></a></p>
<p><a href="http://www.creativecreature.ca/blogs/creativecreature/images/ontario_work/concept_3.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/images/ontario_work/concept_3_small.jpg" style="border: 1px solid #dddddd" title="Concept 3: Balance?" alt="Concept 3: Balance?" align="middle" width="420" /></a></p>
<p>It has been interesting and fun to work on this project, and I hope to continue to combine my work in design and multimedia with environmental education and awareness.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/05/climate-change-graphs-and-graphics-for-the-ontario-ministry-of-the-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Temp Site Redesigned</title>
		<link>http://www.creativecreature.ca/blog/2007/04/temp-site-redesigned/</link>
		<comments>http://www.creativecreature.ca/blog/2007/04/temp-site-redesigned/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 22:53:06 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=15</guid>
		<description><![CDATA[As the reality of getting a full site for Creative Creature up and running seems to slip farther into the future, I took a little bit of time this afternoon to refresh the so-called &#8216;temp&#8217; site which has been residing at www.creativecreature.ca for the past year. A little more information is available there now, and [...]]]></description>
			<content:encoded><![CDATA[<p>As the reality of getting a full site for Creative Creature up and running seems to slip farther into the future, I took a little bit of time this afternoon to refresh the so-called &#8216;temp&#8217; site which has been residing at <a href="http://www.creativecreature.ca" title="Creative Creature">www.creativecreature.ca</a> for the past year.  A little more information is available there now, and the design reflects a fresher, more minimal approach that I&#8217;ve been enjoying lately.  Check it out and tell me what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/04/temp-site-redesigned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Cleaning</title>
		<link>http://www.creativecreature.ca/blog/2007/04/spring-cleaning/</link>
		<comments>http://www.creativecreature.ca/blog/2007/04/spring-cleaning/#comments</comments>
		<pubDate>Sat, 21 Apr 2007 20:25:21 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=14</guid>
		<description><![CDATA[With the sun shining brightly and a new phase of Creative Creature rolling around this spring, I wanted to share some of the recently completed projects from the past 6 to 8 months with you all. Lots of exciting projects are on the go at the moment which will keep me busy into the summer, [...]]]></description>
			<content:encoded><![CDATA[<p>With the sun shining brightly and a new phase of Creative Creature rolling around this spring, I wanted to share some of the recently completed projects from the past 6 to 8 months with you all.  Lots of exciting projects are on the go at the moment which will keep me busy into the summer, and I have finally had some time to put a few other ideas I&#8217;ve had brewing into play.  Keep an eye here and on <a href="http://www.creativecreature.ca" title="Creative Creature">www.creativecreature.ca</a> for all the news in the next few weeks, including some new art/programmatic design work and a couple of environmental initiatives related to Creative Creature.</p>
<h3>Interactive Matter</h3>
<p><a href="http://www.interactivematter.ca" target="_blank">www.interactivematter.ca</a><br />
<strong>ROLE:</strong> Designer, Blog Admin<br />
<strong>TOOLS:</strong> XHTML, CSS</p>
<p><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/imatter.png" target="_blank"> 		<img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/imatter_small.png" alt="Interactive Matter" title="Interactive Matter" style="border: 1px solid #dddddd" align="middle" width="420" /> 	</a></p>
<p>Interactive Matter is a collection of academics, industry professionals, researchers, technologists, students, writers, innovators and experimentalists concerned with imagining, creating and critiquing new interactive media: <em>&#8220;Interactive multimedia is the new medium and we are just learning to create and communicate through it. Interactivity is not narrative, it is not image, it is not linear. It is more than an art and it is more than engineering. Interactivity is playful, it is like a conversation, and it matters to the arts, humanities, sciences and the new media industry. Interactivity matters now.&#8221;</em></p>
<p>This site is used as a hub for information about the project and its various participants and partners.  It also functions as a repository for current information about Interactive Matter&#8217;s bid for continued funding from Canada&#8217;s  <a href="http://www.sshrc-crsh.gc.ca/" target="_blank">Social Sciences and Humanities Research Council</a> (SSHRC).</p>
<h3>The Goethe-McMaster Project</h3>
<p><a href="http://www.goethe-mcmaster.com" target="_blank">www.goethe-mcmaster.com</a><br />
<strong>ROLE:</strong> Project Web Lead, Designer, Programmer, Conceptual Consultant<br />
<strong>TOOLS:</strong> HTML, CSS, PHP, Flash 8, Flash Video</p>
<p><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/goethe.png" target="_blank"> 		<img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/goethe_small.png" alt="Goethe-McMaster Project" title="Goethe-McMaster Project" style="border: 1px solid #dddddd" align="middle" width="420" /> 	</a></p>
<p>&#8220;German Expressionism in the Classroom is a website aimed at anyone interested in art or German as a private individual or within the field of education. 30 pieces of art taken from the collection housed at the McMaster Museum of Art are introduced as a virtual exhibition. This exhibition is accompanied by materials in both English and German providing background information on the time period, artists, and works of art and by exercises related to the works of art, German language and culture.&#8221;</p>
<p>I worked closely with representatives from the <a href="http://www.mcmaster.ca/museum/" target="_blank">McMaster Museum of Art</a> and the <a href="http://www.goethe.de" target="_blank">Goethe Institut</a> to develop this resource in a short period of time in August and September of 2006.  On September 14th, the website went live to accompany the launch of the German Expressionism exhibit at the museum, and has since been widely used by students and teachers of Art and the German language at the high school level.</p>
<h3>SatorBase</h3>
<p><a href="http://www.satorbase.org" target="_blank">www.satorbase.org</a><br />
<strong>ROLE:</strong> Designer, Debugger, Programmer for certain updates<br />
<strong>TOOLS:</strong> PHP/MySQL, HTML, CSS</p>
<p><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/satorbase.png" target="_blank"> 		<img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/satorbase_small.png" alt="SatorBase" title="SatorBase" style="border: 1px solid #dddddd" align="middle" /> 	</a></p>
<p>SatorBase is a relational database of literary topoi and their occurrences in texts from 13th to 19th century France.  I was contracted to redesign the resource from the ground up, as well as to isolate and fix a number of application errors.  Additionally, I worked with Dr. Madeleine Jeay, director of the Sator Society, to add in new functionality to the application.</p>
<h3>Hyperlistes</h3>
<p><a href="http://tapor.mcmaster.ca/~hyperliste" target="_blank">tapor.mcmaster.ca/~hyperliste</a><br />
<strong>ROLE:</strong> Programmer<br />
<strong>TOOLS:</strong> PHP/MySQL, XML/XSL</p>
<p><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/hyperliste.png" target="_blank"> 		<img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/hyperliste_small.png" alt="Hyperlistes" title="Hyperlistes" style="border: 1px solid #dddddd" align="middle" width="420" /> 	</a></p>
<p>Hyperlistes is another literary research project created by Dr. Madeleine Jeay of the McMaster Department of French.  My role on this project involved translating the core functions of the project from Perl CGI scripts to PHP, and setting up a MySQL database to house the site content, as well as tweaking the functionality of the XSLT transformations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/04/spring-cleaning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launch of JD Howell &#124; Photography &amp; Imaging</title>
		<link>http://www.creativecreature.ca/blog/2007/03/launch-of-jd-howell-photography-imaging/</link>
		<comments>http://www.creativecreature.ca/blog/2007/03/launch-of-jd-howell-photography-imaging/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 15:09:02 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.creativecreature.ca/blog/?p=13</guid>
		<description><![CDATA[I&#8217;m pleased to announce the launch of my good friend JD Howell&#8217;s new photography portfolio, located at www.jdhowell.ca. The site was developed using Flash 8, and takes advantage of 8&#8242;s new Blur, Glow and ColorMatrix classes, as well as extensive use of the Tween class. I developed the project in two stages. First, I designed [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce the launch of my good friend JD Howell&#8217;s new photography portfolio, located at <a href="http://www.jdhowell.ca" target="_blank" title="JD Howell | Photography &amp; Imaging">www.jdhowell.ca</a>.  The site was developed using Flash 8, and takes advantage of 8&#8242;s new Blur, Glow and ColorMatrix classes, as well as extensive use of the Tween class.</p>
<p>I developed the project in two stages.  First, I designed an XML schema which the client could populate with albums of works, separated into Photography and Imaging sections.  Each work can be tagged with an optional Title and Description.  This setup allows the client to populate and update their current works without needing to use Flash, and without the need of a developer.</p>
<p>Secondly, I built the interface in Flash.  After importing the XML, the interface is populated with Albums, each of which holds a set of works.  When an album is selected, the works within it are loaded as thumbnails, to be selected by the user.  The fun part was developing the animations which are generated dynamically between image positions.  First, the border of the image tweens from the current to the selected image shape and size, then the entire interface shifts to center the new image.  When this is complete, the image is loaded in, resolving in from a blur and oversaturation filter.  Check out the site to get the effect, as these screenshots only tell part of the story!</p>
<p><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/interface_holy.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/interface_holy.png" alt="Holy | JD Howell" title="Holy | JD Howell" style="border: 1px solid #dddddd" align="middle" width="420" /></a></p>
<p><a href="http://www.creativecreature.ca/blogs/creativecreature/screenshots/interface_cake.png" target="_blank"><img src="http://www.creativecreature.ca/blogs/creativecreature/screenshots/interface_cake.png" alt="Wedding Cake | JD Howell" title="Wedding Cake | JD Howell" style="border: 1px solid #dddddd" align="middle" width="420" /></a></p>
<p>JD makes beautiful images, and it was a pleasure as always to work with him on this project.  He had a clear vision for the site, and it was fun to work together to get the transitions and effects right to suit it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativecreature.ca/blog/2007/03/launch-of-jd-howell-photography-imaging/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
