Click here to Skip to main content
15,889,216 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Add second Master Pages Pin
Richard Deeming25-Apr-16 2:05
mveRichard Deeming25-Apr-16 2:05 
Questionabout java discussion Pin
Ankit Raut23-Apr-16 22:02
Ankit Raut23-Apr-16 22:02 
AnswerRe: about java discussion Pin
Richard MacCutchan24-Apr-16 2:59
mveRichard MacCutchan24-Apr-16 2:59 
AnswerRe: about java discussion Pin
ZurdoDev25-Apr-16 1:41
professionalZurdoDev25-Apr-16 1:41 
QuestionShow messages with Next and Previous Pin
Jassim Rahma20-Apr-16 6:35
Jassim Rahma20-Apr-16 6:35 
AnswerRe: Show messages with Next and Previous Pin
ZurdoDev25-Apr-16 1:41
professionalZurdoDev25-Apr-16 1:41 
QuestionPHP Best Practices - Decomposition Pin
User 1218466519-Apr-16 2:54
User 1218466519-Apr-16 2:54 
Questioni am beginner in webs how can i make this blogger theme SEO and Google friendly? Pin
Chat4Enjoy18-Apr-16 21:27
professionalChat4Enjoy18-Apr-16 21:27 
Please Check and guide me properly and please also tell me if the theme have errors and how can i resolve.






<b:include data="blog" name="all-head-content">

<title>
<b:if cond='data:blog.pageType == "index"'>
<data:blog.pageTitle/>
<b:else/>
<b:if cond='data:blog.pageType != "error_page"'>
<data:blog.pageName/> | <data:blog.title/>
<b:else/>
Page Not Found | <data:blog.title/>
</b:if>
</b:if>


<b:skin>/
@media only screen and (max-width : 1280px) {
/ The following css will be rendered if device width is less than 1280px */

}

/* Tablets (Landscape) /
@media only screen and (max-width : 1024px) {
/
The following css will be rendered if device width is less than 1024px */

}

/* Tablets (Portrait) /
@media only screen and (max-width : 768px) {
/
The following css will be rendered if device width is less than 768px */

}

/* iPhones /
@media only screen and (max-width : 640px) {
/
The following css will be rendered if device width is less than 640xpx */

}

/* Mobiles /
@media only screen and (max-width : 480px) {
/
The following css will be rendered if device width is less than 480px */

}

/* Small Mobiles /
@media only screen and (max-width : 320px) {
/
The following css will be rendered if device width is less than 320px */

}]]>


posts_no_thumb_sum = 290;
posts_thumb_sum = 240;
img_thumb_height = 80;
img_thumb_width = 80;
first_no_thumb_sum = 580;
first_thumb_sum = 450;
img_thumb_height1 = 145;
img_thumb_width1 = 165;



//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("&lt;")!=-1)
{
var s = strx.split("&lt;");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop &lt; strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' &amp;&amp; strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}

function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = posts_no_thumb_sum;
if(img.length>=1) {
imgtag = '<span class="posts-thumb" style="float:left;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = posts_thumb_sum;
}

var summary = imgtag + '<div class="summary">' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}

function createSummaryAndThumb1(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = first_no_thumb_sum;
if(img.length>=1) {
imgtag = '<span class="first-post-thumb" style="float:left;"><img src="'+img[0].src+'" width="'+img_thumb_width1+'px" height="'+img_thumb_height1+'px"/></span>';
summ = first_thumb_sum;
}

var summary1 = imgtag + '<div class="summary">' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary1;
}

//]]>


<b:if cond="data:blog.pageType != "static_page"">
<b:if cond="data:blog.pageType != "item"">

.first-post-thumb {
margin-right: 10px;
}

.summary {
height: 100%;
}

<h1>first { /* Styles for the First Post Container */</h1>

<pre>
width: auto;
height: 250px;
float: left;
margin-bottom: 10px;
background-color: #F4F4F4; /* background color for the first post */
border: 1px solid #E5E5E5; /* border for the first post */}
</pre>

.first-body { /* Style for the First Post summary */
color: #545454;
font-size: 13px;
text-align: justify;
padding: 5px 10px;
line-height: 1.5em;
}

<h1>first h3 a, #first h3 a:visited { /* Style for the First Post Title*/</h1>

<pre>
border-bottom: 2px solid #DFDFDF;
color: #515151;
font-size: 20px;
display: block;
margin: 10px auto;
width: 95%;
font-size: 20px;
padding: 0px 0px 4px 0px;
font-weight: bold;
text-align: left;
line-height: 1.4em;
background: none;
</pre>

}

<h1>first h3 a:hover { /* Color on mouseover for the First Post Title */</h1>

<pre>
color: #1061A1;
</pre>

}

.post { /* Styles for the small posts container <em>/
float: left;
margin: 20px 6px 2% 5px;
width: 46%;
height: 230px;
padding: 0px 5px 5px 5px;
background: #FCFCFC; /</em> background color for the small posts <em>/
border: 1px solid #E5E5E5; /</em> border for the small posts */
overflow: hidden;
}

.posts-thumb { /* Style for the small posts thumbnails */
margin-right: 10px;
}

.post-body img, .post-body .tr-caption-container, .Profile img, .Image img, .BlogList .item-thumbnail img {
background: none;
border: none;
box-shadow: none;
padding: 0;
}

h3.post-title a{ /* Style for the small posts titles */
font-size: 14px;
color: #747474;
text-transform: uppercase;
}

h2.date-header { /* Hide the post date */
display: none;
}

.post-footer {
display: none;
}

h3.post-title {
margin: 2px;
}

.readmorebutton {
margin-top: 5px;
}

