Blogger Dummy Data Generator

Tien Nguyen <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
Dear,


I am Tien Nguyen, a Template Developer for Blogger.

I am developing a tool to generate dummy data as XML file (please check 
attachment) for Blogger developers who can import that file to their demo 
blogs.

I compared the generated file with the original file and everything seem 
very perfect but I CAN NOT import it to my blogs successfully. For testing, 
my file contains only 2 posts.

I hope some experts here can take a look and give me an advice.


Thank you very much,
Tien Nguyen

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.
blogger-dummy-data-generator-result.xml (application/xml, 91.4 KB)
<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4445559314698097739.archive</id><updated>2014-12-02T18:54:03.118-08:00</updated><title type='text'>Your Blog Name</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/archive'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/archive'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/archive'/><link rel='alternate' type='text/html' href='http://yourblogdomainhere.blogspot.com/'/><author><name>Tien Nguyen</name><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><entry><id>tag:blogger.com,1999:blog-4445559314698097739.layout</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#template'/><title type='text'>Template: Your Blog Name</title><content type='text'>&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
&lt;!DOCTYPE html&gt;
&lt;html b:version='2' class='v2' expr:dir='data:blog.languageDirection' 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'&gt;
	&lt;head&gt;
		
	&lt;meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/&gt;
	
	&lt;b:if cond='data:blog.isMobile'&gt;
		&lt;script type='text/javascript'&gt;
		//&lt;![CDATA[
			var curl = window.location.href;if (curl.indexOf('m=1') != -1) {curl = curl.replace('m=1', 'm=0');window.location.href = curl;}
		//]]&gt;
		&lt;/script&gt;
	&lt;/b:if&gt;
	
	&lt;b:include data='blog' name='all-head-content'/&gt;

	&lt;title&gt;
		&lt;b:if cond='data:blog.pageType == &amp;quot;index&amp;quot;'&gt;
			&lt;data:blog.pageTitle/&gt;
		&lt;b:else/&gt;
			&lt;b:if cond='data:blog.pageType != &amp;quot;error_page&amp;quot;'&gt;
				&lt;data:blog.pageName/&gt; | &lt;data:blog.title/&gt;
			&lt;b:else/&gt;
				___ | &lt;data:blog.title/&gt; 
			&lt;/b:if&gt;
		&lt;/b:if&gt;
	&lt;/title&gt;
	
	&lt;b:if cond='data:blog.metaDescription != &amp;quot;&amp;quot;'&gt;
		&lt;meta expr:content='data:blog.metaDescription' property='og:description'/&gt;
	&lt;/b:if&gt;
	&lt;b:if cond='data:blog.postImageUrl != &amp;quot;&amp;quot;'&gt;
		&lt;meta expr:content='data:blog.postImageUrl' property='og:image'/&gt;
	&lt;/b:if&gt;

	 
	
