<?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 Tuts</title>
	<atom:link href="http://bloggertuts.com/feed" rel="self" type="application/rss+xml" />
	<link>http://bloggertuts.com</link>
	<description>Tut Tut Blogger-o!</description>
	<lastBuildDate>Thu, 08 Dec 2011 16:17:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hello world!</title>
		<link>http://bloggertuts.com/2011/07/hello-world.html</link>
		<comments>http://bloggertuts.com/2011/07/hello-world.html#comments</comments>
		<pubDate>Tue, 05 Jul 2011 06:13:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://demogator.hostgator.com/wp/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggertuts.com/2011/07/hello-world.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Font API &#8211; The Easiest Way to Use Custom Fonts Ever</title>
		<link>http://bloggertuts.com/2010/05/google-font-api-easiest-way-to-use.html</link>
		<comments>http://bloggertuts.com/2010/05/google-font-api-easiest-way-to-use.html#comments</comments>
		<pubDate>Thu, 27 May 2010 13:45:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bloggertuts.com/?p=17</guid>
		<description><![CDATA[Google just introduced us its new Font API. I have played around a with it and I can assure you It&#8217;s the best and simplest way to use custom fonts I&#8217;ve ever seen. It takes less than 10 seconds to install and use a new font, and gives you full control over the fonts even [...]]]></description>
			<content:encoded><![CDATA[<p>Google just introduced us its new Font API. I have played around a with it and I can assure you It&#8217;s the best and simplest way to use custom fonts I&#8217;ve ever seen.</p>
<p>It takes less than 10 seconds to install and use a new font, and gives you full control over the fonts even with CSS 3. One of the best features is that it&#8217;s pretty fast on time loading and supports Internet Explorer 6 (aka Lost Cause).</p>
<p>So here&#8217;s a quick tutorial on how to use the new Google Font API on your Blogger Blog.<br />
<a name="more"></a></p>
<h3>1 &#8211; Choosing the Font</h3>
<p>Just go to the Google Font Directory and pick the desired font. There is a quite nice collection already, but I am pretty sure they will keep expanding it while the new API gets popular.</p>
<p>Once you have picked the one you want, just click it and it will take to a new page with further details about the font, how it looks, a couple of variants, etc.</p>
<h3>2 &#8211; Get the Code!</h3>
<p>Now just click &#8220;Get the Code&#8221;.</p>
<p>And copy the font code:</p>
<h3>3 &#8211; Installing the Font</h3>
<p>As you can see, it gives you a link to a external stylesheet, just copy it and paste between your &lt;head&gt; and &lt;/head&gt; tags. Like this:</p>
<div>
<div>
<div>view plainprint?</div>
</div>
<ol start="1">
<li>&lt;head&gt;</li>
<li>&lt;link href=&#8217;http://fonts.googleapis.com/css?family=Cantarell&#8217; rel=&#8217;stylesheet&#8217; type=&#8217;text/css&#8217;&gt;</li>
<li>&lt;/head&gt;</li>
</ol>
</div>
<p><strong>Note:</strong> In order to get parsed, Blogger asks you to close the link tag, just add a little &#8220;/&#8221; in the end like this:</p>
<div>
<div>
<div>view plainprint?</div>
</div>
<ol start="1">
<li>&lt;head&gt;</li>
<li>&lt;link href=&#8217;http://fonts.googleapis.com/css?family=Cantarell&#8217; rel=&#8217;stylesheet&#8217; type=&#8217;text/css&#8217;/&gt;</li>
<li>&lt;/head&gt;</li>
</ol>
</div>
<h3>4 &#8211; Using the Font</h3>
<p>Now all you have to do is to use it normally the font name in your CSS, like when you are using a general web font like Arial, but make sure you wrap the font name with &#8216; and &#8216;. Like this example given by google:</p>
<div>
<div>
<div>view plainprint?</div>
</div>
<ol start="1">
<li>h1 { font-family: &#8217;Cantarell&#8217;, arial, serif; }</li>
</ol>
</div>
<h3>5 &#8211; Final Words</h3>
<p>I would love to see how you have used this tutorial to improve your blog, just post your examples in the comments below and share your ideas with our community! Also if you have any questions or suggestions on how this tutorial could be improved, don&#8217;t hesitate to comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggertuts.com/2010/05/google-font-api-easiest-way-to-use.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a Navigation Bar with Automatic Highlighted Current Links</title>
		<link>http://bloggertuts.com/2009/10/make-navigation-bar-with-automatic.html</link>
		<comments>http://bloggertuts.com/2009/10/make-navigation-bar-with-automatic.html#comments</comments>
		<pubDate>Sat, 17 Oct 2009 02:15:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bloggertuts.com/?p=19</guid>
		<description><![CDATA[Today we’re going to learn how to make a navigation bar for your blog using a very simple way to highlight current links automatically. This method is very easy and it uses only conditional tags from Blogger, so there is no need for JavaScript. I will explain here the method and how to make a [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Today we’re going to learn how to make a navigation bar for your blog using a very simple way to highlight current links automatically. This method is very easy and it uses only conditional tags from Blogger, so there is no need for JavaScript.</p>
</div>
<p><a name="more"></a></p>
<p>I will explain here the method and how to make a simple style for your navigation bar, I mean very simple. It’s up to you the way you want to style them, I will not go trough the basics of CSS, but if you follow this tutorial carefully you will get the idea and be able to do it in any blog.</p>
<h4>What we are making</h4>
<p>Check here the Live Demo of the result we are going to achieve, this is a very simple example using Blogger Minima Template, just so you understand the method.</p>
<p>&nbsp;</p>
<h4>Step 1 – Preparation</h4>
<p>As I said, I am not going trough CSS basics and all that, What we are going to explain here is the method to get the result needed, if you understand it, you will be able to make on any blog.</p>
<p>We are going to apply the method on a general blog using Minima template, so quickly go to your <strong>Dashboard</strong>, create a <strong>new blog</strong>, choose <strong>Minima Template</strong> and Make <strong>2 posts</strong> Called “<strong>About</strong>” and “<strong>Contact</strong>” with some Lorem Ipsum inside. You should get something similar to the live demo.</p>
<h4>Step 2 – Tweaking The Cross Column Section</h4>
<p>This step is not very important to the method, but as we are going to add the widget on our <strong>Crosscol</strong> section, we are going to tweak it so it <strong>becomes available</strong> to receive widgets.</p>
<p>Go to your Blog&#8217;s Dashboard &gt; Layout &gt; Edit HTML &gt; Hit CTRL + F &gt; Find <strong>class=&#8217;crosscol&#8217;</strong>, and you should get this:</p>
<div id="codeSnippetWrapper">
<pre id="codeSnippet">&lt;div id='crosscol-wrapper' style='text-align:center'&gt;
        &lt;b:section class='crosscol' id='crosscol' showaddelement='no'/&gt;
      &lt;/div&gt;</pre>
</div>
<p>As you can notice you have these two parts on your code: <strong>style=&#8217;text-align:center&#8217;</strong> and <strong>showaddelement</strong><strong>=&#8217;no&#8217;</strong>, the first one make our widgets align in the center, and the second make unavailable to add any widget on your Page Elements section. So to fix it we are going to replace the whole block of code for this one:</p>
<div id="codeSnippetWrapper">
<pre id="codeSnippet">&lt;div id='crosscol-wrapper'&gt;
  &lt;b:section class='crosscol' id='crosscol' showaddelement='yes'/&gt;
&lt;/div&gt;</pre>
</div>
<h4>Step 3 – Adding the Link List Widget</h4>
<p>&nbsp;</p>
<p>Now that we have tweaked the cross column section, we should be able to add a new widget to it, for this go to your <strong>Page Elements </strong>section, click to <strong>Add a Gadget</strong> in the section below your header.</p>
<p>Choose <strong>Link List</strong> from the panel, now add your links here, as you can see on the picture above, on <strong>New Site URL</strong> insert the <strong>link to your post</strong>, in the example I have used the <strong>link to my About post</strong>, and in <strong>New Site Name</strong>, the text you want on your menu. Just click <strong>Add Link</strong> to confirm. You can add as many links as wished.</p>
<h4>Step 4 – Giving basic styles to the menu</h4>
<p>As I said I will not go trough the basics of CSS here, so go to <strong>Layout</strong> &gt; <strong>Edit HTML</strong>, and add the code below right before<strong> ]]&gt;&lt;/b:skin&gt;</strong>.</p>
<div id="codeSnippetWrapper">
<pre id="codeSnippet">/* Navigation
------------------------------------------------ */
.crosscol .LinkList ul {padding:0px;}

.crosscol .LinkList ul li {
float:left;
list-style-type:none;
margin-right:1px;
}

.crosscol .LinkList ul li a {
border:1px solid #CCCCCC;
padding:5px 10px;
}

.crosscol .LinkList ul li a:hover, .crosscol .LinkList ul li a.current {
background:#ccc;
}</pre>
</div>
<p>Basically it will <strong>make your links align horizontally</strong>, give a nice <strong>gray border</strong> to them, and make the <strong>hover and current links have a gray background</strong>.</p>
<h4>Step 5 – Tweaking the Link List widget</h4>
<p>Now we need to make the Link List widget behave automatically on highlighting current links, to do this go to <strong>Layout</strong> &gt; <strong>Edit HTML</strong> &gt; Check <strong>Expand Widget Templates</strong> and search for the following code:</p>
<div id="codeSnippetWrapper">
<pre id="codeSnippet">&lt;div id='crosscol-wrapper'&gt;
        &lt;b:section class='crosscol' id='crosscol' showaddelement='yes'&gt;
&lt;b:widget id='LinkList1' locked='false' title='' type='LinkList'&gt;
&lt;b:includable id='main'&gt;

&lt;b:if cond='data:title'&gt;&lt;h2&gt;&lt;data:title/&gt;&lt;/h2&gt;&lt;/b:if&gt;
 &lt;div class='widget-content'&gt;
   &lt;ul&gt;
     &lt;b:loop values='data:links' var='link'&gt;
       &lt;li&gt;&lt;a expr:href='data:link.target'&gt;&lt;data:link.name/&gt;&lt;/a&gt;&lt;/li&gt;
     &lt;/b:loop&gt;
   &lt;/ul&gt;
   &lt;b:include name='quickedit'/&gt;
 &lt;/div&gt;
&lt;/b:includable&gt;
&lt;/b:widget&gt;
&lt;/b:section&gt;
      &lt;/div&gt;</pre>
</div>
<p>and replace for the following:</p>
<div id="codeSnippetWrapper">
<pre id="codeSnippet">&lt;div id='crosscol-wrapper'&gt;
        &lt;b:section class='crosscol' id='crosscol' showaddelement='yes'&gt;
&lt;b:widget id='LinkList1' locked='false' title='' type='LinkList'&gt;
&lt;b:includable id='main'&gt;
&lt;b:if cond='data:title'&gt;&lt;h2&gt;&lt;data:title/&gt;&lt;/h2&gt;&lt;/b:if&gt;
 &lt;div class='widget-content'&gt;
   &lt;ul&gt;
     &lt;b:loop values='data:links' var='link'&gt;
       &lt;b:if cond='data:blog.url!=data:link.target'&gt;
       &lt;li&gt;&lt;a expr:href='data:link.target'&gt;&lt;data:link.name/&gt;&lt;/a&gt;&lt;/li&gt;
       &lt;b:else/&gt;
       &lt;li&gt;&lt;a class='current' expr:href='data:link.target'&gt;&lt;data:link.name/&gt;&lt;/a&gt;&lt;/li&gt;
       &lt;/b:if&gt;
     &lt;/b:loop&gt;
   &lt;/ul&gt;
   &lt;b:include name='quickedit'/&gt;
 &lt;/div&gt;
&lt;/b:includable&gt;
&lt;/b:widget&gt;
&lt;/b:section&gt;
      &lt;/div&gt;</pre>
</div>
<p>Save it, and you are done.</p>
<h4>Some Credits</h4>
<p>I found the solution for this tutorial when I was going to make the code for Bloggertuts, I asked my friend Aneesh and he helped me with it, thanks a lot buddy.</p>
<h4>Final Words</h4>
<p>The is really a handy trick, specially when we get to use the static pages feature. This will help you improve your blog&#8217;s usability and give the visitors a clue of what page are they looking at.</p>
<p>Don’t forget to subscribe to get our updates and follow us on twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggertuts.com/2009/10/make-navigation-bar-with-automatic.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tabbed Sidebar for Blogger</title>
		<link>http://bloggertuts.com/2009/10/tabbed-sidebar-for-blogger.html</link>
		<comments>http://bloggertuts.com/2009/10/tabbed-sidebar-for-blogger.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 10:00:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bloggertuts.com/?p=11</guid>
		<description><![CDATA[Tabs are well know for being very useful to everyone, specially for those who have a lot of content on their blogs and spend much time thinking where to place new stuff. I know there are quite a few tutorials around about making tabs for blogger, but they all have one thing in common, are [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Tabs are well know for being very useful to everyone, specially for those who have a lot of content on their blogs and spend much time thinking where to place new stuff.</p>
</div>
<p><a name="more"></a></p>
<p>I know there are quite a few tutorials around about making tabs for blogger, but they all have one thing in common, are kind of difficult to implement, and may confuse some users.</p>
<p>The method I developed is inspired in a tutorial from Webitect, I just found it very useful and decided to adapt that technique to Blogger platform. This tutorial will bring you a very easy to implement way to make tabs out of your sidebar widgets, here are some features of my method:</p>
<ul>
<li>Easy to install.</li>
<li>No need edit html in Sidebar part.</li>
<li>Automatically place your handpicked widgets inside tabs.</li>
<li>Freedom to set what widgets stay out of the tabs.</li>
<li>After implementing, Widgets are normally edited from Page Elements section.</li>
</ul>
<h4>The Final Result</h4>
<p>If you want to see it working please check the live demo.</p>
<h4>Step 1 &#8211; Placing the styles on your CSS</h4>
<p>The style of the tabs can be easily changed anytime just using CSS, but this is not the main reason for this tutorial, It’s up to you to change or not, use your own CSS skills. We’ve made a general layout for it, to install it just place the following code right before the <strong>]]&gt;&lt;/b:skin&gt;</strong> line:</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggertuts.com/2009/10/tabbed-sidebar-for-blogger.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogger Templates Cheat Sheet #1</title>
		<link>http://bloggertuts.com/2009/10/blogger-templates-cheat-sheet-1.html</link>
		<comments>http://bloggertuts.com/2009/10/blogger-templates-cheat-sheet-1.html#comments</comments>
		<pubDate>Fri, 02 Oct 2009 23:02:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bloggertuts.com/?p=14</guid>
		<description><![CDATA[This is the first time ever I make a visual cheat sheet, It was a little difficult for me, but I think it came out kind of good. I tried to put as much as details as I could. As Blogger templates have a lot of terms to go trough, I decided to make “Chapters” [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>This is the first time ever I make a visual cheat sheet, It was a little difficult for me, but I think it came out kind of good. I tried to put as much as details as I could. As Blogger templates have a lot of terms to go trough, I decided to make “Chapters” of it, and release them one by one, so you guys don’t have to wait a lot for the full one.</p>
</div>
<p><a name="more"></a></p>
<h4>What you’ll get</h4>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This is a visual cheat sheet for Blogger templates XML, I will explain each important term that you need to have in mind in order to be a template designer. In this first “issue” I will go trough the Wrappers, means the structural parts of the template, the divs that keep your template together.</p>
<h4>How to download</h4>
<p>I have made two versions, which are a <strong>High Quality PDF</strong> and a <strong>Medium Quality JPEG</strong> file, you can choose any of it.</p>
<h4>Step 1 (Very Important)</h4>
<p>The first step is very easy and painless… You only need to subscribe to our feed, and follow us on twitter… Once you have done that, you are allowed to do the next step <span style="color: #0080ff;"><strong> <img src='http://bloggertuts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></span></p>
<p><strong><span style="color: #ff0000;">Note: If you proceed to Step 2 without going trough Step 1, </span></strong><strong><span style="color: #0080ff;">SHE</span></strong><strong><span style="color: #ff0000;"> will grab your feet in the middle of the night!!</span></strong></p>
<h4>Step 2</h4>
<ul>
<li>High Quality PDF (3.54 MB) &#8211; Download</li>
<li>Medium Quality JPEG (866 KB) – Download</li>
<li>Or just View Online</li>
</ul>
<h4>Final Words</h4>
<p>I hope you guys enjoy it and I hope that helps you in the path of becoming a professional Blogger designer. Remember that this is only the first edition of my Blogger Templates Cheat Sheet, so make sure you subscribe in order to get the following ones. Aldo don’t forget to follow us on twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggertuts.com/2009/10/blogger-templates-cheat-sheet-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogger Resources Link Feed</title>
		<link>http://bloggertuts.com/2009/09/blogger-resources-link-feed.html</link>
		<comments>http://bloggertuts.com/2009/09/blogger-resources-link-feed.html#comments</comments>
		<pubDate>Tue, 08 Sep 2009 23:15:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bloggertuts.com/?p=21</guid>
		<description><![CDATA[Let&#8217;s make this feed the best resource for those looking for Blogger stuff. Use it to promote your articles to the Blogger community, get more visits and direct traffic to your websites. Let&#8217;s share around what Blogger community is up to. Google search goes social Yesterday, Google announced the introduction of Google Social Search. This [...]]]></description>
			<content:encoded><![CDATA[<div>Let&#8217;s make this feed the best resource for those looking for Blogger stuff. Use it to promote your articles to the Blogger community, get more visits and direct traffic to your websites. Let&#8217;s share around what Blogger community is up to.</div>
<p><a name="more"></a></p>
<ul>
<li>Google search goes social
<div>Yesterday, Google announced the introduction of Google Social Search. This service is available as part of a new experiment on Google Labs and getting started is pretty simple and straightforward.</div>
</li>
<li>The Blog Templates
<div>TheBlogTemplates is the place to download free Blogger Templates and WordPress Themes.</div>
</li>
<li>5 Useful Tutorials for Newbie Blogger-users
<div>The best way to learn CSS is to create a Blogger blog. It is a well-known fact that most bloggers and designers detest Blogger, but Blogger is actually the best free blogging platform ever.</div>
</li>
<li>Top 40+ Blogger Tutorials Roundup
<div>Yup a one stop for all important blogger tutorials here. So bookmark it for further use and don&#8217;t forget to drop a comment if you have a good tutorial i will be glad to add it in my next list. Cheers!</div>
</li>
<li>Top 25 Magazine Style Blogger Templates
<div>The 25 Newest Magazine Style Blogger Templates.</div>
</li>
<li>50 Surprisingly Amazing Themes for Blogger
<div>Great collection of the newest amaing Blogger templates. It&#8217;s worth a click, many good people featured there.</div>
</li>
<li>New Google Translator widget
<div>Translate your Blogger Blog automatically into 51 languages with this incredible translator powered by Google Translate.</div>
</li>
<li>Blogger theme tutorials
<div>WordPress certainlly isn&#8217;t the only blogging platform available. Thousands of people are tusing blogger for its simplicity and most importantly it is completely free. Here I found some very useful links for you.</div>
</li>
<li>BloggerTuts Community Link Feed
<div>Let&#8217;s make this feed the best resource for those looking for Blogger stuff. Use it to promote your articles to the Blogger community, get more visits and direct traffic to your websites. Let&#8217;s share around what Blogger community is up to.</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bloggertuts.com/2009/09/blogger-resources-link-feed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