.readmorebutton a { /* Styles for the Read More link <em>/
color: #767676;
border: 1px solid #E1E1E1;
background: #EAEAEA; /</em> Background color for the Read More link */
text-decoration: none;
padding: 3px 5px;
font-weight: bold;
font-size: 11px;
float: right;
position: relative;
}

.post-comment-link { /* Style for the comment bubble of posts below <em>/
position: absolute;
top: -35px;
right: -10px;
display: block;
border: 1px solid #E1E1E1; /</em> border for the comment bubble <em>/
background: #EAEAEA; /</em> background color for the comment bubble */
font-size: 11px;
position: absolute;
}

<h1>first .post-comment-link { /* Style for the comment bubble of first post */</h1>

<pre>
position: absolute;
top: 10px;
right: 0px;
</pre>

}

.post-comment-link a { /* Link color for the comments bubble*/
padding: 10px;
color: #6A6A6A;
text-decoration: none;
font-weight: bold;
}

<h1>blog-pager {</h1>

<pre>
clear: both;
</pre>

}









<b:section class="header" id="header" maxwidgets="1" showaddelement="no">
<b:widget id="Header1" locked="true" title="creat some thing (Header)" type="Header" visible="true">
<b:includable id="main">

<b:if cond="data:useImage">
<b:if cond="data:imagePlacement == "BEHIND"">

<b:if cond="data:mobile">

<b:include name="title">

<b:include name="description">
<b:else>

<b:include name="title">

<b:include name="description">

<b:else>
Show the image only>



Show the description>
<b:if cond="data:imagePlacement == "BEFORE_DESCRIPTION"">
<b:include name="description">


<b:else>

<b:if cond="data:title != """>

<data:title>


<data:content>

<b:include name="quickedit">






<b:section class="main" id="main" preferred="yes" showaddelement="no">
<b:widget id="Blog1" locked="true" title="Blog Posts" type="Blog" version="1" visible="true">
<b:includable id="main" var="top">
<b:if cond="!data:mobile">

  <b:include data='top' name='status-message'/>

  <b:loop values='data:posts' var='post'>
    <b:if cond='data:post.isDateStart and not data:post.isFirstPost'>
      &lt;/div&gt;&lt;/div&gt;
    </b:if>
    <b:if cond='data:post.isDateStart'>
      &lt;div class=&quot;date-outer&quot;&gt;
    </b:if>
    <b:if cond='data:post.dateHeader'>
      <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
    </b:if>
    <b:if cond='data:post.isDateStart'>
      &lt;div class=&quot;date-posts&quot;&gt;
    </b:if>
    <div class='post-outer'>
      <b:if cond='data:post.isFirstPost'>

<b:if cond="data:blog.homepageUrl == data:blog.url">
<b:if cond="data:post.title">

<b:if cond="data:post.link">
<data:post.title>
<b:else>
<b:if cond="data:post.url">
<data:post.title>
<b:else>
<data:post.title>


<b:if cond="data:blog.pageType != "item"">
<b:if cond="data:blog.pageType != "static_page"">
<data:post.body>
createSummaryAndThumb1(&quot;summary1<data:post.id/>&quot;);
<b:if cond="data:blog.pageType != "item""><b:if cond="data:post.allowComments"><data:post.numcomments>
Read More »

<b:if cond="data:blog.pageType == "item""><data:post.body>
<b:if cond="data:blog.pageType == "static_page""><data:post.body>
<b:else>
<b:include data="post" name="post">

<b:else>
<b:include data="post" name="post">

      <b:include cond='data:blog.pageType in {&quot;static_page&quot;,&quot;item&quot;}' data='post' name='comment_picker'/>
    </div>

    <!-- Ad -->
    <b:if cond='data:post.includeAd'>
      <div class='inline-ad'>
        <data:adCode/>
      </div>
    </b:if>
  </b:loop>
  <b:if cond='data:numPosts != 0'>
    &lt;/div&gt;&lt;/div&gt;
  </b:if>
</div>

<!-- navigation -->
<b:include name='nextprev'/>

<!-- feed links -->
<b:include name='feedLinks'/>

<b:else>
<b:include name="mobile-main">


<b:if cond="data:top.showPlusOne">
<data:top.googleplusbootstrap>



<b:includable id="backlinkDeleteIcon" var="backlink">






<b:includable id="backlinks" var="post">

<data:post.backlinkslabel>

<b:if cond="data:post.numBacklinks != 0">

<b:loop values="data:post.backlinks" var="backlink">




<b:includable id="comment-form" var="post">

<b:if cond="data:mobile">


<data:postcommentmsg>

<data:blogcommentmessage>

<data:blogteamblogmessage>


<b:else/>
<h4 id='comment-post-message'><data:postCommentMsg/></h4>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
</b:if>
<data:post.friendConnectJs/>
<data:post.cmtfpIframe/>
<script type='text/javascript'>
BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
</script>
</div>
</b:includable>
<b:includable id='commentDeleteIcon' var='comment'>
<span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
<b:if cond='data:showCmtPopup'>
<div class='goog-toggle-button'>
<div class='goog-inline-block comment-action-icon'/>
</div>
<b:else/>
<a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
<img src='//www.blogger.com/img/icon_delete13.gif'/>
</a>
</b:if>
</span>
</b:includable>
<b:includable id='comment_count_picker' var='post'>
<b:if cond='data:post.commentSource == 1'>
<span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-post-url='data:post.url' expr:data-url='data:post.url.canonical.http'>
</span>
<b:else/>
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
<data:post.commentLabelFull/>:
</a>
</b:if>
</b:includable>
<b:includable id='comment_picker' var='post'>
<b:if cond='data:post.commentSource == 1'>
<b:include data='post' name='iframe_comments'/>
<b:elseif cond='data:post.showThreadedComments'/>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:includable>
<b:includable id='comments' var='post'>
<div class='comments' id='comments'>
<a name='comments'/>
<b:if cond='data:post.allowComments'>
<h4><data:post.commentLabelFull/>:</h4>