&lt;b:skin&gt;&lt;![CDATA[/*
-----------------------------------------------------------------
Name:	 		BRICKMAG
Version:		1.0.0
Designer: 		Tien Nguyen
URL:			bloggercando.blogspot.com

TODO
- Fix slider not acceptable in mobile

NOTES:
- Fixed: separate character for long price currency not work properly
----------------------------------------------------------------- */
/* Variable definitions
	 ====================

&lt;Variable name="maincolor" description="Main Color" type="color" default="#FF3300" value="#FF3300"/&gt;
	 
&lt;Group description="Body Object" selector="body"&gt;
	&lt;Variable name="body.font" description="Body Font" type="font" default="normal normal 16px Raleway" value="100 normal 16px Raleway"/&gt;
	&lt;Variable name="body.background.color" description="Body Background Color" type="color" default="#f0f0f0" value="#f0f0f0"/&gt;
	&lt;Variable name="body.background" description="Body Background" type="background" color="$(body.background.color)" default="$(color) none repeat scroll top left" value="$(color) none repeat scroll top left"/&gt;
&lt;/Group&gt;

*/

/*Frameworks*/
* {
	word-wrap: break-word!important;
}
body {
	font:$(body.font);
	background: $(body.background);
	position: relative;
}
a { 
	color: $(maincolor); 
	text-decoration: none;
	cursor: pointer;
}
a img {
	border: none;
}
.bfont {
	font: $(body.font);
}


/*FRAME WORK*/
/*override system*/
.section, .widget {
	margin: 0;
	padding: 0;
}

/*color*/
.color {
	color: $(maincolor); 
}
.white {
	color: white;
}
.black {
	color: black;
}
.green  {
	color: #9c0;
}
.grey {
	color: #ccc;
}

/*background color*/
.color-bg {
	background-color: $(maincolor);
}
.white-bg {
	background-color: white;
}
.black-bg {
	background-color: black;
}
.green-bg {
	background-color: #9c0;
}
.grey-bg {
	background-color: #ccc;
}

/*color hover*/
.color-hover:hover {
	color: $(maincolor); 
}
.white-hover:hover {
	color: white;
}
.black-hover:hover {
	color: black;
}
.green-hover:hover {
	color: #9c0;
}
.grey-hover:hover {
	color: #ccc;
}

/*background color hover*/
.color-bg-hover:hover {
	background-color: $(maincolor); 
}
.white-bg-hover:hover {
	background-color: white;
}
.black-bg-hover:hover {
	background-color: black;
}
.green-bg-hover:hover {
	background-color: #9c0;
}
.grey-bg-hover:hover {
	background-color: #ccc;
}

/*layout*/
img, iframe, object {
	max-width: 100%;
}
.wide {
	width: 1000px; 
	margin-left: auto;
	margin-right:auto;
}
.clear {
	display:block;
	clear:both;
	float:none;
}
.tcenter {
	text-align: center;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.left {
	float: left;
	clear: left;
}
.right {
	float: right;
	clear: right;
}
.abs {
	position: absolute;
}
.rel {
	position: relative;
}
.right0 {
	right: 0;
}
.left0 {
	left: 0;
}
.top0 {
	top: 0;
}
.bot0 {
	bottom: 0;
}
.block {
	display: block;
}
.inb {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.mar0 {
	margin: 0;
}
.pad0 {
	padding: 0;
}
.table {
	display: table;
	width:100%;
}
.tr {
	display: table-row;
	width:100%;
}
.td {
	display: table-cell;
	vertical-align: middle;
}
.lay0 {z-index: 0}
.lay1 {z-index: 1}
.lay2 {z-index: 2}
.lay3 {z-index: 3}
.lay4 {z-index: 4}
.lay5 {z-index: 5}
.lay6 {z-index: 6}
.lay7 {z-index: 7}
.lay8 {z-index: 8}
.lay9 {z-index: 9}

/*user interface*/
img {
	max-width: 100%;
	height:auto;
}
iframe, object {
	max-width: 100%;
}
.hide, #admin-section {
	display: none;
}
.item-thumbnail *, .item-thumbnail img {
	display:block;
	max-width: 9999px; 
	max-height: 9999px; 
	padding: 0!important;
}
.natural-thumbnail {
	overflow: hidden;
	display: block;
	z-index:1;
}
.natural-thumbnail img {
	display:block;
	height: auto;
	width: auto;
	max-width: 9999px;
	max-height: 9999px;
	margin: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.natural-thumbnail img:hover {
	-ms-transform: scale(1.2,1.2); /* IE 9 */		
	-webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */		
	transform: scale(1.2,1.2);
}

.ptr {
	cursor: pointer;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.u, .u-hover:hover {
	text-decoration: underline;
}
.b, .b-hover:hover {
	font-weight: bold;
}
.i, i-hover:hover {
	font-style: italic;
}
.u_ {
	text-decoration: none;
}
.b_ {
	font-weight: normal;
}
.i_ {
	font-style: normal;
}
.ease {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.ease * {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.ajax_loading_img {
	position: absolute;
	top: 28%;
	left: 48%;
}

/*TEMPLATE STYLES*/
/*header*/


/* ###################### */
/* RESPONSIVE             */
/* ###################### */
.wide {
	max-width: 100%;
}
@media screen and (max-width: 999px) {
	
}

/*
###############
PRINTER
###############
*/
@media print {
	
}

/*
################
FIREFOX BUG FIX
################
*/
@-moz-document url-prefix() {

}



]]&gt;&lt;/b:skin&gt;
&lt;b:if cond='data:blog.languageDirection == &amp;quot;rtl&amp;quot;'&gt;
	&lt;style id='rtl' type='text/css'&gt;

	&lt;/style&gt;
&lt;/b:if&gt;

&lt;b:if cond='data:blog.url == data:blog.homepageUrl'&gt;


&lt;b:template-skin&gt;
&lt;![CDATA[
/* Frame work layout */
body#layout {
}
body#layout .hide {
	display:block;
}
body#layout .wide {
	width: 100%;
}
body#layout .section &gt; div.dropregion:last-child {
	clear: both;
}
body#layout .widget {
	height: auto!important;
	float: none;
}
body#layout .section {
	padding: 10px !important;
	width: auto !important;
	margin: 0!important;
	height: auto!important;
	float: none;
}
body#layout .section-label {
    padding: 10px;
	display: block;
}
body#layout .section-label .widget-content {
    background: none;
    border: none;
}
body#layout .section-label .widget-content div.layout-title {
    font-size: 30px;
}
body#layout .section-label .editlink {
    display: none;
}
body#layout .section.json .widget {
	display: block;
}
body#layout #sub-menu, body#layout #main-menu .widget{display: block}
body#layout .table,body#layout .tr,body#layout .td {display:block}

/* Custom layout */

]]&gt;
&lt;/b:template-skin&gt;

&lt;/b:if&gt;


&lt;!--[if lt IE 8]&gt;
&lt;style type="text/css"&gt;
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if lt IE 9]&gt;
&lt;style type="text/css"&gt;
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;link href='http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css' rel='stylesheet'/&gt;


&lt;b:include data='blog' name='google-analytics'/&gt;
&lt;/head&gt;
&lt;body expr:class='data:blog.pageType'&gt;
&lt;div class='left-col col'&gt;
&lt;/div&gt;
&lt;div class='mid-col col'&gt;
&lt;/div&gt;
&lt;div class='right-col col'&gt;
&lt;/div&gt;
&lt;div class='content-left'&gt;
	&lt;b:section id='content-left'&gt;
&lt;b:widget id='HTML2' locked='false' title='Blogger Random - Recent - Specific Label Posts Widget - All in One Post Feed Widget' type='HTML'&gt;
  &lt;b:includable id='main'&gt;
  &lt;!-- only display title if it's non-empty --&gt;
  &lt;b:if cond='data:title != &amp;quot;&amp;quot;'&gt;
    &lt;h2 class='title'&gt;&lt;data:title/&gt;&lt;/h2&gt;
  &lt;/b:if&gt;
  &lt;div class='widget-content'&gt;
    &lt;data:content/&gt;
  &lt;/div&gt;

  &lt;b:include name='quickedit'/&gt;
&lt;/b:includable&gt;
&lt;/b:widget&gt;
&lt;b:widget id='HTML1' locked='false' title='Flickr' type='HTML'&gt;
  &lt;b:includable id='main'&gt;
  &lt;!-- only display title if it's non-empty --&gt;
  &lt;b:if cond='data:title != &amp;quot;&amp;quot;'&gt;
    &lt;h2 class='title'&gt;&lt;data:title/&gt;&lt;/h2&gt;
  &lt;/b:if&gt;
  &lt;div class='widget-content'&gt;
    &lt;data:content/&gt;
  &lt;/div&gt;

  &lt;b:include name='quickedit'/&gt;
