<?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>digitalize.ca &#187; Portfolio</title>
	<atom:link href="http://digitalize.ca/cat/portfolio/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalize.ca</link>
	<description>The webpage of Mohammad Jangda</description>
	<lastBuildDate>Thu, 22 Jul 2010 21:23:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Photo: &#8220;A city within a park&#8221;</title>
		<link>http://digitalize.ca/2010/05/photo-a-city-within-a-park/</link>
		<comments>http://digitalize.ca/2010/05/photo-a-city-within-a-park/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:39:05 +0000</pubDate>
		<dc:creator>Mohammad Jangda</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[parks]]></category>
		<category><![CDATA[Toronto]]></category>

		<guid isPermaLink="false">http://digitalize.ca/?p=658</guid>
		<description><![CDATA[Berczy Park (in Toronto) rocks.]]></description>
			<content:encoded><![CDATA[<p><a alt="Berczy Park" href="http://digitalize.ca/media/wpid-2010-04-30-09.15.261.jpg"><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://digitalize.ca/media/wpid-2010-04-30-09.15.26.jpg" /></a></p>
<p><a href="http://maps.google.com/maps?f=q&#038;source=s_q&#038;hl=en&#038;geocode=&#038;q=Berczy+Park,+Toronto,+Ontario,+Canada&#038;sll=43.647939,-79.375148&#038;sspn=0.003594,0.009645&#038;ie=UTF8&#038;hq=Berczy+Park&#038;hnear=Berczy+Park,+Toronto,+ON,+Canada&#038;ll=43.652597,-79.375277&#038;spn=0,0.077162&#038;z=14&#038;layer=c&#038;cbll=43.647812,-79.375038&#038;panoid=Pxmoa-uyJse-DgSA6bg22A&#038;cbp=12,313.82,,0,5">Berczy Park</a> (in Toronto) rocks.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalize.ca/2010/05/photo-a-city-within-a-park/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Magic: Building a static countdown clock using PHP and GD</title>
		<link>http://digitalize.ca/2010/03/php-magic-building-a-static-countdown-clock-using-php-and-gd/</link>
		<comments>http://digitalize.ca/2010/03/php-magic-building-a-static-countdown-clock-using-php-and-gd/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 21:17:11 +0000</pubDate>
		<dc:creator>Mohammad Jangda</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[countdown]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[glee]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://digitalize.ca/?p=616</guid>
		<description><![CDATA[Update (2010-04-20): These Gleeks are crazy. Since being released, the clock has been viewed over 200,000 times. Insane. If you like Glee, you&#8217;ll like this. If you like image processing using PHP, you&#8217;ll like this even more. Using PHP and the GD image library*, it&#8217;s pretty easy to create a static, image-based countdown clock, which [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update (2010-04-20):</strong> These Gleeks are crazy. Since being released, the clock has been viewed over 200,000 times. Insane.</p>
<p>If you like Glee, you&#8217;ll like this. If you like image processing using PHP, you&#8217;ll like this even more.</p>
<p>Using PHP and the GD image library*, it&#8217;s pretty easy to create a static, image-based countdown clock, which is useful for situations where javascript cannot be used (think <a href="http://wordpress.com">WordPress.com</a>/<a href="http://blogger.com">Blogger</a>). A new image is automatically generated server-side for every minute (assuming a request is made for the clock for that minute), and all images are cached to avoid killing the server processor. Check it out in action on <a href="http://gleeksunited.wordpress.com/2010/03/02/42-days-until-glee/">Gleeks United</a> or after the jump.</p>
<p>Don&#8217;t have code yet, but I&#8217;ll post it when I get a chance.</p>
<p><span id="more-616"></span></p>
<p><span style="display:block;text-align:center;"><br />
<strong>Vertical version:</strong><br />
<img src="http://digitalize.ca/glee/countdown.php" alt="Glee Countdown!"><br />
<span style="display:block;text-align:center;font-size:10px;">Powered by <a href="http://gleeksunited.wordpress.com" target="_blank">Gleeks United</a></span><br />
</span></p>
<p><strong>Horizontal version:</strong><br />
<img src="http://digitalize.ca/glee/countdown-h.php" alt="Glee Countdown!"><br />
<span style="display:block;text-align:center;font-size:10px;">Powered by <a href="http://gleeksunited.wordpress.com" target="_blank">Gleeks United</a></span></p>
<p><small>* Yes, ImageMagick could work too, but it&#8217;s too much of a pain to install.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalize.ca/2010/03/php-magic-building-a-static-countdown-clock-using-php-and-gd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mockingbird: wireframing made awesome</title>
		<link>http://digitalize.ca/2009/11/mockingbird-wireframing-made-awesome/</link>
		<comments>http://digitalize.ca/2009/11/mockingbird-wireframing-made-awesome/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 02:11:36 +0000</pubDate>
		<dc:creator>Mohammad Jangda</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Edit Flow]]></category>
		<category><![CDATA[wireframes]]></category>

		<guid isPermaLink="false">http://digitalize.ca/?p=425</guid>
		<description><![CDATA[Wireframing is awesome! Using Mockingbird, a recently launched Cappuccino-based wireframing tool, I was able to whip up some quick UI concepts I&#8217;ve been thinking of for the next iteration of Edit Flow. Though obviously not as fast as a hand-drawn sketch, it&#8217;s far more convenient when you&#8217;re working with other people since you don&#8217;t have [...]]]></description>
			<content:encoded><![CDATA[<p>Wireframing is awesome!</p>
<p>Using <a href="http://gomockingbird.com/">Mockingbird</a>, a recently launched <a href="http://cappuccino.org/">Cappuccino</a>-based wireframing tool, I was able to whip up some quick UI concepts I&#8217;ve been thinking of for the next iteration of <a href="http://wordpress.org/extend/plugins/edit-flow/">Edit Flow</a>. Though obviously not as fast as a hand-drawn sketch, it&#8217;s far more convenient when you&#8217;re working with other people since you don&#8217;t have to get cameras and/or scanners involved.</p>
<p>Mockingbird has a fairly intuitive interface, and most functionality you&#8217;d expect from a wireframing/diagramming tool. Best part: no Flash! Check out the result below. It&#8217;ll be updated as I make changes to the diagram.</p>
<p><span id="more-425"></span></p>
<p>See the wireframes in <a href="http://gomockingbird.com/mockingbird/index.html?project=9d906f2c9929a4ff4c1d1b839af40e87b89bb3aa">full screen mode</a>.</p>
<div class="iframe-wrapper">
  <iframe src="http://gomockingbird.com/mockingbird/index.html?project=9d906f2c9929a4ff4c1d1b839af40e87b89bb3aa" frameborder="0" style="height:500px;width:500px;">Please upgrade your browser</iframe>
</div>
]]></content:encoded>
			<wfw:commentRss>http://digitalize.ca/2009/11/mockingbird-wireframing-made-awesome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Plugin Notes</title>
		<link>http://digitalize.ca/2009/10/wordpress-plugin-plugin-notes/</link>
		<comments>http://digitalize.ca/2009/10/wordpress-plugin-plugin-notes/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 00:17:47 +0000</pubDate>
		<dc:creator>Mohammad Jangda</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://digitalize.ca/?p=391</guid>
		<description><![CDATA[This is the outcome of a couple of hours of Friday night coding after an open call by Chris Coyier over at Digging into WordPress. Here&#8217;s what Chris asked for: Ever look through your list of plugins and forget just exactly what one of them does? I know they have descriptions next to them, but [...]]]></description>
			<content:encoded><![CDATA[<p>This is the outcome of a couple of hours of Friday night coding after an <a href="http://digwp.com/2009/10/ideas-for-plugins/">open call by Chris Coyier</a> over at <a href="http://digwp.com">Digging into WordPress</a>. Here&#8217;s what Chris asked for:</p>
<blockquote><p>Ever look through your list of plugins and forget just exactly what one of them does? I know they have descriptions next to them, but that doesn‚Äôt always speak to <strong>exactly what <em>you</em> are using it for</strong> and why. This plugin would just put a text field in each plugin field you could type some notes in there, theoretically to keep information about why and how you are using this plugin.</p></blockquote>
<p>And since I was bored (and thought this was a pretty useful idea), I delivered. <a href="http://wordpress.org/extend/plugins/plugin-notes/">Plugin Notes</a> is exactly what it sounds like.</p>
<p>Once you install and activate, the plugin adds a link &#8220;Add plugin note&#8221; that lets you add in a little note next to each plugin. It&#8217;s totally ajaxified and full of cool goodness. (Unfortunately, I was a bad programmer and didn&#8217;t make plugin gracefully degrade when javascript is turned off. Sorry, folks. Maybe next time.)</p>
<div id="attachment_394" class="wp-caption aligncenter" style="width: 310px"><a href="http://digitalize.ca/media/screenshot-1.png"><img class="size-medium wp-image-394" title="WordPress plugin: Plugin Notes - adding a note" src="http://digitalize.ca/media/screenshot-1-300x160.png" alt="Plugin Notes: adding a note is easier than milking a cow." width="300" height="160" /></a><p class="wp-caption-text">Plugin Notes: adding a note is easier than milking a cow.</p></div>
<p>When a note is added, it shows up inside a little blue box and includes the name of the user that added the note as well as the date and time when the note was added. You also get handy dandy options to &#8220;Edit&#8221; or &#8220;Delete&#8221; notes.</p>
<div id="attachment_395" class="wp-caption aligncenter" style="width: 310px"><a href="http://digitalize.ca/media/screenshot-2.png"><img class="size-medium wp-image-395" title="WordPress plugin: Plugin Notes - blue boxes make things look pretty." src="http://digitalize.ca/media/screenshot-2-300x198.png" alt="WordPress plugin: Plugin Notes - blue boxes make things look pretty." width="300" height="198" /></a><p class="wp-caption-text">WordPress plugin: Plugin Notes - blue boxes make things look pretty.</p></div>
<p>Each plugin can only have one note. I can imagine there would be cases where multiple notes may come in handy, but those would be rare so I&#8217;m passing on that functionality.</p>
<p>The plugin is pretty simplistic, and unlikely to see any future feature additions (unless someone really, really wants one). I&#8217;ll keep a watch for compatibility with future versions of WordPress though, so rest easy.</p>
<p>Excited, enough? Grab <a href="http://wordpress.org/extend/plugins/plugin-notes/">Plugin Notes</a> (from the WordPress Plugin Directory) or download it from within WordPress.</p>
<p><strong>Note: </strong>you&#8217;ll need PHP5 and a javascript-enabled browser for the plugin to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalize.ca/2009/10/wordpress-plugin-plugin-notes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Digital Design Project: theboar.ca</title>
		<link>http://digitalize.ca/2009/03/theboarca/</link>
		<comments>http://digitalize.ca/2009/03/theboarca/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 06:34:55 +0000</pubDate>
		<dc:creator>Mohammad Jangda</dc:creator>
				<category><![CDATA[Digital Design]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[dac]]></category>
		<category><![CDATA[digital edition]]></category>
		<category><![CDATA[magazines]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[uw]]></category>
		<category><![CDATA[waterloo]]></category>

		<guid isPermaLink="false">http://digitalize.ca/?p=214</guid>
		<description><![CDATA[My independent digital design project (DAC 400) completed as part of my Digital Arts Communication specialization explored the push by magazines into the online and technology spaces. The goal of the project was to explore viable technologies to use as a platform for developing an online presence for The Boar, an arts and literary magazine [...]]]></description>
			<content:encoded><![CDATA[<p>My independent digital design project (DAC 400) completed as part of my Digital Arts Communication specialization explored the push by magazines into the online and technology spaces. The goal of the project was to explore viable technologies to use as a platform for developing an online presence for The Boar, an arts and literary magazine produced by and for the students in the Faculty of Arts at the University of Waterloo. I explored the traditional online website format but looked further by designing a prototype of an up-and-coming Flash-based technology known as the &#8220;digital edition.&#8221; This &#8220;new technology&#8221; is being adopted industry-wide like wildfire (see <a href="http://issuu.com/batmoo/docs/the-boar-online_technology-research-for-magazines" target="_blank">Issuu</a>, <a href="http://scribd.com" target="_blank">Scribd</a>, <a href="http://zinio.com" target="_blank">Zinio</a>, etc.). It takes a traditional PDF and converts it into an interactive magazine-like object on a webpage that can be used and manipulated much like a physical magazine. My prototype (although not entirely functional) took a step further and explored the possibilities of creating greater ties between a magazine&#8217;s website and their digital edition via a synchronization of comments, bookmarking, and other social networking type tools.</p>
<p>As supplementary materials, I have attached 3 documents that I completed as part of my project:</p>
<ul>
<li><a href="http://issuu.com/batmoo/docs/the-boar-online_technology-research-for-magazines" target="_blank">Technology Research</a>: exploration of various technologies in use by the magazine industry and what movements the trends were indicating.</li>
<li><a href="http://issuu.com/batmoo/docs/the-boar-online_-_strategy_scope_structure" target="_blank">Strategy, Scope &amp; Structure</a>: Documentation outlining requirements for the online presence and drill down into specifics, as well as a high-level architectural diagram.</li>
<li><a href="http://issuu.com/batmoo/docs/the-boar-online_final-project-analysis" target="_blank">Final Analysis</a>: Analysis of the end result of my project, including rationale for technical and design choices as well as possible enhancements for the future.</li>
</ul>
<p>Also included is a somewhat-working version of the <a href="/media/digitaledition/theboarv1.1.html" target="_blank">digital edition prototype</a>.</p>
<p>The website in its current state, which has deviated slightly from the original design, can be found here: <a href="http://theboar.ca" target="_blank">http://theboar.ca</a></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalize.ca/2009/03/theboarca/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>User Interface Design: CanTeach Volunteer Handbook</title>
		<link>http://digitalize.ca/2008/05/user-interface-design-ebook/</link>
		<comments>http://digitalize.ca/2008/05/user-interface-design-ebook/#comments</comments>
		<pubDate>Fri, 23 May 2008 18:05:08 +0000</pubDate>
		<dc:creator>Mohammad Jangda</dc:creator>
				<category><![CDATA[Digital Design]]></category>

		<guid isPermaLink="false">http://batmoo.com/a/?p=57</guid>
		<description><![CDATA[The final result of the group project for class, DAC 300 (Special Topics in Digital Design: User Interfaces). We created a Volunteer Handbook for CanTeach International, a Waterloo-based organization that sends volunteers to Central America to assist Teachers in schools. The aim of the project was to design, prototype and test an electronic handbook to [...]]]></description>
			<content:encoded><![CDATA[<p>The final result of the group project for class, DAC 300 (Special Topics in Digital Design: User Interfaces). We created a Volunteer Handbook for CanTeach International, a Waterloo-based organization that sends volunteers to Central America to assist Teachers in schools.</p>
<p>The aim of the project was to design, prototype and test an electronic handbook to be used by volunteers new to the CanTeach program. The expectation was for volunteers to use the handbook throughout all phases of their journey (before, during, and after) as a learning and information gathering tool. The handbook was also to act as an electronic scrapbook of sorts, with tools for volunteers to capture their experiences in text.</p>
<p>The final prototype is below along with various supplementary materials related to the project.</p>
<p><a href="http://batmoo.com/a/media/CanTeach - El Salvador.tk3" target="_blank">CanTeach Volunteer Handbook</a> (~3MB file; requires <a href="http://www.nightkitchen.com" target="_blank">TK3 Reader</a>)</p>
<hr /><strong>Note: </strong>Since the prototype requires TK3Reader to be installed, I have included sample screenshots of the eBook as well.</p>
<p><a class="thickbox" rel="ebookscreens" href="/media/intro.jpg"><img class="alignnone size-thumbnail wp-image-63" title="eBook - Intro Page" src="/media/intro-150x150.jpg" alt="eBook - Intro Page" /></a><a class="thickbox" rel="ebookscreens" href="/media/intro.jpg"><img class="alignnone size-thumbnail wp-image-63" title="eBook - Intro Page" src="/media/intro-150x150.jpg" alt="eBook - Intro Page" /></a> <a class="thickbox" rel="ebookscreens" href="/media/table-of-contents.jpg"><img class="alignnone size-thumbnail wp-image-64" title="eBook - Table of Contents" src="/media/table-of-contents-150x150.jpg" alt="eBook - Table of Contents" /></a> <a class="thickbox" rel="ebookscreens" href="/media/chapter_title.jpg"><img class="alignnone size-thumbnail wp-image-65" title="eBook - Chapter Title Page" src="/media/chapter_title-150x150.jpg" alt="eBook - Chapter Title Page" /></a> <a class="thickbox" rel="ebookscreens" href="/media/internal_page.jpg"><img class="alignnone size-thumbnail wp-image-66" title="eBook - Internal Content Page" src="/media/internal_page-150x150.jpg" alt="eBook - Internal Content Page" /></a></p>
<hr /><strong>Tools used: </strong>TK3 Author, Adobe Photoshop</p>
<hr /><strong>Supplementary Materials: </strong></p>
<p>Architecture diagrams<br />
<a class="thickbox" rel="ebook" href="/media/canteach_ebook_-_architecture-initial-draft.png"><img class="alignnone size-thumbnail wp-image-61" title="CanTeach eBook - Architecture (initial draft)" src="/media/canteach_ebook_-_architecture-initial-draft-150x150.png" alt="CanTeach eBook - Architecture (initial draft)" /></a><br />
<em> Initial Draft</em></p>
<p><em></em><br />
<a class="thickbox" rel="ebook" href="/media/canteach_ebook_-_architecture.png"><img class="alignnone size-thumbnail wp-image-62" title="CanTeach eBook - Architecture" src="/media/canteach_ebook_-_architecture-150x150.png" alt="CanTeach eBook - Architecture" /></a><br />
<em> Final Architecture</em></p>
<p>Strategy and Scope Document: <a href="http://www.scribd.com/full/3088149?access_key=key-2exzroa8srabm4b2nl5d" target="_blank">http://www.scribd.com/full/3088149?access_key=key-2exzroa8srabm4b2nl5d</a></p>
<p>Presentation: <a href="http://www.scribd.com/full/3088089?access_key=key-1ibct2pwtngup105sysb" target="_blank">http://www.scribd.com/full/3088089?access_key=key-1ibct2pwtngup105sysb</a></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalize.ca/2008/05/user-interface-design-ebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web App prototype: eCard Builder</title>
		<link>http://digitalize.ca/2008/05/kiwishake/</link>
		<comments>http://digitalize.ca/2008/05/kiwishake/#comments</comments>
		<pubDate>Fri, 23 May 2008 08:54:59 +0000</pubDate>
		<dc:creator>Mohammad Jangda</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://batmoo.com/a/?p=43</guid>
		<description><![CDATA[KiwiShake was a prototype Facebook application. The idea was to provide users with the ability to create eCards that could be customized with photos, videos, etc. It&#8217;s not even close to completion and it pretty terrible overall, but there&#8217;s a lot of potential. I programmed the interface of the application, which involved lots of JavaScript [...]]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" href="http://batmoo.com/media/kiwi.png"><img class="alignnone size-full wp-image-58" title="KiwiShake" src="http://batmoo.com/media/kiwi.png" alt="" /></a></p>
<p>KiwiShake was a prototype Facebook application. The idea was to provide users with the ability to create eCards that could be customized with photos, videos, etc. It&#8217;s not even close to completion and it pretty terrible overall, but there&#8217;s a lot of potential.</p>
<p>I programmed the interface of the application, which involved lots of JavaScript and some AJAX work.</p>
<p>See a somewhat functioning prototype here: <a href="/media/kiwi/kiwi.html" target="_blank">http://digitalize.ca/media/kiwi/kiwi.html</a></p>
<hr /><strong>Tools used: </strong>JavaScript, Aptana IDE, YouTube API, various JavaScript libraries</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalize.ca/2008/05/kiwishake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print Design: Personalized Notepad for New Faculty Members</title>
		<link>http://digitalize.ca/2008/05/new-faculty-training-tool/</link>
		<comments>http://digitalize.ca/2008/05/new-faculty-training-tool/#comments</comments>
		<pubDate>Fri, 23 May 2008 08:54:10 +0000</pubDate>
		<dc:creator>Mohammad Jangda</dc:creator>
				<category><![CDATA[Print Design]]></category>

		<guid isPermaLink="false">http://batmoo.com/a/?p=42</guid>
		<description><![CDATA[The above was the final design created by me for the project that I worked on during my first work term. The objective was to create effective resource materials for new faculty at the University of Waterloo. After multiple informational and design interviews with various new faculty members, the result of the project was a [...]]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" rel="notepad" href="http://digitalize.ca/media/faculty1.jpg"><img class="alignnone size-thumbnail wp-image-55" title="Notepad paper" src="http://digitalize.ca/media/faculty1-150x150.jpg" alt="" /></a> <a class="thickbox" rel="notepad" href="/media/faculty2.jpg"><img class="alignnone size-thumbnail wp-image-56" title="Notepad - Back Page" src="/media/faculty2-150x150.jpg" alt="Notepad - Back Page" width="150" height="150" /></a></p>
<p>The above was the final design created by me for the project that I worked on during my first work term. The objective was to create effective resource materials for new faculty at the University of Waterloo. After multiple informational and design interviews with various new faculty members, the result of the project was a personalized stationary pad (design seen above), coupled with an online resource guide.</p>
<hr /><strong>Tools used: </strong> Adobe Photoshop</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalize.ca/2008/05/new-faculty-training-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print Design: Newspaper Design</title>
		<link>http://digitalize.ca/2008/05/newspaper-layout/</link>
		<comments>http://digitalize.ca/2008/05/newspaper-layout/#comments</comments>
		<pubDate>Fri, 23 May 2008 08:53:27 +0000</pubDate>
		<dc:creator>Mohammad Jangda</dc:creator>
				<category><![CDATA[Print Design]]></category>

		<guid isPermaLink="false">http://batmoo.com/a/?p=40</guid>
		<description><![CDATA[For full (readable) versions of these and more, please visit: http://www.scribd.com/groups/view/803-my-layout-designs Tools used: Adobe InDesign]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" rel="news" href="/media/2006-07-14a.png"><img class="alignnone size-thumbnail wp-image-73" title="Imprint - Sports Section - 2006-07-14" src="/media/2006-07-14a-150x150.png" alt="Imprint - Sports Section - 2006-07-14" /></a> <a class="thickbox" rel="news" href="/media/2007-07-27-1.png"><img class="alignnone size-thumbnail wp-image-70" title="Opinion Section - 2007-07-27" src="/media/2007-07-27-1-150x150.png" alt="Opinion Section - 2007-07-27" /></a> <a class="thickbox" rel="news" href="/media/2007-05-18-1.png"><img class="alignnone size-thumbnail wp-image-71" title="Imprint - Opinion Section - 2007-05-18-1" src="/media/2007-05-18-1-150x150.png" alt="Imprint - Opinion Section - 2007-05-18-1" /></a> <a class="thickbox" rel="news" href="http://batmoo.com/media/imprint2b.jpg"><img class="alignnone size-thumbnail wp-image-51" title="Imprint - Opinion Section" src="http://batmoo.com/media/imprint2b-150x150.jpg" alt="" /></a></p>
<p>For full (readable) versions of these and more, please visit: <a href="http://www.scribd.com/groups/view/803-my-layout-designs" target="_blank">http://www.scribd.com/groups/view/803-my-layout-designs</a></p>
<hr /><strong>Tools used: </strong> Adobe InDesign</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalize.ca/2008/05/newspaper-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print Design: Promotional Materials</title>
		<link>http://digitalize.ca/2008/05/event-promotion-materials/</link>
		<comments>http://digitalize.ca/2008/05/event-promotion-materials/#comments</comments>
		<pubDate>Fri, 23 May 2008 08:52:35 +0000</pubDate>
		<dc:creator>Mohammad Jangda</dc:creator>
				<category><![CDATA[Print Design]]></category>

		<guid isPermaLink="false">http://batmoo.com/a/?p=39</guid>
		<description><![CDATA[Tools used: Adobe Photoshop, Adobe InDesign]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" rel="promote" href="/media/promotion1.jpg"><img class="alignnone size-thumbnail wp-image-52" title="Laurel Centre - Overview Document" src="/media/promotion1-150x150.jpg" alt="Laurel Centre - Overview Document" /></a> <a class="thickbox" rel="promote" href="/media/promotion2.jpg"><img class="alignnone size-thumbnail wp-image-53" title="Laurel Centre - Lecture Series Poster" src="/media/promotion2-150x150.jpg" alt="Laurel Centre - Lecture Series Poster" /></a> <a class="thickbox" rel="promote" href="/media/promotion4.png"><img class="alignnone size-thumbnail wp-image-68" title="Whiteout Promotional Poster" src="/media/promotion4-150x150.png" alt="Whiteout Promotional Poster" /></a></p>
<hr /><strong>Tools used:</strong> Adobe Photoshop, Adobe InDesign</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalize.ca/2008/05/event-promotion-materials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