<pre>
&lt;b:if cond='data:post.commentPagingRequired'&gt;
&lt;span class='paging-control-container'&gt;
&lt;b:if cond='data:post.hasOlderLinks'&gt;
&lt;a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'&gt;&lt;data:post.oldestLinkText/&gt;&lt;/a&gt;
&amp;#160;
&lt;a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'&gt;&lt;data:post.olderLinkText/&gt;&lt;/a&gt;
&amp;#160;
&lt;/b:if&gt;

&lt;data:post.commentRangeText/&gt;

&lt;b:if cond='data:post.hasNewerLinks'&gt;
&amp;#160;
&lt;a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'&gt;&lt;data:post.newerLinkText/&gt;&lt;/a&gt;
&amp;#160;
&lt;a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'&gt;&lt;data:post.newestLinkText/&gt;&lt;/a&gt;
&lt;/b:if&gt;
&lt;/span&gt;
&lt;/b:if&gt;

&lt;div expr:id='data:widget.instanceId + &amp;quot;_comments-block-wrapper&amp;quot;'&gt;
&lt;dl expr:class='data:post.avatarIndentClass' id='comments-block'&gt;
&lt;b:loop values='data:post.comments' var='comment'&gt;
&lt;dt expr:class='&amp;quot;comment-author &amp;quot; + data:comment.authorClass' expr:id='data:comment.anchorName'&gt;
&lt;b:if cond='data:comment.favicon'&gt;
&lt;img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/&gt;
&lt;/b:if&gt;
&lt;a expr:name='data:comment.anchorName'/&gt;
&lt;b:if cond='data:blog.enabledCommentProfileImages'&gt;
&lt;data:comment.authorAvatarImage/&gt;
&lt;/b:if&gt;
&lt;b:if cond='data:comment.authorUrl'&gt;
&lt;a expr:href='data:comment.authorUrl' rel='nofollow'&gt;&lt;data:comment.author/&gt;&lt;/a&gt;
&lt;b:else/&gt;
&lt;data:comment.author/&gt;
&lt;/b:if&gt;
&lt;data:commentPostedByMsg/&gt;
&lt;/dt&gt;
&lt;dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'&gt;
&lt;b:if cond='data:comment.isDeleted'&gt;
&lt;span class='deleted-comment'&gt;&lt;data:comment.body/&gt;&lt;/span&gt;
&lt;b:else/&gt;
&lt;p&gt;
&lt;data:comment.body/&gt;
&lt;/p&gt;
&lt;/b:if&gt;
&lt;/dd&gt;
&lt;dd class='comment-footer'&gt;
&lt;span class='comment-timestamp'&gt;
&lt;a expr:href='data:comment.url' title='comment permalink'&gt;
&lt;data:comment.timestamp/&gt;
&lt;/a&gt;
&lt;b:include data='comment' name='commentDeleteIcon'/&gt;
&lt;/span&gt;
&lt;/dd&gt;
&lt;/b:loop&gt;
&lt;/dl&gt;
&lt;/div&gt;

&lt;b:if cond='data:post.commentPagingRequired'&gt;
&lt;span class='paging-control-container'&gt;
&lt;a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'&gt;
&lt;data:post.oldestLinkText/&gt;
&lt;/a&gt;
&lt;a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'&gt;
&lt;data:post.olderLinkText/&gt;
&lt;/a&gt;
&amp;#160;
&lt;data:post.commentRangeText/&gt;
&amp;#160;
&lt;a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'&gt;
&lt;data:post.newerLinkText/&gt;
&lt;/a&gt;
&lt;a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'&gt;
&lt;data:post.newestLinkText/&gt;
&lt;/a&gt;
&lt;/span&gt;
&lt;/b:if&gt;

&lt;p class='comment-footer'&gt;
&lt;b:if cond='data:post.embedCommentForm'&gt;
&lt;b:if cond='data:post.allowNewComments'&gt;
&lt;b:include data='post' name='comment-form'/&gt;
&lt;b:else/&gt;
&lt;data:post.noNewCommentsText/&gt;
&lt;/b:if&gt;
&lt;b:elseif cond='data:post.allowComments'/&gt;
&lt;a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'&gt;&lt;data:postCommentMsg/&gt;&lt;/a&gt;
&lt;/b:if&gt;
&lt;/p&gt;
&lt;/b:if&gt;
&lt;b:if cond='data:showCmtPopup'&gt;
&lt;div id='comment-popup'&gt;
&lt;iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'&gt;
&lt;/iframe&gt;
&lt;/div&gt;
&lt;/b:if&gt;

&lt;div id='backlinks-container'&gt;
&lt;div expr:id='data:widget.instanceId + &amp;quot;_backlinks-container&amp;quot;'&gt;
&lt;b:include cond='data:post.showBacklinks' data='post' name='backlinks'/&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre>

</div>
</b:includable>
<b:includable id='feedLinks'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>

<b:else/>
<div class='post-feeds'>
<b:loop values='data:posts' var='post'>
<b:include cond='data:post.allowComments and data:post.feedLinks' data='post.feedLinks' name='feedLinksBody'/>
</b:loop>
</div>
</b:if>
</b:includable>
<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>
</b:includable>
<b:includable id='iframe_comments' var='post'>