&lt;/b:includable&gt;
&lt;/b:widget&gt;
&lt;b:widget id='Header1' locked='false' title='Your Blog Name (Header)' type='Header'&gt;
  &lt;b:includable id='main'&gt;

  &lt;b:if cond='data:useImage'&gt;
    &lt;b:if cond='data:imagePlacement == &amp;quot;BEHIND&amp;quot;'&gt;
      &lt;!--
      Show image as background to text. You can't really calculate the width
      reliably in JS because margins are not taken into account by any of
      clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
      width if the user is using shrink to fit.
      This results in a margin-width's worth of pixels being cropped. If the
      user is not using shrink to fit then we expand the header.
      --&gt;
      &lt;b:if cond='data:mobile'&gt;
          &lt;div id='header-inner'&gt;
            &lt;div class='titlewrapper' style='background: transparent'&gt;
              &lt;h1 class='title' style='background: transparent; border-width: 0px'&gt;
                &lt;b:include name='title'/&gt;
              &lt;/h1&gt;
            &lt;/div&gt;
            &lt;b:include name='description'/&gt;
          &lt;/div&gt;
        &lt;b:else/&gt;
          &lt;div expr:style='&amp;quot;background-image: url(\&amp;quot;&amp;quot; + data:sourceUrl + &amp;quot;\&amp;quot;); &amp;quot;                        + &amp;quot;background-position: &amp;quot;                        + data:backgroundPositionStyleStr + &amp;quot;; &amp;quot;                        + data:widthStyleStr                        + &amp;quot;min-height: &amp;quot; + data:height                        + &amp;quot;_height: &amp;quot; + data:height                        + &amp;quot;background-repeat: no-repeat; &amp;quot;' id='header-inner'&gt;
            &lt;div class='titlewrapper' style='background: transparent'&gt;
              &lt;h1 class='title' style='background: transparent; border-width: 0px'&gt;
                &lt;b:include name='title'/&gt;
              &lt;/h1&gt;
            &lt;/div&gt;
            &lt;b:include name='description'/&gt;
          &lt;/div&gt;
        &lt;/b:if&gt;
    &lt;b:else/&gt;
      &lt;!--Show the image only--&gt;
      &lt;div id='header-inner'&gt;
        &lt;a expr:href='data:blog.homepageUrl' style='display: block'&gt;
          &lt;img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &amp;quot;_headerimg&amp;quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/&gt;
        &lt;/a&gt;
        &lt;!--Show the description--&gt;
        &lt;b:if cond='data:imagePlacement == &amp;quot;BEFORE_DESCRIPTION&amp;quot;'&gt;
          &lt;b:include name='description'/&gt;
        &lt;/b:if&gt;
      &lt;/div&gt;
    &lt;/b:if&gt;
  &lt;b:else/&gt;
    &lt;!--No header image --&gt;
    &lt;div id='header-inner'&gt;
      &lt;div class='titlewrapper'&gt;
        &lt;h1 class='title'&gt;
          &lt;b:include name='title'/&gt;
        &lt;/h1&gt;
      &lt;/div&gt;
      &lt;b:include name='description'/&gt;
    &lt;/div&gt;
  &lt;/b:if&gt;
&lt;/b:includable&gt;
  &lt;b:includable id='description'&gt;
  &lt;div class='descriptionwrapper'&gt;
    &lt;p class='description'&gt;&lt;span&gt;&lt;data:description/&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/div&gt;
&lt;/b:includable&gt;
  &lt;b:includable id='title'&gt;
  &lt;b:if cond='data:blog.url == data:blog.homepageUrl'&gt;
    &lt;data:title/&gt;
  &lt;b:else/&gt;
    &lt;a expr:href='data:blog.homepageUrl'&gt;&lt;data:title/&gt;&lt;/a&gt;
  &lt;/b:if&gt;
&lt;/b:includable&gt;
&lt;/b:widget&gt;
&lt;b:widget id='PageList1' locked='false' title='Pages' type='PageList'&gt;
  &lt;b:includable id='main'&gt;
  &lt;b:if cond='data:title'&gt;&lt;h2&gt;&lt;data:title/&gt;&lt;/h2&gt;&lt;/b:if&gt;
  &lt;div class='widget-content'&gt;
    &lt;b:if cond='data:mobile'&gt;
      &lt;select expr:id='data:widget.instanceId + &amp;quot;_select&amp;quot;'&gt;
        &lt;b:loop values='data:links' var='link'&gt;
          &lt;b:if cond='data:link.isCurrentPage'&gt;
            &lt;option expr:value='data:link.href' selected='selected'&gt;&lt;data:link.title/&gt;&lt;/option&gt;
          &lt;b:else/&gt;
            &lt;option expr:value='data:link.href'&gt;&lt;data:link.title/&gt;&lt;/option&gt;
          &lt;/b:if&gt;
        &lt;/b:loop&gt;
      &lt;/select&gt;
      &lt;span class='pagelist-arrow'&gt;&amp;amp;#9660;&lt;/span&gt;

    &lt;b:else/&gt;
      &lt;ul&gt;
        &lt;b:loop values='data:links' var='link'&gt;
          &lt;b:if cond='data:link.isCurrentPage'&gt;
            &lt;li class='selected'&gt;&lt;a expr:href='data:link.href'&gt;&lt;data:link.title/&gt;&lt;/a&gt;&lt;/li&gt;
          &lt;b:else/&gt;
            &lt;li&gt;&lt;a expr:href='data:link.href'&gt;&lt;data:link.title/&gt;&lt;/a&gt;&lt;/li&gt;
          &lt;/b:if&gt;
        &lt;/b:loop&gt;
      &lt;/ul&gt;
    &lt;/b:if&gt;
    &lt;b:include name='quickedit'/&gt;
  &lt;/div&gt;
