<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Winona Tong</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/" />
    <link rel="self" type="application/atom+xml" href="http://www.winonatong.com/atom.xml" />
    <id>tag:www.winonatong.com,2012-01-30://1</id>
    <updated>2012-01-13T07:19:13Z</updated>
    <subtitle>Level ?? Humanoid</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 5.12</generator>

<entry>
    <title>Enter to win a St. Valentine&apos;s Day photo shoot!</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2012/01/enter-to-win-a-st-valentines-d.php" />
    <id>tag:www.winonatong.com,2012://1.1097</id>

    <published>2012-01-07T22:29:00Z</published>
    <updated>2012-01-13T07:19:13Z</updated>

    <summary><![CDATA[/*{literal}<![CDATA[*/ window.RAFLIN = window.RAFLIN || {}; window.RAFLIN['0bef0531'] = {id: 'MzAyYjhlZjZmYzE1ZTBkNGJmNGRhNTNhMTg4YTgyOjM='}; var url='//d12vno17mo87cx.cloudfront.net/static/js/raflcptr/build/raflcptr.min.js', head=(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]); (function(d,n,h){if(!!d.getElementById(n))return;var j=d.createElement('script');j.id=n;j.type='text/javascript';j.async=true;j.src=url;h.appendChild(j);}(document,'rsoijs',head)); /*]]&gt;{/literal}*/ a Rafflecopter giveaway You need javascript enabled to see this giveaway....]]></summary>
    <author>
        <name>Winona</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<div style="margin: 0 auto; width:400px; position:relative; top:20px; border-color: #B8C3D9 !important;
    border-style: solid !important;
    border-width: 1px 1px 0 1px !important;"><img align="center" src="http://winnietong.com/images/vday-contest.jpg" /></div><script id="raflin-0bef0531" type="text/javascript">/*{literal}<![CDATA[*/
    window.RAFLIN = window.RAFLIN || {};
    window.RAFLIN['0bef0531'] = {id: 'MzAyYjhlZjZmYzE1ZTBkNGJmNGRhNTNhMTg4YTgyOjM='};
    var url='//d12vno17mo87cx.cloudfront.net/static/js/raflcptr/build/raflcptr.min.js', head=(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]);
    (function(d,n,h){if(!!d.getElementById(n))return;var j=d.createElement('script');j.id=n;j.type='text/javascript';j.async=true;j.src=url;h.appendChild(j);}(document,'rsoijs',head));
/*]]&gt;{/literal}*/</script>
<a class="rafl-powered" href="http://www.rafflecopter.com" target="_blank" style="font:10px sans-serif;color:#999;width:100%;text-align:center;display:block;" id="rpow-0bef0531">a <i>Rafflecopter</i> giveaway</a>
<noscript><a href="http://rafl.es/enable-js">You need javascript enabled to see this giveaway</a>.</noscript>]]>
        
    </content>
</entry>

<entry>
    <title>Block commenting with PyDev for Eclipse</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2011/12/block-commenting-with-pydev-fo.php" />
    <id>tag:www.winonatong.com,2011://1.1081</id>

    <published>2011-12-21T22:24:37Z</published>
    <updated>2011-12-21T22:36:03Z</updated>

    <summary>Python doesn&apos;t have special syntax for block comments, but if your IDE supports it, there may be a shortcut command to achieve roughly the same. I&apos;m using PyDev for Eclipse on a Mac, and the shortcut happens to be command+/...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="Django" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="language" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="technology" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>Python doesn't have special syntax for block comments, but if your IDE supports it, there may be a shortcut command to achieve roughly the same.</p>

<p>I'm using PyDev for Eclipse on a Mac, and the shortcut happens to be command+/ (command, forward slash.) Just select the block of code that you want to comment out, and use the shortcut key. A "#" will be inserted in front of each line that you highlighted.</p>

<p>With exactly the same lines selected, you can hit the shortcut key again to toggle the comments off. If you happen to select an extra line that was not commented out before, using the comment shortcut will add an additional "#" in front of each line. </p>