<b:if cond='data:post.allowIframeComments'>
<script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
<div class='cmt_iframe_holder' expr:data-href='data:post.url.canonical' expr:data-viewtype='data:post.viewType'/>

<pre>
&lt;b:if cond='data:post.embedCommentForm == &amp;quot;false&amp;quot;'&gt;
&lt;a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'&gt;&lt;data:postCommentMsg/&gt;&lt;/a&gt;
&lt;/b:if&gt;
</pre>

</b:if>
</b:includable>
<b:includable id='mobile-index-post' var='post'>
<div class='mobile-date-outer date-outer'>
<b:if cond='data:post.dateHeader'>
<div class='date-header'>
<span><data:post.dateHeader/></span>
</div>
</b:if>

<pre>
&lt;div class='mobile-post-outer'&gt;
&lt;a expr:href='data:post.url'&gt;
&lt;h3 class='mobile-index-title entry-title' itemprop='name'&gt;
&lt;data:post.title/&gt;
&lt;/h3&gt;

&lt;div class='mobile-index-arrow'&gt;&amp;amp;rsaquo;&lt;/div&gt;

&lt;div class='mobile-index-contents'&gt;
&lt;b:if cond='data:post.thumbnailUrl'&gt;
&lt;div class='mobile-index-thumbnail'&gt;
&lt;div class='Image'&gt;
&lt;img expr:src='data:post.thumbnailUrl'/&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/b:if&gt;

&lt;div class='post-body'&gt;
&lt;b:if cond='data:post.snippet'&gt;&lt;data:post.snippet/&gt;&lt;/b:if&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div style='clear: both;'/&gt;
&lt;/a&gt;

&lt;div class='mobile-index-comment'&gt;
&lt;b:include cond='data:blog.pageType != &amp;quot;static_page&amp;quot; and data:post.allowComments and data:post.numComments != 0' data='post' name='comment_count_picker'/&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre>

</div>
</b:includable>
<b:includable id='mobile-main' var='top'>

<div class='blog-posts hfeed'>

<pre>
&lt;b:include data='top' name='status-message'/&gt;

&lt;b:if cond='data:blog.pageType == &amp;quot;index&amp;quot;'&gt;
&lt;b:loop values='data:posts' var='post'&gt;
&lt;b:include data='post' name='mobile-index-post'/&gt;
&lt;/b:loop&gt;
&lt;b:else/&gt;
&lt;b:loop values='data:posts' var='post'&gt;
&lt;b:include data='post' name='mobile-post'/&gt;
&lt;/b:loop&gt;
&lt;/b:if&gt;
&lt;/div&gt;
</pre>

<b:include name='mobile-nextprev'/>
</b:includable>
<b:includable id='mobile-nextprev'>
<div class='blog-pager' id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<div class='mobile-link-button' id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'>&amp;lsaquo;</a>
</div>
</b:if>

<pre>
&lt;b:if cond='data:olderPageUrl'&gt;
&lt;div class='mobile-link-button' id='blog-pager-older-link'&gt;
&lt;a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &amp;quot;_blog-pager-older-link&amp;quot;' expr:title='data:olderPageTitle'&gt;&amp;amp;rsaquo;&lt;/a&gt;
&lt;/div&gt;
&lt;/b:if&gt;

&lt;div class='mobile-link-button' id='blog-pager-home-link'&gt;
&lt;a class='home-link' expr:href='data:blog.homepageUrl'&gt;&lt;data:homeMsg/&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;div class='mobile-desktop-link'&gt;
&lt;a class='home-link' expr:href='data:desktopLinkUrl'&gt;&lt;data:desktopLinkMsg/&gt;&lt;/a&gt;
&lt;/div&gt;
</pre>

</div>
<div class='clear'/>
</b:includable>
<b:includable id='mobile-post' var='post'>
<div class='date-outer'>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><span><data:post.dateHeader/></span></h2>
</b:if>
<div class='date-posts'>
<div class='post-outer'>

<pre>
&lt;div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='&lt;a href="http://schema.org/BlogPosting">http://schema.org/BlogPosting&lt;/a>'&gt;
&lt;b:if cond='data:post.thumbnailUrl'&gt;
&lt;meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/&gt;
&lt;/b:if&gt;
&lt;meta expr:content='data:blog.blogId' itemprop='blogId'/&gt;
&lt;meta expr:content='data:post.id' itemprop='postId'/&gt;

&lt;a expr:name='data:post.id'/&gt;
&lt;b:if cond='data:post.title'&gt;
&lt;h3 class='post-title entry-title' itemprop='name'&gt;
&lt;b:if cond='data:post.link'&gt;
&lt;a expr:href='data:post.link'&gt;&lt;data:post.title/&gt;&lt;/a&gt;
&lt;b:elseif cond='data:post.url and data:blog.url != data:post.url'/&gt;
&lt;a expr:href='data:post.url'&gt;&lt;data:post.title/&gt;&lt;/a&gt;
&lt;b:else/&gt;
&lt;data:post.title/&gt;
&lt;/b:if&gt;
&lt;/h3&gt;
&lt;/b:if&gt;

&lt;div class='post-header'&gt;
&lt;div class='post-header-line-1'/&gt;
&lt;/div&gt;

&lt;div class='post-body entry-content' expr:id='&amp;quot;post-body-&amp;quot; + data:post.id' itemprop='articleBody'&gt;
&lt;b:if cond='data:blog.pageType != &amp;quot;item&amp;quot;'&gt;
</pre>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<span class='post-comment-link'><b:if cond='data:blog.pageType != &quot;item&quot;'><b:if cond='data:post.allowComments'><a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:post.numComments/></a></b:if></b:if></span>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
<span class='readmorebutton' style='float:right'><a expr:href='data:post.url'>Read More &#187;</a></span></b:if></b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>

