<?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></title>
	<atom:link href="http://paultseng.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://paultseng.net</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 18:25:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>League of Legends Data</title>
		<link>http://paultseng.net/thesis-2/league-of-legends-data/</link>
		<comments>http://paultseng.net/thesis-2/league-of-legends-data/#comments</comments>
		<pubDate>Thu, 17 May 2012 18:06:26 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://paultseng.net/?p=4342</guid>
		<description><![CDATA[<img width="188" height="121" src="http://paultseng.net/wp-content/uploads/2012/05/league-data-12-188x121.jpg" class="attachment-medium wp-post-image" alt="league data-12" title="league data-12" />I ended up seeing some posts about recording mouse movements through IO Graphica while playing League of Legends and i thought i would put in  &#8230;]]></description>
			<content:encoded><![CDATA[<img width="188" height="121" src="http://paultseng.net/wp-content/uploads/2012/05/league-data-12-188x121.jpg" class="attachment-medium wp-post-image" alt="league data-12" title="league data-12" /><p></p><br /><p>I ended up seeing some posts about recording mouse movements through IO Graphica while playing League of Legends and i thought i would put in my two cents (since i did some research on this during my thesis this year). I also love playing League of Legends and feel that it certainly is a game that allows for this kind of research depth!</p>
<p>I tried multiple ways of recording mouse movement and mouse clicks, IO Graphica for me had some downfalls in my opinion (but is certainly a quick and easy way to see your actions). But here are some things i realized about recording LoL with IO Graphica.</p>
<ul>
<li>You cannot break down different phases of the game. Where is the intense back and forth clicking vs the later part of the game where we all roam around.</li>
<li>It does not show any mouse clicks, only mouse movements and linger time.</li>
<li>It is quite restrictive with its output format which makes is not really edit&#8217;able.</li>
</ul>
<p>What i ended up doing was to look for an alternative way of recording gaming data and the best process i found is something along these lines.</p>
<p><strong>Use a keylogger on yourself:</strong> I wanted a keylogger that could easily cull and edit the actions that were done and <a href="http://www.jitbit.com/macro-recorder/">Jitbit Macro Recorder</a> allowed me to do that. It brought the gaming data out of the game and into raw edit&#8217;able actions. Below is the text file that the keylogger ends up giving to you, it is much better to edit this in the Jitbit interface though!</p>
<p><a href="http://paultseng.net/wp-content/uploads/2012/05/league-data-09.jpg" rel="lightbox[4342]"><img class="aligncenter size-large wp-image-4343" title="league data-09" src="http://paultseng.net/wp-content/uploads/2012/05/league-data-09-494x319.jpg" alt="" width="494" height="319" /></a></p>
<p><strong>Heatmap:</strong> If you want to have the mouse movements, in the keylogger software, cull all of the mouse clicks, change the delay between the points to a low number and add a left click down action to the beginning and a left click up action to the end. Now bring it into a software like Photoshop, full screen the program and use the airbrush tool. With this, you have full control over how it will look like in the end.</p>
<p><a href="http://paultseng.net/wp-content/uploads/2012/05/league-data-10.jpg" rel="lightbox[4342]"><img class="aligncenter size-large wp-image-4344" title="league data-10" src="http://paultseng.net/wp-content/uploads/2012/05/league-data-10-494x319.jpg" alt="" width="494" height="319" /></a></p>
<p><strong>Heightfield:</strong> When you have gotten the above image, turn it into grey scale and convert it into a heightfield in a software like Rhinoceros. This is yet again another way of looking at the data. I also put the mouse clicks onto this one by running the original script on fullscreen with the point tool in Rhinoceros. This was interesting for me because i wanted to bring this data into the third dimension.</p>
<p><a href="http://paultseng.net/wp-content/uploads/2012/05/league-data-11.jpg" rel="lightbox[4342]"><img class="aligncenter size-large wp-image-4345" title="league data-11" src="http://paultseng.net/wp-content/uploads/2012/05/league-data-11-494x319.jpg" alt="" width="494" height="319" /></a></p>
<p><a href="http://paultseng.net/wp-content/uploads/2012/05/league-data-12.jpg" rel="lightbox[4342]"><img class="aligncenter size-large wp-image-4346" title="league data-12" src="http://paultseng.net/wp-content/uploads/2012/05/league-data-12-494x319.jpg" alt="" width="494" height="319" /></a></p>
<p><strong>Beyond the screen:</strong> I ended up CNC milling out the shape just to see how it would look like. This was pretty much how far i got into researching this topic before i ended up going into another direction.</p>
<p><a href="http://paultseng.net/wp-content/uploads/2012/05/cnc-mouse-movement.jpg" rel="lightbox[4342]"><img class="aligncenter size-large wp-image-4347" title="cnc mouse movement" src="http://paultseng.net/wp-content/uploads/2012/05/cnc-mouse-movement-494x370.jpg" alt="" width="494" height="370" /></a></p>
<p>If i had followed this topic further, what i would probably do is to also do a fraps recording of the gaming session to see things like when the early, mid and late game periods are and cut them into parts with the keylogger. The comparison between beginners and professional players was also an avenue that i would have followed up on. Also looking into different ways of creating an interesting final physical piece (unlike the not so aesthetically CNC milled foam i have above). Perhaps i will look into it in the future, who knows!</p>
<p>As a first post i share on Reddit, hope you like it!</p>
]]></content:encoded>
			<wfw:commentRss>http://paultseng.net/thesis-2/league-of-legends-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of year, thesis post</title>
		<link>http://paultseng.net/projects/end-of-year-thesis-post/</link>
		<comments>http://paultseng.net/projects/end-of-year-thesis-post/#comments</comments>
		<pubDate>Fri, 04 May 2012 13:18:54 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://paultseng.net/?p=4309</guid>
		<description><![CDATA[<img width="188" height="125" src="http://paultseng.net/wp-content/uploads/2012/05/feature-9-188x125.jpg" class="attachment-medium wp-post-image" alt="feature 9" title="feature 9" />So the time has come to write a final summary of my thesis. I was unable to keep weekly updates on my thesis, which was  &#8230;]]></description>
			<content:encoded><![CDATA[<img width="188" height="125" src="http://paultseng.net/wp-content/uploads/2012/05/feature-9-188x125.jpg" class="attachment-medium wp-post-image" alt="feature 9" title="feature 9" /><p></p><br /><p>So the time has come to write a final summary of my thesis. I was unable to keep weekly updates on my thesis, which was a shame! However i am glad it turned out in the end and i am certainly looking forward for life beyond OCADU!</p>
<p>My thesis in a nutshell can be described in an equation that goes as following</p>
<p><span style="color: #ff0000;">Tetris (graphic design + interactive objects)</span></p>
<p>In my four years of graphic design, i have realized that graphic design is all about communicating <span style="text-decoration: underline;">&#8220;graphically&#8221;</span> by any means necessary. By looking at the word &#8220;graphic&#8221; we see that it has multiple meanings, but more importantly the meanings do not specify a specific dimensionality. In an occupation that relies heavily on two dimensionalprinted media to convey a message, what i wanted to do was to challenge the comfort zone of graphic design through communicative interactive objects.</p>
<p>Through the use of a variety of tools and skills that are more focused on fabrication, my objects went beyond the two-dimensional realm that graphic design usually resides in to communicate the essence of Tetris. By taking advantage of my own skill set, multiple avenues open that allowed me to represent these different aspects of Tetris in unique and engaging methods.</p>
<p>What I will be taking with me beyond my thesis on Tetris is this extended definition of graphic and to me how graphic design is purely a tool to communicate a topic clearly and vividly. Graphic design is certainly an occupation that has embraced evolution andI believe that it will quickly move towards the third dimension in the near future.</p>
<p>Below are some images of the final objects that i created, the three aspects they communicate are the block formations, the drop rate and the point system. To go more in-depth on my objects, download my <a href="http://paultseng.net/wp-content/uploads/2012/05/Paul_Tseng_Process_book.pdf">process book</a>.
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/feature-9/' title='feature 9'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/feature-9-88x88.jpg" class="attachment-thumbnail" alt="feature 9" title="feature 9" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-21/' title='tetris 21'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-21-88x88.jpg" class="attachment-thumbnail" alt="tetris 21" title="tetris 21" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-20/' title='tetris 20'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-20-88x88.jpg" class="attachment-thumbnail" alt="tetris 20" title="tetris 20" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-19/' title='tetris 19'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-19-88x88.jpg" class="attachment-thumbnail" alt="tetris 19" title="tetris 19" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-18/' title='tetris 18'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-18-88x88.jpg" class="attachment-thumbnail" alt="tetris 18" title="tetris 18" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-17/' title='tetris 17'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-17-88x88.jpg" class="attachment-thumbnail" alt="tetris 17" title="tetris 17" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-16/' title='tetris 16'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-16-88x88.jpg" class="attachment-thumbnail" alt="tetris 16" title="tetris 16" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-15/' title='tetris 15'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-15-88x88.jpg" class="attachment-thumbnail" alt="tetris 15" title="tetris 15" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-14/' title='tetris 14'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-14-88x88.jpg" class="attachment-thumbnail" alt="tetris 14" title="tetris 14" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-12/' title='tetris 12'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-12-88x88.jpg" class="attachment-thumbnail" alt="tetris 12" title="tetris 12" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-11/' title='tetris 11'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-11-88x88.jpg" class="attachment-thumbnail" alt="tetris 11" title="tetris 11" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-10/' title='tetris 10'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-10-88x88.jpg" class="attachment-thumbnail" alt="tetris 10" title="tetris 10" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-9/' title='tetris 9'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-9-88x88.jpg" class="attachment-thumbnail" alt="tetris 9" title="tetris 9" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-8/' title='tetris 8'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-8-88x88.jpg" class="attachment-thumbnail" alt="tetris 8" title="tetris 8" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-7/' title='tetris 7'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-7-88x88.jpg" class="attachment-thumbnail" alt="tetris 7" title="tetris 7" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-6/' title='tetris 6'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-6-88x88.jpg" class="attachment-thumbnail" alt="tetris 6" title="tetris 6" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-5/' title='tetris 5'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-5-88x88.jpg" class="attachment-thumbnail" alt="tetris 5" title="tetris 5" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-4/' title='tetris 4'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-4-88x88.jpg" class="attachment-thumbnail" alt="tetris 4" title="tetris 4" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-3/' title='tetris 3'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-3-88x88.jpg" class="attachment-thumbnail" alt="tetris 3" title="tetris 3" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-2/' title='tetris 2'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-2-88x88.jpg" class="attachment-thumbnail" alt="tetris 2" title="tetris 2" /></a>
<a href='http://paultseng.net/projects/end-of-year-thesis-post/attachment/tetris-1/' title='tetris 1'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/05/tetris-1-88x88.jpg" class="attachment-thumbnail" alt="tetris 1" title="tetris 1" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://paultseng.net/projects/end-of-year-thesis-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thesis Reflection Week 2</title>
		<link>http://paultseng.net/thesis-2/thesis-reflection-week-2/</link>
		<comments>http://paultseng.net/thesis-2/thesis-reflection-week-2/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 00:21:31 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://paultseng.net/?p=4278</guid>
		<description><![CDATA[For my thesis class we have to do a writeup once every two weeks talking about what we have done and how we reflect on  &#8230;]]></description>
			<content:encoded><![CDATA[<p></p><br /><p>For my thesis class we have to do a writeup once every two weeks talking about what we have done and how we reflect on it. Instead of doing the writeup and handing it in, I think that blogging about it will be way more beneficial for people around me who are curious about what my thesis is actually all about. Compared to the huge semester summary that I did in a blog post, I think making it into these smaller chunks will shed more light onto what I have been doing. On another note, I feel more inclined to make a blog post than a writeup that is only seen between my prof and me.</p>
<p>As my first semester ended, I knew that I had a lot of things to think about for my second semester. In my final talk with my thesis professor, a topic that came up and really hit me hard was what I wanted to say through my thesis. My actions in the first semester can certainly be classified as one big exploration. All I did was to play around with the possibilities of what I had at hand. The actions that I was doing did not have any specific goal other than to stay in the explorative realm.</p>
<p>The holidays had given me ample time to think about what kind of message I would voice through my thesis. I was trying to boil down the reasons why I wanted to incorporate rapid prototyping into my thesis and what I realized was that my mindset had already created an apparent connection between the two. That graphic design is swiftly evolved beyond the use of paper and ink; it’s forced to absorb a magnitude of technologies, which then again pushes the occupation into many different directions. Some of these technologies include 3D printers, lasercutters and CNC machines.</p>
<p>Throughout the summer, I was fortunate to also get a number of books that I want to read through as the semester goes by. Compared to my last semester where I my literary part was somewhat haphazardly put together, this time around I will be ready for it.</p>
<p><a href="http://paultseng.net/wp-content/uploads/2012/01/IMG_0704.jpg" rel="lightbox[4278]"><img class="aligncenter size-large wp-image-4288" title="IMG_0704" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0704-494x370.jpg" alt="" width="494" height="370" /></a></p>
<p>As a student studying graphic design and a printshop monitor, I certainly am aware of the important relationship designers have with their printers. When we design something, the final output has to take into many different factors created by the chosen method of production. Printing a poster has to take into consideration like color correction, paper stock and size restrictions. As we become more experienced, we learn to push the limits of our tools. An example that I did was this <a title="“Try Something New” Poster" href="http://paultseng.net/projects/try-something-new-poster/">typographic poster</a> where the size restriction seriously limited the effectiveness of my poster. What I decided to do was create tabs that I ended up sewing together, increasing the size of the poster beyond the restrictions of the printer.</p>
<p>As many graphic designers are pushing the boundaries when it comes to paper prints, I realize that together with the influx of new technologies at our disposal comes the same opportunity, which is to push the machinery and their outputs to their limits. Another reason why this opportunity has only recently emerged can be attributed to the fact that these technologies have infiltrated the school systems, giving students a chance to use them at a reasonable price. At OCADU, our rapid prototyping room includes a CNC machine, lasercutter, 3D printer and 3D scanner, which are all at the student’s fingertips with the right knowledge.</p>
<p>An assignment that we on our first class was to get back into the groove of making things again. With the winter vacation, many of us still need to rev back up again and I think just forcing us to make something is a great way of getting back into it. What I wanted to do was to take a used book and transform it into something else.</p>
<p>I was not sure what this “something else” would be but I thought that it would somewhat work out in the end. As I was looking for a used book to buy, a book called “A Wallflower Christmas” popped up and shablam, I knew what I wanted to do. I wanted to somehow create a flower out of the book and that’s what I did! Through folding and cutting, I transformed a section of the book into a flower. Since this assignment was just to get us back into the “making” mode, I didn’t forcefully make it encompass my thesis. However, when I think about what I did, it really does relate to my thesis. If I interchange the folding and cutting actions with a new technology like the lasercutter, it would become an exploration of the new technology through printed media. This is how i ended up creating, which represents the book and its content. Down below are some process photos of what i did with the book.</p>
<p><a href="http://paultseng.net/wp-content/uploads/2012/01/IMG_0705.jpg" rel="lightbox[4278]"><img class="aligncenter size-large wp-image-4287" title="IMG_0705" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0705-370x494.jpg" alt="" width="370" height="494" /></a></p>
<p>After the critique we had today about the form that we created, the Wallflower Christmas flower that I made lacks in a quite key department, and that is to actually represent the my thesis. What I need to get going, is to actually have these down and dirty relationships with the machines I want to commentate about. That is certainly a job for these two up and coming weeks!
<a href='http://paultseng.net/thesis-2/thesis-reflection-week-2/attachment/img_0679/' title='IMG_0679'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0679-88x88.jpg" class="attachment-thumbnail" alt="IMG_0679" title="IMG_0679" /></a>
<a href='http://paultseng.net/thesis-2/thesis-reflection-week-2/attachment/img_0681/' title='IMG_0681'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0681-88x88.jpg" class="attachment-thumbnail" alt="IMG_0681" title="IMG_0681" /></a>
<a href='http://paultseng.net/thesis-2/thesis-reflection-week-2/attachment/img_0691/' title='IMG_0691'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0691-88x88.jpg" class="attachment-thumbnail" alt="IMG_0691" title="IMG_0691" /></a>
<a href='http://paultseng.net/thesis-2/thesis-reflection-week-2/attachment/img_0692/' title='IMG_0692'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0692-88x88.jpg" class="attachment-thumbnail" alt="IMG_0692" title="IMG_0692" /></a>
<a href='http://paultseng.net/thesis-2/thesis-reflection-week-2/attachment/img_0696/' title='IMG_0696'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0696-88x88.jpg" class="attachment-thumbnail" alt="IMG_0696" title="IMG_0696" /></a>
<a href='http://paultseng.net/thesis-2/thesis-reflection-week-2/attachment/img_0699/' title='IMG_0699'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0699-88x88.jpg" class="attachment-thumbnail" alt="IMG_0699" title="IMG_0699" /></a>
<a href='http://paultseng.net/thesis-2/thesis-reflection-week-2/attachment/img_0700/' title='IMG_0700'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0700-88x88.jpg" class="attachment-thumbnail" alt="IMG_0700" title="IMG_0700" /></a>
<a href='http://paultseng.net/thesis-2/thesis-reflection-week-2/attachment/img_0704/' title='IMG_0704'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0704-88x88.jpg" class="attachment-thumbnail" alt="IMG_0704" title="IMG_0704" /></a>
<a href='http://paultseng.net/thesis-2/thesis-reflection-week-2/attachment/img_0705/' title='IMG_0705'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0705-88x88.jpg" class="attachment-thumbnail" alt="IMG_0705" title="IMG_0705" /></a>
<a href='http://paultseng.net/thesis-2/thesis-reflection-week-2/attachment/img_0707/' title='IMG_0707'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2012/01/IMG_0707-88x88.jpg" class="attachment-thumbnail" alt="IMG_0707" title="IMG_0707" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://paultseng.net/thesis-2/thesis-reflection-week-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thesis Talk</title>
		<link>http://paultseng.net/thesis-2/thesis-talk/</link>
		<comments>http://paultseng.net/thesis-2/thesis-talk/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 18:35:23 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[exploration]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[grasshopper]]></category>
		<category><![CDATA[information visualization]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[rapid prototyping]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://paultseng.net/?p=4152</guid>
		<description><![CDATA[<img width="141" height="188" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0505-141x188.jpg" class="attachment-medium wp-post-image" alt="IMG_0505" title="IMG_0505" />As a 4th year OCADU student, we have a year long final thesis project that focuses on whatever you want to that relates to the  &#8230;]]></description>
			<content:encoded><![CDATA[<img width="141" height="188" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0505-141x188.jpg" class="attachment-medium wp-post-image" alt="IMG_0505" title="IMG_0505" /><p></p><br /><p>As a 4th year OCADU student, we have a year long final thesis project that focuses on whatever you want to that relates to the major you are in. In this year, the graphic design thesis at OCADU has changed a bit. There is currently two different branches that one can pick. The first one is the regular one where you focus on a self generated topic for a year. The other one, from what i have heard is a series of smaller projects. The second seems to me to be an extension of the graphic deisgn core classes we have been doing previously. I had personally decided a long time ago and i was fully committed to the year long single thesis project. How can you NOT want to work on your own interests for a full year!</p>
<p>Below i will give somewhat of a summary of what my thesis looks like after the first semester, if you want to read a bit more about it, <a title="1st Semester Process Book" href="http://paultseng.net/wp-content/uploads/2011/12/ProcessBook1.pdf" target="_blank">here</a> is a download link to the final process book that i had to create for that semester (I would recommend downloading it and viewing two pages at the time, like it was suppose to be viewed. (in adobe acrobat its through view &#8211;&gt; page display &#8211;&gt; two page view/scrolling!)</p>
<p>My thesis statement in a nutshell goes as following &#8220;By pushing the boundaries of materials, I will explore the communication of information through the third dimension. &#8220;. This nugget went through a lot of refinement to get to this point. I am however super glad that it has changed so much over this first semester. In the beginning, i was kinda clueless as to how i wanted to approach my thesis but it has been working out well so far.</p>
<p>I did tons of explorations with paper and light throughout the semester. I also worked with string and wire to create some interesting shapes. In the lather part of the semester, i made it a mission to learn grasshopper (a plugin for Rhino which is a 3D modeling software!). That really became a black hole for my time allocation, in my next semester i will for sure focus on creating more stuff instead of trying to learn a software! Personally i think that i didnt really get into the thesis groove this semester, but hopefully that groove will come into play next semester so that an amazing thesis is created :D Below are some key images of the things that i did during my thesis this semester. I really recommend looking at the process book PDF that i made for a more indepth story on those images!</p>

<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_2599/' title='IMG_2599'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_2599-88x88.jpg" class="attachment-thumbnail" alt="IMG_2599" title="IMG_2599" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_2553/' title='IMG_2553'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_2553-88x88.jpg" class="attachment-thumbnail" alt="IMG_2553" title="IMG_2553" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_2332-2/' title='IMG_2332'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_2332-88x88.jpg" class="attachment-thumbnail" alt="IMG_2332" title="IMG_2332" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/4/' title='4'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/4-88x88.jpg" class="attachment-thumbnail" alt="4" title="4" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/board/' title='board'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/board-88x88.jpg" class="attachment-thumbnail" alt="board" title="board" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/dominos/' title='dominos'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/dominos-88x88.jpg" class="attachment-thumbnail" alt="dominos" title="dominos" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/dsc_7092/' title='DSC_7092'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/DSC_7092-88x88.jpg" class="attachment-thumbnail" alt="DSC_7092" title="DSC_7092" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0025-2/' title='IMG_0025'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0025-88x88.jpg" class="attachment-thumbnail" alt="IMG_0025" title="IMG_0025" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0039-2/' title='IMG_0039'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0039-88x88.jpg" class="attachment-thumbnail" alt="IMG_0039" title="IMG_0039" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0067-2/' title='IMG_0067'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0067-88x88.jpg" class="attachment-thumbnail" alt="IMG_0067" title="IMG_0067" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0159/' title='IMG_0159'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0159-88x88.jpg" class="attachment-thumbnail" alt="IMG_0159" title="IMG_0159" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0168/' title='IMG_0168'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0168-88x88.jpg" class="attachment-thumbnail" alt="IMG_0168" title="IMG_0168" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0235/' title='IMG_0235'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0235-88x88.jpg" class="attachment-thumbnail" alt="IMG_0235" title="IMG_0235" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0265/' title='IMG_0265'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0265-88x88.jpg" class="attachment-thumbnail" alt="IMG_0265" title="IMG_0265" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0273/' title='IMG_0273'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0273-88x88.jpg" class="attachment-thumbnail" alt="IMG_0273" title="IMG_0273" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0276/' title='IMG_0276'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0276-88x88.jpg" class="attachment-thumbnail" alt="IMG_0276" title="IMG_0276" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0288/' title='IMG_0288'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0288-88x88.jpg" class="attachment-thumbnail" alt="IMG_0288" title="IMG_0288" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0293/' title='IMG_0293'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0293-88x88.jpg" class="attachment-thumbnail" alt="IMG_0293" title="IMG_0293" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/img_0505/' title='IMG_0505'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0505-88x88.jpg" class="attachment-thumbnail" alt="IMG_0505" title="IMG_0505" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/list-items/' title='List-items'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/List-items-88x88.jpg" class="attachment-thumbnail" alt="List-items" title="List-items" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/pizzapizza/' title='pizzapizza'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/pizzapizza-88x88.jpg" class="attachment-thumbnail" alt="pizzapizza" title="pizzapizza" /></a>
<a href='http://paultseng.net/thesis-2/thesis-talk/attachment/poster/' title='Poster'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/Poster-88x88.jpg" class="attachment-thumbnail" alt="Poster" title="Poster" /></a>

]]></content:encoded>
			<wfw:commentRss>http://paultseng.net/thesis-2/thesis-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 Canzine!</title>
		<link>http://paultseng.net/blog/2011-canzine/</link>
		<comments>http://paultseng.net/blog/2011-canzine/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 02:01:32 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[brown paper]]></category>
		<category><![CDATA[Canzine]]></category>
		<category><![CDATA[cheap prints]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[iPhone covers]]></category>
		<category><![CDATA[pins]]></category>
		<category><![CDATA[posters]]></category>
		<category><![CDATA[toronto]]></category>
		<category><![CDATA[zine]]></category>

		<guid isPermaLink="false">http://paultseng.net/?p=4100</guid>
		<description><![CDATA[So this year i decided to participate at Canzine. Since a ton of illustrator peeps that i usually hang out with decided to participate, i  &#8230;]]></description>
			<content:encoded><![CDATA[<p></p><br /><p>So this year i decided to participate at Canzine. Since a ton of illustrator peeps that i usually hang out with decided to participate, i thought, why not! This also became a &#8220;better late than never&#8221; post since it occured some months ago! :D</p>
<p>I was not sure what i would be making for the event but the thought of me doing something illustrator&#8217;y was looming around in my head for quite sometime. In the end i didnt make any personal zines, however i was a part of a larger collaboration called Fingerbiter, where a bunch of my buddies had to illustrate the theme of fingerbiting on a double spread page. Therefore the zine aspect of the show managed to get checked off without me creating an individual zine.</p>
<p>Some accessories that i had accompany the selling of that zine were posters and iPhone cases. The posters were images that i thought were interesting, printed on a brown sheet of paper. Before i printed on the brown sheet of paper, i used paint to create an interesting pattern on the brown paper. When the paint had dried, i put it through the large format black and white printers we have at OCADU (I totally recommend this printer if you are on a budget, $1 per linear foot, and our roll of paper is 36&#8243; wide (this means that you can get a 36&#8243; by 12&#8243; b/w print for a dollar!)) If you can be creative with the black and white print, you can create a lot of awesome prints for cheap!</p>
<p>The iphone cases that i made were somewhat of a last minute addition to the whole fleet. I felt that what i had was kinda sparce so i ended up making them the night before the event. With some fabric that i had lying around + some free bags that i had acquired from the CMTS show that i went to, i ended up creating a handful of fabric cases.</p>
<p>The morning of Canzine, i went to Emmet&#8217;s place to make some buttons with her button machine. There was some mismatch between the supplies that i bought and the button machine (which i knew of but somewhat ignored), this mismatch made the button creation success rate around 30% haha.</p>
<p>The event itself was a good experience. I did not come early enough so i was kinda squished into this room that was was not a part of the main hall which was quite unfortunate. I had also brought the Omnion to add some mood lighting which i must say added a lot to the table that i was at. There were tons of great stuff around the place, what i ended up buying was tons of stickers (one day i will put em on my bike) and a t-shirt! It has somewhat become a staple thing for me to buy a t-shirt at these events. The t-shirt is a screenprint of a cat with what i think is an AK-47 gun. Not the regular motive i would wear but amazing nonetheless! Also i got the coolest cupcakes ever at this event! The cookie on one of them is seriously bigger than the cupcake itself haha.</p>
<p>In terms of sales, the posters won by a large amount. The zine, even though it was really nice looking did not sell at all. I think that the competition with all the otehr zines out there really made it a hard battle to win. Posters, which is somewhat of a more niche item during canzine stood out way more. I only sold + gave away the iPhone cases to my buddies, the didnt really sell either haha.
<a href='http://paultseng.net/blog/2011-canzine/attachment/img_0122-version-2/' title='IMG_0122 - Version 2'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0122-Version-2-88x88.jpg" class="attachment-thumbnail" alt="IMG_0122 - Version 2" title="IMG_0122 - Version 2" /></a>
<a href='http://paultseng.net/blog/2011-canzine/attachment/img_0114-version-2/' title='IMG_0114 - Version 2'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0114-Version-2-88x88.jpg" class="attachment-thumbnail" alt="IMG_0114 - Version 2" title="IMG_0114 - Version 2" /></a>
<a href='http://paultseng.net/blog/2011-canzine/attachment/img_0113/' title='IMG_0113'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0113-88x88.jpg" class="attachment-thumbnail" alt="IMG_0113" title="IMG_0113" /></a>
<a href='http://paultseng.net/blog/2011-canzine/attachment/img_0090/' title='IMG_0090'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/12/IMG_0090-88x88.jpg" class="attachment-thumbnail" alt="IMG_0090" title="IMG_0090" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://paultseng.net/blog/2011-canzine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 Nuit Blanche</title>
		<link>http://paultseng.net/blog/2011-nuit-blanche/</link>
		<comments>http://paultseng.net/blog/2011-nuit-blanche/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 08:02:33 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[all-night]]></category>
		<category><![CDATA[cold]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Keita painting]]></category>
		<category><![CDATA[Nuit Blanche]]></category>
		<category><![CDATA[special effects]]></category>
		<category><![CDATA[TIFF 8-bit]]></category>

		<guid isPermaLink="false">http://paultseng.net/?p=4101</guid>
		<description><![CDATA[Oh man, i am quite the procrastinator when it comes to publishing posts in a timely fashion&#8230; So here we have some Nuit Blanche images  &#8230;]]></description>
			<content:encoded><![CDATA[<p></p><br /><p>Oh man, i am quite the procrastinator when it comes to publishing posts in a timely fashion&#8230; So here we have some Nuit Blanche images :D I must say this was one of the most enjoyable NB i have been to so far. One aspect that really made it for me was that i had a bicycle (which made it sooooo much more efficient and better to explore areas) Some things to remember from the day,</p>
<ul>
<li>Maggie + her flat tire. We ended up meeting this old couple who allowed us to borrow their bicycle pump which was a few blocks down the road.</li>
<li>Hansel and Gretel reinterpretation (that installation was awesome!)</li>
<li>Funnel cake + corn + other foods!</li>
<li>OCADU&#8217;s Digital landscape installation</li>
<li>The crusty food tent</li>
<li>Keita&#8217;s art battle at the AGO</li>
</ul>
<div>If you havent been to NB yet, then i totally recommend it for next year! (and if you do, rent a bicycle if you dont have one!)</div>
<div>

<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2314/' title='IMG_2314'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2314-88x88.jpg" class="attachment-thumbnail" alt="IMG_2314" title="IMG_2314" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2319/' title='IMG_2319'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2319-88x88.jpg" class="attachment-thumbnail" alt="IMG_2319" title="IMG_2319" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2325/' title='IMG_2325'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2325-88x88.jpg" class="attachment-thumbnail" alt="IMG_2325" title="IMG_2325" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2326/' title='IMG_2326'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2326-88x88.jpg" class="attachment-thumbnail" alt="IMG_2326" title="IMG_2326" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2327/' title='IMG_2327'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2327-88x88.jpg" class="attachment-thumbnail" alt="IMG_2327" title="IMG_2327" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2329/' title='IMG_2329'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2329-88x88.jpg" class="attachment-thumbnail" alt="IMG_2329" title="IMG_2329" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2331/' title='IMG_2331'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2331-88x88.jpg" class="attachment-thumbnail" alt="IMG_2331" title="IMG_2331" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2332/' title='IMG_2332'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2332-88x88.jpg" class="attachment-thumbnail" alt="IMG_2332" title="IMG_2332" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2333-2/' title='IMG_2333'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2333-88x88.jpg" class="attachment-thumbnail" alt="IMG_2333" title="IMG_2333" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2336-2/' title='IMG_2336'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2336-88x88.jpg" class="attachment-thumbnail" alt="IMG_2336" title="IMG_2336" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2337/' title='IMG_2337'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2337-88x88.jpg" class="attachment-thumbnail" alt="IMG_2337" title="IMG_2337" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2340-2/' title='IMG_2340'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2340-88x88.jpg" class="attachment-thumbnail" alt="IMG_2340" title="IMG_2340" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2341-2/' title='IMG_2341'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2341-88x88.jpg" class="attachment-thumbnail" alt="IMG_2341" title="IMG_2341" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2343-2/' title='IMG_2343'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2343-88x88.jpg" class="attachment-thumbnail" alt="IMG_2343" title="IMG_2343" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2346-2/' title='IMG_2346'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2346-88x88.jpg" class="attachment-thumbnail" alt="IMG_2346" title="IMG_2346" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2350/' title='IMG_2350'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2350-88x88.jpg" class="attachment-thumbnail" alt="IMG_2350" title="IMG_2350" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2352/' title='IMG_2352'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2352-88x88.jpg" class="attachment-thumbnail" alt="IMG_2352" title="IMG_2352" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2353-2/' title='IMG_2353'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2353-88x88.jpg" class="attachment-thumbnail" alt="IMG_2353" title="IMG_2353" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2355/' title='IMG_2355'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2355-88x88.jpg" class="attachment-thumbnail" alt="IMG_2355" title="IMG_2355" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2358-2/' title='IMG_2358'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2358-88x88.jpg" class="attachment-thumbnail" alt="IMG_2358" title="IMG_2358" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2362/' title='IMG_2362'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2362-88x88.jpg" class="attachment-thumbnail" alt="IMG_2362" title="IMG_2362" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2364/' title='IMG_2364'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2364-88x88.jpg" class="attachment-thumbnail" alt="IMG_2364" title="IMG_2364" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2369/' title='IMG_2369'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2369-88x88.jpg" class="attachment-thumbnail" alt="IMG_2369" title="IMG_2369" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2372/' title='IMG_2372'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2372-88x88.jpg" class="attachment-thumbnail" alt="IMG_2372" title="IMG_2372" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2375/' title='IMG_2375'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2375-88x88.jpg" class="attachment-thumbnail" alt="IMG_2375" title="IMG_2375" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2379/' title='IMG_2379'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2379-88x88.jpg" class="attachment-thumbnail" alt="IMG_2379" title="IMG_2379" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2381/' title='IMG_2381'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2381-88x88.jpg" class="attachment-thumbnail" alt="IMG_2381" title="IMG_2381" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2384/' title='IMG_2384'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2384-88x88.jpg" class="attachment-thumbnail" alt="IMG_2384" title="IMG_2384" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2386/' title='IMG_2386'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2386-88x88.jpg" class="attachment-thumbnail" alt="IMG_2386" title="IMG_2386" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2387/' title='IMG_2387'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2387-88x88.jpg" class="attachment-thumbnail" alt="IMG_2387" title="IMG_2387" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2388/' title='IMG_2388'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2388-88x88.jpg" class="attachment-thumbnail" alt="IMG_2388" title="IMG_2388" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2389/' title='IMG_2389'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2389-88x88.jpg" class="attachment-thumbnail" alt="IMG_2389" title="IMG_2389" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2394/' title='IMG_2394'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2394-88x88.jpg" class="attachment-thumbnail" alt="IMG_2394" title="IMG_2394" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2396/' title='IMG_2396'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2396-88x88.jpg" class="attachment-thumbnail" alt="IMG_2396" title="IMG_2396" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2399/' title='IMG_2399'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2399-88x88.jpg" class="attachment-thumbnail" alt="IMG_2399" title="IMG_2399" /></a>
<a href='http://paultseng.net/blog/2011-nuit-blanche/attachment/img_2401/' title='IMG_2401'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/11/IMG_2401-88x88.jpg" class="attachment-thumbnail" alt="IMG_2401" title="IMG_2401" /></a>

</div>
]]></content:encoded>
			<wfw:commentRss>http://paultseng.net/blog/2011-nuit-blanche/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big machines!</title>
		<link>http://paultseng.net/blog/big-machines/</link>
		<comments>http://paultseng.net/blog/big-machines/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 02:54:23 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[3D printers]]></category>
		<category><![CDATA[cnc]]></category>
		<category><![CDATA[direct energy centre]]></category>
		<category><![CDATA[exhibition]]></category>
		<category><![CDATA[heavy machinery]]></category>
		<category><![CDATA[industrial sized]]></category>
		<category><![CDATA[lasercutters]]></category>
		<category><![CDATA[rapid prototyping]]></category>
		<category><![CDATA[thesis research]]></category>

		<guid isPermaLink="false">http://paultseng.net/?p=4048</guid>
		<description><![CDATA[<img width="188" height="141" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0061-188x141.jpg" class="attachment-medium wp-post-image" alt="IMG_0061" title="IMG_0061" />Last tuesday i went to the CMTS (Canadian Machinery Technology Show) where i got to see bunch of crazy machines! What was really interesting about  &#8230;]]></description>
			<content:encoded><![CDATA[<img width="188" height="141" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0061-188x141.jpg" class="attachment-medium wp-post-image" alt="IMG_0061" title="IMG_0061" /><p></p><br /><p>Last tuesday i went to the CMTS (Canadian Machinery Technology Show) where i got to see bunch of crazy machines! What was really interesting about this show is that its target audience was large companies, so i got to see all of these heavy duty industrial mechanical beasts (some of them bigger than the apartment that i live in haha!).</p>
<p>Looking beyond the big machines (since they are obviously awesome) what i really liked was the display of the different bits one could purchase for the different machines. Some of them were coated in gold, others had a diameter of half a meter&#8217;ish. Tons of variety!</p>
<p>I also tested out my iPhone 4s during this show (since i got it the previous day!). I made some videos and took some photos, the phone is really beasty o.O</p>
<p><object width="480" height="270"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=30939051&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=30939051&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="270"></embed></object>
<p><a href="http://vimeo.com/30939051">Canadian Machinery Technology Show</a> from <a href="http://vimeo.com/observedesign">Paul Tseng</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

<a href='http://paultseng.net/blog/big-machines/attachment/img_0023/' title='IMG_0023'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0023-88x88.jpg" class="attachment-thumbnail" alt="IMG_0023" title="IMG_0023" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0025/' title='IMG_0025'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0025-88x88.jpg" class="attachment-thumbnail" alt="IMG_0025" title="IMG_0025" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0039/' title='IMG_0039'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0039-88x88.jpg" class="attachment-thumbnail" alt="IMG_0039" title="IMG_0039" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0045/' title='IMG_0045'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0045-88x88.jpg" class="attachment-thumbnail" alt="IMG_0045" title="IMG_0045" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0046/' title='IMG_0046'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0046-88x88.jpg" class="attachment-thumbnail" alt="IMG_0046" title="IMG_0046" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0047/' title='IMG_0047'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0047-88x88.jpg" class="attachment-thumbnail" alt="IMG_0047" title="IMG_0047" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0049/' title='IMG_0049'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0049-88x88.jpg" class="attachment-thumbnail" alt="IMG_0049" title="IMG_0049" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0051/' title='IMG_0051'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0051-88x88.jpg" class="attachment-thumbnail" alt="IMG_0051" title="IMG_0051" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0060/' title='IMG_0060'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0060-88x88.jpg" class="attachment-thumbnail" alt="IMG_0060" title="IMG_0060" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0040/' title='IMG_0040'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0040-88x88.jpg" class="attachment-thumbnail" alt="IMG_0040" title="IMG_0040" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0061/' title='IMG_0061'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0061-88x88.jpg" class="attachment-thumbnail" alt="IMG_0061" title="IMG_0061" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0062/' title='IMG_0062'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0062-88x88.jpg" class="attachment-thumbnail" alt="IMG_0062" title="IMG_0062" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0064/' title='IMG_0064'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0064-88x88.jpg" class="attachment-thumbnail" alt="IMG_0064" title="IMG_0064" /></a>
<a href='http://paultseng.net/blog/big-machines/attachment/img_0067/' title='IMG_0067'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/10/IMG_0067-88x88.jpg" class="attachment-thumbnail" alt="IMG_0067" title="IMG_0067" /></a>

]]></content:encoded>
			<wfw:commentRss>http://paultseng.net/blog/big-machines/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Life + CNC machine</title>
		<link>http://paultseng.net/blog/life-cnc-machine/</link>
		<comments>http://paultseng.net/blog/life-cnc-machine/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 22:06:16 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[cabinet company]]></category>
		<category><![CDATA[CNC machine]]></category>
		<category><![CDATA[commission]]></category>
		<category><![CDATA[computer numerical control]]></category>
		<category><![CDATA[lumenlab]]></category>
		<category><![CDATA[summer vacation]]></category>
		<category><![CDATA[vacuum table]]></category>

		<guid isPermaLink="false">http://paultseng.net/?p=4034</guid>
		<description><![CDATA[<img width="188" height="141" src="http://paultseng.net/wp-content/uploads/2011/10/DSCF0216-188x141.jpg" class="attachment-medium wp-post-image" alt="DSCF0216" title="DSCF0216" />The summer went quite well, after coming back from Norway, i knew that i had to take summer school since the exchange student program i  &#8230;]]></description>
			<content:encoded><![CDATA[<img width="188" height="141" src="http://paultseng.net/wp-content/uploads/2011/10/DSCF0216-188x141.jpg" class="attachment-medium wp-post-image" alt="DSCF0216" title="DSCF0216" /><p></p><br /><p>The summer went quite well, after coming back from Norway, i knew that i had to take summer school since the exchange student program i did mentioned that i would not receive any liberal study (but in the end i DID get a liberal course which i could not use since they told me too late + i took it over the summer&#8230; =_=). Anyhow i ended up taking 4 courses over the summer! I did it so that my course load during thesis would be a bit lighter as i am in my 4th year + taking a year long thesis program (highly recommend people taking summer school, i should have done it earlier, thats not sarcasm!).</p>
<p>As the fall semester began, so did thesis. I managed to get Roderick Grant as a thesis teacher which i am quite happy so far. I am also taking two other classes,</p>
<p>Beyond school, my sister, her bf and i ended up buying a CNC machine. If you dont know what a cnc machine is, watch <a href=" http://www.youtube.com/watch?v=uZyWuUl_114" target="_blank">this video</a> (has one of the most enthusiastic commentary ive heard in awhile &#8216;sarcasm&#8217;). Here is also a photo of it with my sister in the background. Its currently located in Matthews garage uptown, but hopefully in the coming future it will be relocated somewhere closer to toronto (or thats what im hoping!)</p>
<p><a href="http://paultseng.net/wp-content/uploads/2011/10/DSCF0216.jpg" rel="lightbox[4034]"><img class="aligncenter size-large wp-image-4039" title="DSCF0216" src="http://paultseng.net/wp-content/uploads/2011/10/DSCF0216-494x370.jpg" alt="" width="494" height="370" /></a></p>
<p>A vacuum table is currently being made for it so the production of objects has been put on hold for now (this is to hold flat pieces of material down without the use of clamps). It has been a huge project for both Fei and Matthew, not so much me haha. Since i still havent seen the machine firsthand! Ill probably head up there when all of the things are working as intended, kinda leaving the setup process to those two :P</p>
<p>Another thing that happend this summer (and is still going on) is both my sister and i doing some commission work for a cabinet company called PDT. Its kind of been dragging out for a bit but hopefully we will it it under wraps soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://paultseng.net/blog/life-cnc-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Omnion</title>
		<link>http://paultseng.net/projects/the-omnion/</link>
		<comments>http://paultseng.net/projects/the-omnion/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 04:16:34 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[CAD]]></category>
		<category><![CDATA[CAM]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[laser cutting]]></category>
		<category><![CDATA[Minimal]]></category>
		<category><![CDATA[mylar]]></category>
		<category><![CDATA[omnion]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[plywood]]></category>
		<category><![CDATA[rapid prototyping]]></category>
		<category><![CDATA[rhino]]></category>

		<guid isPermaLink="false">http://paultseng.net/?p=4001</guid>
		<description><![CDATA[<img width="125" height="188" src="http://paultseng.net/wp-content/uploads/2011/07/DSC_6229-125x188.jpg" class="attachment-medium wp-post-image" alt="DSC_6229" title="DSC_6229" />Recently in one of my summer courses, i had a course which i thought was a small bundle of joy! What i am referring to  &#8230;]]></description>
			<content:encoded><![CDATA[<img width="125" height="188" src="http://paultseng.net/wp-content/uploads/2011/07/DSC_6229-125x188.jpg" class="attachment-medium wp-post-image" alt="DSC_6229" title="DSC_6229" /><p></p><br /><p>Recently in one of my summer courses, i had a course which i thought was a small bundle of joy! What i am referring to is a course called &#8220;Small Object Design&#8221;. Now this course is probably not everyones cup of tea (You had to learn Rhino (a 3D modeling software) from a huge manual on your spare time, the course was condensed since it was offered during the summer and it went into the third dimension). But nonetheless i found it super enjoyable!</p>
<p>What i think made me enjoy this course more than other courses was the 3D aspect of it. We had to model an object in Rhino and use CAM (Computer Aided Machines) tohelp us create the object. Now i have always had a hidden passion for 3D object, but after thinking of what would benefit me in the long run, i decided that a Graphic Design Major would benefit me more than an Industrial Design Major&#8230; Who woulda known that i would be getting the best of both worlds!</p>
<p>So in this class we had to take a prior project and recreate it with the benefits of CAM. What i decided to redesign was my egg lamp, i have always thought that the lamp i created back in my first year was one of the most enjoyable object i have made in my time at OCAD which is probably why i wanted to try and recreate its success!</p>
<p>What i ended up creating was a minimalistic two piece lamp which one could attach different lasercut paper lampshades to, depending on what kind of lighting effect you were aiming for. Instead of having me talk about the lamp, take a look at these images!
<a href='http://paultseng.net/projects/the-omnion/attachment/dsc_6272/' title='DSC_6272'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/07/DSC_6272-88x88.jpg" class="attachment-thumbnail" alt="DSC_6272" title="DSC_6272" /></a>
<a href='http://paultseng.net/projects/the-omnion/attachment/dsc_6269/' title='DSC_6269'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/07/DSC_6269-88x88.jpg" class="attachment-thumbnail" alt="DSC_6269" title="DSC_6269" /></a>
<a href='http://paultseng.net/projects/the-omnion/attachment/dsc_6247/' title='DSC_6247'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/07/DSC_6247-88x88.jpg" class="attachment-thumbnail" alt="DSC_6247" title="DSC_6247" /></a>
<a href='http://paultseng.net/projects/the-omnion/attachment/dsc_6252/' title='DSC_6252'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/07/DSC_6252-88x88.jpg" class="attachment-thumbnail" alt="DSC_6252" title="DSC_6252" /></a>
<a href='http://paultseng.net/projects/the-omnion/attachment/dsc_6246/' title='DSC_6246'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/07/DSC_6246-88x88.jpg" class="attachment-thumbnail" alt="DSC_6246" title="DSC_6246" /></a>
<a href='http://paultseng.net/projects/the-omnion/attachment/dsc_6229/' title='DSC_6229'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/07/DSC_6229-88x88.jpg" class="attachment-thumbnail" alt="DSC_6229" title="DSC_6229" /></a>
<a href='http://paultseng.net/projects/the-omnion/attachment/dsc_6243/' title='DSC_6243'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/07/DSC_6243-88x88.jpg" class="attachment-thumbnail" alt="DSC_6243" title="DSC_6243" /></a>
<a href='http://paultseng.net/projects/the-omnion/attachment/img_1277/' title='IMG_1277'><img width="88" height="88" src="http://paultseng.net/wp-content/uploads/2011/07/IMG_1277-88x88.jpg" class="attachment-thumbnail" alt="IMG_1277" title="IMG_1277" /></a>
</p>
<p>A small update on me, i am still taking summer courses (took a total of 4 this summer, also the first time i have ever taken school courses during the summer). My sister and I are working on a website job so that will hopefully pay the rent for awhile. Went to Kirk&#8217;s castle, for two days, oh man how much of a blast it was + recently learnt how to not hold my nose under the water!!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://paultseng.net/projects/the-omnion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To: Juli + Mjolk!</title>
		<link>http://paultseng.net/blog/to-juli-mjolk/</link>
		<comments>http://paultseng.net/blog/to-juli-mjolk/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 18:05:00 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://paultseng.net/?p=3962</guid>
		<description><![CDATA[<img width="125" height="188" src="http://paultseng.net/wp-content/uploads/2011/06/DSC_3514-125x188.jpg" class="attachment-medium wp-post-image" alt="DSC_3514" title="DSC_3514" />______________  Cover Letter  ______________ Dear Mrs. Juli: I am interested in applying for the Internship position at Mjolk which was advertised on the OCAD job  &#8230;]]></description>
			<content:encoded><![CDATA[<img width="125" height="188" src="http://paultseng.net/wp-content/uploads/2011/06/DSC_3514-125x188.jpg" class="attachment-medium wp-post-image" alt="DSC_3514" title="DSC_3514" /><p></p><br /><p style="text-align: center;"><span style="color: #000000;"><br />
<span style="color: #888888;">______________  Cover Letter  ______________</span></span></p>
<p><span style="color: #000000;">Dear Mrs. Juli:</span></p>
<p><span style="color: #000000;">I am interested in applying for the Internship position at Mjolk which was advertised on the OCAD job board.</span></p>
<p><span style="color: #000000;">As a Graphic Design student going into my 4th year at OCAD, i have developed and honed my skills to efficiently work and create on a Mac platform with the Adobe suite. I was born and raised in Norway for 14 years which has gives me an extensive understanding and feel of the Scandinavian culture. My passion for Europe lead me to an exchange student program to Glasgow last semester. My resume can be found below with further specifics about me.</span></p>
<p><span style="color: #000000;">I would love to be a part of Mjolk since i feel that your values resonate well with my own. If you need more information, you can call me at 647-377-0132 or send me an email at design@paultseng.net. I look forward to hearing from you.</span></p>
<p><span style="color: #000000;">Sincerely,</span></p>
<p><span style="color: #000000;">Paul</span></p>
<p style="text-align: center;">______________  Resume  ______________</p>
<p><span style="color: #000000;"><strong>Work Experience</strong></span></p>
<p><span style="color: #000000;">Server for The Standard Pizza &amp; Pasta Bar – College Street, Toronto</span><br />
<span style="color: #999999;"> May 2010 – Aug 2010</span></p>
<p><span style="color: #000000;">Busser for The Standard Pizza &amp; Pasta Bar – College Street, Toronto</span><br />
<span style="color: #999999;"> May 2009 – Aug 2009</span></p>
<p><span style="color: #000000;">Barista for Timothy’s Coffee Shop – Dundas Street, Toronto</span><br />
<span style="color: #999999;"> Aug 2008 – Feb 2009</span></p>
<p><span style="color: #000000;">Sales associate for Sport Mart – Shopper’s World, Brampton</span><br />
<span style="color: #999999;"> Nov 2006 – Aug 2008</span></p>
<p><span style="color: #000000;"><strong>Accomplishments</strong></span></p>
<p><span style="color: #000000;">Obtained both a Smart Serve license and Bartending Certificate through the Toronto Institute of Bartending.</span></p>
<p><span style="color: #000000;">Been accepted to an exchange student program to Glasgow School of Art in the United Kingdom.</span></p>
<p><span style="color: #000000;">Received a high school diploma from Fletcher’s Meadow Secondary School, attaining the Honor Roll every year of attendance.</span></p>
<p><span style="color: #000000;"><strong>Languages</strong></span></p>
<p><span style="color: #000000;">Spoken and written English and Norwegian.</span></p>
<p><span style="color: #000000;"><strong>Education</strong></span></p>
<p><span style="color: #000000;">Ontario’s College for Art and Design – Toronto, Ontario</span><br />
<span style="color: #999999;"> 2008 – Current</span></p>
<p><span style="color: #000000;">Fletcher’s Meadow Secondary School – Brampton, Ontario</span><br />
<span style="color: #999999;"> 2004 – 2008</span></p>
<p><span style="color: #000000;">Høyenhall Skole – Oslo, Norway</span><br />
<span style="color: #999999;"> 1997 – 2004</span></p>
<p style="text-align: center;">______________  Sample Work  ______________</p>
<p><span style="color: #000000;"><a href="http://nakedpin.com/" target="_blank">nakedpin </a>is a website i have been working on in my spare time. Coded it from scratch (HTML, CSS and PHP for WordPress). It will eventually be a place for me to upload guides and tutorials. It is still in the making so many elements do not work/are not dynamic yet!</span></p>
<p><a href="http://paultseng.net/wp-content/uploads/2011/06/DSC_6166.jpg" rel="lightbox[3962]"><span style="color: #000000;"><img class="aligncenter size-large wp-image-3971" title="DSC_6166" src="http://paultseng.net/wp-content/uploads/2011/06/DSC_6166-494x328.jpg" alt="" width="494" height="328" /></span></a><span style="color: #333333;">A lamp that i am currently working on. The stand is finished but i am going to design and laser cut different lampshade patterns. The concept of the lamp is to layer multiple paper lampshades so that it creates interesting shadow patterns.</span></p>
<p><a href="http://paultseng.net/wp-content/uploads/2010/06/DSC_7936.jpg" rel="lightbox[3962]"><img class="aligncenter size-large wp-image-741" title="Published Egg Lamp" src="http://paultseng.net/wp-content/uploads/2010/06/DSC_7936-494x328.jpg" alt="Published Egg Lamp" width="494" height="328" /></a></p>
<p><a href="http://paultseng.net/?p=739">Published Work</a></p>
<p><a href="http://paultseng.net/wp-content/uploads/2011/06/DSC_3514.jpg" rel="lightbox[3962]"><img class="aligncenter size-large wp-image-2860" title="DSC_0384" src="http://paultseng.net/wp-content/uploads/2010/12/DSC_0384-494x328.jpg" alt="" width="494" height="328" /></a></p>
<p><a href="http://paultseng.net/?p=2856" target="_blank">Typographic Poster</a></p>
<p><a href="http://paultseng.net/wp-content/uploads/2011/06/DSC_3514.jpg" rel="lightbox[3962]"><img class="aligncenter size-large wp-image-419" title="DSC_6525" src="http://paultseng.net/wp-content/uploads/2009/10/DSC_6525-494x328.jpg" alt="" width="494" height="328" /></a></p>
<p><a href="http://paultseng.net/?p=351" target="_blank">Coptic Binding</a></p>
<p><a href="http://paultseng.net/wp-content/uploads/2011/06/DSC_3514.jpg" rel="lightbox[3962]"><img class="aligncenter size-large wp-image-3964" title="DSC_3514" src="http://paultseng.net/wp-content/uploads/2011/06/DSC_3514-328x494.jpg" alt="" width="328" height="494" /></a></p>
<p><a href="http://paultseng.net/?p=3100">Letterpress</a></p>
<p><a href="http://paultseng.net/wp-content/uploads/2008/11/paul-tseng-3d-letter-copy.jpg" rel="lightbox[3962]"><img class="aligncenter size-large wp-image-1893" title="paul-tseng-3d-letter-copy" src="http://paultseng.net/wp-content/uploads/2008/11/paul-tseng-3d-letter-copy-328x494.jpg" alt="" width="328" height="494" /></a></p>
<p><a href="http://paultseng.net/?p=109" target="_blank">Wooden r</a></p>
<p>Feel free to look around on this blog for more work i have done.</p>
]]></content:encoded>
			<wfw:commentRss>http://paultseng.net/blog/to-juli-mjolk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

