<?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>Budding Blogs &#187; Tutorials</title>
	<atom:link href="http://sashwhystudio.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://sashwhystudio.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 12:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>DIY: Add Meta Tags to your Blogger.com Blog</title>
		<link>http://sashwhystudio.com/diy-add-meta-tags-to-your-blogger-com-blog/</link>
		<comments>http://sashwhystudio.com/diy-add-meta-tags-to-your-blogger-com-blog/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 13:00:51 +0000</pubDate>
		<dc:creator>Sashwhy&#39;s Studio</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://sashwhystudio.com/?p=2038</guid>
		<description><![CDATA[1.Sign in to your blogger dashboard. Click TEMPLATE, then EDIT HTML. 2. Find this code (You can use CTRL + F and search to find it quickly): &#60;b:include data=&#8217;blog&#8217; name=&#8217;all-head-content&#8217;/&#62; 3. Now add the following code, just after the above code that you just found: &#60;meta content=&#8217;DESCRIPTION HERE&#8217; name=&#8217;description&#8217;/&#62; &#60;meta content=&#8217;KEYWORDS HERE&#8217; name=&#8217;keywords&#8217;/&#62; &#60;meta content=&#8217;AUTHOR [...]]]></description>
			<content:encoded><![CDATA[<p>1.Sign in to your blogger dashboard.  Click <strong>TEMPLATE</strong>, then <strong>EDIT HTML</strong>.</p>
<p>2. Find this code (You can use <strong>CTRL + F</strong> and search to find it quickly):</p>
<blockquote>
<p style="padding-left: 30px;">&lt;b:include data=&#8217;blog&#8217; name=&#8217;all-head-content&#8217;/&gt;</p></blockquote>
<p>3. Now add the following code, just after the above code that you just found:</p>
<blockquote>
<p style="padding-left: 30px;">&lt;meta content=&#8217;DESCRIPTION HERE&#8217; name=&#8217;description&#8217;/&gt;<br />
&lt;meta content=&#8217;KEYWORDS HERE&#8217; name=&#8217;keywords&#8217;/&gt;<br />
&lt;meta content=&#8217;AUTHOR NAME HERE&#8217; name=&#8217;author&#8217;/&gt;</p></blockquote>
<p>4. Replace the content of the previous code, with the content that is needed:</p>
<p><strong>DESCRIPTION HERE:</strong> Write your blog description<br />
<strong>KEYWORDS HERE:</strong> Write the keywords of your blog<br />
<strong>AUTHOR NAME HERE:</strong> Write the author&#8217;s name(Your name)</p>
<p>5.  Now click <strong>Save Template</strong>.  You&#8217;re done!</p>
]]></content:encoded>
			<wfw:commentRss>http://sashwhystudio.com/diy-add-meta-tags-to-your-blogger-com-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DIY: Remove the Blogger.com Navigation Bar</title>
		<link>http://sashwhystudio.com/how-to-remove-the-blogger-navigation-bar/</link>
		<comments>http://sashwhystudio.com/how-to-remove-the-blogger-navigation-bar/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 13:00:22 +0000</pubDate>
		<dc:creator>Sashwhy&#39;s Studio</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bloger tip]]></category>
		<category><![CDATA[blogger hack]]></category>
		<category><![CDATA[blogger navigation bar]]></category>

		<guid isPermaLink="false">http://www.sashwhystudio.com/?p=154</guid>
		<description><![CDATA[Have you ever wanted to remove the blogger navigation bar that is integrated into your Blogger design? Do you know what I&#8217;m talking about? Here&#8217;s a picture&#8230; Well, if you&#8217;ve ever wondered if you could get rid of it, take heart,  you can! It&#8217;s fairly simple, though it does include a tad bit of coding. [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to remove the blogger navigation bar that is integrated into your Blogger design? Do you know what I&#8217;m talking about? Here&#8217;s a picture&#8230;</p>
<p style="text-align: center;"><a href="http://sashwhystudio.com/wp-content/uploads/2009/02/blogger_navbar21.jpg" rel="lightbox[154]"><img class="aligncenter size-full wp-image-158" title="blogger_navbar2" src="http://sashwhystudio.com/wp-content/uploads/2009/02/blogger_navbar21.jpg" alt="blogger_navbar2" width="527" height="18" /></a></p>
<p>Well, if you&#8217;ve ever wondered if you could get rid of it, take heart,  you can! It&#8217;s fairly simple, though it does include a tad bit of coding.</p>
<ol>
<li>Sign in to your Blogger account</li>
<li>Click on &#8220;Layout&#8221;</li>
<li>Click on &#8220;Edit HTML&#8221;</li>
<li>Copy the code below and paste it anywhere after the    <span style="color: #993366;"><strong><span style="color: #cc0033;">/* Variable definitions</span></strong></span> code and just above the  <span style="color: #999999;"><strong><span style="color: #cc0033;">body {</span></strong> </span> code:</li>
</ol>
<blockquote>
<p style="padding-left: 30px;">#Navbar1 {margin: 0; padding: 0; display: none; visibility: hidden; }</p>
</blockquote>
<p>5. Click Save. You&#8217;re all set!</p>
]]></content:encoded>
			<wfw:commentRss>http://sashwhystudio.com/how-to-remove-the-blogger-navigation-bar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DIY: Install a Custom Header (Blogger)</title>
		<link>http://sashwhystudio.com/how-to-install-a-custom-header-into-blogger/</link>
		<comments>http://sashwhystudio.com/how-to-install-a-custom-header-into-blogger/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 13:00:06 +0000</pubDate>
		<dc:creator>Sashwhy&#39;s Studio</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.sashwhystudio.com/?p=168</guid>
		<description><![CDATA[If you need to install a custom header into blogger, we have an easy tutorial for you. A custom header always gives that special finishing touch to a blog. The best part is, anyone can design and install their own header! Here are a few steps to help you on your way: 1. DESIGN A [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to install a custom header into blogger, we have an easy tutorial for you. A custom header always gives that special finishing touch to a blog. The best part is, anyone can design and install their own header! Here are a few steps to help you on your way:</p>
<h5><strong><span style="color: #ffffff;">1. DESIGN A HEADER</span><br />
</strong></h5>
<p>You&#8217;ll need some sort of paint program. I use <strong>Photoshop</strong>, but you could use <strong>Paint</strong> or any other similar program if you do not have Photoshop.</p>
<p>I made my header size:</p>
<p><span style="color: #008080;"><strong>Width:  660 pixels</strong><br />
<strong>Height: 100 pixels</strong></span></p>
<p><strong><br />
</strong></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-182" title="header_installation11" src="http://sashwhystudio.com/wp-content/uploads/2009/02/header_installation111.jpg" alt="header_installation11" width="468" height="200" /><a href="http://sashwhystudio.com/wp-content/uploads/2009/02/header_installation12.jpg" rel="lightbox[168]"><br />
</a></p>
<p>Once you are please with your design <strong>SAVE</strong> it by selecting <span style="color: #993366;"><strong>&#8220;Save for Web &amp; Devices&#8221;</strong></span> (this keeps the file size down which your help your blog remain fast-loading). It doesn&#8217;t matter whether you save it as a JPEG or GIF.</p>
<h5><span style="color: #ffffff;"><strong>2. LOG IN TO BLOGGER ACCOUNT AND CHANGE SOME CODE!<br />
</strong></span></h5>
<p>Now you are ready to install your header&#8230;and do a little HTML editing.</p>
<ul>
<li><span style="color: #993366;"><strong>Click on &#8220;Edit HTML&#8221;</strong></span></li>
<li><span style="color: #993366;"><strong>Click on &#8220;Layout&#8221;</strong></span></li>
<li><span style="color: #993366;"><strong>Search for this code:</strong></span></li>
</ul>
<blockquote><p>#header-wrapper {<br />
width:660px;<br />
margin:0 auto 10px;<br />
border:1px solid $bordercolor;<br />
}</p></blockquote>
<p>Now, change the width to whatever you set your header width to be (mine was 660 pixels, so I won&#8217;t be changing it).</p>
<p>Next, you&#8217;ll type in the height of your header as shown by example in the following code (in red) :</p>
<blockquote><p>#header-wrapper {<br />
width:660px;<br />
<span style="color: #ff0000;"> height: 100px;</span><br />
margin:0 auto 10px;<br />
border:1px solid $bordercolor;<br />
}</p></blockquote>
<ul>
<li><strong><span style="color: #993366;">Click &#8220;SAVE&#8221;.</span></strong></li>
</ul>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-179" title="header_installation2" src="http://sashwhystudio.com/wp-content/uploads/2009/02/header_installation21.jpg" alt="header_installation2" width="468" height="148" /></p>
<h5><span style="color: #ffffff;">3. Install Your Header</span></h5>
<p>Now you&#8217;ll click on <span style="color: #993366;"><strong>&#8220;Page Elements&#8221;</strong></span><br />
Then click the<span style="color: #993366;"><strong> &#8220;Edit&#8221; </strong></span>button on your <strong><span style="color: #993366;">header box.</span></strong></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-180" title="header_installation3" src="http://sashwhystudio.com/wp-content/uploads/2009/02/header_installation31.jpg" alt="header_installation3" width="468" height="116" /></p>
<p>A dialogue box will pop up. Upload your file from your computer, select <span style="color: #993366;">&#8220;instead of title and description&#8221;</span> under <strong>Placement</strong>, then click <span style="color: #993366;"><strong>&#8220;Save&#8221;</strong></span>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-181" title="header_installation4" src="http://sashwhystudio.com/wp-content/uploads/2009/02/header_installation41.jpg" alt="header_installation4" width="468" height="200" /></p>
<p>Now take a look at your design to see if it uploaded correctly.</p>
<p>You&#8217;re all finished! Good job!</p>
]]></content:encoded>
			<wfw:commentRss>http://sashwhystudio.com/how-to-install-a-custom-header-into-blogger/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