<p>The keyboard shortcut is easier to remember when you're using a language that uses slashes in the commenting syntax.</p>

<p>On a PC it's control+/</p>

<p>In a language that has special syntax for multi-line comments, you can use command+shift+/ (on a Mac) or control+shift+/ (on a PC.)</p>]]>
        
    </content>
</entry>

<entry>
    <title>Where is Django Installed?</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2011/12/where-is-django-installed.php" />
    <id>tag:www.winonatong.com,2011://1.1068</id>

    <published>2011-12-06T21:46:07Z</published>
    <updated>2011-12-06T21:50:34Z</updated>

    <summary>I was running through part 2 of the Django tutorial when I had to copy some files the Django source code directory. I&apos;m on a Mac (Snow Leopard) and it happens to be at: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="Django" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="computers" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="technology" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>I was running through part 2 of the Django tutorial when I had to copy some files the Django source code directory. I'm on a Mac (Snow Leopard) and it happens to be at:</p>

<blockquote>
<tt>/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django</tt>
</blockquote>]]>
        
    </content>
</entry>

<entry>
    <title>Punk Hello Kitty</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2011/10/punk-hello-kitty.php" />
    <id>tag:www.winonatong.com,2011://1.1017</id>

    <published>2011-10-16T01:49:06Z</published>
    <updated>2011-10-16T02:28:15Z</updated>

    <summary> Check out this awesome h.NAOTO x Hello Kitty cell phone charm that I got from a capsule toy machine in Tokyo. It&apos;s full of bad attitude. Yes, that really is the F-word you see on her back side....</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="Art" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="fashion" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p><a href="http://www.winonatong.com/assets_c/2011/10/DSC_1707-punk-hello-kitty-573.php" onclick="window.open('http://www.winonatong.com/assets_c/2011/10/DSC_1707-punk-hello-kitty-573.php','popup','width=712,height=475,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.winonatong.com/assets_c/2011/10/DSC_1707-punk-hello-kitty-thumb-356x237-573.jpg" width="356" height="237" alt="DSC_1707-punk-hello-kitty.jpg" class="decorated mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></p>

<p>Check out this awesome h.NAOTO x Hello Kitty cell phone charm that I got from a capsule toy machine in Tokyo. It's full of bad attitude. Yes, that really is the F-word you see on her back side.</p>]]>
        
    </content>
</entry>

<entry>
    <title>National Coming Out Day</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2011/10/national-coming-out-day.php" />
    <id>tag:www.winonatong.com,2011://1.1016</id>

    <published>2011-10-11T19:08:02Z</published>
    <updated>2012-02-04T21:42:38Z</updated>

    <summary>In celebration of National Coming Out Day, I am giving away Rainbow Wee buttons. They are 1&quot; in diameter and illustrated by yours truly....</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="Art" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Culture" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="PSA" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="feminism" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="illustration" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="personal" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>In celebration of National Coming Out Day, I am giving away Rainbow Wee buttons. They are 1" in diameter and illustrated by yours truly.</p>

<img alt="IMG_1833.png" src="http://www.winonatong.com/images/blog/IMG_1833.png" width="300" height="300" class="mt-image-center decorated" style="text-align: center; display: block; margin: 0 auto 20px;" />]]>
        
    </content>
</entry>

<entry>
    <title>Forcing users to upgrade their browsers</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2011/05/forcing-users-to-upgrade-their-browsers.php" />
    <id>tag:www.winonatong.com,2011://1.862</id>

    <published>2011-05-25T04:56:49Z</published>
    <updated>2011-05-25T05:32:15Z</updated>

    <summary>I have a confession to make. I am a terrible, insensitive web developer. I was working on a brand new, snazzy HTML 5 design for my personal web site, but could not get it to look half decent in Internet...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="Cynicism" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Internet Communication" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="UI Design" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="interweb" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="technology" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="web design" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>I have a confession to make. I am a terrible, insensitive web developer.</p>

<p>I was working on a brand new, snazzy HTML 5 design for my personal web site, but could not get it to look half decent in Internet Explorer 6 (a 10 year old browser at the time of this writing) and Internet Explorer 7 (a 5 year old browser) without bogging down my web page with hacks and work arounds.</p>

