<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bulk of Idea &#187; bloger tips</title>
	<atom:link href="http://andy.kinjeng.net/tag/bloger-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://andy.kinjeng.net</link>
	<description>Is be more like me, and be less like you</description>
	<lastBuildDate>Sun, 21 Feb 2010 18:28:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SEO Title For Your Blog</title>
		<link>http://andy.kinjeng.net/seo-title-for-your-blog.html</link>
		<comments>http://andy.kinjeng.net/seo-title-for-your-blog.html#comments</comments>
		<pubDate>Tue, 21 Jul 2009 00:17:21 +0000</pubDate>
		<dc:creator>Anggun Andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bloger tips]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[dynamic meta for blogger]]></category>
		<category><![CDATA[Meta For Blogspot.com]]></category>

		<guid isPermaLink="false">http://andy.kinjeng.net/?p=54</guid>
		<description><![CDATA[Step #1
In your Blogger dashboard, go to “Layout” =&#62; “Edit HTML”.
Step #2
In the template code, do a search for this:
 &#60;title&#62;&#60;data:blog.pageTitle/&#62;&#60;/title&#62;.
It’s usually in the first 5-10 lines of code in your template near the top.
Step #3
Replace that bit of code with the following code:
&#60;b:if cond='data:blog.pageType == &#38;quot;index&#38;quot;'&#62;
&#60;title&#62;&#60;data:blog.title/&#62;&#60;/title&#62;
&#60;b:else/&#62;
&#60;title&#62;&#60;data:blog.pageName/&#62; &#124; &#60;data:blog.title/&#62;&#60;/title&#62;
&#60;/b:if&#62;
Step #4
Save your template and go back [...]]]></description>
		<wfw:commentRss>http://andy.kinjeng.net/seo-title-for-your-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics For Blogspot.com</title>
		<link>http://andy.kinjeng.net/google-analytics-for-blogspot-com.html</link>
		<comments>http://andy.kinjeng.net/google-analytics-for-blogspot-com.html#comments</comments>
		<pubDate>Tue, 07 Jul 2009 22:28:19 +0000</pubDate>
		<dc:creator>Anggun Andy</dc:creator>
				<category><![CDATA[Blogger Tips]]></category>
		<category><![CDATA[bloger tips]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[Google analytics for blogspot]]></category>

		<guid isPermaLink="false">http://andy.kinjeng.net/?p=37</guid>
		<description><![CDATA[You can add Google analytics to your Blogspot by edit your html code
before
&#60;/body&#62;
and put this code:
&#60;script type="text/javascript"&#62;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&#60;/script&#62;
&#60;script type="text/javascript"&#62;
try {
var pageTracker = _gat._getTracker("YourGoogleAnalyticsCode");
pageTracker._trackPageview();
} catch(err) {}&#60;/script&#62;

                 [...]]]></description>
		<wfw:commentRss>http://andy.kinjeng.net/google-analytics-for-blogspot-com.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Blogger Navigation Bar</title>
		<link>http://andy.kinjeng.net/remove-blogger-navigation-bar.html</link>
		<comments>http://andy.kinjeng.net/remove-blogger-navigation-bar.html#comments</comments>
		<pubDate>Tue, 07 Jul 2009 16:04:52 +0000</pubDate>
		<dc:creator>Anggun Andy</dc:creator>
				<category><![CDATA[Blogger Tips]]></category>
		<category><![CDATA[bloger tips]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[remove nav bar]]></category>

		<guid isPermaLink="false">http://andy.kinjeng.net/?p=25</guid>
		<description><![CDATA[Go to your Blogger template
You can see this code
-----------------------------------------------
Blogger Template Style
Name:     Rounders
Designer: Douglas Bowman
URL:      http://www.ndogmu.com
Date:     27 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */
Put this code:
#navbar-iframe {
   display: none !important;
}
After that
Now your nav blogger will dissapear

       [...]]]></description>
		<wfw:commentRss>http://andy.kinjeng.net/remove-blogger-navigation-bar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
