<?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>Young J. Yoon</title>
	<atom:link href="http://www.youngjyoon.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youngjyoon.com</link>
	<description>Cerebral Projections of Young J. Yoon</description>
	<lastBuildDate>Fri, 18 Mar 2011 20:04:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Glory.</title>
		<link>http://www.youngjyoon.com/thoughts/food/364/</link>
		<comments>http://www.youngjyoon.com/thoughts/food/364/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 06:29:20 +0000</pubDate>
		<dc:creator>Young</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[chicago]]></category>
		<category><![CDATA[emotional]]></category>
		<category><![CDATA[New York Style]]></category>
		<category><![CDATA[pizza]]></category>

		<guid isPermaLink="false">http://www.youngjyoon.com/?p=364</guid>
		<description><![CDATA[So in a previous post, I put it on paper (or screen) my usual complaints about Chicago pizza, about how substandard it is even with the lower-than-NYC standard of Albany, how the sauce is way too sweet, and the crust too cardboard-esque. Today &#8211; praise the lord &#8211; I might have found a place I [...]]]></description>
			<content:encoded><![CDATA[<p>So in a <a href="http://www.youngjyoon.com/thoughts/food/321/" target="_self">previous post</a>, I put it on paper (or screen) my usual complaints about Chicago pizza, about how substandard it is even with the lower-than-NYC standard of Albany, how the sauce is way too sweet, and the crust too cardboard-esque.</p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2011/02/gigios.jpg"><img class="size-medium wp-image-366 alignleft" title="gigios" src="http://www.youngjyoon.com/wp-content/uploads/2011/02/gigios-224x300.jpg" alt="" width="224" height="300" /></a></p>
<p>Today &#8211; praise the lord &#8211; I might have found a place I can bring my New York friends to without being embarrassed. <a title="Yelp:Gigio's" href="http://www.yelp.com/biz/gigios-pizzeria-chicago-2" target="_blank">Gigio&#8217;s Pizzeria</a> is the most unassuming storefront you have ever seen, with the best pizza I have had during the 2.5 years in Chicago. The store looks so shabby, in fact, that despite living in the neighborhood for almost a year now, I had never ventured to walk in. After a few Google searches for &#8220;NY style pizza in Chicago&#8221; pointed me there I finally decided to stop by and boy, was I shooting myself in the foot for not doing so earlier.</p>
<p>The dough still isn&#8217;t quite right &#8211; maybe the secret really IS &#8220;in the water.&#8221; But it was thin, foldable, chewy, and honestly, the least like cardboard of all Chicago pizza joints&#8217;. The cheese and toppings (I got pepperoni) were up to par with NYC, down to the dripping grease detail. Overall, not perfect, but at least comparable. So I stand corrected &#8211; it is indeed possible to get a decent slice of the pie in Chicago, and I know where I&#8217;m getting all my pizza from now on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youngjyoon.com/thoughts/food/364/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>@font-face with Unicode</title>
		<link>http://www.youngjyoon.com/portfolio/web-design/348/</link>
		<comments>http://www.youngjyoon.com/portfolio/web-design/348/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 07:33:21 +0000</pubDate>
		<dc:creator>Young</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.youngjyoon.com/?p=348</guid>
		<description><![CDATA[Last week I was contacted through this site to do a tutorial on how to use CSS @font-face for Korean fonts. I&#8217;ve been so busy working for a bunch of agencies and a giant freelance project on top of that that it took me this long to do it &#8211; I hope it&#8217;s not too [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I was contacted through this site to do a tutorial on how to use CSS @font-face for Korean fonts. I&#8217;ve been so busy working for a bunch of agencies and a giant freelance project on top of that that it took me this long to do it &#8211; I hope it&#8217;s not too late. Anyway, I first started using @font-face after reading <a title="The Essential Guide to @font-face @SR" href="http://sixrevisions.com/css/font-face-guide/" target="_blank">an article on Six Revisions</a>, one of the more engaging web design blogs out there. The article does a great job showing you how @font-face works with English characters, so I would read that first.</p>
<p>Honestly, the web-safe fonts for Korean totally suck. <em>Gulim</em> is too round for my taste, <em>Dotum </em>too pixelated, and <em>Gungsuh</em>&#8230; who wants to use that font for anything, really. The trick to use @font-face in Korean (or any other non-English characters) is to know your unicode range. Speaking Korean and Japanese (with some Chinese), I&#8217;ve had to work with unicode pretty extensively in my projects, working with PHP encode/decode methods, etc.. But I had to ask the guys at <a title="FontSquirrel" href="http://www.fontsquirrel.com/" target="_blank">FontSquirrel</a> to figure it out properly for Korean. For this quick tutorial, I&#8217;m going to use <a title="FontSquirrel @font-face Generator" href="http://www.fontsquirrel.com/fontface/generator" target="_blank">FontSquirrel @font-face generator</a> to get the appropriate fonts displaying in Korean.</p>
<p><strong>1. Pick your font.</strong></p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss01.jpg"><img class="alignnone size-full wp-image-349" title="ss01" src="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss01.jpg" alt="" width="308" height="179" /></a></p>
<p>Needless to say, you have to pick a font that&#8217;s compatible with the language of your choice. I&#8217;ve had hits and misses with this: some fonts decide to bail on you on browsers, but 99% of fonts that display fine on your local machine have worked for me. Newer browsers like Chrome tends to break some characters, but I&#8217;m hoping that improves over time. Here I&#8217;m going to work with <a title="Download Daum" href="http://blog.daum.net/daumcomm/15491553" target="_blank"><em>Daum</em></a>. <em>Daum </em>is a free font authored and distributed by <a title="Daum" href="http://www.daum.net/" target="_blank">daum.net</a>, one of the biggest portals in Korea. It&#8217;s very clean yet carries enough umph to draw attention, which is rare to find in a Korean font, not to mention it&#8217;s one of the very very few that are free.</p>
<p><strong>2. Figure out your Unicode range.</strong></p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss021.jpg"><img class="alignnone size-full wp-image-351" title="ss02" src="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss021.jpg" alt="" width="447" height="260" /></a></p>
<p>The unicode universe is well documented, and all you need to do is look.<br />
<a title="Unicode Charts" href="http://www.unicode.org/charts/" target="_blank">UNICODE CHARTS</a><br />
On the right side is our beloved Korean language under &#8220;Hangul (which is our writing system).&#8221; Unlike Japanese or Chinese writing systems, Koreans write by combining alphabets into characters, each of which represents a syllable. It&#8217;s so scientific, and I&#8217;m proud of it every time I learn a new language and realize how much sense our system makes. The &#8220;Jamo,&#8221; at 1100-11FF, are the 24 alphabets and their combinations. You could probably leave this out of the range, but that means you&#8217;re going to get broken characters if any syllable is incomplete. I like to leave them in just in case. The real range you want is in the &#8220;Hangul Syllables,&#8221; at AC00-D7AF.</p>
<p><strong>3. FontSquirrel Generator Adventure</strong></p>
<p>The FontSquirrel interface is pretty easy to work with as well. First, upload your font:</p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss06.jpg"><img class="alignnone size-full wp-image-355" title="ss06" src="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss06.jpg" alt="" width="450" height="166" /></a></p>
<p>To enable unicode characters, you must go into the Expert mode:</p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss03.jpg"><img class="alignnone size-full wp-image-352" title="ss03" src="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss03.jpg" alt="" width="450" height="169" /></a></p>
<p>Then, under Subsetting, click Custom Subsetting.</p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss04.jpg"><img class="alignnone size-full wp-image-353" title="ss04" src="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss04.jpg" alt="" width="450" height="124" /></a></p>
<p>This brings up a bunch of rows of options, and we are really only concerned with the Unicode Range setting. <strong>A word of caution</strong> though: FontSquirrel uses AJAX to let you preview the unicode ranges, and since the Hangul Syllables range is so large, it may freeze your browser while it loads. If you click in the input field and start typing &#8220;1100-11FF, AC00-D7AF&#8221; you will almost certainly freeze your browser for a few minutes with each letter you type. I would recommend copying it onto your clipboard like that, and pasting it. This will freeze the browser for&#8230;5 minutes max, then it will display:</p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss05.jpg"><img class="alignnone size-full wp-image-354" title="ss05" src="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss05.jpg" alt="" width="450" height="222" /></a></p>
<p>Voila!</p>
<p><strong>4. Download &amp; Implement CSS</strong></p>
<p>If all went well, you should be able to download the generated webfont package by clicking a button at the bottom. The ZIP archive will contain the TTF, EOT, WOFF and SVG fonts (for all sorts of compatibility) and automatically generated CSS (how kind of them) so you just have to stick it into your CSS file! The result is beautiful, simple, SEO friendly and clean renderings without involving sIFR or FLIR:</p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss07.jpg"><img class="alignnone size-full wp-image-356" title="ss07" src="http://www.youngjyoon.com/wp-content/uploads/2011/01/ss07.jpg" alt="" width="296" height="117" /></a></p>
<p>I&#8217;ve only tried this with Korean, but I&#8217;d expect this to work the same way with any language. Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youngjyoon.com/portfolio/web-design/348/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nerdbots.com</title>
		<link>http://www.youngjyoon.com/portfolio/web-design/339/</link>
		<comments>http://www.youngjyoon.com/portfolio/web-design/339/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 20:15:04 +0000</pubDate>
		<dc:creator>Young</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.youngjyoon.com/?p=339</guid>
		<description><![CDATA[I recently started working for a few other web agencies, which means I&#8217;m getting more work but I don&#8217;t get to credit myself for any of it. Here is a freelance project I just finished &#8211; the client already had all the graphic elements ready, so I did not interfere in any way with the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.youngjyoon.com/wp-content/uploads/2010/11/nerdbotsSS.jpg"></a><a href="http://www.youngjyoon.com/wp-content/uploads/2010/11/nerdbotsSS.jpg"><img class="aligncenter size-full wp-image-341" title="nerdbotsSS" src="http://www.youngjyoon.com/wp-content/uploads/2010/11/nerdbotsSS.jpg" alt="" width="358" height="248" /></a></p>
<p>I recently started working for a few other web agencies, which means I&#8217;m getting more work but I don&#8217;t get to credit myself for any of it. Here is a freelance project I just finished &#8211; the client already had all the graphic elements ready, so I did not interfere in any way with the design save for the navigation, which is done in CSS(3) and jQuery (just for nice fade-ins. Looks completely harmless with JS disabled). Everything&#8217;s pretty straightforward HTML/CSS so&#8230;there&#8217;s that. I&#8217;m kind of bummed out I don&#8217;t get to upload all the other stuff I&#8217;ve been working on, but there are benefits to freelancing only half the time <img src='http://www.youngjyoon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.youngjyoon.com/portfolio/web-design/339/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Worth Your $10</title>
		<link>http://www.youngjyoon.com/thoughts/film/332/</link>
		<comments>http://www.youngjyoon.com/thoughts/film/332/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 16:19:57 +0000</pubDate>
		<dc:creator>Young</dc:creator>
				<category><![CDATA[Film]]></category>
		<category><![CDATA[bruce willis]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[red]]></category>

		<guid isPermaLink="false">http://www.youngjyoon.com/?p=332</guid>
		<description><![CDATA[Last weekend, I broke my long hiatus from going to the movies with RED. And man, did I pick the right one (I wavered between RED and Social Network). I can&#8217;t deny I&#8217;m a total sucker for graphic-novel adaptations. Though you might expect something like Sin City from the illustrious cast, RED is a completely [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="RED Poster" src="http://1.bp.blogspot.com/_sXAQ-6J-MXM/TDv8ERAKp0I/AAAAAAAAAA0/bzrJpjjb9WY/s1600/Red+Poster.jpg" alt="" width="200" height="300" /></p>
<p>Last weekend, I broke my long hiatus from going to the movies with <a title="IMDb: RED" href="http://www.imdb.com/title/tt1245526/" target="_blank">RED</a>. And man, did I pick the right one (I wavered between <a title="IMDb: RED" href="http://www.imdb.com/title/tt1245526/" target="_blank">RED</a> and <a title="IMDb: Social Network" href="http://www.imdb.com/title/tt1285016/" target="_blank">Social Network</a>). I can&#8217;t deny I&#8217;m a total sucker for graphic-novel adaptations. Though you might expect something like <a title="IMDb: Sin City" href="http://www.imdb.com/title/tt0401792/" target="_blank">Sin City</a> from the illustrious cast, RED is a completely different animal. It makes no effort to be artsy or classy, and as we know from <a title="IMDb: Shoot 'Em Up" href="http://www.imdb.com/title/tt0465602/" target="_blank">Shoot &#8216;Em Up</a>, awesome things happen when a movie knows <em>exactly</em> what it wants to be. It&#8217;s emphatically not another <a title="IMDb: Live Free or Die Hard" href="http://www.imdb.com/title/tt0337978/" target="_blank">Die Hard</a>, though <a title="Bruce Willis" href="http://www.imdb.com/name/nm0000246/" target="_blank">Bruce Willis</a> plays yet another old man who refuses to retire. The screenplay is impressively non-cliche and the acting is superb &#8211; they could not have casted this movie more perfectly from <a title="John Malkovich" href="http://www.imdb.com/name/nm0000518/" target="_blank">John Malkovich&#8217;</a>s Marvin and <a title="Helen Mirren" href="http://www.imdb.com/name/nm0000545/">Helen Mirren</a>&#8216;s&#8230;stone-cold crazy grandma killing machine. There is no trace of any CIA-related cliches, like ex-agents knowing exactly how long it takes to trace a call and hanging up right before it completes. Nope, not in this movie. From start to finish it&#8217;s a powerhouse of adrenaline (pumping alarmingly slower in the old characters), and garnished with colorful supporting characters played by <a title="Brian Cox" href="http://www.imdb.com/name/nm0004051/" target="_blank">Brian Cox</a> and <a title="Richard Dreyfuss" href="http://www.imdb.com/name/nm0000377/" target="_blank">Richard Dreyfuss</a>. It will be totally worth buying the DVD so I can pop it in when I&#8217;m bored or knitting. I don&#8217;t really knit, but it feels appropriate to do while watching a grandma pump rounds of machine gun ammo into cars. Someone has to switch roles with her.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youngjyoon.com/thoughts/film/332/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hackintoshin&#8217;</title>
		<link>http://www.youngjyoon.com/thoughts/others/327/</link>
		<comments>http://www.youngjyoon.com/thoughts/others/327/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 04:14:57 +0000</pubDate>
		<dc:creator>Young</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.youngjyoon.com/?p=327</guid>
		<description><![CDATA[I have been wanting to take a crack at iPhone app development for a long time, but was dismayed to find out that I need a relatively new Mac in order to run the iPhone Software Development Kit. A friend of mine scored an old Powerbook G4 for me, but without an Intel processor it [...]]]></description>
			<content:encoded><![CDATA[<p>I have been wanting to take a crack at iPhone app development for a long time, but was dismayed to find out that I need a relatively new Mac in order to run the iPhone Software Development Kit. A friend of mine scored an old Powerbook G4 for me, but without an Intel processor it wouldn&#8217;t serve my purpose.</p>
<p>An extensive list of Googling later, I decided to sell the Powerbook, buy myself a Netbook to hackintosh. After consulting <a title="Hackintosh Table" href="http://www.mymacnetbook.com/compatibility-chart/" target="_blank">the most amazing hackintosh guide table ever</a>, I went for a used Dell Inspiron Mini 10v (1011), which was one of the very few models that could support every Mac OSX function.</p>
<p>Once I got it though, it wasn&#8217;t smooth sailing at all. I originally intended to get partitioned dual-boot working between Mac OSX and Windows 7, but I kept running into the not-so-well-documented &#8220;boot0&#8243; error, which seems to occur because the two operating systems have completely different boot protocols. A couple threads online recommended using fdisk in terminal to fix this error, but I went wrong somewhere and ended up not being able to boot into ANY of my partitions.</p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2010/09/CIMG3821.jpg"><img title="CIMG3821" src="http://www.youngjyoon.com/wp-content/uploads/2010/09/CIMG3821-300x225.jpg" alt="Hackintosh 01" width="300" height="225" /></a></p>
<p>I ended up re-installing the OSX, this time giving up on the dual-boot. I wasn&#8217;t really going to need Windows anyway. With one partition running OSX, the netbook seemed to be hacked without problems&#8230; until Snow Leopard updated to 10.6.4. This resulted in a kernel &amp; CPU mismatch error, crashing mid-boot. Panicking, I re-installed OSX yet again. Later I found out there is an easier solution to the problem, which is using the NetbookInstaller from <a title="Meklort's Blog" href="http://www.meklort.com/" target="_blank">Meklort&#8217;s Blog</a> after starting the computer in recovery mode &#8211; hold shift while booting, and type &#8220;recovery=y&#8221; as a boot option.</p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2010/09/CIMG3823.jpg"><img class="alignnone size-medium wp-image-329" title="CIMG3823" src="http://www.youngjyoon.com/wp-content/uploads/2010/09/CIMG3823-300x225.jpg" alt="Hackintosh 02" width="300" height="225" /></a></p>
<p>So it&#8217;s been a long journey, but I finally got the thing to work. My Dell Mini 10v is now running OSX 10.6.4 with iPhone SDK installed.Hopefully I&#8217;ll teach myself fast enough to make some apps soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youngjyoon.com/thoughts/others/327/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh Apple Programs are Less Buggy?</title>
		<link>http://www.youngjyoon.com/thoughts/others/323/</link>
		<comments>http://www.youngjyoon.com/thoughts/others/323/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 18:15:29 +0000</pubDate>
		<dc:creator>Young</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.youngjyoon.com/?p=323</guid>
		<description><![CDATA[Really? Because I just downloaded the new iTunes, and it broke the unicode in every Asian song I had. Apple proponents are always criticizing PC software for having bugs or releasing before they are &#8220;perfect,&#8221; and I get this from iTunes, one of Apple&#8217;s most important and globally prevalent. I would&#8217;ve been less infuriated if [...]]]></description>
			<content:encoded><![CDATA[<p>Really? Because I just downloaded the new iTunes, and it broke the unicode in every Asian song I had. Apple proponents are always criticizing PC software for having bugs or releasing before they are &#8220;perfect,&#8221; and I get this from iTunes, one of Apple&#8217;s most important and globally prevalent. I would&#8217;ve been less infuriated if it was just on the front-end of the program &#8220;not being able to display&#8221; unicode, but because of iTunes&#8217; auto-organization, all my non-English songs were put into folders made of boxes. At this point I had to system restore. An angry fist needed to be shaken at this offense.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youngjyoon.com/thoughts/others/323/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it really too much to ask?</title>
		<link>http://www.youngjyoon.com/thoughts/food/321/</link>
		<comments>http://www.youngjyoon.com/thoughts/food/321/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 20:32:36 +0000</pubDate>
		<dc:creator>Young</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[chicago]]></category>
		<category><![CDATA[come on]]></category>
		<category><![CDATA[NYC]]></category>
		<category><![CDATA[pizza]]></category>

		<guid isPermaLink="false">http://www.youngjyoon.com/?p=321</guid>
		<description><![CDATA[Is it really too much to ask to get some decent pizza in Chicago? I don&#8217;t really want to sound like a pizza snob, since I&#8217;m not really from NYC or anything, but Chicago pizza is so substandard even when compared to Albany pizza. I have tried maybe 7 different pizza places since I got [...]]]></description>
			<content:encoded><![CDATA[<p>Is it really too much to ask to get some decent pizza in Chicago? I don&#8217;t really want to sound like a pizza snob, since I&#8217;m not really from NYC or anything, but Chicago pizza is so substandard even when compared to Albany pizza. I have tried maybe 7 different pizza places since I got here, and none of them could hold a candle to NYC pizza.</p>
<p>I was in Manhattan last weekend and walked into a regular hole-in-the-wall on upper east side. It was emotional. I was very close to bursting into tears. I asked the slice, why did I move so far away from you?</p>
<p>Last night I finally walked into <a title="Cafe Luigi" href="http://www.cafeluigipizza.com/" target="_blank">Cafe Luigi</a>. I&#8217;ve been meaning to check it out because it looked more legit than other Chicago pizza joints. Not only did a slice cost an ungodly $3, it again failed to meet my standards. The sauce out here is way too sweet &#8211; is it an American boondocks thing to always strive toward diabetes? The dough almost always tastes like cardboard, with slightly charred odor I could really do pizza without. You can&#8217;t possibly screw up cheese and toppings, but man, the sauce and the dough really ruins Chicago pizza. They say it&#8217;s in the water &#8211; well, isn&#8217;t it time some chemists ran the Hudson River water through an HPLC or NMR and came up with a &#8220;pizza dough water electrolytes&#8221; mix?? I understand it&#8217;s important to use those machines to analyze things like antioxidants and paramagnetism, but really people, first things first.</p>
<p>The best pizza I&#8217;ve had out here remains <a title="D'Agostinos" href="http://www.dagsdelivers.com/" target="_blank">D&#8217;Agostinos</a> at Addison and Southport. Even these guys fall short of the most plebian NYC joints, but they put good Chicago-style toppings on like Italian Beef.</p>
<p>And don&#8217;t even give me that deep-dish crap. That&#8217;s not pizza. It&#8217;s quiche.</p>
<p>Is it too much to ask? I don&#8217;t think so. Learn to make pizza right, Chicago. Throughout history Chicago has been trying to catch up with NYC, and with this problem unsolved, it will always be so far behind.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youngjyoon.com/thoughts/food/321/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Japanese HTML/CSS Tricks</title>
		<link>http://www.youngjyoon.com/portfolio/web-design/308/</link>
		<comments>http://www.youngjyoon.com/portfolio/web-design/308/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 05:10:01 +0000</pubDate>
		<dc:creator>Young</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.youngjyoon.com/?p=308</guid>
		<description><![CDATA[The way we write web pages have not changed in about a decade. HTML and CSS have been pretty much the only front-end languages used for the web, and it&#8217;s only recently that they have started to make progress toward the more semantic and intuitive, with initiatives like HTML5 and CSS3. I have been writing [...]]]></description>
			<content:encoded><![CDATA[<p>The way we write web pages have not changed in about a decade. HTML and CSS have been pretty much the only front-end languages used for the web, and it&#8217;s only recently that they have started to make progress toward the more semantic and intuitive, with initiatives like HTML5 and CSS3.</p>
<p>I have been writing HTML and CSS codes since high school &#8211; about 10 years now &#8211; and thought I had learned most, if not all, tags and tricks to make my code do what I want. That is, until I was shown an HTML/CSS introductory page for Japanese people. If you can read Japanese, it&#8217;s <a href="http://www.heo.jp/tag/kowaza/index.html" target="_blank">here</a>, still containing a lot of deprecated tags. It reminds me of <a title="HTML Goodies" href="http://www.htmlgoodies.com/" target="_blank">HTML Goodies</a> years before the emergence of W3C standards.</p>
<p>Anyway, browsing through this page I found two tricks I had never known before &#8211; and rightfully so, because they are completely useless if you don&#8217;t code Japanese pages.</p>
<p><strong>Trick 1: Vertical write mode</strong></p>
<p>Japanese books, newspapers and other print media are often printed in vertical lines, with the lines moving from right to left. Though they for the most part have abandoned this for web and other screen media, it is possible to replicate this with a CSS styling <em>writing-mode</em>:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;div style=&quot;writing-mode: tb-rl;&quot;&gt;<br />
縦書きタグの良いところは、読み物サイトなど、<br />
小説や文章を扱ったホームページで実際に小説を読んでいるような感じで書く事が出来る点です。<br />
ネットスケープにはまだ対応しておりませんが、<br />
いずれ日本のネットの重要なスタイルシートになる事は想像できます。<br />
<br />
私のイチオシのスタイルシートです。<br />
&lt;/div&gt;</div></td></tr></tbody></table></div>
<p>Here&#8217;s how the above would look in Internet Explorer:</p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2010/08/tategaki.jpg"><img class="alignnone size-full wp-image-309" title="tategaki" src="http://www.youngjyoon.com/wp-content/uploads/2010/08/tategaki.jpg" alt="tategaki" width="323" height="582" /></a></p>
<p>How cool is that!</p>
<p><strong>Trick 2: Furigana</strong></p>
<p><em>Furigana</em> is a way to clarify the Japanese pronunciation of <em>Kanji</em>, or Chinese characters. While <em>hiragana</em> and <em>katakana</em> are original, phonetic, Japanese characters, they also use Chinese characters extensively (as do Koreans, but we don&#8217;t usually write out the words in Chinese characters) in their writing. So they write <em>hiragana</em> pronunciations in tiny letters above the character to tell you how to read it. You would often find this in <em>manga</em>, since most kids would have trouble reading all the <em>kanji</em> in them. It turns out, since the early days of HTML, it had tags for this.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;div style=&quot;font-size: 50px;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp;&lt;ruby&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;rb&gt;鮑&lt;/rb&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;rt&gt;あわび&lt;/rt&gt;<br />
&nbsp; &nbsp; &nbsp;&lt;/ruby&gt;<br />
&lt;/div&gt;</div></td></tr></tbody></table></div>
<p>I made the font large so you can see the effect:</p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2010/08/furigana.jpg"><img class="alignnone size-full wp-image-310" title="furigana" src="http://www.youngjyoon.com/wp-content/uploads/2010/08/furigana.jpg" alt="furigana" width="110" height="109" /></a></p>
<p>No separate lines, no tables, just in-line, semantic tags.</p>
<p>There&#8217;s also a trick to make your characters display from right to left, which I assume is useful for languages like Hebrew and Arabic, but I don&#8217;t know those. Granted, these tricks are so close to being useless, and possibly deprecated. They also only seem to be supported by *GASP* Internet Explorer. Having dealt with Korean clients, I know Asians are very reluctant about changing to a &#8220;better&#8221; browser like Firefox or Chrome, and I wonder if it has to do with IE&#8217;s support for international features like these.</p>
<p>I learned something today in a field I thought I knew everything about! And for the very first time in my life, I said, &#8220;way to go, Internet Explorer.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youngjyoon.com/portfolio/web-design/308/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HappyKorean.com</title>
		<link>http://www.youngjyoon.com/portfolio/web-design/300/</link>
		<comments>http://www.youngjyoon.com/portfolio/web-design/300/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 00:29:34 +0000</pubDate>
		<dc:creator>Young</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[chicago]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[HappyKorean]]></category>
		<category><![CDATA[korean]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.youngjyoon.com/?p=300</guid>
		<description><![CDATA[HappyKorean is a giant project I have been working on for the past four months or so. It is a start-up social networking site for the Korean community in Chicago (although they are open to expansion in the future), and I must say it was a grueling task to create this site from scratch &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youngjyoon.com/wp-content/uploads/2010/08/ss21.jpg"><img class="alignnone size-full wp-image-304" title="ss21" src="http://www.youngjyoon.com/wp-content/uploads/2010/08/ss21.jpg" alt="" width="403" height="202" /></a></p>
<p>HappyKorean is a giant project I have been working on for the past four months or so. It is a start-up social networking site for the Korean community in Chicago (although they are open to expansion in the future), and I must say it was a grueling task to create this site from scratch &#8211; I delivered all the graphic components, front-end HTML/CSS/Javascript, back-end PHP and MySQL, not to mention the dual-language support requirement, allowing users to toggle between Korean and English at any time.</p>
<p><a href="http://www.youngjyoon.com/wp-content/uploads/2010/08/ss21_1.jpg"><img class="alignnone size-full wp-image-305" title="ss21_1" src="http://www.youngjyoon.com/wp-content/uploads/2010/08/ss21_1.jpg" alt="" width="403" height="202" /></a></p>
<p>Here&#8217;s my &#8220;profile.&#8221; You can add people as your &#8220;neighbors,&#8221; track your &#8220;groups,&#8221; send messages, winks, and follow blogs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youngjyoon.com/portfolio/web-design/300/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Award This Film: Oh Wait, You Did</title>
		<link>http://www.youngjyoon.com/thoughts/film/293/</link>
		<comments>http://www.youngjyoon.com/thoughts/film/293/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 06:30:18 +0000</pubDate>
		<dc:creator>Young</dc:creator>
				<category><![CDATA[Film]]></category>
		<category><![CDATA[Julianne Moore]]></category>
		<category><![CDATA[Meryl Streep]]></category>
		<category><![CDATA[Mrs Dalloway]]></category>
		<category><![CDATA[Nicole Kidman]]></category>
		<category><![CDATA[The Hours]]></category>
		<category><![CDATA[Virginia Woolf]]></category>

		<guid isPermaLink="false">http://www.youngjyoon.com/?p=293</guid>
		<description><![CDATA[I did not expect The Hours to be this good. Nicole Kidman plays Virginia Woolf, none of whose work I had to read in high school, Julianne Moore a 1950&#8242;s housewife, and Meryl Streep a 21st century lesbian poet. That sounds like a bad T-Rex song, but bear with me. The movie runs three parallel [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="The Hours Poster" src="http://uatheterrible.files.wordpress.com/2009/10/hours.jpg" alt="" width="213" height="333" />I did not expect <a title="IMDb: The Hours" href="http://www.imdb.com/title/tt0274558/" target="_blank"><em>The Hours</em></a> to be this good. Nicole Kidman plays <a title="Wiki: Virginia Woolf" href="http://en.wikipedia.org/wiki/Virginia_Woolf" target="_blank">Virginia Woolf,</a> none of whose work I had to read in high school, Julianne Moore a 1950&#8242;s housewife, and Meryl Streep a 21st century lesbian poet. That sounds like a bad<a title="20th Century Boy" href="http://www.youtube.com/watch?v=Ylww2dOW7fg" target="_blank"> T-Rex song</a>, but bear with me.</p>
<p>The movie runs three parallel plots, jumping in and out of all three until the end. Virginia Woolf, in her manic-depressive self, writes her famous <em><a title="Wiki: Mrs. Dalloway" href="http://en.wikipedia.org/wiki/Mrs_Dalloway" target="_blank">Mrs. Dalloway</a></em> while Moore&#8217;s character is inspired by it to attempt suicide, while Streep&#8217;s character is somewhat of a real-life version of Mrs. Dalloway. As always I&#8217;m going to stop myself here before I bore myself describing the plotlines, but the movie is chalk-full of metaphors, parallelisms and concurrent motifs &#8211; it is a great thinking movie. Every line is painfully meaningful, and when the movie finished I had to devote a good amount of time just thinking about all the elements. It is a wonderful refreshment for all of us who feel like we were forced into lives quite different from our desires; obligations and responsibilities that the adult life represents. In the face of death, one can appreciate life so much more, and the themes are well-contrasted in the three plotlines, each in its own social frame.</p>
<p>I forgot all about Nicole Kidman winning an Oscar for her role in this, but all acting in this film is superb. All the requirements of a great movie are there: script, acting, cinematography, and score. The eerie, Danny-Elfmanish music runs consistently through all three plotlines, and gives otherwise neutral images a somber air. A must see, and I&#8217;m glad I got to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youngjyoon.com/thoughts/film/293/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.425 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-19 19:46:25 -->