<p>After wrestling with the markup and CSS for weeks, I finally threw in the towel and decided that people using IE6 and IE7 do not deserve to see my new web site.</p>

<p>I added the following configurations to Apache in httpd.conf (.htaccess works too)<br />
<blockquote><tt>RewriteEngine On</p>

<p>RewriteCond %{REQUEST_URI} !upgrade*<br />
RewriteCond %{HTTP_USER_AGENT} "MSIE 6"<br />
RewriteRule . upgrade.php [L]</p>

<p>RewriteCond %{REQUEST_URI} !upgrade*<br />
RewriteCond %{HTTP_USER_AGENT} "MSIE 7"<br />
RewriteRule . upgradeagain.php [L]<br />
</tt></blockquote></p>

<p>Which serves up the following 2 pages depending on the browser being used by the visitor.</p>

<p>Internet Explorer 6 users are treated to Tandy Kitteh:</p>

<p><img alt="upgrade.jpg" src="http://www.winonatong.com/images/blog/upgrade.jpg" width="644" height="484" class="mt-image-center decorated" style="text-align: center; display: block; margin: 0 auto 20px;" /></p>

<p>While Internet Explorer 7 users are treated to baby IE7 Kitteh:</p>

<p><img alt="upgradeagain.jpg" src="http://www.winonatong.com/images/blog/upgradeagain.jpg" width="644" height="484" class="mt-image-center decorated" style="text-align: center; display: block; margin: 0 auto 20px;" /></p>]]>
        
    </content>
</entry>

<entry>
    <title>Winning</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2011/05/winning.php" />
    <id>tag:www.winonatong.com,2011://1.814</id>

    <published>2011-05-03T07:43:00Z</published>
    <updated>2011-05-03T08:17:21Z</updated>

    <summary>The Reddit secret santa craft exchange gift I sent won the following gift awards: Favorite Geeky Gift Favorite Arts and Crafts Gift Favorite Meme Related Gift Pretty neat for my first time participating, I just hope my recipient wasn&apos;t offended...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>The Reddit secret santa <a href="http://redditgifts.com/gallery/gift/my-new-most-treasured-posession/">craft exchange</a> gift I sent won the following gift awards:</p>

<p><a href="http://redditgifts.com/gallery/award/favorite-geeky-gift/">Favorite Geeky Gift</a></p>

<p><a href="http://redditgifts.com/gallery/award/favorite-arts-and-crafts-gift/">Favorite Arts and Crafts Gift</a></p>

<p><a href="http://redditgifts.com/gallery/award/favorite-meme-related-gift/">Favorite Meme Related Gift</a></p>

<p>Pretty neat for my first time participating, I just hope my recipient wasn't offended by my mischievousness.</p>

<p><a href="http://redditgifts.com/gallery/gift/craft-jackpot/">The gift that I received</a> was quite impressive too:</p>

<p><a href="http://www.winonatong.com/assets_c/2011/05/DSC_2957-reddit-craft-exchange-356.php" onclick="window.open('http://www.winonatong.com/assets_c/2011/05/DSC_2957-reddit-craft-exchange-356.php','popup','width=1200,height=800,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.winonatong.com/assets_c/2011/05/DSC_2957-reddit-craft-exchange-thumb-500x333-356.jpg" width="500" height="333" alt="DSC_2957-reddit-craft-exchange.jpg" class="mt-image-center decorated" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></p>

<ul>
	<li>Felted scented soap rocks</li>
	<li>Soap plate</li>
	<li>Knit scarf</li>
	<li>Black pearl earrings </li>
	<li>Cute user's manual describing how all of the above items were lovingly hand made </li>
</ul>]]>
        
    </content>
</entry>

