307 status code indicates a temporary redirect, but the HTTP request method remains unchanged.
The user is redirected to another URL while keeping the original request method (e.g., POST remains POST).
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: mikwu.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <link href='https://www.blogger.com/static/v1/widgets/55013136-widget_css_bundle.css' rel='stylesheet' type='text/css'/> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/> <meta content='blogger' name='generator'/> <link href='http://mikwu.blogspot.com/favicon.ico' rel='icon' type='image/x-icon'/> <link href='http://mikwu.blogspot.com/' rel='canonical'/> <link rel="alternate" type="application/atom+xml" title="mike in san francisco - Atom" href="http://mikwu.blogspot.com/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title="mike in san francisco - RSS" href="http://mikwu.blogspot.com/feeds/posts/default?alt=rss" /> <link rel="service.post" type="application/atom+xml" title="mike in san francisco - Atom" href="https://www.blogger.com/feeds/18605494/posts/default" /> <link rel="me" href="https://www.blogger.com/profile/03979732127549557517" /> <!--Can't find substitution for tag [blog.ieCssRetrofitLinks]--> <meta content='http://mikwu.blogspot.com/' property='og:url'/> <meta content='mike in san francisco' property='og:title'/> <meta content='pasadena -&gt; berkeley -&gt; san francisco -&gt; new york city -&gt; chicago -&gt; pasadena -&gt; san francisco <br> thoughts of a west coast transplant transplanted to the east coast then to the midwest and finally back to the west coast' property='og:description'/> <title>mike in san francisco</title> <style id='page-skin-1' type='text/css'><!-- /* * Blogger Template Style * * Jellyfish * by Jason Sutter */ /* * Variable definitions * -------------------- <Variable name="mainBgColor" description="Page Background Color" type="color" default="#ffffff" /> <Variable name="mainTextColor" description="Text Color" type="color" default="#111111" /> <Variable name="titleBgColor" description="Blog Title Background Color" type="color" default="#eeeeee" /> <Variable name="titleColor" description="Blog Title Color" type="color" default="#16a3c2"/> <Variable name="descriptionBgColor" description="Blog Description Background Color" type="color" default="#ffffff" /> <Variable name="descriptionColor" description="Blog Description Color" type="color" default="#acb877" /> <Variable name="dateHeaderColor" description="Date Header Color" type="color" default="#333333" /> <Variable name="postTitleColor" description="Post Title Color" type="color" default="#000000" /> <Variable name="postFooterColor" description="Post Footer Color" type="color" default="#444444" /> <Variable name="mainLinkColor" description="Link Color" type="color" default="#b4445c" /> <Variable name="sidebarTitleColor" description="Sidebar Title Color" type="color" default="#ffc069" /> <Variable name="sidebarLinkColor" description="Sidebar Link Color" type="color" default="#999999" /> <Variable name="bodyFont" description="Text Font" type="font" default="normal normal 100% Lucida Grande, Verdana, Arial, Helvetica, Sans-Serif" /> <Variable name="titleFont" description="Blog Title Font" type="font" default="normal bold 340% Helvetica Neue Black Condensed, Arial Black,Arial, Sans-Serif" /> <Variable name="descriptionFont" description="Blog Description Font" type="font" default="normal normal 80% Lucida Grande,Verdana, Arial, Sans-serif" /> */ body { margin: 0px; padding: 0px; background: #ffffff; color: #111111; font: normal normal 100% Lucida Grande, Verdana, Arial, Helvetica, Sans-Serif; } a:link, a:visited, a:active { color: #b4445c; } a img { border: 0; } @media all { div#main-wrapper { float: left; width: 65%; padding: 20px 1em 0 0; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ } div#sidebar-wrapper { margin: 0px; text-align: left; } div#sidebar { width: 32%; float: right; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ } } #content-wrapper { margin-right: 1em; margin-left: 1em; } @media handheld { div#main-wrapper { float:none; width:90%; } div#sidebar-wrapper { margin-left:5%; } } h1,h2,h3,h4 { padding:0px; margin:0px; } #header { padding:7px 0px 20px 0px; margin:23px 0px 0px 0px; border-top:1px solid #eeeeee; background: #ffffff; color: #acb877; } h1 a:visited { text-decoration: none; color: #16a3c2; } h1 { padding-left: 3%; padding-top: 20px; border-bottom: dotted 1px #000000; border-top: solid 6px #16a3c2; color: #16a3c2; background: #eeeeee; text-transform:lowercase; font: normal bold 340% Helvetica Neue Black Condensed, Arial Black,Arial, Sans-Serif; line-height: 0.8em; } .description { padding:0px; margin:1em 12% 0px 5%; color: #acb877; background:transparent; text-transform:lowercase; font: normal normal 80% Lucida Grande,Verdana, Arial, Sans-serif; } h3 { color: #000000; font-weight:normal; font-size: 150%; } h3.post-title a { color: #000000; } .Blog h2.date-header { margin:10px 0px 0px 0px; color: #333333; font-size:120%; text-align: left; text-transform:none; font-weight: bold; } #sidebar .widget { margin: 0px 0px 33px 0px; padding: 0px; font-size: 95%; text-align: right; } #sidebar ul { list-style-type: none; margin-top: 0; } #sidebar li { margin: 0px; padding: 0px; list-style-type: none; } @media all { .widget h2 { color: #ffc069; font-size: 240%; text-align:right; text-transform:lowercase; } } @media handheld { .widget h2 { text-align:left; } #sidebar { text-align:left; } } .post { margin:0px 0px 30px 0px; font-size:100%; } .post strong { font-weight: bold; } #sidebar a:link, #sidebar a:visited { color: #999999; } #sidebar a:hover { text-decoration: none; } pre,code,strike { color: #666666; } .post-footer { padding: 0px; margin: 0px; color: #444444; font-size: 80%; } .post-footer a { text-decoration:none; } .post-footer a:hover { text-decoration:underline; } #comments { padding: 2px 0px 2px 5px; font-weight: normal; } .comment-author { margin-top: 20px; } .comment-body { margin-top: 10px; font-size: 100%; } .comment-footer { margin-right: 10px; display: inline; padding: 0px; color: #444444; font-size: 80%; font-family: Lucida Grande,MS Sans Serif,Lucida Sans Unicode,Verdana,Geneva,Lucida,Arial,Helvetica,Sans-Serif; } .deleted-comment { font-style:italic; color:gray; } .comment-link { margin-left: .6em; } .profile-img { margin: 0 0 5px 5px; float: right; } .Profile dd { margin: 0; padding: 0; } .BlogArchive #ArchiveList { float: right; } .widget-content { margin-top: 0.5em; } @media handheld { .Profile img { float:none; } .Profile { text-align:left; } } .feed-links { clear: both; line-height: 2.5em; } #blog-pager-newer-link { float: left; } #blog-pager-older-link { float: right; } #blog-pager { text-align: center; } .clear { clear: both; } /** Tweaks for layout editor mode */ body#layout #outer-wrapper { margin-top: 10px; } body#layout #main-wrapper, body#layout #header { margin-top: 0; padding-top: 0; } --></style> <link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=18605494&zx=fcf496d0-8201-4ce9-a78f-91b5c7c9fbab' media='none' onload='if(media!='all')media='all'' rel='stylesheet'/><noscript><link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=18605494&zx=fcf496d0-8201-4ce9-a78f-91b5c7c9fbab' rel='stylesheet'/></noscript> <meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/> <meta name='google-adsense-platform-domain' content='blogspot.com'/> <script type="text/javascript" language="javascript"> // Supply ads personalization default for EEA readers // See https://www.blogger.com/go/adspersonalization adsbygoogle = window.adsbygoogle || []; if (typeof adsbygoogle.requestNonPersonalizedAds === 'undefined') { adsbygoogle.requestNonPersonalizedAds = 1; } </script> </head> <body> <div class='navbar section' id='navbar'><div class='widget Navbar' data-version='1' id='Navbar1'><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/18605494?origin\x3dhttp://mikwu.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script><script type="text/javascript"> (function() { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js'; var head = document.getElementsByTagName('head')[0]; if (head) { head.appendChild(script); }})(); </script> </div></div> <div id='outer-wrapper'><div id='wrap2'> <!-- skip links for text browsers --> <span id='skiplinks' style='display:none;'> <a href='#main'>skip to main </a> | <a href='#sidebar'>skip to sidebar</a> </span> <div id='header-wrapper'> <div class='header section' id='header'><div class='widget Header' data-version='1' id='Header1'> <div id='header-inner'> <div class='titlewrapper'> <h1 class='title'> mike in san francisco </h1> </div> <div class='descriptionwrapper'> <p class='description'><span>pasadena -> berkeley -> san francisco -> new york city -> chicago -> pasadena -> san francisco <br> thoughts of a west coast transplant transplanted to the east coast then to the midwest and finally back to the west coast</span></p> </div> </div> </div></div> </div> <div id='content-wrapper'> <div id='crosscol-wrapper' style='text-align:center'> <div class='crosscol no-items section' id='crosscol'></div> </div> <div id='main-wrapper'> <div class='main section' id='main'><div class='widget Blog' data-version='1' id='Blog1'> <div class='blog-posts hfeed'> <div class="date-outer"> <h2 class='date-header'><span>11.10.2012</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post'> <a name='8519068704967992492'></a> <h3 class='post-title'> <a href='http://mikwu.blogspot.com/2012/11/one-year-ago-today.html'>One year ago today</a> </h3> <div class='post-header-line-1'></div> <div class='post-body'> <p><br /> <div class="MsoNormal"> One year ago today, I lost my father after a brief and unexpected battle with cancer. It’s been a difficult year, but I try to stay positive by thinking about how blessed I was to have had him in my life and how lucky I am to be surrounded and supported by wonderful and amazing family and friends. </div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> The following is an e-mail from the past, composed 11 months and 1 day ago, on December 08, 2011. It is being delivered from the past through FutureMe.org:</div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> Dear FutureMe,<o:p></o:p></div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> In three days, it will be one month since Baba passed away, and when you get this email, one year will have passed. I don't know if the feeling of grief will be any different. Right now, it's still hard to believe that Baba is gone and that I'll never be able to hold and hug him, or see him at his computer or reading on the couch. I'll miss the thick oily scent of his hair, and his low voice providing comments and advice on any range of topics. I'll miss how much he loved talking about his purchases, and learning more about them through books he ordered online.<o:p></o:p></div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> I hope you never forget that last night I dreamt of Baba. I got into the passenger side of Er Jiu's old white van, and Baba was in the driver's seat, wearing his thick white jacket. I somehow knew he had come to see me in the dream, so I leaned over and held him tight, trying to capture the feel and smell of holding him again. He drove down Madre, and even though we were in the right side of the street, there was oncoming traffic in our lane. I started getting scared and asked Baba to turn into the parking lot of the 76 station. He assured me that it was OK, but I was still getting scared so he turned into the parking lot of the Kaiser on Foothill. We got out of the car and started walking into the building. I held him close and started crying. I was trying to tell him that I'm sorry I didn't talk him more when he was alive, and that I feel like I didn't talk enough. Because I was crying so much, my words were all jumbled and he laughed and repeated "Suff?" when I tried to say that I didn't "Sou (talk) enough." I said that it was because I always wanted to be independent but I wished that I spent more time at home and talking with him. He told me not to feel bad. We continued walking with my holding his arm, when Jack arrived out of nowhere. Jack called me name to ask me something, and I turned to him to say I would talk to him later. Baba had continued walking ahead, and looked back at me and smiled before turning a corner. I raced to the corner and he was gone. I kept looking for a while, but none of the people there were him. When I woke up, I was crying a lot thinking about it, but so glad to be able to see Baba one more time.<o:p></o:p></div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> Nowadays, what I think of a lot is Baba's voice telling me, "I love you too" from the hospital bed, from when I told him how much I loved him and what great parents him and Mama were. I told him that my only fear in life was not being as good of a parent as they were, and he told me, "You have to have the strength to do what's right. Look at me and Mama, we were never scared." But I always go back to when he said, "I love you too."<o:p></o:p></div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> I know he was always with us up to the end, because every night I would tell him, "Good night, Baba, I love you," and kiss his forehead, and he would always nod his head in recognition. Another image that sticks in my head is the last time he left the house. He was at home for about three hours before the Rose Hills people came. We said our final thank you and good bye, and then I remember them carrying him out of the front door in the stretcher while we watched.<o:p></o:p></div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> I hope the wedding planning is going well. I love Lauren so much and can't wait to get married. Although it was surrounded by so much sadness, please don't ever forget how happy Baba looked when I came home to show him Lauren and I were engaged. He had been sleeping in the morning when I left, and did not open his eyes when I told him I was going to propose that day to Lauren. However, when I came home with her, his eyes were open and he had a big smile on his face while he was looking at me and Lauren. Mama said that he hadn't opened his eyes all day, but he was awake for us. by that time he was too tired to say anything, but May May had bought a cake and we all ate it around him in the family room to celebrate.<o:p></o:p></div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> I hope we are all doing well, and that we have begun to accept Baba's departure. I know that he will always be with us in spirit, and will always be watching over us for the rest of our lives. I miss him so much and know that I always will, but I hope the hurt someday gets better. We did our best to give him the best possible service we could, and I hope he was happy with it. On the day of the burial, I placed a bird of paradise on his vault, for the ones we have by our driveway. And all the time, I think of Baba, and just want him to know I love him so much and am so thankful to have had him. Mama is doing OK, but I know it will just take time to heal.<o:p></o:p></div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> Popo doesn't have much time left, but I hope she passes peacefully. I hope Matthew and Kaitlyn continue to be cute, and that they grow up learning how much Baba adored them. The picture in my mind will always be of one time where they were iChatting, and Baba kept telling the kids, "Gong Gong loves you, Gong Gong loves you!" Please do your best to let them know how much he loved them.<o:p></o:p></div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> Anyways, I'll set this so that I'll receive it on the first, second, fifth and tenth anniversary of Baba's death, so that it will help me remember him.<o:p></o:p></div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> As before, cherish your loved ones and take advantage of your time. Keep your body in good health and work hard at everything you do.<o:p></o:p></div> <div class="MsoNormal"> <br /></div> <div class="MsoNormal"> Sincerely, <o:p></o:p></div> <div class="MsoNormal"> Mike</div> </p> <div style='clear: both;'></div> </div> <div class='post-footer'> <p class='post-footer-line post-footer-line-1'><span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/18605494/8519068704967992492' onclick=''>11 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post/18605494/8519068704967992492' title='Email Post'> <span class='email-post-icon'> </span> </a> </span> <span class='item-control blog-admin pid-571962113'> <a href='https://www.blogger.com/post-edit.g?blogID=18605494&postID=8519068704967992492&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </p> <p class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </p> <p class='post-footer-line post-footer-line-3'></p> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>5.26.2010</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post'> <a name='7817580240767029498'></a> <h3 class='post-title'> <a href='http://mikwu.blogspot.com/2010/05/marlowe-again.html'>marlowe again</a> </h3> <div class='post-header-line-1'></div> <div class='post-body'> <p>Five of us from law school met up last night at Marlowe, and ordered five burgers. Still as delicious as I thought last time.</p> <div style='clear: both;'></div> </div> <div class='post-footer'> <p class='post-footer-line post-footer-line-1'><span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/18605494/7817580240767029498' onclick=''>4 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post/18605494/7817580240767029498' title='Email Post'> <span class='email-post-icon'> </span> </a> </span> <span class='item-control blog-admin pid-571962113'> <a href='https://www.blogger.com/post-edit.g?blogID=18605494&postID=7817580240767029498&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </p> <p class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </p> <p class='post-footer-line post-footer-line-3'></p> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>5.16.2010</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post'> <a name='5663669345056715034'></a> <h3 class='post-title'> <a href='http://mikwu.blogspot.com/2010/05/weekend-recap.html'>weekend recap</a> </h3> <div class='post-header-line-1'></div> <div class='post-body'> <p>Another great but busy weekend, following a two days of work last weekend, and the Kellogg reunion the weekend before that.<div><br /></div><div>- This one kicked off with Little Start Pizza, two pies from one of my overall favorite pizza joints. I still need to make an updated Zachary's comparison, but it's just too hard to get to the East Bay.</div><div><br /></div><div>- Short visit to Howard and Dao's birthday BBQ at Golden Gate Park. I wish I could've stayed longer but...</div><div><br /></div><div>- Then I was off to Godwin and Meredith's wedding in Pleasanton. Congratulations to an awesome couple and I had a great time catching up with a lot of friends I hadn't seen in much too long.</div><div><br /></div><div>- After a relaxing morning, Lauren and I headed off to Maya's 7th birthday party in Menlo Park. This time it was a long-overdue catching up with family, along with meeting baby Atticus for the first time!</div></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <p class='post-footer-line post-footer-line-1'><span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/18605494/5663669345056715034' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post/18605494/5663669345056715034' title='Email Post'> <span class='email-post-icon'> </span> </a> </span> <span class='item-control blog-admin pid-571962113'> <a href='https://www.blogger.com/post-edit.g?blogID=18605494&postID=5663669345056715034&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </p> <p class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </p> <p class='post-footer-line post-footer-line-3'></p> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>5.14.2010</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post'> <a name='297293352808959744'></a> <h3 class='post-title'> <a href='http://mikwu.blogspot.com/2010/05/marlowe.html'>marlowe</a> </h3> <div class='post-header-line-1'></div> <div class='post-body'> <p>Lauren and I went to <a href="http://marlowesf.com/">Marlowe</a> last night, and it was awesome. I have heard some good press about the burger there, and it delivered. The last SF burger that I was looking forward to was at <a href="http://www.chezmamansf.com/">Chez Maman</a>, but it didn't live up to the hype. <a href="http://www.sfgate.com/cgi-bin/blogs/mbauer/detail?blogid=26&entry_id=60698">Marlowe did</a>.<div><br /></div><div>As far as old favorites go, I still need to re-try the burger at <a href="http://www.zunicafe.com/">Zuni Cafe</a>, and for new burgers on my list are <a href="http://www.billsplace.qpg.com/">Bill's Place</a> and <a href="http://www.balboacafe.com/plumpjackbalboacafe/">Balboa Cafe</a>.</div></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <p class='post-footer-line post-footer-line-1'><span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/18605494/297293352808959744' onclick=''>1 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post/18605494/297293352808959744' title='Email Post'> <span class='email-post-icon'> </span> </a> </span> <span class='item-control blog-admin pid-571962113'> <a href='https://www.blogger.com/post-edit.g?blogID=18605494&postID=297293352808959744&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </p> <p class='post-footer-line post-footer-line-2'><span class='post-labels'> Labels: <a href='http://mikwu.blogspot.com/search/label/food' rel='tag'>food</a> </span> </p> <p class='post-footer-line post-footer-line-3'></p> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>1.25.2010</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post'> <a name='4407661698810783008'></a> <h3 class='post-title'> <a href='http://mikwu.blogspot.com/2010/01/to-be-rickrolled.html'>to be rickrolled</a> </h3> <div class='post-header-line-1'></div> <div class='post-body'> <p>I had seen the term before, but finally decided to look it up: <a href="http://en.wikipedia.org/wiki/Rickrolling">Rickrolling</a>. These crazy people on the internet.</p> <div style='clear: both;'></div> </div> <div class='post-footer'> <p class='post-footer-line post-footer-line-1'><span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/18605494/4407661698810783008' onclick=''>1 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post/18605494/4407661698810783008' title='Email Post'> <span class='email-post-icon'> </span> </a> </span> <span class='item-control blog-admin pid-571962113'> <a href='https://www.blogger.com/post-edit.g?blogID=18605494&postID=4407661698810783008&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </p> <p class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </p> <p class='post-footer-line post-footer-line-3'></p> </div> </div> </div> <div class='post-outer'> <div class='post'> <a name='7976897168951083920'></a> <h3 class='post-title'> <a href='http://mikwu.blogspot.com/2010/01/upcoming-in-sf.html'>upcoming in sf</a> </h3> <div class='post-header-line-1'></div> <div class='post-body'> <p>After a weekend of big-screen TV shopping, I think I've narrowed it down to a few candidates. I'm definitely gonna go with a 46/47" screen from either LG or Samsung (the only brands with a swivel stand). Wht's left to decide is whether I go budget with a 60Hz refresh rate, or pick up a more expensive model with 120Hz or 240Hz (and maybe even the Sam Sung LED model). I'm pretty sure that I'll at least wait until my next paycheck, so I'll keep you all posted.<br /><br />In terms of upcoming events in San Francisco, here's what I've heard about (and that sound interesting) so far:<br /><br />Jan 16 - May 2: <a href="http://cartoonart.org/2010/01/drawing-the-sword-samurai-in-manga-and-anime/">Cartoon Art Museum - Drawing the Sword: Samurai in Manga and Anime </a><br />Feb 3-7: <a href="http://www.oceanfilmfest.org/films.html">7th annual San Francisco Ocean Film Festival<br /></a>Feb 6-7: <a href="http://www.sanfrancisco-fineprintfair.com/event.html">San Francisco Fine Print Fair<br /></a>Feb 12: <a href="http://www.slowfoodsanfrancisco.com/sf_events.html?evcode=00088;id=TqcAmsE3">Slow Food San Francisco and the Ferry Building presents: "Food From the Heart" </a></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <p class='post-footer-line post-footer-line-1'><span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/18605494/7976897168951083920' onclick=''>1 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post/18605494/7976897168951083920' title='Email Post'> <span class='email-post-icon'> </span> </a> </span> <span class='item-control blog-admin pid-571962113'> <a href='https://www.blogger.com/post-edit.g?blogID=18605494&postID=7976897168951083920&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </p> <p class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </p> <p class='post-footer-line post-footer-line-3'></p> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>1.04.2010</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post'> <a name='8716351398552596885'></a> <h3 class='post-title'> <a href='http://mikwu.blogspot.com/2010/01/settling-in.html'>settling in</a> </h3> <div class='post-header-line-1'></div> <div class='post-body'> <p>I've lived in my new apartment for exactly one week now, and I do feel quite settled in already. Of course, all my stuff arrived on the first day, while Lauren's stuff does not get in until tomorrow. Last week went by in a blur, as it was mostly unpacking and shopping for furniture/household goods. The only big purchase we've made so far is a mattress for the guest room, although I've got quite the shopping list for when I start making money.<div><br /></div><div>Here's the list in tentative order:</div><div><br /></div><div>1. <a href="http://news.cnet.com/8301-17938_105-10411248-1.html?tag=centerColumnArea1.2">Larger HDTV</a>. I'm thinking something along the line of 37" to 42", since our living room space is a bit limited. However, that's also a much better price point, so I'll be able to afford a 1080 screen, rather than a 720.</div><div><br /></div><div>2. <a href="http://reviews.cnet.com/desktop-computers/?tag=hdr;snav">Desktop PC</a>. This is largely a splurge, since I've already got my MacBook and an old netbook. However, I would like a more powerful PC for both media viewing as well as World of Warcraft. Buying a desktop computer used to be priority #1, but I've been getting used to using my laptop for WoW, so this has dropped down to #2. Unless I see a really good deal.</div><div><br /></div><div>3. <a href="http://www.roku.com/">Roku</a> / <a href="http://www.popcornhour.com/onlinestore/">Popcorn Hour</a> / Internet media device. I have been dying to get one of these for a long time, and even more so now that there's a ethernet connection right behind the TV. Of course, I'll wait until I purchase a new TV before getting a Roku (or like device) - but hopefully that'll be soon after my first few paychecks!</div><div><br /></div><div>Those are probably the most important big purchases for now, although I do need a bunch of smaller miscellaneous stuff. If I really have extra money, I would probably upgrade my D40 to a D90, but camera stuff I want is a whole other post...</div></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <p class='post-footer-line post-footer-line-1'><span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/18605494/8716351398552596885' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post/18605494/8716351398552596885' title='Email Post'> <span class='email-post-icon'> </span> </a> </span> <span class='item-control blog-admin pid-571962113'> <a href='https://www.blogger.com/post-edit.g?blogID=18605494&postID=8716351398552596885&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </p> <p class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </p> <p class='post-footer-line post-footer-line-3'></p> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>12.20.2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post'> <a name='5775979856919883974'></a> <h3 class='post-title'> <a href='http://mikwu.blogspot.com/2009/12/2009-recap.html'>2009 recap</a> </h3> <div class='post-header-line-1'></div> <div class='post-body'> <p>Greetings family, friends and curious internet surfers!<div>This year has been quite a big one for me, and I had ambitious plans to send a newsletter along with my Christmas cards detailing what I've been up to in 2009. After all, I figured I would have nearly seven months of free time after graduating in early May, and even counting after finishing the bar in July, I'd have a full five months before starting work. Of course, we all know how time flies, so without any further adieu, here is my year in review!<div><br /></div><div><b>Big events:</b></div><div><b><br /></b></div><div><a href="http://www.flickr.com/photos/mikwu/3535624999/" title="CIMG4245 by Mikwu, on Flickr"><img alt="CIMG4245" height="180" src="http://farm4.static.flickr.com/3327/3535624999_b0c765b1f5_m.jpg" width="240" /></a></div><div><a href="http://www.flickr.com/photos/mikwu/3535624999/" title="CIMG4245 by Mikwu, on Flickr"></a>- <i>Law school graduation</i> (May) - It was a great three-year run, but I'm definitely ready to move on!</div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/3651596599/" title="DSC_0081 by Mikwu, on Flickr"><img alt="DSC_0081" height="160" src="http://farm3.static.flickr.com/2471/3651596599_9deeece022_m.jpg" width="240" /></a></div><div><a href="http://www.flickr.com/photos/mikwu/3651596599/" title="DSC_0081 by Mikwu, on Flickr"></a>- <i>Business school graduation</i> (June) - An equally great two-year run, and I don't think I could have lasted a third year!</div><div><br /></div><div>- <i>Took the bar</i> (July) - Easily the hardest test I've ever taken.</div><div>- <i>Moved back home to Pasadena</i> (August) - I wasn't sure how things would work out once I moved back home, but now there's no question that I'll miss spending time with my parents and eating home-cooked food every night.</div><div>- <i>Passed the bar</i> (July) - Whew! Thankfully, my ten weeks of studying 6-10 hours per day, 7 days a week, paid off! </div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/4166824568/" title="DSC_0469 by Mikwu, on Flickr"><img alt="DSC_0469" height="160" src="http://farm3.static.flickr.com/2621/4166824568_6d8f1ef5f1_m.jpg" width="240" /></a><br /></div><div>- <i>Moving to San Francisco</i> (starting December 28) - Now it's time for me to start the next leg of my life, and I'm very excited that I'll be back in San Francisco after a four-year hiatus. Although I'll miss my parents, this means more time with family and friends in the Bay Area (including my nephew Matthew)!</div><div><br /></div><div><b>Places I went:</b></div><div>This was a pretty big travel year for me, as I wrapped up grad school and went on a plethora of trips.</div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/3213525480/" title="CIMG3401 by Mikwu, on Flickr"><img alt="CIMG3401" height="180" src="http://farm4.static.flickr.com/3092/3213525480_cdc4591349_m.jpg" width="240" /></a><br /></div><div><i>Bahamas</i> (January) - Long weekend in Freeport with the Kellogg Rugby Football Club. Although we lost our match, we escaped the fiercest storm of the winter, and plus I got a mohawk!</div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/4205119776/" title="n602038_36873484_6014 by Mikwu, on Flickr"><img alt="n602038_36873484_6014" height="180" src="http://farm3.static.flickr.com/2488/4205119776_f3990e66b7_m.jpg" width="240" /></a><br /></div><div><i>Wisconsin</i> (February) - I tried my hand at snowboarding in the Midwest, and the rumors are true. It's flat out there. </div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/4205128820/" title="family of 4 on MP by Mikwu, on Flickr"><img alt="family of 4 on MP" height="206" src="http://farm5.static.flickr.com/4012/4205128820_f38a49d7be_m.jpg" width="240" /></a><br /></div><div><i>Peru</i> (March) - Had a great trip with my parents and younger sister visiting Machu Picchu and Lake Titicaca during the first half of my spring break.</div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/3404107537/" title="DSC_0903 by Mikwu, on Flickr"><img alt="DSC_0903" height="160" src="http://farm4.static.flickr.com/3446/3404107537_c28cfc17c8_m.jpg" width="240" /></a><br /></div><div><i>Los Angeles/San Francisc</i>o (March) - The second half of my spring break included hanging out in LA and SF. I got to see my nephew, baby cousins and also the World Baseball Classic championship game at Dodger Stadium!</div><div><br /></div><div><i>Durham, NC</i> (April) - Traveled once again with the rugby team for the Duke MBA Rugby World Cup and left as the winner of the loser's bracket (losing only twice to Columbia)!</div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/3567897690/" title="DSC_0005 by Mikwu, on Flickr"><img alt="DSC_0005" height="160" src="http://farm3.static.flickr.com/2430/3567897690_3ebb5587ac_m.jpg" width="240" /></a><br /></div><div><i>Auburn, CA</i> (May) - Lauren and I ventured into California gold rush territory north of Sacramento for Amy and Brett's wedding.</div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/3682352631/" title="Per Se Mosaic by Mikwu, on Flickr"><img alt="Per Se Mosaic" height="137" src="http://farm3.static.flickr.com/2616/3682352631_947e3cac5a_m.jpg" width="240" /></a><br /></div><div><i>New York, NY</i> (July) - While taking a short study trip (we still put in at least six hours a day in our hotel room), Lauren and I went all out and treated ourselves to a no-holds-barred, decadent and truly memorable meal at Per Se. Gerald, thanks for getting us the reservation!</div><div><br /></div><div><i>Pasadena, CA</i> (August) - Not technically a trip, since I was moving back home, but I did make it in time to attend Mark and Erin's fun wedding.</div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/3954452807/" title="DSC_0364 by Mikwu, on Flickr"><img alt="DSC_0364" height="160" src="http://farm4.static.flickr.com/3439/3954452807_0ed4a8c797_m.jpg" width="240" /></a><br /></div><div><i>Korea</i> (September) - Toured Korea with the Andys, as we went all around Seoul (including the DMZ area) plus took the train down to Busan where we hit the beach and sampled the local sefood - including live, raw octopus!</div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/3957424181/" title="DSC_0939 by Mikwu, on Flickr"><img alt="DSC_0939" height="160" src="http://farm3.static.flickr.com/2547/3957424181_c8b50ecace_m.jpg" width="240" /></a><br /></div><div><i>China</i> (September) - From Korea, I flew to Shanghai, where I hung out with a bunch of school friends. Apart from Shanghai, I climbed Huang Shan with Howard and Matt, and visited Shenzhen and Hong Kong with Jack. Plus, along the way, I got to see a bunch of old friends from Berkeley.</div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/4091530685/" title="DSC_0783 by Mikwu, on Flickr"><img alt="DSC_0783" height="159" src="http://farm3.static.flickr.com/2544/4091530685_8a7024bdc0_m.jpg" width="240" /></a><br /></div><div><i>Australia</i> (October) - For the next big trip, Lauren and I went down under and traveled the length of the eastern coast of Australia, traveling to Sydney, Brisbane, Cairns (Great Barrier Reef), Melbourne and Adelaide. </div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/4134280198/" title="DSC_0350 by Mikwu, on Flickr"><img alt="DSC_0350" height="160" src="http://farm3.static.flickr.com/2647/4134280198_8e7a31aa5a_m.jpg" width="240" /></a><br /></div><div><i>Seattle, WA </i>(November) - I've wanted to take a domestic train trip for a long time, and I finally made it happen with a 35-hour train ride from Los Angeles to Seattle. I was accompanied by Dave, a law school buddy, and we also got to hung out with a few other friends in Seattle, including my old fraternity big bro and my younger sister's best friend.</div><div><br /></div><div><a href="http://www.flickr.com/photos/mikwu/4156752154/" title="IMG_3031 by Mikwu, on Flickr"><img alt="IMG_3031" height="180" src="http://farm3.static.flickr.com/2654/4156752154_641335274f_m.jpg" width="240" /></a><br /></div><div><i>Arizona/New Mexico/Texas</i> (November) - In lieu of celebrating Thanksgiving at home, I took a bus trip with my parents and grandmother to visit the American Southwest. We made it out to White Sands, New Mexico, as well as Carlsbad Caverns (also in New Mexico), passing through Phoenix, Tucson and El Paso.</div><div><br /></div><div>All in all, it's been a whirlwind year for me. It seems like just yesterday that I was ringing in the new year, and now I'll be going forward with my new career in just a few weeks! I've been horrible with my blog these past few years, but updating it regularly will be one of my new year's resolutions, so please feel free to visit the site next year to see what I've been up to.</div><div><br /></div><div>Happy holidays, season's greetings, and best wishes for an incredible 2010!</div><div><br /></div><div>Warmly,</div><div><br /></div><div>Mike</div><div><br /></div><div><br /></div></div></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <p class='post-footer-line post-footer-line-1'><span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/18605494/5775979856919883974' onclick=''>3 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post/18605494/5775979856919883974' title='Email Post'> <span class='email-post-icon'> </span> </a> </span> <span class='item-control blog-admin pid-571962113'> <a href='https://www.blogger.com/post-edit.g?blogID=18605494&postID=5775979856919883974&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </p> <p class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </p> <p class='post-footer-line post-footer-line-3'></p> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>12.19.2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post'> <a name='7801856197984876524'></a> <h3 class='post-title'> <a href='http://mikwu.blogspot.com/2009/12/clique.html'>the clique</a> </h3> <div class='post-header-line-1'></div> <div class='post-body'> <p><a href="http://www.flickr.com/photos/mikwu/4196817138/" title="IMG_3070 by Mikwu, on Flickr"><img alt="IMG_3070" height="375" src="http://farm3.static.flickr.com/2738/4196817138_34d29717ce.jpg" width="500" /></a><div><span class="Apple-style-span" style="font-family: arial, Helvetica, sans-serif; font-size: 12px; color: rgb(34, 34, 34); white-space: pre-wrap; ">left to right: Blue, Paulina (Blue's wife), McTater, McDrake, Jennifer (Dalbert's wife), Dalbert and Yusaku</span></div></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <p class='post-footer-line post-footer-line-1'><span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/18605494/7801856197984876524' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post/18605494/7801856197984876524' title='Email Post'> <span class='email-post-icon'> </span> </a> </span> <span class='item-control blog-admin pid-571962113'> <a href='https://www.blogger.com/post-edit.g?blogID=18605494&postID=7801856197984876524&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </p> <p class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </p> <p class='post-footer-line post-footer-line-3'></p> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>11.21.2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post'> <a name='326047684938396095'></a> <h3 class='post-title'> <a href='http://mikwu.blogspot.com/2009/11/mike-wu-esq.html'>mike wu, esq.</a> </h3> <div class='post-header-line-1'></div> <div class='post-body'> <p>I passed! Now to catch up on nearly half a year's worth of postings. I'll try my way to work backwards: Seattle -> San Diego -> Australia -> China -> Korea -> Graduation<br /><br /><a href="http://www.flickr.com/photos/mikwu/4120486623/" title="passedthe barwoot by Mikwu, on Flickr"><img alt="passedthe barwoot" height="460" src="http://farm3.static.flickr.com/2671/4120486623_1bb173689d_o.jpg" width="640" /></a></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <p class='post-footer-line post-footer-line-1'><span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/18605494/326047684938396095' onclick=''>1 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post/18605494/326047684938396095' title='Email Post'> <span class='email-post-icon'> </span> </a> </span> <span class='item-control blog-admin pid-571962113'> <a href='https://www.blogger.com/post-edit.g?blogID=18605494&postID=326047684938396095&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </p> <p class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </p> <p class='post-footer-line post-footer-line-3'></p> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://mikwu.blogspot.com/search?updated-max=2009-11-21T11:47:00-05:00&max-results=10' id='Blog1_blog-pager-older-link' title='Older Posts'>Older Posts</a> </span> <a class='home-link' href='http://mikwu.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://mikwu.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a> </div> </div> </div></div> </div> <div id='sidebar-wrapper'> <div class='sidebar section' id='sidebar'><div class='widget Profile' data-version='1' id='Profile1'> <h2>about me</h2> <div class='widget-content'> <dl class='profile-datablock'> <dt class='profile-data'>mike</dt> <dd class='profile-data'>san francisco, california, United States</dd> <a href='http://mikwu.blogspot.com/2005/11/about-me.html'>unofficial bio</a> </dl> <a class='profile-link' href='https://www.blogger.com/profile/03979732127549557517'>View my complete profile</a> <div class='clear'></div> </div> </div><div class='widget LinkList' data-version='1' id='LinkList1'> <h2>websites</h2> <div class='widget-content'> <ul> <li><a href='http://www.amazon.com/'>amazon</a></li> <li><a href='http://www.apple.com/'>apple</a></li> <li><a href='http://www.chicagotribune.com/'>chicago tribune</a></li> <li><a href='http://www.chicagoist.com/'>chicagoist</a></li> <li><a href='http://www.cnet.com/'>cnet</a></li> <li><a href='http://chicago.craigslist.org/'>craigslist chicago</a></li> <li><a href='http://farechase.yahoo.com/'>farechase</a></li> <li><a href='http://www.flickr.com/photos/mikwu/'>flickr (my photos)</a></li> <li><a href='http://www.latimes.com/'>la times</a></li> <li><a href='http://www.nytimes.com/'>new york times</a></li> <li><a href='http://www.rottentomatoes.com/'>rotten tomatoes</a></li> <li><a href='http://tripsweb.rtachicago.com/'>rta trip planning</a></li> <li><a href='http://www.sfgate.com/'>sf chronicle</a></li> <li><a href='http://mikwu.yelp.com/'>yelp (my reviews)</a></li> </ul> <div class='clear'></div> </div> </div><div class='widget LinkList' data-version='1' id='LinkList2'> <h2>food blogs</h2> <div class='widget-content'> <ul> <li><a href='http://www.ahamburgertoday.com/'>a hamburger today</a></li> <li><a href='http://sfgate.com/cgi-bin/blogs/sfgate/indexn?blogid=26'>between meals</a></li> <li><a href='http://chicagoburgerproject.blogspot.com/'>chicago burger project</a></li> <li><a href='http://www.chowhound.com/boards/7'>chicago chowhound</a></li> <li><a href='http://www.chicagofoodies.com/'>chicago foodies</a></li> <li><a href='http://dinersjournal.blogs.nytimes.com/'>diner's journal</a></li> <li><a href='http://gapersblock.com/drivethru/'>drive-thru</a></li> <li><a href='http://www.eatchicago.net/'>eatchicago.net</a></li> <li><a href='http://www.foodite.com/'>foodite</a></li> <li><a href='http://www.joesnyc.streetnine.com/'>joe's nyc</a></li> <li><a href='http://www.seriouseats.com/'>serious eats</a></li> <li><a href='http://www.sliceny.com/'>slice</a></li> </ul> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2012/'> 2012 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2012/11/'> November </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='posts'> <li><a href='http://mikwu.blogspot.com/2012/11/one-year-ago-today.html'>One year ago today</a></li> </ul> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2010/'> 2010 </a> <span class='post-count' dir='ltr'>(6)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2010/05/'> May </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2010/01/'> January </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2009/'> 2009 </a> <span class='post-count' dir='ltr'>(34)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2009/12/'> December </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2009/11/'> November </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2009/09/'> September </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2009/08/'> August </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2009/07/'> July </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2009/06/'> June </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2009/04/'> April </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2009/03/'> March </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2009/02/'> February </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2009/01/'> January </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2008/'> 2008 </a> <span class='post-count' dir='ltr'>(66)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2008/11/'> November </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2008/10/'> October </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2008/09/'> September </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2008/08/'> August </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2008/07/'> July </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2008/06/'> June </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2008/05/'> May </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2008/04/'> April </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2008/03/'> March </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2008/01/'> January </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2007/'> 2007 </a> <span class='post-count' dir='ltr'>(27)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2007/12/'> December </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2007/11/'> November </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2007/08/'> August </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2007/07/'> July </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2007/06/'> June </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2007/02/'> February </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/'> 2006 </a> <span class='post-count' dir='ltr'>(160)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/12/'> December </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/11/'> November </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/10/'> October </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/09/'> September </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/08/'> August </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/07/'> July </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/06/'> June </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/05/'> May </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/04/'> April </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/03/'> March </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/02/'> February </a> <span class='post-count' dir='ltr'>(29)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2006/01/'> January </a> <span class='post-count' dir='ltr'>(30)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2005/'> 2005 </a> <span class='post-count' dir='ltr'>(52)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2005/12/'> December </a> <span class='post-count' dir='ltr'>(39)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://mikwu.blogspot.com/2005/11/'> November </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML1'> <div class='widget-content'> <!-- Start of StatCounter Code --> <script type="text/javascript"> var sc_project=1106102; var sc_invisible=0; var sc_partition=5; var sc_security="dd4118b0"; </script> <script src="http://www.statcounter.com/counter/counter_xhtml.js" type="text/javascript"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img alt="website metrics" src="http://c6.statcounter.com/counter.php?sc_project=1106102&java=0&security=dd4118b0&invisible=0" class="statcounter"/></a></div></noscript> <!-- End of StatCounter Code --> </div> <div class='clear'></div> </div></div> </div> <!-- spacer for skins that want sidebar and main to be the same height--> <div class='clear'> </div> </div> <!-- end content-wrapper --> </div></div> <!-- end outer-wrapper --> <!--Es liegt in deiner Verantwortung, deine Besucher \xfcber die in deinem Blog verwendeten Cookies und die dort erfassten Daten zu informieren. Blogger stellt daf\xfcr eine Standardbenachrichtigung zur Verf\xfcgung, die du \xfcbernehmen, anpassen oder durch deine eigene Mitteilung ersetzen kannst. Weitere Informationen findest du unter http://www.blogger.com/go/cookiechoices.--> <script defer='' src='/js/cookienotice.js'></script> <script> document.addEventListener('DOMContentLoaded', function(event) { window.cookieChoices && cookieChoices.showCookieConsentBar && cookieChoices.showCookieConsentBar( (window.cookieOptions && cookieOptions.msg) || 'Diese Website verwendet Cookies von Google, um Dienste anzubieten und Zugriffe zu analysieren. Deine IP-Adresse und dein User-Agent werden zusammen mit Messwerten zur Leistung und Sicherheit f\xfcr Google freigegeben. So k\xf6nnen Nutzungsstatistiken generiert, Missbrauchsf\xe4lle erkannt und behoben und die Qualit\xe4t des Dienstes gew\xe4hrleistet werden.', (window.cookieOptions && cookieOptions.close) || 'Ok', (window.cookieOptions && cookieOptions.learn) || 'Weitere Informationen', (window.cookieOptions && cookieOptions.link) || 'https://www.blogger.com/go/blogspot-cookies'); }); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1372322573-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY70qra7268H5DLdf0HrwbcWXfDEsA:1747424412510';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d18605494','//mikwu.blogspot.com/','18605494'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '18605494', 'title': 'mike in san francisco', 'url': 'http://mikwu.blogspot.com/', 'canonicalUrl': 'http://mikwu.blogspot.com/', 'homepageUrl': 'http://mikwu.blogspot.com/', 'searchUrl': 'http://mikwu.blogspot.com/search', 'canonicalHomepageUrl': 'http://mikwu.blogspot.com/', 'blogspotFaviconUrl': 'http://mikwu.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en-US', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22mike in san francisco - Atom\x22 href\x3d\x22http://mikwu.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22mike in san francisco - RSS\x22 href\x3d\x22http://mikwu.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22mike in san francisco - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/18605494/posts/default\x22 /\x3e\n', 'meTag': '\x3clink rel\x3d\x22me\x22 href\x3d\x22https://www.blogger.com/profile/03979732127549557517\x22 /\x3e\n', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/834a042c9f4bbc2f', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'index', 'pageName': '', 'pageTitle': 'mike in san francisco'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'mike in san francisco', 'description': 'pasadena -\x26gt; berkeley -\x26gt; san francisco -\x26gt; new york city -\x26gt; chicago -\x26gt; pasadena -\x26gt; san francisco\n\x3cbr\x3e\nthoughts of a west coast transplant transplanted to the east coast then to the midwest and finally back to the west coast', 'url': 'http://mikwu.blogspot.com/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': true, 'isArchive': false, 'isLabelSearch': false}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1152950434-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/3681588378-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList1', 'sidebar', document.getElementById('LinkList1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList2', 'sidebar', document.getElementById('LinkList2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar', document.getElementById('HTML1'), {}, 'displayModeFull')); </script> </body> </html>