&lt;/b:includable&gt;
&lt;/b:widget&gt;
&lt;b:widget id='CustomSearch1' locked='false' title='Search This Blog' type='CustomSearch'&gt;
  &lt;b:includable id='main'&gt;
    &lt;!-- only display title if it's non-empty --&gt;
    &lt;b:if cond='data:title != &amp;quot;&amp;quot;'&gt;
      &lt;h2 class='title'&gt;&lt;data:title/&gt;&lt;/h2&gt;
    &lt;/b:if&gt;

    &lt;div class='widget-content'&gt;
      &lt;div expr:id='data:widget.instanceId + &amp;quot;_form&amp;quot;'&gt;
        &lt;span class='cse-status'&gt;&lt;data:loadingMsg/&gt;&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;!-- override gsearch.css --&gt;
    &lt;style type='text/css'&gt;
      #uds-searchControl .gs-result .gs-title,
      #uds-searchControl .gs-result .gs-title *,
      #uds-searchControl .gsc-results .gsc-trailing-more-results,
      #uds-searchControl .gsc-results .gsc-trailing-more-results * {
        color:&lt;data:linkColor/&gt;;
      }

      #uds-searchControl .gs-result .gs-title a:visited,
      #uds-searchControl .gs-result .gs-title a:visited * {
        color:&lt;data:visitedLinkColor/&gt;;
      }

      #uds-searchControl .gs-relativePublishedDate,
      #uds-searchControl .gs-publishedDate {
        color: &lt;data:dateColor/&gt;;
      }

      #uds-searchControl .gs-result a.gs-visibleUrl,
      #uds-searchControl .gs-result .gs-visibleUrl {
        color: &lt;data:urlColor/&gt;;
      }

      #uds-searchControl .gsc-results {
        border-color: &lt;data:borderColor/&gt;;
        background-color: &lt;data:backgroundColor/&gt;;
      }

      #uds-searchControl .gsc-tabhActive {
        border-color: &lt;data:borderColor/&gt;;
        border-top-color: &lt;data:activeBorderColor/&gt;;
        background-color: &lt;data:backgroundColor/&gt;;
        color: &lt;data:textColor/&gt;;
      }

      #uds-searchControl .gsc-tabhInactive {
        border-color: &lt;data:borderColor/&gt;;
        background-color: transparent;
        color: &lt;data:linkColor/&gt;;
      }

      #uds-searchClearResults {
        border-color: &lt;data:borderColor/&gt;;
      }

      #uds-searchClearResults:hover {
        border-color: &lt;data:activeBorderColor/&gt;;
      }

      #uds-searchControl .gsc-cursor-page {
        color: &lt;data:linkColor/&gt;;
      }

      #uds-searchControl .gsc-cursor-current-page {
        color: &lt;data:textColor/&gt;;
      }
    &lt;/style&gt;

    &lt;b:include name='quickedit'/&gt;
  &lt;/b:includable&gt;
&lt;/b:widget&gt;
&lt;b:widget id='LinkList1' locked='false' title='' type='LinkList'&gt;
  &lt;b:includable id='main'&gt;

&lt;b:if cond='data:title'&gt;&lt;h2&gt;&lt;data:title/&gt;&lt;/h2&gt;&lt;/b:if&gt;
 &lt;div class='widget-content'&gt;
   &lt;ul&gt;
     &lt;b:loop values='data:links' var='link'&gt;
       &lt;li&gt;&lt;a expr:href='data:link.target'&gt;&lt;data:link.name/&gt;&lt;/a&gt;&lt;/li&gt;
     &lt;/b:loop&gt;
   &lt;/ul&gt;
   &lt;b:include name='quickedit'/&gt;
 &lt;/div&gt;
&lt;/b:includable&gt;
&lt;/b:widget&gt;
&lt;/b:section&gt;
&lt;/div&gt;
&lt;div class='content-mid'&gt;
	&lt;b:section id='content-mid'/&gt;
&lt;/div&gt;
&lt;div class='content-right'&gt;
	&lt;b:section id='content-right'/&gt;
&lt;/div&gt;
&lt;script src='//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'/&gt;
&lt;script src='//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js'/&gt;

&lt;script id='main-js' type='text/javascript'&gt;
//&lt;![CDATA[	


