Friday, November 11, 2011

Friday 11.11.11

Imports System.Xml

Partial Class GetElementsByTagName
Inherits System.Web.UI.Page

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim xmlFile As String = Server.MapPath("DvdList.xml")
Dim doc As New XmlDocument()
doc.Load(xmlFile)

'find all the elements anywhere in the document<br /> Dim str As New StringBuilder()<br /> Dim nodes As XmlNodeList = doc.GetElementsByTagName("Title")<br /> For Each node As XmlNode In nodes<br /> str.Append("Found: <b>")<br /><br /> 'show the text contained in this <Title> element<br /> str.Append(node.ChildNodes(0).Value)<br /> str.Append("</b><br />")<br /> Next<br /> Response.Write(str.ToString())<br /><br /> 'clear the string builder<br /> str.Length = 0<br /><br /> For Each node As XmlNode In nodes<br /> str.Append("Found: <b>")<br /><br /> 'show the text contained in this <Title> element<br /> Dim name As String = node.ChildNodes(0).Value<br /> str.Append(name)<br /> str.Append("</b><br />")<br /><br /> If name = "Forrest Gump" Then<br /> 'find the stars for just this movie<br /> 'first you need to get the parent node<br /> 'which is the <DVD> element for the movie<br /> Dim parent As XmlNode = node.ParentNode<br /><br /> 'Then you need to search down the tree<br /> Dim childNodes As XmlNodeList = (CType(parent, XmlElement)).GetElementsByTagName("Star")<br /> For Each childNode As XmlNode In childNodes<br /> str.Append("   Found Star: ")<br /> str.Append(childNode.ChildNodes(0).Value)<br /> str.Append("<br />")<br /> Next<br /> End If<br /> Next<br /> Response.Write("<hr> <br /> <br/>")<br /> Response.Write(str.ToString())<br /><br /> End Sub<br />End Class <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/10483429620186012661' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/10483429620186012661' rel='author' title='author profile'> <span itemprop='name'>aljensen</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://21stcenturymandarin.blogspot.com/2011/11/friday-111111_11.html' itemprop='url'/> <a class='timestamp-link' href='http://21stcenturymandarin.blogspot.com/2011/11/friday-111111_11.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-11-11T11:55:00-08:00'>11:55 AM</abbr></a> </span> <span class='post-comment-link'> </span> <span class='post-icons'> <span class='item-control blog-admin pid-2034475012'> <a href='https://www.blogger.com/post-edit.g?blogID=1128425782735047114&postID=7773096117467098988&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> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <h4>No comments:</h4> <div id='Blog1_comments-block-wrapper'> <dl class='avatar-comment-indent' id='comments-block'> </dl> </div> <p class='comment-footer'> <a href='https://www.blogger.com/comment.g?blogID=1128425782735047114&postID=7773096117467098988' onclick=''>Post a Comment</a> </p> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://21stcenturymandarin.blogspot.com/2011/11/friday-111111_4291.html' id='Blog1_blog-pager-newer-link' title='Newer Post'>Newer Post</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://21stcenturymandarin.blogspot.com/2011/11/friday-111111.html' id='Blog1_blog-pager-older-link' title='Older Post'>Older Post</a> </span> <a class='home-link' href='http://21stcenturymandarin.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='post-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://21stcenturymandarin.blogspot.com/feeds/7773096117467098988/comments/default' target='_blank' type='application/atom+xml'>Post Comments (Atom)</a> </div> </div> </div></div> </div> <div id='sidebar-wrapper'> <div class='sidebar section' id='sidebar'><div class='widget BlogSearch' data-version='1' id='BlogSearch1'> <h2 class='title'>Search This Blog</h2> <div class='widget-content'> <div id='BlogSearch1_form'> <form action='http://21stcenturymandarin.blogspot.com/search' class='gsc-search-box' target='_top'> <table cellpadding='0' cellspacing='0' class='gsc-search-box'> <tbody> <tr> <td class='gsc-input'> <input autocomplete='off' class='gsc-input' name='q' size='10' title='search' type='text' value=''/> </td> <td class='gsc-search-button'> <input class='gsc-search-button' title='search' type='submit' value='Search'/> </td> </tr> </tbody> </table> </form> </div> </div> <div class='clear'></div> </div><div class='widget PageList' data-version='1' id='PageList1'> <h2>Pages</h2> <div class='widget-content'> <ul> <li> <a href='http://21stcenturymandarin.blogspot.com/'>Home</a> </li> <li> <a href='http://21stcenturymandarin.blogspot.com/p/projects.html'>Projects</a> </li> </ul> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive2'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive2_ArchiveList'> <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://21stcenturymandarin.blogspot.com/2012/'> 2012 </a> <span class='post-count' dir='ltr'>(2)</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://21stcenturymandarin.blogspot.com/2012/01/'> January </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> </li> </ul> <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://21stcenturymandarin.blogspot.com/2011/'> 2011 </a> <span class='post-count' dir='ltr'>(165)</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://21stcenturymandarin.blogspot.com/2011/12/'> December </a> <span class='post-count' dir='ltr'>(17)</span> </li> </ul> <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://21stcenturymandarin.blogspot.com/2011/11/'> November </a> <span class='post-count' dir='ltr'>(18)</span> <ul class='posts'> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/tuesday-112211.html'>Tuesday 11.22.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/monday-112111.html'>Monday 11/21/11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/friday-111811.html'>Friday 11.18.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/friday-111711.html'>Friday 11.17.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/wednesday-111611.html'>Wednesday 11.16.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/tuesday-111511.html'>Tuesday 11.15.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/monday-111411.html'>Monday 11.14.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/saturday-111211.html'>Saturday 11.12.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/friday-111111_4291.html'>Friday 11.11.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/friday-111111_11.html'>Friday 11.11.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/friday-111111.html'>Friday 11.11.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/thursday-111011.html'>Thursday 11.10.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/protected-sub-gvonedataboundbyval.html'>Protected Sub gvONe_DataBound(ByVal sender As Obje...</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/tuesday-11811.html'>Tuesday 11.8.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/monday-11711.html'>Monday 11.7.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/friday-11411.html'>Friday 11.4.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/wednesday-11211.html'>Wednesday 11.2.11</a></li> <li><a href='http://21stcenturymandarin.blogspot.com/2011/11/tuesday-11111.html'>Tuesday 11.1.11</a></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://21stcenturymandarin.blogspot.com/2011/10/'> October </a> <span class='post-count' dir='ltr'>(17)</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://21stcenturymandarin.blogspot.com/2011/09/'> September </a> <span class='post-count' dir='ltr'>(19)</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://21stcenturymandarin.blogspot.com/2011/08/'> August </a> <span class='post-count' dir='ltr'>(20)</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://21stcenturymandarin.blogspot.com/2011/07/'> July </a> <span class='post-count' dir='ltr'>(11)</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://21stcenturymandarin.blogspot.com/2011/06/'> June </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://21stcenturymandarin.blogspot.com/2011/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://21stcenturymandarin.blogspot.com/2011/04/'> April </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://21stcenturymandarin.blogspot.com/2011/03/'> March </a> <span class='post-count' dir='ltr'>(11)</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://21stcenturymandarin.blogspot.com/2011/02/'> February </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://21stcenturymandarin.blogspot.com/2011/01/'> January </a> <span class='post-count' dir='ltr'>(21)</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://21stcenturymandarin.blogspot.com/2010/'> 2010 </a> <span class='post-count' dir='ltr'>(84)</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://21stcenturymandarin.blogspot.com/2010/12/'> December </a> <span class='post-count' dir='ltr'>(20)</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://21stcenturymandarin.blogspot.com/2010/11/'> November </a> <span class='post-count' dir='ltr'>(17)</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://21stcenturymandarin.blogspot.com/2010/10/'> October </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://21stcenturymandarin.blogspot.com/2010/09/'> September </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://21stcenturymandarin.blogspot.com/2010/08/'> August </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://21stcenturymandarin.blogspot.com/2010/07/'> July </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div><div class='widget Profile' data-version='1' id='Profile2'> <h2>About Me</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/10483429620186012661'><img alt='My photo' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjs9FSUwUjHI5Vy48ELYdCBgreQIZvijOEA0z9gV1S9Vqx1DnekpRnZIL5iu4AvsJhgpcnEOQfGAq4DuH3Bmpvqkd3ywLa01ZNUJCRJ5J1vHNlGxVDH4yCmkHXMKpJrIj8/s220/shin2.jpg' width='69'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/10483429620186012661' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> aljensen </a> </dt> </dl> <a class='profile-link' href='https://www.blogger.com/profile/10483429620186012661' rel='author'>View my complete profile</a> <div class='clear'></div> </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 id='footer-wrapper'> <div class='footer no-items section' id='footer'></div> </div> </div></div> <!-- end outer-wrapper --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/523887051-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY66NrAO2MiGQ-1P8XhbZYLQhinVCQ:1716053813527';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d1128425782735047114','//21stcenturymandarin.blogspot.com/2011/11/friday-111111_11.html','1128425782735047114'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '1128425782735047114', 'title': '21st Century Mandarin', 'url': 'http://21stcenturymandarin.blogspot.com/2011/11/friday-111111_11.html', 'canonicalUrl': 'http://21stcenturymandarin.blogspot.com/2011/11/friday-111111_11.html', 'homepageUrl': 'http://21stcenturymandarin.blogspot.com/', 'searchUrl': 'http://21stcenturymandarin.blogspot.com/search', 'canonicalHomepageUrl': 'http://21stcenturymandarin.blogspot.com/', 'blogspotFaviconUrl': 'http://21stcenturymandarin.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', '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\x2221st Century Mandarin - Atom\x22 href\x3d\x22http://21stcenturymandarin.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x2221st Century Mandarin - RSS\x22 href\x3d\x22http://21stcenturymandarin.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x2221st Century Mandarin - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/1128425782735047114/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x2221st Century Mandarin - Atom\x22 href\x3d\x22http://21stcenturymandarin.blogspot.com/feeds/7773096117467098988/comments/default\x22 /\x3e\n', 'meTag': '', '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/8a8c39e8754b0ef7', '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': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', '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': 'item', 'postId': '7773096117467098988', 'pageName': 'Friday 11.11.11', 'pageTitle': '21st Century Mandarin: Friday 11.11.11'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false}}, {'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': 'Friday 11.11.11', 'description': 'Imports System.Xml Partial Class GetElementsByTagName Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByV...', 'url': 'http://21stcenturymandarin.blogspot.com/2011/11/friday-111111_11.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 7773096117467098988}}]); _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/1781096480-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/13464135-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch1', 'sidebar', document.getElementById('BlogSearch1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList1', 'sidebar', document.getElementById('PageList1'), {'title': 'Pages', 'links': [{'isCurrentPage': false, 'href': 'http://21stcenturymandarin.blogspot.com/', 'title': 'Home'}, {'isCurrentPage': false, 'href': 'http://21stcenturymandarin.blogspot.com/p/projects.html', 'id': '7060201047768315160', 'title': 'Projects'}], 'mobile': false, 'showPlaceholder': true, 'hasCurrentPage': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive2', 'sidebar', document.getElementById('BlogArchive2'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile2', 'sidebar', document.getElementById('Profile2'), {}, 'displayModeFull')); </script> </body> </html>