<?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>A. Fatih Syuhud &#187; blogger hacks</title>
	<atom:link href="http://www.fatihsyuhud.com/tag/blogger-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fatihsyuhud.com</link>
	<description>A blog on news and blogging SEO tips &#38; tutorial, Indonesia, Islam and more</description>
	<lastBuildDate>Mon, 21 Nov 2011 20:29:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Do Follow Comment for Blogger Blogspot</title>
		<link>http://www.fatihsyuhud.com/do-follow-comment-for-blogger-blogspot/</link>
		<comments>http://www.fatihsyuhud.com/do-follow-comment-for-blogger-blogspot/#comments</comments>
		<pubDate>Wed, 13 May 2009 01:13:36 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Blogger Indonesia]]></category>
		<category><![CDATA[blogger hacks]]></category>
		<category><![CDATA[blogger tutorial]]></category>
		<category><![CDATA[blogspot tutorial]]></category>
		<category><![CDATA[do follow blogspot]]></category>

		<guid isPermaLink="false">http://fatihsyuhud.com/?p=3751</guid>
		<description><![CDATA[To create a do follow comment (you comment I follow) in Blogger.com / blogspot follow this simple step: 1. After login to your blogger.com account, -&#62; Layout -&#62; Edit HTML -&#62; Expand Widget Template 2. Find the code &#60;a expr:href='data:comment.authorUrl' [...]]]></description>
			<content:encoded><![CDATA[<p>To create a do follow comment (you comment I follow) in Blogger.com / blogspot follow this simple step:</p>
<p>1. After login to your blogger.com account, -&gt; Layout -&gt; Edit HTML -&gt; Expand Widget Template<br />
2. Find the code <code> &lt;a expr:href='data:comment.authorUrl' rel='nofollow'&gt;</code><br />
3. Delete <code>rel='nofollow'</code> or just delete and replace it with this code: &lt;a expr:href=&#8217;data:comment.authorUrl&#8217;&gt;<br />
4. Save. Done.</p>
<p><strong>Tips:</strong> To find the wanted code in blogger template, press CTRL+F and enter the wanted code in FIND box at the bottom of the browser. Example: enter <code>&lt;a expr:href='data:comment.authorUrl' rel='nofollow'&gt;</code></p>
<p><strong>Note</strong>: Do follow modification is necessary to encourage your blog visitors to comment in your blogspot blog since any link in the comment box will be regarded by Google and other search engines as &#8220;Vote&#8221; to a particular link in the comment box.</p>
<p>Related:<a href="http://fatihsyuhud.com/blogger-tips/" target="_blank"> Blogging Tips and Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/do-follow-comment-for-blogger-blogspot/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Related Posts in Blogger Blogspot</title>
		<link>http://www.fatihsyuhud.com/related-posts-in-blogger-blogspot/</link>
		<comments>http://www.fatihsyuhud.com/related-posts-in-blogger-blogspot/#comments</comments>
		<pubDate>Sun, 03 May 2009 14:10:07 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Blogger Indonesia]]></category>
		<category><![CDATA[blogger hacks]]></category>
		<category><![CDATA[blogger tutorial]]></category>
		<category><![CDATA[blogspot tutorial]]></category>
		<category><![CDATA[related post]]></category>

		<guid isPermaLink="false">http://fatihsyuhud.com/?p=3709</guid>
		<description><![CDATA[Realtrix has  a very good hack on making Related Posts for blogger.com / blogspot.  It works well. This is the simple way how to do it (visit Realtrix post for more details): 1. After login to your blogger.com -&#62; layout [...]]]></description>
			<content:encoded><![CDATA[<p>Realtrix has  a very good hack on making Related Posts for blogger.com / blogspot.  It works well. This is the simple way how to do it (visit Realtrix post for more details):</p>
<p>1. After login to your blogger.com -&gt; layout -&gt; Edit HTML -&gt; Expand Widget Templates<br />
2. Find the following code<br />
<code><br />
&lt;div class='post-body'&gt;<br />
&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;<br />
&lt;div style='clear: both;'/&gt; &lt;!-- clear for photos floats --&gt;<br />
&lt;/div&gt;</code></p>
<p>&lt;div class=&#8217;post-footer&#8217;&gt;</p>
<p>3. Copy this code -&gt;<code> &lt;div id='related_posts'/&gt; </code> and put it between<br />
<code>&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;<br />
&lt;div style='clear: both;'/&gt; &lt;!-- clear for photos floats --&gt;<br />
&lt;/div&gt;</code><br />
and</p>
<p><code> &lt;div class='post-footer'&gt;</code> (See the screenshot)</p>
<p>4. Copy this code (update 28 Nov 09) There&#8217;s a rule change, you have to get the following code along with a key, see the <a title="BRPS related post key " href="http://www.fatihsyuhud.com/could-not-find-the-key-for-using-brps/" target="_blank">details here.</a><br />
<code><br />
&lt;script src='http://www.google.com/jsapi'/&gt;<br />
&lt;script src='http://brps.appspot.com/brps.js' type='text/javascript'/&gt;<br />
</code><br />
And put it precisely ABOVE <code> &lt;/body&gt;<br />
&lt;/html&gt;</code></p>
<p>5. SAVE. Done.</p>
<p>NOTE: The position of code number 3 might differ from template to template. The point is you should put it so that it appears in single page (that is a page when you click a particular article or blog post), not in the frontpage / homepage of your blog. See the <a href="http://farzanesfandiar.blogspot.com/2009/05/day-87-baby-poop-and-stools.html" target="_blank">live demo here.</a></p>
<p><strong>Picture / screenshot Code #3 position</strong></p>
<div id="attachment_3710" class="wp-caption aligncenter" style="width: 310px"><a href="http://fatihsyuhud.com/wp-content/uploads/2009/05/related-post-blogspot.jpg"><img class="size-medium wp-image-3710" title="Related Post blogger blogspot" src="http://fatihsyuhud.com/wp-content/uploads/2009/05/related-post-blogspot-300x71.jpg" alt="fatihsyuhud.com" width="300" height="71" /></a><p class="wp-caption-text">fatihsyuhud.com</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/related-posts-in-blogger-blogspot/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Blogger Error Performing Your Request</title>
		<link>http://www.fatihsyuhud.com/blogger-error-performing-your-request/</link>
		<comments>http://www.fatihsyuhud.com/blogger-error-performing-your-request/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 03:32:40 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Blogger Indonesia]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[blogger error]]></category>
		<category><![CDATA[blogger hacks]]></category>
		<category><![CDATA[blogger tutorial]]></category>
		<category><![CDATA[blogspot]]></category>

		<guid isPermaLink="false">http://fatihsyuhud.com/?p=1703</guid>
		<description><![CDATA[Problem occur sometimes when you update or edit your blogger.com template. The error message as follows: Blogger Problems: Error Performing Your Request bX-7e4k5s We&#8217;re sorry, but we were unable to complete your request. When reporting this error to Blogger Support [...]]]></description>
			<content:encoded><![CDATA[<p>Problem occur sometimes when you update or edit your blogger.com template. The error message as follows:</p>
<blockquote><p>Blogger Problems: Error Performing Your Request bX-7e4k5s</p>
<p>We&#8217;re sorry, but we were unable to complete your request.</p>
<p>When reporting this error to Blogger Support or on the Blogger Help Group, please:</p>
<p>Describe what you were doing when you got this error.<br />
Provide the following error code and additional information.<br />
bX-7e4k5s</p></blockquote>
<p><strong>Solution:</strong></p>
<p>There&#8217;s no real and fixed solution to be honest because the blogger.com team never gives any official answer. But here are some tricks which may work one way or the other:</p>
<ul>
<li>Try clearing your browser&#8217;s cache and cookies, then reloading your blog.</li>
<li>Try changing your browser. For example if you use IE, change to Firefox or Google Chrome, etc.</li>
</ul>
<p>Please share with us your experience in solving this kind of problem. It might benefit everyone facing similar error frustrating problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/blogger-error-performing-your-request/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTTP 404 Not Found Blogger Custom Domain</title>
		<link>http://www.fatihsyuhud.com/http-404-not-found-blogger-custom/</link>
		<comments>http://www.fatihsyuhud.com/http-404-not-found-blogger-custom/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 05:18:59 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Blogger Indonesia]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[blogger hacks]]></category>
		<category><![CDATA[blogger tutorial]]></category>
		<category><![CDATA[blogspot tutorial]]></category>
		<category><![CDATA[custom domain]]></category>

		<guid isPermaLink="false">http://fatihsyuhud.com/?p=1678</guid>
		<description><![CDATA[Question: I had a blogspot blog, last wednesday I thought I would make &#8216;it official&#8217; and got a custom doman through blogger. It says I do not have to do anything else if it was purchased through them. I haven&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Question:</p>
<p>I had a blogspot blog, last wednesday I thought I would make &#8216;it official&#8217; and got a custom doman through blogger. It says I do not have to do anything else if it was purchased through them. I haven&#8217;t done anything but register my domain address with google. When I try to access my page atwiredjuice.com, it says HTTP 404 NOT FOUND. It has been a week and my site should have been working by now correct? Is there something I am not doing right? I have done everything it says on their HELP page and emailed them, but again, nothing.</p>
<p>Answer:</p>
<p>1. By Wiesel:<br />
I was having a very similar problem. I switched back my blogger custom domain to my blogspot address contestedfooty.blogspot.com then back to the custom domain contestedfooty.com/ and it seems to have worked. It might be a problem in blogger, or maybe finally the DNS settings propagated, i don&#8217;t know. It&#8217;s a least worth a try.</p>
<p>2. By <a href="http://blogging.nitecruzr.net/2008/11/custom-domain-publishing-and-google.html" target="_blank">Nitecruzr:</a></p>
<p>OK, the primary symptom is normal:<br />
&#8220;Server Not Found Error 404&#8243;</p>
<p>DNS is normal (needs improvement):<br />
wiredjuice.com. 1800 IN A 64.233.179.121<br />
wiredjuice.com. 1800 IN A 66.249.81.121<br />
wiredjuice.com. 1800 IN A 72.14.207.121<br />
www.wiredjuice.com. 1800 IN CNAME ghs.google.com.</p>
<p>Better would be:<br />
wiredjuice.com. 1800 IN A 64.233.179.121<br />
wiredjuice.com. 1800 IN A 72.14.207.121<br />
www.wiredjuice.com. 1800 IN CNAME ghs.google.com.</p>
<p>http://blogging.nitecruzr.net/2008/11/custom-domain-publishing-and-go&#8230;</p>
<p>Having improved your DNS (if you&#8217;re able), publish the blog back to BlogSpot, then re publish to &#8220;www.wiredjuice.com&#8221;.</p>
<p>http://blogging.nitecruzr.net/2007/11/custom-domain-publishing-and-40&#8230;</p>
<p>Chuck [Blog*Star 2006 - 2008]<br />
Real Blogger Status: http://blogging.nitecruzr.net/</p>
<p>Source: groups.google.com/group/blogger-help-troubleshoot/</p>
<p><strong>Some useful tips:</strong></p>
<ul>
<li><a href="http://blogging.nitecruzr.net/2007/11/custom-domain-publishing-and-404-error.html" target="_blank">Custom domain publishing and 404 error</a></li>
<li><a href="https://spreadsheets.google.com/viewform?key=pZHHZdeYKeHitQbvxkvwnCg&amp;email=true" target="_blank">Magical Custom Domain Form</a>.</li>
<li><a href="http://knol.google.com/k/lanny-m/google-apps-help/arh964fu2mnl/15#view" target="_blank">404 Error on Custom Domain with Blog</a></li>
<li><span class="wpcpsdCSS"><a href="http://www.google.com/support/forum/p/Google+Apps/thread?tid=262c29344318a502&amp;hl=en" target="_blank">404 blogger custom domain error</a> </span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/http-404-not-found-blogger-custom/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/21 queries in 0.095 seconds using disk: basic
Object Caching 511/554 objects using disk: basic

Served from: www.fatihsyuhud.com @ 2012-02-12 10:55:43 -->