<entry>
    <title>Now your friends can fill out your facebook profile for you</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2011/03/now-your-friends-can-fill-out-your-facebook-profile-for-you.php" />
    <id>tag:www.winonatong.com,2011://1.774</id>

    <published>2011-03-08T18:37:08Z</published>
    <updated>2011-03-08T19:05:15Z</updated>

    <summary>I was tagged as a &quot;coworker&quot; on Facebook today. I keep a spartan profile with only my name and profile photo displayed, so I was outraged to find that by tagging me as a coworker, my employment information was added...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="Internet" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="computers" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="interweb" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="rants" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="technology" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>I was tagged as a "coworker" on Facebook today.</p>

<p><img alt="tagging.gif" src="http://www.winonatong.com/images/blog/tagging.gif" width="485" height="131" class="mt-image-center decorated" style="text-align: center; display: block; margin: 0 auto 20px;" /></p>

<p>I keep a spartan profile with only my name and profile photo displayed, so I was outraged to find that by tagging me as a coworker, my employment information was added to my profile. By someone else, against my will no less. I could only remove the tag after the fact, and even then, it only removed the information from my own profile, and not my coworker's. Severing ties with that coworker (unfriending) didn't help either.</p>

<p>I also tried to find a way to prevent myself from being tagged in this fashion. Users have the option to prevent tagged photos of themselves from being shown. Users also have the option to prevent others from checking you into places. However, there is no option to prevent others from tagging you as a coworker and adding that information to your own profile as well.</p>

<p>This sucks.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Yikes!</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2011/02/yikes.php" />
    <id>tag:www.winonatong.com,2011://1.688</id>

    <published>2011-02-10T04:08:39Z</published>
    <updated>2011-02-10T07:06:11Z</updated>

    <summary>It&apos;s 2011 and I&apos;m embarrassed to say that this web site still has a table layout. If you don&apos;t believe me, you can see it for yourself... but act fast because it&apos;s going to be replaced with something a little...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="interweb" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="personal" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="technology" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="web design" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>It's 2011 and I'm embarrassed to say that this web site still has a table layout.</p>

<p>If you don't believe me, you can see it for yourself... but act fast because it's going to be replaced with something a little more modern soon&trade;.</p>

<p>For your amusement while I whip up a snazzy new design for this web site, here is a collection of web sites that I have designed in the past. Click on the screenshot below for hilarity to ensue:</p>

<div style="text-align: center;"><a href="http://www.flickr.com/photos/firevixen/sets/72157594226466505/" title="pink_site by winona, on Flickr"><img src="http://farm6.static.flickr.com/5012/5432229897_51462d8046.jpg" width="500" height="436" alt="pink_site" class="decorated" /></a></div>

<p><br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>The prank that keeps on pranking</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2010/04/the-prank-that-keeps-on-pranki.php" />
    <id>tag:www.winonatong.com,2010://1.609</id>

    <published>2010-04-01T23:25:55Z</published>
    <updated>2011-01-05T06:58:16Z</updated>

    <summary>(11:13:30 AM) wee: woohoo! i changed my race! (11:20:15 AM) Tim: tuskarr? interesting (11:20:34 AM) wee: yep for the fishing bonus (11:20:43 AM) Tim: oh god (11:20:52 AM) wee: april fool&apos;s! (11:20:58 AM) Tim: balls!...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="computers" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="interweb" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="technology" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>(11:13:30 AM) wee: woohoo! i changed my race!</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.winonatong.com/assets_c/2010/04/fishing-bonus-113.php" onclick="window.open('http://www.winonatong.com/assets_c/2010/04/fishing-bonus-113.php','popup','width=1384,height=1282,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.winonatong.com/assets_c/2010/04/fishing-bonus-thumb-500x463-113.jpg" width="500" height="463" alt="fishing-bonus.jpg" class="mt-image-center decorated" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p><br />
(11:20:15 AM) Tim: tuskarr? interesting<br />
(11:20:34 AM) wee: yep for the fishing bonus<br />
(11:20:43 AM) Tim: oh god<br />
(11:20:52 AM) wee: april fool's!<br />
(11:20:58 AM) Tim: balls!</p>]]>
        
    </content>
</entry>