//]]&gt;
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4445559314698097739/template/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4445559314698097739/template/default'/><link rel='alternate' type='text/html' href='http://yourblogdomainhere.blogspot.com/'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_PUBLISHING_MODE</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The type of publishing done for this blog.</title><content type='text'>PUBLISH_MODE_BLOGSPOT</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_PUBLISHING_MODE'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_PUBLISHING_MODE'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_ADMIN_PERMISSION</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The list of administrators' emails for the blog.</title><content type='text'>[email protected]</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ADMIN_PERMISSION'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ADMIN_PERMISSION'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_ADULT_CONTENT</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether this blog contains adult content</title><content type='text'>false</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ADULT_CONTENT'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ADULT_CONTENT'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_ALTERNATE_JSRENDER_ALLOWED</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether alternate JS renderings are allowed</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ALTERNATE_JSRENDER_ALLOWED'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ALTERNATE_JSRENDER_ALLOWED'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_ANALYTICS_ACCOUNT_NUMBER</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Blog's Google Analytics account number</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ANALYTICS_ACCOUNT_NUMBER'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ANALYTICS_ACCOUNT_NUMBER'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_ARCHIVE_DATE_FORMAT</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The number of the archive index date format</title><content type='text'>9</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ARCHIVE_DATE_FORMAT'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ARCHIVE_DATE_FORMAT'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_ARCHIVE_FREQUENCY</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>How frequently this blog should be archived</title><content type='text'>MONTHLY</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ARCHIVE_FREQUENCY'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_ARCHIVE_FREQUENCY'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_AUTHOR_PERMISSION</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The list of authors' emails who have permission to publish.</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_AUTHOR_PERMISSION'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_AUTHOR_PERMISSION'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_BACKLINKS_ALLOWED</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether to show comment backlinks on the blog</title><content type='text'>false</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_BACKLINKS_ALLOWED'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_BACKLINKS_ALLOWED'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_BY_POST_ARCHIVING</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether to provide an archive page for each post</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_BY_POST_ARCHIVING'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_BY_POST_ARCHIVING'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENT_ACCESS</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Who can comment</title><content type='text'>REGISTERED</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_ACCESS'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_ACCESS'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENT_CAPTCHA</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether to require commenters to complete a Captcha</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_CAPTCHA'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_CAPTCHA'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENT_EMAIL</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>List of e-mail addresses to send notifications of new comments to</title><content type='text'>[email protected]</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_EMAIL'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_EMAIL'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENT_FEED</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The type of feed to provide for blog comments</title><content type='text'>FULL</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_FEED'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_FEED'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENT_FORM_LOCATION</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Blog comment form location</title><content type='text'>EMBEDDED_IFRAME</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_FORM_LOCATION'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_FORM_LOCATION'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENT_MESSAGE</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Blog comment message</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_MESSAGE'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_MESSAGE'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENT_MODERATION</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether to enable comment moderation</title><content type='text'>DISABLED</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_MODERATION'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_MODERATION'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENT_MODERATION_DELAY</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Number of days after which new comments are subject to moderation</title><content type='text'>14</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_MODERATION_DELAY'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_MODERATION_DELAY'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENT_MODERATION_EMAIL</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Email address to send notifications of new comments needing moderation to</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_MODERATION_EMAIL'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_MODERATION_EMAIL'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENT_PROFILE_IMAGES</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether to show profile images in comments</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_PROFILE_IMAGES'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENT_PROFILE_IMAGES'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENTS_ALLOWED</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether to show comments</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENTS_ALLOWED'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENTS_ALLOWED'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_COMMENTS_TIME_STAMP_FORMAT</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Comment time stamp format number</title><content type='text'>29</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENTS_TIME_STAMP_FORMAT'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_COMMENTS_TIME_STAMP_FORMAT'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_CONVERT_LINE_BREAKS</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether to convert line breaks into &lt;br /&gt; tags in post editor</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_CONVERT_LINE_BREAKS'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_CONVERT_LINE_BREAKS'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_CUSTOM_PAGE_NOT_FOUND</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The content served when the requested post or page is not found.</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_CUSTOM_PAGE_NOT_FOUND'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_CUSTOM_PAGE_NOT_FOUND'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_CUSTOM_ROBOTS_TXT</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The custom robots.txt content of the blog served to search engines.</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_CUSTOM_ROBOTS_TXT'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_CUSTOM_ROBOTS_TXT'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_CUSTOM_ROBOTS_TXT_ENABLED</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether this blog serves custom robots.txt content to search engines.</title><content type='text'>false</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_CUSTOM_ROBOTS_TXT_ENABLED'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_CUSTOM_ROBOTS_TXT_ENABLED'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_DATE_FORMAT</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The number of the date header format</title><content type='text'>26</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_DATE_FORMAT'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_DATE_FORMAT'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_DEFAULT_BACKLINKS_MODE</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Default backlinks mode for posts</title><content type='text'>DEFAULT_HAVE_BACKLINKS</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_DEFAULT_BACKLINKS_MODE'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_DEFAULT_BACKLINKS_MODE'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_DEFAULT_COMMENTS_MODE</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Default comment mode for posts</title><content type='text'>DEFAULT_HAVE_COMMENTS</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_DEFAULT_COMMENTS_MODE'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_DEFAULT_COMMENTS_MODE'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_DESCRIPTION</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>A description of the blog</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_DESCRIPTION'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_DESCRIPTION'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_EMAIL_POST_LINKS</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether to show a link for users to e-mail posts</title><content type='text'>false</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_EMAIL_POST_LINKS'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_EMAIL_POST_LINKS'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_FEED_REDIRECT_URL</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>URL to redirect post feed requests to</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_FEED_REDIRECT_URL'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_FEED_REDIRECT_URL'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_FLOAT_ALIGNMENT</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether float alignment is enabled for the blog</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_FLOAT_ALIGNMENT'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_FLOAT_ALIGNMENT'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_LOCALE</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Language for this blog</title><content type='text'>en</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_LOCALE'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_LOCALE'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_M2B_WHITELIST_EMAIL</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>List of email addresses that can post to the blog via email.</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_M2B_WHITELIST_EMAIL'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_M2B_WHITELIST_EMAIL'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_MAX_NUM</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Maximum number of things to show on the main page"</title><content type='text'>7</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_MAX_NUM'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_MAX_NUM'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_MAX_UNIT</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Unit of things to show on the main page</title><content type='text'>POSTS</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_MAX_UNIT'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_MAX_UNIT'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_META_DESCRIPTION</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The meta description of the blog served to search engines.</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_META_DESCRIPTION'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_META_DESCRIPTION'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_META_DESCRIPTION_ENABLED</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether this blog is served with meta descriptions.</title><content type='text'>false</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_META_DESCRIPTION_ENABLED'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_META_DESCRIPTION_ENABLED'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_NAME</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The name of the blog</title><content type='text'>Your Blog Name</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_NAME'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_NAME'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_PER_POST_FEED</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The type of feed to provide for per-post comments</title><content type='text'>FULL</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_PER_POST_FEED'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_PER_POST_FEED'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_POST_FEED</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The type of feed to provide for blog posts</title><content type='text'>FULL</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_POST_FEED'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_POST_FEED'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_POST_FEED_FOOTER</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Footer to append to the end of each entry in the post feed</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_POST_FEED_FOOTER'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_POST_FEED_FOOTER'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_POST_TEMPLATE</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The template for blog posts</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_POST_TEMPLATE'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_POST_TEMPLATE'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_PROMOTED</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether this blog can be promoted on Blogger</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_PROMOTED'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_PROMOTED'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_QUICK_EDITING</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether Quick Editing is enabled</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_QUICK_EDITING'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_QUICK_EDITING'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_READ_ACCESS_MODE</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The access type for the readers of the blog.</title><content type='text'>PUBLIC</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_READ_ACCESS_MODE'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_READ_ACCESS_MODE'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_READER_PERMISSION</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The list of emails for users who have permission to read the blog.</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_READER_PERMISSION'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_READER_PERMISSION'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_SEARCHABLE</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether this blog should be indexed by search engines</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_SEARCHABLE'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_SEARCHABLE'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_SEND_EMAIL</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Comma separated list of emails to send new blog posts to</title><content type='text'></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_SEND_EMAIL'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_SEND_EMAIL'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_SHOW_TITLE</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether to show the title field</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_SHOW_TITLE'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_SHOW_TITLE'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_SHOW_URL</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether to show a related link box in the post composer</title><content type='text'>false</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_SHOW_URL'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_SHOW_URL'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_SUBDOMAIN</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The BlogSpot subdomain under which to publish your blog</title><content type='text'>yourblogdomainhere</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_SUBDOMAIN'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_SUBDOMAIN'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_TIME_STAMP_FORMAT</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The number of the time stamp format</title><content type='text'>27</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_TIME_STAMP_FORMAT'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_TIME_STAMP_FORMAT'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_TIME_ZONE</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>The time zone for this blog</title><content type='text'>America/Los_Angeles</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_TIME_ZONE'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_TIME_ZONE'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.settings.BLOG_USE_LIGHTBOX</id><published>2014-08-24T01:39:14.752-07:00</published><updated>2014-12-02T18:54:03.118-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#settings'/><title type='text'>Whether to show images in the Lightbox when clicked</title><content type='text'>true</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_USE_LIGHTBOX'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/settings/BLOG_USE_LIGHTBOX'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.post-145320903104613999</id><published>2015-01-20T20:16:36.485-08:00</published><updated>2015-01-21T13:31:45.231-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#post'/><category scheme='http://www.blogger.com/atom/ns#' term='Animals'/><category scheme='http://www.blogger.com/atom/ns#' term='Nature'/><category scheme='http://www.blogger.com/atom/ns#' term='Photography'/><category scheme='http://www.blogger.com/atom/ns#' term='Business'/><title type='text'>Cup ebola risus sa super boss aenean maya da tellus auctor massa kim</title><content type='html'>Mutant talent doodles lectus bacall, test ebola laoreet. Sherman suarez ante libero nullam fringilla portugal gravida. Lectus garcia vel kiss apple, silva ac lectus lectus berlin loss lawrence. Platea audrey ray dictum lectus sherman, hepburn ice faucibus. Women superman dog ultrices suarez cowell day ac gayet kim amal. Gayet peaches habitant portugal nulla porta belgium rhoncus. Erat da vitae malesuada rubik nam galaxy mandela massa as fringilla. Bucket consequat renee olympics news lectus nam pretium pulvinar cup. Ornare melody commodo marquez love boss bend augue kardashian. Phelps justo nulla rubik mi neque xbox ridiculus posuere.&lt;br /&gt;
&lt;!--more--&gt;&lt;br /&gt;
Mi marquez temple game, croatia james doodles proin nibh nulla. Mario tempus women wurst fringilla rivers plus boss dictum. Iphone als and quis robin velit netus bacall berlin goku rap renee natoque. Away morbi sociis jared netus philae imperdiet vehicula. Erat malesuada plus ronaldo nam videos amal viverra. Dui nisi gabriel adipiscing sherman nibh geldof quis apple nulla massa. Parturient rap volutpat porttitor at note sterling phelps oscar lectus.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="https://i.ytimg.com/vi/_vhf0RZg0fg/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="https://www.youtube.com/v/_vhf0RZg0fg?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;embed width="320" height="266"  src="https://www.youtube.com/v/_vhf0RZg0fg?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" type="application/x-shockwave-flash" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;i&gt;&lt;span style="font-size: x-small;"&gt;Default Blogger Video Include&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;
&lt;br /&gt;
Rodriguez geldof bibendum mollis scuccia senectus hendrerit. Sochi etiam ray away schumacher eget michael first ipad. Mus sa enim rice senectus love and world rubik ultrices. Quisque alamuddin electronics aenean bird augue penatibus at. Felis scotish gravida zellweger nam, dog bars nunc walking gabriel. Loss elit argentina woman natoque, boss ornare ut budweiser felis. Garcia malesuada electronics nascetur avery suspendisse. &lt;a href="http://bloggeritems.com/2015/01/dummy-data-generator-for-blogger-devlopers.html" target="_blank"&gt;Blogger / Blogspot Resources&lt;/a&gt; just a link for video describe. Nibh croatia bianchi more senectus sed santos love cristina&lt;br /&gt;
&lt;br /&gt;
&lt;iframe width="853" height="480" src="//www.youtube.com/embed/4BfKFCOCJe8?rel=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;

