<?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 Dummies</title>
	<atom:link href="http://bloggerdummies.com/feed?post_type=APP_POST_TYPE" rel="self" type="application/rss+xml" />
	<link>http://bloggerdummies.com</link>
	<description>Blogger templates and Blogger - Wordpress Conversion,</description>
	<lastBuildDate>Tue, 05 Jun 2012 12:04:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Designing Blogger Template : SEO Optimized Title Tag</title>
		<link>http://bloggerdummies.com/blogger-seo-optimized-header</link>
		<comments>http://bloggerdummies.com/blogger-seo-optimized-header#comments</comments>
		<pubDate>Fri, 10 Dec 2010 15:49:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger tutorials]]></category>
		<category><![CDATA[blog designs]]></category>
		<category><![CDATA[blog title]]></category>
		<category><![CDATA[blogger layouts]]></category>
		<category><![CDATA[blogger search engine optimization]]></category>
		<category><![CDATA[blogger templates]]></category>
		<category><![CDATA[blogspot template blog]]></category>
		<category><![CDATA[making a search engine]]></category>
		<category><![CDATA[page header]]></category>
		<category><![CDATA[search engine optimization blogger]]></category>
		<category><![CDATA[seo for blogger]]></category>
		<category><![CDATA[seo for blogspot]]></category>
		<category><![CDATA[setting up blog]]></category>
		<category><![CDATA[templates for blogger]]></category>
		<category><![CDATA[title blog]]></category>

		<guid isPermaLink="false">http://www.bloggerdummies.com/?p=4033</guid>
		<description><![CDATA[I have seen so many bloggers have been asking me for tutorials to design Blogger template. As you all know I have created this new blog, just for blogger users. I have decided to post the whole process required for designing a seo optimized blogger template. You would have noticed that many designers have been [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen so many bloggers have been asking me for tutorials to design Blogger template. As you all know I have created this new blog, just for blogger users. I have decided to post the whole process required for designing a seo optimized blogger template. You would have noticed that many designers have been charging you to convert a wordpress template to blogger one or even to design a unique blogger template. So I have decided to explain you all the steps needed to design your own blogger template.</p>
<h5>General Layout of a Blogger template</h5>
<p>According to me, a blogger template can be divided into 6 parts :</p>
<div class="featureswrap">
<ul>
<li>Header</li>
<li>Navigation Menu</li>
<li>Main Container</li>
<li>Post</li>
<li>Sidebar</li>
<li>Footer</li>
</ul>
</div>
<p><br style="clear: both;" /></p>
<p>I will explain you each and every part of the blogger in detail in the forthcoming articles. For an example, I have taken a screen shot of  my blog itself.</p>
<p><a href="http://bloggerdummies.com/wp-content/uploads/2010/12/body-layout.png"><img class="alignnone size-large wp-image-4276" style="width: 650px; height: 800;" title="Blogger Template Layout" src="http://bloggerdummies.com/wp-content/uploads/2010/12/basic-blogger-layout.png" alt="Blogger Template Layout" /></a>&nbsp;</p>
<h5>Blogger Header Section</h5>
<p>In this section, we can see how to code the header section of the blogger template. The header section starts with &lt;head&gt; tag.<br />
Now Let me explain you the elements which need to be present in the header and will also explain you how to make it seo optimized as well.</p>
<p>General Code present under the header section is :</p>
<pre class="html">&lt;!doctype html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;title&gt;Hello world!&lt;/title&gt;
&lt;/head&gt;</pre>
<p>Now in this I am going to concentrate mainly on the &lt;title&gt; tag. In the future posts, i will explain much more on the header tags.</p>
<p>The &lt;title&gt; tag defines the title of the document. The title element is required in all HTML/XHTML documents. The text inside &lt;title&gt; is not displayed in the document. However, most browsers will display the title at the top of the window.</p>
<p>The title element:</p>
<ul>
<li> defines a title in the browser toolbar</li>
<li> provides a title for the page when it is added to favorites</li>
<li>displays a title for the page in search-engine results</li>
</ul>
<p>The default code present in the Blogger Template is :</p>
<pre class="html">&lt;title&gt;&lt;data:blog.pageTitle/&gt;&lt;/title&gt;</pre>
<p>The above code displays your default page Title. Now let&#8217;s see how to play with the above code.</p>
<h5>Customize the Page title in Post pages</h5>
<p>If you want to customize the above code and make it seo compatible, then follow the below steps.</p>
<ul>
<li>Login to your Blogger account</li>
<li>Go to Design tab under your Blog</li>
<li>Navigate to EDIT HTML page</li>
</ul>
<p>Now replace the above code with this one :</p>
<pre class="html">&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;
&lt;title&gt; &lt;data:blog.pageName/&gt; | &lt;data:blog.title/&gt; &lt;/title&gt;
 &lt;b:else/&gt;
 &lt;title&gt;&lt;data:blog.pageTitle/&gt;&lt;/title&gt;
&lt;/b:if&gt;</pre>
<p>The above code will help you to show custom titles under post pages. By default, only the post titles will be shown under any post page. But with the above code, you can add few keywords of your blog along with the post titles. Just edit this code <span style="color: #ff0000;">&lt;data:blog.title/&gt;</span> to show the important keywords of your blog in page titles alone.</p>
<p>In reverse, if you want to show a custom title in home page and the default Page title in all other posts, just like me, then you need to add the following code instead of the first one.</p>
<pre class="html">&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;
&lt;title&gt; &lt;data:blog.pageName/&gt; | &lt;data:blog.title/&gt; &lt;/title&gt;
 &lt;b:else/&gt;
 &lt;title&gt;Your Important Keywords First | &lt;data:blog.title/&gt; &lt;/title&gt;
&lt;/b:if&gt;</pre>
<p>Now you need to to place your important keywords of your blog first, then your blog title.</p>
<p>&nbsp;</p>
<p><a href="http://bloggerdummies.com/wp-content/uploads/2010/12/seo-blogger-title.png"><img class="alignnone size-full wp-image-4291" title="SEO blogger Title in Search Engines" src="http://bloggerdummies.com/wp-content/uploads/2010/12/seo-blogger-title.png" alt="SEO blogger Title in Search Engines" width="559" height="76" /></a>&nbsp;</p>
<h5>Show Custom Titles in Specific post pages</h5>
<p>It&#8217;s an easy trick which allows you to show custom Page Title under specific post pages. This trick can help you to put important keywords of each post under the specific post pages.</p>
<pre class="html">&lt;b:if cond='data:blog.url == &amp;quot;Post URL&amp;quot;'&gt;

   &lt;title&gt; Custom Post Title!!  &lt;/title&gt;

&lt;/b:if&gt;</pre>
<p>With the above code you can change the Page Title of any specific post.</p>
<h5>Any suggestions?</h5>
<p>I hope that the above trick would be useful for you to customize the page title. In the future posts i will explain more about adding seo optimized META tags and adding specific Description to specific Post pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerdummies.com/blogger-seo-optimized-header/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to create pages in Blogger Blogs</title>
		<link>http://bloggerdummies.com/how-to-create-pages</link>
		<comments>http://bloggerdummies.com/how-to-create-pages#comments</comments>
		<pubDate>Sun, 30 May 2010 19:26:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger tutorials]]></category>
		<category><![CDATA[about page in blogger]]></category>
		<category><![CDATA[Blogger pages]]></category>
		<category><![CDATA[contact pages]]></category>
		<category><![CDATA[create page]]></category>
		<category><![CDATA[create pages]]></category>

		<guid isPermaLink="false">http://www.bloggerdummies.com/?p=4043</guid>
		<description><![CDATA[As a blogger user for many years, I was looking for a feature just like wordpress to create pages in blogger. Though at that time, that feature was not available. But now recently blogger.com has enabled it for all blogger users. Now one can have their own pages like about us, contact , advertise , [...]]]></description>
			<content:encoded><![CDATA[<p>As a blogger user for many years, I was looking for a feature just like wordpress to create pages in blogger. Though at that time, that feature was not available. But now recently blogger.com has enabled it for all blogger users. Now one can have their own pages like about us, contact , advertise , etc. And we can have our own custom templates/layouts on these pages too.</p>
<h1></h1>
<h1>Creating pages in Blogger</h1>
<p>In this tutorial we can see how to create and customize pages in blogger blogs.</p>
<ul>
<li>step 1 : Pretty basic one indeed. Login to your blogger account and go to dashboard.</li>
</ul>
<ul>
<li>step 2 : Now Navigate to your blog and there you can see EDIT posts link. Click it.</li>
</ul>
<p><center><img src="http://bloggerdummies.com/wp-content/uploads/2010/05/create-pages-dashboard.png" alt="Create Pages in Blogger blogs" title="Create pages in Blogger blogs"/></center></p>
<ul>
<li>Step 3 : A new window will open , in that you can see a new sub tab called &#8221; Edit pages &#8221; click it.</li>
</ul>
<p><center><img src="http://bloggerdummies.com/wp-content/uploads/2010/05/create-pages-tab1.png" alt="Create Pages in Blogger blogs" title="Create pages in Blogger blogs"/></center></p>
<ul>
<li>Step 4 : Now in that page you can see a link to create New page. Click that link.</li>
</ul>
<p><center><img src="http://bloggerdummies.com/wp-content/uploads/2010/05/create-new-page.png" alt="Create Pages in Blogger blogs" title="Create pages in Blogger blogs"/></center></p>
<ul>
<li>Step 5 : That&#8217;s all. Now you can see page where you can add title and content for your new Page. After adding the content, click publish.</li>
</ul>
<p>Now we have got one new Page in our blogger blog. The best thing is that you can create up to 10 pages in blogger. I hope blogger will definitely increase it in future.</p>
<h1></h1>
<h1>Customizing the Blogger pages</h1>
<p>In my next posts, I will explain how to customize the blogger pages. I will cover the following topics :</p>
<ul>
<li>Adding New custom layout for Blogger pages</li>
<li>Learning to enable or disable comments in Pages</li>
<li>How to create a professional Contact us page</li>
<li>Creating a navigation Top menu to list all pages automatically in a list</li>
<p>I hope there is still lot more to customize. If you want to know about the above topics , then keep reading bloggerdummies.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerdummies.com/how-to-create-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Multiple Authors to Blogger blogs</title>
		<link>http://bloggerdummies.com/multiple-authors-in-blogger</link>
		<comments>http://bloggerdummies.com/multiple-authors-in-blogger#comments</comments>
		<pubDate>Sat, 08 May 2010 14:25:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger tutorials]]></category>
		<category><![CDATA[adding authors]]></category>
		<category><![CDATA[authors]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[Blogger Hack]]></category>

		<guid isPermaLink="false">http://www.bloggerdummies.com/?p=4024</guid>
		<description><![CDATA[The technique of having Multiple authors to manage a Blog is getting popular these days. Though this feature was already available in wordpress , recently Blogger too has enabled this feature. So now Blogger Users can have upto 100 multiple Authors or co-Authors for their blogs. So this new Team Blogging feature has enabled multiple [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right;padding:5px;"><img src="http://bloggerdummies.com/wp-content/uploads/2010/05/blogger_logo2.png" alt="How to ADD Multiple Authors to Blogger blogs" style="width:200px;height:200px;"/></div>
<p>The technique of having Multiple authors to manage a Blog is getting popular these days. Though this feature was already available in wordpress ,  recently Blogger too has enabled this feature. So now Blogger Users can have upto 100 multiple Authors or co-Authors for their blogs. So this new Team Blogging feature has enabled multiple authors to manage a single Blog. Although the owner of the blog will be the admin by default and all new authors he invites will be given co-author account. They can only EDIT their posts and they won&#8217;t have the feature to edit / delete others posts. However the admin can change the privileges of the co-authors anytime.</p>
<h1></h1>
<h1>Adding Multiple Authors to Blogger Blogs</h1>
<p>In this tutorial , I will explain how to Add more co-authors or guest authors to your Blogger Blog.  Just follow these simple steps to enable this feature in Blogger.</p>
<ul>
<li>Sign in to Blogger</li>
<li>Go to the Settings page of your blog. Click the link for Permissions.</li>
<li>Click the &#8220;Add Authors&#8221; button to add one or more new authors to the list of people who can write posts for your blog.</li>
<p><center><a href="http://bloggerdummies.com/?attachment_id=3588" rel="attachment wp-att-3588"><img src="http://bloggerdummies.com/wp-content/uploads/2010/05/add-Multiple-authors-in-blogger.png" alt="" title="add Multiple authors in blogger" width="680" height="328" class="alignnone size-full wp-image-3588" /></a></center></p>
<li>After adding the authors email id , click &#8221; invite &#8221; button.</li>
<p><center><a href="http://bloggerdummies.com/?attachment_id=3589" rel="attachment wp-att-3589"><img src="http://bloggerdummies.com/wp-content/uploads/2010/05/Add-multiple-author-email-id-in-blogger.png" alt="Add multiple author email id in blogger" title="Add multiple author email id in blogger" width="680" height="457" class="alignnone size-full wp-image-3589" /></a></center></p>
<li>Blogger sends an email invitation to each person you listed in Step 4. If they agree to participate in writing the blog, they respond to the email affirmatively. Blogger does the rest for you.</li>
</ul>
<h1>Changing the permissions of the author</h1>
<p>Once the author accepts your invitation , he can start writing in your blog. But he can only edit or delete posts written by him. He can&#8217;t delete posts written by others.</p>
<p>If you want anyone of the author to edit others post , then you need to grant him admin privileges. For granting Admin privileges , go to Settings page of your blog and navigate to Permissions subtab. Beside the author name you will see a button &#8221; grant admin privileges &#8220;.</p>
<p><center><a href="http://bloggerdummies.com/?attachment_id=3592" rel="attachment wp-att-3592"><img src="http://bloggerdummies.com/wp-content/uploads/2010/05/grant-admin-priviliges-in-blogger.png" alt="grant-admin-priviliges-in-blogger" title="grant-admin-priviliges-in-blogger" width="680" class="alignnone size-full wp-image-3592" /></a></center></p>
<p>Click that button and you are done. Now your partner can edit or delete any posts. But one thing you must be very careful before giving someone the admin privileges is that once you grant someone admin privileges he has the power to remove you from the blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerdummies.com/multiple-authors-in-blogger/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen resolution CSS hack for web designers</title>
		<link>http://bloggerdummies.com/compatible-screen-resolution-css-hack</link>
		<comments>http://bloggerdummies.com/compatible-screen-resolution-css-hack#comments</comments>
		<pubDate>Tue, 11 Aug 2009 17:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[Blogger tutorials]]></category>
		<category><![CDATA[Blogger Hacks]]></category>
		<category><![CDATA[css hack]]></category>
		<category><![CDATA[screen resolution]]></category>

		<guid isPermaLink="false">http://smashingtips.com/blogger/screen-resolution-css-hack-for-web-designers-2</guid>
		<description><![CDATA[Most of us might have noticed that our sites may look different in different screen resolutions. Though I have already posted one article on making website layout cross browser compatible , but its also necessary to make your site compatible for different screen resolutions. The visitors of your site will not have same screen resolution [...]]]></description>
			<content:encoded><![CDATA[<p>Most of us might have noticed that our sites may look different in different screen resolutions. Though I have already posted one article on making website layout <a href="http://rias-techno-wizard.blogspot.com/2009/01/create-compatible-css-for-firefox-ie6.html" target="_blank">cross browser compatible</a> , but its also necessary to make your site compatible for different screen resolutions. The visitors of your site will not have same screen resolution your are using. So it&#8217;s mandatory to make your site compatible for different screen resolutions.  For example, In lower screen resolutions like 800&#215;600 px the website layout will be perfect. But when you look at your site at a higher screen resolution like 1024&#215;768 px or even higher , the website header or sidebar may be aligned to either right or left. It&#8217;s all because the designer might have designed the site for a particular screen resolution. In the screen resolution he was working , the site may look perfect. But when it comes to higher screen resolution , the theme may be misaligned.<br />
<h3></h3>
<p>
<h1>what is the best screen resolution settings?</h1>
<p>  One can&#8217;t design a website for a particular screen resolution, because visitors will have different screen resolutions. According to me , the best screen resolution on which the designer should be concentrating on should be higher than 1024px. For example if you take techieblogger&#8217;s last month stats , most of my visitors are using higher screen resolution.</p>
<p><img src="http://bloggerdummies.com/wp-content/uploads/2009/08/screen-resolution-compatible1.jpg" alt="screen resolution compatibility" title="screen resolution compatibility" class="aligncenter size-full wp-image-896" width="553" height="258" /></p>
<p>Some of the web designers use JavaScript to control the screen resolution compatibility. But it will reduce the site loading time.Instead of using JavaScript , I will explain how to make your site higher screen resolution compatible by making changes in CSS codes.</p>
<h3></h3>
<p>
<h1>CSS controlling the alignment of the layout</h1>
<p>Before explaining the original hack, first let me describe about the css code which controls the layout alignment.</p>
<div class="codeview">margin: auto;</div>
<p>The simple margin tag in CSS controls the alignment of the site layout in different screen resolutions. I have selected auto to change the layout alignment in accordance with the visitors screen resolution.</p>
<h1>Screen resolution compatible CSS &#8211; Blogger users</h1>
<p>In order to make changes to your CSS code in blogger blogs , follow the below steps.</p>
<p>step 1 : First go to Layout section of your blog.<br />step2 :  Then navigate to EDIT HTML page</p>
<p>Now add the margin: auto; tag in the css codes of the following sections.
<ul>
<li>Header</li>
<p>
<li>Outer wrapper</li>
<p>
<li>content wrapper</li>
<p>
<li>wrapper</li>
<p>
<li>Footer</li>
</ul>
<p>If one more sections are missing in your style sheet , then insert that code in the respective div sections used in your blogger template.<br />
<h3></h3>
<p>
<h1>Screen resolution compatible CSS &#8211; WordPress Users</h1>
<p>To edit the css code in your wordpress blogs, follow the below steps.</p>
<p>first go to appearance option in your wordpress dashboard. Then go to EDITOR page. In that page , add the css code margin: auto; in the following css sections.</p>
<ul>
<li>Header</li>
<p>
<li>Outer wrapper</li>
<p>
<li>content wrapper</li>
<p>
<li>wrapper</li>
<p>
<li>single entry</li>
<li></li>
<li>Footer</li>
</ul>
<p>
<h3></h3>
<p>
<h1>how to change screen resolution</h1>
<p>For checking your site compatibility with different screen resolutions do any one of the below steps.</p>
<h1>how to get a higher screen resolution on windows vista/XP</h1>
<p>To change the screen resolution of your PC , do the following steps.Right click on your desktop , then click the option &#8220;Properties&#8221; there.A new window will open. Now navigate to &#8220;settings &#8221; tab. There  you can see a slider to change the screen resolution. With that slider you can either increase or decrease. After you chose a particular screen resolution , click apply. It will give you a warning message click &#8220;ok&#8221;.</p>
<p><img src="http://bloggerdummies.com/wp-content/uploads/2009/08/properties-window.jpg" alt="properties window" title="properties window" class="aligncenter size-full wp-image-909" width="404" height="202" /></p>
<p>Now open the browser and visit your site for compatibility.<br />
<h3></h3>
<p>
<h1>how to set screen resolution using keyboard hotkey</h1>
<p>You can also check the compatibility of your site with different screen resolutions with simple keyboard short keys.<br />First go to your blog and do the following :<br />To reduce the screen resolution , press &#8220;ctrl&#8221; and scroll down the mouse roller.<br />Or<br />press &#8221; ctrl &#8221; button and press &#8220;-&#8221; button.</p>
<p>To increase the screen resolution, click &#8220;ctrl&#8221; and &#8220;+&#8221; button or else press &#8221; ctrl &#8221; and scroll up the mouse roller.</p>
<p>With the above keyboards hotkeys , you can check the screen resolution compatibility of your site.<br />
<h3></h3>
<p>Hope this article will be useful for all web designers who want to create wordpress themes or blogger templates which are higher screen resolution compatible. If you have any problem with your website layout alignment, then please email me about the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerdummies.com/compatible-screen-resolution-css-hack/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic House Blogger Template</title>
		<link>http://bloggerdummies.com/magic-house-blogger-template</link>
		<comments>http://bloggerdummies.com/magic-house-blogger-template#comments</comments>
		<pubDate>Fri, 19 Jun 2009 07:26:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Template]]></category>
		<category><![CDATA[3 column blogger template]]></category>
		<category><![CDATA[3 column templates]]></category>
		<category><![CDATA[blogspot template]]></category>
		<category><![CDATA[dark blogger template]]></category>
		<category><![CDATA[wordpress to blogger]]></category>

		<guid isPermaLink="false">http://www.techieblogger.com/?p=290</guid>
		<description><![CDATA[Magic House Blogger template is a three column xml blogger template which is ripped from wordpress theme. As I told in my last post itself , If you request any theme conversion I will do that. One of my blog reader requested me to rip magic house wordpress theme to blogger template. So I have [...]]]></description>
			<content:encoded><![CDATA[<p>Magic House Blogger template is a three column xml blogger template which is ripped from wordpress theme. As I told in my last post itself , If you request any theme conversion I will do that. One of my blog reader requested me to rip <a href="http://www.askgraphics.com">magic house wordpress theme</a> to blogger template. So I have ripped this wordpress theme for him. If you want your favourite wordpress theme to blogger template , then send me your requests.<br />
<h3></h3>
<p><center><br />
<a href="http://bloggerdummies.com/wp-content/uploads/2009/06/magic-houes-blogger-template.png" target="_blank"><img src="http://bloggerdummies.com/wp-content/uploads/2009/06/magic-house-bloggertemplate.png" alt="magic house blogger template" title="magic house blogger template" width="500" height="213" class="aligncenter size-full wp-image-318" /></a><br />
</center></p>
<h3></h3>
<h3>Features of Magic House Blogger Template</h3>
<ul>
<li>Top navigation menu</li>
<li>Search box in right of navigation menu</li>
<li>Two sidebars with one sidebar in each side</li>
<li>socialbar script at bottom of the post</li>
<li>Read More hack with automatic thumbnail creator script</li>
<li>Yahoo Smileys hack included</li>
<li>Cross browser Compatible</li>
<li>Supports All screen resolution</li>
</ul>
<h3>Template Modifications</h3>
<ul>
<li>Top Navigation Menu</li>
</ul>
<p>To set up Navigation menu , go to EDIT HTML page of your blogger Template.There you will find the following code :</p>
<div class="codeview">&lt;a href=&#8217;http://www.techieblogger.com&#8217;&gt;Home&lt;/a&gt;&lt;/div&gt;<br />
&lt;div class=&#8217;no_bg&#8217;/&gt;&lt;div&gt;&lt;a href=&#8217;http://www.techieblogger.com/category/Blogger-Template&#8217;&gt;Templates&lt;/a&gt;&lt;/div&gt;<br />
&lt;div class=&#8217;no_bg&#8217;/&gt;&lt;div&gt;&lt;a href=&#8217;http://www.techieblogger.com/category/Blogger-widget&#8217;&gt;Widgets&lt;/a&gt;&lt;/div&gt;</p>
<p>&lt;div class=&#8217;no_bg&#8217;/&gt;&lt;div&gt;&lt;a href=&#8217;http://www.techieblogger.com/category/Blogger-Hack&#8217;&gt;Blogger hacks&lt;/a&gt;&lt;/div&gt;<br />
&lt;div class=&#8217;no_bg&#8217;/&gt;&lt;div&gt;&lt;a href=&#8217;http://www.techieblogger.com/contact&#8217;&gt;Advertise&lt;/a&gt;&lt;/div&gt;<br />
&lt;div class=&#8217;no_bg&#8217;/&gt;&lt;div&gt;&lt;a href=&#8217;http://www.techieblogger.com/category/blogger-tutorials&#8217;&gt;Tutorial&lt;/a&gt;</p></div>
<p>Edit the links and title to suit your Blogger template.</p>
<ul>
<li>Remove Top Blogger Navbar</li>
</ul>
<div class="codeview">
#navbar-iframe {<br />
height : 0;<br />
visibility : hidden;<br />
display : none;<br />
}</div>
<h3>Read more hack for Blogger</h3>
<p>I have included the javascript needed for the automatic thumbnail creator script. If you need any modifications of the image width or height , then please refer this post <a href="http://www.techieblogger.com/2009/05/read-more-hack-for-blogger-with-automatic-thumbnail-creator-script.html">Read more hack with Automatic Thumbnail creator</a><br />
<center><br />
<a href="http://magic-house-blogger-template.blogspot.com" class="button_demo" target="_blank"></a><a href="http://techieblogger.com/wp-content/uploads/2009/07/Magic-House-Blogger-template.zip" class="button_download" target="_blank"></a></center><br />
<br/></p>
<h3></h3>
<h3>Donate if you like my work</h3>
<p>if you like my work and want to encourage me to rip more wordpress themes to blogger templates , Then please help us by donating something you can.<center><br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick"><br />
<input type="hidden" name="hosted_button_id" value="6246217"><br />
<input type="image" src="http://bloggerdummies.com/wp-content/uploads/2009/06/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><br />
</form>
<p></center></p>
<h3></h3>
<p>So if you want any wordpress theme to be converted to blogger xml template , then request in the comment section. I am always ready to rip.</p>
<p>If you Guys need any modification or any other hack in this template , then please contact here or email me to mohamedrias1103gmail.com. I will modify this template to your wish.</p>
<p>P.S: I have hosted all images in my own database. So there won&#8217;t be any bandwidth problem. But still i appreciate you to upload the images to photobucket and take backup.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerdummies.com/magic-house-blogger-template/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting WordPress themes to Blogger Templates</title>
		<link>http://bloggerdummies.com/convert-wordpress-themes-to-blogger-templates</link>
		<comments>http://bloggerdummies.com/convert-wordpress-themes-to-blogger-templates#comments</comments>
		<pubDate>Sat, 13 Jun 2009 12:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Template]]></category>
		<category><![CDATA[Blogger Hacks]]></category>
		<category><![CDATA[blogger services]]></category>
		<category><![CDATA[blogger templates]]></category>

		<guid isPermaLink="false">http://smashingtips.com/blogger/converting-wordpress-themes-to-blogger-templates-2</guid>
		<description><![CDATA[It&#8217;s being longtime I have ripped a WordPress theme to use in Blogger Beta. Many users ask me for wordpress theme conversion in Google talk. I thought it would be great to open a thread in Techie blogger itself , so that all my readers can give me suggestions. I can rip any existing wordpress [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s being longtime I have ripped a WordPress theme to use in Blogger Beta. Many users ask me for wordpress theme conversion in Google talk. I thought it would be great to open a thread in Techie blogger itself , so that all my readers can give me suggestions. I can rip any existing wordpress theme to blogger template or I can customize your existing Blogger template.</p>
<p><a href="http://bloggerdummies.com/wp-content/uploads/2009/06/Wordpress+to+Blogger.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://bloggerdummies.com/wp-content/uploads/2009/06/Wordpress+to+Blogger1.png" alt="" id="BLOGGER_PHOTO_ID_5346793767083336722" border="0" /></a></p>
<p>Some Blogger use to demand money to rip wordpress themes to blogger templates , But I am going to do this for free. So No need to pay 10$ for any site to get your desired wordpress theme to use in Blogger. You can request conversion of any wordpress theme here via comments. If more users recommend the same theme or if I feel it to be a professional one, I will rip that wordpress theme to Blogger Beta Template.</p>
<h3>Customizing Blogger Templates</h3>
<p>If you have any errors in Blogger templates , then you can contact me via gtalk. I can help you to fix errors online itself.</p>
<p>You can contact me via Google Talk for any of these services :</p>
<ol>
<li>Ripping WordPress themes to Blogger templates </li>
<p>
<li class="odd">Fixing errors in Blogger Templates</li>
<p>
<li>Making your CSS code compatible for all browsers</li>
<p>
<li class="odd">Fixing XML or CSS errors</li>
<p>
<li>SEO tips</li>
<p></ol>
]]></content:encoded>
			<wfw:commentRss>http://bloggerdummies.com/convert-wordpress-themes-to-blogger-templates/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Show Adsense ads below post title</title>
		<link>http://bloggerdummies.com/show-adsense-ads-below-post-title</link>
		<comments>http://bloggerdummies.com/show-adsense-ads-below-post-title#comments</comments>
		<pubDate>Sat, 16 May 2009 13:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[Ads in post title]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[adsense ads]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[Blogger adsense]]></category>
		<category><![CDATA[Blogger Hacks]]></category>
		<category><![CDATA[Blogger tutorials]]></category>
		<category><![CDATA[Google adsense]]></category>

		<guid isPermaLink="false">http://www.test.smashingtips.com/techieblogger/?p=67</guid>
		<description><![CDATA[In this tutorial I will explain how to place Adsense ads below post title in Blogger Blogs with lots of customization tips. You might have noticed that most of the bloggers show Google adsense ads below title to increase their Click through rate and earnings. According to Google adsense help pages &#8221; Where to place [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I will explain how to place Adsense ads below post title in Blogger Blogs with lots of customization tips. You might have noticed that most of the bloggers show Google adsense ads below title to increase their Click through rate and earnings.</p>
<p>According to Google adsense help pages &#8221; <a href="https://www.google.com/adsense/support/bin/answer.py?answer=17954">Where to place adsense ads ?</a>&#8220;. Placing adsense ads below title and above article content can bring high ctr and performance.</p>
<div style="text-align: center;"><img style="width: 472px; height: 402px;" src="http://bloggerdummies.com/wp-content/uploads/2009/05/general_en.jpg" alt="Adsense ads Below post title" /></div>
<p>This &#8220;heat map&#8221; illustrates the ideal placing on a sample page layout. The colors fade from dark orange (strongest performance) to light yellow (weakest performance). So it&#8217;s clear from the heat map that the adsense ads below post title can bring high ctr.</p>
<h3>How to add Adsense ads below post title ?</h3>
<p>It&#8217;s really very easy to add adsense ads below post title in blogger. Inorder to add adsense ads below post title ,just follow the below steps.</p>
<p>Before adding the adsense ads to blogger templates , we need to encode our adsense ads code.If you add the adsense code without encoding then you can&#8217;t see any adsense ads below post title.</p>
<h3>Encoding Adsense Ad Code ?</h3>
<p>To encode adsense ads, first create an adsense ad and then visit <a style="color: #ff0000;" href="http://centricle.com/tools/html-entities/" target="_blank">centricle</a> website to encode. In centricle web page , you need to paste your adsense code in the text area and then click &#8221; <span style="color: #ff0000;">Encode</span> &#8220;. Copy the encoded code. Now your adsense code is ready to be added to blogger template.</p>
<h3>Adding adsense ad code to blogger template</h3>
<p>step 1 : Go to layout section of your blogger template and then navigate to EDIT HTML sub tab. There check the &#8220;Expand Widget Templates &#8220;.</p>
<p>step2 : Look up the following tag : <span style="color: #cc0000;">&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;</span> and paste the encoded adsense ad code above that tag.</p>
<p>Then click save. That&#8217;s it Now we have added the adsense ad code below the post title in blogger blog successfully.</p>
<h3>Customizing Adsense ads</h3>
<p>Here are the few customization tips , which you can apply to increase your CTR.You might have seen that most of the bloggers will show more than Three posts in home page / labels page / archives page. But as per adsense TOS we can show only  Three ads per page. So due to this we will see some blank spaces between post title and content , when the three adsense ads are already loaded.In order to avoid this error , we can show adsense ads only in Post pages i.e pages containing articles.</p>
<h3>Showing adsense Ad only in Post pages</h3>
<p>In order to implement this hack in your blogger template. you need to change the encoded adsense ad code to this.</p>
<pre name="code" class="HTML">

<p>&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;<br />
Encoded Adsense code here<br />
&lt;/b:if&gt;</p></pre>
<p>Now paste this code above <span style="color: #cc0000;">&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;</span></p>
<h3>Making adsense ads to Float</h3>
<p>After adding the adsense ad code to your templates , you can see that by default the adsense ad code will not allow any text to be shown nearby it.</p>
<p><a href="http://bloggerdummies.com/wp-content/uploads/2009/05/adsense+ads.jpg" ><img id="BLOGGER_PHOTO_ID_5336434663518454018" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 256px;" src="http://bloggerdummies.com/wp-content/uploads/2009/05/adsense+ads1.jpg" border="0" alt="" /></a><br />
So in order to overcome this error , we need to add some CSS codes to make adsense ad code to float either left or right.</p>
<p>For this we just need to modify the encoded adsense code to be added in step 2.</p>
<p>replace that encoded code with this one :</p>
<blockquote><p>&lt;div style=&#8221;float:<span style="color: #ff0000;">left</span>;padding:<span style="color: #cc0000;">5px</span>;&#8221;&gt;</p>
<p>encoded adsense ad code here</p>
<p>&lt;/div&gt;</p>
<p>Change the text in red to make adsense ad to float either to left or right.</p>
<h3>My suggestion</h3>
<p>According to me , instead of showing adsense ads in all pages ( home page , archives page and labels page ) ,  we can show adsense ads only in post pages to increase our ctr. If you are using the &#8221; <a href="http://www.techieblogger.com/2009/05/read-more-hack-for-blogger-with.html">Read More hack for Blogger with automatic Thumbnail creator script</a> &#8221; then it&#8217;s advisable to show adsense ads only in post pages.</p>
<p>Hope you guys will like this hack. If you need any more customization , then give me your suggestions via comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerdummies.com/show-adsense-ads-below-post-title/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video Tutorial : Backup Blogger templates widgets</title>
		<link>http://bloggerdummies.com/backup-blogger-template-widgets</link>
		<comments>http://bloggerdummies.com/backup-blogger-template-widgets#comments</comments>
		<pubDate>Fri, 15 May 2009 18:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[Blogger tutorials]]></category>
		<category><![CDATA[backip blogger templates]]></category>
		<category><![CDATA[backup widgets]]></category>
		<category><![CDATA[Blogger Hacks]]></category>
		<category><![CDATA[blogger templates]]></category>

		<guid isPermaLink="false">http://smashingtips.com/blogger/backup-blogger-blog-widgets-an-easy-video-tutorial-2</guid>
		<description><![CDATA[One of the Major Problem Blogger users have is whenever they try to change their templates , They will loss their widgets even if they have taken backup of their blogger blog template. After changing their Blogger template , they need to add blogger widgets again manually. It’s really annoying and time consuming process. So [...]]]></description>
			<content:encoded><![CDATA[<p>One of the Major Problem Blogger users have is whenever they try to change their templates , They will loss their widgets even if they have taken backup of their blogger blog template. After changing their Blogger template , they need to add blogger widgets again manually. It’s really annoying and time consuming process. So here I have created a video which will give you step by step instructions to backup blogger templates without losing any of your widgets. While you&#8217;re backing up your templates you might as well make sure to backup and protect your other files.</p>
<div style="text-align: center;"><img src="http://bloggerdummies.com/wp-content/uploads/2009/05/backup.jpg" alt="Backup Blogger Widgets " /></div>
<p>I have written a tutorial on Backup Blogger blog widgets &#8221; <a href="http://www.techieblogger.com/2008/07/how-to-change-blogger-template-without.html">How to change Blogger Template without deleting widgets ?</a> &#8221; .But most of the friends found that difficult to backup blogger widgets. So in order to help them , I have created a video tutorial for them to backup Blogger Template and blogger widgets while changing their blogger templates.</p>
<h3>BACKUP BLOGGER WIDGETS VIDEO TUTORIAL</h3>
<p>This is my first video tutorial guys , so please give me your suggestions. Due to lesser RAM , the Voice is a bit choppy. If you still have any doubts or difficulty to backup the blogger blog widgets then please feel free to contact me.</p>
<p>Very soon I will write tutorials on</p>
<ul>
<li>How to backup Blogger Posts</li>
</ul>
<p>and will explain the functionality of numerous blogger posts backup software. If you don&#8217;t want to miss my future tutorials or hack then please suscribe to my blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerdummies.com/backup-blogger-template-widgets/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Read More hack for Blogger with automatic Thumbnail creator script</title>
		<link>http://bloggerdummies.com/read-more-hack-with-thumbnails</link>
		<comments>http://bloggerdummies.com/read-more-hack-with-thumbnails#comments</comments>
		<pubDate>Thu, 14 May 2009 08:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Hack]]></category>

		<guid isPermaLink="false">http://smashingtips.com/blogger/read-more-hack-for-blogger-with-automatic-thumbnail-creator-script</guid>
		<description><![CDATA[You might have noticed that since few weeks I have been using a strange script which enables us to summarize content and show only the summary with a thumbnail in Home Page , Archives page and Labels page. Since some of my readers requested this hack in gtalk , so I am going to explain [...]]]></description>
			<content:encoded><![CDATA[<p>You might have noticed that since few weeks I have been using a strange script which enables us to summarize content and show only the summary with a thumbnail in Home Page , Archives page and Labels page.</p>
<p>Since some of my readers requested this hack in <a href="gtalk:chat?jid=mohamedrias1103@gmail.com">gtalk</a> , so I am going to explain How to add this hack to your blogger template.</p>
<p><a href="http://bloggerdummies.com/wp-content/uploads/2009/05/resumo.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 360px; height: 318px;" src="http://bloggerdummies.com/wp-content/uploads/2009/05/resumo.jpg" border="0" alt="" /></a></p>
<p>Before going into this , I would like to mention the previous versions of this created by some of my fellow Bloggers.</p>
<ul>
<li> <a href="http://www.eblogtemplates.com/how-to-add-the-blogger-read-more-expandable-posts-link/">Eblog Templates</a></li>
<li> <a href="http://hackosphere.blogspot.com/2006/09/expandable-posts-with-peekaboo-view.html">Hackosphere</a></li>
</ul>
<p>But these versions had some disadvantages like :</p>
<h3>1. It can&#8217;t automatically create summaries.</h3>
<p>We need to add the following tag in all post pages while writing new posts</p>
<div style="text-align: left; color: #ff0000;">Type your summary here<br />
&lt;span id=&#8221;fullpost&#8221;&gt;<br />
Type rest of the post here<br />
&lt;/span&gt;</div>
<h3>2. This feature can be available only for future posts.</h3>
<p>That is if you already have 50 posts in your blog and then after that you are adding this hack to your template then you need to add the above tag in each and every previous 50 posts to make this hack working. But it&#8217;s a tedious process.</p>
<h3>3. Can&#8217;t create Thumbnails automatically</h3>
<p>This hack can&#8217;t create automatic thumbnails for posts.</p>
<p>Now a new version has been developed by my blogger friends. I would like to share that new version of read more hack with you all.</p>
<h3>Read More hack with automatic Thumbnail creator script</h3>
<p>This hack has overcome all the drawbacks of the previous version of read more hack. This hack is developed by <a href="http://www.bloggersphera.com/2009/01/resumo-do-post-hack-leia-mais.html">Blogsphera </a> . ( <a href="http://translate.google.com/translate?u=http%3A//www.bloggersphera.com/2009/01/resumo-do-post-hack-leia-mais.html&amp;hl=en&amp;langpair=auto%7Cen&amp;tbb=1&amp;ie=UTF-8">Translated version </a>).</p>
<p>Let&#8217;s see the installation instructions :</p>
<h3>Adding the Javascript in the header</h3>
<p>To add the javascript files to the header , first login to your blogger account. Then navigate to Layout section of your blog and then move to <span style="color: #ff0000;">EDIT HTML</span> sub tab.</p>
<p>There search for this tag : <span style="color: #cc0000;">&lt;/head&gt;</span></p>
<p>Now place the follwing code above that tag &lt;/head&gt; :</p>
<div class="codeview">&lt;SCRIPT type=&#8217;text/javascript&#8217;&gt; var thumbnail_mode = &amp;quot;no-float&amp;quot; ; summary_noimg =<span style="color: #cc0000;"> 500</span>; summary_img = <span style="color: #ff0000;">400</span>; img_thumb_height = <span style="color: #ff0000;">130</span>; img_thumb_width =<span style="color: #ff0000;"> 281</span>; &lt;/SCRIPT&gt; &lt;SCRIPT src=&#8217;http://www.smashingtips.com/wp-content/uploads/2009/05/read-more.js&#8217; type=&#8217;text/javascript&#8217;/&gt;</div>
<p>then save your template.</p>
<h3>Final step : ADD the code in post body</h3>
<p>Now check &#8221; Expand Widget Templates &#8221; option in the edit html page. And then search for this tag</p>
<div style="text-align: center; color: #ff0000;">&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;</div>
<p>Now replace that whole tag with the code below :</p>
<div class="codeview">&lt;b:if cond=&#8217;data:blog.pageType == &amp;quot;item&amp;quot;&#8217;&gt;<br />
&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;<br />
&lt;b:else/&gt;&lt;DIV expr:id=&#8217;&amp;quot;summary&amp;quot; + data:post.id&#8217;&gt;&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;&lt;/DIV&gt; &lt;SCRIPT type=&#8217;text/javascript&#8217;&gt;createSummaryAndThumb(&amp;quot;summary&lt;data:post.id/&gt;&amp;quot;);&lt;/SCRIPT&gt;  &lt;div style=&#8217;clear: both;&#8217;/&gt; &lt;div style=&#8217;border:0px;padding-top:5px;;float:right;text-align:right;&#8217;&gt;&lt;span class=&#8217;readon&#8217;&gt;&lt;a expr:href=&#8217;data:post.url&#8217; rel=&#8217;bookmark&#8217;&gt;&lt;img src=&#8217;<span style="color: #ff0000;">http://i422.photobucket.com/albums/pp302/bloggeracs/ReadMore.png</span>&#8216;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;<br />
&lt;/b:if&gt;</div>
<p>You can now preview your template and then save it.</p>
<p>it will look like this :</p>
<p><a href="http://bloggerdummies.com/wp-content/uploads/2009/05/read-more-hack.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5335615753523380722" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 500px; height: 222px;" src="http://bloggerdummies.com/wp-content/uploads/2009/05/read-more-hack1.jpg" border="0" alt="" /></a></p>
<h3><span style="color: #ff0000;">Customizing The code </span></h3>
<p>Now let us see how to customize the code to suit your style :</p>
<ul>
<li>var thumbnail_mode = &#8220;no-float&#8221;;</li>
<p>By default i have selected no-float. That the image will be unformatted. If you want the thumbnail to be shown only on left use the option &#8221; float &#8221; instead of &#8220;no-float&#8221;.</p>
<li>summary_noimg = 500 ;</li>
<p>This code will decide how much characters must be shown in the post if that post doesn&#8217;t contain any images. I have selected 500 characters.. you can customize it to suit ur template.</p>
<li>summary_img = 400 ;</li>
<p>If the post contains image , then this code will decide how many characters must be shown in that post. Change the number of characters to be shown to suit your template.</p>
<li>img_thumb_height = 130;</li>
<p>This tag decides the height of the thumbnail to be shown in the post. Vary the number 130 to suit your template.</p>
<li> img_thumb_width = 281 ;</li>
<p>This tag decides the width of the Thumbnail image to be shown.</p>
<h3>Adding read more image</h3>
<p>The author of this hack haven&#8217;t included any read more buttons in this hack. But I have modified the code and have included a image to link to the full post.</p>
<p><img src="http://i422.photobucket.com/albums/pp302/bloggeracs/ReadMore.png" alt="" width="80" height="25" /></p>
<p>If you want to change the image then replace the url of the image with your own image</p>
<p>or if you don&#8217;t need any read more button , then replace the code in final step to this one :</p>
<div class="codeview">&lt;b:if cond=&#8217;data:blog.pageType == &#8220;item&#8221;&#8216;&gt;<br />
&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;<br />
&lt;b:else/&gt;&lt;DIV expr:id=&#8217;&#8221;summary&#8221; + data:post.id&#8217;&gt;&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;&lt;/DIV&gt; &lt;SCRIPT type=&#8217;text/javascript&#8217;&gt;createSummaryAndThumb(&#8220;summary&lt;data:post.id/&gt;&#8221;);&lt;/SCRIPT&gt; &lt;div style=&#8217;clear: both;&#8217;/&gt;&lt;div style=&#8217;border:0px;padding-top:5px;;float:right;text-align:right;&#8217;&gt;&lt;span class=&#8217;readon&#8217;&gt;&lt;a expr:href=&#8217;data:post.url&#8217; rel=&#8217;bookmark&#8217;&gt;Read More&#8230;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;<br />
&lt;/b:if&gt;</div>
<p>change the tag in red to suit your style.</ul>
<p>Hope I have explained everything in this script. if you need any other modification or help please feel free to add to <a href="gtalk:chat?jid=mohamedrias1103@gmail.com">gtalk</a>. I love to help you guys.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerdummies.com/read-more-hack-with-thumbnails/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Digital Statement Blogger Template</title>
		<link>http://bloggerdummies.com/digital-statement-templates</link>
		<comments>http://bloggerdummies.com/digital-statement-templates#comments</comments>
		<pubDate>Wed, 22 Apr 2009 01:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Template]]></category>
		<category><![CDATA[blogger templates]]></category>
		<category><![CDATA[blogger themes]]></category>
		<category><![CDATA[blogspot templates]]></category>

		<guid isPermaLink="false">http://smashingtips.com/blogger/digital-statement-blogger-template-2</guid>
		<description><![CDATA[One of my Blog reader , requested me to convert Digital Statement wordpress theme to blogger. The wordpress theme was developed by Blog Oh Blog. This is a professional theme with lots of new features available. Main features of this template: Header with a search widget on right : This is the code i have [...]]]></description>
			<content:encoded><![CDATA[<p>One of my Blog reader , requested me to convert Digital Statement wordpress theme to blogger. The wordpress theme was developed by <a href="http://www.blogohblog.com/wordpress-theme-digital-statement/">Blog Oh Blog</a>. This is a professional theme with lots of new features available.</p>
<div style="text-align: center;"><img src="http://bloggerdummies.com/wp-content/uploads/2009/04/digital-statement.gif" title="Digital Statement WordPress theme" /></div>
<p>
<h3><span style="font-weight: bold;">Main features of this template:<br /></span></h3>
<ul>
<li> Header with a search widget on right :</li>
<p>This is the code i have used</p>
<blockquote><p>&lt;div id=&#8217;searchbox&#8217;&gt;<br />&lt;form action=&#8217;/search&#8217; id=&#8217;searchform&#8217; method=&#8217;get&#8217;&gt;<br />&lt;input class=&#8217;swap_value&#8217; id=&#8217;s&#8217; name=&#8217;q&#8217; type=&#8217;text&#8217; value=&#8221;/&gt;</p>
<p>&lt;input alt=&#8217;Search&#8217; id=&#8217;go&#8217; src=&#8221;http://bloggerdummies.com/wp-content/uploads/2009/04/go.gif&#8221; title=&#8217;Search&#8217; type=&#8217;image&#8217;/&gt;<br />&lt;/form&gt;<br />&lt;/div&gt;</p></blockquote>
<p>you can see this code if you check expand widgets box in layout page. If you want to show your own adsense search box then just replace this code with your adsense search box code.</p>
<li> Two navigation widget available.</li>
<p>This is the code I have used<br />
<blockquote>&lt;div id=&#8217;nav&#8217;&gt;<br />&lt;ul&gt;<br />&lt;li class=&#8217;page_item&#8217;&gt;&lt;a href=&#8217;http://techieblogger.com/&#8217;&gt;Home&lt;/a&gt;&lt;/li&gt;<br />&lt;li class=&#8217;page_item&#8217;&gt;&lt;a href=&#8217;http://www.wordpress.org&#8217; title=&#8217;Wordpress&#8217;&gt;Wordpress&lt;/a&gt;&lt;/li&gt;<br />&lt;li class=&#8217;page_item&#8217;&gt;&lt;a href=&#8217;http://www.blogger.com&#8217; title=&#8217;Blogger&#8217;&gt;Blogger&lt;/a&gt;&lt;/li&gt;<br />&lt;li class=&#8217;page_item&#8217;&gt;&lt;a href=&#8217;http://www.techieblogger.com&#8217; title=&#8217;Taking Blogger to Next Level&#8217;&gt;Techie Blogger&lt;/a&gt;&lt;/li&gt;<br />&lt;/ul&gt;&lt;div class=&#8217;clearfloat&#8217;/&gt;</p>
<p>&lt;ul id=&#8217;cat&#8217;&gt;<br />&lt;li class=&#8217;cat-item&#8217;&gt;&lt;a href=&#8217;http://www.techieblogger.com&#8217; title=&#8217;View all posts filed under Blockquotes&#8217;&gt;admin&lt;/a&gt;&lt;/li&gt;<br />&lt;li class=&#8217;cat-item&#8217;&gt;&lt;a href=&#8217;http://www.techieblogger.com/2008/07/page-navigation-hack-for-blogger.html&#8217; title=&#8217;Page Navigation Widget&#8217;&gt;Numbered Page navigation&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li class=&#8217;cat-item&#8217;&gt;&lt;a href=&#8217;http://www.techieblogger.com/&#8217; title=&#8217;View all posts filed under Lists&#8217;&gt;Author&lt;/a&gt;&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;/div&gt;&lt;/div&gt;</p></blockquote>
<p>replace all the links with your own links. If you are satisfied with just one navigation widget and want to show adsense 726&#215;15 ad link unit then you need to edit the second navigation code with this.</p>
<blockquote><p>&lt;ul id=&#8217;cat&#8217;&gt;<br />&lt; &#8212;- adsense code here &#8212; &gt;<br />&lt;/ul&gt;</p></blockquote>
<p>
<li> Related Posts Widget with custom CSS is included in this template with print option.</li>
<li> Comments with unique CSS style and showing author comments in different style is included.</li>
<p>If you want to show your own avatar then search for this code in the edit HTML tab pge with expand widgets box checked.</p>
<p>http://www.gravatar.com/avatar.php?gravatar_id=ef6eb8d01747fd1846efd0227517ca1c&amp;rating=R&amp;size=36</p>
<p>replace that url with your own avatar url.</p>
<li> Two Tabbed Navigation Widget is included in Sidebar. If you want to change the titles of the tabbed navigation , then search for this tag in EDIT HTML page.</li>
<p>&lt;div class=&#8221;tabbertab&#8221; title=&#8221;<span style="color: rgb(255, 0, 0);">Recent Post</span>&#8220;&gt;</p>
<p>similarly you can change the titles of other widgets also.</p>
<li> Three column footer section is available in this template.</li>
<p>I haven&#8217;t included the featured post hack in this template , because most of the blogger users won&#8217;t use that. if you want to add that featured post widget then add the following java script above <span style="color: rgb(255, 0, 0);">&lt;/head&gt;</span></p>
<p>&lt;!&#8211;SmoothGallery Starts&#8211;&gt;</p>
<p>&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;http://wpthemes.blogohblog.net/wp-content/themes/Digital_Statement/js/smoothgallery/css/jd.gallery.css&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221;/&gt;<br />&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://wpthemes.blogohblog.net/wp-content/themes/Digital_Statement/js/smoothgallery/scripts/mootools.v1.11.js&#8221;&gt;&lt;/script&gt;<br />&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://wpthemes.blogohblog.net/wp-content/themes/Digital_Statement/js/smoothgallery/scripts/jd.gallery.js&#8221;&gt;&lt;/script&gt;<br />&lt;!&#8211;SmoothGallery Ends&#8211;&gt;</p>
</ul>
<p>
<h3> What&#8217;s Next ? </h3>
<p>With So many new features available , hope everyone will like this template.</p>
<p><a href="http://www.ziddu.com/download/4475556/digitalStatement.zip.html">Download</a> | <a href="http://tweak-pc.blogspot.com/">Demo</a>
<div style="text-align: center;"></div>
<p class="warning"> Guys I am giving this template as free so please don&#8217;t remove the footer credits</p>
<p>Hope you Guys will like this template.. if you are really impressed by my hard work then please make some donations.
<div style="margin-top: 5px;"><center><br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input value="_s-xclick" name="cmd" type="hidden"><br /><input value="4650861" name="hosted_button_id" type="hidden"><br /><input alt="PayPal - The safer, easier way to pay online!" src="http://bloggerdummies.com/wp-content/uploads/2009/04/btn_donateCC_LG.gif" name="submit" border="0" type="image"><br /></form>
<p></center></div>
<p>See you soon with a new template.</p>
<p><span style="font-weight: bold;">update :<br /></span><br />if you want to remove one of the tabbed navigation Widget then do the following step.</p>
<p>Go to Layout page of your template and then navigate to EDIT HTML sub page. There search for the following tag</p>
<div class="codeview">&lt;div id=&#8217;tab&#8217;&gt;<br />&lt;div class=&#8217;tabber&#8217;&gt;</p>
<p>&lt;div class=&#8217;tabbertab&#8217; title=&#8217;Archives&#8217;&gt;</p>
<p>    &lt;b:section class=&#8217;tabber&#8217; id=&#8217;tab1&#8242; preferred=&#8217;yes&#8217;&gt;<br />&lt;b:widget id=&#8217;BlogArchive1&#8242; locked=&#8217;false&#8217; title=&#8217;Blog Archive&#8217; type=&#8217;BlogArchive&#8217;/&gt;<br />&lt;/b:section&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div class=&#8217;tabbertab&#8217; title=&#8217;Categories&#8217;&gt;</p>
<p>    &lt;b:section class=&#8217;tabbertab&#8217; id=&#8217;tab2&#8242; preferred=&#8217;yes&#8217;&gt;<br />&lt;b:widget id=&#8217;Label1&#8242; locked=&#8217;false&#8217; title=&#8217;Labels&#8217; type=&#8217;Label&#8217;/&gt;<br />&lt;/b:section&gt;<br />&lt;/div&gt;</p>
<p>&lt;div class=&#8217;tabbertab&#8217; title=&#8217;Tag Cloud&#8217;&gt;</p>
<p>    &lt;b:section class=&#8217;tabbertab1&#8242; id=&#8217;tab3&#8242; preferred=&#8217;yes&#8217;/&gt;<br />&lt;/div&gt;</p>
<p>&lt;/div&gt;&lt;/div&gt;</div>
<p>remove this whole code.</p>
<p>If you need any other customization let me know..</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerdummies.com/digital-statement-templates/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/

Served from: bloggerdummies.com @ 2013-06-19 10:35:11 -->