<entry>
    <title>Barbie, the computer engineer</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2010/02/barbie-the-computer-engineer.php" />
    <id>tag:www.winonatong.com,2010://1.772</id>

    <published>2010-02-02T01:06:38Z</published>
    <updated>2011-03-01T04:56:57Z</updated>

    <summary>Over the years, Barbie has tried her hand at many different occupations: rock star, race car driver, astronaut... the list goes on. This year, Barbie has a chance to be a computer engineer. You can vote for your favorite occupation...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="Girl Power" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Internet" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>Over the years, Barbie has tried her hand at many different occupations: rock star, race car driver, astronaut... the list goes on.</p>

<p>This year, Barbie has a chance to be a computer engineer.</p>

<p><a href="http://www.barbie.com/vote/">You can vote for your favorite occupation on Barbie.com</a></p>

<p><a href="http://www.winonatong.com/assets_c/2011/02/barbie-306.php" onclick="window.open('http://www.winonatong.com/assets_c/2011/02/barbie-306.php','popup','width=1047,height=1130,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.winonatong.com/assets_c/2011/02/barbie-thumb-450x485-306.jpg" width="450" height="485" alt="barbie.jpg" class="mt-image-center decorated" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></p>]]>
        
    </content>
</entry>

<entry>
    <title>O hai dere!</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2010/02/o-hai-dere.php" />
    <id>tag:www.winonatong.com,2010://1.606</id>

    <published>2010-02-01T19:14:16Z</published>
    <updated>2010-02-01T19:20:08Z</updated>

    <summary>Where did 2009 go? It was a pretty productive year in terms of travelling, not a productive year in terms of blogging. March - Napa May - Vancouver August - Hawaii September - Seattle October - Toronto November - Sydney...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="reflections" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>Where did 2009 go?</p>

<p>It was a pretty productive year in terms of travelling, not a productive year in terms of blogging.</p>

<p>March - Napa<br />
May - Vancouver<br />
August - Hawaii<br />
September - Seattle<br />
October - Toronto<br />
November - Sydney and Melbourne<br />
December - Tanzania</p>

<p>Having visited all 7 continents, I'm pretty much done now. All I have left is to shoot for the moon.</p>

<p>Let 2010 be the year of renewed creativity.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Bay to Breakers 2009</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2009/05/bay-to-breakers-2009.php" />
    <id>tag:www.winonatong.com,2009://1.591</id>

    <published>2009-05-18T01:07:49Z</published>
    <updated>2009-05-20T04:55:07Z</updated>

    <summary>I did Bay to Breakers again this year, and unlike last year, I actually finished (in 2:46... that&apos;s an average of 22 minutes and 16 seconds per mile.) I placed an abysmal 2569 out of 2851 people in my age...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="Art" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Culture" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="personal" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>I did Bay to Breakers again this year, and unlike last year, I actually finished (in 2:46... that's an average of 22 minutes and 16 seconds per mile.) I placed an abysmal 2569 out of 2851 people in my age group. Even so, I still feel like a champ because I didn't get sunburned at all!</p>

<p>I walked more than half of the way, taking in the scenery and then sped up so I could cross the finish line for real before they diverted the course.</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img src="http://www.winonatong.com/assets_c/2009/05/zombwee-thumb-320x426-105.jpg" width="320" height="426" alt="zombwee.jpg" class="mt-image-center decorated" style="text-align: center; display: block; margin: 0 auto 20px;" /></span></p>

<p>Tim and John came up with our group costume idea: Swine Flu Zombies. I was a butcher/chef who contracted the flu from slaughtering pigs for fresh bacon. The virus I caught mutated and I turned into a zombie. I made the hat the day before the race after flip-flopping on my zombie infection story. I briefly thought about being a zombie hula girl who got pig flu from a roast pig at a luau. I thought people wouldn't really get it unless I told them the story, and zombies don't really talk much, so I went with a simpler yet more over the top costume concept.</p>

<p>Mike was a zombie DJ.<br />
John was a zombie yuppie.<br />
Chrystie was a zombie sorority girl.<br />
Tim was a zombie professional fighter.<br />
Dana was cursed by a Rabbi for being unkosher.</p>