<pre>
&lt;div style='clear: both;'/&gt; &lt;!-- clear for photos floats --&gt;
&lt;/div&gt;

&lt;div class='post-footer'&gt;
&lt;div class='post-footer-line post-footer-line-1'&gt;
&lt;span class='post-author vcard'&gt;
&lt;b:if cond='data:top.showAuthor'&gt;
&lt;b:if cond='data:post.authorProfileUrl'&gt;
&lt;span class='fn' itemprop='author' itemscope='itemscope' itemtype='&lt;a href="http://schema.org/Person">http://schema.org/Person&lt;/a>'&gt;
&lt;meta expr:content='data:post.authorProfileUrl' itemprop='url'/&gt;
&lt;a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'&gt;
&lt;span itemprop='name'&gt;&lt;data:post.author/&gt;&lt;/span&gt;
&lt;/a&gt;
&lt;/span&gt;
&lt;b:else/&gt;
&lt;span class='fn' itemprop='author' itemscope='itemscope' itemtype='&lt;a href="http://schema.org/Person">http://schema.org/Person&lt;/a>'&gt;
&lt;span itemprop='name'&gt;&lt;data:post.author/&gt;&lt;/span&gt;
&lt;/span&gt;
&lt;/b:if&gt;
&lt;/b:if&gt;
&lt;/span&gt;

&lt;span class='post-timestamp'&gt;
&lt;b:if cond='data:top.showTimestamp'&gt;
&lt;data:top.timestampLabel/&gt;
&lt;b:if cond='data:post.url'&gt;
&lt;meta expr:content='data:post.url.canonical' itemprop='url'/&gt;
&lt;a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'&gt;&lt;abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'&gt;&lt;data:post.timestamp/&gt;&lt;/abbr&gt;&lt;/a&gt;
&lt;/b:if&gt;
&lt;/b:if&gt;
&lt;/span&gt;

&lt;span class='post-comment-link'&gt;
&lt;b:include cond='data:blog.pageType not in {&amp;quot;item&amp;quot;,&amp;quot;static_page&amp;quot;} and data:post.allowComments' data='post' name='comment_count_picker'/&gt;
&lt;/span&gt;
&lt;/div&gt;

&lt;div class='post-footer-line post-footer-line-2'&gt;
&lt;b:if cond='data:top.showMobileShare'&gt;
&lt;div class='mobile-link-button goog-inline-block' id='mobile-share-button'&gt;
&lt;a href='javascript:void(0);'&gt;&lt;data:shareMsg/&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/b:if&gt;
&lt;b:if cond='data:top.showDummy'&gt;
&lt;div class='goog-inline-block dummy-container'&gt;&lt;data:post.dummyTag/&gt;&lt;/div&gt;
&lt;/b:if&gt;
&lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;b:include cond='data:blog.pageType in {&amp;quot;static_page&amp;quot;,&amp;quot;item&amp;quot;}' data='post' name='comment_picker'/&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre>

</div>
</b:includable>
<b:includable id='nextprev'>
<div class='blog-pager' id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
</span>
</b:if>

<pre>
&lt;b:if cond='data:olderPageUrl'&gt;
&lt;span id='blog-pager-older-link'&gt;
&lt;a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &amp;quot;_blog-pager-older-link&amp;quot;' expr:title='data:olderPageTitle'&gt;&lt;data:olderPageTitle/&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;/b:if&gt;

&lt;a class='home-link' expr:href='data:blog.homepageUrl'&gt;&lt;data:homeMsg/&gt;&lt;/a&gt;

&lt;b:if cond='data:mobileLinkUrl'&gt;
&lt;div class='blog-mobile-link'&gt;
&lt;a expr:href='data:mobileLinkUrl'&gt;&lt;data:mobileLinkMsg/&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/b:if&gt;
</pre>

</div>
<div class='clear'/>
</b:includable>
<b:includable id='post' var='post'>
<div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='<a href="http://schema.org/BlogPosting">http://schema.org/BlogPosting</a>'>
<b:if cond='data:post.firstImageUrl'>
<meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>
</b:if>
<meta expr:content='data:blog.blogId' itemprop='blogId'/>
<meta expr:content='data:post.id' itemprop='postId'/>

<pre>
&lt;a expr:name='data:post.id'/&gt;
&lt;b:if cond='data:post.title'&gt;
&lt;h3 class='post-title entry-title' itemprop='name'&gt;
&lt;b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'&gt;
&lt;a expr:href='data:post.link ? data:post.link : data:post.url'&gt;&lt;data:post.title/&gt;&lt;/a&gt;
&lt;b:else/&gt;
&lt;data:post.title/&gt;
&lt;/b:if&gt;
&lt;/h3&gt;
&lt;/b:if&gt;

&lt;div class='post-header'&gt;
&lt;div class='post-header-line-1'/&gt;
&lt;/div&gt;

&lt;!-- Then use the post body as the schema.org description, for good G+/FB snippeting. <strike>&gt;
&lt;div class='post-body entry-content' expr:id='&amp;quot;post-body-&amp;quot; + data:post.id' expr:itemprop='(data:blog.metaDescription ? &amp;quot;&amp;quot; : &amp;quot;description &amp;quot;) + &amp;quot;articleBody&amp;quot;'&gt;
&lt;data:post.body/&gt;
&lt;div style='clear: both;'/&gt; &lt;!</strike> clear for photos floats --&gt;
&lt;/div&gt;

