<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom='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' version='2.0'><channel><atom:id>tag:blogger.com,1999:blog-8988831048762862959</atom:id><lastBuildDate>Thu, 16 Feb 2012 13:03:34 +0000</lastBuildDate><category>Blogspot Hack</category><category>Blogspot Tutorial</category><title>Btheme Blog</title><description>Template Instructions, Blogger hacks, Blogger Trick</description><link>http://blog.btheme.info/</link><managingEditor>noreply@blogger.com (Btheme Admin)</managingEditor><generator>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-8988831048762862959.post-8621451798568533336</guid><pubDate>Sat, 20 Jun 2009 09:19:00 +0000</pubDate><atom:updated>2009-06-20T02:56:20.507-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Blogspot Hack</category><title>Read More Feature For Blogger</title><description>There are two kind of "Read More" Feature, Manual read more and automatic read more(third is Expandable read more, but i don't include it to this post). Think it first before you choose what kind of read more feature you will use, because both of this feature have positive and negative point. Example, some paid review advertiser required the review does'nt use "read more".&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# Manual Read More Feature&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. Open Edit HTML&lt;br /&gt;&lt;br /&gt;2. Check "Expand Widget Templates"&lt;br /&gt;&lt;br /&gt;3. Search this code&lt;br /&gt;&lt;br /&gt;&amp;lt;data:post.body/&amp;gt;&lt;br /&gt;&lt;br /&gt;4. Change the code above with this code&lt;br /&gt;&lt;br /&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;&amp;lt;style&amp;gt;.fullpost{display:inline;}&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;style&amp;gt;.fullpost{display:none;}&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;a expr:href='data:post.url'&amp;gt;Read More......&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&lt;br /&gt;5. Save&lt;br /&gt;&lt;br /&gt;Include the read more code in your post like this.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;SUMMARY POST.......&lt;/span&gt;&lt;br /&gt;&amp;lt;span class='fullpost'&amp;gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;POST CONTINUE/HIDE POST...&lt;/span&gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# Automatic Read More Feature(Using file hosting)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Step 1-3 same as Manual read more step&lt;br /&gt;&lt;br /&gt;4. Change the code above with this code&lt;br /&gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;summary_noimg = 430;&lt;br /&gt;summary_img = 340;&lt;br /&gt;img_thumb_height = 100;&lt;br /&gt;img_thumb_width = 120;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script src='&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;http://herro.fileave.com/readmore-matic.js&lt;/span&gt;' type='text/javascript'/&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:blog.pageType != &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br /&gt;&amp;lt;div expr:id='&amp;amp;quot;summary&amp;amp;quot; + data:post.id'&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;createSummaryAndThumb(&amp;amp;quot;summary&amp;lt;data:post.id/&amp;gt;&amp;amp;quot;);&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;span class='rmlink' style='float:right'&amp;gt;&amp;lt;a expr:href='data:post.url'&amp;gt;Read more......&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&lt;br /&gt;5. Save&lt;br /&gt;&lt;br /&gt;Note:&lt;br /&gt;summary_noimg = 430; is post cut height without image&lt;br /&gt;summary_img = 340; is post cut height with image&lt;br /&gt;img_thumb_height = 100; is thumbnail image height&lt;br /&gt;img_thumb_width = 120; is thumbnail image width&lt;br /&gt;Download this javascript file to use your own file hosting :  &lt;a href="http://herro.fileave.com/readmore-matic.js"&gt;readmore-matic.js&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# Changing "Read More" text with "Read More" image&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Modify This Code&lt;br /&gt;&lt;br /&gt;&amp;lt;a expr:href='data:post.url'&amp;gt;Read More......&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;br /&gt;Like this(example only)&lt;br /&gt;&lt;br /&gt;&amp;lt;a expr:href='data:post.url'&amp;gt;&amp;lt;img src="&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;http://imagehosting.com/imagename.jpg&lt;/span&gt;"/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8988831048762862959-8621451798568533336?l=blog.btheme.info' alt='' /&gt;&lt;/div&gt;</description><link>http://blog.btheme.info/2009/06/read-more-feature-for-blogger.html</link><author>noreply@blogger.com (Btheme Admin)</author><thr:total>2</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-8988831048762862959.post-1606512695032046916</guid><pubDate>Thu, 18 Jun 2009 18:02:00 +0000</pubDate><atom:updated>2009-06-18T11:17:27.670-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Blogspot Tutorial</category><title>How To Change Blogger Template</title><description>Before started to change your blogger template, make sure you download the template xml file to your computer. If in zip/rar file, extract it first.&lt;br /&gt;&lt;br /&gt;How To Change Blogger Template Tutorial. Please backup your widget before.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Open edit HTML page&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_5ONdq7F1YyU/SRAvpGBc_KI/AAAAAAAAAaw/EG94F1g0QJw/s320/1.bmp"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 85px;" src="http://3.bp.blogspot.com/_5ONdq7F1YyU/SRAvpGBc_KI/AAAAAAAAAaw/EG94F1g0QJw/s320/1.bmp" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. Click "browse button" the choose your xml of template you want to use&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_5ONdq7F1YyU/SRCcDVn7JtI/AAAAAAAAAa4/E2RE2WCL_3c/s320/2.bmp"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 85px;" src="http://3.bp.blogspot.com/_5ONdq7F1YyU/SRCcDVn7JtI/AAAAAAAAAa4/E2RE2WCL_3c/s320/2.bmp" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3. Click "Upload button"&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_5ONdq7F1YyU/SRCdcpQoaMI/AAAAAAAAAbA/2MZkdkgt37E/s320/3.bmp"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 88px;" src="http://1.bp.blogspot.com/_5ONdq7F1YyU/SRCdcpQoaMI/AAAAAAAAAbA/2MZkdkgt37E/s320/3.bmp" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4. Preview it first before save .&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_5ONdq7F1YyU/SRCeQXpvpWI/AAAAAAAAAbI/wvl8cqTGlf4/s320/4-5.bmp"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 124px;" src="http://3.bp.blogspot.com/_5ONdq7F1YyU/SRCeQXpvpWI/AAAAAAAAAbI/wvl8cqTGlf4/s320/4-5.bmp" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8988831048762862959-1606512695032046916?l=blog.btheme.info' alt='' /&gt;&lt;/div&gt;</description><link>http://blog.btheme.info/2009/06/how-to-change-blogger-template.html</link><author>noreply@blogger.com (Btheme Admin)</author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_5ONdq7F1YyU/SRAvpGBc_KI/AAAAAAAAAaw/EG94F1g0QJw/s72-c/1.bmp' height='72' width='72'/><thr:total>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-8988831048762862959.post-3149287654136031348</guid><pubDate>Wed, 17 Jun 2009 21:24:00 +0000</pubDate><atom:updated>2009-06-17T14:27:14.532-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Blogspot Tutorial</category><title>How to create a blog in blogspot</title><description>Blogs are another kind of website. The content is usually organized by date and category with the most recent post/content displaying first. Blogs are also easier to setup than websites, and because of this reason people are often lured into thinking blogs are a better option than websites.&lt;br /&gt;&lt;br /&gt;Below is introduction &lt;a href="http://help.blogger.com/bin/answer.py?hl=en&amp;amp;answer=41345"&gt;how to create a blog in blogspot&lt;/a&gt;. You only need to do  3 easy step:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. You need to have already &lt;a href="http://help.blogger.com/bin/answer.py?answer=41348" title="How to create a Blogger account"&gt;created an account on blogger.com&lt;/a&gt;. Once you've logged into blogger.com, click the &lt;strong&gt;Create a Blog&lt;/strong&gt; link above your list of blogs.&lt;br /&gt;&lt;br /&gt;2. Enter a Title and Address (URL). You'll also need to type in the verification word displayed on this page, to confirm that you are a real person and not a computer. When you're done, click continue&lt;br /&gt;&lt;br /&gt;3. You can choose a template for your blog; this is how it will appear when you publish it. Next, Blogger will create your new blog and reserve your spot on BlogSpot. As soon as you make your first post, your page will appear at the address you chose. You're all ready to blog!&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/BnploFsS_tY&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/BnploFsS_tY&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8988831048762862959-3149287654136031348?l=blog.btheme.info' alt='' /&gt;&lt;/div&gt;</description><link>http://blog.btheme.info/2009/06/how-to-create-blog-in-blogspot.html</link><author>noreply@blogger.com (Btheme Admin)</author><thr:total>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-8988831048762862959.post-1043048998757492104</guid><pubDate>Tue, 17 Feb 2009 21:56:00 +0000</pubDate><atom:updated>2009-06-17T13:59:27.102-07:00</atom:updated><title>Welcome To Btheme Blog</title><description>This blog created to help bloggers when costumizing blogger templates.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8988831048762862959-1043048998757492104?l=blog.btheme.info' alt='' /&gt;&lt;/div&gt;</description><link>http://blog.btheme.info/2009/02/welcome-to-btheme-blog.html</link><author>noreply@blogger.com (Btheme Admin)</author><thr:total>0</thr:total></item></channel></rss>