<p>Now that I've done Bay to Breakers for real, I want to do the salmon run next year.</p>

<p>Oh yeah, and now that I have a zombie costume, I can also join the next zombie walk.</p>]]>
        
    </content>
</entry>

<entry>
    <title>March for Boobies</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2009/04/march-for-boobies.php" />
    <id>tag:www.winonatong.com,2009://1.580</id>

    <published>2009-04-09T17:43:53Z</published>
    <updated>2009-04-13T04:05:48Z</updated>

    <summary>My company is participating in the March of Dimes: March for Babies this year. In order to encourage people to sponsor me in this event, I&apos;m offering a one-of-a-kind painting to my largest sponsors in each of the sponsorship levels...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="Art" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="PSA" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="personal" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>My company is participating in the <a href="http://www.marchforbabies.org/winonatong">March of Dimes: March for Babies</a> this year. In order to encourage people to <a href="http://www.marchforbabies.org/winonatong">sponsor me</a> in this event, I'm offering a one-of-a-kind painting to my largest sponsors in each of the sponsorship levels below on April 25th.</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="roobies-460.jpg" src="http://www.winonatong.com/images/blog/roobies-460.jpg" width="460" height="345" class="mt-image-center decorated" style="text-align: center; display: block; margin: 0 auto 20px;" /></span></p>

<p>The painting will be of a pair of breasts in any colour (or natural) of the sponsor's choice. A reference image of the sponsor's ideal chest (male or female, nude or not) may be furnished to me. Multiple small donations from the same person may be summed up. In the event of a tie, a draw will be held to select the winner.</p>

<table width="460" border="1" align="center">
<tr><th>If the donation made by the most generous donor is between</th><th>the donor will receive a painting up to</th></tr>
<tr><td> $10-$49.99</td><td>6" x 8"</td></tr>
<tr><td> $50.00-$99.99</td><td>9" x 12"</td></tr>
<tr><td> $100-$499.99</td><td>16" x 20"</td></tr>
<tr><td> $500-$999.99</td><td>20" x 24"</td></tr>
<tr><td> $1000+</td><td>24" x 36"</td></tr>
</table>

<p>More generous donors have the option of choosing a painting that is smaller than the maximum size that I will paint for that sponsorship level. In the event that the gift is refused by the donor, a painting will still be painted, but it will be sold on ebay to benefit Susan G. Komen for the Cure.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Happy Ada Lovelace Day</title>
    <link rel="alternate" type="text/html" href="http://www.winonatong.com/archives/2009/03/happy-ada-lovelace-day.php" />
    <id>tag:www.winonatong.com,2009://1.771</id>

    <published>2009-03-24T15:45:42Z</published>
    <updated>2011-02-28T07:11:04Z</updated>

    <summary>In honor of Ada Lovelace Day, I would like to recognize Ms. Henry, my first computer science teacher. I was quite privileged to have attended a high school where female teachers made up a significant portion of the math and...</summary>
    <author>
        <name>Winona</name>
        
    </author>
    
        <category term="Girl Power" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.winonatong.com/">
        <![CDATA[<p>In honor of Ada Lovelace Day, I would like to recognize Ms. Henry, my first computer science teacher. I was quite privileged to have attended a high school where female teachers made up a significant portion of the math and science departments. In my opinion, nothing was more encouraging or empowering than filling the faculty with great role models.</p>

<p>What set Ms. Henry apart from other educators was her effective teaching methods. Her explanations were always clear and concise. I was turned on to computer programming because she made it seem easy.</p>

<p>She challenged the more astute students with programming competitions. For struggling students, she always had the patience to spend extra time with them, explain concepts again, perhaps differently until it would finally click. She was always very encouraging, never condescending and she would never give up until the material was properly understood. This was especially important because we had to cover the fundamentals.</p>

<p>Ms. Henry not only provided me with the nurture I needed to become a software developer, she also inspired me to become a teacher one day, so that I may show other girls that computer science is not scary or difficult.</p>]]>
        
    </content>
</entry>

</feed>