&lt;b:if cond='data:post.hasJumpLink'&gt;
&lt;div class='jump-link'&gt;
&lt;a expr:href='data:post.url + &amp;quot;#more&amp;quot;' expr:title='data:post.title'&gt;&lt;data:post.jumpText/&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/b:if&gt;

&lt;div class='post-footer'&gt;
&lt;div class='post-footer-line post-footer-line-1'&gt;
&lt;span class='post-author vcard'&gt;
&lt;b:if cond='data:top.showAuthor'&gt;
&lt;data:top.authorLabel/&gt;
&lt;b:if cond='data:post.authorProfileUrl'&gt;
&lt;span class='fn' itemprop='author' itemscope='itemscope' itemtype='&lt;a href="http://schema.org/Person">http://schema.org/Person&lt;/a>'&gt;
&lt;meta expr:content='data:post.authorProfileUrl' itemprop='url'/&gt;
&lt;a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'&gt;
&lt;span itemprop='name'&gt;&lt;data:post.author/&gt;&lt;/span&gt;
&lt;/a&gt;
&lt;/span&gt;
&lt;b:else/&gt;
&lt;span class='fn' itemprop='author' itemscope='itemscope' itemtype='&lt;a href="http://schema.org/Person">http://schema.org/Person&lt;/a>'&gt;
&lt;span itemprop='name'&gt;&lt;data:post.author/&gt;&lt;/span&gt;
&lt;/span&gt;
&lt;/b:if&gt;
&lt;/b:if&gt;
&lt;/span&gt;

&lt;span class='post-timestamp'&gt;
&lt;b:if cond='data:top.showTimestamp'&gt;
&lt;data:top.timestampLabel/&gt;
&lt;b:if cond='data:post.url'&gt;
&lt;meta expr:content='data:post.url.canonical' itemprop='url'/&gt;
&lt;a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'&gt;&lt;abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'&gt;&lt;data:post.timestamp/&gt;&lt;/abbr&gt;&lt;/a&gt;
&lt;/b:if&gt;
&lt;/b:if&gt;
&lt;/span&gt;

&lt;span class='reaction-buttons'&gt;
&lt;b:if cond='data:top.showReactions'&gt;
&lt;table border='0' cellpadding='0' cellspacing='0' width='100%'&gt;&lt;tr&gt;
&lt;td class='reactions-label-cell' nowrap='nowrap' valign='top' width='1%'&gt;
&lt;span class='reactions-label'&gt;
&lt;data:top.reactionsLabel/&gt;&lt;/span&gt;&amp;#160;&lt;/td&gt;
&lt;td&gt;&lt;iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;
&lt;/b:if&gt;
&lt;/span&gt;

&lt;span class='post-comment-link'&gt;
&lt;b:include cond='data:blog.pageType not in {&amp;quot;item&amp;quot;,&amp;quot;static_page&amp;quot;} and data:post.allowComments' data='post' name='comment_count_picker'/&gt;
&lt;/span&gt;

&lt;!-- backlinks --&gt;
&lt;span class='post-backlinks post-comment-link'&gt;
&lt;b:if cond='data:blog.pageType not in {&amp;quot;item&amp;quot;,&amp;quot;static_page&amp;quot;} and data:post.showBacklinks'&gt;
&lt;a class='comment-link' expr:href='data:post.url + &amp;quot;#links&amp;quot;'&gt;&lt;data:top.backlinkLabel/&gt;&lt;/a&gt;
&lt;/b:if&gt;
&lt;/span&gt;

&lt;span class='post-icons'&gt;
&lt;!-- email post links --&gt;
&lt;b:if cond='data:post.emailPostUrl'&gt;
&lt;span class='item-action'&gt;
&lt;a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'&gt;
&lt;img alt='' class='icon-action' height='13' src='//img1.blogblog.com/img/icon18_email.gif' width='18'/&gt;
&lt;/a&gt;
&lt;/span&gt;
&lt;/b:if&gt;

&lt;!-- quickedit pencil --&gt;
&lt;b:include data='post' name='postQuickEdit'/&gt;
&lt;/span&gt;

&lt;!-- share buttons --&gt;
&lt;div class='post-share-buttons goog-inline-block'&gt;
&lt;b:include cond='data:post.sharePostUrl' data='post' name='shareButtons'/&gt;
&lt;/div&gt;

&lt;/div&gt;

&lt;div class='post-footer-line post-footer-line-2'&gt;
&lt;span class='post-labels'&gt;
&lt;b:if cond='data:top.showPostLabels and data:post.labels'&gt;
&lt;data:postLabelsLabel/&gt;
&lt;b:loop values='data:post.labels' var='label'&gt;
&lt;a expr:href='data:label.url' rel='tag'&gt;&lt;data:label.name/&gt;&lt;/a&gt;&lt;b:if cond='not data:label.isLast'&gt;,&lt;/b:if&gt;
&lt;/b:loop&gt;
&lt;/b:if&gt;
&lt;/span&gt;
&lt;/div&gt;

&lt;div class='post-footer-line post-footer-line-3'&gt;
&lt;span class='post-location'&gt;
&lt;b:if cond='data:top.showLocation and data:post.location'&gt;
&lt;data:postLocationLabel/&gt;
&lt;a expr:href='data:post.location.mapsUrl' target='_blank'&gt;&lt;data:post.location.name/&gt;&lt;/a&gt;
&lt;/b:if&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;b:if cond='data:post.authorAboutMe'&gt;
&lt;div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'&gt;
&lt;b:if cond='data:post.authorPhoto.url'&gt;
&lt;img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/&gt;
&lt;/b:if&gt;
&lt;div&gt;
&lt;a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'&gt;
&lt;span itemprop='name'&gt;&lt;data:post.author/&gt;&lt;/span&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;span itemprop='description'&gt;&lt;data:post.authorAboutMe/&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/b:if&gt;
&lt;/div&gt;
</pre>