&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;i&gt;&lt;span style="font-size: x-small;"&gt;Use Youtube Iframe Sharing Code&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;
&lt;br /&gt;
Als pulvinar sodales sherman angelou, as walking mario rice. Plus porta baby ronaldo jules feugiat curabitur tempor amal quisque. Vitae berlin als serie vivamus test james walking crimea. Ipsum phasellus air loss in metus, commercial urna duis as winner. Iaculis walking gotze shirley, santos eros etiam history. Consequat richard watching loss, facilisis ut commercial vivamus. Sodales morgan buzzer odio ac luis sed tempor varius sagittis james. Vitae maya ochoa ebola arcu, imperdiet mauris quis portugal.</content><link rel='replies' type='application/atom+xml' href='http://yourblogdomainhere.blogspot.com/feeds/145320903104613999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yourblogdomainhere.blogspot.com/2015/01/cup-ebola-risus-sa-s-0.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/posts/default/145320903104613999'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/posts/default/145320903104613999'/><link rel='alternate' type='text/html' href='http://yourblogdomainhere.blogspot.com/2015/01/cup-ebola-risus-sa-s-0.html' title='Cup ebola risus sa super boss aenean maya da tellus auctor massa kim'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4445559314698097739.post-145320903104613998</id><published>2015-01-19T11:49:33.975-08:00</published><updated>2015-01-20T14:50:25.131-08:00</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#post'/><category scheme='http://www.blogger.com/atom/ns#' term=''/><title type='text'>Lorde lorde ipad history apple tracy williams aliquet</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-ZFovw4yZiz0/VLuumGIdKYI/AAAAAAAAJJI/OkReIvqTH_Q/s1600/fashion_sneek-double-effects_101K.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-ZFovw4yZiz0/VLuumGIdKYI/AAAAAAAAJJI/OkReIvqTH_Q/s1600/fashion_sneek-double-effects_101K.jpg" alt="Dummy Image With Link to Itself"/&gt;&lt;/a&gt;&lt;/div&gt;
International egestas robin auctor rodriguez cowell bowl. Facilisi turpis maecenas rhoncus mauris day auctor dis donald pretium. Tracy gaza ibrahimovic interdum, congue portugal vel budweiser bowl. Plus robin challenge spider richard nisl mutant ronaldo ibrahimovic. Rodriguez super conchita donec, women galaxy aliquam joan. Mollis avery senectus bars, walking belgium cum jennifer. Duis dis baby gabriel, history gravida football germany. Phelps habitant airlines ronaldo cras gaza temple sterling.&lt;br /&gt;
&lt;!--more--&gt;&lt;br /&gt;
Magnis argentina enim ferguson boss netus eros harold ligula flappy. Epic geldof rutrum sagittis santos and mauris lorem vestibulum away suspendisse. Away luctus woman philae odio senectus odio note leto. Guillermo aenean maecenas mattis baby est, boss boss suor magnis vehicula. Bend simon nam odio penatibus luis jennifer doodles fames quis. Ultrices phelps puppy vulputate odio stays donec avery. Gabriel bowl bird sit dolor peaches athletes euismod walking winter francisco. Shirley mcconaughey winter, philip rice tellus eget sochi tincidunt. Walking geldof belgium tempor cras nascetur praesent montes wall james.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-nLyEPrueiP0/VLuum0Wh9NI/AAAAAAAAJJc/L7SdnX6vBO8/s1600/fashion_sunset-feeling-beauty_681K.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-nLyEPrueiP0/VLuum0Wh9NI/AAAAAAAAJJc/L7SdnX6vBO8/s1600/fashion_sunset-feeling-beauty_681K.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
Penatibus britain tortor justo sociis nelson nunc electronics season. Gaza blandit sed shirley more turpis potenti apple et pulvinar. Placerat referendum eleifend non, cube non seymour first wall suscipit. Dapibus commercial sodales ochoa morbi lorde phelps day julie. Cup james volutpat james ferguson morgan people curabitur golden. Gravida praesent felis senectus ipad football netus cowell. Challenge olympics wall dictumst dignissim bacall neque. Netus cube super suscipit budweiser nulla nelson serie purus silva.&lt;br /&gt;
&lt;br /&gt;
People fermentum consumer sagittis angelou dignissim mattis james penatibus. Enim libero is lawrence jared fusce semper commercial garcia elementum. Sterling mcconaughey boss nam boss ronaldo, dolor porttitor egestas. As mario ligula mcconaughey puppy vehicula act bucket vestibulum kim. Sherman ac mexico referendum audrey bars als women cursus. Sollicitudin zellweger leo vestibulum adipiscing, egestas suspendisse. Scotish silva sem felis sit oscar tempus day away elit elit referendum.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/--7G9ErF_UE8/VLuuZBYsPcI/AAAAAAAAJHM/rZhRhumJmL4/s1600/design_character_seven_bubble_137K.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/--7G9ErF_UE8/VLuuZBYsPcI/AAAAAAAAJHM/rZhRhumJmL4/s1600/design_character_seven_bubble_137K.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
Olympics rhoncus laoreet posuere aenean season peaches hours ibrahimovic. Arcu gabriel sed cras tristique got ac ice cursus eleifend potenti. Phelps metus renee sed dolor joan challenge senectus amal donec. Luctus mauris plus rodriguez lauren philip history battles hepburn. Gaza germany budweiser commercial alamuddin ukraine watch boss. Oscar got netus ray geldof chile potenti away sit schumacher sed. Robin away sed malaysia videos of blind, nisl vestibulum as suor jennifer. Libero season cursus day dog women lacus morbi temple.&lt;br /&gt;
&lt;br /&gt;
Santos phelps dolor bird elementum senectus fermentum. Senectus aenean alamuddin sochi blandit audrey wall bibendum interdum. Tellus superman dapibus, suarez congue winter tolstoy viverra. Spider gotze morgan cowell rhoncus harold placerat pretium. Ac accumsan news sem lectus ligula donec mutant hendrerit scelerisque. Dignissim nullam bibendum, airlines julie richard molestie. Gabriel magnis boss robin porta bucket gaza iphone parturient netherlands. Goku dolor trial apple hoffman ipsum, melody hoffman sapien chile love tempus. Commercial amal seymour vitae hoffman fringilla frozen dolor.&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-nLyEPrueiP0/VLuum0Wh9NI/AAAAAAAAJJc/L7SdnX6vBO8/s1600/fashion_sunset-feeling-beauty_681K.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-nLyEPrueiP0/VLuum0Wh9NI/AAAAAAAAJJc/L7SdnX6vBO8/s1600/fashion_sunset-feeling-beauty_681K.jpg" alt="Dummy Image With Link to Itself"/&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Align Center Image with Caption&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Is orci doodles guillermo challenge israel, aenean convallis convallis. The habitant battles schumacher nullam away morbi wurst and. Placerat joan commercial ultricies ultrices ronaldo attack budweiser. Morgan battles marquez velit puppy cristina people leto. Scelerisque sochi first da diam phelps blandit, mario nam mexico.&lt;br /&gt;
&lt;br /&gt;
&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-GoLMdpMysfg/VLuuaUz9DHI/AAAAAAAAJHg/zGJm2mTgVU8/s1600/design_non-characters-wipe-bg_167K.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-GoLMdpMysfg/VLuuaUz9DHI/AAAAAAAAJHg/zGJm2mTgVU8/s1600/design_non-characters-wipe-bg_167K.png" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Float Left Image with Caption&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Nike ipad bibendum got fringilla parturient ac a rodriguez vitae gotze. Ramis suspendisse etiam phasellus sa vitae halloween pretium athletes nibh. Urna rivers cras tolstoy more, orci one dictum hepburn international dapibus. Air phasellus nisi condimentum, rap phasellus metus berlin. Rodriguez nelson jules audrey, gotze women lacus quis serie doodles. Talent trending suspendisse dapibus malesuada consectetur rap. Michael sagittis love act zellweger ut pretium women. Rodriguez hendrerit donec etiam in urna porta bowl. Attack dapibus ligula consumer luis away robotic francisco.&lt;br /&gt;
&lt;br /&gt;
Bars iaculis non volutpat in bibendum kardashian ibrahimovic &lt;a href="http://bloggeritems.com/2015/01/dummy-data-generator-for-blogger-devlopers.html" target="_blank"&gt;Blogger / Blogspot Resources&lt;/a&gt; some demo for link. Volutpat nexus proin wall sapien more love mi referendum tracy argentina Hepburn nike ibrahimovic boss kim schumacher ipad cube condimentum Sherman interdum quam accumsan bibendum, bird iaculis maya puppy Interdum goku richard tolstoy ultricies watching james scotish Commodo athletes history ronaldo, nisl frozen joan duis ibrahimovic Joan got plus volutpat gravida montes battles belgium berlin news quam Phelps hours eu eget volutpat hoffman santos purus praesent Super lander fringilla brazil news velit guillermo nisl ut nulla&lt;br /&gt;
&lt;br /&gt;
&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: right; margin-left: 1em; text-align: right;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-GwyeIv1eJHE/VLuuquseUyI/AAAAAAAAJKc/eJqI7YbGwxw/s1600/food_new-fruit-for-heart_289K.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-GwyeIv1eJHE/VLuuquseUyI/AAAAAAAAJKc/eJqI7YbGwxw/s1600/food_new-fruit-for-heart_289K.jpg" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Float Right Image with Caption&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Rivers test eleifend habitasse metus consequat egestas &lt;a href="http://bloggeritems.com" target="_blank"&gt;Blogger Dummy Data&lt;/a&gt; some demo for site. Libero maya fringilla pistorius puppy iaculis electronics Als note imperdiet lobortis in peaches robotic non conchita Flappy mexico ipad dictumst da philip mandela, bacall ante Amet consumer conchita, luis elit watch pharetra purus gabriel Hoffman watching magnis portugal nisi convallis mollis augue aliquam While air potenti integer boss international puppy jules tempus Audrey nibh ac ray attack kiss senectus rhoncus tortor Giant elementum felis ac pistorius, interdum nisl ultrices</content><link rel='replies' type='application/atom+xml' href='http://yourblogdomainhere.blogspot.com/feeds/145320903104613998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yourblogdomainhere.blogspot.com/2015/01/lorde-lorde-ipad-his--1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/posts/default/145320903104613998'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4445559314698097739/posts/default/145320903104613998'/><link rel='alternate' type='text/html' href='http://yourblogdomainhere.blogspot.com/2015/01/lorde-lorde-ipad-his--1.html' title='Lorde lorde ipad history apple tracy williams aliquet'/><author><name>Tien Nguyen</name><uri>https://plus.google.com/102405372514693501463</uri><email>[email protected]</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh4.googleusercontent.com/-JTKLZF7yj9U/AAAAAAAAAAI/AAAAAAAACQw/2ku1eqCU9pA/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-GwyeIv1eJHE/VLuuquseUyI/AAAAAAAAJKc/eJqI7YbGwxw/s72-c/food_new-fruit-for-heart_289K.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.