<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><id>tag:blogger.com,1999:blog-4059138054249490787</id><updated>2010-04-09T05:53:50.691-07:00</updated><title type="text">Blogger to the Limit</title><subtitle type="html">Pushing a Blogger template to the limit.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>14</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/BloggerToTheLimit" /><feedburner:info uri="bloggertothelimit" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-267618198414390395</id><published>2000-01-01T08:00:00.003-08:00</published><updated>2009-11-03T05:32:06.237-08:00</updated><title type="text">Great Reads</title><content type="html">&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-267618198414390395?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/267618198414390395" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/267618198414390395" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2000/01/blog-list.html" title="Great Reads" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-3381234098766067569</id><published>2009-10-02T05:00:00.000-07:00</published><updated>2009-10-02T05:42:14.813-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Coding Tips" /><title type="text">How to Change Titles in Blogger Blogs</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;For the purposes of SEO, it is important to have a different title on each page. I am not talking about the headings, but rather the words that appears in your web browser's title bar. You can do this very easily in Blogger.&lt;/p&gt;&lt;/span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;For those not familiar with HTML, the title of the blog is located in the title bar of your Web browser. The words that are displayed in the title bar are located between the title tags in the head section as such:&lt;/p&gt;&lt;div class="code"&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;title&amp;gt;Blogger to the Limit&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;The above code will produce the blog title shown in the image below:&lt;/p&gt;&lt;div class="image imgcenter"&gt;&lt;img src="http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/blog-title-browser.jpg" alt="Page Title in Web Browser" title="Page Title in Web Browser" width='312' height='199'/&gt;&lt;br /&gt;&lt;div class="caption"&gt;The page title in the web browser&lt;/div&gt;&lt;/div&gt;&lt;p&gt;The title of your pages is also very important for SEO purposes. When you perform a search in a search engine, the results of your search display the page titles of each page that matches your search. As you may have also noticed, some of the keywords you search for are bolded in the page titles.&lt;/p&gt;&lt;p&gt;What this means, is that when you create your post titles, you should use your keywords. Your post titles should then be used in the title of your pages. By default, however, most Blogger templates don't include the post title as the page title, which is why you should change this in your template.&lt;/p&gt;&lt;p&gt;The changes that need to be made is very easy, and are outlined below.&lt;/p&gt;&lt;h2&gt;Changing Your Page Titles In Blogger&lt;/h2&gt;&lt;p&gt;To change the page titles of each post in your Blogger blog to match your post titles, simply use the following steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Open up the HTML layout of your blog.&lt;/li&gt;&lt;li&gt;Find the term &amp;lt;title&amp;gt; which will show where your page title is written within your code.&lt;/li&gt;&lt;li&gt;Replace the entire title tag with the following:&lt;br /&gt;&lt;div class="code"&gt;&amp;lt;title&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;b:if cond='data:blog.url == data:blog.homepageUrl'&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;data:blog.pageTitle/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;b:else/&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;data:blog.pageName/&amp;gt; | &amp;lt;data:blog.title/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/title&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;Save your template and view your blog. Click on a post to view the page titles to see if they have changed to match the post titles.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;The above code simply checks to see if the home page of your blog is displayed. If it is displayed then the name of your blog is displayed as the page title.&lt;/p&gt;&lt;p&gt;If another page, such as a post, is displayed, then the name of the page is displayed first, followed by the name of your blog.&lt;/p&gt;&lt;p&gt;After making the change you will now have a more SEO-friendly blog that will perform better for you in search engines.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-3381234098766067569?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/3381234098766067569/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2009/10/how-to-change-titles-in-blogger-blogs.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/3381234098766067569" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/3381234098766067569" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2009/10/how-to-change-titles-in-blogger-blogs.html" title="How to Change Titles in Blogger Blogs" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-6500215943913238561</id><published>2009-09-18T05:00:00.000-07:00</published><updated>2009-09-18T09:41:55.933-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Info" /><title type="text">Using AdSense for Search With Blogger</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;If you have used or do use AdSense with your Blogger blog, then you are probably using the AdSense for Content. Did you know you can also use AdSense for Search and display the search results directly in your Blogger blog?&lt;/p&gt;&lt;/span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;Many of you have heard of AdSense and how you can make money with it by displaying advertising in your Blogger blogs. While Blogger includes a search feature, you can instead use the AdSense for Search to return search results for your visits. The best part about this is that AdSense ads are also displayed in the results automatically for you.&lt;/p&gt;&lt;p&gt;The AdSense for Search has been improved in recent years. You now have the ability to display the search results directly within a page on your blog. This also holds true for a Blogger blog. While Blogger doesn't natively support &lt;a href="http://technicallyeasy.net/2008/07/creating-static-pages-in-blogger-part-2/"&gt;static pages&lt;/a&gt;, by using a post you can easily provide search results to a visitor by using AdSense for Search.&lt;/p&gt;&lt;p&gt;The steps below outline how to accomplish this.&lt;/p&gt;&lt;div class="infobox"&gt;&lt;div class="note"&gt;Note:&lt;/div&gt;&lt;div class="text"&gt;To use Google's AdSense for Search your Blogger blog's template must have a width of at least 795 pixels for the content section. Anything smaller than that, and the search results will be cut-off on the right.&lt;/div&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Create a backdated post that will be used to display the search results. The date of the post should match the date of your static pages.&lt;/li&gt;&lt;li&gt;Next, open that post in a web browser and copy the URL.&lt;/li&gt;&lt;li&gt;Log in to your Google AdSense account and create a new AdSense for Search ad.&lt;/li&gt;&lt;li&gt;Fill in the form with these values (for options that aren't listed below, you can select anything):&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Search Type:&lt;/b&gt; Only sites I select&lt;/li&gt;&lt;li&gt;&lt;b&gt;Selected sites:&lt;/b&gt; Type in your Blogger blogs homepage URL&lt;/li&gt;&lt;li&gt;&lt;b&gt;Opening of search results page:&lt;/b&gt; Open results within my own site&lt;/li&gt;&lt;li&gt;&lt;b&gt;Enter URL where search results will be displayed:&lt;/b&gt; Paste the URL copied from step 2.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;When you are done configuring the ad, you will be presented with two codes: &lt;b&gt;Search Box Code&lt;/b&gt; and &lt;b&gt;Search Results Code&lt;/b&gt;. The two codes should be copied into the following locations:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The &lt;b&gt;Search Results Code&lt;/b&gt; should be copied into the post you created in step 1.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;Search Box Code&lt;/b&gt; should be copied into your template. One way of doing this is to add an HTML/JavaScript gadget to your layout and then paste that code into the gadget.&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Once the code has been added, open up your blog and test out the search. The results should be displayed in the post page you specified.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;/ol&gt;&lt;p&gt;By using Google's AdSense for Search, you can easily increase the monetization capabilities of your Blogger blog. It is easy to setup and use and the ads are automatically placed within the search results.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-6500215943913238561?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/6500215943913238561/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2009/09/using-adsense-for-search-with-blogger.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/6500215943913238561" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/6500215943913238561" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2009/09/using-adsense-for-search-with-blogger.html" title="Using AdSense for Search With Blogger" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-5228949712657356914</id><published>2009-09-04T05:00:00.000-07:00</published><updated>2009-09-18T09:38:05.894-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Info" /><title type="text">How Blogger Generates a Post URL</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;If you have every published a post with a long title, you may have noticed that the title is truncated when it is used in the post URL. This is because Blogger has a limitation on the number of characters is uses in the URL. Understanding how Blogger generates a post's URL is important if you want to rank well in search engines.&lt;/p&gt;&lt;/span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;In my last post titled &lt;a href="http://www.bloggertothelimit.com/2009/08/create-seo-friendly-blogger-url.html"&gt;How to Create a SEO-Friendly Blogger URL&lt;/a&gt; I mentioned a method you can use to generate a more SEO-friendly URL. By default, Blogger will use the title of your post as the post URL.&lt;/p&gt;&lt;div class="infobox"&gt;&lt;div class="note"&gt;Note:&lt;/div&gt;&lt;div class="text"&gt;While I use the term post URL in this post, in the blogging world the actual URL of a post is called a permalink. All blogging platforms allow you to specify using a permalink for each post since it is more search-engine friendly than using an identifier, such as id=1234.&lt;/div&gt;&lt;/div&gt;&lt;p&gt;There is a problem, however, if the post title is too long. Blogger has a 39 character limit with regards to a post's URL. This means that if your post title is longer than 39 characters, it will be truncated when the post URL is created.&lt;/p&gt;&lt;p&gt;While this can be frustrating, especially if you would like certain keywords to be included in the post, you can overcome this limitation. The easiest way is to use the method explained in the link above. The next method is to understand how Blogger creates the post URLs.&lt;/p&gt;&lt;p&gt;There are several rules that Blogger follows when it generates the URL for a post. I found a good blog that outlines how the URL is generated called &lt;a href="http://www.inyourweb.com/2009/05/blogger-post-filename-character-limit.html"&gt;What is the Blogger Post Page Filename Character Limit?&lt;/a&gt;. After reading this post, you should have a better understanding how the URL is created.&lt;/p&gt;&lt;p&gt;Understanding what will be included in your posts' URL is important if you wish to rank well in search engines. It is important that each URL contain the keywords you will be targeting. The last thing you need is for you to create a great title for your post, and the actual keywords getting truncated in the URL.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-5228949712657356914?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/5228949712657356914/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2009/09/how-blogger-generates-post-url.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/5228949712657356914" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/5228949712657356914" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2009/09/how-blogger-generates-post-url.html" title="How Blogger Generates a Post URL" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-6945862813169430040</id><published>2009-09-11T05:00:00.000-07:00</published><updated>2009-09-11T08:46:07.873-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Info" /><title type="text">Blogger Adds Jump Breaks</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;In the past if you wanted to display post excerpts on the homepage, you would use HTML and CSS to accomplish this. Blogger has solved this problem with the use of "Jump Breaks". This welcomed feature has been requested for some time and it is nice to finally see it implemented.&lt;/p&gt;&lt;/span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;On September 9, 2009 the Blogger staff released a much requested feature - the ability to display post excerpts on the homepage of a blog. The workaround was always to use HTML and CSS to accomplish this task, but now it is included within Blogger itself.&lt;/p&gt;&lt;p&gt;In Wordpress, you would include &amp;lt;&amp;#45;&amp;#45; more &amp;#45;&amp;#45;&amp;gt; in your post. The text before that tag would be displayed as the excerpt on your homepage, while everything after it would be displayed when you clicked the "Read more" link.&lt;/p&gt;&lt;p&gt;Blogger has now included the same feature for Blogger blogs. This should be a welcome change for all who have been using the old HTML method. I have updated Blogger to the Limit to include this new feature, and you can see it working when you view the post summaries on the homepage.&lt;/p&gt;&lt;p&gt;There is an easy-to-follow help article called &lt;a href="http://www.google.com/support/blogger/bin/answer.py?answer=154172"&gt;Creating 'After the jump' summaries&lt;/a&gt; that walks you through the process of using this new feature.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-6945862813169430040?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/6945862813169430040/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2009/09/blogger-adds-jump-breaks.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/6945862813169430040" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/6945862813169430040" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2009/09/blogger-adds-jump-breaks.html" title="Blogger Adds Jump Breaks" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-7182379708788277091</id><published>2009-08-18T06:00:00.000-07:00</published><updated>2009-09-11T07:44:37.084-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Coding Tips" /><title type="text">Control Your Blogger Template with If Statements</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;You can hide specific elements within your Blogger template simply by utilizing the if/else statement. By learning how to properly use conditions, you can make different elements appear on different pages.&lt;/p&gt;&lt;/span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;Unlike Wordpress, a Blogger template consists of a single XHTML file. This file is used to display all the pages of your blog, including the home page, each post page and listing pages, such as archives and category listings.&lt;/p&gt;&lt;p&gt;The issue with using a single file is that you may want to display certain elements of your blog on only specific pages. For example, you may not want to display the date on static pages, but still display it on post pages. You may also want to display specific text on your home page, but not on other pages.&lt;/p&gt;&lt;p&gt;While performing such actions may seem complex, it is rather simple once you understand how to use "if/else" statements in your Blogger template.&lt;/p&gt;&lt;p&gt;If you have done development in other programming/scripting languages in the past you are familiar with "if/else" statements. For those new to programming, let me explain how they can be used to display/hide specific content on your blog.&lt;/p&gt;&lt;h2&gt;What is an If/Else Statement?&lt;/h2&gt;&lt;p&gt;An if/else statement simply performs a test on a condition that you specify. If the condition is true, then certain code below the if statement is executed, while a false condition will execute the code below the else statement.&lt;/p&gt;&lt;p&gt;An example of an if/else statement is seen below:&lt;/p&gt;&lt;div class="code"&gt;&amp;lt;b:if cond=&amp;#39;data:blog.url == data:blog.homepageUrl&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;This is the home page!&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;This is NOT the home page!&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;The above code checks to see if the current page URL (data:blog.url) is the same as the home page URL (data:blog.homepageUrl) of the blog. If it is, then the condition is true, and the phrase "This is the home page!" is displayed on the page.&lt;/p&gt;&lt;p&gt;If the current page is not the home page, such as a post page, then the condition is false and the code below the else statement is execute. In this case, "This is NOT the home page!" is displayed on the page.&lt;/p&gt;&lt;p&gt;The above code also shows how you can control the displaying of content on your blog based on the type of page that is displayed. Surrounding specific lines of code in your template with the above if/else statement, you can make your home page appear different than other pages.&lt;/p&gt;&lt;p&gt;If you visit the home page of this blog, &lt;a href="http://www.bloggertothelimit.com" title="Blogger to the Limit"&gt;Blogger to the Limit&lt;/a&gt;, you can see how the home page looks completely different than the other pages. I use if/else statements to control what is displayed on the home page.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-7182379708788277091?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/7182379708788277091/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2009/08/control-your-template-with-if.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/7182379708788277091" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/7182379708788277091" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2009/08/control-your-template-with-if.html" title="Control Your Blogger Template with If Statements" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-5508674128214062864</id><published>2009-08-20T08:00:00.000-07:00</published><updated>2009-09-11T07:44:29.470-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Template Advice" /><title type="text">Backup Your Blogger Template Before Editing</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;Before editing your Blogger blog's template it is important to first make a backup copy of the template. Doing so will allow you to restore the template in case you make a mistake. This post will outline how to backup and restore a Blogger template.&lt;/p&gt;&lt;/span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;Imagine you have a look at your blog and realize you would like to make some changes to how it looks. You go ahead and open your template in Blogger and quickly switch to the template's HTML editor.&lt;/p&gt;&lt;p&gt;You expand all the widgets so you can see all of the code and begin editing. After some time, you save the template and open you blog in a new window to preview your changes. As you blog is rendered in your web browser, you are shocked to see that your entire blog layout is messed up.&lt;/p&gt;&lt;p&gt;You quickly switch back to the HTML editor to correct what you had done, but you can't seem to find all the changes, or at least change the template back to how it was originally.&lt;/p&gt;&lt;p&gt;Many people who edit their template have faced a fate similar to was was described above. Once good piece of advice when editing your Blogger template is to &lt;b&gt;always backup the template before making changes&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Blogger makes it very easy for you to backup your template. You can do it as often as you need. To backup your template, use the following steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Open up your dashboard in Blogger, so you can see a list of all your blogs.&lt;/li&gt;&lt;li&gt;Under the blog that has the template you want to backup, click the "Layout" link.&lt;/li&gt;&lt;li&gt;Once the "Page Elements" for your template is displayed, click the "Edit HTML" link to view the HTML code for the template.&lt;/li&gt;&lt;li&gt;Click the "Download Full Template" link above the editor to download a copy of you template to your local computer.&lt;/li&gt;&lt;div class="image imgcenter"&gt;&lt;a href="http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/download-full-template-link_lg.jpg" rel="lightbox" title="Location of 'Download Full Template' link"&gt;&lt;img src="http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/download-full-template-link.jpg" alt="Location of 'Download Full Template' link" title="Location of 'Download Full Template' link" width='304' height='56'/&gt;&lt;/a&gt;  &lt;div class="caption"&gt;Location of 'Download Full Template' link  &lt;/div&gt;&lt;/div&gt;&lt;/ol&gt;&lt;p&gt;With your template safely backed up onto your local computer, you can now edit your blog's template without any worries. If you make an unrecoverable mistake editing the template, you can easily restore the template by using the following steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Open the HTML editor for your blog's template.&lt;/li&gt;&lt;li&gt;Click the "Browse" button and then navigate to the template on your local computer.&lt;/li&gt;&lt;li&gt;Click the template file, and then click the "Open" button.&lt;/li&gt;&lt;li&gt;Back on the HTML editor page, click the "Upload" button to upload your template into Blogger.&lt;/li&gt;&lt;li&gt;Scroll to the bottom of the page and click the "Save Template" button to accept your template changes.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Once you have done that, your backed up template will now have been restored and you can try making the changes again. If you make a mistake again, your backed up template is still located on your local computer for another restore.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-5508674128214062864?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/5508674128214062864/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2009/08/backup-your-template-before-editing.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/5508674128214062864" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/5508674128214062864" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2009/08/backup-your-template-before-editing.html" title="Backup Your Blogger Template Before Editing" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-668427445705285161</id><published>2009-08-24T08:00:00.000-07:00</published><updated>2009-09-11T07:44:21.707-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Coding Tips" /><title type="text">Structure Blogger Template Code With Includables</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;Includables are used extensively throughout any Blogger template. They help to organize the template code by breaking it into smaller, and more manageable, pieces. Let's look at how to use includables.&lt;/p&gt;&lt;/span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;If you have looked at any Blogger template you would have noticed that all the widgets that are added are comprised of items called 'includables'. These help to break up the template code into smaller pieces that are put together like a puzzle.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Imagine if you had a widget, and within that widget were several lines of code that were repeated several times. It is easy to simply copy that piece of code throughout that widget. What happens if you decide to change that code later? You would have to find every location that code is used and make the changes.&lt;/p&gt;&lt;p&gt;Includables reduce the effort required to edit that code. You can simply create an includable, add the repeated code into the includable, and then include that includable in all places where you want the code to be placed. Now if you wanted to change the code, you simply change it in one location - the includable.&lt;/p&gt;&lt;h2&gt;About Includables&lt;/h2&gt;&lt;p&gt;Includables allow you to reuse common code throughout a widget. It also allows you to break up your template code by functionality. Let's look at a real template example. Many templates have code similar to the following:&lt;/p&gt;&lt;div class="code"&gt;&amp;lt;b:loop values=&amp;#39;data:posts&amp;#39; var=&amp;#39;post&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;b:if cond=&amp;#39;data:post.dateHeader&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;p class=&amp;#39;date-header&amp;#39;&amp;gt;&amp;lt;data:post.dateHeader/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;b:include data=&amp;#39;post&amp;#39; name=&amp;#39;post&amp;#39;/&amp;gt;&lt;br /&gt;&amp;lt;b:include data=&amp;#39;post&amp;#39; name=&amp;#39;comments&amp;#39;/&amp;gt;&lt;br /&gt;&amp;lt;b:if cond=&amp;#39;data:post.includeAd&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;data:adEnd/&amp;gt;&lt;br /&gt;&amp;lt;data:adCode/&amp;gt;&lt;br /&gt;&amp;lt;data:adStart/&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;b:if cond=&amp;#39;data:post.trackLatency&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;data:post.latencyJs/&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/b:loop&amp;gt;&lt;br /&gt;&amp;lt;data:adEnd/&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;b:loop values=&amp;#39;data:posts&amp;#39; var=&amp;#39;post&amp;#39;&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;This code will loop through the posts and display the post information on your blog. You will notice that it uses a few includables: post and comments. Let's concentrate on the post includable, but keep in mind that the comments includable is created the same way.&lt;/p&gt;&lt;p&gt;The call to the post includable looks like:&lt;/p&gt;&lt;div class="code"&gt;&amp;lt;b:include data=&amp;#39;post&amp;#39; name=&amp;#39;post&amp;#39;/&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;This line is calling the includable called "post", indicated by "name=&amp;#39;post&amp;#39;". It is also passing data into the includable, which is the post data. You can see this from "data=&amp;#39;post&amp;#39;". The post data contains all the information, including content, labels, and date published.&lt;/p&gt;&lt;h2&gt;Includable Definition&lt;/h2&gt;&lt;p&gt;Now that we saw how the post includable is being called, let's look at the actual includable definition.&lt;/p&gt;&lt;div class="code"&gt;&amp;lt;b:includable id=&amp;#39;post&amp;#39; var=&amp;#39;post&amp;#39;&amp;gt;&lt;br /&gt;... code to display the posts is here (too long to display) ...&lt;br /&gt;&amp;lt;/b:includable&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;This is how includables are defined in a widget. As you can see there are two parameters that can be associated with an includable:&lt;/p&gt;&lt;table&gt;&lt;tr&gt; &lt;th&gt;Parameter&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;id&lt;/td&gt; &lt;td&gt;The name, or identifier, of the includable.&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td class="highlight"&gt;var&lt;/td&gt; &lt;td class="highlight"&gt;(optional) A variable that can contain data passed into the includable.&lt;/td&gt; &lt;/tr&gt;&lt;/table&gt;&lt;div class="infobox"&gt;&lt;div class="note"&gt;Note:&lt;/div&gt;&lt;div class="text"&gt;The "id" parameter from the includable definition is the same as the "name" property from the line that calls the includable.&lt;/div&gt;&lt;/div&gt;&lt;p&gt;The var parameter in the post includable will contain the post data contents since that is what was passed into it in the first code example. This now allows the post includable to display all the data in a post onto a web page in your blog.&lt;/p&gt;&lt;p&gt;When a visitor views one of your post pages, all the code that is between "&amp;lt;b:includable id=&amp;#39;post&amp;#39; var=&amp;#39;post&amp;#39;&amp;gt;" and "&amp;lt;/b:includable&amp;gt;" will now be included in any location where the post include is called. Calling this include in another location in the widget will cause the HTML code to be inserted there as well when a page is requested. This is how includable code can be re-used.&lt;/p&gt;&lt;p&gt;One thing to keep in mind, however, is that you can only call includables that are defined in the same widget. This means you can't call the post includable from an archives widget. It is also important to note that each widget has an includable called "main". This includable is "executed" first so the widget display begins with the "main" includable.&lt;/p&gt;&lt;p&gt;While it may seem complex, or difficult to understand, if you plan on working with Blogger templates it is important to understand how includables work. It is best to fist start editing existing includables, and then create your own. With enough practice you will be able to create your own great, modularized, templates.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-668427445705285161?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/668427445705285161/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2009/08/structure-template-code-with.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/668427445705285161" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/668427445705285161" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2009/08/structure-template-code-with.html" title="Structure Blogger Template Code With Includables" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-246482898068474805</id><published>2009-08-26T05:00:00.000-07:00</published><updated>2009-09-11T07:44:14.595-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="SEO" /><title type="text">Manage Headings in a Blogger Template</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;One aspect of SEO that may get overlooked is that of properly using the headings tags. There are certain "rules" that you may follow for all your pages to help you rank better in search engine results.&lt;/p&gt;&lt;/span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;I have edited several Blogger templates and notice that they all have similar structure with both the layout and HTML tags. Since Blogger uses a single template file for all pages, it is important to look at the template and see how some of the heading tags are used that can affect SEO.&lt;/p&gt;&lt;p&gt;By default, some heading tags will be used for the same text on all pages. For SEO purposes, you may not want the H1 headings to be the same on all pages. Below are several examples of what is currently available in templates, as well as some simple changes you can make to improve the templates.&lt;/p&gt;&lt;h2&gt;Changing the H1 Tag for the Blog Title&lt;/h2&gt;&lt;p&gt;Most Blogger templates that I have seen use the H1 heading tag for the title of the blog. While this is good for the homepage, you will probably want the H1 tag to be the post title on the post pages. With the single file format of a Blogger template, you will need to use an "if" statement to help control this tag.&lt;/p&gt;&lt;p&gt;Many templates include a line in the header section that looks similar to the following:&lt;/p&gt;&lt;div class='code'&gt;&amp;lt;h1&amp;gt;&amp;lt;b:include name=&amp;#39;title&amp;#39;/&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;As you can see, the title of the blog (displayed within the title includable) is surrounded by the H1 tag. This means that on all your blog pages, the title of your blog will use the H1 tag. For SEO purposes, you may want to move the H1 tag to the post title for the post pages.&lt;/p&gt;&lt;p&gt;To accomplish this, we would need to include an if statement that checks the page type to determine if it's an index page, and if it is then use H1 for the blog title. For all other pages, change the blog title to display as regular text that has the same styling as the H1 tag. The code to do this is shown below.&lt;/p&gt;&lt;div class='code'&gt;&amp;lt;b:if cond=&amp;#39;data:blog.pageType == &amp;#34;index&amp;#34;&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;h1&amp;gt;&lt;br /&gt;&amp;lt;b:include name=&amp;#39;title&amp;#39;/&amp;gt;&lt;br /&gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;p class=&amp;#39;title&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;b:include name=&amp;#39;title&amp;#39;/&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt&lt;br /&gt;&lt;/div&gt;&lt;p&gt;This blog uses the above code, and you can see it when you view the source. Open the homepage and look at the blog title in the header. You will notice that it is within the H1 tag. Next, view a post page an you will see that it is no longer within the H1 tag, which has now been moved to the post title.&lt;/p&gt;&lt;p&gt;Let's look at how to move the H1 tag to the post title.&lt;/p&gt;&lt;h2&gt;Using H1 for Post Titles&lt;/h2&gt;&lt;p&gt;Most blogger templates assign the H2 tag to the post title, regardless of the page that is being displayed. While this is good for the homepage, search pages, archives, and category pages, it isn't for the post pages.&lt;/p&gt;&lt;p&gt;The post title for all pages is displayed in the code similar to the following:&lt;/p&gt;&lt;div class='code'&gt;&amp;lt;h2 class=&amp;#39;post_title&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;b:if cond=&amp;#39;data:post.link&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;a expr:href=&amp;#39;data:post.link&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;b:if cond=&amp;#39;data:post.url&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;a expr:href=&amp;#39;data:post.url&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;You can see in the above code example the H2 tag is used to display the post title. Post pages should have the title as the H1 tag instead of the H2 tag, since it is the title of the page.&lt;/p&gt;&lt;p&gt;Similar to the blog title, an if statement can be used to change the post title from an H2 to an H1 tag when a visitor is displaying a post page. The code below shows how to make these changes.&lt;/p&gt;&lt;div class='code'&gt;&amp;lt;b:if cond=&amp;#39;data:blog.pageType == &amp;#34;item&amp;#34;&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;h1 class=&amp;#39;post_title&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;b:if cond=&amp;#39;data:post.link&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;a expr:href=&amp;#39;data:post.link&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;b:if cond=&amp;#39;data:post.url&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;a expr:href=&amp;#39;data:post.url&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;h2 class=&amp;#39;post_title&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;b:if cond=&amp;#39;data:post.link&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;a expr:href=&amp;#39;data:post.link&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;b:if cond=&amp;#39;data:post.url&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;a expr:href=&amp;#39;data:post.url&amp;#39;&amp;gt;&lt;br /&gt;&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;The above code checks to see if the current page is an "item" page, or post page. If it is a post page, then the post title is surrounded by the H1 tag. For all other pages, the post title is then displayed using the H2 tag.&lt;/p&gt;&lt;p&gt;The two changes shown in this post are to be used in conjunction with each other to ensure each page on your blog contains an H1 tag. By making the above changes to your template, you may help to improve your ranking within the search engine results pages.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-246482898068474805?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/246482898068474805/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2009/08/manage-headings-in-blogger-template.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/246482898068474805" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/246482898068474805" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2009/08/manage-headings-in-blogger-template.html" title="Manage Headings in a Blogger Template" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-5836608736219095178</id><published>2009-08-31T05:00:00.000-07:00</published><updated>2009-09-11T07:44:04.885-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="SEO" /><title type="text">How to Create a SEO-Friendly Blogger URL</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;When you specify the title for a Blogger post, that title is automatically used as the URL for the post. The problem is that Blogger truncates the title to about the first 39 characters. This can lead to some problems with the post URL and SEO.&lt;/p&gt;&lt;/span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;The one limitation with Blogger that I have had to learn to work with is that of the post URLs. When you create a post, the title of the post is automatically used for the post URL. The one problem with this is that the URL is limited to a maximum size of 39 characters.&lt;/p&gt;&lt;div class="infobox"&gt;&lt;div class="note"&gt;Note:&lt;/div&gt;&lt;div class="text"&gt;While there is a 39 character limit on a Blogger post URL, there are other factors, such as the number of words in the title, that determine how much of the post title is used for the URL.&lt;/div&gt;&lt;/div&gt;&lt;p&gt;With regards to SEO, it is important to include your keywords in the URL as well as the title. If the keywords are included outside the first 39 characters of the post title, then they won't appear in the URL.&lt;/p&gt;&lt;p&gt;To work around this limitation, you can first create a post with a title you want to appear in the URL, and then rewrite the title for your visitors.&lt;/p&gt;&lt;p&gt;The following steps show you how you can do this:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;In Blogger, create a new post.&lt;/li&gt;&lt;li&gt;In the "Title" field, enter a title that contains your keywords and doesn't contain any non-essential words. Ensure your title is shorter than 39 characters.&lt;/li&gt;&lt;li&gt;Once you create the title, write your post.&lt;/li&gt;&lt;li&gt;Publish the post so the post URL is created. The URL should include your entire title without any truncation.&lt;/li&gt;&lt;li&gt;Next, edit the same post you just created.&lt;/li&gt;&lt;li&gt;Modify the title to make it more readable for your visitors.&lt;/li&gt;&lt;li&gt;Click the publish post button again. Your post should now have the original SEO-friendly URL with the new title.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;The URL for this post was created with the steps outlined above. You will notice that the title of this post doesn't match the URL.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-5836608736219095178?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/5836608736219095178/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2009/08/create-seo-friendly-blogger-url.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/5836608736219095178" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/5836608736219095178" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2009/08/create-seo-friendly-blogger-url.html" title="How to Create a SEO-Friendly Blogger URL" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-5369996273479053715</id><published>2009-09-09T05:00:00.000-07:00</published><updated>2009-09-11T07:42:53.261-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Info" /><title type="text">Blogger Adds Sitemap to Webmaster Tools Automatically</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;If you own or manage a website or blog, you have probably used Google's Webmaster Tools. These tools allow you to track how your site is doing in Google's search results pages. If you are on Blogger, than your Sitemap gets added automatically. Let's see how you can find it.&lt;/p&gt;&lt;/span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;When you start a Blogger blog, Blogger will automatically register your blog with Google's Webmaster tools. If you haven't done so, I suggest you sign up with and start using Google's Webmaster Tools to monitor your blog in Google.&lt;/p&gt;&lt;p&gt;Using Google's Webmaster Tools doesn't guarantee that your blog's posts will get listed, but it does show if there are any problems, who is linking to your blog, and what keywords people are searching for in Google.&lt;/p&gt;&lt;p&gt;The biggest benefit is that a Sitemap tells Google about the layout of your blog, which means it may find pages it might have missed without the Sitemap.&lt;/p&gt;&lt;p&gt;As mentioned, your blog is automatically registered with the Webmaster Tools, and your Sitemap is also submitted. To see if the Sitemap is submitted, you can use the following steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Log into Google's Webmaster tools.&lt;/li&gt;&lt;li&gt;Click the your blog's link in your dashboard.&lt;/li&gt;&lt;li&gt;From the menu on the left, click "Site Configuration" link to expand the list.&lt;br /&gt;&lt;div class="image imgcenter"&gt;&lt;a href="http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/webmaster-tools-dashboard-unexpanded.jpg" rel="lightbox-Sitemap" title="1. Click the Site Configuration link."&gt;&lt;img src="http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/webmaster-tools-dashboard-unexpanded.jpg" alt="Webmaster Tools - Site Configuration link" title="Webmaster Tools - Site Configuration link" width='174' height='304'/&gt;&lt;/a&gt;  &lt;div class="caption"&gt;Webmaster Tools - Site Configuration link&lt;br /&gt;(Click to enlarge)&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;Next, click the "Sitemaps" link to display a list of Sitemaps for your Blogger blog.&lt;br /&gt;&lt;div class="image imgcenter"&gt;&lt;a href="http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/webmaster-tools-dashboard-expanded.jpg" rel="lightbox-Sitemap" title="2. Click the Sitemaps link.' link"&gt;&lt;img src="http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/webmaster-tools-dashboard-expanded.jpg" alt="Webmaster Tools - Sitemaps link" title="Webmaster Tools - Sitemaps link" width='174' height='304'/&gt;&lt;/a&gt;  &lt;div class="caption"&gt;Webmaster Tools - Sitemaps link&lt;br /&gt;(Click to enlarge)&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;A list of your Sitemaps are displayed. Click the "All" link on the right to see all your Sitemaps.&lt;br /&gt;&lt;div class="image imgcenter"&gt;&lt;a href="http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/webmaster-tools-sitemaps_lg.jpg" rel="lightbox-Sitemap" title="3. Click the All link."&gt;&lt;img src="http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/webmaster-tools-sitemaps.jpg" alt="Webmaster Tools - Sitemaps list" title="Webmaster Tools - Sitemaps list" width='304' height='65'/&gt;&lt;/a&gt;  &lt;div class="caption"&gt;Webmaster Tools - Sitemaps list&lt;br /&gt;(Click to enlarge)&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;All Sitemaps currently registered in Webmaster Tools are display, which includes sitemaps that were automatically detected by Google that you didn't submit.&lt;br /&gt;&lt;div class="image imgcenter"&gt;&lt;a href="http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/webmaster-tools-sitemaps-all_lg.jpg" rel="lightbox-Sitemap" title="4. A list of all Sitemaps is displayed"&gt;&lt;img src="http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/webmaster-tools-sitemaps-all.jpg" alt="Webmaster Tools - List of all Sitemaps" title="Webmaster Tools - List of all Sitemaps" width='304' height='90'/&gt;&lt;/a&gt;  &lt;div class="caption"&gt;Webmaster Tools - List of all Sitemaps&lt;br /&gt;(Click to enlarge)&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;The robots.txt file of your Blogger blog automatically contains the location of the Sitemap for your blog. This is what Google finds and uses when it crawls your site.&lt;/p&gt;&lt;p&gt;Of course, you can also manually submit a Sitemap if you choose. There is no harm in adding another. You can easily &lt;a href="http://technicallyeasy.net/2008/11/how-to-add-a-google-sitemap-for-blogger-blogs/"&gt;add a sitemap for your Blogger blog&lt;/a&gt; into Google's Webmaster tools yourself.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-5369996273479053715?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/5369996273479053715/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2009/09/blogger-sitemap-webmaster-tools.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/5369996273479053715" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/5369996273479053715" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2009/09/blogger-sitemap-webmaster-tools.html" title="Blogger Adds Sitemap to Webmaster Tools Automatically" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-907442273278621827</id><published>2000-01-01T08:00:00.000-08:00</published><updated>2009-08-23T17:36:52.123-07:00</updated><title type="text">About</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;Blogger to the Limit was created to showcase what is possible with a Blogger template. All the pages that are shown on this blog are display directly from a Blogger blog.&lt;/p&gt;&lt;/span&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;Blogger to the Limit was created to showcase what is possible with a Blogger template. All the pages that are shown on this blog are display directly from a Blogger blog.&lt;/p&gt;&lt;p&gt;I have tried to reduce the number of outside code and files to show what is truly available to you with a Blogger template. The template itself was downloaded from &lt;a href="http://btemplates.com"&gt;BTemplates&lt;/a&gt;, but I have since modified the underlying Blogger code.&lt;/p&gt;&lt;p&gt;Many of the changes that I have done to this template can be found on my main blog, &lt;a href="http://technicallyeasy.net"&gt;Technically Easy&lt;/a&gt;. At the end of each post, or page, I have indicated how you can create similar page on your Blogger blog. For those pages that don't have any instructions, I have yet to create them, but I will in the future.&lt;/p&gt;&lt;h2&gt;Technically Easy&lt;/h2&gt;&lt;img src='http://technicallyeasy.net/blogger/blogs/bloggertothelimit/posts/images/technically_easy_logo.gif' alt='Technically Easy Logo' height='107' width='107'/ class='alignleft'&gt;&lt;p&gt;I started &lt;a href="http://technicallyeasy.net"&gt;Technically Easy&lt;/a&gt; in June 2007 as a way for me to write down what I have learned through technical issues that I have faced.&lt;/p&gt;&lt;p&gt;From June 2007 to August 2008, Technically Easy was a Blogger blog. I learned much about Blogger templates during that time, and have written several tutorials on editing templates. Since August 2008, however, I moved my blog to a self-hosted Wordpress blog. While it has been moved to Wordpress, I continue to write posts relating to Blogger templates.&lt;/p&gt;&lt;p&gt;Many of the pages you find here will reference the tutorials I wrote on Technically Easy. Using these tutorials, you too, can push your Blogger template to the limit.&lt;/p&gt;&lt;div class="instructions"&gt;&lt;h3&gt;Page Information&lt;/h3&gt;&lt;p&gt;This is a static page created by using a backdated post. By doing this, I can control how this post is displayed from within the template. For example, you will notice that the date is missing and you are not able to leave a comment.&lt;/p&gt;&lt;p&gt;Static pages are very useful for such pages as an "About", or "Contact" page. To use a page such as this in a navigation bar, you simply open the page in your web browser, copy the URL and then create a link pointing to the URL.&lt;/p&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-907442273278621827?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/907442273278621827/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2000/01/about-blogger-to-limit.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/907442273278621827" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/907442273278621827" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2000/01/about-blogger-to-limit.html" title="About" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-1391287187554849525</id><published>2000-01-01T06:00:00.001-08:00</published><updated>2009-08-19T17:51:15.637-07:00</updated><title type="text">Message Sent Confirmation</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;Message sent confirmation page.&lt;/p&gt;&lt;/span&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;Your message has been sent. I will respond to any request you may have in the next little while.&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-1391287187554849525?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/1391287187554849525/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2000/01/message-sent-confirmation.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/1391287187554849525" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/1391287187554849525" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2000/01/message-sent-confirmation.html" title="Message Sent Confirmation" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4059138054249490787.post-2729084373428908488</id><published>2000-01-01T06:00:00.000-08:00</published><updated>2009-08-19T11:44:58.615-07:00</updated><title type="text">Blogger Template Tutorials</title><content type="html">&lt;span class="abstract"&gt;&lt;p&gt;This blog was created using various tutorials found on my other blog, &lt;a href="http://technicallyeasy.net"&gt;Technically Easy&lt;/a&gt;. There are serveral tutorials that provided step-by-step instructions on modifying your Blogger template. This page lists many of the available tutorials.&lt;/p&gt;&lt;/span&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;This blog was created using various tutorials found on my other blog, &lt;a href="http://technicallyeasy.net"&gt;Technically Easy&lt;/a&gt;. There are serveral tutorials that provided step-by-step instructions on modifying your Blogger template. This page lists many of the available tutorials.&lt;/p&gt;&lt;dl&gt;&lt;dt&gt;&lt;a href="http://technicallyeasy.net/2008/07/creating-static-pages-in-blogger-part-2/"&gt;Creating a Static Page in Blogger&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;This post outlines the process involved in converting a regular Blogger post to a static page. It will use a date from a backdated post to determine what elements in the template to hide to display the post as a static page.&lt;/dd&gt;&lt;dt&gt;&lt;a href="http://technicallyeasy.net/2008/08/hiding-posted-by-line-in-blogger/"&gt;How to Hide the Posted By Line in Blogger&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;If you are confused how to hide the "posted by" line in your posts or static pages, then you should read this post. This post will outline the steps needed to ensure the "posted by" line doesn't appear in your blog.&lt;/dd&gt;&lt;dt&gt;&lt;a href="http://technicallyeasy.net/2009/07/remove-navigation-links-for-static-pages-in-blogger/"&gt;Remove Navigation Links For Static Pages in Blogger&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;The next and previous navigation links at the bottom of posts are useful for visitors to cycle through your posts. For static pages, however, you probably don't want these links displayed. This post shows how you can hide these links for specific pages.&lt;/dd&gt;&lt;dt&gt;&lt;a href="http://technicallyeasy.net/2009/08/blogger-hiding-static-pages-from-homepage/"&gt;Hiding Static Pages from Homepage in Blogger&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;If you have just started your blog, and wish to create static pages, you probably don't want them showing up on your homepage as posts. This post will show you how to prevent your backdated static pages from appearing as posts on your homepage.&lt;/dd&gt;&lt;/dl&gt;&lt;div class="instructions"&gt;&lt;h3&gt;Page Information&lt;/h3&gt;&lt;p&gt;This is a static page created by using a backdated post. By doing this, I can control how this post is displayed from within the template. For example, you will notice that the date is missing and you are not able to leave a comment.&lt;/p&gt;&lt;p&gt;Static pages are very useful for such pages as an "About", or "Contact" page. To use a page such as this in a navigation bar, you simply open the page in your web browser, copy the URL and then create a link pointing to the URL.&lt;/p&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4059138054249490787-2729084373428908488?l=www.bloggertothelimit.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.bloggertothelimit.com/feeds/2729084373428908488/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.bloggertothelimit.com/2000/01/blogger-template-tutorials.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/2729084373428908488" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4059138054249490787/posts/default/2729084373428908488" /><link rel="alternate" type="text/html" href="http://www.bloggertothelimit.com/2000/01/blogger-template-tutorials.html" title="Blogger Template Tutorials" /><author><name>Techie Guy</name><uri>http://www.blogger.com/profile/13837005466495328024</uri><email>psalmon12@gmail.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03912754927863781175" /></author><thr:total>0</thr:total></entry></feed>