</div>
</b:includable>
<b:includable id='postQuickEdit' var='post'>
<b:if cond='data:post.editUrl'>
<span expr:class='&quot;item-control &quot; + data:post.adminClass'>
<a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
<img alt='' class='icon-action' height='18' src='//img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</b:if>
</b:includable>
<b:includable id='shareButtons' var='post'>
<b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' expr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-link-text'><data:top.emailThisMsg/></span></a></b:if><b:if cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sb-blog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'><span class='share-button-link-text'><data:top.blogThisMsg/></span></a></b:if><b:if cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sb-twitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.shareToTwitterMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if cond='data:top.showFacebookButton'><a class='goog-inline-block share-button sb-facebook' expr:href='data:post.sharePostUrl + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if cond='data:top.showPinterestButton'><a class='goog-inline-block share-button sb-pinterest' expr:href='data:post.sharePostUrl + &quot;&amp;target=pinterest&quot;' expr:title='data:top.shareToPinterestMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToPinterestMsg/></span></a></b:if><b:if cond='data:top.showPlusOne'><div class='goog-inline-block google-plus-share-container'><data:post.googlePlusShareTag/></div></b:if>
</b:includable>
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
<b:includable id='threaded-comment-form' var='post'>
<div class='comment-form'>
<a name='comment-form'/>
<b:if cond='data:mobile'>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
<b:else/>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
</b:if>
<data:post.friendConnectJs/>
<data:post.cmtfpIframe/>
<script type='text/javascript'>
BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
</script>
</div>
</b:includable>
<b:includable id='threaded_comment_js' var='post'>
<script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>

<script type='text/javascript'>
(function() {
var items = <data:post.commentJso/>;
var msgs = <data:post.commentMsgs/>;
var config = <data:post.commentConfig/>;

// <![CDATA[
var cursor = null;
if (items &amp;&amp; items.length > 0) {
cursor = parseInt(items[items.length - 1].timestamp) + 1;
}

<pre>
var bodyFromEntry = function(entry) {
if (entry.gd$extendedProperty) {
for (var k in entry.gd$extendedProperty) {
if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
return '&lt;span class="deleted-comment"&gt;' + entry.content.$t + '&lt;/span&gt;';
}
}
}
return entry.content.$t;
}

var parse = function(data) {
cursor = null;
var comments = [];
if (data &amp;&amp; data.feed &amp;&amp; data.feed.entry) {
for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
var comment = {};
// comment ID, parsed out of the original id format
var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
comment.id = id ? id[2] : null;
comment.body = bodyFromEntry(entry);
comment.timestamp = Date.parse(entry.published.$t) + '';
if (entry.author &amp;&amp; entry.author.constructor === Array) {
var auth = entry.author[0];
if (auth) {
comment.author = {
name: (auth.name ? auth.name.$t : undefined),
profileUrl: (auth.uri ? auth.uri.$t : undefined),
avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
};
}
}
if (entry.link) {
if (entry.link[2]) {
comment.link = comment.permalink = entry.link[2].href;
}
if (entry.link[3]) {
var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
if (pid &amp;&amp; pid[1]) {
comment.parentId = pid[1];
}
}
}
comment.deleteclass = 'item-control blog-admin';
if (entry.gd$extendedProperty) {
for (var k in entry.gd$extendedProperty) {
if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
} else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') {
comment.displayTime = entry.gd$extendedProperty[k].value;
}
}
}
comments.push(comment);
}
}
return comments;
};

var paginator = function(callback) {
if (hasMore()) {
var url = config.feed + '?alt=json&amp;v=2&amp;orderby=published&amp;reverse=false&amp;max-results=50';
if (cursor) {
url += '&amp;published-min=' + new Date(cursor).toISOString();
}
window.bloggercomments = function(data) {
var parsed = parse(data);
cursor = parsed.length &lt; 50 ? null
: parseInt(parsed[parsed.length - 1].timestamp) + 1
callback(parsed);
window.bloggercomments = null;
}
url += '&amp;callback=bloggercomments';
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = url;
document.getElementsByTagName('head')[0].appendChild(script);
}
};
var hasMore = function() {
return !!cursor;
};
var getMeta = function(key, comment) {
if ('iswriter' == key) {
var matches = !!comment.author
&amp;&amp; comment.author.name == config.authorName
&amp;&amp; comment.author.profileUrl == config.authorUrl;
return matches ? 'true' : '';
} else if ('deletelink' == key) {
return config.baseUri + '/delete-comment.g?blogID='
+ config.blogId + '&amp;postID=' + comment.id;
} else if ('deleteclass' == key) {
return comment.deleteclass;
}
return '';
};

var replybox = null;
var replyUrlParts = null;
var replyParent = undefined;

var onReply = function(commentId, domId) {
if (replybox == null) {
// lazily cache replybox, and adjust to suit this style:
replybox = document.getElementById('comment-editor');
if (replybox != null) {
replybox.height = '250px';
replybox.style.display = 'block';
replyUrlParts = replybox.src.split('#');
}
}
if (replybox &amp;&amp; (commentId !== replyParent)) {
replybox.src = '';
document.getElementById(domId).insertBefore(replybox, null);
replybox.src = replyUrlParts[0]
+ (commentId ? '&amp;parentID=' + commentId : '')
+ '#' + replyUrlParts[1];
replyParent = commentId;
}
};

var hash = (window.location.hash || '#').substring(1);
var startThread, targetComment;
if (/^comment-form_/.test(hash)) {
startThread = hash.substring('comment-form_'.length);
} else if (/^c[0-9]+$/.test(hash)) {
targetComment = hash.substring(1);
}

