<?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>Review Of Web &#187; blogspot</title> <atom:link href="http://reviewofweb.com/tag/blogspot/feed/" rel="self" type="application/rss+xml" /><link>http://reviewofweb.com</link> <description>Make the most of technology</description> <lastBuildDate>Sat, 12 May 2012 16:13:48 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Recent Posts Widget for Blogspot Users</title><link>http://reviewofweb.com/blogging/recent-posts-blogspot-widget/</link> <comments>http://reviewofweb.com/blogging/recent-posts-blogspot-widget/#comments</comments> <pubDate>Mon, 05 Jan 2009 16:37:38 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[blogger]]></category> <category><![CDATA[blogspot]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[recent posts]]></category> <category><![CDATA[Widget]]></category><guid
isPermaLink="false">http://reviewofweb.com/blogging/recent-posts-blogspot-widget/</guid> <description><![CDATA[Recent Posts Widget for Blogspot users,hack,  latest posts widget for blogger users. It can overcome the limit imposed by blogger of 5 posts.<p><a
href="http://reviewofweb.com/blogging/recent-posts-blogspot-widget/">Recent Posts Widget for Blogspot Users</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>We had released <a
href="http://reviewofweb.com/blogging/recent-comments-blogspot-widget/">Recent Comments Widget</a> sometime back that turned out to be an instant hit. We were overwhelmed with the responses we received. There were a lot of requests for a similar Recent Posts widget. So, today, we are releasing Recent Posts widget for BlogSpot users.</p><h4>How is it different from the other Recent Posts widget?</h4><ol><li>The problem with other widgets is that the source code for them lies with the widget author and the authors often integrate it in within their own site. If because of some problem their site is down, the recent posts widget will not work.Here, I am releasing the source code so that the logic would reside within your blog itself and hence you can do away with dependency on 3rd party site not under your control.</li><li>You have a number of control and customizations options available. With this widget you have the option to show:<ol><li>Posts Title only.</li><li>Posts Title with Date.</li><li>Posts Title with excerpt.</li><li>Posts Title with Date and excerpt.</li></ol></li></ol><h4>Why should we use this widget when we can use you the feed option provided by blogger itself?</h4><p>Well, for a number of reasons.</p><ol><li>Blogger limits the recent posts to 5.</li><li>There are a number of customization options I have provided which you might not find with the internal blogger system.</li><li>[Trivia] The URL that appears in your Firefox bar (below) when you hover the mouse over the link, contains your feed URL and not the actual URL.</li></ol><h4>How to install Recent Posts widget for blogger?</h4><ol><li>Login to the blogger dashboard.</li><li>Go to ‘Page Elements’ tab <img
title="page elements" src="http://reviewofweb.com/wp-content/uploads/2008/09/image3.png" border="0" alt="page elements" width="438" height="80" /></li><li>Click on Add a Gadget. Select HTML/JavaScript widget type. <img
title="add-a-gadget" src="http://reviewofweb.com/wp-content/uploads/2008/09/image4.png" border="0" alt="add-a-gadget" width="215" height="95" /></li><li>Now this is the most important step. Download the corresponding code given below and paste it in the widget box you have just opened above.<ol><li>Right click on the button below to download code for <strong>Posts Title</strong> only.<br
/> <a
title="Posts Title Only" rel="enclosure" href="http://reviewofweb.com/rp/posts_titles_only.txt"><img
style="display: inline" title="Download" src="http://reviewofweb.com/wp-content/uploads/2009/01/download4.gif" border="0" alt="Download" width="45" height="43" /></a></li><li>Right click on the button below to download code for <strong>Posts Title with Date</strong>.<br
/> <a
title="Posts Title with Date" rel="enclosure" href="http://reviewofweb.com/rp/posts_date.txt"><img
style="display: inline" title="Download" src="http://reviewofweb.com/wp-content/uploads/2009/01/download5.gif" border="0" alt="Download" width="45" height="43" /></a></li><li>Right click on the button below to download code for <strong>Posts Title with excerpt</strong>.<br
/> <a
title="Posts Title with Excerpts" rel="enclosure" href="http://reviewofweb.com/rp/post_excerpts.txt"><img
style="display: inline" title="Download" src="http://reviewofweb.com/wp-content/uploads/2009/01/download6.gif" border="0" alt="Download" width="45" height="43" /></a></li><li>Right click on the button below to download code for <strong>Posts Title with Date and excerpt</strong>.<br
/> <img
style="display: inline" title="Download" src="http://reviewofweb.com/wp-content/uploads/2009/01/download7.gif" border="0" alt="Download" width="45" height="43" /></li></ol></li><li>Scroll down to <span
style="color: #008000;">src=http://<span
style="color: #ff0000;"><strong>xyz</strong></span>.blogspot.com</span> and replace <span
style="color: #ff0000;"><strong>xyz</strong></span> with your blog’s name. For example if your blog’s URL is <a
href="http://abc.blogspot.com">http://<span
style="color: #ff0000;"><strong>abc</strong></span>.blogspot.com</a> then the code should become src=http://<span
style="color: #ff0000;"><strong>abc</strong></span>.blogspot.com DO NOT TOUCH any other part of the code or else it might create problems.</li><li>You have the option to increase/decrease the number of posts displayed in your widget. Go to <span
style="color: #800080;"><strong>var numposts = 5;</strong></span> (3rd line from the top, in the code you have downloaded). Increase/Decrease the number of posts. By default 5 posts would be displayed.</li><li>If you choose to show excerpt for your posts, you have the option to increase/decrease length of the excerpt. Go to <span
style="color: #800080;"><strong>var numchars = 100;</strong></span> (6th line from the top, in the code you have downloaded). Increase/Decrease the number of characters. By default length is set to show 100 characters.</li><li>You are done! Lastly please do not remove the footer credits*.</li></ol><p>Please let me know if you face any problem implementing the code above.</p><p>If you like the above widget. Consider donating and encourage us to come up with more such widgets.<br
/><center></p><form
action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input
type="hidden" name="cmd" value="_s-xclick"> <input
type="hidden" name="hosted_button_id" value="5301512"> <input
type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img
alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br
/></form><p></center></p><p>*<em>The code is released under the condition that footer credits should remain intact.</em></p><p><a
href="http://reviewofweb.com/blogging/recent-posts-blogspot-widget/">Recent Posts Widget for Blogspot Users</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/blogging/recent-posts-blogspot-widget/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>Moving from blogger to wordpress. How I did it and some pitfalls to avoid.</title><link>http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/</link> <comments>http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/#comments</comments> <pubDate>Sun, 21 Dec 2008 20:40:55 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[blogger]]></category> <category><![CDATA[blogger to wordpress]]></category> <category><![CDATA[blogspot]]></category> <category><![CDATA[custom domain]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/</guid> <description><![CDATA[how to move from blogger to wordpress, SEO friendly way, custom domain<p><a
href="http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/">Moving from blogger to wordpress. How I did it and some pitfalls to avoid.</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>After a lot of dilly-dallying, finally I made up my mind to move from blogger to wordpress. With the introduction of “Import” feature in wordpress, the process has become quite simple but there are some points to take care of. Here is a step by step process how I made a shift, hope it would be useful for you too. In my case I had to move from blogger custom domain to wordpress. ie from xyz.com on blogger to xyz.com on wordpress. [This tutorial will be useful even for those who are moving from blogspot domain to your own domain on wordpress]</p><p><em>[We assume that you have wordpress installed on the domain you want to move to]</em></p><h4>Change your Name Servers to point to the new webhost.</h4><p>Go to your DNS settings page and point name server to your new host. <br
/><img
title="image" style="display: inline" height="95" alt="image" src="http://reviewofweb.com/wp-content/uploads/2008/12/image18.png" width="361" border="0" />&#160; <br
/>While registering, your webhost should have provided you with the name server info. If you are moving from custom domain name to wordpress <em><strong>with the same domain name</strong></em>, give ~ 24hrs of time for name server settings to propagate.&#160;&#160;&#160;</p><h4>Switch to blogspot.com</h4><p>If you are moving from blogger custom domain (and same domain) to wordpress, read on. Otherwise skip this step. <br
/>You need to switch to blogspot.com otherwise you would not be able to complete next step. <br
/><img
title="image" style="display: inline" height="94" alt="image" src="http://reviewofweb.com/wp-content/uploads/2008/12/image19.png" width="398" border="0" /></p><h4>Import all your blogger posts and comments with a click of a button.</h4><p>Go to wordpress dashboard &gt; Manage &gt; Import. Click on blogger. <br
/><img
title="image" style="display: inline" height="95" alt="image" src="http://reviewofweb.com/wp-content/uploads/2008/12/image20.png" width="157" border="0" /></p><p>On the next page you need to key-in your blogger account details to let wordpress access your blogs. Click on Import button. Your blog posts and comments will now get imported to wordpress.</p><h4>Redirection through .htaccess file.</h4><p>This is one of the most important part. Proper redirection ensures that you don’t lose the old traffic and Google juice. We assume that permalinks custom structure that you would be using is <strong>/%postname%/ </strong>[btw this is one of the most SEO friendly structures] Create a .htaccess file on the new domain.&#160; <br
/><strong></strong></p><ol><li><strong>If you are NOT in the habit of fiddling blogger post slug after publishing:</strong> The world would be nicer to you. <br
/>Here is what you can do to ensure proper redirection. <br
/><strong>RedirectMatch permanent ^/[0-9]{4}/[0-9]{2}/([a-z0-9A-Z_-]+) </strong><a
href="http://xyz.com/$1"><strong>http://xyz.com/$1</strong></a>&#160; <br
/>$1 in the end takes anything that comes out of ([a-z0-9A-Z_-]+) and append to your new blog URL.</li><li><strong>If you are in the habit of fiddling post slug after publishing (like me):</strong> Get ready to do some techie stuff. <br
/>If you tend to change the post slug in blogger after publishing, the above method would simply not work for you, as it didn’t work for me. Here is what I did that ensured 100% redirection. I used one to one mapping for the URL’s. I have tried to automate this process so that it would consume minimal time of yours.<p><a
href="http://notepad-plus.sourceforge.net/uk/download.php">Download and install Notepad++</a> <br
/>Go to blogger dashboard. Posting &gt; Edit Posts. View Source. <br
/>Select All and copy paste everything in notepad++ window.&#160; <br
/>Find <a
href="http://xyz\.blogspot\.com.*&quot;"><strong>http://xyz\.blogspot\.com.*&quot;</strong></a> and click find all. You will see the results in a window below. Copy paste from this window into a new one. <br
/>Find <strong>(.*)</strong><a
href="http://xyz\.blogspot\.com.*&quot;)"><strong>(http://xyz\.blogspot\.com.*&quot;)</strong></a><strong>(.*)</strong> replace with <strong>\2</strong> <br
/>Find <strong>&quot;</strong> and replace with blank [ie leave the replace field blank] <br
/>Find <strong>.*#comments</strong> and replace with blank [ie leave the replace field blank] <br
/>Find <a
href="http://xyz\.blogspot\.com"><strong>http://xyz\.blogspot\.com</strong></a>&#160; and replace with <strong>RedirectMatch permanent ^</strong> <br
/>Now Log into phpmyadmin of your new domain. Go to SQL tab and execute this query.</li></ol><ul><blockquote><p><font
color="#008000" size="2"><strong>SELECT post_name <br
/>FROM wp_posts <br
/>WHERE post_status = &quot;publish&quot; <br
/>AND post_type = &quot;post&quot;</strong></font></p></blockquote></ul><p>&#160; <br
/>You will get all your posts slug. Copy paste them in notepad++ window and: <br
/>Find <strong>(.*) </strong>and replace with to <a
href="http://www.xyz.com\1"><strong>http://www.xyz.com\1</strong></a></p><p
style="margin-right: 0px">Hereafter you need to manually place the URL in-front of the corresponding matching URL. I know this is kind of a boring stuff but this is closest to which I could reach and have tried to automate the process as much as I was able to.</p><p>Rest of the part should be no brainer.</p><h4>Change the “Let Search Engines find your blog” under blogger settings to No.</h4><h4>Change the original feed address in feedburner to your new blog’s feed address.</h4><p>Done. Enjoy! <br
/>While I moved from blogger to wordpress I took help from <a
href="http://www.blogbloke.com/migrating-redirecting-blogger-wordpress-htaccess-apache-best-method/">this</a> post of blogbloke.com. I found there were some points that could be improved upon hence wrote a full post on it.</p><p><a
href="http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/">Moving from blogger to wordpress. How I did it and some pitfalls to avoid.</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/blogging/tutorial-moving-from-blogger-to-wordpress/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>What to do when someone copies your blog content?</title><link>http://reviewofweb.com/how-to/deal-with-plagiarism-blogger/</link> <comments>http://reviewofweb.com/how-to/deal-with-plagiarism-blogger/#comments</comments> <pubDate>Thu, 23 Oct 2008 15:52:19 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[how to]]></category> <category><![CDATA[blogspot]]></category> <category><![CDATA[content theft]]></category> <category><![CDATA[copies]]></category> <category><![CDATA[plagiarism]]></category> <category><![CDATA[steal]]></category><guid
isPermaLink="false">http://reviewofweb.com/how-to/deal-with-plagiarism-blogger/</guid> <description><![CDATA[Outlined below are the steps I take when someone steals my blog’s copyrighted content. I send a polite request to the site owner to remove copied content. This solves the issue 90% of the time. [Though it may sound crazy but I have seen that people think any material available on the web can be [...]<p><a
href="http://reviewofweb.com/how-to/deal-with-plagiarism-blogger/">What to do when someone copies your blog content?</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>Outlined below are the steps I take when someone steals my blog’s copyrighted content. <img
style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" title="blog plagiarism" src="http://reviewofweb.com/wp-content/uploads/2008/10/image40.png" border="0" alt="blog plagiarism" width="100" height="66" align="right" /></p><ol><li>I send a polite request to the site owner to remove copied content. This solves the issue 90% of the time. [Though it may sound crazy but I have seen that people think any material available on the web can be used by anyone freely]</li><li>If I don’t get a response, I send a harsh mail telling about what can be done if they do not remove the content. Things like complain to Google Adsense or their advertising agencies or the web host scares them off. This solves the issue 9% of the time.</li><li>Rest hard-core 1% needs a complain to be sent to their webhost or advertising partners.</li></ol><p>This (pt 3. above) is what I had to do about a fortnight back when steps 1. and 2. failed in a recent case. The offending site in question was hosted on blogger using custom domain. The offender copied at least 46 posts from another blog of mine. Since I couldn’t locate any advertising on the blog, I resorted to sending a complaint to web host. All webhosts require a formal <a
href="http://en.wikipedia.org/wiki/Digital_Millennium_Copyright_Act">DMCA complaint</a> to be sent to them. Generally all webhosts accept content in email format. Google Blogger requires DMCA complaint to be sent either through fax or normal mail service, in their <a
href="http://www.google.com/blogger_dmca.html">prescribed format</a>.</p><p>I sent the fax on 9th/Oct. Received a mail from blogger support on 11th where they asked for the list of infringing URLs in the ‘soft copy’ format. Without wasting any time I sent all the URLS which I could get hold of. (Remember that the offender in question had copied nearly whole of my site). On 18th, I received a mail saying they have removed the content in question. To my surprise they have not only removed the content but the whole site itself. Now that site shows 404.</p><p>So next time you see someone blatantly copying your posts, don’t fret. Just follow what I did.</p><p><a
href="http://reviewofweb.com/how-to/deal-with-plagiarism-blogger/">What to do when someone copies your blog content?</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/how-to/deal-with-plagiarism-blogger/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Recent Comments Widget For Blogspot Users</title><link>http://reviewofweb.com/blogging/recent-comments-blogspot-widget/</link> <comments>http://reviewofweb.com/blogging/recent-comments-blogspot-widget/#comments</comments> <pubDate>Thu, 25 Sep 2008 15:19:35 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[blogger]]></category> <category><![CDATA[blogspot]]></category> <category><![CDATA[install]]></category> <category><![CDATA[Recent Comments]]></category> <category><![CDATA[Widget]]></category><guid
isPermaLink="false">http://reviewofweb.com/blogging/recent-comments-blogspot-widget/</guid> <description><![CDATA[Releasing the Recent Comments widget for blogspot/blogger users. How is it different from the other Recent Comments widget? The problem with other widgets is that the source code for them lies with the widget author and the authors often integrate it in within their own site. If because of some problem their site is down, [...]<p><a
href="http://reviewofweb.com/blogging/recent-comments-blogspot-widget/">Recent Comments Widget For Blogspot Users</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>Releasing the Recent Comments widget for blogspot/blogger users.</p><h4>How is it different from the other Recent Comments widget?</h4><p>The problem with other widgets is that the source code for them lies with the widget author and the authors often integrate it in within their own site. If because of some problem their site is down, the recent comments widget will not work.</p><p>Here, I am releasing the source code so that the logic would reside within your blog itself and hence you can do away with dependency on 3rd party site not under your control.</p><h4>How to install Recent Comments widget for blogger?</h4><ol><li>Login to the blogger dashboard.</li><li>Go to ‘Page Elements’ tab <img
style="display: inline;" title="page elements" src="http://reviewofweb.com/wp-content/uploads/2008/09/image3.png" alt="page elements" width="438" height="80" border="0" /></li><li>Click on Add a Gadget. Select HTML/Javascript widget type. <img
style="display: inline;" title="image" src="http://reviewofweb.com/wp-content/uploads/2008/09/image4.png" alt="image" width="215" height="95" border="0" /></li><li>Now this is the most important step. Select the whole code given below and paste it in the widget box you have just opened above.<pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">&lt;script style="<span style="color: #8b0000;">text/javascript</span>"&gt;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">function</span> showrecentcomments(json) {</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #ffff00;">  <span style="color: #0000ff;">var</span> numcomments = 5;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #ffff00;">  <span style="color: #0000ff;">var</span> showcommentdate = <span style="color: #0000ff;">true</span>;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #ffff00;">  <span style="color: #0000ff;">var</span> showposttitle = <span style="color: #0000ff;">true</span>;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #ffff00;">  <span style="color: #0000ff;">var</span> numchars = 100;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">for</span> (<span style="color: #0000ff;">var</span> i = 0; i &lt; numcomments; i++) {</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">    <span style="color: #0000ff;">var</span> entry = json.feed.entry[i];</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">    <span style="color: #0000ff;">var</span> alturl;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">    <span style="color: #0000ff;">if</span> (i == json.feed.entry.<span style="color: #0000ff;">length</span>) <span style="color: #0000ff;">break</span>;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">for</span> (<span style="color: #0000ff;">var</span> k = 0; k &lt; entry.link.<span style="color: #0000ff;">length</span>; k++) {</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">      <span style="color: #0000ff;">if</span> (entry.link[k].rel == 'alternate') {</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">        alturl = entry.link[k].href;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">        <span style="color: #0000ff;">break</span>;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">      }</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">    }</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   alturl = alturl.replace("<span style="color: #8b0000;">#</span>", "<span style="color: #8b0000;">#comment-</span>");</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">var</span> postlink = alturl.split("<span style="color: #8b0000;">#</span>");</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   postlink = postlink[0];</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">var</span> linktext = postlink.split("<span style="color: #8b0000;">/</span>");</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   linktext = linktext[5];</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   linktext = linktext.split("<span style="color: #8b0000;">.html</span>");</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   linktext = linktext[0];</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">var</span> posttitle = linktext.replace(/-/g,"");</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   posttitle = posttitle.link(postlink);</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">var</span> commentdate = entry.published.$t;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">var</span> cdyear = commentdate.substring(0,4);</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">var</span> cdmonth = commentdate.substring(5,7);</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">var</span> cdday = commentdate.substring(8,10);</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">var</span> monthnames = <span style="color: #0000ff;">new</span> <span style="color: #0000ff;">Array</span>();</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[1] = "<span style="color: #8b0000;">Jan</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[2] = "<span style="color: #8b0000;">Feb</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[3] = "<span style="color: #8b0000;">Mar</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[4] = "<span style="color: #8b0000;">Apr</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[5] = "<span style="color: #8b0000;">May</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[6] = "<span style="color: #8b0000;">Jun</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[7] = "<span style="color: #8b0000;">Jul</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[8] = "<span style="color: #8b0000;">Aug</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[9] = "<span style="color: #8b0000;">Sep</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[10] = "<span style="color: #8b0000;">Oct</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[11] = "<span style="color: #8b0000;">Nov</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   monthnames[12] = "<span style="color: #8b0000;">Dec</span>";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">if</span> ("<span style="color: #8b0000;">content</span>" <span style="color: #0000ff;">in</span> entry) {</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">     <span style="color: #0000ff;">var</span> comment = entry.content.$t;}</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">else</span></pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">if</span> ("<span style="color: #8b0000;">summary</span>" <span style="color: #0000ff;">in</span> entry) {</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">     <span style="color: #0000ff;">var</span> comment = entry.summary.$t;}</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">else</span> <span style="color: #0000ff;">var</span> comment = "";</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">var</span> re = /&lt;\S[^&gt;]*&gt;/g;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   comment = comment.replace(re, "");</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">document</span>.write('&lt;br/&gt;');</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">if</span> (showcommentdate == <span style="color: #0000ff;">true</span>) <span style="color: #0000ff;">document</span>.write('On ' + monthnames[<span style="color: #0000ff;">parseInt</span>(cdmonth,10)] + ' ' + cdday + ' ');</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">document</span>.write('&lt;a href="<span style="color: #8b0000;">' + alturl + '</span>"&gt;' + entry.author[0].<span style="color: #0000ff;">name</span>.$t + '&lt;/a&gt; commented');</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">if</span> (showposttitle == <span style="color: #0000ff;">true</span>) <span style="color: #0000ff;">document</span>.write(' on ' + posttitle);</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">document</span>.write('&lt;br/&gt;');</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">if</span> (comment.<span style="color: #0000ff;">length</span> &lt; numchars) {</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">document</span>.write('&lt;i&gt;');</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">         <span style="color: #0000ff;">document</span>.write(comment);</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">document</span>.write('&lt;/i&gt;');}</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">   <span style="color: #0000ff;">else</span></pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">        {</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">document</span>.write('&lt;i&gt;');</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">         comment = comment.substring(0, numchars);</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">         <span style="color: #0000ff;">var</span> quoteEnd = comment.lastIndexOf("");</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">         comment = comment.substring(0, quoteEnd);</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">document</span>.write(comment + '...&lt;a href="<span style="color: #8b0000;">' + alturl + '</span>"&gt;(more)&lt;/a&gt;');</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">document</span>.write('&lt;/i&gt;');}</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">document</span>.write('&lt;br/&gt;');</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">  }</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;"><span style="color: #0000ff;">document</span>.write('&lt;br/&gt;');</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">}</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">&lt;/script&gt;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">&lt;script src="<span style="color: #8b0000;">http://xyz.blogspot.com/feeds/comments/default?alt=json-in-script&amp;callback=showrecentcomments</span>"&gt;</pre><pre style="margin: 0em; font-size: 12px; width: 100%; font-family: consolas,'Courier New',courier,monospace; background-color: #f2f2f2;">&lt;/script&gt;&lt;a href="http://reviewofweb.com/blogging/recent-comments-blogspot-widget/"&gt;Widget &lt;/a&gt;by &lt;a href="http://reviewofweb.com/"&gt;ReviewOfWeb&lt;/a&gt;</pre></li><li>Scroll down to <span
style="color: #008000;">src=http://<span
style="color: #ff0000;">xyz</span>.blogspot.com</span> and replace <span
style="color: #ff0000;">xyz</span> with your blog’s name. For example if your blog’s URL is <a
href="http://abc.blogspot.com">http://<span
style="color: #ff0000;">abc</span>.blogspot.com</a> then the code should become <span
style="color: #008000;">src=http://<span
style="color: #ff0000;">abc</span>.blogspot.com</span> DO NOT TOUCH any other part of the code or else it might create problems.</li><li>You are done! Lastly please do not remove the footer credits*.</li></ol><p>Please let me know if you face any problem implementing the code above.</p><p>*<em>The code is released under the condition that footer credits should remain intact.</em></span></p><p><a
href="http://reviewofweb.com/blogging/recent-comments-blogspot-widget/">Recent Comments Widget For Blogspot Users</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/blogging/recent-comments-blogspot-widget/feed/</wfw:commentRss> <slash:comments>83</slash:comments> </item> <item><title>How to resolve blogger error bX-xvu2n5?</title><link>http://reviewofweb.com/blogging/blogger-error-bx-xvu2n5-resolved/</link> <comments>http://reviewofweb.com/blogging/blogger-error-bx-xvu2n5-resolved/#comments</comments> <pubDate>Sun, 07 Sep 2008 08:57:22 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[blogspot]]></category> <category><![CDATA[bX-xvu2n5]]></category> <category><![CDATA[error]]></category> <category><![CDATA[rearrange]]></category> <category><![CDATA[uri]]></category><guid
isPermaLink="false">http://reviewofweb.com/blogging/blogger-error-bx-xvu2n5-resolved/</guid> <description><![CDATA[Recently while trying to rearrange the &#8216;Page Elements&#8217; for one of my blogs on blogspot, I got this error bX-xvu2n5 (Click to Enlarge) Initially I thought the error could be because I am using draft.blogger.com so I switched back to the normal blogger.com -no solution. Then I tried switching to IE6 from Firefox 3.0.1- again [...]<p><a
href="http://reviewofweb.com/blogging/blogger-error-bx-xvu2n5-resolved/">How to resolve blogger error bX-xvu2n5?</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>Recently while trying to rearrange the &#8216;Page Elements&#8217; for one of my blogs on blogspot, I got this error bX-xvu2n5</p><p><a
href="http://reviewofweb.com/wp-content/uploads/2008/09/image1.png" target="_blank"><img
src="http://reviewofweb.com/wp-content/uploads/2008/09/image-thumb.png" border="0" alt="blogger error bX-xvu2n5" width="240" height="111" /></a> (Click to Enlarge)</p><p>Initially I thought the error could be because I am using draft.blogger.com so I switched back to the normal blogger.com -no solution. Then I tried switching to IE6 from Firefox 3.0.1- again no solution .I tried searching on web, the nearest I reached was this <a
href="http://groups.google.com.au/group/blogger-help/web/report-your-bx-code-bug-here">report-bug form</a> to Blogger Team.</p><p>Well, here is my work around to this problem:<img
src="http://reviewofweb.com/wp-content/uploads/2008/09/image2.png" border="0" alt="image" width="203" height="95" align="right" /></p><ol><li>If you are trying to add a gadget(if not then skip this step), open the Add a Gadget page element and make changes as required. The gadget will automatically get saved in the 1st position.</li><li>Make sure that you have given some name to the new page element. It would be required in the next step.</li><li>Go to &#8216;Edit HTML&#8217;.</li><li>Press Ctrl-F and enter the name of page element. You will now reach to the page element defined in step 1 (or your desired element if you have skipped step 1).</li><li>Here you will find a no of widget id&#8217;s starting with <strong>&lt;b:widget id</strong></li><li>Now, cut your widget from the given list and paste it at the required place (in the list itself).</li><li>Confused? ok if you have something like</li></ol><blockquote><p>&lt;b:widget id=&#8217;HTML7&#8242; locked=&#8217;false&#8217; title=&#8221; type=&#8217;HTML&#8217;/&gt;<br
/> &lt;b:widget id=&#8217;LinkList2&#8242; locked=&#8217;false&#8217; title=&#8217;Name1&#8242; type=&#8217;LinkList&#8217;/&gt;<br
/> <strong>&lt;b:widget id=&#8217;Profile1&#8242; locked=&#8217;false&#8217; title=&#8217;About Me&#8217; type=&#8217;Profile&#8217;/&gt;</strong><br
/> &lt;b:widget id=&#8217;HTML8&#8242; locked=&#8217;false&#8217; title=&#8221; type=&#8217;HTML&#8217;/&gt;<br
/> &lt;b:widget id=&#8217;LinkList9&#8242; locked=&#8217;false&#8217; title=&#8217;Name2&#8242; type=&#8217;LinkList&#8217;/&gt;<br
/> &lt;b:widget id=&#8217;LinkList10&#8242; locked=&#8217;false&#8217; title=&#8217;Name3&#8242; type=&#8217;LinkList&#8217;/&gt;</p></blockquote><p>and you want to shift About Me to a place between &#8216;Name2&#8242; and &#8216;Name3&#8242;, cut it from that place and paste it in between &#8216;Name2&#8242; and &#8216;Name3&#8242;.Then it should look like this:</p><blockquote><p>&lt;b:widget id=&#8217;HTML7&#8242; locked=&#8217;false&#8217; title=&#8221; type=&#8217;HTML&#8217;/&gt;<br
/> &lt;b:widget id=&#8217;LinkList2&#8242; locked=&#8217;false&#8217; title=&#8217;Name1&#8242; type=&#8217;LinkList&#8217;/&gt;<br
/> &lt;b:widget id=&#8217;HTML8&#8242; locked=&#8217;false&#8217; title=&#8221; type=&#8217;HTML&#8217;/&gt;<br
/> &lt;b:widget id=&#8217;LinkList9&#8242; locked=&#8217;false&#8217; title=&#8217;Name2&#8242; type=&#8217;LinkList&#8217;/&gt;<br
/> <strong>&lt;b:widget id=&#8217;Profile1&#8242; locked=&#8217;false&#8217; title=&#8217;About Me&#8217; type=&#8217;Profile&#8217;/&gt;</strong><br
/> &lt;b:widget id=&#8217;LinkList10&#8242; locked=&#8217;false&#8217; title=&#8217;Name3&#8242; type=&#8217;LinkList&#8217;/&gt;</p></blockquote><p>Click &#8216;Save Template&#8217; and Done!</p><p><a
href="http://reviewofweb.com/blogging/blogger-error-bx-xvu2n5-resolved/">How to resolve blogger error bX-xvu2n5?</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/blogging/blogger-error-bx-xvu2n5-resolved/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Two blogspot tricks that can increase your traffic overnight</title><link>http://reviewofweb.com/blogging/dynamic-meta-title-tags-blogspot/</link> <comments>http://reviewofweb.com/blogging/dynamic-meta-title-tags-blogspot/#comments</comments> <pubDate>Thu, 28 Aug 2008 15:22:59 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[blogspot]]></category> <category><![CDATA[dynamic meta tags]]></category> <category><![CDATA[how to change the prder of title tags]]></category> <category><![CDATA[meta tags]]></category> <category><![CDATA[title tags]]></category><guid
isPermaLink="false">http://reviewofweb.com/blogging/dynamic-meta-title-tags-blogspot/</guid> <description><![CDATA[I am giving away two important tips for blogspot hosted blogs. If you implement this properly, as per the directions given below you might get a sustained increase in traffic. Install Dynamic Meta Description tags: The word &#8216;Meta&#8217; means data-about-data. When we say meta description tag, it describes the contents of the page. I can [...]<p><a
href="http://reviewofweb.com/blogging/dynamic-meta-title-tags-blogspot/">Two blogspot tricks that can increase your traffic overnight</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>I am giving away two important tips for <a
href="http://www.blogger.com">blogspot</a> hosted blogs. If you implement this properly, as per the directions given below you might get a sustained increase in traffic.</p><p><strong>Install Dynamic Meta Description tags:</strong> The word &#8216;Meta&#8217; means data-about-data. When we say meta description tag, it describes the contents of the page. I can say with my personal experience that this is one of the most important data that Google use to index your site. I have seen great results on my site within a week of implementing it.</p><p>Well, The problem with blogspot hosted blogs is that unlike self hosted wordpress blogs, it doesn&#8217;t provide any native facility to have meta description tag for each page. So, If you define a meta description tag for your home page it will be replicated for all your pages which would be taken as a duplicate &#8216;meta-tag&#8217; in Google. With the code below you can have different description tag for each page of your blogspot hosted blog.</p><div
style="border: 1px solid gray; margin: 20px 0px 10px; padding: 4px; overflow: auto; font-size: 8pt; width: 97.5%; cursor: text; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; height: 31px; background-color: #f4f4f4; max-height: 200px;"><div
style="border-style: none; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"><span style="color: #606060;">   1:</span> &lt;META NAME=<span style="color: #008000;">'description' expr:content='data:blog.pageTitle + &amp;quot;,<strong>Put in your common description tags here</strong> &amp;quot;'/&gt;</span></pre></div></div><p>The steps to place this code are:</p><ol><li>Go To layout &gt; Edit HTML</li><li>Copy the above code and place it anywhere between <strong>&lt;head&gt;</strong> and <strong>&lt;/head&gt;</strong> of your blog template.</li><li>Replace <strong>Put in your common description tags here </strong>with suitable description tag for your blog separated by comma. So if your blog is on Web 2.0. The tags can be <strong>technology, Web 2.0, making money online</strong></li><li>Save template and you&#8217;re done.</li></ol><p>Food for the geeks&#8212; <strong>expr:content= &#8216;data:blog.pageTitle&#8217; </strong>gets replaced by the title of your current page. So when combined with the common description tags, the description tag becomes unique for each page.</p><p><strong>Change the default Title tag on blogger: </strong>Title tags are the ones that you see on the top of your browser. <img
style="margin: 0px; border-width: 0px;" src="http://reviewofweb.com/wp-content/uploads/2008/08/image2.png" border="0" alt="title tag" width="477" height="73" /></p><p>As seen in the image above, title tag for <a
href="http://adsense.blogspot.com/2008/08/ad-serving-for-everyone.html">this</a> post on adsense blog is <strong><em>Inside Adsense: Ad serving for everyone.</em> </strong>By default blogger serves the title tag as <strong><em>Blog Name: Post Title Name. </em></strong>SEO studies have indicated that search Engines like Google, Yahoo give more importance to the content of tags which appears first so you may wish to reverse the order to <em><strong>Post Title Name: Blog Name. </strong></em>Here is how to do this</p><ol><li>Go To layout &gt; Edit HTML</li><li>We are going to introduce a large chunk of code, I will advise you to take a back up using <strong>Download Full Template</strong></li><li>On the very top of your template you will find <strong>&lt;title&gt;&lt;data:blog.pageTitle/&gt;&lt;/title&gt;</strong></li><li>Delete it!</li><li>Now just above <strong>&lt;head&gt;,</strong> paste the code given below and &#8216;save template&#8217;.</li></ol><div
style="border: 1px solid gray; margin: 20px 0px 10px; padding: 4px; overflow: auto; font-size: 8pt; width: 97.5%; cursor: text; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4; max-height: 200px;"><div
style="border-style: none; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"> &lt;!-- Start Widget-based: Changing the Blogger Title Tag --&gt;</pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"> &lt;b:<span style="color: #0000ff;">if</span> cond=<span style="color: #008000;">'data:blog.pageType == "item"'&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"> &lt;b:section id=<span style="color: #008000;">'titleTag'&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"> &lt;b:widget id=<span style="color: #008000;">'Blog2' locked='false' title='Blog Posts' type='Blog'&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"> &lt;b:includable id=<span style="color: #008000;">'comments' var='post'/&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"> &lt;b:includable id=<span style="color: #008000;">'postQuickEdit' var='post'/&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"> &lt;b:includable id=<span style="color: #008000;">'main' var='top'&gt;&lt;title&gt;&lt;b:loop values='data:posts' var='post'&gt;&lt;b:include data='post' name='post'/&gt;&lt;/b:loop&gt; ~ &lt;data:blog.title/&gt;&lt;/title&gt;&lt;/b:includable&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"> &lt;b:includable id=<span style="color: #008000;">'backlinkDeleteIcon' var='backlink'/&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"> &lt;b:includable id=<span style="color: #008000;">'feedLinksBody' var='links'/&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"> &lt;b:includable id=<span style="color: #008000;">'backlinks' var='post'/&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"> &lt;b:includable id=<span style="color: #008000;">'status-message'/&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"> &lt;b:includable id=<span style="color: #008000;">'feedLinks'/&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"> &lt;b:includable id=<span style="color: #008000;">'nextprev'/&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"> &lt;b:includable id=<span style="color: #008000;">'commentDeleteIcon' var='comment'/&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"> &lt;b:includable id=<span style="color: #008000;">'post' var='post'&gt;&lt;data:post.title/&gt;&lt;/b:includable&gt;</span></pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"> &lt;/b:widget&gt;</pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"> &lt;/b:section&gt;</pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"> &lt;b:<span style="color: #0000ff;">else</span>/&gt;</pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"> &lt;title&gt;&lt;data:blog.pageTitle/&gt;&lt;/title&gt;</pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;"><span style="color: #606060;"> </span> &lt;/b:<span style="color: #0000ff;">if</span>&gt;</pre><pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;"> &lt;!-- <span style="color: #0000ff;">End</span> Widget-based: Changing the Blogger Title Tag --&gt;</pre></div></div><p>The code above is referred from this <a
href="http://widget-based.blogspot.com/2006/11/changing-blogger-title-tag.html">blog</a>. [Trivia- But if you follow the instructions there, you might get an error like <strong>"Your template is invalid because the tag 'b:section' appears inside of the tag 'head'" </strong>To fix that error you need to put the code above <strong>&lt;head&gt;</strong> instead of directly replacing it with <strong>&lt;title&gt;&lt;data:blog.pageTitle/&gt;&lt;/title&gt;</strong>]</p><p><a
href="http://reviewofweb.com/blogging/dynamic-meta-title-tags-blogspot/">Two blogspot tricks that can increase your traffic overnight</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/blogging/dynamic-meta-title-tags-blogspot/feed/</wfw:commentRss> <slash:comments>63</slash:comments> </item> <item><title>How to embed flash files in blogger?</title><link>http://reviewofweb.com/how-to/embed-flash-files-blogger/</link> <comments>http://reviewofweb.com/how-to/embed-flash-files-blogger/#comments</comments> <pubDate>Fri, 15 Aug 2008 16:59:47 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[how to]]></category> <category><![CDATA[blogspot]]></category> <category><![CDATA[embed]]></category> <category><![CDATA[flash files]]></category> <category><![CDATA[host]]></category><guid
isPermaLink="false">http://reviewofweb.com/how-to/embed-flash-files-blogger/</guid> <description><![CDATA[Want to embed flash file in blogger? Here is a simple work-around. We assume you don&#8217;t have any hosting account to host your files. If you are on blogger that means you have a Google Account which enables you to access Googlepages. This is the place where you need to upload your swf files (flash [...]<p><a
href="http://reviewofweb.com/how-to/embed-flash-files-blogger/">How to embed flash files in blogger?</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>Want to embed flash file in blogger? Here is a simple work-around. We assume you don&#8217;t have any hosting account to host your files.</p><ul><li>If you are on blogger that means you have a Google Account which enables you to access Googlepages. This is the place where you need to upload your swf files (flash files). Googlepages allow space upto 100MB, this much space should be sufficient for your flash files hosting needs.</li><li>Now copy the code given below in your favorite text editor.</li></ul><div
style="border-right: gray 1px solid; padding-right: 4px; border-top: gray 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: gray 1px solid; width: 97.5%; cursor: text; line-height: 12pt; padding-top: 4px; border-bottom: gray 1px solid; font-family: consolas, &#39;Courier New&#39;, courier, monospace; height: 160px; background-color: #f4f4f4; max-height: 200px"><div
style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   1:</span> &lt;<span style="color: #0000ff">object</span>&gt; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   2:</span>&#160; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   3:</span> &lt;param value=<span style="color: #006080">&quot;http://abc.googlepages.com/file.swf?clickTAG=http://www.xyz.com/lp/row.asp&quot;</span> rel=<span style="color: #006080">&quot;nofollow&quot;</span> name=<span style="color: #006080">&quot;movie&quot;</span>/&gt; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   4:</span>  </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   5:</span> &lt;embed </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   6:</span> width=<span style="color: #006080">&quot;160&quot;</span> src=<span style="color: #006080">&quot;http://abc.googlepages.com/file.swf?clickTAG=http://www.xyz.com/lp/row.asp&quot;</span> rel=<span style="color: #006080">&quot;nofollow&quot;</span> height=<span style="color: #006080">&quot;600&quot;</span> type=<span style="color: #006080">&quot;application/x-shockwave-flash&quot;</span>&gt; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   7:</span> &lt;/embed&gt; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   8:</span>&#160; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   9:</span> &lt;/<span style="color: #0000ff">object</span>&gt;</pre></p></div></div><ul><li>Replace <strong>http://abc.googlepages.com/file.swf? </strong>with the full path of your googlepages A/C. So if your Google A/C email is steve@gmail.com and file name is apple.swf then this part of the URL should become <strong>http://steve.googlepages.com/apple.swf? </strong></li><li>If you just want to serve the flash file on your blog this will be enough and you can skip the next 2 steps.<strong>&#160; </strong></li><li>But, if you are serving flash file as an advertisement on your blogger blog then you will need a clickTag. The swf files use the clickTag method to get the landing page URL. Replace clickTAG=<strong>http://www.xyz.com/lp/row.asp</strong> with the landing page of your advertiser.</li><li>So the value of src should become <strong>http://abc.googlepages.com/file.swf?clickTAG=http://www.xyz.com/lp/row.asp ,</strong> if you are serving this as an advertisement and should become<strong> http://abc.googlepages.com/file.swf</strong>? if you are just showing this on your blog with no landing page.</li><li>Last but the most important part is that you should never forget to use type=&quot;application/x-shockwave-flash&quot; while embedding any flash file. If you remove &quot;type&quot;, though firefox will show up correctly but IE6 will not render anything.</li><li>Now place this code in &quot;Configure HTML/Javascript&quot; widget of blogger.</li><li>All Done!</li></ul><p><a
href="http://reviewofweb.com/how-to/embed-flash-files-blogger/">How to embed flash files in blogger?</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/how-to/embed-flash-files-blogger/feed/</wfw:commentRss> <slash:comments>18</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 4/12 queries in 0.022 seconds using disk: basic
Object Caching 1364/1379 objects using disk: basic

Served from: reviewofweb.com @ 2012-05-22 01:54:15 -->
