<?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>Blogger Templates Blog &#187; Blogging Tips</title>
	<atom:link href="http://www.bloggertemplatesblog.com/tag/blogging-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggertemplatesblog.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Jan 2012 15:04:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How To: Discourage Visitors From Stealing Your Blog&#8217;s Content</title>
		<link>http://www.bloggertemplatesblog.com/discourage-visitors-stealing-blogs-content/</link>
		<comments>http://www.bloggertemplatesblog.com/discourage-visitors-stealing-blogs-content/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 14:55:36 +0000</pubDate>
		<dc:creator>Musab Zain</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.bloggertemplatesblog.com/?p=1012</guid>
		<description><![CDATA[Tired of protecting your content from scrappers? You have taken every measure to stop plagiarism from taking place, but of no avail. Don&#8217;t worry, today we&#8217;ll share with you a very easy method that will prevent scrappers/thieves from illegally stealing content from your blog. This procedure is fairly simple. All you have to do is [...]]]></description>
			<content:encoded><![CDATA[<p>Tired of protecting your content from scrappers? You have taken every measure to stop plagiarism from taking place, but of no avail. Don&#8217;t worry, today we&#8217;ll share with you a very easy method that will prevent scrappers/thieves from illegally stealing content from your blog.</p>
<p>This procedure is fairly simple. All you have to do is copy a piece of code and add it on your blog. Now when ever some one will come with the intention to steal your content and would press the right click mouse button. BANG!! He&#8217;ll get a <em>function disabled</em> message, thus discouraging him from stealing your content easily.</p>
<h3>Disable Right Click Mouse Button</h3>
<p>Log-in to your Blogger&#8217;s  Dashboard, go to &#8220;<strong>Layout</strong>&#8220;, click &#8220;<strong>Add Gadget&#8221;, </strong>scroll down a little and look for &#8220;<strong>HTML/JavaScript&#8221;. </strong>A new window will pop out, copy paste the code shown below onto the HTML/JavaScript text box;</p>
<blockquote><p>&lt;script language=&#8221;JavaScript&#8221;&gt;<br />
&lt;!&#8211;<br />
//Disable right mouse click Script<br />
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive<br />
//For full source code, visit http://www.dynamicdrive.com<br />
var message=&#8221;Function Disabled!&#8221;;</p>
<p>///////////////////////////////////<br />
function clickIE4(){<br />
if (event.button==2){<br />
alert(message);<br />
return false;<br />
}<br />
}<br />
function clickNS4(e){<br />
if (document.layers||document.getElementById&amp;&amp;!document.all){<br />
if (e.which==2||e.which==3){ alert(message); return false;<br />
}<br />
}<br />
}<br />
if (document.layers){<br />
document.captureEvents(Event.MOUSEDOWN);<br />
document.onmousedown=clickNS4;<br />
}<br />
else if (document.all&amp;&amp;!document.getElementById){<br />
document.onmousedown=clickIE4;<br />
}<br />
document.oncontextmenu=new Function(&#8220;alert(message);return false&#8221;)<br />
// &#8211;&gt;<br />
&lt;/script&gt;</p></blockquote>
<p>Save  the widget and close it. You&#8217;r Done! Now to see if it actually works or not; open your homepage (or any other page) and use the right click mouse button. You&#8217;ll be prompted with a &#8216;<em>function disable</em>&#8216; message.</p>
<h3>Change Prompt Message</h3>
<p>You can even change the message to suit your needs. In order to change the message, you will have to edit the above code. Follow the steps shown below:</p>
<p>1. Locate the sixth line from the beginning, namely;</p>
<blockquote><p>var message=&#8221;Function Disabled!&#8221;;</p></blockquote>
<p>Notice that it outputs a  &#8221;<em>Function Disabled</em><em>!</em>&#8221; message;  Now simply change the message to what ever you feel like. The final result would be;</p>
<blockquote><p>var message=&#8221;The Right Mouse Function is Disabled!&#8221;;</p></blockquote>
<p><img class="alignright size-full wp-image-1013" title="right mouse function has been disabled" src="http://www.bloggertemplatesblog.com/wp-content/uploads/2009/07/right-mouse-function-has-been-disabled.png" alt="right mouse function has been disabled" width="378" height="136" /></p>
<p>Save the widget and preview the changes you have made.</p>
<p><strong>PS: </strong>Although there is a way around this trick, but since its hard to implement, the scrapper will have no choice but to leave your blog unharmed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggertemplatesblog.com/discourage-visitors-stealing-blogs-content/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How To: Fix Blogger XML Error BX-Bliced Messages After Uploading New Templates</title>
		<link>http://www.bloggertemplatesblog.com/fix-blogger-xml-error-bxbliced-messages-uploading-templates/</link>
		<comments>http://www.bloggertemplatesblog.com/fix-blogger-xml-error-bxbliced-messages-uploading-templates/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 15:06:14 +0000</pubDate>
		<dc:creator>Musab Zain</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.bloggertemplatesblog.com/?p=1000</guid>
		<description><![CDATA[This post is dedicated to all those bloggers who upload those wonderful new XML templates but always get random error messages from Blogger like “BX-bliced” or like: “error 12xllldj”, &#8220;bX-39cc9q&#8220;, &#8220;bX-982020&#8243;, etc. There are several other codes too, though the issue appears to be the same for all. In this tutorial we&#8217;ll teach you how [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-1007 alignright" title="XML Error BX-Bliced Messages" src="http://www.bloggertemplatesblog.com/wp-content/uploads/2009/07/XML-Error-BX-Bliced-Messages-300x213.jpg" alt="XML Error BX-Bliced Messages" width="300" height="213" />This post is dedicated to all those bloggers who upload those wonderful new XML templates but always get random error messages from Blogger like “<strong>BX-bliced</strong>” or like: “<strong>error 12xllldj</strong>”, &#8220;<strong>bX-39cc9q</strong>&#8220;, &#8220;<span id="fullpost"><strong>bX-982020&#8243;</strong>, etc.</span></p>
<p><span id="fullpost"> </span><span id="fullpost">There are several other codes too, though the issue appears to be the same for all. In this tutorial we&#8217;ll teach you how to get rid of these error(s) once and for all. For beginners, we have added a video that can be viewed at the end of this post. </span></p>
<p><span id="fullpost">Here is what you have to do in order to get rid of this message permanently. </span></p>
<p><strong>Step #1</strong>. Download the template from <a href="http://www.bloggertemplatesblog.com" target="_blank">BloggerTemplatesBlog</a> (optional),</p>
<p><strong>Step #2</strong>. Get the XML opened in a text file or in any of your text editors, such as notepad/wordpad etc,</p>
<p><strong>Step #3</strong>. Use “<strong>Ctrl + F</strong>” key combination; (make sure the XML is open and in the active window) and in the search box type “<strong>Widget id</strong>”,</p>
<p><strong>Step #4</strong>. In every widget line it will display something like this : <span style="font-weight: bold;">widget id=&#8217;example1&#8242;</span>, replace that number with any other one of your choice.</p>
<p>For instance, if the <strong>widget id</strong> has a value of <span style="font-weight: bold;">1</span>, change it to anything like <strong>11</strong> or <strong>10</strong> etc.</p>
<blockquote><p>This is what the outcome will look like: <span style="font-weight: bold;">widget id=&#8217;example22&#8242;</span></p></blockquote>
<p><strong>Step #5</strong>. Repeat the process for the rest of the widgets in the XML file. Save when finished.</p>
<p><strong>Step #6</strong>. Now log-in to your <a href="http://www.blogger.com/home" target="_blank">Blogger&#8217;s Dashboard</a>, then go to Layout &#8211;&gt; Edit HTML &#8211;&gt; Choose File and hit the upload button,</p>
<p>Voila! The error has been fixed.</p>
<p><strong>PS</strong>: In case you didn&#8217;t get a word we said, here is a quick video to help you out. This video is intended to and is most benificial for beginners in coding. Enjoy!<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="377" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3304517&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="377" src="http://vimeo.com/moogaloop.swf?clip_id=3304517&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><span style="color: #888888;">Credits: </span><a href="http://www.deluxetemplates.net" target="_blank"><span style="color: #888888;">DeluxeTemplates</span></a><br />
<strong><br />
Also, best designed Blogger Templates Blog can go well with <a title="hosting solutions" href="http://www.webhostgear.com/java-hosting.php/" target="_blank">java web hosting</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggertemplatesblog.com/fix-blogger-xml-error-bxbliced-messages-uploading-templates/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Tips: Adding Social Bookmarking Icons</title>
		<link>http://www.bloggertemplatesblog.com/how-to-add-social-bookmarking-buttons-on-blogger-post/</link>
		<comments>http://www.bloggertemplatesblog.com/how-to-add-social-bookmarking-buttons-on-blogger-post/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 13:00:21 +0000</pubDate>
		<dc:creator>Musab Zain</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.bloggertemplatesblog.com/?p=906</guid>
		<description><![CDATA[How to Add Social Bookmarking Icons on Every Blogger Post? Although I love blogger more than any other blogging platform, but there are some things that still lack in Blogger despite being used by millions of users world wide. One of those things is its inability to integrate Social Bookmarking Buttons. However its not that [...]]]></description>
			<content:encoded><![CDATA[<h3>How to Add Social Bookmarking Icons on Every Blogger Post?</h3>
<p>Although I love blogger more than any other blogging platform, but there are some things that still lack in Blogger despite being used by millions of users world wide. One of those things is its inability to integrate <strong>Social Bookmarking Buttons</strong>. However its not that hard to add social bookmarking buttons manually. In this tutorial I will teach you how to integrate social bookmarking buttons on your blogger&#8217;s blog.</p>
<p><img class="alignnone size-full wp-image-908" title="bookmark" src="http://www.bloggertemplatesblog.com/wp-content/uploads/2009/06/bookmark.png" alt="bookmark" width="528" height="75" /></p>
<p><strong>Step #1</strong>. Goto your Blogger Template -&gt; Edit Html &#8216;<span style="font-weight: bold;">Expand widget templates&#8217;</span> and replace;</p>
<blockquote><p>&lt;head&gt;</p></blockquote>
<p>with the following code below;</p>
<blockquote><p>&lt;head&gt;&lt;script src=&#8217;http://blogergadgets.googlecode.com/files/simpletricks.js&#8217;&gt; &lt;/script&gt;</p></blockquote>
<p><strong>Step #2</strong>. Now comes the hard part, you&#8217;ll have to find the code similar to the one below;</p>
<blockquote><p><span id="fullpost">&lt;p class=&#8217;post-footer-line&#8217;&gt;</span></p></blockquote>
<p><strong>Note</strong><span>: The above line can vary from template to template, make sure you search your template code throughly.</span></p>
<p><strong>Step #3</strong><span>. Once you have found it, </span><a href="http://files.bloggerplugins.org/bookmark.txt" target="_blank">follow the link</a><span> and copy paste the social bookmarking code;</span></p>
<p><strong>Step #4</strong><span>. Place this code that you have just copied, below the line that you found in </span><strong>step #2</strong><span>.</span></p>
<p><strong>Step #5</strong><span>. Save your template for changes to take place. </span></p>
<p>Our special thanks to <a href="http://www.bloggerplugins.org/" target="_blank">Blogger Plugins</a> for sharing it with our readers. If you have any questions regarding this, just comment below. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggertemplatesblog.com/how-to-add-social-bookmarking-buttons-on-blogger-post/feed/</wfw:commentRss>
		<slash:comments>36</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

Served from: www.bloggertemplatesblog.com @ 2012-02-09 15:49:05 -->
<!-- This Quick Cache file was built for (  www.bloggertemplatesblog.com/tag/blogging-tips/feed/ ) in 0.67273 seconds, on Feb 9th, 2012 at 10:49 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 11:49 am UTC -->