// Configure commenting API:
var configJso = {
'maxDepth': config.maxThreadDepth
};
var provider = {
'id': config.postId,
'data': items,
'loadNext': paginator,
'hasMore': hasMore,
'getMeta': getMeta,
'onReply': onReply,
'rendered': true,
'initComment': targetComment,
'initReplyThread': startThread,
'config': configJso,
'messages': msgs
};

var render = function() {
if (window.goog &amp;&amp; window.goog.comments) {
var holder = document.getElementById('comment-holder');
window.goog.comments.render(holder, provider);
}
};

// render now, or queue to render when library loads:
if (window.goog &amp;&amp; window.goog.comments) {
render();
} else {
window.goog = window.goog || {};
window.goog.comments = window.goog.comments || {};
window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
window.goog.comments.loadQueue.push(render);
}
})();
</pre>

// ]]>
</script>
</b:includable>
<b:includable id='threaded_comments' var='post'>
<div class='comments' id='comments'>
<a name='comments'/>
<h4><data:post.commentLabelFull/>:</h4>

<pre>
&lt;div class='comments-content'&gt;
&lt;b:include cond='data:post.embedCommentForm' data='post' name='threaded_comment_js'/&gt;
&lt;div id='comment-holder'&gt;
&lt;data:post.commentHtml/&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;p class='comment-footer'&gt;
&lt;b:if cond='data:post.allowNewComments'&gt;
&lt;b:include data='post' name='threaded-comment-form'/&gt;
&lt;b:else/&gt;
&lt;data:post.noNewCommentsText/&gt;
&lt;/b:if&gt;
&lt;/p&gt;

&lt;b:if cond='data:showCmtPopup'&gt;
&lt;div id='comment-popup'&gt;
&lt;iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'&gt;
&lt;/iframe&gt;
&lt;/div&gt;
&lt;/b:if&gt;

&lt;div id='backlinks-container'&gt;
&lt;div expr:id='data:widget.instanceId + &amp;quot;_backlinks-container&amp;quot;'&gt;
&lt;b:include cond='data:post.showBacklinks' data='post' name='backlinks'/&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre>

</div>
</b:includable>
</b:widget>
</b:section>

</article>
<aside>

<b:section class='sidebar' id='sidebar' maxwidgets='' showaddelement='yes'>
<b:widget id='HTML1' locked='false' title='Hello Sir How are you?' type='HTML' visible='true'>
<b:includable id='main'>

<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>

</aside>
<footer>

<div class='copyrights' style='clear: both;'>
<center><b>Copyrights &#169; 2015-16 All Rights Reserved to Chat4Enjoy.com</b></center>
</div>

</footer>

</body>
</html>

RantRe: i am beginner in webs how can i make this blogger theme SEO and Google friendly? Pin
Richard Deeming19-Apr-16 2:07
mveRichard Deeming19-Apr-16 2:07 
RantBest practice for html5 design Pin
Jassim Rahma17-Apr-16 12:15
Jassim Rahma17-Apr-16 12:15 
GeneralRe: Best practice for html5 design Pin
Nathan Minier18-Apr-16 3:38
professionalNathan Minier18-Apr-16 3:38 
Questionprint 1 to 100 using a php code with the following instructions: Pin
Kelvin Ng'ethe13-Apr-16 5:19
Kelvin Ng'ethe13-Apr-16 5:19 
AnswerRe: print 1 to 100 using a php code with the following instructions: Pin
Richard MacCutchan13-Apr-16 20:48
mveRichard MacCutchan13-Apr-16 20:48 
GeneralRe: print 1 to 100 using a php code with the following instructions: Pin
Peter_in_278013-Apr-16 20:56
professionalPeter_in_278013-Apr-16 20:56 
AnswerRe: print 1 to 100 using a php code with the following instructions: Pin
ZurdoDev25-Apr-16 1:42
professionalZurdoDev25-Apr-16 1:42 
QuestionAngularJS and page bookmarking Pin
Member 179509711-Apr-16 23:06
Member 179509711-Apr-16 23:06 
AnswerRe: AngularJS and page bookmarking Pin
Nathan Minier14-Apr-16 3:10
professionalNathan Minier14-Apr-16 3:10 
Questionrun vb.net web app in browser that has enough room Pin
dcof11-Apr-16 17:55
dcof11-Apr-16 17:55 
AnswerRe: run vb.net web app in browser that has enough room Pin
Richard MacCutchan11-Apr-16 21:35
mveRichard MacCutchan11-Apr-16 21:35 
QuestionmaxTimeout setting in Machine.config file Pin
Prasanth P1-Apr-16 15:16
Prasanth P1-Apr-16 15:16 
QuestionPHP - Warning: fopen(): Filename cannot be empty Pin
M Riaz Bashir29-Mar-16 22:15
M Riaz Bashir29-Mar-16 22:15 
AnswerRe: PHP - Warning: fopen(): Filename cannot be empty Pin
Jochen Arndt29-Mar-16 22:38
professionalJochen Arndt29-Mar-16 22:38 
GeneralRe: PHP - Warning: fopen(): Filename cannot be empty Pin
M Riaz Bashir30-Mar-16 0:06
M Riaz Bashir30-Mar-16 0:06 
AnswerRe: PHP - Warning: fopen(): Filename cannot be empty Pin
W Balboos, GHB11-Apr-16 5:30
W Balboos, GHB11-Apr-16 5:30 
QuestionAccess Denied issue for Web service Pin
Prasanth P27-Mar-16 0:07
Prasanth P27-Mar-16 0:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.