<?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>Orangutangy</title>
	<atom:link href="http://yukikodesign.com/orangutangy/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://yukikodesign.com/orangutangy</link>
	<description>tests, tutorials, no pith</description>
	<lastBuildDate>Fri, 14 May 2010 19:12:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Chinese language tips for web design</title>
		<link>http://yukikodesign.com/orangutangy/?p=191</link>
		<comments>http://yukikodesign.com/orangutangy/?p=191#comments</comments>
		<pubDate>Fri, 14 May 2010 19:12:43 +0000</pubDate>
		<dc:creator>Yukiko</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[Chinese]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://yukikodesign.com/orangutangy/?p=191</guid>
		<description><![CDATA[Recently I needed to work with some Chinese and we had tons of trouble trying to figure out which fonts to use and how to specify them in CSS. After a lot of detective work and comparing long font lists we found some basic font choices that should work on both PC and Macs that [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I needed to work with some Chinese and we had tons of trouble trying to figure out which fonts to use and how to specify them in CSS. After a lot of detective work and comparing long font lists we found some basic font choices that should work on both PC and Macs that have Chinese language packs active. I want to archive them here just in case I need to reference this ever again since it was PAINFUL&#8230;<br />
Some Chinese Website tips:</p>
<ol>
<li> Specify English fonts first and then the Chinese fonts in your font list. This makes it so English fonts render with your desired fonts then the Chinese fonts pick up the other characters. font-family: futura, arial, Hei, &#8220;Microsoft YaHei&#8221;, &#8220;MS Yahei&#8221;, &#8220;宋体&#8221;, sans-serif;</li>
<li>Standard chinese sans-serifs are: Hei, HeiTi or &#8220;Microsoft YaHei&#8221;</li>
<li>Standard chinese serifs are: &#8220;Fang Song&#8221;, or &#8220;宋体&#8221;</li>
<li>Set a meta tag to display chinese charset: utf-8. &lt;META HTTP-EQUIV=&#8221;content-type&#8221; CONTENT=&#8221;text/html; charset=&#8221;utf-8&#8243;&gt;</li>
</ol>
<p>References:</p>
<ul>
<li><a href="http://www.chinesecomputing.com/internet/web.html">Creating Chinese web pages</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://yukikodesign.com/orangutangy/?feed=rss2&amp;p=191</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Augmented Reality &#8211; Test 1</title>
		<link>http://yukikodesign.com/orangutangy/?p=183</link>
		<comments>http://yukikodesign.com/orangutangy/?p=183#comments</comments>
		<pubDate>Thu, 01 Apr 2010 22:43:55 +0000</pubDate>
		<dc:creator>Yukiko</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tests]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Augmented Reality]]></category>
		<category><![CDATA[FLAR toolkit]]></category>
		<category><![CDATA[Papervision3d]]></category>

		<guid isPermaLink="false">http://yukikodesign.com/orangutangy/?p=183</guid>
		<description><![CDATA[I just got an augmented reality demo to work! It was really easy - Just one afternoon of work. To try it out you need: A webcam, a printout of this page. Click on this link and hold up your printout to your webcam in order to play with the demo.

I pretty much followed this video tutorial by The Flash Blog. It describes how to use the FLAR and Papervision 3d toolkits with Flex to detect a symbol in a video feed and map a 3D model to its plane. I just adapted his tutorial to Flash. (I'll post my .FLA shortly)]]></description>
			<content:encoded><![CDATA[<p><a href="http://yukikodesign.com/orangutangy/wp-content/uploads/2010/04/Picture-3.jpg"><img title="Augmented_reality_yukiko_test" src="http://yukikodesign.com/orangutangy/wp-content/uploads/2010/04/Picture-3-300x225.jpg" alt="Yukiko's test of Augmented reality" width="300" height="225" /></a></p>
<p>I just got my augmented reality demo to work! It was really easy &#8211; Just one afternoon of work. To try it out you need: A webcam, a printout of <a title="Printme_AR_testpage" href="http://yukikodesign.com/orangutangy/wp-content/uploads/2010/04/cut_pieces/Printme.gif" target="_blank">this page</a>. Click on this <a href="http://yukikodesign.com/orangutangy/wp-content/uploads/2010/04/FLARdemo.html">link</a> and hold up your printout to your webcam in order to play with the demo.</p>
<p>I pretty much followed <a href="http://theflashblog.com/?p=901">this video tutorial</a> by The Flash Blog. It describes how to use the <a href="http://www.libspark.org/wiki/saqoosha/FLARToolKit/en ">FLAR</a> and <a href="http://blog.papervision3d.org/">Papervision 3d</a> toolkits with Flex to detect a symbol in a video feed and map a 3D model to its plane. I just adapted his tutorial to Flash. (I&#8217;ll post my .FLA shortly)</p>
<p>Here were my overall steps:</p>
<div id="_mcePaste">
<ol>
<li>Download <a href="http://www.libspark.org/wiki/saqoosha/FLARToolKit/en">FLARToolkit</a></li>
<li>Download <a href="http://saqoosha.net/lab/FLARToolKit/MarkerGenerator/MakerGenerator.air ">Marker Generation tool</a> (Air app)</li>
<li>Made marker in Photoshop and printed it out</li>
<li>Ran the Marker Generation app and saved a .pat pattern file</li>
<li>Created FLARdemo.as class file, Flardemo.fla</li>
</ol>
</div>
<div id="_mcePaste">
<ul>
<li>
<ul>
<li>in the .fla, declare Flardemo object, add to display</li>
<li>setupFLAR() &#8211; import .pat file</li>
<li>setupCamera()</li>
<li>setupBitmap() &#8211; load video feed into flartools</li>
<li>setupPV3D()
<ul>
<li>Create scene, camera, container</li>
<li>create lights, materials, objects</li>
<li>Create render engine, FLAR trans matrix, viewport</li>
<li>Add to display list</li>
</ul>
</li>
<li>Create onEnterFrame event handler
<ul>
<li>Feed video to FLAR</li>
<li>test for symbol detection, if yes then,
<ul>
<li>get and set transform matrix</li>
<li>render papervision!</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div id="_mcePaste">Some overall troubles and solutions included:</div>
<div>
<ul>
<li>Since in Flash, not flex, I needed to declare, create, and add to display list a FLARdemo object in my .fla file. This wansn&#8217;t described in the Flash blog tutorial.</li>
<li>Also since I was working in Flash, library imports were a bit more complicated. I eventually gave up and cut/pasted from another tutorial that he was following. A less documented, but code provided tutorial is located <a href="http://www.mikkoh.com/blog/2008/12/flartoolkitflash-augmented-realitygetting-started/">here</a> by a guy named Mikkoh.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://yukikodesign.com/orangutangy/?feed=rss2&amp;p=183</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A dream web design class</title>
		<link>http://yukikodesign.com/orangutangy/?p=176</link>
		<comments>http://yukikodesign.com/orangutangy/?p=176#comments</comments>
		<pubDate>Wed, 08 Jul 2009 01:55:40 +0000</pubDate>
		<dc:creator>Yukiko</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[proposal]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[courseoutline]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://orangutangy.yukikodesign.com/?p=176</guid>
		<description><![CDATA[I have a question to poll the audience: If you were to create a new Web design intro class, what would you teach? There were plenty of holes in my knowledge left to fill after my first class (still are plenty of them), but what would you propose adding? Here&#8217;s my take on an intro [...]]]></description>
			<content:encoded><![CDATA[<p>I have a question to poll the audience: If you were to create a new Web design intro class, what would you teach? There were plenty of holes in my knowledge left to fill after my first class (still are plenty of them), but what would you propose adding? Here&#8217;s my take on an intro web design class. Do you have anything to add/remove? Let&#8217;s be brutal!</p>
<p><span id="more-176"></span></p>
<p><!-- 	 	 --></p>
<h2><strong>Class Objectives</strong></h2>
<p>At the end of the class, students will have a solid foundation in designing for the web. Students will also gain researching skills to extend and adapt their technical knowledge to the constantly-evolving web media.</p>
<h2></h2>
<h2><strong>Specifically, students will be able to:</strong></h2>
<ul>
<li>Create, 	from start to finish, a fully-functioning website with limited 	interactive elements</li>
<li>Purchase 	hosting, domain names, and perform basic website administration 	tasks</li>
<li>Analyze 	target users to set site-wide design and content goals</li>
<li>Create 	clear navigation and site structure with attention to page hierarchy 	and UI design</li>
<li>Write 	valid HTML and CSS without use of WYSIWYG editors</li>
<li>Use 	CSS to style a page&#8217;s structure and text elements</li>
<li>Troubleshoot 	layout and basic code issues</li>
<li>Understand 	the current limitations of browsers and monitors</li>
<li>Be 	knowledgeable of current trends in web design</li>
<li>Create 	modular designs and provide specs for developer implementation</li>
<li>Strategize 	future improvements/updates to a page if given additional resources</li>
</ul>
<h3><strong>Applications used</strong></h3>
<ul>
<li>Adobe 	Photoshop</li>
<li>Text 	editor of personal choice</li>
<li>FTP 	program of personal choice</li>
<li>Adobe 	Dreamweaver (Optional)</li>
</ul>
<h2><strong>Lesson Plan Overview</strong></h2>
<h3>Basic website functionality</h3>
<ul>
<li>Browsers (what are they?)</li>
<li>Server-side vs client-side</li>
<li>Hosting, Domain names</li>
<li>FTP basics</li>
<li>File structure</li>
<li>HTML Tags: &lt;HTML&gt;, &lt;BODY&gt;, &lt;HEAD&gt;, &lt;A&gt;, &lt;img&gt;, etc&#8230;</li>
</ul>
<h3>Site architecture and Content development</h3>
<ul>
<li>Target user</li>
<li>Site depth and site maps</li>
<li>Page folds and call to action</li>
<li>Navigation standards (tabs, menus, breadcrumbs, footers)</li>
<li>Icons, Links, buttons</li>
<li>Language</li>
</ul>
<blockquote><p><strong>Project: </strong>Create a web portal for linking to class work (HTML only. CSS not required.)</p></blockquote>
<h3>CSS basics</h3>
<ul>
<li>Linking methods (inline, per page, external, multiple)</li>
<li>Syntax: Selectors, inheritance</li>
<li>Containers</li>
<li>Margin, padding</li>
</ul>
<h3>CSS &amp; Typography</h3>
<ul>
<li>Fonts</li>
<li>Spacing, color, line-height etc</li>
<li>HTML conjunction <em>&lt;h1&gt;&lt;em&gt;&lt;p&gt;</em></li>
<li>Special characters</li>
</ul>
<h3>Images and color</h3>
<ul>
<li>RGB, Hex, web-safe</li>
<li>File types,  size, transparency, animation, image maps</li>
<li>Monitors &#8211; Resolution, size</li>
<li>Browsers (display differences &amp; percentage users)</li>
<li>Slicing strategies</li>
<li>Repeating backgrounds, gradients, rounded corners</li>
</ul>
<blockquote><p><strong>Project:</strong> Design a restaurant&#8217;s website. (Simple portfolio piece using CSS typography for menu.)</p></blockquote>
<h3>Accessibility</h3>
<ul>
<li>Alt tags and metadata</li>
<li>SEO standards &#8211; uses and benefits</li>
<li>Web spiders, bots, crawlers</li>
<li>Screen Readers</li>
<li>Mobile devices</li>
<li>Forms and standard web components</li>
</ul>
<h3>Testing and scale</h3>
<ul>
<li>Code validation</li>
<li>User tests</li>
<li>Branding and adspace</li>
<li>Design style guides &amp; specs</li>
<li>Analytics &amp; user data</li>
<li>Modularity</li>
<li>Dynamic content (PHP &amp; SQL, XML, web services)</li>
<li>Skinning</li>
<li>Content Management Systems</li>
<li>Further study:  Languages, Browser functions (get/put/cookies/sessions), Flash, Weh services, UI</li>
</ul>
<blockquote>
<p><strong>Final Project</strong>: Design and build a corporate campaign or product line mini-site<br />
( Define current and new branding, navigation, content, sponsor pages, and provide design specs for future updates)</p></blockquote>
<h2></h2>
<h2><span style="text-decoration: underline;">More dynamic/in-depth content &#8211; Out of class scope</span></h2>
<h3>Content Management Systems</h3>
<ul>
<li>php+Mysql concepts, uses: dynamic content</li>
<li>modularity and skinning</li>
<li>examples: WordPress, joomla, drupal, Ruby</li>
</ul>
<h3>Browser functions</h3>
<ul>
<li>get/put</li>
<li>cookies</li>
<li>sessions</li>
</ul>
<h3>Javascript</h3>
<ul>
<li>Forms</li>
<li>drop-down menus</li>
<li>shadowbox</li>
</ul>
<h3>XML</h3>
<ul>
<li>RSS Feeds</li>
<li>Dynamic Data (lead-in for flash)</li>
</ul>
<h3>Other languages</h3>
<ul>
<li>Flex, Actionscript 3, Java, Coldfusion</li>
</ul>
<h3>Web services</h3>
<ul>
<li>google maps</li>
<li>plug-ins</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://yukikodesign.com/orangutangy/?feed=rss2&amp;p=176</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Band Album Cover: Pogonomys Championi</title>
		<link>http://yukikodesign.com/orangutangy/?p=173</link>
		<comments>http://yukikodesign.com/orangutangy/?p=173#comments</comments>
		<pubDate>Mon, 01 Jun 2009 08:00:26 +0000</pubDate>
		<dc:creator>Yukiko</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[band]]></category>
		<category><![CDATA[cover]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://orangutangy.yukikodesign.com/?p=173</guid>
		<description><![CDATA[I finally decided to try my hand at the music album cover design challenge. The rules make it so that you get a random picture, band name and song title and then design a cover for such a selection.  Ivan describes the exact rules in his post. Here is my cover art  for Pogonomys Championi, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/06/homework.jpg"><img class="alignnone size-medium wp-image-172" title="albulmCover" src="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/06/homework-300x300.jpg" alt="albulmCover" width="300" height="300" /></a></p>
<p>I finally decided to try my hand at the music album cover design challenge. The rules make it so that you get a random picture, band name and song title and then design a cover for such a selection.  Ivan describes the <a href="http://ivanwlam.com/experiments/graphic/2009/05/27/je2-album-cover/#more-406">exact rules</a> in his post.</p>
<p><strong>Here is my cover art  for Pogonomys Championi, playing their hit single, &#8220;homework formerly eaten by the dog&#8221;.</strong> I liked the idea of pairing the light quirky background with the dark silhouette of a laughing dog. I tried to convey indie rock band with mayan flavor. The band logo is of course their champion mouse.</p>
<p>References: <a href="http://en.wikipedia.org/wiki/Champion%27s_Tree_Mouse">Pogonomys Chamioni</a> is a tree mouse. The song title is a quote from <a href="http://www.quotationspage.com/quote/32086.html">Doug Larson</a>, &#8220;Home computers are being called upon to perform many new functions, including the consumption of homework formerly eaten by the dog&#8221;. Original Photograph by <a href="http://www.flickr.com/photos/atlitw/3560665716/">ATLITW</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://yukikodesign.com/orangutangy/?feed=rss2&amp;p=173</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop CS3+ Letterpress Tutorial</title>
		<link>http://yukikodesign.com/orangutangy/?p=142</link>
		<comments>http://yukikodesign.com/orangutangy/?p=142#comments</comments>
		<pubDate>Mon, 04 May 2009 04:52:16 +0000</pubDate>
		<dc:creator>Yukiko</dc:creator>
				<category><![CDATA[Tests]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[letterpress]]></category>

		<guid isPermaLink="false">http://orangutangy.yukikodesign.com/?p=142</guid>
		<description><![CDATA[Here is a simple way to get a letterpress effect in Photoshop CS3 and above. To summarize, you apply a bevel and emboss layer style to the area around the &#8216;imprinted&#8217; art. For this tutorial, I will show how to make the effect and then use smart objects to warp it non-destructively. Here&#8217;s my background [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-143" href="http://orangutangy.yukikodesign.com/?attachment_id=143"><img class="size-full wp-image-143 alignnone" title="letterpress tutorial finished" src="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/05/letterpress_tutorial_0.jpg" alt="letterpress tutorial finished" width="360" height="227" /></a></p>
<p style="text-align: left;">Here is a simple way to get a letterpress effect in Photoshop CS3 and above.</p>
<p style="text-align: left;">To summarize, you apply a bevel and emboss layer style to the area around the &#8216;imprinted&#8217; art. For this tutorial, I will show how to make the effect and then use smart objects to warp it non-destructively.<span id="more-142"></span></p>
<ol>
<li>Here&#8217;s my background card that I want to &#8216;letterpress&#8217;.<br />
<a rel="attachment wp-att-144" href="http://orangutangy.yukikodesign.com/?attachment_id=144"><img class="size-medium wp-image-144 alignnone" title="letterpress_tutorial_1" src="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/05/letterpress_tutorial_1-300x187.jpg" alt="letterpress_tutorial_1" width="300" height="187" /></p>
<p></a></li>
<li>Create the art/text that will be imprinted<br />
<a rel="attachment wp-att-145" href="http://orangutangy.yukikodesign.com/?attachment_id=145"><img class="size-medium wp-image-145 alignnone" title="letterpress_tutorial_2" src="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/05/letterpress_tutorial_2-300x187.jpg" alt="letterpress_tutorial_2" width="300" height="187" /></p>
<p></a></li>
<li>Create a color fill layer. Set fill to 0.<br />
<a rel="attachment wp-att-146" href="http://orangutangy.yukikodesign.com/?attachment_id=146"><img class="size-full wp-image-146 alignnone" title="letterpress_tutorial_3" src="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/05/letterpress_tutorial_3.jpg" alt="letterpress_tutorial_3" width="575" height="360" /></p>
<p></a></li>
<li>Mask out the area of the art layer. To do this, create a selection of the art by CTRL + clicking the layer in the layers pallete. Now select the Color fill&#8217;s layer mask fill the selection with black.<br />
<a rel="attachment wp-att-147" href="http://orangutangy.yukikodesign.com/?attachment_id=147"><img class="alignnone size-full wp-image-147" title="letterpress_tutorial_4" src="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/05/letterpress_tutorial_4.jpg" alt="letterpress_tutorial_4" width="575" height="360" /></p>
<p></a></li>
<li>Add a &#8216;Bevel and emboss&#8217; layer style to the color fill layer. Set the direction to &#8216;Up&#8217; and adjust the depth, size, and opacity of the emboss style. (Press ok) These settings will change depending on the size of your document, but here&#8217;s a screenshot to start you off.<br />
<a rel="attachment wp-att-149" href="http://orangutangy.yukikodesign.com/?attachment_id=149"><img class="alignnone size-full wp-image-149" title="letterpress_tutorial_5" src="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/05/letterpress_tutorial_5.jpg" alt="letterpress_tutorial_5" width="575" height="360" /></p>
<p></a></li>
<li>To warp non-destructively, create a smart object from the art and fill layer. To do this, select both the art and fill layer, right-click and select &#8216;Convert to Smart Object&#8217;. Now you can free-transform the smart-object and/or also warp it.<br />
<a rel="attachment wp-att-148" href="http://orangutangy.yukikodesign.com/?attachment_id=148"><img class="alignnone size-full wp-image-148" title="letterpress_tutorial_6" src="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/05/letterpress_tutorial_6.jpg" alt="letterpress_tutorial_6" width="575" height="360" /></p>
<p></a></li>
<li>Complete!<a rel="attachment wp-att-143" href="http://orangutangy.yukikodesign.com/?attachment_id=143"><br />
<img class="size-full wp-image-143 alignnone" title="letterpress tutorial finished" src="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/05/letterpress_tutorial_0.jpg" alt="letterpress tutorial finished" width="460" height="288" /></a></li>
</ol>
<p>Afterword:</p>
<p>You can change the art color afterwards without affecting the letterpress effect since it&#8217;s on the fill layer. However, if you change shape of the art then you will have to recreate the mask. Not too much work though right? If you have complicated art, I would suggest creating a smart object of just the art for easy selection. (Just one click as opposed to going through selecting layer-by-layer) Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://yukikodesign.com/orangutangy/?feed=rss2&amp;p=142</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Put yourself in my shoes&#8230;</title>
		<link>http://yukikodesign.com/orangutangy/?p=136</link>
		<comments>http://yukikodesign.com/orangutangy/?p=136#comments</comments>
		<pubDate>Mon, 13 Apr 2009 08:55:47 +0000</pubDate>
		<dc:creator>Yukiko</dc:creator>
				<category><![CDATA[Things I hate]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apartment]]></category>
		<category><![CDATA[panorama]]></category>
		<category><![CDATA[San Francisco]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://orangutangy.yukikodesign.com/?p=136</guid>
		<description><![CDATA[Tracy and I moved units after seeing this wonderful view. We wake up and come home to this. No drummers beneath us is also a plus.]]></description>
			<content:encoded><![CDATA[<p><a href="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/04/apt_2401_view.jpg"><img class="size-large wp-image-135 alignnone" title="San Francisco from my apartment" src="http://orangutangy.yukikodesign.com/wp-content/uploads/2009/04/apt_2401_view-1024x288.jpg" alt="This is why I moved...." width="368" height="104" /></a></p>
<p>Tracy and I moved units after seeing this wonderful view. We wake up and come home to this. No drummers beneath us is also a plus.</p>
]]></content:encoded>
			<wfw:commentRss>http://yukikodesign.com/orangutangy/?feed=rss2&amp;p=136</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Triptych x4</title>
		<link>http://yukikodesign.com/orangutangy/?p=52</link>
		<comments>http://yukikodesign.com/orangutangy/?p=52#comments</comments>
		<pubDate>Mon, 15 Dec 2008 17:13:00 +0000</pubDate>
		<dc:creator>Yukiko</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[practice]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://orangutangy.yukikodesign.com/?p=52</guid>
		<description><![CDATA[Here&#8217;s something I&#8217;m proud of: A card with 12 images on it. What does that make this? a dodecatic? whatever. Just a fun(?) exercise. I remember making things like this in school.]]></description>
			<content:encoded><![CDATA[<p><a href="http://1.bp.blogspot.com/_JWmmz8xJPzI/SUaV6O0A-JI/AAAAAAAAAKs/PeXbEsrS7EM/s1600-h/Picture+4.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5280072440779700370" style="cursor: pointer; width: 189px; height: 197px;" src="http://1.bp.blogspot.com/_JWmmz8xJPzI/SUaV6O0A-JI/AAAAAAAAAKs/PeXbEsrS7EM/s400/Picture+4.png" border="0" alt="" /></a><br />
Here&#8217;s something I&#8217;m proud of: A card with 12 images on it. What does that make this? a dodecatic? whatever. Just a fun(?) exercise. I remember making things like this in school.</p>
]]></content:encoded>
			<wfw:commentRss>http://yukikodesign.com/orangutangy/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DVD drive not found &#8211; a solution!</title>
		<link>http://yukikodesign.com/orangutangy/?p=51</link>
		<comments>http://yukikodesign.com/orangutangy/?p=51#comments</comments>
		<pubDate>Tue, 02 Dec 2008 07:18:00 +0000</pubDate>
		<dc:creator>Yukiko</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[toshiba m400]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[dvddrive]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://orangutangy.yukikodesign.com/?p=51</guid>
		<description><![CDATA[My Toshiba has problems. That said, every now and then it can&#8217;t find it&#8217;s own DVD drive. No power no detection, nothing. I&#8217;m suspecting iTunes is the culprit but who knows. In any case I found out that there&#8217;s a simple solution posted around the web but I found it in a forum here. Steps [...]]]></description>
			<content:encoded><![CDATA[<p>My Toshiba has problems. That said, every now and then it can&#8217;t find it&#8217;s own DVD drive. No power no detection, nothing. I&#8217;m suspecting iTunes is the culprit but who knows. In any case I found out that there&#8217;s a simple solution posted around the web but I found it in a forum <a href="http://www.softwaretipsandtricks.com/forum/drivers/31774-cd-dvd-drive-help.html">here</a>.</p>
<p><span style="font-weight: bold;">Steps</span><br />
<blockquote>1) Open regedit.exe (Start menu > run, type regedit, and the exe should be listed)</p>
<p>2) Locate the following reg file in the following path:</p>
<p>HKEY_LOCAL_MACHINE<br />SYSTEM<br />CurrentControlSet<br />Control<br />Class<br />{4D36E965-E325-11CE-BFC1-08002BE10318}</p>
<p>3) Delete the values for the Upper and Lower filters.</p>
<p>4) Restart</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://yukikodesign.com/orangutangy/?feed=rss2&amp;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real Estate Website Attempt #1</title>
		<link>http://yukikodesign.com/orangutangy/?p=50</link>
		<comments>http://yukikodesign.com/orangutangy/?p=50#comments</comments>
		<pubDate>Mon, 24 Nov 2008 08:41:00 +0000</pubDate>
		<dc:creator>Yukiko</dc:creator>
				<category><![CDATA[website]]></category>
		<category><![CDATA[attempt]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[openrealty]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[realty]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://orangutangy.yukikodesign.com/?p=50</guid>
		<description><![CDATA[I&#8217;m building a realtor&#8217;s personal website. Since I have never worked with realty, I need to learn a few things about MLS searches. Here&#8217;s a quick summary of my learnings followed by some process. 1) There are many many MLS databases. Each area/firm/agent has their own. These databases are their secretly guarded stash of people&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m building a realtor&#8217;s personal website. Since I have never worked with realty, I need to learn a few things about MLS searches. Here&#8217;s a quick summary of my learnings followed by some process.</p>
<p>1) There are many many MLS databases. Each area/firm/agent has their own. These databases are their secretly guarded stash of people&#8217;s homes and their connected agent. Agents have their own action list of homes. These can be managed by things like open realty, a myPhpAdmin but for homes&#8230;</p>
<p>2) Getting access to search MLS databases requires a realtor that is a member of the MLS owner group.</p>
<p><span style="font-weight: bold;">3) If permission is granted by the MLS Provider, one can create a query and ftp whichever listings you want to your own database. Permission may require $$.</span></p>
<p>4) Most often 3rd party companies just provide the code that figures out how to display the listing info. (A good webdev/designer should be able to do this decently)</p>
<p>5) Some companies offer to host the MLS info, but that just takes the place of the original MLS. Heavy lifting here depending on how many people input into the database. These services are really only useful for big agencies like Century 21 who supports hundreds of agents.</p>
<p>TRIED:
<ul>
<li>Installing Open Realty 2.5.5 into a test site -> success, easy</li>
<li>Installing WordPress into test site -> success, easy</li>
</ul>
<p>LEARNED:
<ul>
<li>Open Realty 2.5.5 doesn&#8217;t actually querry an existing MLS but just allows realtors to input listings themselves. <span style="font-style: italic;">Not useful for me</span>.</li>
</ul>
<p>PLANNING TO:
<ul>
<li>Need to contact Century 21 and ask how to get MLS access. May need actual realtor to make call.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://yukikodesign.com/orangutangy/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tonight&#8217;s sketch</title>
		<link>http://yukikodesign.com/orangutangy/?p=49</link>
		<comments>http://yukikodesign.com/orangutangy/?p=49#comments</comments>
		<pubDate>Tue, 11 Nov 2008 08:53:00 +0000</pubDate>
		<dc:creator>Yukiko</dc:creator>
				<category><![CDATA[photoshop]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[pikachu]]></category>
		<category><![CDATA[pokemon]]></category>

		<guid isPermaLink="false">http://orangutangy.yukikodesign.com/?p=49</guid>
		<description><![CDATA[I should be asleep now but I was having too much fun sketching in photoshop&#8230; Just a reminder to everyone to have fun every now and then.]]></description>
			<content:encoded><![CDATA[<p>I should be asleep now but I was having too much fun sketching in photoshop&#8230; Just a reminder to everyone to have fun every now and then.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_JWmmz8xJPzI/SRlIlW2I2wI/AAAAAAAAAII/vUHGgYSiYX8/s1600-h/pikachu.jpg"><img style="cursor: pointer; width: 349px; height: 400px;" src="http://1.bp.blogspot.com/_JWmmz8xJPzI/SRlIlW2I2wI/AAAAAAAAAII/vUHGgYSiYX8/s400/pikachu.jpg" alt="" id="BLOGGER_PHOTO_ID_5267321045811518210" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://yukikodesign.com/orangutangy/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
