<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/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:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3566279357740250132</id><updated>2012-01-02T04:12:34.248-08:00</updated><category term='Blogger Templates'/><category term='Blog Optimization/SEO'/><category term='Blogger Widgets'/><category term='Adsense Tips'/><title type='text'>Blogging To Fame - Bloggers Bread</title><subtitle type='html'>All Tips and Tricks to Optimize Your Blog and Start Earning From It.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>29</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-8233596370780470401</id><published>2008-02-20T10:41:00.000-08:00</published><updated>2008-02-20T10:51:50.823-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Add The Blogger “Read More” Expandable Posts Link - Blogger Hack</title><content type='html'>&lt;p&gt;This is a pretty popular Blogger hack that lots of people have asked me about. Instead of answering to each email individually, I thought it would make more sense to write an article about it.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;With this hack, you can choose to display a select amount of text from the beginning of each post as a teaser instead of showing the entire post on the front page of your blog. Then when people want to read the rest of the post, they can click a “read more” link to see the full post. This is very handy if you have lots of long articles all on one page. (Note that you’ll need to have &lt;a onclick="javascript:pageTracker._trackPageview('/outgoing/help.blogger.com/bin/answer.py?answer=732');" href="http://help.blogger.com/bin/answer.py?answer=732"&gt;post pages&lt;/a&gt; enabled in order to make this feature work.)&lt;/p&gt;&lt;br /&gt;&lt;h4&gt;Step #1 - Update Your Template Code&lt;/h4&gt;&lt;br /&gt;&lt;p&gt;First you need to edit your existing code so I recommend copying and pasting it into notepad or any text editor. Also, it’s smart at this point to create a backup of your template just in case something goes wrong. Now do a search (CTRL + F) within the text editor for the following code &lt;span style="color: rgb(255, 0, 0);"&gt;post-header-line-1&lt;/span&gt;. This is the default code that Blogger includes but some custom templates remove or change this code so you might have trouble finding it. If you can’t locate this text then try searching for &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt; instead. Your template will for sure have this since it’s the tag that actually prints the body of your post.&lt;span id="more-780"&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Now depending on which code you were able to find will determine how easy the next steps will be. You might need to do some detective work first in order to get this working properly in your custom template. The idea is to get this new code into your template before the &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;data:post.body/&amp;gt; &lt;/span&gt;tag. Keep reading and hopefully the explanation will illustrate the concept clear enough so you are able to adapt this hack to your custom template.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Add the following code below the &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;div class=’post-header-line-1′/&amp;gt;&lt;/span&gt; and &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;div class=’post-header-line’&amp;gt;&lt;/span&gt; tags if you’ve got both.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;code&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;style&amp;gt;.fullpost{display:inline;}&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;style&amp;gt;.fullpost{display:none;}&amp;lt;/style&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The result should look something like this:&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://www.eblogtemplates.com/wp-content/uploads/2008/02/new-code-block.png" alt="new-code-block.png" align="top" border="1" height="165" hspace="3" vspace="3" width="435" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;If you don’t have the default  &lt;code&gt;&amp;lt;div class='post-header-line-1'/&amp;gt;&lt;/code&gt; tag then your result should look something like this instead. This is how it would be done in the MushBlue Blogger custom template:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://www.eblogtemplates.com/wp-content/uploads/2008/02/new-code-block-mush.png" alt="new-code-block-mush.png" align="top" border="1" height="137" hspace="3" vspace="3" width="430" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Notice in both examples that the code in yellow and the &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt; tags are the same — it’s just tag above it that will differ based on the template you’re using.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Now let’s add one more bit of code which will actually create the “read more” link in your post. This code will go below the &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt; tag so copy the following and paste it in. Feel free to change the “Read more…” text to whatever you want the link to look like. Be careful not to delete any other code during this process.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;code&gt;&amp;lt;b:if cond='data:blog.pageType != "item"'&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;a expr:href='data:post.url'&amp;gt;Read more...&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Yes, there are supposed to be two &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt; tags in the above code so don’t think it’ s a mistake. The result should look like this:&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://www.eblogtemplates.com/wp-content/uploads/2008/02/new-code-block-2.png" alt="new-code-block-2.png" align="top" border="1" height="107" hspace="3" vspace="3" width="448" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;This code will be the same no matter what template you are using. Just make sure it goes below the &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt; as shown in the image above.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Now let’s look at what the final result should be. Here’s the updated code block you just worked on all put together:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://www.eblogtemplates.com/wp-content/uploads/2008/02/new-code-block-3.png" alt="new-code-block-3.png" align="top" border="1" height="244" hspace="3" vspace="3" width="450" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Ok, you’re all done editing the template code. Paste it back into your Blogger html window and save it. If you get an error, you made a mistake. The most common mistake is to accidentally delete a &amp;gt; or &amp;lt; while pasting in the new code. If it saved successfully, it’s time to move onto the next step and modify a quick Blogger format setting.&lt;/p&gt;&lt;br /&gt;&lt;h4&gt;Step #2 - Add a Class Tag in Your Default Post Template&lt;/h4&gt;&lt;br /&gt;&lt;p&gt;For this step, you need to navigate in your Blogger account to “Settings” =&amp;gt; “Formatting” and scroll all the way down to the bottom. It’s the last option called “Post Template”. You’re going to paste in the following code:&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;code&gt;&amp;lt;span class="fullpost"&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;code&gt;&amp;lt;/span&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;You’ll want to keep the spaces in there which will make sense later. After you save this, it will look like this:&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://www.eblogtemplates.com/wp-content/uploads/2008/02/post-template2.png" alt="post-template2.png" align="top" border="1" height="192" hspace="3" vspace="3" width="476" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;h4&gt;Step #3 - Create a New Post&lt;/h4&gt;&lt;br /&gt;&lt;p&gt;Ok, we’ve got everything all setup so it’s time to go and test it out. Hopefully you’ve got a new post in mind for your blog. If not, then we’ll just create a test post which you can later delete. When you click on the “Posting” tab, you’ll notice that the post text area is now pre-populated with the &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;span class=”fullpost”&amp;gt;&lt;/span&gt; and &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/span&amp;gt;&lt;/span&gt; tags. If not, then you didn’t save it properly so go back and re-read step #2.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;So when writing your new post, anything you put above the &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;span class=”fullpost”&amp;gt;&lt;/span&gt; tag will be the teaser text. The main body of your post needs to go in between the &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;span class=”fullpost”&amp;gt;&lt;/span&gt; and &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/span&amp;gt;&lt;/span&gt; tags in order for the “read more…” link to work properly. See the screenshot below. Sometimes pictures illustrate better than words.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://www.eblogtemplates.com/wp-content/uploads/2008/02/post-template-result2.png" alt="post-template-result2.png" align="top" border="1" height="433" hspace="3" vspace="3" width="550" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Now publish or preview your post to see the “read more” hack working on your blog. If it doesn’t show up for some reason, go back and run through the steps again. Most likely you pasted the code blocks in the wrong places. It’s difficult to troubleshoot these issues since each template can be unique so please make sure to double-check your template before asking for help in the comments section below.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Here’s the live post with the “read more…” link properly working based on the text I used above in the post text area.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://www.eblogtemplates.com/wp-content/uploads/2008/02/post-results.png" alt="post-results.png" align="top" border="1" height="162" hspace="3" vspace="3" width="371" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;h4&gt;Additional Info&lt;/h4&gt;&lt;br /&gt;&lt;p&gt;If you want to go back and update your old posts with this new “read more…” feature you can. Just go back and edit each post manually. Essentially you’ll need to paste in the &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;span class=”fullpost”&amp;gt;&lt;/span&gt; and &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/span&amp;gt;&lt;/span&gt; tags breaking apart the post into two parts.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;For some posts, you might not want to use this feature at all. If that’s the case, just delete the &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;span class=”fullpost”&amp;gt;&lt;/span&gt; and &lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/span&amp;gt;&lt;/span&gt; tags from within your new post text area. Then your new post will show up entirely just like it used to before you implemented this hack. Enjoy!&lt;/p&gt;Thanks To - &lt;a title="Posts by David"&gt;&lt;/a&gt;&lt;a href="http://www.eblogtemplates.com"&gt;David&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-8233596370780470401?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/8233596370780470401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=8233596370780470401&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/8233596370780470401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/8233596370780470401'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/02/add-blogger-read-more-expandable-posts.html' title='Add The Blogger “Read More” Expandable Posts Link - Blogger Hack'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-8680350992932163619</id><published>2008-02-18T11:14:00.000-08:00</published><updated>2008-02-18T11:40:47.416-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Labels into Horizontal Tabs - A Blogger Hack</title><content type='html'>Below are the instructions on how to turn&lt;span style="font-weight: bold;"&gt; "Labels into Horizontal Tabs,"&lt;/span&gt;&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;&lt;strong&gt;Step 0: Label your posts.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Make sure your blog has some posts with label assigned, otherwise nothing will get created. See this topic on how to create labels:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://help.blogger.com/bin/answer.py?answer=44498&amp;amp;topic=9084"&gt;http://help.blogger.com/bin/answer.py?answer=44498&amp;amp;topic=9084&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger2/1410/800/1600/label1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger2/1410/800/400/label1.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 1: Downloading and unzipping the file from the Exploding Boy website&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Here are the downloading and sample links:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.exploding-boy.com/2005/12/15/free-css-navigation-designs/"&gt;http://www.exploding-boy.com/2005/12/15/free-css-navigation-designs/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://exploding-boy.com/images/cssmenus/menus.html"&gt;http://exploding-boy.com/images/cssmenus/menus.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Then, have a googlepages account and upload the pics there.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 2: Changing the Header to become appendable.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Modify this line:&lt;br /&gt;&lt;span style="color:brown;"&gt;&lt;br /&gt;&amp;lt;b:section class="header" id="header" maxwidgets="1" showaddelement="no"&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;to become&lt;br /&gt;&lt;span style="color:brown;"&gt;&lt;br /&gt;&amp;lt;b:section class="header" id="header" maxwidgets="&lt;span style="font-weight: bold;"&gt;2&lt;/span&gt;" showaddelement="&lt;span style="font-weight: bold;"&gt;yes&lt;/span&gt;"&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 3: Prepare the CSS portion of the hack.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Go to the very end of this article and cut the CSS portion you like there, then paste it at the very end of the CSS code (right before the closing CDATA part - &lt;strong&gt;see picture below&lt;/strong&gt;)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Make sure to replace "www.yourwebsite.com" to your website.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger2/1410/800/1600/snap3.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger2/1410/800/400/snap3.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Below is an example of pasting the code for style F:&lt;br /&gt;&lt;br /&gt;&lt;span style="color:brown;"&gt;&lt;br /&gt;/*- Menu Tabs F By http://www.exploding-boy.com/2005/12/15/free-css-navigation-designs/------&lt;br /&gt;*/&lt;br /&gt;&lt;br /&gt;   #tabsF {&lt;br /&gt;   float:left;&lt;br /&gt;   width:100%;&lt;br /&gt;   font-size:80%;&lt;br /&gt;   line-height:normal;&lt;br /&gt;   border-bottom:1px solid #000;&lt;br /&gt;  &lt;br /&gt;     }&lt;br /&gt;   #tabsF ul {&lt;br /&gt;   margin:0;&lt;br /&gt;   padding:10px 10px 0 50px;&lt;br /&gt;   list-style:none;&lt;br /&gt;     }&lt;br /&gt;   #tabsF li {&lt;br /&gt;     display:inline;&lt;br /&gt;     margin:0;&lt;br /&gt;     padding:0;&lt;br /&gt;     }&lt;br /&gt;   #tabsF a {&lt;br /&gt;     float:left;&lt;br /&gt;     background:url(" &lt;span style="font-weight: bold;"&gt;http://www.yourwebsite.com/labeltabs/tableftF.gif&lt;/span&gt;") no-repeat left top;&lt;br /&gt;     margin:0;&lt;br /&gt;     padding:0 0 0 4px;&lt;br /&gt;     text-decoration:none;&lt;br /&gt;     }&lt;br /&gt;   #tabsF a span {&lt;br /&gt;     float:left;&lt;br /&gt;     display:block;&lt;br /&gt;     background:url(" &lt;span style="font-weight: bold;"&gt;http://www.yourwebsite.com/labeltabs/tabrightF.gif&lt;/span&gt;") no-repeat right top;&lt;br /&gt;     padding:5px 15px 4px 6px;&lt;br /&gt;     color:#666;&lt;br /&gt;     }&lt;br /&gt;   /* Commented Backslash Hack hides rule from IE5-Mac \*/&lt;br /&gt;   #tabsF a span {float:none;}&lt;br /&gt;   /* End IE5-Mac hack */&lt;br /&gt;   #tabsF a:hover span {&lt;br /&gt;     color:#FFF;&lt;br /&gt;     }&lt;br /&gt;   #tabsF a:hover {&lt;br /&gt;     background-position:0% -42px;&lt;br /&gt;     }&lt;br /&gt;   #tabsF a:hover span {&lt;br /&gt;     background-position:100% -42px;&lt;br /&gt;     }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 4: Adding Label Widget&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Follow the instructions from &lt;a href="http://hoctro.blogspot.com/2006/11/hacking-technique-how-to-modify-beta.html"&gt;this article&lt;/a&gt;, especially step B.4. After you've done with inserting the code &amp;amp; save it, go to Page Element option and drag the newly added widget to stay under the Header area (that we fixed so that it would accomodate this new widget.)&lt;br /&gt;&lt;br /&gt;&lt;span style="color:brown;"&gt;&lt;br /&gt;&amp;lt;b:widget id='Label10' locked='false' title='' type='Label'&amp;gt;&lt;br /&gt;  &amp;lt;b:includable id='main'&amp;gt;&lt;br /&gt;    &amp;lt;div &lt;strong&gt;id='tabsF'&lt;/strong&gt;&amp;gt;&lt;br /&gt;    &amp;lt;ul&amp;gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    &amp;lt;li&amp;gt;&amp;lt;a expr:href='data:blog.homepageUrl'&amp;gt;&amp;lt;span&amp;gt;Home&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;      &amp;lt;b:loop values='data:labels' var='label'&amp;gt;&lt;br /&gt;        &amp;lt;li&amp;gt;&amp;lt;a expr:href='data:label.url'&amp;gt;&amp;lt;span&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;      &amp;lt;/b:loop&amp;gt;&lt;br /&gt;    &amp;lt;/ul&amp;gt;&lt;br /&gt;    &amp;lt;!-- &amp;lt;b:include name='quickedit'/&amp;gt; --&amp;gt;&lt;br /&gt;    &amp;lt;/div&amp;gt;&lt;br /&gt;  &amp;lt;/b:includable&amp;gt;&lt;br /&gt;&amp;lt;/b:widget&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you use a style other than F, than make sure &lt;strong&gt;id='tabsF'&lt;/strong&gt; reflects the correct tab, such as &lt;strong&gt;id='tabsE'&lt;/strong&gt; for style E. Later, if you like a different design, just cut-and-paste the style's CSS code, then change this &lt;strong&gt;id&lt;/strong&gt; again to reflect the change.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There you have it! Well-designed tabs from professionals (The Exploding Boy website) being integrated into the new Blogger Beta.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/1916/3748/1600/tabs1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/1916/3748/400/tabs1.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;/em&gt;Enjoy This hack !!!&lt;br /&gt;&lt;br /&gt;Thanks To - &lt;/span&gt;&lt;a href="http://hoctro.blogspot.com/"&gt;&lt;span id="fullpost"&gt;Hoctro&lt;/span&gt;&lt;/a&gt;&lt;span id="fullpost"&gt;&lt;span style="color:brown;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-8680350992932163619?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/8680350992932163619/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=8680350992932163619&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/8680350992932163619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/8680350992932163619'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/02/labels-into-horizontal-tabs-blogger.html' title='Labels into Horizontal Tabs - A Blogger Hack'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-368146366752261086</id><published>2008-02-17T10:36:00.000-08:00</published><updated>2008-02-17T11:39:24.050-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>TabView In Your Blog - A widget for Blogger</title><content type='html'>Dear Friend,&lt;br /&gt;&lt;br /&gt;Now that I have the new framework for making widgets in store, I feel confident and start trying to create a new tab widget - using labels as tabs, similar to this Yahoo! widget.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_hO0v-S1ryQ8/RkzwVtYJ80I/AAAAAAAAAVY/5LYLVxyCfF4/s1600-h/tabView1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_hO0v-S1ryQ8/RkzwVtYJ80I/AAAAAAAAAVY/5LYLVxyCfF4/s400/tabView1.jpg" alt="" id="BLOGGER_PHOTO_ID_5065687936633795394" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;With the wonderful help of &lt;a href="http://developer.yahoo.com/yui/tabview/"&gt;Yahoo! TabView widget&lt;/a&gt;, the programming time reduces quite a bit.&lt;br /&gt;&lt;br /&gt;You can see the result from my homepage:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_hO0v-S1ryQ8/Rk-p5dYJ82I/AAAAAAAAAVo/AoB1JhJ1t6E/s1600-h/tabv1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_hO0v-S1ryQ8/Rk-p5dYJ82I/AAAAAAAAAVo/AoB1JhJ1t6E/s320/tabv1.jpg" alt="" id="BLOGGER_PHOTO_ID_5066454910418678626" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;If you want to install this onto your blog, follow these instructions.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 1: Installing the core Javacript library object&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;First, follow the instructions from this article &lt;a href="http://hoctro.blogspot.com/2006/11/hacking-technique-how-to-modify-beta.html#install"&gt;Hacking Technique: How To Modify a (Beta) Template&lt;/a&gt;, in particular section &lt;span style="font-weight: bold;"&gt;C.2 (for step 1 &amp;amp; 2) and B.4 (for step 3)&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Next, install &lt;a href="http://hoctro.blogspot.com/2006/11/hacking-technique-how-to-modify-beta.html#install_core"&gt;the latest version of the Javacsript Core Library&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Save the template.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 2: Installing Yahoo! Tab View requirements&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Cut and paste this code below right after step 1's code (such that these code still stay before the closing &amp;lt;/head&amp;gt; tag.). See instruction &lt;a href="http://hoctro.blogspot.com/2006/11/hacking-technique-how-to-modify-beta.html#javascript_code"&gt;here&lt;/a&gt; if you're still not sure.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;link href='http://yui.yahooapis.com/2.3.0/build/tabview/assets/tabview.css' rel='stylesheet' type='text/css'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- optional skin for border tabs --&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;link href='http://yui.yahooapis.com/2.3.0/build/tabview/assets/border_tabs.css' rel='stylesheet' type='text/css'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;script src='http://yui.yahooapis.com/2.3.0/build/yahoo-dom-event/yahoo-dom-event.js' type='text/javascript'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;script src='http://yui.yahooapis.com/2.3.0/build/element/element-beta-min.js' type='text/javascript'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;script src='http://yui.yahooapis.com/2.3.0/build/tabview/tabview-min.js' type='text/javascript'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;style type='text/css'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;.yui-content {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;  padding:1em; /* pad content container */&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;.yui-navset .yui-content {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;  border:1px solid #ccc;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;  background-color:#fff;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;.yui-navset .yui-nav li a {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;  background:#e5e5e5 url(http://developer.yahoo.com/yui/examples/tabview/img/round_4px_trans_gray.gif) no-repeat;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;.yui-navset .yui-nav li a em {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;  background:transparent url(http://developer.yahoo.com/yui/examples/tabview/img/round_4px_trans_gray.gif) no-repeat top right;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;  padding:0.5em;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;/* top oriented */&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;.yui-navset-top .yui-nav { margin-bottom:-1px; } /* for overlap, based on content border-width */&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;.yui-navset-top .yui-nav li a {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;  border-bottom:1px solid #ccc;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;.yui-navset-top .yui-nav .selected a { border-bottom:0; }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;.yui-navset-top .yui-nav .selected a em { padding-bottom:0.6em; } /* adjust height */&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Save the template.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 3: Installing the widget&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Add this code between any two "b:widget" tags, save the template, and you're almost done.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;b:widget id='HTML102' locked='false' title='MultiTab Widget' type='HTML'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;b:includable id='main'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;div class='widget-content'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;!-- only display title if it's non-empty --&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;b:if cond='data:title != ""'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;  &amp;lt;h2 class='title'&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;data:title&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;div id='doc'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;h2&amp;gt;Blogging To Fame&amp;lt;/h2&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;div class='yui-navset' id='multiTab1'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;!--&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;h2&amp;gt;Hackosphere&amp;lt;/h2&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;div class='yui-navset' id='multiTab2'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;--&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;div id='103'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;// Developed by Hoctro - All rights reserved 2007&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;// This credit must be included in all your derived usages.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var p1 = document.createElement('h6');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;document.getElementById('103').appendChild(p1);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;p1.innerHTML = cb.txt('TabView');&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;function listOneTab(json, tabView, title, act) {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var label = '';&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var text = '';&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var nPost = 10;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;if (title == "")&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;label += cb.getLabelFromURL(json);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;else&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;label += title;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;text += "&amp;lt;div id='" + label + "'&amp;gt;&amp;lt;ul&amp;gt;";&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var numberPost = (json.feed.entry.length &amp;amp;lt;= nPost) ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;json.feed.entry.length : nPost;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;for (var i = 0; i &amp;amp;lt; numberPost; i++) {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var entry = json.feed.entry[i];&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;text += "&amp;lt;li&amp;gt;" + "&amp;amp;lt;a href='" + cb.getLink(entry, "alternate")&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;+ "'&amp;amp;gt;" + cb.getTitle(entry) + "&amp;lt;/li&amp;gt;";&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;text += '&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;';&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;tabView.addTab( new YAHOO.widget.Tab({&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;label: label,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;content: text,&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;active : act&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}));&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var blog1 = "hoctro.blogspot.com";&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var tabView1 = new YAHOO.widget.TabView('multiTab1');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var labels1 = ['JSON Hacks', 'Label Hacks','Free Templates'];&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;function listTab1(json) {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;listOneTab(json, tabView1, "", false);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;function listLatestPostsTab1(json) {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;listOneTab(json, tabView1, "Latest Posts", true);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;function listLatestCommentsTab1(json) {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;listOneTab(json, tabView1, "Latest Comments", false);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;// Activating calls!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;// Latest Posts&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;cb.search( blog1, "posts", 1, 25, 'listLatestPostsTab1');&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;// Latest Comments&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;cb.search( blog1, "comments", 1, 25, 'listLatestCommentsTab1');&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;// Preferred Labels&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;for (var i=0; i &amp;amp;lt; labels1.length; i++)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;if (labels1[i]) cb.searchLabel(blog1, labels1[i], 'listTab1');&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;/*&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var blog2 = "hackosphere.blogspot.com";&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var tabView2 = new YAHOO.widget.TabView('multiTab2');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;var labels2 = ['Neo','Widgets', "Blogger Power"];&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;function listTab2(json) {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;listOneTab(json, tabView2, "", false);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;function listLatestPostsTab2(json) {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;listOneTab(json, tabView2, "Latest Posts", true);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;function listLatestCommentsTab2(json) {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;listOneTab(json, tabView2, "Latest Comments", false);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;// Activating calls!&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;// Latest Posts&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;cb.search( blog2, "posts", 1, 25, 'listLatestPostsTab2');&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;// Latest Comments&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;cb.search( blog2, "comments", 1, 25, 'listLatestCommentsTab2');&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;// Preferred Labels&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;for (var i=0; i &amp;amp;lt; labels2.length; i++)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;if (labels2[i]) cb.searchLabel("hackosphere.blogspot.com", labels2[i], 'listTab2');&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;*/&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/b:includable&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/b:widget&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/data:title&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Save the template.&lt;br /&gt;&lt;br /&gt;After you install the above three easy steps, just change these things found in step 3' code:&lt;br /&gt;&lt;br /&gt;a. To change the title, look for this line:&lt;br /&gt;&lt;span&gt;&lt;br /&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;&lt;span&gt;&lt;b&gt;Blogging To Fame&lt;/b&gt;&lt;/span&gt;&lt;span&gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;b. modify the label tabs to become yours:&lt;br /&gt;&lt;span&gt;&lt;br /&gt;var labels1 = [&lt;b&gt;"JSON Hacks", "Label Hacks",&lt;br /&gt;"Free Templates", "Notable Hacks"&lt;/b&gt;];&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;c. Change value below from 10 to any value you want for the maximum of posts per tab&lt;br /&gt;&lt;span&gt;&lt;br /&gt;var nPost = &lt;b&gt;10&lt;/b&gt;;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;d. then replace mine with your blog's name&lt;br /&gt;&lt;span&gt;&lt;br /&gt;blog1 = "&lt;b&gt;bloggingforbread.blogspot.com&lt;/b&gt;";&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For advanced bloggers who would like to manipulate the CSS, "step 2" contains the information to do so. Also consult the &lt;a href="http://developer.yahoo.com/yui/tabview/"&gt;Yahoo! TabView widget&lt;/a&gt; tutorials and &lt;a href="http://developer.yahoo.com/yui/examples/tabview/"&gt;examples &lt;/a&gt;for other variations of these tab options.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To add another tabview to this widget such as the picture below, please see &lt;a href="http://hoctro.blogspot.com/2007/05/introducing-tabview-widget-part-2.html"&gt;part 2&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_hO0v-S1ryQ8/Rk-p5tYJ83I/AAAAAAAAAVw/a-OSos8ZQMA/s1600-h/tabv2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_hO0v-S1ryQ8/Rk-p5tYJ83I/AAAAAAAAAVw/a-OSos8ZQMA/s320/tabv2.jpg" alt="" id="BLOGGER_PHOTO_ID_5066454914713645938" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Until next time.&lt;br /&gt;&lt;br /&gt;Thanks To - &lt;a href="http://hoctro.blogspot.com/2007/05/introducing-tabview-widget.html"&gt;Hoctro&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-368146366752261086?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/368146366752261086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=368146366752261086&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/368146366752261086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/368146366752261086'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/02/tabview-in-your-blog-widget-for-blogger.html' title='TabView In Your Blog - A widget for Blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_hO0v-S1ryQ8/RkzwVtYJ80I/AAAAAAAAAVY/5LYLVxyCfF4/s72-c/tabView1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-961300325571354458</id><published>2008-02-17T06:10:00.000-08:00</published><updated>2008-02-17T06:23:13.967-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Disable Right Click on Blog - A Blogger Hack</title><content type='html'>I know many Blogger don't like to get there unique content copied by any other blogger.&lt;br /&gt;SO now don't worry about getting your content copied here is a solution.&lt;br /&gt;By this Hack users of your blog cannot right click on your blog and your content remains safe :)&lt;br /&gt;&lt;br /&gt;This widget is very simple to install into your blog&lt;br /&gt;Following are the steps&lt;br /&gt;&lt;br /&gt;Step 1 &gt; Go to Template -&gt; Page Elements.&lt;br /&gt;Step 2 &gt; Add a Page Element -&gt; then Add a HTML&lt;br /&gt;Step 3 &gt; Now just copy and save the following code into Html and you are done !&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;script language='JavaScript'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;!--&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;//Disable right mouse click Script&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;//For full source code, visit http://www.dynamicdrive.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;var message="No Right-Click!";&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;///////////////////////////////////&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;function clickIE4(){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;if (event.button==2){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;alert(message);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;return false;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;function clickNS4(e){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;if (document.layers||document.getElementById&amp;amp;&amp;amp;!document.all){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;if (e.which==2||e.which==3){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;alert(message);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;return false;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;if (document.layers){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;document.captureEvents(Event.MOUSEDOWN);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;document.onmousedown=clickNS4;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;else if (document.all&amp;amp;&amp;amp;!document.getElementById){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;document.onmousedown=clickIE4;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;document.oncontextmenu=new Function("alert(message);return false")&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;// --&amp;gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Enjoy this hack !!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-961300325571354458?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/961300325571354458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=961300325571354458&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/961300325571354458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/961300325571354458'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/02/disable-right-click-on-blog-blogger.html' title='Disable Right Click on Blog - A Blogger Hack'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-5720610982703858729</id><published>2008-02-14T10:53:00.000-08:00</published><updated>2008-02-14T11:05:11.836-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Label Cloud in your blog - A blogger hack</title><content type='html'>&lt;span style="color: rgb(51, 51, 51);"&gt;To Put Label cloud or tag cloud on yours blogger sidebar template you have to follow below instruction carefully and with free mind &lt;/span&gt;&lt;img style="color: rgb(51, 51, 51);" src="http://scrapur.com/index/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; This hack will really add flavour to your blogger Template and help yours readers in finding contents according to label or tags ,this features will really make you free to add  many tags according to your blog post.&lt;/span&gt;&lt;strong style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-weight: bold;"&gt;Make sure you backup your template before making  any changes!&lt;/span&gt;&lt;/strong&gt;&lt;p style="color: rgb(51, 51, 51);"&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style="color: rgb(51, 51, 51);"&gt;Log in to your &lt;a href="http://blogger.com/"&gt;Blogger account&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li style="color: rgb(51, 51, 51);"&gt;On yours &lt;strong&gt;Dashboard&lt;/strong&gt; Select &lt;strong&gt;Layout&lt;/strong&gt;&lt;/li&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://scrapur.com/index/wp-content/uploads/2008/01/13.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;Note&lt;/strong&gt;&lt;/span&gt;-&lt;span style="color: rgb(51, 51, 51);"&gt;You have a Label widget &lt;/span&gt;&lt;strong style="color: rgb(51, 51, 51);"&gt;already Installed&lt;/strong&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; In your blogspot webpage where you want it (it can be moved around later)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;li style="color: rgb(51, 51, 51);"&gt; Go To &lt;strong&gt;Edit Html&lt;/strong&gt;&lt;/li&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://scrapur.com/index/wp-content/uploads/2008/01/14.jpg" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; Then Search for the code &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; And Place Below Code In &lt;/span&gt;&lt;strong&gt;&lt;span style="color: rgb(51, 51, 51); font-weight: normal;"&gt;place of&lt;/span&gt; &lt;/strong&gt; &lt;span style="font-weight: bold;"&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;(By Removing  &lt;/span&gt;&lt;strong&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/strong&gt;)&lt;/li&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;center&gt;&lt;strong&gt;&lt;a href="http://scrapur.googlepages.com/tagcloud.txt"&gt; Click Here To Get The Code &lt;/a&gt;&lt;/strong&gt; &lt;img src="http://scrapur.com/index/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /&gt; &lt;center&gt;&lt;br /&gt;&lt;li style="color: rgb(51, 51, 51);"&gt;Now Save Template  and Search for  below mention label widget in blogger Html&lt;/li&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="color:#ff0000;"&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;b:widget id=’Label1′ locked=’false’  title=’Labels’ type=’Label’/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Atlast &lt;/span&gt;&lt;strong style="color: rgb(51, 51, 51);"&gt;replace&lt;/strong&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; the&lt;/span&gt;&lt;strong&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; above mention &lt;/span&gt;&lt;span style="color:#ff0000;"&gt;Label1 widget code&lt;/span&gt;&lt;/strong&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;  with below code&lt;/span&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;center&gt;&lt;strong&gt;&lt;a href="http://scrapur.googlepages.com/labelcloud.txt"&gt; Click Here To Get The Code&lt;/a&gt;&lt;/strong&gt; &lt;img src="http://scrapur.com/index/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /&gt; &lt;center&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;And you are Done &lt;/span&gt;&lt;img style="color: rgb(51, 51, 51);" src="http://scrapur.com/index/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; ,In Case Of Any problem fell free to post yours problems in Comment&lt;br /&gt;&lt;br /&gt;Original By - &lt;a href="http://scrapur.com"&gt;Scrapur&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/center&gt;&lt;/center&gt;&lt;/center&gt;&lt;/center&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-5720610982703858729?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/5720610982703858729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=5720610982703858729&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/5720610982703858729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/5720610982703858729'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/02/label-cloud-in-your-blog-blogger-hack.html' title='Label Cloud in your blog - A blogger hack'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-2812671095912795782</id><published>2008-02-10T09:10:00.000-08:00</published><updated>2008-02-10T09:14:00.022-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Add a Menu Bar - Blogger Hack</title><content type='html'>&lt;span style="color: rgb(51, 51, 51);" class="dropcaps"&gt;M&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;issing a real &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(51, 51, 51);"&gt;menubar&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; on you Blog? This hack  explains how you can add a simple menubar to the top of your Blog. It is in fact  a &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(51, 51, 51);"&gt;simple link&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; list, and that is a standard page element of Blogger Beta. I have  added a new &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(51, 51, 51);"&gt;section&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; at the top of the Blog Page, and the link list is inside  that section. Of &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(51, 51, 51);"&gt;course&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; there are some tricks to play, such as hiding the link  list title, and &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(51, 51, 51);"&gt;showing&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; the links list elements side by side. Here is how it is  done.&lt;/span&gt;&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger2/7099/114114951643861/1600/menubar.jpg"&gt;&lt;img style="margin: 0px 10px 10px 0px; clear: both;" alt="" src="http://photos1.blogger.com/blogger2/7099/114114951643861/320/menubar.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;In this Page Layout you can see where I &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(51, 51, 51);"&gt;have added&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt; the  Menubar. The code of this section is highlighted in red:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;div id='header-wrapper'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;b:section class='menubar'  id='menubar' maxwidgets='1' showaddelement='yes'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;b:widget id='LinkList2' locked='true'  title='Menubar' type='LinkList'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;/b:section&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;b:section class='header' id='header'  maxwidgets='1' showaddelement='no'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;b:widget id='Header1' locked='false'  title='Beautiful Beta (Header)' type='Header'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;/b:section&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;To the CSS-part  of your &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(51, 51, 51);"&gt;template&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;, add coding for the menubar-id:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;#menubar h2 {&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(0, 145, 25);"&gt;display&lt;/span&gt;:none;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;#menubar ul {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;list-style: none;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;#menubar li {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;float: left;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;#menubar a:link, #menubar a:visited, #menubar  a:hover {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;padding: 5px;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;display: block;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;color: $headerTextColor;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;#menubar a:hover {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;background-color: $headerCornersColor;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;}&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 51);" id="fullpost"&gt;The  menubar title is hidden, so that only the options are visible.&lt;br /&gt;The  list-elements are set to none, so that there are no bullets in front of the menu  options. And if a menu-option is hovered over, it is highlighted.&lt;br /&gt;&lt;br /&gt;Original By - &lt;/span&gt;&lt;a style="color: rgb(51, 51, 51);"&gt;&lt;span class="post-author vcard"&gt; &lt;/span&gt;&lt;/a&gt;&lt;a href="http://technologyhunt.blogspot.com/2008/02/how-to-add-menu-bar-to-your-blog.html"&gt;&lt;span class="fn"&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25);"&gt;Ehtisham Khan-Edwardian&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-2812671095912795782?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/2812671095912795782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=2812671095912795782&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/2812671095912795782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/2812671095912795782'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/02/add-menu-bar-blogger-hack.html' title='Add a Menu Bar - Blogger Hack'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-8542429754817093430</id><published>2008-02-07T09:58:00.000-08:00</published><updated>2008-02-07T10:06:59.415-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Add Signature to your Blogger Post - Blogger Hack</title><content type='html'>If u Want to Pretty Up Your Post,There Are many Things,But to Add Signature  to your Blogger Post is Much Fun.Well,Below i am Showing a Tutorial How to Add a  Signature to Your Blogger Post!&lt;br /&gt;&lt;br /&gt;You must first have a signature that you  want to have at the bottom of your post. This signature will be in the form of  an image. To get that image, you can look online for sites that help create signatures, or you can make your own using &lt;a href="http://www.gimp.org/"&gt;GIMP&lt;/a&gt; as I did. If you need help making a  signature, read some of my posts on design and graphics. After you have your  signature, upload it to your web host...I use &lt;a href="http://www.ripway.com/"&gt;Ripway&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Open your &lt;span style="font-style: italic;"&gt;Dashboard/ Settings/ Formatting/ Post  Template&lt;/span&gt;. Put this code in the &lt;span style="font-style: italic;"&gt;Post  Template&lt;/span&gt; box:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;p&amp;gt;&amp;lt;image  class="centered"alt="post signature" src="&lt;span style="color: rgb(255, 0, 0);"&gt;SIGNATURE URL&lt;/span&gt;" /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="post-author vcard"&gt;&lt;span class="fn"&gt;Replace&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;SIGNATURE URL&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="post-author vcard"&gt;&lt;span class="fn"&gt; With The Image URL!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="post-author vcard"&gt;&lt;span class="fn"&gt;Done !!!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="post-author vcard"&gt;&lt;span class="fn"&gt;Original - by Ehtisham Khan-Edwardian&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-8542429754817093430?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/8542429754817093430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=8542429754817093430&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/8542429754817093430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/8542429754817093430'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/02/add-signature-to-your-blogger-post.html' title='Add Signature to your Blogger Post - Blogger Hack'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-832651201025848700</id><published>2008-02-07T09:35:00.000-08:00</published><updated>2008-02-07T09:51:38.542-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Weather Report in your Blog - Widget For Blogger</title><content type='html'>&lt;span style="color: rgb(0, 0, 0);" class="dropcaps"&gt;W&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;idgetizing your Blog is the new thing to  explore here on Blogger TTT. &lt;/span&gt;&lt;a style="color: rgb(0, 0, 0);" href="http://hackosphere.blogspot.com/"&gt;Ramani&lt;/a&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;shows how to add random  Einstein quotes to your Blog.&lt;/span&gt; &lt;a style="color: rgb(0, 0, 0);" href="http://phydeaux3.blogspot.com/"&gt;Phydeaux3&lt;/a&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; s&lt;span style="color: rgb(0, 0, 0);"&gt;tarted all this showing  Flickr &lt;/span&gt;&lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(0, 0, 0);"&gt;Puppies&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;, and even&lt;/span&gt; &lt;/span&gt;&lt;a style="color: rgb(0, 0, 0);" href="http://beautifulbeta.blogspot.com/2006/11/hoctro.blogspot.com"&gt;Hoctro&lt;/a&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;  now shows a Flickr Zeitgeist &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(0, 0, 0);"&gt;widget&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;. So it is time that Beautiful Beta follows  these fellows, with a useful Weather Forecast Widget. And ofcourse a tutorial on  how to create this widget on your own Blog and &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(0, 0, 0);"&gt;make it &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;easy-to-install for your  readers.&lt;/span&gt;&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;You have to follow 3 easy steps:  &lt;/span&gt;&lt;ol style="color: rgb(0, 0, 0);"&gt;&lt;li&gt;Create the widget&lt;/li&gt;&lt;li&gt;Add it to your Blog&lt;/li&gt;&lt;li&gt;Add an Install-button to your Blog&lt;/li&gt;&lt;/ol&gt;&lt;strong style="color: rgb(0, 0, 0);"&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25);"&gt;Step 1&lt;/span&gt;: Create  the Widget&lt;br /&gt;&lt;/strong&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Go to &lt;/span&gt;&lt;a style="color: rgb(0, 0, 0);" href="http://www.weatherreports.com/"&gt;WeatherReports.com&lt;/a&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;, scroll down and  click Add WeatherReports To Your Site.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;In the next screen, enter your city,  select the colors and style of the weatherbox. After entering all your  &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(0, 0, 0);"&gt;selections&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;, you will go to the next screen automatically. Take a look at the  &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(0, 0, 0);"&gt;preview&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;, and select and copy the HTML-code.&lt;/span&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 0);" href="http://photos1.blogger.com/blogger2/7099/114114951643861/1600/weather.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center;" alt="" src="http://photos1.blogger.com/blogger2/7099/114114951643861/320/weather.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong style="color: rgb(0, 0, 0);"&gt;Step 2: Add the Widget to your Blog&lt;/strong&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Add an new HTML &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(0, 0, 0);"&gt;page element&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; to the &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(0, 0, 0);"&gt;sidebar&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; of your Blog. Paste the code  that you copied into the page element, and set its title to "Weather &lt;/span&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(0, 0, 0);"&gt;Report&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;". &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center;" alt="" src="http://photos1.blogger.com/blogger2/7099/114114951643861/320/addpageelement.png" border="0" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Don't save it yet, but go to step 3.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;strong style="color: rgb(0, 0, 0);"&gt;Step 3:  Add an Install-button&lt;/strong&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Now we are going to add a button, that  installs the widget on your visitors blog when it is clicked. In fact, we'll add  a form with several input fields, but only the button will be visible. Here we  go.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;form  action="http://beta.blogger.com/add-widget" method="post"&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;input value="Weather Report"  name="widget.title" type="hidden"/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;textarea style="display:none;"  name="widget.content"&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;amp;lt;script type="text/javascript"  language="javascript1.2"  src="http://weatherreports.com/jscript.html?width=125&amp;amp;height=125&amp;amp;theme=brand&amp;amp;location=Amsterdam%2C%20Netherlands&amp;amp;units=c"&amp;amp;gt;&amp;lt;/script&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;a  href="http://www.weatherreports.com/"&amp;amp;gt;&amp;lt;small&amp;amp;gt;Free  Weather  Reports&amp;amp;lt;/small&amp;amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;/textarea&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;input value="Install to Blog" name="go"  type="submit"/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;The text between the &lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;textarea&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;-tags is the html of  your widget. Please notice that each &amp;lt;&amp;gt; is replaced with &amp;gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Now save the page element and view your Blog.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);" id="fullpost"&gt;If you want more information on how to add third-party &lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(0, 0, 0);"&gt;widgets&lt;/span&gt; to  your blog, take a look at &lt;a href="http://help.blogger.com/bin/answer.py?answer=53219&amp;amp;topic=9083"&gt;these  help pages&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Done !!!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Original - by &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);" class="post-author vcard"&gt;&lt;span class="fn"&gt;Ehtisham Khan-Edwardian&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-832651201025848700?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/832651201025848700/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=832651201025848700&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/832651201025848700'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/832651201025848700'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/02/weather-report-in-your-blog-widget-for.html' title='Weather Report in your Blog - Widget For Blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-9003043500417413647</id><published>2008-02-07T09:11:00.000-08:00</published><updated>2008-02-07T09:25:07.071-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Change Title Of Each Post - Widget For Blogger</title><content type='html'>&lt;span style="color: rgb(0, 0, 0);"&gt;Guys get ready to change your title accordingly to your posts.I mean you can now  have a unique title for each and every post now.This will really Boost your blogs ranking and it will help you for your blogs Search Engine Optimization.Guys please be creative so that you will get best result out of it&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Now lets start to implement this into your blog.Just Follow this simple steps&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Step 1-Goto Blogger  Dashboard&gt;&gt;Layout&gt;&gt;Edit Html&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Step 2-Backup your &lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25);"&gt;template&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Step 3-Follow the  &lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25);"&gt;instructions&lt;/span&gt; below&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Find this code in your XML template{in header}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.pagetitle/&amp;gt;&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Now replace it with&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;!-- Start Widget-based: Changing the  Blogger Title Tag --&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:if cond='data:blog.pageType ==  "item"'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:section  id='titleTag'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:widget id='Blog2' locked='false'  title='Blog Posts' type='Blog'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:includable id='comments'  var='post'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:includable id='postQuickEdit'  var='post'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:includable id='main'  var='top'&amp;gt;&amp;lt;title&amp;gt;&amp;lt;b:loop values='data:posts'  var='post'&amp;gt;&amp;lt;b:include data='post'  name='post'/&amp;gt;&amp;lt;/b:loop&amp;gt; ~  &amp;lt;data:blog.title/&amp;gt;&amp;lt;/title&amp;gt;&amp;lt;/b:includable&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:includable  id='backlinkDeleteIcon' var='backlink'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:includable id='feedLinksBody'  var='links'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:includable id='backlinks'  var='post'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:includable  id='status-message'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:includable  id='feedLinks'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:includable id='nextprev'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:includable  id='commentDeleteIcon' var='comment'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:includable id='post'  var='post'&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/b:includable&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;/b:widget&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;/b:section&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:else/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.pageTitle/&amp;gt;&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;!-- End Widget-based: Changing the Blogger  Title Tag --&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span class="lx-link-style2" style="border-bottom-color: rgb(0, 145, 25); color: rgb(0, 0, 0);"&gt;Further&lt;/span&gt; more  you can add a very good keyword in homepage's title by just adding Keyword +  Blog Title by finding this line in the above code{3rd last}-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:else/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.pageTitle/&amp;gt;&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;and adding keyword here&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;b:else/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;title&amp;gt;  &amp;lt;data:blog.pageTitle/&amp;gt;&lt;span style="color: rgb(255, 153, 102);"&gt;Keyword&lt;/span&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Done !!!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Original -&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);" class="post-author vcard"&gt;&lt;span class="fn"&gt;Ehtisham Khan-Edwardian&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-9003043500417413647?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/9003043500417413647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=9003043500417413647&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/9003043500417413647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/9003043500417413647'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/02/change-title-of-each-post-widget-for.html' title='Change Title Of Each Post - Widget For Blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-510493118090197603</id><published>2008-02-04T00:12:00.000-08:00</published><updated>2008-02-09T04:05:24.743-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Add Favicon - Widget For Blogger</title><content type='html'>&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;Favicon is known as favorite icon for a your blog or site. Adding a Favicon to your blog is a good way to distinguish your blog from the millions of other blogs.&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;Below is Screen Shot of my Favicon so that you can know what &lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;F&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:verdana;font-size:100%;"  &gt;&lt;span style="color: rgb(102, 102, 102);"&gt;avicon exactly is :-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:verdana;font-size:100%;"  &gt;&lt;a style="color: rgb(0, 0, 0);" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_ZBLlRW-Hjak/R6bO1NAs9aI/AAAAAAAAADA/SCSiXZRs3yo/s1600-h/favicon.PNG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_ZBLlRW-Hjak/R6bO1NAs9aI/AAAAAAAAADA/SCSiXZRs3yo/s400/favicon.PNG" alt="" id="BLOGGER_PHOTO_ID_5163041436247848354" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;Ok now you what Favicon is now let see how to add it into your Blog or site. I have seen many procedures of adding Favicon. I will tell you the simplest method to add it&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;Here we go...&lt;/span&gt;&lt;span style=";font-family:verdana;font-size:100%;"  &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);font-family:verdana;font-size:100%;"  &gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Step 1&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt; &lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;step 1 is choosing you&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;F&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;avicon it may be in any format like JPG,JPEG,PNG   Etc. Just save that Image which you like into your hard drive.&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;If you have problem in finding &lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;F&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;avicon then simply go to google images and type the keywords like &lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;F&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-family:verdana;font-size:100%;"  &gt;avicon or icon or anything you want as Favicon (Be Creative).After saving your image file into your hard drive go to step 2&lt;/span&gt;&lt;span style=";font-family:verdana;font-size:100%;"  &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);font-family:verdana;font-size:100%;"  &gt;&lt;br /&gt;Step 2&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);font-family:verdana;font-size:100%;"  &gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;span style="color: rgb(102, 102, 102);"&gt;Now you need to create the .ico file of that image file which you saved into your hard drive. For making .ico file of any image file i use&lt;/span&gt; &lt;/span&gt;&lt;a style="color: rgb(0, 0, 0);" href="http://www.htmlkit.com/services/favicon/"&gt;Html-Kit.com&lt;/a&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;.&lt;span style="color: rgb(102, 102, 102);"&gt; After opening there site you just need to upload you image file there and they convert you image file into .ico format then you just need to download it and step 2 is Done !&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;&lt;br /&gt;Step 3&gt;&lt;/span&gt; &lt;span style="color: rgb(102, 102, 102);"&gt;Now time to upload your .ico file to any hoster like&lt;/span&gt; &lt;a href="http://pages.google.com/"&gt;Google pages&lt;/a&gt;. &lt;span style="color: rgb(102, 102, 102);"&gt;After uploading your .ico file get the path of that image file -&lt;/span&gt; &lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;http://Bloggingforbread.googlepages.com/favicon.ico&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;now after getting the path move to Step 4&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;&lt;br /&gt;Step 4&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);"&gt; Now login to your blog and go to the Edit Html tab from Template. Then paste the following code below&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;span style="color: rgb(102, 102, 102);"&gt; &lt;/span&gt;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&amp;lt;link href='http://youraccount.googlepages.com/myicon.ico' rel='shortcut icon'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&amp;lt;link href='http://youraccount.googlepages.com/myicon.ico' rel='icon'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;Before pasting this code to your blog's Html just exchange both the line -&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);font-family:verdana;font-size:100%;"  &gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;http://youraccount.googlepages.com/myicon.ico&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;with your .ico files path&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;That's It you are Done !&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;If you have any type of problem adding Favicon to your Blog fell free to ask here by commenting.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;Happy Blogging !!&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-510493118090197603?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/510493118090197603/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=510493118090197603&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/510493118090197603'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/510493118090197603'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/02/add-favicon-icon-for-blog.html' title='Add Favicon - Widget For Blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_ZBLlRW-Hjak/R6bO1NAs9aI/AAAAAAAAADA/SCSiXZRs3yo/s72-c/favicon.PNG' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-2233059780760101593</id><published>2008-01-31T06:10:00.000-08:00</published><updated>2008-01-31T06:20:15.079-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense Tips'/><title type='text'>Now Get Adsense Pin at 10 $</title><content type='html'>&lt;span style="font-family: verdana;font-family:verdana;font-size:130%;"  &gt;Today i was searching the adsense blog and i was shocked that google has decreased the minimum amount for getting adsense pin at 10 $.&lt;/span&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana;font-family:verdana;font-size:130%;"  &gt;Its very helpful for adsense user now and as they get the PIN at 10 $ which was 50 $ till yesterday.&lt;/span&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana;font-family:verdana;font-size:130%;"  &gt;Below is the original Post Posted in Adsense Blog :-&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;a style="font-family: verdana;" href="http://adsense.blogspot.com/2008/01/pinning-it-down-to-10.html"&gt;Pinning it down (to $10)&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;As part of our efforts to make sure that the AdSense account details publishers provide are valid and correct, we do a couple types of validation that you may be aware of: the &lt;/span&gt;&lt;a style="font-family: verdana;" href="https://www.google.com/adsense/support/bin/topic.py?topic=8455&amp;amp;sourceid=aso&amp;amp;subid=ww-en-et-asblog_2008-01-29&amp;amp;medium=link"&gt;Personal Identification Number&lt;/a&gt;&lt;span style="font-family:verdana;"&gt; (PIN) program and, in some locations, &lt;/span&gt;&lt;a style="font-family: verdana;" href="https://www.google.com/adsense/support/bin/answer.py?answer=32055&amp;amp;sourceid=aso&amp;amp;subid=ww-en-et-asblog_2008-01-29&amp;amp;medium=link"&gt;phone number verification&lt;/a&gt;&lt;span style="font-family:verdana;"&gt;.  One or both of these verification methods is required in order to ensure the security and accuracy of your information so you can receive payments from AdSense.&lt;/span&gt;&lt;br /&gt;&lt;div class="post-body"&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;In the past, our system would ask you to verify your information when your earnings reached $50. However, we've recently changed the threshold to $10. This lowered amount means many of you may see a PIN arrive in your mailbox soon, as well as a prompt in your account to verify your phone number. For more information about these holds, visit the links in the 'Required Actions' box on your Payment History page.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="font-family: verdana;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_YbURk67VlGk/R5-0zS9HWKI/AAAAAAAAAXQ/GiYLMIxg0ak/s1600-h/PIN_phone_holds.PNG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_YbURk67VlGk/R5-0zS9HWKI/AAAAAAAAAXQ/GiYLMIxg0ak/s400/PIN_phone_holds.PNG" alt="" id="BLOGGER_PHOTO_ID_5161042491344378018" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;(Psst: If your all-time earnings are between $10 and $50, this might be a good time to &lt;/span&gt;&lt;a style="font-family: verdana;" href="https://www.google.com/adsense/support/bin/answer.py?answer=35870&amp;amp;sourceid=aso&amp;amp;subid=ww-en-et-asblog_2008-01-29&amp;amp;medium=link"&gt;learn all about PINs&lt;/a&gt;&lt;span style="font-family:verdana;"&gt; so you'll know what to expect. Or, if you prefer surprises, you can remain blissfully ignorant till a &lt;/span&gt;&lt;a style="font-family: verdana;" href="https://www.google.com/adsense/support/bin/answer.py?answer=44608&amp;amp;sourceid=aso&amp;amp;subid=ww-en-et-asblog_2008-01-29&amp;amp;medium=link"&gt;PIN mailer&lt;/a&gt;&lt;span style="font-family:verdana;"&gt; pops up in your mailbox. Just be sure you don't pitch it in the trash!)&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-2233059780760101593?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/2233059780760101593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=2233059780760101593&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/2233059780760101593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/2233059780760101593'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/now-get-adsense-pin-at-10.html' title='Now Get Adsense Pin at 10 $'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_YbURk67VlGk/R5-0zS9HWKI/AAAAAAAAAXQ/GiYLMIxg0ak/s72-c/PIN_phone_holds.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-1788161664125499702</id><published>2008-01-28T00:35:00.000-08:00</published><updated>2008-01-28T00:39:20.749-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Design Float - Widget For Blogger</title><content type='html'>&lt;a style="font-family: verdana;" href="http://www.designfloat.com/"&gt;Design Float&lt;/a&gt;&lt;span style="font-family: verdana;"&gt; is a great resource - digg-like - to share stories about Web Design, CSS, Identity and Branding, Digital art and Illustration. This tutorial explains how to add a &lt;/span&gt;&lt;em style="font-family: verdana;"&gt;Float it!&lt;/em&gt;&lt;span style="font-family: verdana;"&gt; button on each post on your Blogger template.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="font-family: verdana;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_TqPdHmAEwTM/R5XR69OYB4I/AAAAAAAAAwA/ApxaMQ0Q-Gs/s1600-h/designfloat.jpg"&gt;&lt;img style="border: 1px solid rgb(222, 222, 222); margin: 0px auto 10px; padding: 10px; display: block; text-align: center;" src="http://bp2.blogger.com/_TqPdHmAEwTM/R5XR69OYB4I/AAAAAAAAAwA/ApxaMQ0Q-Gs/s400/designfloat.jpg" alt="" id="BLOGGER_PHOTO_ID_5158259759020246914" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Edit your Blogger template and check "Expand Widget Models". Find this line of  code:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: verdana;" class="code"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;&lt;/span&gt;'post-footer-line post-footer-line-3'&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;...and paste, below this line, this code&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: verdana; color: rgb(51, 51, 255);" class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;span style="color: rgb(51, 51, 255);"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;text/javascript"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&lt;/span&gt;submit_url = &lt;span style="color: rgb(51, 51, 255);"&gt;'&amp;lt;data:post.url/&amp;gt;'&lt;/span&gt;;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"text/javascript"&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;src=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"http://www.designfloat.com/evb/button.php"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;The result looks like this &lt;/span&gt;&lt;a style="font-family: verdana;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_TqPdHmAEwTM/R5XckdOYB6I/AAAAAAAAAwQ/jVugqUfJ0zU/s1600-h/tools_float.gif"&gt;&lt;img style="cursor: pointer; margin-left: 10px;" src="http://bp0.blogger.com/_TqPdHmAEwTM/R5XckdOYB6I/AAAAAAAAAwQ/jVugqUfJ0zU/s400/tools_float.gif" alt="" id="BLOGGER_PHOTO_ID_5158271467101095842" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;If you prefer a big button copy and paste this button instead of the first code:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: verdana;" class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"text/javascript"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&lt;/span&gt;submit_url =&lt;span style="color: rgb(51, 51, 255);"&gt;'&amp;lt;data:post.url/&amp;gt;'&lt;/span&gt;&lt;em style="color: rgb(51, 51, 255);"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/em&gt;;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"text/javascript"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;  src=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"http://www.designfloat.com/evb2/button.php"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&amp;lt;/script&amp;gt; &lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;The result is like this   &lt;/span&gt;&lt;a style="font-family: verdana;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_TqPdHmAEwTM/R5XdxtOYB7I/AAAAAAAAAwY/Y7odBzq6yk4/s1600-h/tools_float2.gif"&gt;&lt;img style="cursor: pointer; margin-left: 10px;" src="http://bp1.blogger.com/_TqPdHmAEwTM/R5XdxtOYB7I/AAAAAAAAAwY/Y7odBzq6yk4/s400/tools_float2.gif" alt="" id="BLOGGER_PHOTO_ID_5158272794245990322" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Save your template and post your stories on Design Float!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-1788161664125499702?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/1788161664125499702/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=1788161664125499702&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/1788161664125499702'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/1788161664125499702'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/design-float-widget-for-blogger.html' title='Design Float - Widget For Blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_TqPdHmAEwTM/R5XR69OYB4I/AAAAAAAAAwA/ApxaMQ0Q-Gs/s72-c/designfloat.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-6970958360873819014</id><published>2008-01-26T20:45:00.000-08:00</published><updated>2008-01-27T06:11:09.907-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Templates'/><title type='text'>Blogger Templates - All Templates Available on Internet.</title><content type='html'>&lt;span style=";font-family:verdana;font-size:130%;"  &gt;I Know Blogger.com provides only 16 default templates and 8 of them are very unprofessional and untidy so i decided to give you the all the templates available on the on the internet from this single page which will be updated daily. There are 2 and 3 column and also some other templates which i have searched around the net and also tested every single Template &lt;/span&gt;&lt;span style=";font-family:verdana;font-size:130%;"  &gt;and made a xml file of all Templates&lt;/span&gt;&lt;span style=";font-family:verdana;font-size:130%;"  &gt; so have fun and enjoy them...And Yes this templates are not mine let me thank the original creater's of this templates. I have pos ted this templates for users convince but you are most welcome if you are having some problem installing this templates.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style=";font-family:verdana;font-size:130%;"  &gt;So Enjoy my Find...............&lt;/span&gt;&lt;span style="font-size:130%;"&gt;&lt;img style="font-family: verdana;" src="http://mashable.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" class="wp-smiley" /&gt;&lt;img style="font-family: verdana;" src="http://mashable.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" class="wp-smiley" /&gt;&lt;img style="font-family: verdana;" src="http://mashable.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" class="wp-smiley" /&gt;&lt;/span&gt;&lt;span style=";font-family:verdana;font-size:130%;"  &gt; &lt;/span&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2-Column Templates&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h3  style="font-family:verdana;"&gt;&lt;span style="font-weight: normal;"&gt;1)&lt;/span&gt; Hello&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template Hello" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/hello-thumb.jpg" /&gt;&lt;/span&gt;&lt;a style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: verdana;" href="http://www.blogcrowds.com/resources/view_template.php/hello_74"&gt;&lt;br /&gt;&lt;/a&gt;&lt;p face="verdana" style="margin: 0pt 0pt 20px; font-family: verdana; font-weight: bold;"&gt;&lt;span&gt;  &lt;br /&gt;               &lt;/span&gt;&lt;a rel="nofollow" href="http://hello-xml.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://deadlychaos5555.googlepages.com/Hello.xml"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;h3  style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/h3&gt;&lt;h3  style="font-family:verdana;"&gt;&lt;span style="font-weight: normal;"&gt;2) &lt;/span&gt;Glossy Blue&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template Glossy Blue" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/glossyblue-thumb.jpg" /&gt;&lt;/span&gt;&lt;p face="verdana" style="margin: 0pt 0pt 20px;"&gt;&lt;a rel="nofollow" href="http://glossyblue-xml.blogspot.com/"&gt;&lt;br /&gt;&lt;/a&gt;         &lt;a style="font-weight: bold; font-family: verdana;" rel="nofollow" href="http://glossyblue-xml.blogspot.com/"&gt;Demo&lt;/a&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt; | &lt;/span&gt;&lt;a style="font-weight: bold; font-family: verdana;" href="http://deadlychaos5555.googlepages.com/GlossyBlue.xml"&gt;Download&lt;/a&gt;&lt;/p&gt; &lt;h3  style="font-family:verdana;"&gt;&lt;br /&gt;&lt;/h3&gt;&lt;h3  style="font-family:verdana;"&gt;&lt;span style="font-weight: normal;"&gt;3) &lt;/span&gt;Mush Blue&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img516.imageshack.us/img516/5875/musbluewp6.png" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="font-family: verdana; font-weight: bold;" rel="nofollow" href="http://mushblue-blogger-template.blogspot.com/"&gt;Demo&lt;/a&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt; | &lt;/span&gt;&lt;a style="font-family: verdana; font-weight: bold;" href="http://lifewg.googlepages.com/mushblue-blogger-template.xml"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3  style="font-family:verdana;"&gt;&lt;span style="font-weight: normal;"&gt;4) &lt;/span&gt;Emire&lt;/h3&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;p&gt;&lt;img id="image276" src="http://www.geckoandfly.com/wp-content/uploads/2006/07/emire_blogger_template.jpg" alt="emire blogger template blogspot" /&gt;&lt;/p&gt; &lt;p&gt;&lt;a style="font-family: verdana; font-weight: bold;" rel="nofollow" href="http://www.emire-xml.blogspot.com/"&gt;Demo&lt;/a&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt; | &lt;/span&gt;&lt;a style="font-family: verdana; font-weight: bold;" href="http://www.geckoandfly.com/wp-content/uploads/2007/05/template-emire.zip"&gt;Download&lt;/a&gt;&lt;a href="http://www.geckoandfly.com/wp-content/uploads/2007/05/template-emire.zip"&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3&gt;&lt;span style="font-weight: normal;"&gt;5&lt;span style="font-family:verdana;"&gt;) &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;Spiderman&lt;/span&gt;&lt;/h3&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template Spiderman" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/spiderman-thumb.jpg" /&gt;&lt;/span&gt;&lt;p face="verdana" style="margin: 0pt 0pt 20px;"&gt;&lt;a rel="nofollow" href="http://spiderman-xml.blogspot.com/"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;Demo&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt; | &lt;/span&gt;&lt;a style="font-weight: bold; font-family: verdana;" href="http://deadlychaos5555.googlepages.com/Spiderman.xml"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;&lt;br /&gt;&lt;/h3&gt;&lt;h3  style="font-family:verdana;"&gt;&lt;span style="font-weight: normal;"&gt;6) &lt;/span&gt;The Late Show&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template The Late Show" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/lateshow-thumb.jpg" /&gt;&lt;/span&gt;&lt;p face="verdana" style="margin: 0pt 0pt 20px;"&gt;&lt;a rel="nofollow" href="http://the-late-show-xml.blogspot.com/"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;Demo&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt; | &lt;/span&gt;&lt;a style="font-weight: bold; font-family: verdana;" href="http://deadlychaos5555.googlepages.com/TheLateShow.xml"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3  style="font-family:verdana;"&gt;&lt;span style="font-weight: normal;"&gt;7)&lt;/span&gt; Peaceful Rush&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template Peaceful Rush" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/peaceful-thumb.jpg" /&gt;&lt;/span&gt;&lt;p face="verdana" style="margin: 0pt 0pt 20px;"&gt;&lt;a rel="nofollow" href="http://peacefulrush-xml.blogspot.com/"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin: 0pt 0pt 20px; font-family: verdana; font-weight: bold;"&gt;&lt;a rel="nofollow" href="http://peacefulrush-xml.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.blogcrowds.com/resources/view_template.php/peacefulrush_69"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3  style="font-family:verdana;"&gt;&lt;span style="font-weight: normal;"&gt;8)&lt;/span&gt; Top Secret&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template Top Secret" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/secret-thumb.jpg" /&gt;&lt;/span&gt;&lt;p face="verdana" style="margin: 0pt 0pt 20px;"&gt;&lt;a rel="nofollow" href="http://top-secret-xml.blogspot.com/"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Demo&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt; | &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://deadlychaos5555.googlepages.com/TopSecret.xml"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;p face="verdana" style="margin: 0pt 0pt 20px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3  style="font-family:verdana;"&gt;&lt;span style="font-weight: normal;"&gt;9)&lt;/span&gt; Fleur&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template Fleur" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/fleur-thumb.jpg" /&gt;&lt;/span&gt;&lt;p face="verdana" style="margin: 0pt 0pt 20px;"&gt;&lt;a rel="nofollow" href="http://fleur-xml.blogspot.com/"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Demo&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt; | &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://deadlychaos5555.googlepages.com/Fleur.xml"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;h3  style="font-family:verdana;"&gt;&lt;span style="font-weight: normal;"&gt;10)&lt;/span&gt; Summer&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template Summer" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/summer-thumb.jpg" /&gt;&lt;/span&gt;&lt;p face="verdana" style="margin: 0pt 0pt 20px;"&gt;&lt;a rel="nofollow" href="http://summer-xml.blogspot.com/"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Demo&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt; | &lt;/span&gt;&lt;a href="http://deadlychaos5555.googlepages.com/Summer.xml"&gt;&lt;span style="font-weight: bold;"&gt;Download&lt;/span&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3  style="font-family:verdana;"&gt;&lt;span style="font-weight: normal;"&gt;11)&lt;/span&gt; Road To October&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template Road To October" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/roadoctober-thumb.jpg" /&gt;&lt;/span&gt;&lt;p style="margin: 0pt 0pt 20px; font-family: verdana;"&gt;&lt;a style="font-weight: bold;" rel="nofollow" href="http://the-road-to-october-xml.blogspot.com/"&gt;&lt;br /&gt;Demo&lt;/a&gt;&lt;span style="font-weight: bold;"&gt; | &lt;/span&gt;&lt;a href="http://deadlychaos5555.googlepages.com/RoadToOctober.xml"&gt;&lt;span style="font-weight: bold;"&gt;Download&lt;/span&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 face="verdana"&gt;&lt;span style="font-weight: normal;"&gt;11) &lt;/span&gt;MistyLook&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template MistyLook" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/mistylook-thumb.jpg" /&gt;&lt;/span&gt; &lt;p style="margin: 0pt 0pt 20px; font-family: verdana;"&gt;&lt;br /&gt;&lt;a style="font-weight: bold;" rel="nofollow" href="http://mistylook-xml.blogspot.com/"&gt;Demo&lt;/a&gt;&lt;span style="font-weight: bold;"&gt; | &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://deadlychaos5555.googlepages.com/MistyLook.xml"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;3-Column Templates&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h3  style="font-weight: bold;font-family:verdana;"&gt;&lt;span style="font-weight: normal;"&gt;1)&lt;/span&gt; Green Marinee&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template Green Marinee" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/marinee-thumb.jpg" /&gt;&lt;/span&gt;&lt;p style="margin: 0pt 0pt 20px; font-family: verdana;"&gt;&lt;a rel="nofollow" href="http://green-marinee-xml.blogspot.com/"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Demo&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt; | &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://deadlychaos5555.googlepages.com/GreenMarinee.xml"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 face="verdana"&gt;&lt;span style="font-weight: normal;"&gt;2)&lt;/span&gt; Garland&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template Garland" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/garland-thumb.jpg" /&gt;&lt;/span&gt;&lt;p style="margin: 0pt 0pt 20px; font-family: verdana;"&gt;&lt;a rel="nofollow" href="http://garland-xml.blogspot.com/"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Demo&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt; | &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://deadlychaos5555.googlepages.com/Garland.xml"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 style="font-family: verdana;"&gt;&lt;span style="font-weight: normal;"&gt;3)&lt;/span&gt; Magic Paper&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255);font-family:verdana;" &gt;&lt;img alt="Blogger Template Magic Paper" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/magicpaper-thumb.jpg" /&gt;&lt;/span&gt;&lt;p style="margin: 0pt 0pt 20px; font-family: verdana;"&gt;&lt;a rel="nofollow" href="http://magic-paper-xml.blogspot.com/"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Demo&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt; | &lt;/span&gt;&lt;a href="http://deadlychaos5555.googlepages.com/MagicPaper.xml"&gt;&lt;span style="font-weight: bold;"&gt;Download&lt;/span&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Other Templates&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;h3 style="font-family: verdana;"&gt;&lt;span style="font-weight: normal;"&gt;1)&lt;/span&gt; Ambiru&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="border: 0px solid rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: verdana;" href="http://www.blogcrowds.com/resources/view_template.php/ambiru_70"&gt;&lt;img alt="Blogger Template Ambiru" src="http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/ambiru-thumb.jpg" /&gt;&lt;/a&gt;&lt;p style="margin: 0pt 0pt 20px; font-family: verdana;"&gt;&lt;a rel="nofollow" href="http://ambiru-xml.blogspot.com/"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Demo&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt; | &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://deadlychaos5555.googlepages.com/Ambiru.xml"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;p style="margin: 0pt 0pt 20px; font-family: verdana; font-weight: bold;"&gt;&lt;a href="http://deadlychaos5555.googlepages.com/Ambiru.xml"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin: 0pt 0pt 20px; font-family: verdana;"&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;As i am making XML of all Templates I need some time so please be patient&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 0pt 20px; font-family: verdana;"&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;MORE TO COME...............&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-6970958360873819014?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/6970958360873819014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=6970958360873819014&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/6970958360873819014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/6970958360873819014'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/blogger-templates-all-templates.html' title='Blogger Templates - All Templates Available on Internet.'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i61.photobucket.com/albums/h59/c_stavanger/temp_scr/th_hello-thumb.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-5736975923597769345</id><published>2008-01-26T09:44:00.000-08:00</published><updated>2008-01-26T06:53:12.363-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense Tips'/><title type='text'>How Google Detects AdSense Invalid Clicks</title><content type='html'>&lt;a style="font-family: verdana;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://img267.imageshack.us/img267/9625/fooliz9.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px;" src="http://img267.imageshack.us/img267/9625/fooliz9.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=";font-family:verdana;font-size:130%;"  &gt; Fooling Google Adsense is like fooling yourself&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="font-family: verdana;"&gt;Thinking to cheat AdSense&lt;/b&gt;&lt;span style="font-family:verdana;"&gt;? Stop that. It will never bring you anywhere. You might pull it off with smaller ads network, but definitely not with Google. Here are some detection methods they might use. At the very least, they have the resources to do so.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;  &lt;b style="font-family: verdana;"&gt;&lt;br /&gt;IP Address&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; If the AdSense click is originated from the same IP Address as the one used for accessing your AdSense account, your account is flagged.&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="font-family: verdana;"&gt;Cookies&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; Most home users do not use static IP Address for Internet connection. In most cases just disconnect and reconnect will give you a new IP Address. But don’t forget, Google has set cookies on your computer.&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;Other Google Services&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; Thinking that you are safe just because you do not access your AdSense account? Think again. This time, consider these: GMail, Google Earth, Google Calendar, Google Search, Google Toolbar, Google Talk, Google Sitemap, Google Desktop, Blogger, and so on, and so on. With the wide range of services they provide, Google can trace the originator of most (or probably almost all) clicks.&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;Click Pattern 1&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; Oh, why this computer / IP address / person is so trigger-click-happy on this particular website but never click on the ads on other sites?&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;   &lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;&lt;br /&gt;Click Pattern 2&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; And why is it that people accessing these sites direct (type-in URL or from bookmark) tend to be very active ad-clickers compared with those referred from search engine or other sites?&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;Click Pattern 3&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; And why the ad-clickers like to hit and run, compared with non ad-clickers that surf a few pages before leaving?&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;Click-Through-Rate (CTR)&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; Your CTR may range from 0.5% to 10%, but if it exceeds a certain point (probably around 10%), you are flagged.&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;   &lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;&lt;br /&gt;Geo-Location&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; Used Urchin (Google Analytics) before? Then you should know that Google can trace traffics origin down to the small town. Different IP doesn’t mean much. Unless you site is really targetted to one small geo-point, a high number of clicks from nearby location will get you banned quickly.&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;Hardware address?&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; MAC address of the LAN card, modem, and router works &lt;/span&gt;&lt;i style="font-family: verdana;"&gt;almost&lt;/i&gt;&lt;span style="font-family:verdana;"&gt; like a fingerprint. I’m not sure if Google can track this, but probably they do. They have rocket scientist, remember?&lt;br /&gt;&lt;/span&gt;   &lt;b style="font-family: verdana;"&gt;&lt;br /&gt;Advertisers conversion rate&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; Ad click is one thing. But does it bring value to the advertisers? If none of the clicks on your site translate to conversion to the advertiser, you are in trouble. First the Smart-Pricing hits, then your AdSense account disabled.&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;Search Engine Ranking&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; Your website is not indexed on any search engine, not linked by any prominent website, but get consistently high traffic? That sounds like something is in play. Regardless of whether it is an adware-embedded software, spam, trojan clickbot, or intentionally installed click-exchange network, it doesn’t sound right.&lt;/span&gt;   &lt;b style="font-family: verdana;"&gt;&lt;br /&gt;&lt;br /&gt;Webpage design&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; How about the “click here” or “support us”? Google has the best search engine in the world. Is it really that hard to find those words?&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;Combo&lt;br /&gt;&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; Each of these detection methods might seem rather weak. But combine them together, and not many click-fraud can pass-through these filters. Even the smartest clickbot will have a hard time.&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;  &lt;/span&gt;&lt;span style="font-family:verdana;"&gt; In short, it is almost impossible to cheat AdSense in the long term. Instead of spending time, money, and effort trying to outsmart Google, try these tips to improve your AdSense earning.&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;   &lt;/span&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;&lt;br /&gt;Disclaimer&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; : I’m not working for Google nor in anyway know anyone inside Google. Google might or might not use these methods to detect click-fraud. I’d believe that they have much better detection mechanism.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-5736975923597769345?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/5736975923597769345/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=5736975923597769345&amp;isPopup=true' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/5736975923597769345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/5736975923597769345'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/how-google-detects-adsense-invalid.html' title='How Google Detects AdSense Invalid Clicks'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-4415728458266258342</id><published>2008-01-24T07:09:00.000-08:00</published><updated>2008-01-27T05:52:38.567-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Search Form Widget For Blogger</title><content type='html'>&lt;h3 style="font-family: verdana;font-family:verdana;" class="post-title" &gt; &lt;span style="font-weight: normal;"&gt;&lt;span style=";font-size:100%;" &gt;I will now tell you how to install a Search Bar into your blog which will search you blog contents very easily.&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-family:verdana;" &gt;Following are the simple steps&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-family:verdana;" &gt;1) Go to your Page Layout Tab from your Dashboard&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-family:verdana;" &gt;2) Just Click on Add Page Element and paste the Following code to it&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;form id="searchThis" action="/search" style="display:inline;" method="get"&amp;gt;&amp;lt;input id="searchBox" name="q" type="text"&amp;gt; &amp;lt;input id="searchButton" value="Go" type="submit"&amp;gt;&amp;lt;/form&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-family:verdana;" &gt;3) Give the title as Search or anything what you like and save the Element&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-family:verdana;" &gt;If you have problem installing this widget you can just click on following button to install this widget automatically&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: verdana; color: rgb(255, 255, 255);" class="post-body"&gt;&lt;br /&gt;&lt;form action="http://beta.blogger.com/add-widget" method="post"&gt;&lt;input value="Search" name="widget.title" type="hidden"&gt;&lt;textarea style="display: none;" name="widget.content"&gt;&lt;form id="searchThis" action="/search" style="display:inline;" method="get"&gt;&lt;input id="searchBox" name="q" type="text"&gt; &lt;input id="searchButton" value="Go" type="submit"&gt;&lt;/form&gt;&lt;/textarea&gt;&lt;span style="border-style: solid; border-color: rgb(153, 204, 255) rgb(17, 68, 136) rgb(0, 51, 119) rgb(136, 187, 238); border-width: 2px; padding: 10px 8px; background: rgb(102, 153, 204) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&lt;input value="Add To My Blog" name="go" type="submit"&gt;&lt;/span&gt;&lt;/form&gt;  &lt;/div&gt;  &lt;span class="post-icons"  style="font-family:verdana;"&gt;&lt;span class="item-action"&gt;&lt;a href="http://www.blogger.com/email-post.g?blogID=6645151&amp;amp;postID=908778794851059108" rel="nofollow" title="Email Post"&gt;&lt;/a&gt;&lt;br /&gt;Enjoy.................&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-4415728458266258342?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/4415728458266258342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=4415728458266258342&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/4415728458266258342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/4415728458266258342'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/search-form-widget-for-blogger.html' title='Search Form Widget For Blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-435300110053222971</id><published>2008-01-22T10:36:00.000-08:00</published><updated>2008-01-22T10:40:08.223-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>13 more built in online bookmarks for blogger</title><content type='html'>&lt;p style="font-family: verdana;"&gt;Here is 13 more built in bookmarkers you can use on your blogger / blogspot blog. There are Furl.net, ma.gnolia.com, blinkbits.com, meneame.net, simpy.com, myweb2.search.yahoo.com, digg.com, del.icio.us, ocio.fresqui.com, reddit.com, blinklist.com, netvouz.com, and of course technorati.com&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;here is the demo:&lt;/p&gt;  &lt;p class="bookmarker" style="margin: 0pt 0pt 20px; clear: both; display: block; font-family: verdana;"&gt; &lt;a href="http://www.furl.net/storeIt.jsp?u=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html&amp;amp;t=13%20more%20built%20in%20bookmarks%20for%20blogger%20blogspot" class="theaddToolTip" target="_blank" title="Add to Furl"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/furl.gif" style="float: left;" alt="Furl" align="left" border="0" /&gt;&lt;/a&gt; &lt;a href="http://ma.gnolia.com/bookmarklet/add?url=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html&amp;amp;title=13%20more%20built%20in%20bookmarks%20for%20blogger%20blogspot" class="theaddToolTip" target="_blank" title="Add to Ma.gnolia"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/magnolia.png" style="float: left;" alt="Ma.gnolia" align="left" border="0" /&gt;&lt;/a&gt;  &lt;a href="http://blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html%20&amp;amp;Title=13%20more%20built%20in%20bookmarks%20for%20blogger%20blogspot" class="theaddToolTip" target="_blank" title="Add to Blinkbits"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/blinkbits.png" style="float: left;" alt="Blinkbits" align="left" border="0" /&gt;&lt;/a&gt; &lt;a href="http://meneame.net/submit.php?url=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html" class="thetheaddToolTip" target="_blank" title="add to Meneame"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/meneame.png" style="float: left;" alt="Meneame" align="left" border="0" /&gt;&lt;/a&gt; &lt;a href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html&amp;amp;title=13%20more%20built%20in%20bookmarks%20for%20blogger%20blogspot" class="theaddToolTip" target="_blank" title="Add to Simpy"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/simpy.png" style="float: left;" alt="Simpy" align="left" border="0" /&gt;&lt;/a&gt; &lt;a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html&amp;amp;t=13%20more%20built%20in%20bookmarks%20for%20blogger%20blogspot" class="theaddToolTip" target="_blank" title="Add to Yahoo web"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/yahoo.gif" style="float: left;" alt="Yahoo" align="left" border="0" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html&amp;amp;title=13%20more%20built%20in%20bookmarks%20for%20blogger%20blogspot" class="theaddToolTip" target="_blank" title="DiggIt!"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/digg.gif" style="float: left;" alt="DiggIt!" align="left" border="0" /&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/post?url=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html&amp;amp;title=13%20more%20built%20in%20bookmarks%20for%20blogger%20blogspot" class="theaddToolTip" target="_blank" title="Add to Del.icio.us"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/delicious.gif" style="float: left;" alt="Del.icio.us" align="left" border="0" /&gt;&lt;/a&gt;  &lt;a href="http://ocio.fresqui.com/post?url=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html&amp;amp;title=13%20more%20built%20in%20bookmarks%20for%20blogger%20blogspot" class="theaddToolTip" target="_blank" title="Enviar a ocio.fresqui.com"&gt; &lt;img src="http://photos1.blogger.com/x/blogger2/2699/816266557257661/400/650743/fresqui.png" style="float: left;" alt="Fresqui" align="left" border="0" /&gt;&lt;/a&gt; &lt;a href="http://reddit.com/submit?url=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html&amp;amp;title=%2013%20more%20built%20in%20bookmarks%20for%20blogger%20blogspot" target="_blank" title="Add to Reddit"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/reddit.png" style="float: left;" alt="Reddit" align="left" border="0" /&gt;&lt;/a&gt; &lt;a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;amp;Description=&amp;amp;Url=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html&amp;amp;Title=13%20more%20built%20in%20bookmarks%20for%20blogger%20blogspot" class="theaddToolTip" target="_blank" title="Add to Blinklist"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/blinklist.png" style="float: left;" alt="Blinklist" align="left" border="0" /&gt;&lt;/a&gt; &lt;a href="http://www.netvouz.com/action/submitBookmark?url=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html&amp;amp;title=13%20more%20built%20in%20bookmarks%20for%20blogger%20blogspot&amp;amp;popup=no" class="theaddToolTip" target="_blank" title="Add to Netvouz"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/netvouz.png" style="float: left;" alt="Netvouz" align="left" border="0" /&gt;&lt;/a&gt; &lt;a href="http://technorati.com/faves?add=http://www.jackbook.com/2007/12/13-more-built-in-bookmarks-for-blogger-blogspot.html" class="theaddToolTip" target="_blank" title="Add to Technorati"&gt; &lt;img src="http://photos1.blogger.com/blogger2/2699/816266557257661/400/technorati.gif" style="float: left;" alt="Technorati" align="left" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style="font-family: verdana;"&gt;I have created 2 different version of this trick for you. that is the one for bookmarkers inside your post, and the another one is bookmarkers for outside of your post.on the download zip below, you will find 2 separated files, there are&lt;/p&gt; &lt;ol style="font-family: verdana;"&gt;&lt;li&gt;blogger-bookmark-inside-post.txt&lt;/li&gt;&lt;li&gt;blogger-bookmark-outside-post.txt&lt;/li&gt;&lt;/ol&gt; &lt;p style="font-family: verdana;"&gt;What is the different?&lt;/p&gt; &lt;p style="font-family: verdana;"&gt;1. blogger-bookmark-inside-post.txt is only applicable inside of a post &lt;span class="kLink" style="text-decoration: underline ! important; position: static; color: rgb(0, 0, 0);"&gt;&lt;span style="font-weight: 400; position: static; color: rgb(176, 0, 0);"&gt;&lt;span class="kLink" style="font-weight: 400; position: static;"&gt;widgets&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;. while the blogger-bookmark-outside-post.txt is applicable anywhere.&lt;/p&gt; &lt;p style="font-family: verdana;"&gt;so the outside-post is better then the inside post? well it depends. the outside codes will grabs the current link, and the current title of the browser. What does that means? It means, on default configuration, the title would be something like this: Your Blog Title Here : Then Your Post Title Here.&lt;/p&gt; &lt;p style="font-family: verdana;"&gt;While on the inside code, it will just Your Post Title Here.&lt;/p&gt; &lt;p style="font-family: verdana;"&gt;Are you confuse now? Good. then just download this codes below, and try it your self, so you’ll understand. Don’t forget to backup your template first. thanks!&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;&lt;a href="http://www.jackbook.com/download/13-blogger-blogspot-bookmark.zip"&gt;DOWNLOAD HERE&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;Original post by - &lt;a href="http://solotemplates.blogspot.com/2008/01/13-more-built-in-online-bookmarks-for.html"&gt;&lt;span class="post-author"&gt;E.Khan-Edwardian&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-435300110053222971?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/435300110053222971/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=435300110053222971&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/435300110053222971'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/435300110053222971'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/13-more-built-in-online-bookmarks-for.html' title='13 more built in online bookmarks for blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-4597327177568553501</id><published>2008-01-22T10:26:00.000-08:00</published><updated>2008-01-23T06:35:17.131-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Calender Archive Widget</title><content type='html'>&lt;p style="font-family: verdana;"&gt;Here is a New Way of Showing Archive!&lt;br /&gt;&lt;br /&gt;A calendar archive widget :D&lt;br /&gt;&lt;br /&gt;Just click the image to view a working example &amp;amp; get the instructions.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;a style="font-family: verdana;" href="http://yggomelprup.googlepages.com/calendar_instructions.html"&gt;&lt;img src="http://img248.imageshack.us/img248/5161/clipboard01tc4.jpg" alt="Pic" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-4597327177568553501?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/4597327177568553501/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=4597327177568553501&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/4597327177568553501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/4597327177568553501'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/calender-archive-widget.html' title='Calender Archive Widget'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-4065532009318502979</id><published>2008-01-22T10:16:00.000-08:00</published><updated>2008-01-23T06:24:21.785-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Create Search Engine in Blogger</title><content type='html'>&lt;span style="font-family:verdana;"&gt;Now I will show how to create "Search Engine" in your blogger. This Search Engine is use to find articel in your blog, not to find articel at all website in the world. It's very easy, just follow the trick below you will have search engine in your blog. Here's the step:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;1. Login to Blogger, Go to "Layout --&gt; Page Elements". Click "Add a page elements" then chose "HTML/Java Script".&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;2. Put the code below into "Content" Box&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea style="font-family: verdana;" rows="3" cols="60" wrap="hard"&gt;&lt;form action="http://yourblogname.blogspot.com/search" method="get"&gt; &lt;input class="textinput" name="q" size="30" type="text"&gt; &lt;input value="search" class="buttonsubmit" name="submit" type="submit"&gt;&lt;/form&gt; &lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Change yourblogname with your blog's name. The number "30" is width of your search engine, you can change it for appropriate to your layout.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;Original Post By - &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://trick-blog.blogspot.com/2008/01/how-to-create-search-engine-in-blogger.html"&gt;kendhin&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-4065532009318502979?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/4065532009318502979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=4065532009318502979&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/4065532009318502979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/4065532009318502979'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/how-to-create-search-engine-in-blogger.html' title='Create Search Engine in Blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-5871880456220159789</id><published>2008-01-22T10:00:00.000-08:00</published><updated>2008-01-28T00:25:25.693-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Read More Widget for Blogger</title><content type='html'>&lt;span style="color: rgb(0, 0, 0); font-family: verdana;font-family:verdana;" &gt;If you post a content to your blog it will displayed on a main page, if you have a long post content, your blog will opened more long time. But it can be tricked with a script to short your post or only abstraction post will dispaled on a main page, and the full post will replaced by "Read More" link. Here's the trick to create "Readmore"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: verdana;font-family:verdana;" &gt;1. You have to Login to blogger, then chose &lt;/span&gt;&lt;b style="font-family: verdana; color: rgb(0, 0, 0);"&gt;Layouts --&gt; Edit HTML&lt;/b&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: verdana;font-family:verdana;" &gt;&lt;br /&gt;2. Click on "Expand Widgets Template" checkbox.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: verdana;font-family:verdana;" &gt;&lt;br /&gt;3. Find the code below in your HTML Codes. ( the short way to find is by copy the code below then press "Ctrl + F" then paste in the box)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: courier new;font-family:courier new;" &gt;&amp;lt;div class='post-header-line-1'/&amp;gt; &amp;lt;div class='post-body'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: verdana;font-family:verdana;" &gt;4. If you have found it, put the code below under the above code.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: courier new;font-family:courier new;" &gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: courier new;font-family:courier new;" &gt;&amp;lt;style&amp;gt;.fullpost{display:inline;}&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: courier new;font-family:courier new;" &gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: courier new;font-family:courier new;" &gt;&amp;lt;b:else/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: courier new;font-family:courier new;" &gt;&amp;lt;style&amp;gt;.fullpost{display:none;}&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: verdana;font-family:verdana;" class="fullpost" &gt;&lt;span style="color: rgb(0, 0, 0);"&gt;5. Under the code, you will found code like this&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0); font-family: courier new;"&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;/span&gt;&lt;span style="font-family: courier new;"&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;you&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;have to put the code below under it.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;a expr:href='data:post.url'&amp;gt;Read More......&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0); font-family: verdana;font-family:verdana;" class="fullpost" &gt;6. You can change the "Read More" text with other.&lt;br /&gt;7. Save your job.&lt;br /&gt;8. Go to &lt;b&gt;Setting &lt;/b&gt;Tab menu&lt;br /&gt;9. At the lower page you will found "text area" box beside text "Post Template"&lt;br /&gt;10. Put the code below to the box&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0); font-family: verdana;font-family:verdana;" class="fullpost" &gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;span class="fullpost"&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; 11. Then click Save the setting.&lt;br /&gt; 12. If you want to post, put your short post or description above this code &lt;span style="font-family: courier new;"&gt;&amp;lt;span class="fullpost"&amp;gt;&lt;/span&gt;,  and the next or full post put between &lt;span style="font-family: courier new;"&gt;&amp;lt;span class="fullpost"&amp;gt; and &amp;lt;/span&amp;gt;&lt;/span&gt; code.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-5871880456220159789?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/5871880456220159789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=5871880456220159789&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/5871880456220159789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/5871880456220159789'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/how-to-create-read-more.html' title='Read More Widget for Blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-2581653171896268761</id><published>2008-01-21T12:34:00.000-08:00</published><updated>2008-01-23T06:23:42.277-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Remove Navbar From Blogger</title><content type='html'>&lt;span style="font-family: verdana;font-family:verdana;" &gt;The Following simple steps will remove your bloggers Navbar immediately.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-family:verdana;" &gt;Step 1 &gt; Login To Your  Blogger Account&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-family:verdana;" &gt;Step 2 &gt;&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; &lt;/span&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-family: verdana;"&gt;Go to Template Tab&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;step 3 &gt; Click on Edit html sub tab&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Step 4 &gt; Just paste the following code in to the Body&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;#b-navbar { height:0px; visibility:hidden }&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;body { position: relative; top: -32px; }&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;body.sidebar-right #center {&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;    margin-right: -210px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Step 5 &gt; Save the Template&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-2581653171896268761?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/2581653171896268761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=2581653171896268761&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/2581653171896268761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/2581653171896268761'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/remove-navbar-of-blogger-from-your-blog.html' title='Remove Navbar From Blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-7532464230540548203</id><published>2008-01-21T10:53:00.000-08:00</published><updated>2008-01-23T06:26:12.120-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Recent Comment Widget</title><content type='html'>&lt;span style="font-family:verdana;"&gt;So easy, Just do this steps;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;1. Go to your Dashboard&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;2. Go to Template Tab&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;3. There you will see a widget manager. Click Add a Page Elements on the section you want to place the recent comment.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;4. Now you should see a list of widget elements you can pick. click on the Add to Blog Button under HTML/Javascript. this element is useful if we want to add a 3rd party functionality or other code. so we pick this. remember to choose this elements each time you need to add third-party codes.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;5. Now you should have a new popup window open,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;- Leave the title blank&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;- And go to the content area.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;- Copy this Code and paste on that widget content area.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;Please note: you should change the “http://YourBlogNameHere.blogspot.com” on the code with your own blog url.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea style="font-family: verdana;" rows="7" cols="50" wrap="hard"&gt;&lt;script src="http://files.lifewg.googlepages.com/blogger-widget.js"&gt;&lt;/script&gt;&lt;script&gt;var numposts = 10;var showpostdate = false;var showpostsummary = false;var numchars = 100;&lt;/script&gt;&lt;h2&gt;RECENT COMMENTS&lt;/h2&gt;&lt;script src="http://YourBlogNameHere.blogspot.com/feeds/comments/default?orderby=published&amp;amp;alt=json-in-script&amp;amp;callback=rp"&gt;&lt;/script&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;6. Click Save Changes&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt; 7. Refresh your blog and done.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;If you are having problem installing this widget then just click on button "Add Recent Comment To Your Blog" The widget will get installed automatically&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;form style="font-family: verdana;" method="post" action="http://www.blogger.com/add-widget"&gt; &lt;input name="widget.title" value="" type="hidden"&gt; &lt;textarea name="widget.content" style="display: none;"&gt;&lt;script src="http://files.lifewg.googlepages.com/blogger-widget.js"&gt;&lt;/script&gt;&lt;script&gt;var numposts = 10; var showpostdate = false; var showpostsummary = false; var numchars = 100; &lt;/script&gt; &lt;h2&gt;RECENT COMMENTS&lt;/h2&gt; &lt;script src="http://YourBlogNameHere.blogspot.com/feeds/comments/default?orderby=published&amp;amp;alt=json-in-script&amp;amp;callback=rp"&gt;&lt;/script&gt;&lt;/textarea&gt; &lt;input name="infoUrl" value="http://www.jackbook.com" type="hidden"&gt; &lt;input name="logoUrl" value="http://bp3.blogger.com/_IhPkkwt8jHk/Rmj320iyNOI/AAAAAAAAAHA/yvfpOBg-B3c/s400/jacksmile.gif" type="hidden"&gt; &lt;input name="go" value="Add Recent Comment To Your Blog" type="submit"&gt;&lt;/form&gt; &lt;p  style="font-family:verdana;"&gt;But still, you need to edit the &lt;span style="font-weight: bold;"&gt;“http://YourBlogNameHere.blogspot.com”&lt;/span&gt; on the code with your own blog url.&lt;/p&gt;&lt;br /&gt;&lt;em&gt;Based on the post by &lt;a href="http://www.jackbook.com/2008/01/8-guaranteed-ways-of-getting-one-way-backlinks-for-free-2.html" target="_blank"&gt;Jackbook.com&lt;/a&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-7532464230540548203?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/7532464230540548203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=7532464230540548203&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/7532464230540548203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/7532464230540548203'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/add-recent-comment-to-your-blog.html' title='Recent Comment Widget'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-280069876865273924</id><published>2008-01-21T10:07:00.000-08:00</published><updated>2008-01-25T05:46:59.183-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Post Rating Widget for Blogger</title><content type='html'>&lt;span style="font-family:verdana;"&gt;I will show you how to install Post Rating widget to your blog.The Simple steps given below will install this beautiful widget easily.Below is the screen shot of this widget&lt;/span&gt;&lt;br /&gt;&lt;p style="font-family: verdana;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_ZBLlRW-Hjak/R5cYdNAs9WI/AAAAAAAAACg/1oLVstCfy5Y/s1600-h/Post+Rating.PNG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_ZBLlRW-Hjak/R5cYdNAs9WI/AAAAAAAAACg/1oLVstCfy5Y/s320/Post+Rating.PNG" alt="" id="BLOGGER_PHOTO_ID_5158618788164072802" border="0" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h3 style="font-family: verdana;"&gt;&lt;br /&gt;&lt;/h3&gt;&lt;h3 style="font-family: verdana;"&gt;How to implement it on blogger/blogspot?&lt;/h3&gt; &lt;p style="font-family: verdana;"&gt;here are the steps;&lt;/p&gt; &lt;p style="font-family: verdana;"&gt;1. Go to your template editor under your dashboard. Tick the “Expand Widget Template”&lt;/p&gt; &lt;p style="font-family: verdana;"&gt;2. Find this code&lt;/p&gt;&lt;code style="font-family: courier new;"&gt;       &amp;lt;data:post.body/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;p body="" style="font-family: verdana;"&gt;&lt;span style="font-family:verdana;"&gt;3. Put the codes below right after that line above (or &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://www.jackbook.com/files/add-post-rating-to-blogger.txt" title="post ratings code"&gt;download it&lt;/a&gt; here),&lt;/p&gt;&lt;pre id="line1"&gt;&lt;br /&gt;&lt;br /&gt;&lt;dd style="font-family: courier new;"&gt;&lt;code&gt;&amp;lt;script language='JavaScript'&amp;gt;&lt;br /&gt;var OutbrainPermaLink='&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;var OB_demoMode = false;&lt;br /&gt;var OB_Script = true;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script src='http://widgets.outbrain.com/OutbrainRater.js' type='text/javascript'/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;/dd&gt;&lt;/pre&gt;&lt;p style="font-family: verdana;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;4. Save your template, and done!&lt;/p&gt; &lt;p style="font-family: verdana;"&gt;Please be creative. you can move the code as long it still inside the include=’post’ under the blog widget.&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:verdana;"&gt;If you have problem installing this widget then just log on to - &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://www.outbrain.com/"&gt;Outbrain.com&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-280069876865273924?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/280069876865273924/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=280069876865273924&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/280069876865273924'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/280069876865273924'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/post-rating-widget-for-blogger.html' title='Post Rating Widget for Blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_ZBLlRW-Hjak/R5cYdNAs9WI/AAAAAAAAACg/1oLVstCfy5Y/s72-c/Post+Rating.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-7904085507054134275</id><published>2008-01-21T09:32:00.000-08:00</published><updated>2008-01-21T09:38:25.515-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense Tips'/><title type='text'>Show Adsense on individual post view</title><content type='html'>&lt;p style="font-family: verdana;"&gt;First of all you should know how to show adsense ads in between the posts.&lt;br /&gt;For that You will have to follow the steps below :&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 1&lt;/span&gt;: Sign in to your adsense account and get the adense code.&lt;br /&gt;Now, you have to parse the code using &lt;a href="http://www.blogcrowds.com/resources/parse_html.php"&gt;online parser.&lt;/a&gt; Paste your adsense code here and                    you will get the parsed code.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 2&lt;/span&gt; : Sign in to your blogger account and from Template panel go to Edit-HTML. Expand HTML and then put your adsense code in the following format.&lt;br /&gt;Example is given here :&lt;/p&gt; &lt;p style="font-family: verdana;"&gt;&lt;b:if cond="’data:blog.pageType"&gt;&lt;br /&gt;&lt;center&gt;&lt;div&gt;&lt;/p&gt; &lt;p style="font-family: verdana;"&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;Your Parsed Adsense code here&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="font-family: verdana;"&gt;&lt;/div&gt;&lt;/center&gt;&lt;br /&gt;&lt;/b:if&gt;&lt;/p&gt; &lt;p style="font-family: verdana;"&gt;For &lt;strong&gt;Wordpress users&lt;/strong&gt; : I will prefer a plugin “&lt;a href="http://shylockblogging.com/" target="_blank"&gt;Shylock Adsense&lt;/a&gt;” using which you can have adsense ads of different sizes, type on selected posts. You can fully customize your ads’ looks, it’s placement and much more.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-7904085507054134275?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/7904085507054134275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=7904085507054134275&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/7904085507054134275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/7904085507054134275'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/show-adsense-on-individual-post-view.html' title='Show Adsense on individual post view'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-652003886955262129</id><published>2008-01-21T09:09:00.000-08:00</published><updated>2008-01-23T06:30:59.441-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger Widgets'/><title type='text'>Recent Posts Widget for Blogger</title><content type='html'>&lt;p style="font-family: verdana;"&gt;With “Recent posts” widget you can show recently posted posts or you can say all posts in one list which may help your visitor to browse around your blog or site.&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_ZBLlRW-Hjak/R5UJ8jeJ7JI/AAAAAAAAACQ/iC4X5N-Fa14/s1600-h/Recent+Posts.PNG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_ZBLlRW-Hjak/R5UJ8jeJ7JI/AAAAAAAAACQ/iC4X5N-Fa14/s320/Recent+Posts.PNG" alt="" id="BLOGGER_PHOTO_ID_5158039884141292690" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;Here’s the procedure on how to in stall the widget on your blog :&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;&lt;textarea rows="7" cols="50" wrap="hard"&gt;&lt;script style="text/javascript" src="http://scraptoall.googlepages.com/recentposts.js"&gt;&lt;/script&gt;&lt;script style="text/javascript"&gt;var numposts = 10;var showpostdate = false;var showpostsummary = false;var numchars = 100;var standardstyling = true;&lt;/script&gt;&lt;script src="http://yoursitename.blogspot.com/feeds/posts/default?orderby=published&amp;amp;alt=json-in-script&amp;amp;callback=showrecentposts"&gt;&lt;/script&gt; &lt;/textarea&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;Just copy the above code and paste it in new widget/Add page Element of your blog.&lt;br /&gt;Also, don’t forget to add your sitename in the last line of HTML code where I’ve mentioned “http://&lt;span style="font-style: italic; color: rgb(204, 0, 0);"&gt;yoursitename&lt;/span&gt;.blogspot.com”.&lt;br /&gt;I mean just replace it with your sitename and you are done.&lt;br /&gt;The above code refers to recent 10 postings from your blog. But if you want to change it you change it by changing the number of "numposts" in the given code&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;Example - If you want to show 5 posts instead of 10 then simply change numposts to 5 which will become :- numposts = 5&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-652003886955262129?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/652003886955262129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=652003886955262129&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/652003886955262129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/652003886955262129'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/show-recent-posts-in-your-blog-widget.html' title='Recent Posts Widget for Blogger'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_ZBLlRW-Hjak/R5UJ8jeJ7JI/AAAAAAAAACQ/iC4X5N-Fa14/s72-c/Recent+Posts.PNG' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-3728086590208934590</id><published>2008-01-20T10:55:00.000-08:00</published><updated>2008-01-20T11:02:19.409-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense Tips'/><title type='text'>Precautions before testing Google AdSense on your website</title><content type='html'>&lt;a style="font-family: verdana;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_ZBLlRW-Hjak/R5OaWTeJ7II/AAAAAAAAABk/L1rNynp8A-I/s1600-h/google_sm.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://bp3.blogger.com/_ZBLlRW-Hjak/R5OaWTeJ7II/AAAAAAAAABk/L1rNynp8A-I/s320/google_sm.gif" alt="" id="BLOGGER_PHOTO_ID_5157635706243902594" border="0" /&gt;&lt;/a&gt;&lt;span style="font-family: verdana;"&gt;If you are testing your new website layout, you might be reloading your website pages again-n-again. And if these pages contain Google Ads, each time your reload your page, you make a request to Google Ads Server for a new set of ads.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Certainly Google is unaware that you are testing your website and it might even penalize your account for "click-fraud" since the IP requesting ads remains same. And if in the worst-case scenario, you might accidently click on your own ads. And these extra "ad impressions" will also chance your CTR data.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;One simple way to avoid this serious problem is to remove the Adsense code altogether from your page before testing. But this may not be the best solution as your Google Ads are an important part of your layout. So here are a few simple but effective workarounds:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;1. Instead of using Adsense code, add a static graphic (jpg image) with the same dimesions as your adsense code. (Google itself provides static images of various &lt;/span&gt;&lt;a style="font-family: verdana;" href="https://www.google.com/adsense/adformats" target="_blank"&gt;ad formats&lt;/a&gt;&lt;span style="font-family: verdana;"&gt;.)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;2. Modify the value of google_ad_client to something like "pub-googleIamTesting"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;3. Add another line to Google Adsense code &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;google_adtest = "on";&lt;/strong&gt;&lt;span style="font-family: verdana;"&gt; &lt;/span&gt;&lt;span style="font-style: italic; font-family: verdana;"&gt;Don't forget the semicolon&lt;/span&gt;&lt;span style="font-family: verdana;"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;4. Though there is no official comment, it is safer to remove the google_ad_channel variable.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Or &lt;/span&gt;&lt;a style="font-family: verdana;" href="https://www.google.com/support/adsense/bin/request.py?ctx=adsense_fe"&gt;contact Google Adsense&lt;/a&gt;&lt;span style="font-family: verdana;"&gt; Team with your query. Google folks are very quick to respond.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Google AdSense policies require that websites displaying Google ads be active and not under construction. When your site is complete and active, you may add the AdSense&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;ad code. &lt;/span&gt;&lt;span style="font-family: verdana;" class="noprint"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-family:verdana;" class="noprint" &gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-3728086590208934590?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/3728086590208934590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=3728086590208934590&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/3728086590208934590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/3728086590208934590'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/precautions-before-testing-google.html' title='Precautions before testing Google AdSense on your website'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_ZBLlRW-Hjak/R5OaWTeJ7II/AAAAAAAAABk/L1rNynp8A-I/s72-c/google_sm.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-9046683488268158676</id><published>2008-01-20T10:47:00.000-08:00</published><updated>2008-01-20T11:24:07.476-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense Tips'/><title type='text'>A - Z Tips and Tricks for Layout Optimization and Higher CTR</title><content type='html'>&lt;span style="font-family:verdana;"&gt;Google Adsense is perhaps the easiest way to attract advertisers from across the globe to your blog. Just submit your blog to Google for approval. If Google likes what it sees, it will place contextual ads linking to products likely to appeal to the readers. Each time a reader clicks a link, the advertiser pays Google a small fee, and Google splits that with you. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;The next interesting question - &lt;/span&gt;&lt;b style="font-family: verdana;"&gt;How to Make Money with Google Adsense ?&lt;/b&gt;&lt;span style="font-family:verdana;"&gt; Here are &lt;/span&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;The best Google Adsense Tips and Tricks for making more money (profit) from Google adsense program.&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;a&lt;/span&gt;. Strictly follow the rules mentioned in Adsense policies. You will always earn more revenue from Adsense by playing it clean.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;b&lt;/span&gt;.    Never modify the Google Adsense HTML code.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;c&lt;/span&gt;. Don't ask your friends or visitors to click on your Google ads. Do not include incentives of any kind for users to click on ads. Don't label the Google ads with text other than "&lt;/span&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;sponsored links&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;" or "&lt;/span&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;advertisements.&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;".&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;d&lt;/span&gt;.    Don't click on your own ads - &lt;/span&gt;&lt;span style="font-style: italic;font-family:verdana;" &gt;Google is much smarter&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; than you think. You should not reload your pages excessively. If you are testing your website layout with Google adsense, &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://bloggingforbread.blogspot.com/2008/01/precautions-before-testing-google.html"&gt;follow some precautions&lt;/a&gt;&lt;span style="font-family:verdana;"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;e&lt;/span&gt;.    Don't place ads in pop-up windows, error pages or even empty pages. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;f&lt;/span&gt;. Don't start a "adsense asbestos" or "home equity loan rates" website merely to make money from accidental clicks (accidence). You will never make money out these "made-for-adsense-only" websites. Instead, write on topics what you are passionate about. Don't waste your money on high-paying &lt;/span&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;adsense keywords lists&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;g&lt;/span&gt;.    For &lt;/span&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;short articles&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;, CTR is best when &lt;/span&gt;&lt;span style="font-style: italic;font-family:verdana;" &gt;ads are placed just above the content&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;h&lt;/span&gt;.    For &lt;/span&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;long articles&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;, CTR improves if ads are placed &lt;/span&gt;&lt;span style="font-style: italic;font-family:verdana;" &gt;somewhere in middle of the content&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; - visitors read the long content and then they are looking for more resources.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;i&lt;/span&gt;. Use Text Ads instead of Image Ads as users get more options. If you still want to display image ads, consider ad formats that support image ads - Choose either the 300x250 medium rectangle or the 160x600 wide skyscraper - or both, if you display multiple ad units on a page.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;j&lt;/span&gt;. Google Ads without background color and borders always perform better. Make the border color and background color same as your page background color.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;k&lt;/span&gt;.    Always put ads above the main fold. Make sure that the ad unit with the &lt;/span&gt;&lt;span style="font-style: italic;font-family:verdana;" &gt;highest&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; clickthrough rate is the &lt;/span&gt;&lt;span style="font-style: italic;font-family:verdana;" &gt;first &lt;/span&gt;&lt;span style="font-family:verdana;"&gt;instance of the ad code that appears in the HTML. Since the first ad unit is always filled before the rest, you want to make sure that ad unit is located in the best placement on your page.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;l&lt;/span&gt;.    Try setting the ad link URL color to a lighter shade. If your text is black, you may make the adlink as light gray.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;m&lt;/span&gt;.    Go Wide - &lt;/span&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;The large rectangle is the best paying adsense format&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; (336x280) - The Google Adsense Publisher team also feels that the best formats are the wider ones - the ad formats that contain the widest individual ads. Try using the 336x280 large rectangle, 300x250 medium rectangle, or 160x600 wide skyscraper.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;n&lt;/span&gt;. Placing images next to ads or above ads does help in attracting user attention.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;o&lt;/span&gt;. Blend AdLinks with other navigation links or place horizontal adlinks at the top of your webpage. AdSense publishers are permitted to click on link unit topics on their web pages, provided that they do not click on any Google ads on the resulting page.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;p&lt;/span&gt;. &lt;/span&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;Organize an Adsense Party for your friends and colleagues&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; - Request them to navigate your website, watch their activity - it will provide vital clues about which regions on your website draw more user attention. Try putting ads near those areas. (Thanks &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://problogger.net/" target="_blank"&gt;Darren&lt;/a&gt;&lt;span style="font-family:verdana;"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;q&lt;/span&gt;. You can put upto 3 adsense units on a page. Try putting a large skyscraper on the right navigation sidebar of your website. That area is close to the browser scrollbar. You can also add 2 AdSense for search boxes, 1 adlink unit and 1 referral button per product (i.e., 1 AdSense referral button and 1 Firefox plus Google Toolbar referral button).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;r&lt;/span&gt;. The first few lines of your content are an important factor for determining what Ads are served on your webpage. That's the right place to put keywords in bold (strong or &amp;amp;ltb&gt; tags) or header tags (h1, h2, etc).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;s&lt;/span&gt;. Always select the setting to open Google Adsense search box results in a new browser window, so you won't lose your visitors. Click the Open search results in a new browser window checkbox and this add target="google_window" to your form tag.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;t&lt;/span&gt;.    Maximum people think the &lt;/span&gt;&lt;span style="font-style: italic;font-family:verdana;" &gt;search box is on the top right corner&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;. So you know where to put it.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;u&lt;/span&gt;.    &lt;/span&gt;&lt;span style="font-style: italic;font-family:verdana;" &gt;Don't syndicate full content.&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; If people can read everything from the newsreader window itself, why would they visit your website where your ads are.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;v&lt;/span&gt;. Use URL channels to determine performance of individual pages. I track my most popular pages with Google Analytics, Statcounter and create a channel for each of the URL. You can even &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://labnol.blogspot.com/2005/11/tracking-adsense-clicks-with-google.html"&gt;track Adsense Clicks with Analytics&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;w&lt;/span&gt;.    For &lt;/span&gt;&lt;span style="font-weight: bold;font-family:verdana;" &gt;low CTR&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; pages, try &lt;/span&gt;&lt;span style="font-style: italic;font-family:verdana;" &gt;changing titles&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; or adding more content to get better focused ads&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;x&lt;/span&gt;. Block low paying advertisers with Filters. Why to loose a visitor for 0.01 cents. Use Overture or Google Adwords Keywords tool to discover keywords that are less popular with advertisers.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;y&lt;/span&gt;. The AdSense for search Top Queries report shows you what your users are looking for, by listing the 25 most common searches conducted through your AdSense for search boxes. Use this report to identify additional topics to add to your site, or to keep track of your most sought-after information. Focus and improve that content.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;z&lt;/span&gt;.    Not everyone has a RSS reader. &lt;/span&gt;&lt;span style="font-style: italic;font-family:verdana;" &gt;Use RSS to Email services like FeedBlitz, Bloglet or Rmail to let users subscribe to your blog by email.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Remember, you are the best judge when it comes to choosing ad formats. Even Google doesn't offer the best advise always. For instance, in the &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://labnol.blogspot.com/2005/05/guide-for-google-adsense-publishers.html"&gt;visual heat map&lt;/a&gt;&lt;span style="font-family:verdana;"&gt;, Google suggests that webmasters are best served by positioning ads on the upper left-hand side of a Web page. But on the Google homepage, you will find ads on the far right.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-9046683488268158676?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/9046683488268158676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=9046683488268158676&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/9046683488268158676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/9046683488268158676'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/z-tips-and-tricks-for-layout.html' title='A - Z Tips and Tricks for Layout Optimization and Higher CTR'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-5431692285257464758</id><published>2008-01-20T10:36:00.000-08:00</published><updated>2008-01-20T10:45:27.664-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense Tips'/><title type='text'>What is Google Adsense and how to get a Adsense account fast.</title><content type='html'>&lt;span style="font-family: verdana;" class="style2"&gt;Google Adsense is one of the easiest way to allow webmasters to make money from content websites. You just need to add some simple javascript codes on the web pages, and then when visitors click the ads, you make money. No need to sell and think yourself, Google does all thinking for you. Very easy, right?&lt;br /&gt;&lt;br /&gt;Google Adsense is really a gold mine. People are creating niche websites just to display the ads and make easy money everyday - automatically. There are so many success stories about people earning thousands of dollars a month from Adsense!&lt;br /&gt;&lt;br /&gt;If you don’t have an Adsense account yet, you should get one and start profiting from it!&lt;br /&gt;&lt;br /&gt;However, not all who applied for an Adsense account gets approved. You need to show your content websites to Google first to get approved.&lt;br /&gt;&lt;br /&gt;Then how if you don’t have a content website? No need to worry, here is a secret method to get approved - fast and easily - just read on...&lt;br /&gt;&lt;br /&gt;Google has its own blogging service - Blogger.com (http://www.blogger.com/). You can start a blog on Blogger.com with any topics you like - and it is completely free. Once your blog is created, post two or more related articles on it. Wait for a day and then you can apply your blog for an adsense account using this link:&lt;br /&gt;https://www.google.com/adsense&lt;br /&gt;&lt;br /&gt;Wow, your Adsense account will get approved in 5 days.&lt;br /&gt;Happy Earning from Adsense!&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-5431692285257464758?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/5431692285257464758/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=5431692285257464758&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/5431692285257464758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/5431692285257464758'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/what-is-google-adsense-and-how-to-get.html' title='What is Google Adsense and how to get a Adsense account fast.'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-7670230313798102320</id><published>2008-01-20T10:05:00.000-08:00</published><updated>2008-01-20T10:20:41.605-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blog Optimization/SEO'/><title type='text'>Get Your Blog/Website Indexed To Google.com</title><content type='html'>&lt;span style="font-family: verdana;"&gt;Hey guys many people and my friends are asking me that how can i get my blog to Google and other big search engines ?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;So it felt necessary for me to help all of that peoples and friends through this post&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-family: verdana;"&gt;You all need to do following steps to get your blog in the search engines&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Indexing Blog into &lt;span style="font-weight: bold;"&gt;Google.com&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Step 1 &gt; Go to http://www.google.com/addurl/&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Step 2 &gt; Fill up the form and your blog will be listed in maximum of 10 days&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana;"&gt;Indexing Blog into &lt;span style="font-weight: bold;"&gt;Yahoo.com&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Step 1 &gt; Go to http://help.yahoo.com/help/us/dir/suggest/suggest-01.html&lt;br /&gt;Step 2 &gt; Just follow the simple steps given on this page and get your blog listed&lt;br /&gt;&lt;br /&gt;Guys this was for 2 major sites if you want to index your blog to other search engines then you need to do is just type "Add Url" in to search engine and add your blog&lt;br /&gt;So isn't That So simple ?????&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Advantages of getting your blog listed in to search engines&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Main advantage of getting your blog into search engine is for Getting more and more traffic to your blog which make your blog popular.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-7670230313798102320?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/7670230313798102320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=7670230313798102320&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/7670230313798102320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/7670230313798102320'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/get-your-blogwebsite-indexed-to.html' title='Get Your Blog/Website Indexed To Google.com'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3566279357740250132.post-7954371152373100109</id><published>2008-01-20T10:01:00.000-08:00</published><updated>2008-01-20T10:04:16.543-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense Tips'/><title type='text'>Google Cancelling Adsense Referal Policy</title><content type='html'>&lt;span style="font-family: verdana;"&gt;Are you currently displaying a referral unit for AdSense on your website? Then read on, because there are some upcoming changes to the referral program that you should be aware of. But first let me clarify that only referral units promoting AdSense will be affected by this change; referrals to other products and services remain unaffected at this time. This change to referrals promoting AdSense will differ depending on your location, regardless of where your users are located.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="font-family: verdana;"&gt;- If you're in North America, Latin America, or Japan, the pricing structure for AdSense referrals is changing.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;About a year ago, as an experiment, we changed the pricing structure for AdSense referrals so that when a user you referred to the program earned $5 within 180 days of sign-up, you would also earn $5. When that publisher earned $100 within 180 days and removed all payment holds, you'd receive $250. We have decided to conclude this experiment and return to the original pricing structure. As a result, we'll soon no longer be offering the $5 bonus or $2000 bonus, and the payout for referring a user who generates $100 with AdSense in the first 180 days will return to $100.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;These pricing changes will take place during the last week of January. A referred user who reaches $100 within 180 days of signing up and who removes all payments holds before the change occurs will generate earnings of $250 for the referring publisher. Any referred user who meets this conversion criteria after the change occurs will only generate $100 in earnings for the referring publisher. In addition, the $5 bonus will be removed at that time. Please note that the date a user was referred will only affect where the 180-day window is set but not necessarily the payout the referring publisher receives. For example, it's possible that a user referred in early January will meet the conversion criteria before a user referred in early November, and so the resulting payout may differ.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="font-family: verdana;"&gt;- If you're outside of North America, Latin America, and Japan, AdSense referrals will be retired.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;For publishers not located in any of the three regions detailed above, we'll soon be retiring referrals promoting AdSense. We've found that this referral product has not performed as well as we had hoped in these regions. Again, please keep in mind that you can still generate referrals for the other products listed under the 'Referrals' section of your &lt;/span&gt;&lt;b style="font-family: verdana;"&gt;AdSense Setup&lt;/b&gt;&lt;span style="font-family: verdana;"&gt; tab.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Soon, you'll no longer see the option to create a referral button for AdSense in your account, although existing buttons will display as normal. This specific referral type will then be retired during the last week of January - any users who meet the conversion criteria (reaching $100 in earnings within 180 days of sign-up and removing all payment holds) before the change will generate earnings of $250 for the referring publishers. Any conversions which occur after this change is made will not be recorded in your account. You may wish to begin replacing any existing referrals promoting AdSense with referrals for another product or an AdSense for content unit.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3566279357740250132-7954371152373100109?l=bloggingforbread.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggingforbread.blogspot.com/feeds/7954371152373100109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3566279357740250132&amp;postID=7954371152373100109&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/7954371152373100109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3566279357740250132/posts/default/7954371152373100109'/><link rel='alternate' type='text/html' href='http://bloggingforbread.blogspot.com/2008/01/google-cancelling-adsense-referal.html' title='Google Cancelling Adsense Referal Policy'/><author><name>Rohit Shah</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
