<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;C0ANSXYzcSp7ImA9WxBSGU4.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480</id><updated>2009-12-27T11:36:38.889-05:00</updated><title>BP Web News and Tips</title><subtitle type="html">Information for small business owners about web development, communication and marketing on the internet.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://bpwebnews.blogspot.com/" /><link rel="hub" href="http://pubsubhubbub.appspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>86</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/WebNewsAndTipsFromBoldenProductions" /><feedburner:emailServiceId>WebNewsAndTipsFromBoldenProductions</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry gd:etag="W/&quot;D0UARXo5eSp7ImA9WxNaF0U.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-2888902674389754809</id><published>2009-11-29T14:30:00.005-05:00</published><updated>2009-12-02T15:20:44.421-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-02T15:20:44.421-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ReTweet button" /><category scheme="http://www.blogger.com/atom/ns#" term="Twitter Icon" /><category scheme="http://www.blogger.com/atom/ns#" term="Conditiional Tags" /><title>Adding a Retweet Button to Single Posts</title><content type="html">Continuing the theme of selectively showing widgets and stuff, I added a retweet button on single posts only. The button appears just below the post title. &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_wHNYjYDRAn0/SxLQ4Um7NMI/AAAAAAAAAo4/OiC9iEf-2zs/s1600/bpwebnews-retweet.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="2" src="http://1.bp.blogspot.com/_wHNYjYDRAn0/SxLQ4Um7NMI/AAAAAAAAAo4/OiC9iEf-2zs/s320/bpwebnews-retweet.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
If you have one or several full posts on your homepage then you want a retweet icon for each one! But if you use the readmore excepts then you don't want 7 or 8 buttons on the homepage. Besides, who would tweet before reading the entire post? &lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
It's super easy to do, especially if you use this excellent post at &lt;a href="http://www.bloggerplugins.org/2009/08/retweet-button-for-blogger.html"&gt;BloggerPlugins.org&lt;/a&gt;. I don't believe in reinventing the wheel (or copying it either). Aneesh gives you code for positioning the button on the top left or right using a full icon like below or a compacted one (takes up one thin line).I opted for the left side since many of my images are aligned on the right.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want the button on your homepage then just follow Aneesh's tutorial and you're done! Otherwise, go there to select your code, add your Twitter account's url, post the code in your template. Don't forget to leave a comment on his post! Preview your template and you'll see the icon on your excerpts --- but not for long! While the template is open, follow the steps below. Basically you're adding conditional tags that limit the button to single pages only: &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step1&lt;/b&gt;:&amp;nbsp; Place the code in green just &lt;span style="color: red;"&gt;before&lt;/span&gt; the div line in Aneesh's code:&lt;br /&gt;
&lt;blockquote&gt;&lt;span style="color: #38761d;"&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;lt;div style='float:left;padding:4px;'&amp;gt;              &lt;br /&gt;
&lt;/blockquote&gt;&lt;b&gt;Step 2&lt;/b&gt;: Place the code in green just &lt;span style="color: red;"&gt;after&lt;/span&gt; the end div line:&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;div style="color: #38761d;"&gt;&amp;lt;/b:if&amp;gt; &lt;br /&gt;
&lt;/div&gt;&lt;/blockquote&gt;Preview (now you will NOT see the buttons on the homepage), Save the template and Open a single page. Finished!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Blogger" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you found this post useful, leave a comment to let me know. Grab the &lt;span style="font-weight: bold;"&gt;BPWebnews tips button&lt;/span&gt; and share the luv with others. Get future posts in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email&lt;/a&gt;.&lt;br /&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&lt;img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=1692ff05-e5a5-4eff-926f-3ba47f28ea0d" style="border: medium none; float: right;" /&gt;&lt;script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;
&lt;/script&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/1779157466111839480-2888902674389754809?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/irDrDWB0A54" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/2888902674389754809/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/11/adding-retweet-button-to-single-posts.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/2888902674389754809?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/2888902674389754809?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/irDrDWB0A54/adding-retweet-button-to-single-posts.html" title="Adding a Retweet Button to Single Posts" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_wHNYjYDRAn0/SxLQ4Um7NMI/AAAAAAAAAo4/OiC9iEf-2zs/s72-c/bpwebnews-retweet.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/11/adding-retweet-button-to-single-posts.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkIFR387fSp7ImA9WxNUFU4.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-1085721440089548312</id><published>2009-11-06T14:00:00.003-05:00</published><updated>2009-11-06T14:08:36.105-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-06T14:08:36.105-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Table of Contents" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="CSS" /><title>How to Show Blogger Table of Contents by Label Name</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/SvRjuQKIpkI/AAAAAAAAAow/jVCcBBBTmzE/s1600-h/FlickrIvanwalshTOC.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/SvRjuQKIpkI/AAAAAAAAAow/jVCcBBBTmzE/s320/FlickrIvanwalshTOC.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;One of our readers, &lt;b&gt;goh&lt;/b&gt; left this question on the &lt;a href="http://bpwebnews.blogspot.com/2008/10/beautiful-blogger-table-of-contents.html"&gt;Beautiful Blogger Table of Contents&lt;/a&gt; tutorial:&lt;br /&gt;
&lt;blockquote&gt;&lt;span style="font-size: x-large;"&gt;"&lt;/span&gt;&lt;b&gt;&lt;i&gt;Wonder is this possible. Let's say if a blog post has 5 labels. Is it possible to create a TOC for each label and therefore have 5 TOC (one for each label) and in separate pages in blogspot?&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;I noticed that &lt;b&gt;goh&lt;/b&gt; left a similar question on Techniqueal's post, &lt;a href="http://technicaldotcom.blogspot.com/2008/12/table-of-contents-widget-label-sort.html"&gt;table of contents- label sort tweak&lt;/a&gt; which linked to the TOC tutorial. Unfortunately Techniqueal's blog has been dormant since Dec, 2008 --- a real loss. Her tweak is about presenting the full TOC list, but sorted by label.&lt;br /&gt;
&lt;br /&gt;
So, let's answer &lt;b&gt;goh&lt;/b&gt;'s query: &lt;b&gt;YES&lt;/b&gt;!&lt;br /&gt;
&lt;br /&gt;
The TOC works off the blog's RSS feed, plain and simple. It then sorts alphabetically and presents the list. If you need only certain labels then we can change the feed to specify a label instead of all.&lt;br /&gt;
&lt;br /&gt;
Rather than bury the solution in comments, here are the steps:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Decide which labels you want and write down the exact spelling. Anything with a blank needs to be specified with %20.&amp;nbsp; e.g "Blog Design" is "Blog%20Design" when we code the TOC.&lt;/li&gt;
&lt;li&gt;Follow step 1 of the &lt;a href="http://bpwebnews.blogspot.com/2008/10/beautiful-blogger-table-of-contents.html"&gt;TOC tutorial&lt;/a&gt; to create styling (colors, etc) used by each page of TOC you'll create. &lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Follow step 2 of the tutorial and create a separate page(post with a very early date) for each label you intend to use in this way. Initially it shows all posts. Do this to verify you've implemented the steps correctly. &lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Change the feed in the TOC post code to show only your label. Find this code:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;script src="http://bpwebnews.&lt;wbr&gt;&lt;/wbr&gt;blogspot.com/feeds/posts/&lt;wbr&gt;&lt;/wbr&gt;&lt;b&gt;&lt;span style="color: #38761d;"&gt;default&lt;/span&gt;&lt;/b&gt;?alt=json-in-script&amp;amp;&lt;wbr&gt;&lt;/wbr&gt;max-results=999&amp;amp;callback=&lt;wbr&gt;&lt;/wbr&gt;loadtoc"&amp;gt;&amp;lt;/script&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*** remember you've changed the bpwebnews to your blog's url!&lt;br /&gt;
&lt;/blockquote&gt;Replace the word in green only with &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;blockquote&gt;&lt;b&gt;&lt;a href="http://www.blogger.com/post-create.g?blogID=1779157466111839480" style="color: red;" target="_blank"&gt;default/-/&lt;wbr&gt;&lt;/wbr&gt;labelname&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;e.g. default/-/&lt;wbr&gt;&lt;/wbr&gt;Blog%20Design&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Publish the post. Repeat step 4 above for each page of labels.&lt;/li&gt;
&lt;/ol&gt;I hope others can use this information. And &lt;b&gt;goh&lt;/b&gt;, let us know how it turns out!&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: x-small;"&gt;image credit:by &lt;a href="http://www.flickr.com/photos/ivanwalsh/" title=""&gt;&lt;b&gt;Ivan Walsh&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; &lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Blogger" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you found this post useful, leave a comment to let me know. Grab the &lt;span style="font-weight: bold;"&gt;BPWebnews tips button&lt;/span&gt; and share the luv with others. Get future posts in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-1085721440089548312?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/2Ua5FINOBus" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/1085721440089548312/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/11/how-to-show-blogger-table-of-contents.html#comment-form" title="8 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/1085721440089548312?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/1085721440089548312?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/2Ua5FINOBus/how-to-show-blogger-table-of-contents.html" title="How to Show Blogger Table of Contents by Label Name" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_wHNYjYDRAn0/SvRjuQKIpkI/AAAAAAAAAow/jVCcBBBTmzE/s72-c/FlickrIvanwalshTOC.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">8</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/11/how-to-show-blogger-table-of-contents.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMAQH85eSp7ImA9WxNVEUs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-2721314302397576918</id><published>2009-10-21T13:31:00.011-04:00</published><updated>2009-10-21T19:07:21.121-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-21T19:07:21.121-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="Editing" /><category scheme="http://www.blogger.com/atom/ns#" term="Image Handling" /><title>How to Make the most of Blogger's New Editor</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/St-TXtiLgaI/AAAAAAAAAoo/FJhTXWahH1Y/s1600-h/blue-editor-shirt.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/St-TXtiLgaI/AAAAAAAAAoo/FJhTXWahH1Y/s320/blue-editor-shirt.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;Blogger introduced its New Editor as part of the &lt;a href="http://buzz.blogger.com/2009/08/blogger-is-turning-10.html"&gt;10th Anniversary celebration&lt;/a&gt;. Even though the celebration started in August, some bloggers don't even know about it yet. Others want to wait for bugs to shake out. Those who have tried it give mixed reviews --- you either love it or hate it.  I'm using it and can say I like the new Editor. I suggest you try it. The new features can solve one or two of those nagging, pet-peeve type problems.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;b&gt;How to switch to the New Editor&lt;/b&gt;&lt;br /&gt;
&lt;blockquote&gt;"To enable the new editor, first navigate to your blog's &lt;b&gt;Settings | Basic&lt;/b&gt; tab. Near the bottom of the page you will see a field called &lt;b&gt;Select Post Editor&lt;/b&gt;, and from there you simply need to select &lt;i&gt;Updated Editor&lt;/i&gt; and save your settings."&lt;b&gt; - &lt;/b&gt; &lt;a href="http://www.google.com/support/blogger/bin/answer.py?answer=156829" target="_blank"&gt;overview in Blogger Help.&lt;/a&gt;&lt;br /&gt;
&lt;/blockquote&gt;The selection will apply globally, across all of your blogs. If you decide you don't like the new Editor, then repeat your steps and select Old Editor instead.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Snapshots of the Toolbars &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The new toolbar:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/St9rKZcpX2I/AAAAAAAAAoI/oo0LTiP1a2Y/s1600-h/new-editor-icons.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/St9rKZcpX2I/AAAAAAAAAoI/oo0LTiP1a2Y/s640/new-editor-icons.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
The old toolbars:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_wHNYjYDRAn0/St9t1c1aY6I/AAAAAAAAAoY/uL-JGM9Rlxo/s1600-h/old-editor-icons.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_wHNYjYDRAn0/St9t1c1aY6I/AAAAAAAAAoY/uL-JGM9Rlxo/s640/old-editor-icons.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b&gt; &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Obvious Differences in Toolbar icons:&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Missing: ABC spell checker and uploading Video. &lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;New: Undo/Redo arrows, Strikeout font, Text background, Remove formatting and Insert Jump Break (ReadMore).&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: left;"&gt;&lt;b&gt;New &amp;amp; Improved Features&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;ul&gt;&lt;li&gt;&lt;i&gt;Vast improvement of image handling&lt;/i&gt;.&lt;br /&gt;
Uploaded images show up as thumbnails, letting you add multiple images in one dialog. You can then close the dialog and add images throughout the post. The image gallery disappears after you close the post editing. This is great since now images are added at the insertion point of&amp;nbsp; your cursor NOT at the top of the post !!!!!&lt;br /&gt;
&lt;br /&gt;
You can then drag images around if you change your mind about the placement --- before you had to copy and paste the html to position the image and adjust sizes in the html --- the reason I published&amp;nbsp; &lt;a href="http://bpwebnews.blogspot.com/2008/08/how-to-outsmart-bloggers-image-handling.html" title="Don't you just hate the way Blogger adds every new image to the top of your post? You have to move each photo to where you want it displayed. What's WYSIWYG about that? And no matter which image size you select, 'small, medium, or large', it always..."&gt;how to outsmart Blogger's image handling&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
You can make images float left by dragging them left, right or center of the text. Also adjust sizes by clicking the image (small, med. large, x-large). If you right click the drag handles appear, letting your custom resize --- it's automatically changed in proportion.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Improved raw html handling&lt;/i&gt;.&lt;br /&gt;
Remember the extra blank (br) lines the old editor inserted in tables or around bullets? No more.The new editor preserves your tables, lists, and other advanced styling. You can specify line breaks setting by post rather than default across the blog. Use post options at the bottom of the edit window. &lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Easy way to define post summaries on the home page. &lt;/i&gt;&lt;br /&gt;
I jumped at this new feature, adding magazine style excerpts on the home page! See my post &lt;a href="http://bpwebnews.blogspot.com/2009/09/how-to-use-bloggers-integrated-read.html" title="Mukund, who often leaves comments, suggested I try the new Blogger feature to create post summaries on the home page. Well, it was quick and easy! It's great for blogs that have long posts --- you can show magazine style summaries with just enough..."&gt;how to use Blogger's read more feature. &lt;/a&gt;While editing your new post, just click the page separator icon on the extreme at the point where you want the excerpt to end.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;i&gt;And there's more.&lt;br /&gt;
&lt;/i&gt;There are other features like the new post preview box which is much closer to the real width and font styling in your blog. (almost WYSIWYG).&amp;nbsp; You can also increase the height size of the post edit window by dragging the right end. Etc, etc, etc.&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
It's very easy to switch back and forth, so why not at least use the New Editor for handling images and Html styling. Most of us have browsers which provide automatic spell checking. When you do try the New Editor, let me know which features you like best.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Blogger" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you found this post useful, leave a comment to let me know. Grab the &lt;span style="font-weight: bold;"&gt;BPWebnews tips button&lt;/span&gt; and share the luv with others. Get future posts in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: x-small;"&gt;image by &lt;a href="http://www.flickr.com/photos/smeerch/" rel="dc:creator cc:attributionURL" title="Link to Smeerch's photostream"&gt;&lt;b property="foaf:name"&gt;Smeerch&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&lt;img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=2457a88b-e48a-4961-bd0c-7b6becca752c" style="border: medium none; float: right;" /&gt;&lt;script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;
&lt;/script&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/1779157466111839480-2721314302397576918?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/xSDzk2o4Zvw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/2721314302397576918/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/10/how-to-make-most-of-bloggers-new-editor.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/2721314302397576918?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/2721314302397576918?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/xSDzk2o4Zvw/how-to-make-most-of-bloggers-new-editor.html" title="How to Make the most of Blogger's New Editor" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wHNYjYDRAn0/St-TXtiLgaI/AAAAAAAAAoo/FJhTXWahH1Y/s72-c/blue-editor-shirt.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/10/how-to-make-most-of-bloggers-new-editor.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4BQHYyfip7ImA9WxNVEUs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-8215339518243970544</id><published>2009-09-25T18:08:00.004-04:00</published><updated>2009-10-21T19:49:11.896-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-21T19:49:11.896-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Blog Design Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Template Tips" /><title>How to Hide Blogger Widgets on Home Page</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.flickr.com/photos/aftab/" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" target="_blank"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/Sr0Om4GlMuI/AAAAAAAAAn4/nMLsWAEPNlE/s320/hideseek.png" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;Recently I revised BPwebnews to &lt;a href="http://bpwebnews.blogspot.com/2009/09/how-to-use-bloggers-integrated-read.html"&gt;show post excerpts&lt;/a&gt; on the homepage. The revision made the theme a magazine style, with 'read more' links. So now, there is no need to list recent articles in the sidebar on the home page. The 'recent posts' gadget is still useful when visitors arrive on a specific post --- they need only look in the sidebar for other articles that might interest them. This post will show you how to hide gadgets depending on which type of page is viewed.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;Revise the template to hide recent posts on the home page.&lt;/b&gt; &lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Go to Blogger Dashboard, Select Layout, Edit Html.&lt;br /&gt;
Create a backup of your template by pressing "download full template."&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://2.bp.blogspot.com/_wHNYjYDRAn0/SntT2xQl1HI/AAAAAAAAAj0/RlkKzZlnei4/s1600-h/layout-edithtml.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5366975581343044722" src="http://2.bp.blogspot.com/_wHNYjYDRAn0/SntT2xQl1HI/AAAAAAAAAj0/RlkKzZlnei4/s400/layout-edithtml.png" style="height: 116px; width: 363px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/SntTtIje2WI/AAAAAAAAAjs/q96eKcqxCTA/s1600-h/expand-widget.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5366975415797602658" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/SntTtIje2WI/AAAAAAAAAjs/q96eKcqxCTA/s400/expand-widget.png" style="height: 59px; width: 193px;" /&gt;&lt;/a&gt;Check the Expand Widget box so you can find the right code. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Basically, you'll&amp;nbsp; find the section that contains the widget code, add a conditional if-statement at the start of the 'includable' and an end-if tag just before the close of the &lt;i&gt;last&lt;/i&gt; 'includable for that widget.' Search for the lines in green and insert the four red lines. (copy and paste). You must put them in the proper position.&lt;br /&gt;
&lt;br /&gt;
Here's all of the gadget code but you only need to add 2 lines &lt;b&gt;&lt;i&gt;after&lt;/i&gt;&lt;/b&gt; and 2 &lt;b&gt;&lt;i&gt;before&lt;/i&gt;&lt;/b&gt; the green sets. Remember your code might say gadget2 instead of gadget1, etc. Two of the red lines are optional comments, as they serve to identify the code if you need to remove it later. (&amp;lt;!-- &amp;gt;)&amp;nbsp; &lt;br /&gt;
_____________&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;b&gt;&lt;span style="color: #38761d;"&gt;&amp;lt;&lt;span style="color: black;"&gt;b:widget id='Gadget1' locked='false' &lt;/span&gt;title='Recent Posts' type='Gadget'&amp;gt;&lt;/span&gt;&lt;br style="color: #38761d;" /&gt;&lt;span style="color: #38761d;"&gt;&amp;lt;b:includable id='main'&amp;gt; &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style="color: red;"&gt;&amp;lt;!-- only display if not home page&amp;nbsp; --&amp;gt;&lt;/span&gt;&lt;br style="color: red;" /&gt;&lt;span style="color: red;"&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&amp;nbsp; &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;!-- only display title if it's non-empty --&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;b:if cond='data:renderingUrl != &amp;amp;quot;&amp;amp;quot;'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;b:if cond='data:title != &amp;amp;quot;&amp;amp;quot;'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2 class='title'&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;b:if cond='data:gadgetSnippet != &amp;amp;quot;&amp;amp;quot;'&amp;gt;&amp;lt;data:gadgetSnippet/&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class='widget-content'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;b:if cond='data:trackingUrl != &amp;amp;quot;&amp;amp;quot;'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;img expr:src='data:trackingUrl' height='1' width='1'/&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/b:if&amp;gt;&amp;lt;iframe expr:height='data:height' expr:id='data:moduleId' expr:name='data:moduleId' expr:src='data:renderingUrl' frameborder='0' style='width: 100%; display: block'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/iframe&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/b:if&amp;gt;&amp;lt;b:else/&amp;gt;&amp;lt;data:errorMessage/&amp;gt;&amp;lt;/b:if&amp;gt;&amp;lt;b:include name='quickedit'/&amp;gt;&lt;br /&gt;
&lt;div style="color: red;"&gt;&lt;b&gt;&amp;lt;!-- added 9/2009 for non-homepage --&amp;gt;&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b&gt;&lt;span style="color: red;"&gt;&amp;lt;/b:if&amp;gt; &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style="color: #38761d;"&gt;&amp;lt;/b:includable&amp;gt;&lt;/b&gt; &lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Press the blue Preview button to see that the gadget is hidden on the home page.&lt;br /&gt;
&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/Sn9BKPPO_OI/AAAAAAAAAj8/V3Jd81YChA8/s1600-h/clear-preview-save.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5368080924993846498" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/Sn9BKPPO_OI/AAAAAAAAAj8/V3Jd81YChA8/s400/clear-preview-save.png" style="cursor: pointer; height: 55px; width: 275px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If there are errors, just 'clear edits' and backtrack, otherwise 'save template.'&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;b&gt;Summary&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
You can use this method for any gadget by expanding your template and searching for the title you used in the sidebar. If you want to show something only on the homepage and not on single posts then instead of&lt;br /&gt;
&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; use &lt;br /&gt;
&lt;blockquote&gt;&amp;nbsp;&lt;span id="fullpost"&gt;&lt;code&gt;&lt;b&gt;&amp;lt;b:if cond='data:blog.url == data:blog.homepageUrl'&amp;gt;&lt;/b&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Blogger" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you found this post useful, leave a comment to let me know. Grab the &lt;span style="font-weight: bold;"&gt;BPWebnews tips button&lt;/span&gt; and share the luv with others. Get future posts in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-8215339518243970544?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/QPZibC_i-eU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/8215339518243970544/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/09/how-to-hide-blogger-widgets-on-home.html#comment-form" title="19 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/8215339518243970544?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/8215339518243970544?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/QPZibC_i-eU/how-to-hide-blogger-widgets-on-home.html" title="How to Hide Blogger Widgets on Home Page" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_wHNYjYDRAn0/Sr0Om4GlMuI/AAAAAAAAAn4/nMLsWAEPNlE/s72-c/hideseek.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">19</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/09/how-to-hide-blogger-widgets-on-home.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cFQXs-cSp7ImA9WxNVEUs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-6647839719766033388</id><published>2009-09-15T18:09:00.019-04:00</published><updated>2009-10-21T19:50:10.559-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-21T19:50:10.559-04:00</app:edited><title>How to Use Blogger's Integrated Read More Feature</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.flickr.com/photos/auntiep/" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_wHNYjYDRAn0/SrBDPrR83lI/AAAAAAAAAnI/3TNZT95gu3c/s320/chapter-readmore.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;a href="http://newbloggingtipz.blogspot.com/"&gt;Mukund&lt;/a&gt;, who often leaves comments, suggested I try the new Blogger feature to &lt;a href="http://buzz.blogger.com/2009/09/you-might-as-well-jump.html"&gt;create post summaries&lt;/a&gt; on the home page. Well, it was quick and easy! It's great for blogs that have long posts --- you can show magazine style summaries with just enough text to get readers to click the 'read more' link. Instead of 2 posts, I now have 6 highlighted on the home page. &lt;br /&gt;
&lt;br /&gt;
This may be your dream solution since most Blogger template hacks are very complex and don't work for older posts! So try this. It will be a lot easier if you switch to the new Blogger editor. The editor has loads of new advancements on its own, including better image handling! &lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;Follow instructions in Google's &lt;a href="http://www.google.com/support/blogger/bin/answer.py?hl=en&amp;amp;answer=156829"&gt;overview of the new editor&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Steps:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Edit your last few published posts. In each post, position the cursor in front of the sentence you want to excluding text from the summary. This is where the 'read more' link appears on the home page. &lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Click on the 'jump to' icon on the right side of the editor toolbar. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_d4v-kZf0xqA/Sp6f2Qmo2PI/AAAAAAAABVg/FqRvjhL16JU/s1600/ATJ1.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_d4v-kZf0xqA/Sp6f2Qmo2PI/AAAAAAAABVg/FqRvjhL16JU/s320/ATJ1.PNG" style="cursor: move;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;A separator appears across the page, dividing the summary and the rest of the text. This is the visual equivalent of the html code, to avoid accidental deletion. Of course you can move it around or delete it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Publish the post.View the homepage. Click on the 'read more' to view the full text. If the 'read more' is not there you must update your template. This only happens if you've heavily modified your template.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #cc0000;"&gt;Only do this step if the read more does not appear. &lt;/span&gt;This is the excerpt from Blogger &lt;a href="http://www.google.com/support/blogger/bin/answer.py?answer=154172"&gt;help article&lt;/a&gt; for creating summaries:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;To do this, access your blog's &lt;b&gt;Layout | Edit HTML&lt;/b&gt; tab, and first backup your template by clicking the &lt;b&gt;Download Full Template&lt;/b&gt; link at the top of the page. This will download an XML version of your template which you can upload later at any time if you need to.&lt;br /&gt;
&lt;br /&gt;
After backing up your template, then click the &lt;b&gt;Expand Widget Templates&lt;/b&gt; checkbox, and scan your HTML for the following snippet:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&amp;lt;data:post.body/&amp;gt;&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you've located that code, paste the following snippet directly below it:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&amp;lt;b:if cond='data:post.hasJumpLink'&amp;gt;&lt;br /&gt;
&amp;lt;div class='jump-link'&amp;gt;&lt;br /&gt;
&amp;lt;a expr:href='data:post.url + "#more"'&amp;gt;&amp;lt;data:post.jumpText/&amp;gt;&amp;lt;/a&amp;gt; &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/b:if &amp;gt;&lt;/code&gt;&lt;br /&gt;
&lt;/blockquote&gt;&amp;nbsp;After you've pasted in the code, click &lt;b&gt;Save&lt;/b&gt; and then you're done!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Then adjust your Layout, Settings, Formatting to show more posts. Don't forget your Adsense settings for &lt;a href="http://bpwebnews.blogspot.com/2009/07/adsense-nonsense-when-you-display-too.html"&gt;ads between posts&lt;/a&gt; might also need to be changed.&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;For new posts, just use the jump icon as you compose your article! You can then change all of your posts over time to give summaries in search results as well.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
Works like a charm. &lt;strike&gt;Now I need to show recent posts gadget only on the single post pages --- it's now redundant on the home page. Oh well...&lt;/strike&gt; Took care of that with this post:&lt;span style="font-size: small;"&gt;&lt;b&gt; &lt;/b&gt;&lt;a href="http://bpwebnews.blogspot.com/2009/09/how-to-hide-blogger-widgets-on-home.html"&gt;Hiding widgets on the home page.&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Blogger" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you found this post useful, leave a comment to let me know. Grab the &lt;span style="font-weight: bold;"&gt;BPWebnews tips button&lt;/span&gt; and share the luv with others. Get future posts in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-6647839719766033388?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/JJdDjr8LT6c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/6647839719766033388/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/09/how-to-use-bloggers-integrated-read.html#comment-form" title="8 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/6647839719766033388?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/6647839719766033388?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/JJdDjr8LT6c/how-to-use-bloggers-integrated-read.html" title="How to Use Blogger's Integrated Read More Feature" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_wHNYjYDRAn0/SrBDPrR83lI/AAAAAAAAAnI/3TNZT95gu3c/s72-c/chapter-readmore.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">8</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/09/how-to-use-bloggers-integrated-read.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMAQn08eip7ImA9WxNQEEs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-1290336567038298288</id><published>2009-09-09T09:23:00.004-04:00</published><updated>2009-09-15T20:20:43.372-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-15T20:20:43.372-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="Widgets" /><category scheme="http://www.blogger.com/atom/ns#" term="Blog Design" /><title>Keep Your Blogger Gadgets Current</title><content type="html">I'm sure you go to great pains to select and install widgets on your sidebar or footer. However, like most of us you may then forget about them --- unless they stop working. "If it ain't broke don't fix it." Here are some reasons to take a fresh look at your widgets with an eye toward pruning, replacing and adding. This can only make your overall design fresher and cleaner.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Technology Moves Forward&lt;/b&gt; - That includes Blogger. The old list of 9 or 10 basic gadgets is a thing of the past. You now have favorite widgets integrated into Blogger. This means fewer JavaScripts to stuggle with and no annoying credit links at the bottom of the widget.Why shouldn't our widgets look seamless like WordPress sidebars? Widget developers still get credit as you install their gadget.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Blogger organizes gadgets in 4 groups:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/SqVxcwZgmlI/AAAAAAAAAm4/UobmNqrICQE/s1600-h/add-gadget.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/SqVxcwZgmlI/AAAAAAAAAm4/UobmNqrICQE/s400/add-gadget.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: large;"&gt;Basics&lt;/span&gt;&lt;/b&gt; - there are currently 20 familiar widgets like those for Html/JavaScript, Text, Adsense and Link Lists.The newest additions are highlighted at the top of the selections:&lt;br /&gt;
&lt;br /&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://www.blogger.com/post-edit.g?blogID=1779157466111839480&amp;amp;postID=1290336567038298288" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="Followers" border="0" src="img/widgets/icon_followers.gif" width="120" /&gt;&lt;/a&gt;&amp;nbsp;Followers &lt;span style="color: red;"&gt;(New!)&lt;/span&gt;   Displays a list of users who follow your blog &lt;span style="color: red;"&gt;&lt;/span&gt; &lt;img alt="Add" class="addButton" src="img/plus.png" /&gt;&lt;br /&gt;
By &lt;span style="color: blue;"&gt;Blogger&lt;br /&gt;
&lt;/span&gt;The Followers is the Google Friend Connect widget.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;&lt;a href="http://www.blogger.com/post-edit.g?blogID=1779157466111839480&amp;amp;postID=1290336567038298288" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="Search Box" border="0" src="img/widgets/icon_customsearch.gif" width="120" /&gt;&lt;/a&gt;&amp;nbsp;Search Box &lt;span style="color: red;"&gt;(New!)&lt;/span&gt; Search over your blog, your blogroll, and everything you've linked to.  &lt;img alt="Add" class="addButton" src="img/plus.png" /&gt;&lt;br /&gt;
By &lt;span style="color: blue;"&gt;Google Custom Search&lt;br /&gt;
&lt;/span&gt;The search is the Google search box which looks first in your blog and optionally all of your blogroll or links list, or the web. This is a preview of the box for inputting search phrases: &lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/SqV-c3DRBxI/AAAAAAAAAnA/6mC1SEC9EQw/s1600-h/searchbox.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/SqV-c3DRBxI/AAAAAAAAAnA/6mC1SEC9EQw/s320/searchbox.png" /&gt;&lt;/a&gt;&lt;/div&gt;The search results display above your post column, using basic template colors and styling. However I didn't like the background displayed in my results and don't see any way to customize the colors. Although you might be able to adjust if you go directly to your Adsense account.&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
Tip: Improve your design by hidding the blogger navigation bar and install the blog search gadget. Read more: &lt;span style="font-size: small;"&gt;&lt;a href="http://bpwebnews.blogspot.com/2008/06/fearful-of-what-blog-is-behind-door-1.html"&gt;why you should be fearful of what blog is behind door #1 on Blogger? &lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: large;"&gt;Featured&lt;/span&gt;&lt;/b&gt; - there are nine featured gadgetss, including Recent Posts, Twiter Updates. I added the Recent Posts summaries which I like very much. It allows you to show fewer posts on the homepage and give visitors other pages to consider. Also in the featured category are these gadgets:&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="Flickr Photostream" src="http://www.gmodules.com/gadgets/proxy?refresh=86400&amp;amp;url=http%3A%2F%2Flh6.ggpht.com%2F_xn2gmPb9TfM%2FSmSMMQbgfdI%2FAAAAAAAAEgk%2FtH6s1QJecIs%2Fs800%2Fflickr-gadget-thumbnail.png&amp;amp;container=blogger&amp;amp;gadget=http%3A%2F%2Fgadgetsforblogger.googlecode.com%2Ffiles%2Fflickr-v4.xml&amp;amp;resize_w=120&amp;amp;resize_h=60&amp;amp;resize_q=100" width="120" /&gt; Flickr Photostream -Display thumbnails of your most recent Flickr photos &lt;img alt="Add" class="addButton" src="img/plus.png" /&gt;&lt;br /&gt;
By &lt;span style="color: blue;"&gt;Blogger Buster&amp;nbsp; &lt;br /&gt;
&lt;/span&gt;TheFlickr Stream is cool to add at the bottom of your blog. There's a similar one for Picasa Photostream.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;img alt="Recent Comments" src="http://www.gmodules.com/gadgets/proxy?refresh=86400&amp;amp;url=http%3A%2F%2Flh5.ggpht.com%2F_xn2gmPb9TfM%2FSkx7Clau9xI%2FAAAAAAAAEZo%2FR-lxwscDVYw%2Fs800%2Fblogger-recent-comments-thumb.png&amp;amp;container=blogger&amp;amp;gadget=http%3A%2F%2Fgadgetsforblogger.googlecode.com%2Ffiles%2Frecent-comments-gadget.xml&amp;amp;resize_w=120&amp;amp;resize_h=60&amp;amp;resize_q=100" width="120" /&gt; Recent Comments&amp;nbsp;Show your most recent comments, with optional summaries &lt;img alt="Add" class="addButton" src="img/plus.png" /&gt; &lt;br /&gt;
By &lt;span style="color: blue;"&gt;Blogger Buster&lt;br /&gt;
&lt;/span&gt;I installed the Recent Comments widget just to update the one I had from BloggerBuster --- removes offsite link ("Add this widget to your blog.".) But I had to delete it since it doesn't show the post name and doesn't interpret special characters like apostophes. See my current one and the snapshot of the new one on the right:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/SqVrE1y4gPI/AAAAAAAAAmw/H4L7W8c2V4U/s1600-h/recent-comments.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/SqVrE1y4gPI/AAAAAAAAAmw/H4L7W8c2V4U/s400/recent-comments.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: large;"&gt;Most Popular&lt;/span&gt;&lt;/b&gt; -The six most often installed ---&amp;nbsp; including the Recent Comments widget. There's one for an animated fish pond where you feed custom colored fish with mouse clicks. Also Digg news, YouTube and Event Countdown clock.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: large;"&gt;More Gadgets&lt;/span&gt;&lt;/b&gt; - The complete list of 159, many you may already have on your iGoogle desktop. These include quotes, cute puppy photos, games, horoscopes, digital clocks and calendars. So maybe you don't need most of these on your blog's sidebar!&lt;br /&gt;
&lt;br /&gt;
What's your favorite new gadget?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Blogger" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you found this post useful, leave a comment to let me know. Grab the &lt;span style="font-weight: bold;"&gt;BPWebnews tips button&lt;/span&gt; and share the luv with others. Get future posts in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-1290336567038298288?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/nFbOoyOaAp4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/1290336567038298288/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/09/keep-your-blogger-gadgets-current.html#comment-form" title="18 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/1290336567038298288?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/1290336567038298288?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/nFbOoyOaAp4/keep-your-blogger-gadgets-current.html" title="Keep Your Blogger Gadgets Current" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wHNYjYDRAn0/SqVxcwZgmlI/AAAAAAAAAm4/UobmNqrICQE/s72-c/add-gadget.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">18</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/09/keep-your-blogger-gadgets-current.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkADR3o4eip7ImA9WxNQEEs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-1209115996295761447</id><published>2009-09-04T10:46:00.041-04:00</published><updated>2009-09-15T20:26:16.432-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-15T20:26:16.432-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="PostRank" /><category scheme="http://www.blogger.com/atom/ns#" term="Popular Posts" /><category scheme="http://www.blogger.com/atom/ns#" term="Widgets" /><title>Make Your Own Post Rank Text Widget</title><content type="html">The Top Posts widget from PostRank.com does a fantastic job of calculating your most popular posts. But I have two problems with it:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;In real time, using a javascript on another server, it's too slow and is prone to hanging or not displaying the list. This does not help your page's loading time.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;The orange background for the rank number is glaring --- doesn't fit most designs, not even close. This is one element you can not customize.&lt;/li&gt;
&lt;li&gt;well, maybe three problems. It takes up quite a bit of valuable sidebar real estate.&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Alternative - Use PostRank as your source, updating your list periodically.&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
This may not be a real solution for many bloggers but I find my top posts don't change that often. They may jockey for position but the top 6 or so are pretty much the same 'usual suspects.' So I decided to obtain the information every few weeks and create my own text widget.&lt;br /&gt;
&lt;br /&gt;
Here's how:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/Sp7bVe2iIWI/AAAAAAAAAmg/N0PZJDu3KRs/s1600-h/postrank.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/Sp7bVe2iIWI/AAAAAAAAAmg/N0PZJDu3KRs/s320/postrank.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Go to the &lt;a href="http://www.postrank.com/publishers/customize"&gt;customization page on their website&lt;/a&gt; to generate your top posts by keying in your url and number of posts you want. &lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;The preview shows your top posts exactly as the widget would generate on your sidebar. This is where you copy the list for your own text block, starting with the first orange rank down to the last post title. &lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Create (or edit) a text widget and paste the list of posts. Then if you want, you can delete the orange blocks with the numbers.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Of course you have to give credit with a linkback to the post rank site. So add a line and &lt;b&gt;link to their site&lt;/b&gt;. e.g. "source: PostRank.com, Sept 2009."&amp;nbsp; Take a look at my version on the sidebar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_wHNYjYDRAn0/Sp7m9MMUNMI/AAAAAAAAAmo/y3TdR6t5yeg/s1600-h/mypostrank.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_wHNYjYDRAn0/Sp7m9MMUNMI/AAAAAAAAAmo/y3TdR6t5yeg/s320/mypostrank.png" /&gt;&lt;/a&gt;&lt;/div&gt;I used html styling to add a border at the bottom and to reduce the size of the credit line to 85%.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style="border-bottom: 5px double rgb(73, 0, 152); font-size: 85%;"&amp;gt;&lt;br /&gt;
as of Sept 2009 according to &amp;lt;a href="http://www.postrank.com/publishers"&amp;gt;postrank.com&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
picture....&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
Having the 'as of date' reminds me to update the list. I hope this is ethical since the source is credited. What do you think?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Blogger" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you found this post useful, leave a comment to let me know. Grab the &lt;span style="font-weight: bold;"&gt;BPWebnews tips button&lt;/span&gt; and share the luv with others. Get future posts in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&lt;img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=3be2be8f-66c0-471a-a460-2bcd8e824711" style="border: medium none; float: right;" /&gt;&lt;script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-1209115996295761447?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/E4lru4_ijKU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/1209115996295761447/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/09/make-your-own-post-rank-text-widget.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/1209115996295761447?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/1209115996295761447?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/E4lru4_ijKU/make-your-own-post-rank-text-widget.html" title="Make Your Own Post Rank Text Widget" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_wHNYjYDRAn0/Sp7bVe2iIWI/AAAAAAAAAmg/N0PZJDu3KRs/s72-c/postrank.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/09/make-your-own-post-rank-text-widget.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck8DSH0zeCp7ImA9WxNQEEs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-3291659816318082649</id><published>2009-08-31T11:44:00.007-04:00</published><updated>2009-09-15T20:27:59.380-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-15T20:27:59.380-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Guest Post" /><category scheme="http://www.blogger.com/atom/ns#" term="Networking" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogging Tips" /><title>Check Out My Guest Post 2 - Comments still zero?</title><content type="html">About a year ago I said about my first guest writing experience :&lt;br /&gt;
&lt;blockquote&gt;&lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/SpwfYDtcwCI/AAAAAAAAAmY/T9rBqnI9t5A/s1600-h/butterfiles.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="145" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/SpwfYDtcwCI/AAAAAAAAAmY/T9rBqnI9t5A/s320/butterfiles.png" width="200" /&gt;&lt;/a&gt;It was the first time I wrote extensively about a subject that was more generic than technical. The call to action involved readers taking the analysis and making it personal. It was the first time one of my posts received so many reader comments and Stumble Upon reviews. It also generated backlinks. Of course the fact that it was on One Cool Site didn't hurt!&lt;/blockquote&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;That post was called "&lt;b&gt;Synergy- the human side of blogging&lt;/b&gt;."&amp;nbsp; Read more of what I wrote in the&lt;a href="http://bpwebnews.blogspot.com/2008/10/check-out-my-guest-post.html"&gt;&lt;span style="font-size: small;"&gt; Check Out My Guest Post&amp;nbsp;&lt;/span&gt;&lt;/a&gt; article on this blog.&lt;br /&gt;
&lt;h3 class="post-title entry-title"&gt;&lt;a href="http://bpwebnews.blogspot.com/2008/10/check-out-my-guest-post.html"&gt; &lt;/a&gt;&lt;/h3&gt;&lt;br /&gt;
Well why question success? My second post was published recently on TimeThief's blog, &lt;a href="http://onecoolsite.wordpress.com/"&gt;One Cool Site&lt;/a&gt;. It's called "&lt;a href="http://onecoolsite.wordpress.com/2009/08/22/no-blog-comments-its-all-a-matter-of-perspective/#comment-8069"&gt;No &lt;span style="font-size: small;"&gt;Blog Comments? It's All a Matter of Perspective&lt;/span&gt;&lt;span style="font-size: small;"&gt;.&lt;/span&gt;&lt;/a&gt;"&amp;nbsp; Again I went outside my usual software and tutorial topics. It was good to shift gears again. This experience has strengthen my friendship with TimeThief. And her readers were very responsive to the topic --- but aren't all bloggers anxious about comments (or lack of... ). &lt;br /&gt;
&lt;br /&gt;
Please visit her blog and tell me what you think about the topic. Would you like to see more of those posts or do you go to my team blog for that? You do know about &lt;a href="http://bloggingwithsuccess.net/"&gt;BloggingWithSuccess&lt;/a&gt; don't you? What else is on your mind about this blog?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Blogger" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you found this post useful, leave a comment to let me know. Grab the &lt;span style="font-weight: bold;"&gt;BPWebnews tips button&lt;/span&gt; and share the luv with others. Get future posts in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: x-small;"&gt;image by &lt;a href="http://www.flickr.com/photos/felixfrancier/" title=""&gt;&lt;b&gt;Felix Francis&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-3291659816318082649?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/qhoEkONG_-U" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/3291659816318082649/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/08/check-out-my-guest-post-2-comments.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/3291659816318082649?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/3291659816318082649?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/qhoEkONG_-U/check-out-my-guest-post-2-comments.html" title="Check Out My Guest Post 2 - Comments still zero?" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wHNYjYDRAn0/SpwfYDtcwCI/AAAAAAAAAmY/T9rBqnI9t5A/s72-c/butterfiles.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/08/check-out-my-guest-post-2-comments.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck8FR349fyp7ImA9WxNQEEs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-681401637543146990</id><published>2009-08-26T15:17:00.003-04:00</published><updated>2009-09-15T20:26:56.067-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-15T20:26:56.067-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Contact Me" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Profile" /><category scheme="http://www.blogger.com/atom/ns#" term="About Me" /><title>Why Your Blogger Profile Says Very Little About You</title><content type="html">&lt;a href="http://1.bp.blogspot.com/_wHNYjYDRAn0/SpcxLHZnzBI/AAAAAAAAAks/WSJlrax6p1s/s1600-h/dial-operator.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt; &lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5374818747324812306" src="http://1.bp.blogspot.com/_wHNYjYDRAn0/SpcxLHZnzBI/AAAAAAAAAks/WSJlrax6p1s/s400/dial-operator.jpg" style="cursor: pointer; float: left; height: 160px; width: 240px;" /&gt;&lt;/a&gt;It's very easy to start a blog on Blogger. Blogger indexes your profile like a telephone directory. So when you drop a link by commenting on a Blogger post, the owner can ring you up, so to speak.  Blogger also provides a nice link to your profile in your blog's sidebar, part of the "About Me" gadget. But, are you really reachable or under a false sense that people can communicate with you whenever they want to by calling the orange Blogger 'operator?'&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Often we hurriedly add a profile before we publish the first blog entry and never look at it again.  When you leave a comment the Blogger profile may be the only way for someone to 'track' you and visit your blog or contact you via email.&lt;br /&gt;
&lt;br /&gt;
Personally, my pet peeve is wasting my time trying to use the Blogger profile to visit a blog or send a message to the owner. Most profiles are sparsely populated and can frustrate the reader. Some profiles don't even list the blog and others are not even turned on for viewers. It's like dialling the Operator and getting an unlisted phone number!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;The Profile Gadget by Blogger&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://www.blogger.com/rearrange?blogID=7873763463436634299&amp;amp;sectionId=sidebar1&amp;amp;action=editWidget&amp;amp;widgetType=Profile&amp;amp;referrer=directory"&gt;&lt;img alt="Profile" src="http://www.blogger.com/img/widgets/icon_profile.gif" width="120" /&gt;&lt;/a&gt; &lt;span style="font-size: 130%;"&gt;Profile&lt;/span&gt;- Display information about yourself. &lt;img alt="Add" class="addButton" src="http://www.blogger.com/img/plus.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
This gadget uses the information in your Blogger profile to create an "About Me" widget in the sidebar. Similar to a full page on a menu bar, the text widget is meant to give some information about you and the blog and &lt;span style="font-weight: bold;"&gt;how to contact you&lt;/span&gt;. It's a perfect way to orient new visitors and keep them reading more posts.&lt;br /&gt;
&lt;br /&gt;
Here's what you can type in or select when adding the gadget:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/SpVes91tlzI/AAAAAAAAAkM/0Oc2DJAWRDM/s1600-h/add-profile.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5374305856943658802" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/SpVes91tlzI/AAAAAAAAAkM/0Oc2DJAWRDM/s400/add-profile.png" style="cursor: pointer; height: 305px; width: 400px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/SpVe86FABmI/AAAAAAAAAkU/S1K2aLubF4c/s1600-h/about-me.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5374306130811946594" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/SpVe86FABmI/AAAAAAAAAkU/S1K2aLubF4c/s400/about-me.png" style="cursor: pointer; float: right; height: 175px; width: 108px;" /&gt;&lt;/a&gt;Here's what the widget looks like in your sidebar when you save the form. Notice the 'view my complete profile' link at the bottom. Given the limited space in the sidebar, many bloggers tend to leave out contact info and or rely too much on the profile link. So they may send visitors off on a wild goose chase.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Information on your Blogger Profile&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
If you don't have a contact information on your blog will visitors go to your profile and see an email listed? Or do you send them right back to your contact-less blog? An endless loop!&lt;br /&gt;
&lt;br /&gt;
You may want to get a special email address and put that in your profile until you get a contact form on your blog. While viewing your profile you can edit the user section to show an email address. Make sure you check off 'show my blogs' and select which ones you want made public --- those on Blogger only. You can also show sites that you follow.&lt;br /&gt;
&lt;a href="http://1.bp.blogspot.com/_wHNYjYDRAn0/SpVkY6KG0dI/AAAAAAAAAkk/maODLynJQcY/s1600-h/profile-contact.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5374312109427839442" src="http://1.bp.blogspot.com/_wHNYjYDRAn0/SpVkY6KG0dI/AAAAAAAAAkk/maODLynJQcY/s400/profile-contact.png" style="cursor: pointer; height: 102px; width: 211px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Communication Alternatives&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Use a contact form if you want to hide your email or avoid spammers who latch onto the 'mail-to' tags. With an input form you can get questions, inquires about advertising, or feedback. One of the easiest is &lt;a href="http://kontactr.com/"&gt;Kontactr&lt;/a&gt;. Another resource is  &lt;a href="http://formsmarts.com/"&gt;FormSmarts&lt;/a&gt; which allows more customization of the form.&lt;br /&gt;
&lt;br /&gt;
If you feel cramped by the text in the About Me gadget then this method is what you need:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Read this excellent article on by BloggingBasics, '&lt;a href="http://www.bloggingbasics101.com/2009/08/how-do-i-write-an-about-me-page/"&gt;how to write an about me page&lt;/a&gt;"&lt;/li&gt;
&lt;li&gt;Create and publish a full post with everything a real About Me page should have. You can give it a date going back to when you first published the blog. It will not appear on the home page with an early date. &lt;/li&gt;
&lt;li&gt;View the post and copy the page url location. Create a text gadget as a teaser for visitor to click on the link and read the full page post. You can add an icon or symbol to the text.  Here's a example where the 'read more' points to the post:&lt;br /&gt;
&lt;br /&gt;
&lt;table border="2"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;div style="text-align: left;"&gt;&lt;span style="color: #cc0000; font-weight: bold;"&gt;ABOUT ME&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
My goal is to provide excellent&lt;br /&gt;
... &lt;span style="font-size: 78%;"&gt;(&lt;span style="color: #3333ff;"&gt;read more&lt;/span&gt;)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;How much (or little) is your profile saying about you? If you read it would you be interested in reading more? Do you need a full page About Me and a contact form for real connections?&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Blogger" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you found this post useful, leave a comment to let me know. Grab the &lt;span style="font-weight: bold;"&gt;BPWebnews tips button&lt;/span&gt; and share the luv with others. Get future posts in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 85%;"&gt;Photo by &lt;a href="http://www.flickr.com/photos/jeremybrooks/" title=""&gt;&lt;b&gt;Jeremy Brooks&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&lt;img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=25391ebd-1ec1-41a8-9fcc-fb116230bba5" style="border: medium none; float: right;" /&gt;&lt;script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-681401637543146990?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/M5sajQ7Pz3I" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/681401637543146990/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/08/why-your-blogger-profile-says-very.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/681401637543146990?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/681401637543146990?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/M5sajQ7Pz3I/why-your-blogger-profile-says-very.html" title="Why Your Blogger Profile Says Very Little About You" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_wHNYjYDRAn0/SpcxLHZnzBI/AAAAAAAAAks/WSJlrax6p1s/s72-c/dial-operator.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/08/why-your-blogger-profile-says-very.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0AFQ386cSp7ImA9WxNXEEU.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-8903865580323723628</id><published>2009-08-15T11:41:00.012-04:00</published><updated>2009-09-27T18:15:12.119-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-27T18:15:12.119-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Quick Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Echo" /><category scheme="http://www.blogger.com/atom/ns#" term="JS-Kit" /><title>Why CommentLuv may not be working for you</title><content type="html">&lt;a href="http://1.bp.blogspot.com/_wHNYjYDRAn0/Spcz7KTrKkI/AAAAAAAAAk0/g0JGZMZYQJQ/s1600-h/commentluv.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5374821771762149954" src="http://1.bp.blogspot.com/_wHNYjYDRAn0/Spcz7KTrKkI/AAAAAAAAAk0/g0JGZMZYQJQ/s400/commentluv.png" style="cursor: pointer; display: block; height: 114px; margin: 0px auto 10px; text-align: center; width: 332px;" /&gt;&lt;/a&gt;I recently noticed all comment luv links have disappeared, new ones are not generated. This happened when JS-Kit upgraded to Echo. Apparently, CommentLuv was not given enough time to test the software interfaces and identify quirks. However, there is no excuse for not warning blog owners or readers who had registered for CommentLuv.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;I found this informative post when searching Google for the problem&lt;br /&gt;
&lt;blockquote&gt;"&lt;span style="font-style: italic; font-weight: bold;"&gt;Many of you may have noticed that my comment system looks different yet again. It is because JS-Kit upgraded to Echo last week. You can still use CommentLuv with Echo. You may just have to be a little more crafty in getting it to work.&lt;/span&gt;" - Staci at &lt;a href="http://www.justbloggled.com/2009/08/new-directions-for-using-commentluv-and.html"&gt;JustBloggled.com&lt;/a&gt;&lt;br /&gt;
&lt;/blockquote&gt;You should read the entire article but the basic action you need to take is re-Registering your blog with JS-kit/Echo. This can be done right in the add- comment form. After that it should pick up their lastest post. Both blog owners and readers must do this until someone fixes the software or administration.&lt;br /&gt;
&lt;br /&gt;
I cooked up this quick template change to provide a warning --- feel free to use it. Just add a paragraph below the Echo comment box :&lt;br /&gt;
&lt;blockquote&gt;Warning: You may need to re-register with JS-kit(Echo) to leave CommentLuv link: uncheck the CommentLuv box, click 'add another site", type your blog url in "my site", re-check CommentLuv box. Also type over the name Guest!&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
Here are the steps to update your template:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Go to Layout, Edit html.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Check the 'expand widget templates' box and then save your template.&lt;/li&gt;
&lt;li&gt;Find the following code: (type CTRL + F, type a few words for search)&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #006600;"&gt;&amp;lt;img alt='' height='12' src='http://js-kit.com/images/rss-icon.png' width='12'/&amp;gt; All comments&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #006600;"&gt;                     &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Insert this code after the break line (&amp;lt;br/&amp;gt;):&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;!-- temporary js-kit warning 8/2009 --&amp;gt;&lt;br /&gt;
&amp;lt;p style='text-align: left'&amp;gt;Warning: You may need to re-register with JS-kit(Echo) to leave CommentLuv link: uncheck the CommentLuv box, click 'add another site", type your blog url in "my site", re-check CommentLuv box. Also type over the name Guest!&amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Then preview just to make sure there are no errors. Save the template.&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
That's it! I'll update this post to let you know when to remove the code...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: x-large;"&gt;&lt;span style="color: magenta;"&gt;Update&lt;/span&gt;:&lt;/span&gt; I've removed the warning comment since the author of CommentLuv made some code revisions to address the Blogger- Echo interface problems. He updated &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;span style="font-size: large;"&gt;"&lt;/span&gt;the blogger commentluv code so it will add more stability and provide the user with a message if they haven't entered their url into their list of sites.&amp;nbsp; (and) edited the code so it adds a warning to the user if no url is present and tells them what to do to add one.&lt;span style="font-size: large;"&gt;"&lt;/span&gt;&lt;/blockquote&gt;Thanks Andy for responding.&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Blogger" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you found this post useful, leave a comment to let me know. Grab the &lt;span style="font-weight: bold;"&gt;BPWebnews tips button&lt;/span&gt; and share the luv with others. Get future posts in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email&lt;/a&gt;.&lt;br /&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&lt;img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=9568487a-1f41-454d-9168-4788eeed83fe" style="border: medium none; float: right;" /&gt;&lt;script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;
&lt;/script&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/1779157466111839480-8903865580323723628?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/LXMB6yp1zh8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/8903865580323723628/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/08/why-commentluv-may-not-be-working-for.html#comment-form" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/8903865580323723628?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/8903865580323723628?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/LXMB6yp1zh8/why-commentluv-may-not-be-working-for.html" title="Why CommentLuv may not be working for you" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_wHNYjYDRAn0/Spcz7KTrKkI/AAAAAAAAAk0/g0JGZMZYQJQ/s72-c/commentluv.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/08/why-commentluv-may-not-be-working-for.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEUGRnw6fyp7ImA9WxNXFU0.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-8462845382540956877</id><published>2009-08-09T19:06:00.006-04:00</published><updated>2009-10-02T13:57:07.217-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-02T13:57:07.217-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Cascading Style Sheets" /><category scheme="http://www.blogger.com/atom/ns#" term="Printer Style Sheet" /><category scheme="http://www.blogger.com/atom/ns#" term="Print Posts Only" /><title>How to Create a Print This Post Button on Blogger</title><content type="html">&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/SnCfVBpNcTI/AAAAAAAAAjc/IPMq70wQ_dY/s1600-h/bpweb-printer.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5363962339765612850" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/SnCfVBpNcTI/AAAAAAAAAjc/IPMq70wQ_dY/s400/bpweb-printer.png" style="cursor: pointer; float: left; height: 170px; margin: 0pt 10px 10px 0pt; width: 300px;" /&gt;&lt;/a&gt;You may have noticed the "&lt;span style="color: #000099; font-weight: bold;"&gt;Print this post&lt;/span&gt;" link at the end of single page posts on BPWebNews. I thought it would help readers who need to follow one of my (often) long tutorials. With this feature, you print only post text, filling the width of the paper --- no header, sidebars, ads, footer, etc.&lt;br /&gt;
&lt;br /&gt;
There are many who have problems with this hack as published on sites like BloggerBuster.  You can easily hit a pitfall due to the variety of templates used on Blogspot blogs. What works for the tutorial author, may need some adjustments for your blog, even if you have the same template! Why? Because chances are you've installed other html changes that make it hard to follow the instructions. This post attempts to negotiate the stumbling blocks (which I hit already). With some patience you can get a working version of the hack on your blog.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;The basic process for the feature is on BloggerBuster, &lt;a href="http://www.bloggerbuster.com/2008/05/how-to-print-your-blogger-posts.html"&gt;print your Blogger posts&lt;/a&gt;. There are two steps for adding this function to Blogger:&lt;br /&gt;
&lt;span id="fullpost"&gt;&lt;/span&gt;&lt;span id="fullpost"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;span id="fullpost"&gt;1. Add a few lines of CSS/HTML code to your template (to make printed pages appear in this way.)&lt;/span&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;span id="fullpost"&gt;&lt;/span&gt;&lt;span id="fullpost"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;span id="fullpost"&gt;2. Add one line of JavaScript beneath your posts (which creates a link for readers to print the page without extras.) Icon/link shows only on the post, not the homepage.&lt;/span&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;span id="fullpost"&gt;&lt;/span&gt;  I was all set to go until I saw over 90 comments, many of them having trouble implementing the code. Even the author had problems with the print feature when she changed templates.  There was one glimmer of hope from a 'genius' reader but even that needed tweaking for my template. So this post attempts to give enough information so you can pick and choose the parts that you need.  You'll probably want to print this post and allow yourself uninterrupted time! Remember to open the post by clicking the title if you arrived here on the homepage.&lt;br /&gt;
&lt;br /&gt;
This whole adventure reminded me of the trek I took to build on another genius and create my beautiful table of contents (TOC). After reading Han's post --- a "simpler" version of his first post on installing a TOC widget, I said "&lt;span style="font-style: italic; font-weight: bold;"&gt;bless him, he's too smart for us! &lt;/span&gt;" I was able to break it down for you and myself, the regular guys and dolls. It was worth it and many readers have used the &lt;a href="http://bpwebnews.blogspot.com/2008/10/beautiful-blogger-table-of-contents.html"&gt;tutorial for their own TOC&lt;/a&gt;.  Enough of that. Let's get back to the print feature.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;The Genius Commentators on BloggerBuster's Post&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
One person hailed another commentator named C. August as "&lt;span style="font-style: italic; font-weight: bold;"&gt;clearly the genius of the group.&lt;/span&gt;"  This was based on August's reply to one of the key problems with the Firefox browser.&lt;br /&gt;
&lt;a href="http://www.blogger.com/profile/05860759500684485756" rel="nofollow"&gt;&lt;/a&gt;&lt;a href="http://www.blogger.com/profile/05860759500684485756" rel="nofollow"&gt;&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;a href="http://www.blogger.com/profile/05860759500684485756" rel="nofollow"&gt;C. August&lt;/a&gt; said...  on July 16, 2008 --- OK, I solved it! This is a bug in Firefox, where it can't print a DIV or a Table that spans multiple pages. This happens whether or not you use Amanda's print CSS code. It's just more obvious when you try to print just the body of a post.  IE7 works fine.   The fix is to edit the following line of CSS code, adding the "overflow" bit: ... etc.&lt;br /&gt;
&lt;/blockquote&gt;Unfortunately, that was only a partial solution. Problems continued for nine months more, when another inspired reader said:&lt;br /&gt;
&lt;blockquote&gt;&lt;a href="http://www.blogger.com/profile/18361083931729525642" rel="nofollow"&gt;Ben Udell&lt;/a&gt; said... on April 11, 2009 --- Even better: Instead of removing "overflow:hidden" from under "#main-wrapper", leave it there,&lt;br /&gt;
but under your section style media='print' type='text/css' make it: .... etc.&lt;br /&gt;
&lt;/blockquote&gt;Sounds confusing, eh? Enough to make us give up. However people are still leaving frustrated comments as of a few days ago.  I decided to sniff around the C.August's site to see how he got it to work. At that point his solution on &lt;a href="http://www.titanicdeckchairs.com/"&gt;TitanicDeckChairs&lt;/a&gt; was different. Using my CSS background and Amanda's post, including C.August and B.Udell's comments I was able to get the right code for my blog. &lt;br /&gt;
&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;Back to Basics&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
-----------------------&lt;br /&gt;
To customize the print post feature you need to understand some basic concepts about template structure. The template has a CSS portion with styling for unique element names like #header-wrapper. The HTML portion makes use of those styles to divide your blog into sections or wrappers, containing elements like post title and comments. Any section within another section can override the 'parent' styling. e.g. the header title and description can have different font colors.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Style.css&lt;/span&gt;: This is the default styling for font, color, etc. as it displays on the monitor.  Screen style sheets are housed on your host server (in your template) or theme folder. These are the most common blocks of elements/sections:&lt;br /&gt;
&lt;blockquote&gt;#header&lt;br /&gt;
#content&lt;br /&gt;
#comments&lt;br /&gt;
#sidebar&lt;br /&gt;
#footer&lt;br /&gt;
&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;Print.css&lt;/span&gt;: This CSS uses the same element names as defined in the Style.css, but lets you to exclude or override regular screen elements.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;exclude&lt;/span&gt; a block from printing you use the "display:none" modifier after the element name. e.g.&lt;br /&gt;
#sidebar  { &lt;span style="color: red;"&gt;display:none&lt;/span&gt; }&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight: bold;"&gt;change&lt;/span&gt; styling just for printing, use the element name and type only the overrides, e.g.&lt;br /&gt;
body{&lt;span style="color: #cc0000;"&gt; &lt;/span&gt;&lt;span style="color: #cc0000;"&gt; background:white; color:black; margin:0 &lt;/span&gt;}&lt;/li&gt;
&lt;/ul&gt;If you don't list a block then it prints (with any changed styling you specify).  If you exclude an outer block then all elements inside are excluded -- e.g. exclude header and you don't get title &amp;amp; description.&lt;br /&gt;
&lt;br /&gt;
In this tutorial I put each element on a separate line for clarity and to let you substitute your element name or decide to include or not. However, you may string several elements with one modifier e.g&lt;br /&gt;
&lt;blockquote&gt;#sidebar&lt;span style="color: #990000;"&gt;,&lt;/span&gt; #footer  { display:none }&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;What should you exclude?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
-----------------------------------------&lt;br /&gt;
You want to print only what the reader can use from the printed page. Some of this is personal taste but these are the common exclusions for printer friendly pages:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Navigation menu/search box - these are useless for reading the post text.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Side bar(s) - readers are not interested in printing lists, widgets, etc.&lt;/li&gt;
&lt;li&gt;Ads - these are sometimes  sprinkled around your posts. Who needs to print them.&lt;/li&gt;
&lt;li&gt;Comments - if your posts contain extra information in the comments then you may not want to exclude, but generally readers just want the post. My tutorial shows you how to start comments on a new printed page, so reader can simply not print them.&lt;/li&gt;
&lt;li&gt;Footer - another one generally not needed.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Header - generally not necessary since you print the post title and the browser adds the the url of the page.&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;A quick visual example&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
-----------------------------------------&lt;br /&gt;
We already know that the Print.css must use the correct element names. So let's say I want to exclude the entire section that follows a post. One way is to look at the template style section and search for #post or .post and see what seems to be named post-footer or something of the sort. Mine is called ".postfooter", so I added this to my Print.css:&lt;br /&gt;
&lt;blockquote&gt;.post-footer {display: none;}&lt;br /&gt;
&lt;/blockquote&gt;An easier way is to use a very handy tool called &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/2104" target="_blank" title="CSS Viewer"&gt;CSS Property Viewer&lt;/a&gt; . It's worth installing Firefox just for this add-on. Turn on the feature, view your blog post (not homepage). As you hover over different sections,they are outlined in red and the name pops up. It's a little quirky sometimes, but does the trick!&lt;br /&gt;
&lt;br /&gt;
This image is a visual composite of those steps which we'll use in the real tutorial [coming soon.. lol]&lt;br /&gt;
-------------&lt;br /&gt;
&lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/SntKCxk-nyI/AAAAAAAAAjk/XmF_MRxjCLM/s1600-h/display-no-footer.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5366964792470708002" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/SntKCxk-nyI/AAAAAAAAAjk/XmF_MRxjCLM/s400/display-no-footer.png" style="cursor: pointer; height: 355px; width: 400px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The screen view is a preview of the homepage which Blogger generates (press 'preview' button  when editing the template.) Using the preview version, verify the element is excluded by selecting File, Print Preview in the browser menu. Like magic the post footer disappeared.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;Let's do it! Part 1- Set the Print Styling&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
---------------------------------------------------------&lt;br /&gt;
These are the actual steps and recommended approach for creating your print post feature. Let's start with the hardest part - Adding the CSS code to your template. Remember before you start you should find the element names you want to exclude or change for printing. My code gives the basic suggestions, but you can pick and choose.  I suggest you start with the basics, preview how the homepage looks with File, Print, Preview then save the template. Go back in for the next set of things to add to your print file. Be sure to page down the entire preview document --- sometimes only the first page has text if you have an error.&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Go to Blogger Dashboard, Select Layout, Edit Html.&lt;br /&gt;
Create a backup of your template by pressing "download full template."&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://2.bp.blogspot.com/_wHNYjYDRAn0/SntT2xQl1HI/AAAAAAAAAj0/RlkKzZlnei4/s1600-h/layout-edithtml.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5366975581343044722" src="http://2.bp.blogspot.com/_wHNYjYDRAn0/SntT2xQl1HI/AAAAAAAAAj0/RlkKzZlnei4/s400/layout-edithtml.png" style="cursor: pointer; height: 116px; width: 363px;" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;First create the basic Print styling section. We'll add more later. Use CTRL + F to find this closing head tag:&lt;br /&gt;
&lt;span style="color: #009900; font-weight: bold;"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;&lt;/span&gt; Copy and paste these lines &lt;span style="color: #cc0000;"&gt;BEFORE&lt;/span&gt; the closing head tag&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="border: 1px solid rgb(204, 204, 204); overflow: auto; padding: 5px; width: 85%;"&gt;&lt;span style="color: #000099; font-weight: bold;"&gt;&amp;lt;!-- 8/8/09 Add Print Styling for blog page Part 1 of 2--&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;lt;style media='print' type='text/css'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
.noprint {display: none;}&lt;br /&gt;
#header-wrapper {display: none;}&lt;br /&gt;
#sidebar {display: none;}&lt;br /&gt;
.sidebar {display: none;}&lt;br /&gt;
#footer-wrapper {display: none;}&lt;br /&gt;
&lt;span style="color: #cc0000; font-weight: bold;"&gt;&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 8/8/09 end print blog page Part 1 of 2--&amp;gt;&lt;br /&gt;
&lt;/div&gt;Notice the line highlighted in red. More blocks of code will be inserted here later.&lt;br /&gt;
*** substitute your element names which could be #header, #newsidebar, etc.&lt;br /&gt;
*** omit a line if you want the block to print or not be excluded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;This is where you press the blue Preview button to see the effect of the html so far.&lt;br /&gt;
&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/Sn9BKPPO_OI/AAAAAAAAAj8/V3Jd81YChA8/s1600-h/clear-preview-save.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5368080924993846498" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/Sn9BKPPO_OI/AAAAAAAAAj8/V3Jd81YChA8/s400/clear-preview-save.png" style="cursor: pointer; height: 55px; width: 275px;" /&gt;&lt;/a&gt;&lt;br /&gt;
In the preview document, press File, Print Preview on the browser menu. You can see if the header, sidebar and footer were excluded. If so then Save Template. Don't worry about the width of the printed page YET.&lt;br /&gt;
&lt;br /&gt;
If you want more exclusions, insert lines you want  before the line in red in step 2. Then repeat the previews. To really see the effect, save template and open a real single post, then use File, Print Preview.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="border: 1px solid rgb(204, 204, 204); overflow: auto; padding: 5px; width: 85%;"&gt;.post-meta-data {display: none;}&lt;br /&gt;
.post-footer {display: none;}&lt;br /&gt;
.comment-link {display: none;}&lt;br /&gt;
#blog-pager {display: none;}&lt;br /&gt;
.feed-links {display: none;}&lt;br /&gt;
#backlinks-container {display: none;}&lt;br /&gt;
#google_ads_frame1, #google_ads_frame2,#google_ads_frame3 {display: none;}&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Find the line in red again  so you can copy and paste this section before that line:&lt;br /&gt;
***This block puts styling on the elements you want to print. I added zero margins and padding just about everywhere to use all white space. Some lines are optional like the fonts for the printing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="border: 1px solid rgb(204, 204, 204); overflow: auto; padding: 5px; width: 85%;"&gt;&lt;span style="color: #000099; font-weight: bold;"&gt;&amp;lt;!-- Override the screen styling when printing --&amp;gt;&lt;/span&gt;&lt;br /&gt;
body {color:black; background-color:white !important; border:0px; padding:0px; margin:0px;}&lt;br /&gt;
&lt;br /&gt;
#outer-wrapper {float:none !important; border:0px; margin:0px; padding:0px;}&lt;br /&gt;
&lt;br /&gt;
#main {&lt;span style="color: #cc0000; font-weight: bold;"&gt;width:100%; overflow:visible !important; float:none;&lt;/span&gt; border:0px; margin:0px; padding:0px;}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Optional - style the print font and size --&amp;gt;&lt;br /&gt;
body {font-family: "Times New Roman", Times, serif; font-size : 10pt; } &lt;br /&gt;
&lt;/div&gt;*** properties in red must appear for your post container, my blog div#main is the box I need; yours may be  #main-wrapper, .main, .post, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Repeat Step 3, but this time look for the width of the page to be wide and the full post text to appear --- at least as much as shows on the homepage. If you want more styling, insert these lines after any of the lines in step 4. Try them one at a time to see if you like it. To really see the effect, save template and open a real single post the use File, Print Preview.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="border: 1px solid rgb(204, 204, 204); overflow: auto; padding: 5px; width: 85%;"&gt;&amp;lt;!-- Optional - if show comments, force a page break --&amp;gt;&lt;br /&gt;
#comments, .comments { page-break-before: always; }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Optional - if want to show urls for links  --&amp;gt;&lt;br /&gt;
div#main p a:after {content: " ("attr(href)") "; font-size: 8pt; }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Optional - if want links underlined &amp;amp; different color  --&amp;gt;&lt;br /&gt;
a:link, a:visited {color: #0000ff; background: transparent; text-decoration: underline;}&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Save the template when done and start the next part --- which is real easy! The reason we repeat previewing and saving is to keep what works and not have to backtrack to far if there is an error --- a technique I use when editing html.&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;NOTE: I use JS-Kit comments so for those who want to exclude some of their icons use this:&lt;br /&gt;
&lt;blockquote&gt;.jsk-CommentFormSurface, #jskit-commentRSSpost, #jskit-commentRSSfull {display: none;}&lt;br /&gt;
&lt;/blockquote&gt;&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;Let's do it! Part 2 - Add printer icon &amp;amp; link &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
----------------------------&lt;br /&gt;
You can use the printer icon that I stored on PhotoBucket or create your own. The code is conditional; the icon is not on the homepage.&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;As in Part 1, go to Blogger Dashboard, Select Layout, Edit Html.&lt;br /&gt;
Create a backup of your template by pressing "download full template."&lt;br /&gt;
&lt;a href="http://2.bp.blogspot.com/_wHNYjYDRAn0/SntT2xQl1HI/AAAAAAAAAj0/RlkKzZlnei4/s1600-h/layout-edithtml.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check Expand Widget box so we can place the code properly. &lt;span style="color: #cc0000; font-weight: bold;"&gt;You will not find the correct section if you don't do this!&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/SntTtIje2WI/AAAAAAAAAjs/q96eKcqxCTA/s1600-h/expand-widget.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5366975415797602658" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/SntTtIje2WI/AAAAAAAAAjs/q96eKcqxCTA/s400/expand-widget.png" style="cursor: pointer; height: 59px; width: 193px;" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Press CTRL + F to find this line of code (type into search box):&lt;br /&gt;
&lt;span style="color: #009900; font-weight: bold;"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt;&lt;br /&gt;
You'll see a paragraph tag after that line (&lt;span style="color: #009900; font-weight: bold;"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;).  It's after that end paragraph tag, you then press the Enter key, insert a line so you can copy and paste these lines:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="border: 1px solid rgb(204, 204, 204); overflow: auto; padding: 5px; width: 85%;"&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;
&amp;lt;span style='border:1px #181A43 solid; padding:5px; margin:3px; width:100%;'&amp;gt;&lt;br /&gt;
&amp;lt;span style='background: url(http://i282.photobucket.com/albums/kk272/SBA_jpgs/print.gif) left no-repeat; padding-left: 20px;'&amp;gt;&amp;lt;a href='javascript:window.print()'&amp;gt;Print this post&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt; &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;!-- 8/8/09 end of code to print post Part 2 of 2 --&amp;gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;As in part 1, this is where you press the blue Preview button to see the effect of the html change. You can not see the individual post page, so if there are no Blogger error messages,  press Save Template.  If there are errors, just press Clear Edits and review your steps.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;View the Blog, open a single post. Press the print icon you just made and see what it looks like.  To avoid printing, you can use the browser menu to File, Print Preview instead.&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;span style="font-weight: bold;"&gt;Conclusion&lt;/span&gt;:&lt;br /&gt;
&lt;br /&gt;
This post took way longer than I expected, but I hope a lot of people can use it. I need your feedback on any areas where I can adjust the tutorial.&lt;br /&gt;
&lt;br /&gt;
You will probably have some problems but remember only Part 1 can not cause any real damage since it's a print view only. I'll also help where I can. Be sure to use the CSS Viewer if you have a lot of customization. For most the basic exclusions and styling will do!&lt;br /&gt;
&lt;br /&gt;
If this tutorial works, (&lt;span style="color: #cc0000;"&gt;as measured by your comments here&lt;/span&gt;) then I'll leave a note on the original BloggerBuster post to help those who may still want this!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Blogger" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you found this post useful, grab the &lt;span style="font-weight: bold;"&gt;BPWebnews tips button&lt;/span&gt; and share the luv with others. Get future posts in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&lt;img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=d52ffbe0-7c50-43b0-a25f-e28b0df735d4" style="border: medium none; float: right;" /&gt;&lt;script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;
&lt;/script&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/1779157466111839480-8462845382540956877?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/I1s6zL1dAsw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/8462845382540956877/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/08/how-to-create-print-this-post-button-on.html#comment-form" title="20 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/8462845382540956877?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/8462845382540956877?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/I1s6zL1dAsw/how-to-create-print-this-post-button-on.html" title="How to Create a Print This Post Button on Blogger" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_wHNYjYDRAn0/SnCfVBpNcTI/AAAAAAAAAjc/IPMq70wQ_dY/s72-c/bpweb-printer.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">20</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/08/how-to-create-print-this-post-button-on.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cGRXw-eyp7ImA9WxNQEEs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-1182565383291304713</id><published>2009-07-20T08:40:00.002-04:00</published><updated>2009-09-15T20:30:24.253-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-15T20:30:24.253-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google Adsense" /><category scheme="http://www.blogger.com/atom/ns#" term="Pitfalls" /><category scheme="http://www.blogger.com/atom/ns#" term="Monetizing" /><title>Adsense Nonsense: When you display too many ads</title><content type="html">&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/googlefile.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/googlefile.jpg" style="cursor: pointer; display: block; height: 168px; margin: 0px auto 10px; text-align: center; width: 298px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you thought you could put as many Adsense ads on your blog as you want, then you'd be wrong. Google's documentation clearly states how many ads you can display, but it's easy to lose count in practice.  If you do break the rules, then you'll get some crazy blank spaces in all the wrong places--- "Adsense nonsense". I know because until recently my blog had extra spaces between widgets, and I could not figure it out.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;a name='more'&gt;&lt;/a&gt;Here's the rule:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;blockquote style="background-color: #d7ecff; border: 2px solid rgb(28, 59, 106); padding: 2px;"&gt;"AdSense publishers may place up to three AdSense for content &lt;span style="font-weight: bold;"&gt;ad units&lt;/span&gt; on one webpage. You may also place a maximum of three AdSense for content &lt;span style="font-weight: bold;"&gt;link units&lt;/span&gt; and two search boxes on each webpage."&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Ad units contain either text ads, image ads, or both. The ads are targeted to the content of your page using contextual and placement targeting.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Each link unit displays a list of topics that are relevant to your page. When users click a topic, they're brought to a page of related ads.&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/blockquote&gt;Google further warns you that "ads may not always appear. In this case, the ad unit will show as a transparent box, or will contain any alternate ad or color specified in the ad code." Those crazy blank spaces are 'transparent' boxes where you expected the ad to appear. So can't they make the box height 3px instead of 450?&lt;br /&gt;
&lt;br /&gt;
Here's one of my ad units and a sample link unit:&lt;br /&gt;
&lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/SmOT0jR7wxI/AAAAAAAAAi0/KdFntqkcJj0/s1600-h/ad-unit.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5360290512533963538" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/SmOT0jR7wxI/AAAAAAAAAi0/KdFntqkcJj0/s400/ad-unit.jpg" style="cursor: pointer; height: 63px; width: 238px;" /&gt;&lt;/a&gt;                     &lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/SmOU2mZIJdI/AAAAAAAAAi8/C9_FtRyvkXo/s1600-h/link-unit.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5360291647240807890" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/SmOU2mZIJdI/AAAAAAAAAi8/C9_FtRyvkXo/s400/link-unit.jpg" style="cursor: pointer; height: 26px; width: 305px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-size: 130%;"&gt; &lt;span style="font-weight: bold;"&gt;Here's how you get in trouble:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Many people just see 3 + 3 and assume they can have six of either type. Others forget to count the sidebar ads, or like myself lose count when we put ads between posts and then change the number of posts on the homepage.  Awhile ago, I started to use Adsense and wrote about how you find the code to control ads between posts: &lt;a href="http://bpwebnews.blogspot.com/2008/09/where-did-blogger-file-that-adsense.html" title=" Like many of you I like the idea of Blogger making it easy to publish Google Adsense in your blog. Months ago I added some 'tasteful' ad strips (in the sidebar, at the end of each page and between posts). I didn't give it another thought, until a..."&gt;Where did Blogger File That Adsense Code?&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
At that time, there were only 2 posts on the front page. So I had a link unit under the header, one ad unit on the sidebar and took the default of 1 ad unit after each post. Total: 1 link and 3 ad units. Later I started displaying 3 posts on the homepage, bringing the total to 4 ad units --- hence blank boxes on the sidebar. Not too unsightly, but if I went to 5 posts, the big spaces would appear between the last two posts.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 130%;"&gt;  &lt;span style="font-weight: bold;"&gt;Adsense makes you do the math:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
This is how you can adjust the post ads. Go to Dashboard, Layout and select the 'Edit' text link inside the "Blog Posts" element, lower right corner.&lt;br /&gt;
&lt;br /&gt;
You'll see a pop up window. Make sure you check 'show ads between posts'. &lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/SmSUZrfi6HI/AAAAAAAAAjE/AAYc4DCFbHk/s1600-h/show-ads.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5360572625370409074" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/SmSUZrfi6HI/AAAAAAAAAjE/AAYc4DCFbHk/s400/show-ads.png" style="cursor: pointer; height: 27px; width: 193px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/SmSV8oBmaFI/AAAAAAAAAjM/8Ar_8R5OHNI/s1600-h/configure-ads.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5360574325246552146" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/SmSV8oBmaFI/AAAAAAAAAjM/8Ar_8R5OHNI/s400/configure-ads.png" style="cursor: pointer; float: left; height: 222px; margin: 0pt 10px 10px 0pt; width: 344px;" /&gt;&lt;/a&gt;You then see this expanded section for controlling the ads. You can configure only one type of unit, either ad or link. The warning repeats "up to 3 times per page." The default is 1 ad per 1 post. If you have  3 posts on a page, you can't have other units of that type in the sidebar.  If you show more than 3 posts you'll get blank spaces!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/SmSZFkwbSlI/AAAAAAAAAjU/VH_3t8vJSY8/s1600-h/more-post-ads.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5360577777522920018" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/SmSZFkwbSlI/AAAAAAAAAjU/VH_3t8vJSY8/s400/more-post-ads.png" style="cursor: pointer; float: left; height: 143px; margin: 0pt 10px 10px 0pt; width: 354px;" /&gt;&lt;/a&gt;The solution is to adjust the "show after every" to a larger number. Use the drop down menu which goes up to 5. Just divide your planned number of posts  by 2 to get the 'show after every' number. e.g. 6 posts means show after every 3 (6/2=3); that works for 7 also. (7/2= 3 + remainder of 1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to adjust by counting the same type in the sidebar and if you add more posts on the homepage. Just ask your kids to do the math for you. LOL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
If you found this post useful, leave a comment, let me know you were here.&lt;br /&gt;
&lt;br /&gt;
You're welcome to grab my button if you think others might like tips you found here.&lt;br /&gt;
Don't forget to subscribe by&lt;a href="http://feeds.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt; RSS&lt;/a&gt; or  &lt;a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=2003934"&gt;email&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-1182565383291304713?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/dLa0mpomH10" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/1182565383291304713/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/07/adsense-nonsense-when-you-display-too.html#comment-form" title="10 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/1182565383291304713?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/1182565383291304713?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/dLa0mpomH10/adsense-nonsense-when-you-display-too.html" title="Adsense Nonsense: When you display too many ads" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wHNYjYDRAn0/SmOT0jR7wxI/AAAAAAAAAi0/KdFntqkcJj0/s72-c/ad-unit.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">10</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/07/adsense-nonsense-when-you-display-too.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cMR34_cSp7ImA9WxNQEEs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-5200529155043991637</id><published>2009-07-13T18:29:00.008-04:00</published><updated>2009-09-15T20:31:26.049-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-15T20:31:26.049-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Quick Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Widgets" /><category scheme="http://www.blogger.com/atom/ns#" term="Image Handling" /><title>Someone Grabbed My Tips Button</title><content type="html">As soon as I added a 'grab button' on the sidebar, Google alerted me that it was residing on &lt;a href="http://wirote2008.blogspot.com/"&gt;&lt;span style="font-size: 100%;"&gt;Wirote's Tips and Tricks blog!&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 100%;"&gt; Now that's fast. Many thanks for showing this type of support.&lt;br /&gt;
&lt;br /&gt;
In case you want to create your own button, here's how to add the scroll box (which is all the rage on certain blog niches like scrapbooking and growing on technical blogs).&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;span style="font-size: 100%;"&gt;&lt;a href="http://1.bp.blogspot.com/_wHNYjYDRAn0/Slu7em1hSiI/AAAAAAAAAik/75hdseIdHiM/s1600-h/bpwebnews-button.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5358082316182833698" src="http://1.bp.blogspot.com/_wHNYjYDRAn0/Slu7em1hSiI/AAAAAAAAAik/75hdseIdHiM/s400/bpwebnews-button.jpg" style="cursor: pointer; height: 140px; width: 293px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: 100%;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;a name='more'&gt;&lt;/a&gt;Created a 125 x 125 image using image creation software in my toolbox: &lt;b style="font-weight: normal;"&gt;&lt;a href="http://www.blogger.com/www.download.com/Image-Composer/3000-12511_4-10561244.html"&gt;MS Image Compose.&lt;/a&gt;&lt;/b&gt; Of course I used the &lt;a href="http://bloggingwithsuccess.net/peek-behind-great-colors-for-your-blog-design"&gt;color picker&lt;/a&gt; to match my blog design.&lt;br /&gt;
&lt;br /&gt;
If you want something more basic try one of these sites to easily create a 125 x 125 image:&lt;br /&gt;
&lt;a href="http://www.free123cards.com/" rel="nofollow"&gt;Free123.com&lt;/a&gt; or &lt;a href="http://www.free125cards.com/main.php"&gt;Free125cards.com&lt;/a&gt;.  &lt;a href="http://www.splashup.com/" rel="nofollow"&gt;SplashUp&lt;/a&gt; is a site that lets you upload an image and then add your text online. Read more about &lt;a href="http://bloggingwithsuccess.net/creating-an-ad-for-your-blog"&gt;other do-it-yourself resources&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Saved the image on PhotoBucket for anyone to access from their sidebar.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Used the BloggingWithSuccess &lt;a href="http://bloggingwithsuccess.net/grab-button-advertise-blog" title="Grab My Button, Promote My Blog"&gt;Grab My Button, Promote My Blog&lt;/a&gt; tutorial to create the scroll box html code. Put the code in a gadget for the sidebar. Any one using the code will generate the 125 graphic with a clickable link back to my homepage.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Added the nifty orange/blue icon to automatically install the image on any blogspot blog. The steps are in the tutorial, &lt;span style="font-size: 100%;"&gt;&lt;a class="l" href="http://bloggingwithsuccess.net/tutorial-grab-my-button-one-click-install" onmousedown="return clk(this.href,'','','res','2','')" target="_top"&gt;&lt;i&gt;Grab&lt;/i&gt; My &lt;i&gt;Button&lt;/i&gt; Widget &lt;i&gt;Tutorial&lt;/i&gt;: One Click Installation.&lt;br /&gt;
&lt;br /&gt;
&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 100%;"&gt;Created this &lt;/span&gt;&lt;a href="http://www.google.com/alerts"&gt;Google Alert&lt;/a&gt;&lt;span style="font-size: 100%;"&gt; so I can tell if anyone installs the button, using the unique value alt = "BPWebnews tips button" for the image. Read more about that type of tracking in a post I wrote&lt;/span&gt;, &lt;span style="font-size: 100%;"&gt;&lt;a class="l" href="http://bloggingwithsuccess.net/google-search-track-tutorial-usage" onmousedown="return clk(this.href,'','','res','5','')" target="_top"&gt;Use Google Search to Track Your &lt;i&gt;Tutorial&lt;/i&gt; Usage.&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
So,  &lt;br /&gt;
&lt;blockquote style="color: black; font-weight: bold;"&gt;Like my tips? Grab My Button!&lt;/blockquote&gt;&lt;span style="font-size: 100%;"&gt;&lt;br /&gt;
&lt;a href="http://2.bp.blogspot.com/_wHNYjYDRAn0/SmI39HTpkAI/AAAAAAAAAis/f_MWXa-rkVI/s1600-h/bpwebalert.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5359908029597323266" src="http://2.bp.blogspot.com/_wHNYjYDRAn0/SmI39HTpkAI/AAAAAAAAAis/f_MWXa-rkVI/s400/bpwebalert.png" style="cursor: pointer; float: left; height: 182px; margin: 0pt 10px 10px 0pt; width: 316px;" /&gt;&lt;/a&gt;&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;P. S. &lt;/span&gt;&lt;/span&gt;I was trying to be brief and refer you to other posts, but let me clarify the tracking aspect mentioned in #5 (per Mukund's request, but others may find it useful).&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
The Google Alert page has a form like the one on the left --- this is where you put in the unique 'alt=' value from your scrollbox. Mine is 'bpwebnews tips button'. Right click on the image and you'll see the 'alternate text.'&lt;br /&gt;
&lt;br /&gt;
I told Google to send me an email once a week. The email shows the url of any blog that has my alt value.  Google knows because it indexes the page! The quotes are required otherwise you get all urls that contain one or more of the 3 words. This is really just an automated search you could do yourself by keying the same words into a regular google.com query. Both methods yield the same url list, e.g. here's the one I received:&lt;br /&gt;
&lt;div class="G0"&gt;&lt;div class="goog-inline-block"&gt;&lt;div act="undefined" class="goog-imageless-button goog-inline-block G1 goog-imageless-button-collapse-left GZ ipG21e" id=":6g" tabindex="0"&gt;&lt;div class="goog-inline-block goog-imageless-button-outer-box"&gt;&lt;div class="goog-inline-block goog-imageless-button-inner-box"&gt;&lt;div class="goog-imageless-button-pos"&gt;&lt;div class="hF hH"&gt;&lt;span style="visibility: hidden;"&gt;&lt;/span&gt;&lt;span style="font-size: 78%;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div class="G0"&gt;&lt;div class="goog-inline-block"&gt;&lt;div act="undefined" class="goog-imageless-button goog-inline-block G1 goog-imageless-button-collapse-left GZ ipG21e" id=":6g" tabindex="0"&gt;&lt;div class="goog-inline-block goog-imageless-button-outer-box"&gt;&lt;div class="goog-inline-block goog-imageless-button-inner-box"&gt;&lt;div class="goog-imageless-button-pos"&gt;&lt;div class="hF hH"&gt;&lt;span style="font-size: 78%;"&gt;&lt;span style="font-size: 100%;"&gt;Google Web Alert for:&lt;/span&gt; &lt;b&gt;"BPWebnews tips button"&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;span style="color: blue;"&gt;Tips and trick by Wirote: Protect excel and word document with &lt;b&gt;...&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
Jun 4, 2009 &lt;b&gt;...&lt;/b&gt; BlogMalaysia.com · books,reading,reviews. Link me http://wirote2008. blogspot.com" &lt;b&gt;...&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;Google was indexing the page "Protect excel and word... " when it found my alert keywords value. Just part of another day of robot-spider walking.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you like the posts here, get them for free in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email delivery&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-5200529155043991637?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/p0Qzy_7U8dQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/5200529155043991637/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/07/someone-grabbed-my-tips-button.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/5200529155043991637?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/5200529155043991637?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/p0Qzy_7U8dQ/someone-grabbed-my-tips-button.html" title="Someone Grabbed My Tips Button" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_wHNYjYDRAn0/Slu7em1hSiI/AAAAAAAAAik/75hdseIdHiM/s72-c/bpwebnews-button.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/07/someone-grabbed-my-tips-button.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C04AQHY8fCp7ImA9WxNaFU8.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-6196313576576908511</id><published>2009-07-01T11:30:00.033-04:00</published><updated>2009-11-29T14:12:21.874-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-29T14:12:21.874-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Resources" /><title>BpWebNews Tool Box - Resources</title><content type="html">Personally, I find these links most useful for maintaining BPWebNews. Putting the links on this page makes it easier to revisit!  I updated the menu bar to link to this page. I list only the ones which I've &lt;span style="font-style: italic; font-weight: bold;"&gt;personally&lt;/span&gt; used at one time or another.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://farm4.static.flickr.com/3017/3039492078_8c6f120c35_m.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="BPWebNews Tool Box" border="0" src="http://farm4.static.flickr.com/3017/3039492078_8c6f120c35_m.jpg" style="cursor: pointer; height: 187px; width: 240px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
I hope you use my favorites and sample some on these comprehensive lists:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://bloggingwithsuccess.net/101-free-tools-and-services-for-bloggers" target="_blank"&gt;Blogging With Success&lt;/a&gt; - "&lt;span style="font-family: lucida grande; font-weight: bold;"&gt;101.5 Free Tools and Services for Bloggers&lt;/span&gt;"&lt;br /&gt;
covers major areas of Advertising, Comments, Contacts, Content, Design, Feeds, Html, Images, Monetization, Offline Editors, SEO, and Stats.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://onecoolsite.wordpress.com/resources/" target="_blank"&gt;One Cool Site&lt;/a&gt; - "&lt;span style="font-family: lucida grande; font-weight: bold;"&gt;Resources&lt;/span&gt;"&lt;br /&gt;
covering Polls, Surveys, Tools, Browsers, Color, CSS, Html, Images, and Stat programs,&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;span style="font-family: lucida grande; font-size: 180%; font-weight: bold;"&gt;What's in my toolbox?&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;Images&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://zemanta.com/"&gt;Zemanta&lt;/a&gt; - I use Zemanta's tool bar on my browser. The tools integrates with the Blogger (or WordPress) Editor for adding photos to posts. Images are Creative Commons license or free to share. Zemanta adds attrition along with the image. I also use it for my Gmail!&lt;br /&gt;
&lt;a href="http://zemanta.com/"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://flickr.com/"&gt;&lt;b&gt;Flickr&lt;/b&gt;&lt;/a&gt;&lt;/b&gt; -  My favorite source for Creative common images. I add a note at the bottom of posts linking to the owner's album.&lt;a href="http://flickr.com/"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.photobucket.com/" target="_blank"&gt;&lt;b&gt;Photobucket&lt;/b&gt;&lt;/a&gt;&lt;b style="font-weight: normal;"&gt; -&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;b style="font-weight: normal;"&gt;Great place to store images you want to appear on other blogs, like the grab my button.&lt;br /&gt;
&lt;br /&gt;
&lt;/b&gt;&lt;a href="http://www.photobucket.com/" target="_blank"&gt;&lt;b&gt;&lt;/b&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;b style="font-weight: normal;"&gt;&lt;a href="http://www.blogger.com/www.download.com/Image-Composer/3000-12511_4-10561244.html"&gt;MS Image Composer&lt;/a&gt; - A staple in my image creation and manipulation. This free software lets you create image properly sized for the web. You can combine images, add text in various fonts and save as gif, jpg or png.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.resizr.com/"&gt;Resizr&lt;/a&gt; - Online software to resize images and save copy on your pc for use. You can also crop and rotate pictures.&amp;nbsp; Be sure to see my friend's list of other &lt;a href="http://onecoolsite.wordpress.com/2009/11/28/ten-free-online-image-compression-and-optimzation-programs"&gt;online tools for image compression and optimization&lt;/a&gt;. &lt;a href="http://www.photobucket.com/" target="_blank"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;Design Developer Tools&lt;/span&gt;&lt;/span&gt; (color, CSS, Html)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b style="font-weight: bold;"&gt;&lt;a href="http://bloggingwithsuccess.net/peek-behind-great-colors-for-your-blog-design"&gt;ColorZilla&lt;/a&gt;&lt;/b&gt;&lt;span style="font-weight: bold;"&gt;  &lt;/span&gt;A must have color picker to get hex codes for any color on any web page.  I wrote about it on &lt;a href="http://www.bloggingwithsuccess.net/2008/11/peek-behind-great-colors-for-your-blog.html"&gt;Blogging with Success&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.webdesignbooth.com/the-ultimate-list-of-online-color-tools-for-web-developers/"&gt;List of Online Color Tools&lt;/a&gt; - extensive list for developers and anyone who wants to match colors of find the right color code to customize a template design. I haven't used most of these, but I did use &lt;a href="http://www.webmasterorbit.com/color-picker.html"&gt;Webmaster Orbit's Color Picker&lt;/a&gt;. It also compares color combinations.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.webdesignbooth.com/35-absolutely-useful-firefox-plugins-for-web-designers-and-developers/"&gt;35 Useful Firefox Plugins for Designers&lt;/a&gt; - includes many that I use frequently, like WebDeveloper.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Screenshots&lt;/span&gt; - use any one of these to capture a page or thumbnail of your blog: &lt;a href="http://www.thumbalizr.com/"&gt;&lt;br /&gt;
Thumbalizr&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.superscreenshot.com/"&gt;SuperScreenShot&lt;/a&gt;&lt;br /&gt;
&lt;b style="font-weight: normal;"&gt;&lt;a href="http://browsershots.org/"&gt;BrowserShots&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style="font-weight: normal;"&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/5648" target="_blank"&gt;FireShot&lt;/a&gt;&lt;/b&gt;&lt;b style="font-weight: bold;"&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/60"&gt;&lt;b&gt;WebDeveloper&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;span style="font-size: 100%; font-weight: normal;"&gt;- lots of tools to analyze any web page. Marks-up the page to show Id and Class details, and lets you edit CSS or html to see the effect of any changes - Great for testing before you change your template.&lt;/span&gt;&lt;/b&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/60"&gt;&lt;b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/b&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/1843"&gt;&lt;b&gt;Firebug&lt;/b&gt;&lt;/a&gt; ---  similar to Web Developer, lets you debug css or html or javascript of any blog or web page. With both tools you can add and execute new code.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;Stats/SEO&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://googleanalytics.com/"&gt;Google Analytics&lt;/a&gt; &lt;span style="font-size: 100%; font-weight: normal;"&gt;-must have to analyzed traffic volume and source.&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://googleanalytics.com/"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://statcounter.com/"&gt;Statcounter&lt;/a&gt; &lt;span style="font-size: 100%; font-weight: normal;"&gt; - similar in visitor monitoring to Analytics but breaks down Search Engine keywords with more detail. More for current look, not trends. I use both.&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://www.seocentro.com/tools/search-engines/metatag-analyzer.html"&gt;MetaTag Analyzer&lt;/a&gt;&lt;/b&gt; - SEOCentro is a handy tool. Key in a specific post url and see keyword density, meta descriptions, etc.&lt;br /&gt;
&lt;a href="http://statcounter.com/"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://statcounter.com/"&gt;&lt;b&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;a href="http://websitegrader.com/"&gt;&lt;b&gt;Website Grader&lt;/b&gt;&lt;/a&gt;&lt;/b&gt;&lt;b&gt;&lt;b style="font-weight: normal;"&gt; - good overview of your search engine optimization.&lt;br /&gt;
&lt;br /&gt;
&lt;/b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://statcounter.com/" style="font-weight: bold;"&gt;SeoSiteCheckup&lt;/a&gt;&lt;b&gt;&lt;b style="font-weight: normal;"&gt; - &lt;/b&gt;&lt;/b&gt;&lt;b&gt;&lt;b style="font-weight: normal;"&gt;used alongside Website Grader, this give you more insight and recommendation for improving your blog. [thanks &lt;a href="http://www.sayzlim.net/" target="_blank&amp;quot;"&gt;Sayz&lt;/a&gt; ]&lt;br /&gt;
&lt;br /&gt;
&lt;/b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;b style="font-weight: normal;"&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/321" style="font-weight: bold;"&gt;SearchStatus&lt;/a&gt; -  &lt;/b&gt;&lt;/b&gt;puts icons on Firefox to easily display any page's Google PageRank, Alexa rank, and more ... &lt;b&gt;&lt;b style="font-weight: normal;"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/b&gt;&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;Twitter&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: 100%;"&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/4664"&gt;TwitterBar&lt;/a&gt; (Firefox addon) - &lt;/span&gt; lets you type a tweet in the address bar and click the TwitterBar icon to send it to Twitter. I tried this one but prefer Echofon.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/5081"&gt;Echofon for Twitter (formerly TwitterFox)&lt;/a&gt; (Firefox addon) - notifies you of your friends' status on Twitter. Uses a popup icon in lower bar. Window has a small text input field to send a Tweet.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 130%;"&gt;&lt;span style="font-weight: bold;"&gt;Misc &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.htmlescape.net/htmlescape_tool.html"&gt;&lt;span style="font-weight: bold;"&gt;Html Escape&lt;/span&gt; &lt;/a&gt;- for tutorials, converts the html to characters for display version.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="http://polldaddy.com/"&gt;&lt;b&gt;&lt;/b&gt;&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://javascript.about.com/library/blscr01.htm" style="font-weight: bold;"&gt;Code Converter&lt;/a&gt; - does the html escape and vice-versa!&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.htmlconvert.net/" style="font-weight: bold;"&gt;Yet another converter&lt;/a&gt; - for escaped code. It filters, converts and colorizes.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="http://polldaddy.com/"&gt;&lt;b&gt;PollDaddy &lt;/b&gt;&lt;/a&gt;&lt;b style="font-weight: normal;"&gt;- nifty poll management; embed in post or put in sidebar.&lt;br /&gt;
&lt;/b&gt;&lt;a href="http://polldaddy.com/"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight: bold;"&gt;BlogThis!&lt;/span&gt; - Read my post on creating a Blogger draft post from anywhere on the internet. - "&lt;span style="font-size: 100%;"&gt;&lt;a href="http://bpwebnews.blogspot.com/2008/10/quick-tip-post-while-browsing-use.html"&gt;Quick Tip: Post While Browsing - Use BlogThis!&lt;br /&gt;
&lt;br /&gt;
&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 100%;"&gt;&lt;a href="http://iconj.com/"&gt;IconJ&lt;/a&gt; - generate animated icons and host your own icons online.&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 100%;"&gt;&lt;a href="http://www.freeiconsweb.com/"&gt;Free Icons&lt;/a&gt; - Sure to find something you like. Organized by categories.&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 100%;"&gt;&lt;a href="http://www.idiomsite.com/"&gt;English Idioms&lt;/a&gt; - I confess to using idioms. This is a cute site to 'translate.'&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 130%; font-weight: bold;"&gt;Blogger Help - how to use Blogger&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
These are useful help pages (a rarity!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://help.blogger.com/bin/answer.py?answer=44474&amp;amp;cbid=1x00im1io839x&amp;amp;src=cb&amp;amp;lev=answer." style="font-weight: bold;"&gt;Dashboard&lt;/a&gt; - &lt;span style="font-size: 100%;"&gt;How can I use the Blogger Layouts features?&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 100%;"&gt;&lt;a href="http://www.google.com/support/blogger/bin/answer.py?answer=156829"&gt;New Post Editor&lt;/a&gt; - very good overview of features and how to make this your default editor.&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 100%;"&gt;&lt;a href="http://www.google.com/support/blogger/bin/answer.py?answer=42394"&gt;Make your blog load faster&lt;/a&gt; - Using slideshows and postioning third-party scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: 100%;"&gt;(more to be added!)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;span style="font-weight: bold;"&gt;Check back often for updates! Leave a question or comment if you use any of these tools.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
If you like the posts here, get them for free in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email delivery&lt;/a&gt;. Speaking of buttons, be sure to grab the one in the sidebar to tell your friends about  BPWebNews, share the luv.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 85%;"&gt;image by &lt;a href="http://www.flickr.com/photos/ladyada/" title=""&gt;&lt;b&gt;ladyada&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-6196313576576908511?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/TeD1HvyKhG8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/6196313576576908511/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/07/bpwebnews-tool-box-resources.html#comment-form" title="7 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/6196313576576908511?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/6196313576576908511?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/TeD1HvyKhG8/bpwebnews-tool-box-resources.html" title="BpWebNews Tool Box - Resources" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">7</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/07/bpwebnews-tool-box-resources.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkQCRX4-cSp7ImA9WxJVEkw.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-8579514503781613041</id><published>2009-06-28T15:33:00.000-04:00</published><updated>2009-06-28T15:46:04.059-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-28T15:46:04.059-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Template Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogging Tips" /><title>Disable Text Copying by Content Thieves</title><content type="html">&lt;p&gt; &lt;/p&gt;Recently a reader asked me to help him prevent anyone from copying text on his blog.  The method involves disabling the text selection function. If you can't select text, you can't copy and paste. While this approach is not the answer to content scraping, it can be a first level deterrent. This tutorial is probably more useful to owners of poetry and original storytelling blogs. Expect to catch only the less sophisticated scoundrels. The more experienced ones will use your RSS feed directly. Read more about &lt;span style="font-size:100%;"&gt;&lt;a href="http://bloggingwithsuccess.net/find-fight-content-thieves" target="_blank"&gt;how to find and fight content thieves&lt;em&gt;&lt;/em&gt;&lt;/a&gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;I'll show you how to disable text copying.  The first way is freezes all text on your blog. The second acts on just the post content --- in case you need to keep the sidebar open for a &lt;a href="http://bloggingwithsuccess.net/grab-button-advertise-blog" target="_blank"&gt;grab my button&lt;/a&gt; scroll box.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;A. Freeze All Text Selection&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Go to your Blogger Dashboard, Layout, Page Elements, Add a Gadget.&lt;br /&gt;Copy and paste this code, preview and save if no errors.&lt;br /&gt;&lt;blockquote style="padding: 5px; background-color: rgb(209, 236, 253);"&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;/***********************************************&lt;br /&gt;* Disable Text Selection script- &amp;amp;#169; Dynamic Drive DHTML code library (c)&lt;br /&gt;* This notice MUST stay intact for legal use&lt;br /&gt;* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code&lt;br /&gt;***********************************************/&lt;br /&gt;function disableSelection(target){&lt;br /&gt;if (typeof target.onselectstart!="undefined") //IE route&lt;br /&gt;target.onselectstart=function(){return false}&lt;br /&gt;else if (typeof target.style.MozUserSelect!="undefined") //Firefox route&lt;br /&gt;target.style.MozUserSelect="none"&lt;br /&gt;else //All other route (ie: Opera)&lt;br /&gt;target.onmousedown=function(){return false}&lt;br /&gt;target.style.cursor = "default"&lt;br /&gt;}&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;disableSelection(document.body) //Disable text selection on entire body&lt;/span&gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;View your blog to test that all copying is disabled. You're done. But do leave a comment on this post!&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;B. Freeze Post Content Only&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Go to your Blogger Dashboard, Layout, Page Elements, Add a Gadget.&lt;br /&gt;Copy and paste this code. Preview and save if no errors.&lt;br /&gt;&lt;blockquote style="padding: 5px; background-color: rgb(209, 236, 253);"&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;/***********************************************&lt;br /&gt;* Disable Text Selection script- &amp;amp;#169; Dynamic Drive DHTML code library (c)&lt;br /&gt;* This notice MUST stay intact for legal use&lt;br /&gt;* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code&lt;br /&gt;***********************************************/&lt;br /&gt;function disableSelection(target){&lt;br /&gt;if (typeof target.onselectstart!="undefined") //IE route&lt;br /&gt;target.onselectstart=function(){return false}&lt;br /&gt;else if (typeof target.style.MozUserSelect!="undefined") //Firefox route&lt;br /&gt;target.style.MozUserSelect="none"&lt;br /&gt;else //All other route (ie: Opera)&lt;br /&gt;target.onmousedown=function(){return false}&lt;br /&gt;target.style.cursor = "default"&lt;br /&gt;}&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;disableSelection(document.getElementById("mydiv")) //Disable text selection with id="mydiv"&lt;/span&gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Go to Layout, select Edit HTML and back up your template ('download full template')&lt;br /&gt;Press Ctrl + F to find this line in the template code:&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;&amp;lt;div class='contentwrapper'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Copy and paste these three lines underneath the line you found.&lt;br /&gt;&lt;blockquote style="padding: 5px; background-color: rgb(209, 236, 253);"&gt;&amp;lt;!-- 6/28/09 disable copy of posts  only id-'mydiv' --&amp;gt;&lt;br /&gt;&amp;lt;div id='mydiv'&amp;gt;&lt;br /&gt;&amp;lt;div id='content'&amp;gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(102, 0, 204); font-weight: bold;"&gt;Stay at that spot in the template&lt;/span&gt;, find these two lines in the html code: (Ctrl + F on the text of the first line in green)&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;Copy and paste  this code after the second line in green ----to close the  id= 'mydiv' tag at the end of post content:&lt;br /&gt;&lt;blockquote style="padding: 5px; background-color: rgb(209, 236, 253);"&gt;&amp;lt;!-- 6/28/09 disable copy of posts end div --&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Then preview. If there are errors, press the "Clear Edits" button at the bottom of the html edit screen.  Otherwise, save your changes. View your blog to test that copying is disabled only on the posts. You're done. But do leave a comment on this post!&lt;/li&gt;&lt;/ol&gt;If you have trouble leave a comment with your blog address.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 81px; height: 34px;" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img style="margin: 0px 10px 10px 0px; float: left; width: 60px; height: 50px;" alt="spider logo" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" border="0" /&gt;&lt;/a&gt;&lt;p&gt;If you like the posts here, get them for free in your &lt;a href="http://feeds2.feedburner.com/WebNewsAndTipsFromBoldenProductions"&gt;RSS feed&lt;/a&gt; or by &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=WebNewsAndTipsFromBoldenProductions"&gt;email delivery&lt;/a&gt;. Speaking of buttons, be sure to grab the one in the sidebar to tell your friends about  BPWebNews, share the luv.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-8579514503781613041?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/7qSpolcr-BI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/8579514503781613041/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/06/disable-text-copying-by-content-thieves.html#comment-form" title="13 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/8579514503781613041?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/8579514503781613041?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/7qSpolcr-BI/disable-text-copying-by-content-thieves.html" title="Disable Text Copying by Content Thieves" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">13</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/06/disable-text-copying-by-content-thieves.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0YEQ3k-cCp7ImA9WxNVEUs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-3187295472930276919</id><published>2009-06-15T17:05:00.027-04:00</published><updated>2009-10-21T19:51:42.758-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-21T19:51:42.758-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tables" /><category scheme="http://www.blogger.com/atom/ns#" term="Twitter Icon" /><category scheme="http://www.blogger.com/atom/ns#" term="Subscribe Buttons" /><category scheme="http://www.blogger.com/atom/ns#" term="Blog Design" /><title>How to Combine Subscribe and Twitter Into One Gadget</title><content type="html">There are many free icons you can use to invite readers to subscribe to your posts. You also want to show off your Feedburner and Twitter counters. And let's not forget those fetching 'follow me on Twitter' images! If you add each one as a separate gadget, you can clutter your sidebar.  So why not create a table to hold everything in one place? Don't run away just because I mentioned tables --- this post gives you everything you need to install a Subscribe/Twitter gadget. I've even provided the fancy icons in one of my Photobucket albums, at no charge.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
Here's what the gadget looks like. The layout is similar to the one on BloggingWithSuccess, where I also write. For this tutorial I use my custom purple RSS and a free Twitter icon. For my e-Mail icon I added purple to the gmail   symbol. An optional gray bar separates the table from any text that you want in the same gadget.&lt;br /&gt;
&lt;br /&gt;
&lt;a alt="My Subscribe Boxes" border="0" href="http://i282.photobucket.com/albums/kk272/SBA_jpgs/blog/subscribeboxes.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="My Subscribe Boxes" border="0" src="http://i282.photobucket.com/albums/kk272/SBA_jpgs/blog/subscribeboxes.png" style="cursor: pointer; height: 220px; width: 220px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 130%; font-weight: bold;"&gt;Step: Preparation.&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Find your Feedburner account name which you'll use to replace mine shown in red, &lt;span style="color: #cc0000;"&gt;WebNewsAndTipsFromBoldenProductions&lt;/span&gt; in sections B &amp;amp; D.&lt;br /&gt;
&lt;br /&gt;
If you're on self-hosted WordPress your RSS link might look like this&lt;br /&gt;
"http://bloggingwithsuccess.net/feed". If so don't use the account name here. You will need to replace the entire "http://feeds2.feedburner.com/&lt;span style="color: #cc0000;"&gt;WebNewsAndTipsFromBoldenProductions&lt;/span&gt; " line in the section B of the tutorial. For the section D (email subscription form) you will need to use your unique account name to replace the name in red.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;no Feedburner account?&lt;/span&gt;&lt;br /&gt;
Bookmark this post and come back after you read the &lt;a href="http://www.google.com/support/feedburner/bin/answer.py?answer=79408"&gt;Feedburner help&lt;/a&gt; pages.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Find your Twitter account name for the second line in the gadget. Use it to replace my account name in section C, &lt;span style="color: #cc0000;"&gt;sbanow&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;no Twitter account?&lt;/span&gt;&lt;br /&gt;
You can omit that section of the code or return after you &lt;a href="https://twitter.com/signup"&gt;signup at Twitter&lt;/a&gt;!&lt;/li&gt;
&lt;/ol&gt;Tip:To make the account name changes, do a text search and find (Ctrl + F keys) for the names in red. It's hard to spot words mixed in with html tags! You can also use your browser's Edit, Find feature.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 130%; font-weight: bold;"&gt;Step: Add a Gadget&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Go to your Blogger/WP Dashboard and add a text/html gadget to your sidebar.  You'll be copying the code  and pasting, using the html view of your editor --- not the visual or rich text view.  The code is broken into sections so you can omit some of the icons (e.g. if you don't use Twitter, skip that section). As you copy each section, replace the items in red, if any, with your account information. Do not leave any empty lines.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 130%; font-weight: bold;"&gt;Step: Copy and Paste the Table&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Section A - Define the table (you must copy this section)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align="left"&amp;gt;&lt;br /&gt;
&amp;lt;table border="0"&amp;gt;&amp;lt;tbody&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Section B - Define the RSS row (optional)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;a href="http://feeds2.feedburner.com/&lt;span style="color: #cc0000;"&gt;WebNewsAndTipsFromBoldenProductions&lt;/span&gt;" rel="alternate" title="Purple RSS image" type="application/rss+xml"&amp;gt;&amp;lt;img alt="" style="margin: 0pt 3pt 0px 0px;" src="&lt;span style="color: #330099;"&gt;http://i282.photobucket.com/albums/kk272/SBA_jpgs/rssbpwebnews.png&lt;/span&gt;" border="0" /&amp;gt; by RSS&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;a href="http://feeds2.feedburner.com/&lt;span style="color: #cc0000;"&gt;WebNewsAndTipsFromBoldenProductions&lt;/span&gt;"&amp;gt;&amp;lt;img style="border: 0pt none ;" alt="" src="http://feeds2.feedburner.com/%7Efc/&lt;span style="color: #cc0000;"&gt;WebNewsAndTipsFromBoldenProductions&lt;/span&gt;?bg=99CCFF&amp;amp;amp;fg=444444&amp;amp;amp;anim=0" height="26" width="88" /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Section C - Define the Twitter row. (optional)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;a href="http://twitter.com/&lt;span style="color: #cc0000;"&gt;sbanow&lt;/span&gt;"&amp;gt;&amp;lt;img src="&lt;span style="color: #330099;"&gt;http://i282.photobucket.com/albums/kk272/SBA_jpgs/bpwebtwitter.png&lt;/span&gt;" align="middle" /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;a href="http://twitter.com/sbanow"&amp;gt;&amp;lt;script language="javascript" src="http://twittercounter.com/embed/?username=&lt;span style="color: #cc0000;"&gt;sbanow&lt;/span&gt;&amp;amp;amp;style=blue" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Section D - Email Subscription (optional)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td valign="top"&amp;gt;&amp;lt;img alt="subscribe by email" src="&lt;span style="color: #330099;"&gt;http://i282.photobucket.com/albums/kk272/SBA_jpgs/emailicon.png&lt;/span&gt;" border="0" /&amp;gt;ail&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;form action="http://feedburner.google.com/fb/a/mailverify" style="border: 0px solid rgb(204, 204, 204); padding: 3px; text-align: left;" target="popupwindow" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=&lt;span style="color: #cc0000;"&gt;WebNewsAndTipsFromBoldenProductions&lt;/span&gt;', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"&amp;gt;&amp;lt;input style="width: 140px;" name="email" type="text"&amp;gt;&amp;lt;input value="&lt;span style="color: #cc0000;"&gt;WebNewsAndTipsFromBoldenProductions&lt;/span&gt;" name="uri" type="hidden"&amp;gt;&amp;lt;input value="en_US" name="loc" type="hidden"&amp;gt;&amp;lt;input value="Subscribe by e-mail" type="submit"&amp;gt;&amp;lt;/form&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Section E - End the table - (you must copy this section.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Section F - Gray separator bar (optional)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style="border-style: outset; border-color: rgb(51, 0, 0);"&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;span style="font-family: monospace;"&gt;&lt;/span&gt;&lt;span style="font-size: 130%; font-weight: bold;"&gt;Step: Save the Gadget in the Sidebar&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
Save the gadget and try all of the links. Make any adjustments. The photobucket images are shown in bluish purple in case you want to replace those icons with your own.&lt;br /&gt;
&lt;br /&gt;
That's it.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-size: 130%; font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
I'm anxious to hear if you used this or if you need any help  --- Leave a comment and we can take a peek!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-3187295472930276919?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/jijVVtsnkjY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/3187295472930276919/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/06/how-to-combine-subscribe-and-twitter.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/3187295472930276919?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/3187295472930276919?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/jijVVtsnkjY/how-to-combine-subscribe-and-twitter.html" title="How to Combine Subscribe and Twitter Into One Gadget" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/06/how-to-combine-subscribe-and-twitter.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0YNR3w6cCp7ImA9WxNVEUs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-4646230022422646697</id><published>2009-06-07T11:59:00.011-04:00</published><updated>2009-10-21T19:53:16.218-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-21T19:53:16.218-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Cascading Style Sheets" /><category scheme="http://www.blogger.com/atom/ns#" term="Sand Dollar" /><category scheme="http://www.blogger.com/atom/ns#" term="Template Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Blog Design" /><title>Template MakeOver - Procedure 3</title><content type="html">&lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/Sivz93haV3I/AAAAAAAAAiE/WJr0Qebgxag/s1600-h/templatemakeover.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5344633627006883698" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/Sivz93haV3I/AAAAAAAAAiE/WJr0Qebgxag/s400/templatemakeover.png" style="cursor: pointer; display: block; height: 160px; margin: 0px auto 10px; text-align: center; width: 312px;" /&gt;&lt;/a&gt;&lt;br /&gt;
Considering my  last post in this 'series' was published almost a year ago, an update is in order! My plans to present a 'reality' show the bland Sand Dollar template makeover went awry. There were several reasons:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;the readership was not there to find a following to tune into this 'show'&lt;/li&gt;
&lt;li&gt;those visiting the 'ugly' version were turned off or not interested in the nitty- gritty details&lt;/li&gt;
&lt;li&gt;my attention was not focused on growing this blog (ironic since the tag line is about 'growth')&lt;/li&gt;
&lt;/ul&gt;So I made changes periodically behind the scenes. Now what you see is what you get. It was a good experience in learning CSS (Cascade Style Sheet) . The process helped me understand how you can make dramatic effects with a  quick template change.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Dramatic Column Swap with a few keystrokes&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Most blogs display posts on the left side, so visitor's eyes become trained. Until today, my blog may have disoriented them a bit. Here's the quick fix I just made, so now you have no excuses for not leaving a comment.&lt;br /&gt;
&lt;br /&gt;
Like many starter templates this one has variables defined for "$startSide" and '$endSide'.  In Blogger language it's the left and right sides of a blog. So I was able to just switch the start/end names in the styling code.  [&lt;span style="color: #006600; font-style: italic; font-weight: bold;"&gt;If your template does not have these variables, just substitute&lt;/span&gt; &lt;span style="color: #006600; font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;'left'  for '$startSide', 'right'  for '$endSide' in the instructions&lt;/span&gt;.&lt;/span&gt;]&lt;br /&gt;
&lt;br /&gt;
Why change the margins? Regardless of which column touches down on the left side, it needs to have the custom distance you set from the left border.&lt;br /&gt;
&lt;br /&gt;
1. find the main (post) section of the html, change float and margin only. &lt;span style="color: #cc0000;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;blockquote&gt;div#main {&lt;br /&gt;
float: $&lt;span style="color: #cc0000;"&gt;start&lt;/span&gt;Side;&lt;br /&gt;
margin-$&lt;span style="color: #cc0000;"&gt;start&lt;/span&gt;Side:15px;&lt;br /&gt;
&lt;/blockquote&gt;2. find the sidebar (post) section of the html, change float and margin only.&lt;br /&gt;
&lt;blockquote&gt;div#sidebar {&lt;br /&gt;
float: $&lt;span style="color: #cc0000;"&gt;end&lt;/span&gt;Side;&lt;br /&gt;
margin-$&lt;span style="color: #cc0000;"&gt;end&lt;/span&gt;Side:15px;&lt;br /&gt;
&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;Note&lt;/span&gt;: If you have "text-align: $startSide; "  or "text-align: left;" do not change it. Your content must continue to align left, not right.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The only thing remaining on the previous makeover list is to divide the sidebar, for a three column design. Stay tuned for that magic act...&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You may also be interested in other posts in this series.&lt;br /&gt;
&lt;a href="http://bpwebnews.blogspot.com/2008/07/template-makeover-procedure-1-with.html"&gt;Template Makeover -  Procedure 1&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://bpwebnews.blogspot.com/2008/07/choose-your-template-wisely-its-your.html"&gt;Template MakeOver - Procedure 2&lt;/a&gt;&lt;br /&gt;
and &lt;a href="http://bpwebnews.blogspot.com/2008/08/quick-tip-word-about-blog-margins-and.html" title="This is a 'quick' tip for the non-html gurus who nonetheless still want to understand how browsers generate their pages! In the  template makeover series we use CSS  (Cascade Style Sheet) properties to change margins, borders, padding and background..."&gt;Quick Tip: A Word About Blog Margins and Such&lt;/a&gt;&lt;br /&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&lt;img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=18657011-8ce7-4c9e-800c-f13ae0873509" style="border: medium none; float: right;" /&gt;&lt;script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;
&lt;/script&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/1779157466111839480-4646230022422646697?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/tYPPm1tcjHo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/4646230022422646697/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/06/template-makeover-procedure-3.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/4646230022422646697?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/4646230022422646697?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/tYPPm1tcjHo/template-makeover-procedure-3.html" title="Template MakeOver - Procedure 3" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wHNYjYDRAn0/Sivz93haV3I/AAAAAAAAAiE/WJr0Qebgxag/s72-c/templatemakeover.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/06/template-makeover-procedure-3.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0UCQ3Y4eCp7ImA9WxNVEUs.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-7925434846857248718</id><published>2009-05-25T16:00:00.011-04:00</published><updated>2009-10-21T19:54:22.830-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-21T19:54:22.830-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Widgets" /><category scheme="http://www.blogger.com/atom/ns#" term="Template Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Blog Design" /><title>Adding Custom Social Bookmarks to Blogger</title><content type="html">Notice the large icons for social bookmarking that I recently added below each post. Visitors simply click the icon to send the post url and title to the desired social bookmarking site. Using my familiarity with Blogger template styling/html, I was able to modify a great WordPress tutorial.  Now you too can have control over the look and placement of social bookmark icons.   So this is officially a Blogger hack of WP!&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;What's available&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The biggest resource in this effort is the WP tutorial at BloggingWithSuccess (BWS) on &lt;a href="http://bloggingwithsuccess.net/how-to-add-attractive-social-bookmarking-icons-to-wordpress-theme"&gt;how to add attractive social bookmarklets&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;The BWS tutorial has useful references to sites where you can find eye catching custom icons.&lt;br /&gt;
&lt;a href="http://dryicons.com/"&gt;DryIcons&lt;/a&gt;:  &lt;a href="http://2.bp.blogspot.com/_wHNYjYDRAn0/Shlruj1ouyI/AAAAAAAAAhM/jN1DLVMevCY/s1600-h/dryicons.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5339417280862796578" src="http://2.bp.blogspot.com/_wHNYjYDRAn0/Shlruj1ouyI/AAAAAAAAAhM/jN1DLVMevCY/s320/dryicons.jpg" style="cursor: pointer; height: 28px; width: 250px;" /&gt;&lt;/a&gt;&lt;a href="http://www.smashingmagazine.com/2008/10/27/heart-a-free-social-icon-set/"&gt;&lt;br /&gt;
Smashing&lt;/a&gt;:&lt;a href="http://2.bp.blogspot.com/_wHNYjYDRAn0/ShltnCN2SYI/AAAAAAAAAhU/q6Vo2Xv808Y/s1600-h/hearticons.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5339419350601714050" src="http://2.bp.blogspot.com/_wHNYjYDRAn0/ShltnCN2SYI/AAAAAAAAAhU/q6Vo2Xv808Y/s320/hearticons.jpg" style="cursor: pointer; height: 30px; width: 118px;" /&gt;&lt;/a&gt;        &lt;a href="http://www.snap2objects.com/2007/11/06/free-vector-social-bookmark-icons/"&gt;3D icons &lt;/a&gt; :  &lt;a href="http://2.bp.blogspot.com/_wHNYjYDRAn0/Shlur2cvHmI/AAAAAAAAAhc/Ky93DjnFfMY/s1600-h/3dicons.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5339420532853907042" src="http://2.bp.blogspot.com/_wHNYjYDRAn0/Shlur2cvHmI/AAAAAAAAAhc/Ky93DjnFfMY/s320/3dicons.jpg" style="cursor: pointer; height: 30px; width: 100px;" /&gt;&lt;/a&gt;&lt;a href="http://fasticon.com/freeware/index.php/web-2-icons/"&gt;&lt;br /&gt;
Web2Icons:&lt;/a&gt;&lt;a href="http://1.bp.blogspot.com/_wHNYjYDRAn0/ShlvduBX6zI/AAAAAAAAAhk/xU55iz4pafI/s1600-h/web2icons.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5339421389585115954" src="http://1.bp.blogspot.com/_wHNYjYDRAn0/ShlvduBX6zI/AAAAAAAAAhk/xU55iz4pafI/s320/web2icons.jpg" style="cursor: pointer; height: 35px; width: 115px;" /&gt;&lt;/a&gt;      &lt;a href="http://fasticon.com/freeware/index.php/circle-social-bookmark-icons/"&gt;CircleIcons&lt;/a&gt;:  &lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/ShlwY0kV_cI/AAAAAAAAAhs/tj6TU363keg/s1600-h/circleicons.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5339422404954684866" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/ShlwY0kV_cI/AAAAAAAAAhs/tj6TU363keg/s320/circleicons.jpg" style="cursor: pointer; height: 35px; width: 119px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;The same post also provides basic styling to offset your icons below your post. I used their CSS but made some changes for my theme. The suggested blue color (#d4e2eb) worked, but large icons standout enough and my design has lots of color (LOL.)  So instead I used a colorless background with just a darker border on the top.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Each service has a unique format for passing data about the post your want to bookmark --- what else is new. This adds a wrinkle when going to icons other than the five shown in the BWS tutorial. They provide a strategy for using the old fashioned 'share this' button to see how to form the link expression for other services. Hover over the icon and you'll see the actual url and title. What you want is the format since you can not put a static url or title in your template! We'll discuss how you do that later. (See "Other Icons")&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;b&gt;Getting it done&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Many Blogspot blogs show several posts on the home page, so my procedure places the custom icons below every full post. It you want it to appear only on the single post page then see the &lt;span style="color: #6600cc;"&gt;note&lt;/span&gt; below the scroll box code. I always advice using a test blog first. However, you can safely apply directly to your blog without a net, as long as you preview before you save any template changes!&lt;br /&gt;
&lt;br /&gt;
Go to your Blogger dashboard, choose Layout and Edit HTML tab. Check the Expand Widget Template box&lt;br /&gt;
&lt;a href="http://1.bp.blogspot.com/_wHNYjYDRAn0/Shl8fhT_oWI/AAAAAAAAAh0/wHWtuDeEv1Y/s1600-h/expandwidget.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5339435714184454498" src="http://1.bp.blogspot.com/_wHNYjYDRAn0/Shl8fhT_oWI/AAAAAAAAAh0/wHWtuDeEv1Y/s320/expandwidget.jpg" style="cursor: pointer; height: 40px; width: 174px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Press 'Download full template' to save your current version. Find anchor lines of code, shown here in green, by using the Ctrl + F keys or your browser's Edit menu &amp;amp; Find feature.&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;A. Find this line in your template so we can add styling around the icons&lt;br /&gt;
&lt;b&gt;&lt;span style="color: #006600;"&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
Copy the six lines below, then paste &lt;span style="color: red;"&gt;before&lt;/span&gt; the line you just found.&lt;br /&gt;
&lt;br /&gt;
#Social{&lt;br /&gt;
background: #d4e2eb;&lt;br /&gt;
border: 1px solid #DDD;&lt;br /&gt;
padding: 5px;&lt;br /&gt;
margin: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Preview this version (press blue button at bottom of the html window) and make any color or border adjustments. For the border color, #ddd is short-hand for #dddddd, so find a color you want and just substitute the code. In my template I replaced lines 2 and 3 with&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;span style="font-size: 85%; font-style: italic; font-weight: bold;"&gt;background: &lt;span style="color: #990000;"&gt;transparent&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-size: 85%;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style="font-size: 85%; font-style: italic; font-weight: bold;"&gt;border&lt;span style="color: #990000;"&gt;-top&lt;/span&gt;: &lt;span style="color: #990000;"&gt;2&lt;/span&gt;px solid #DDD&lt;/span&gt;&lt;span style="font-size: 85%;"&gt;;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;span style="font-weight: normal;"&gt;Whenever the preview is good, you can save the template. After a good save, if there is a problem you can try to backtrack or press 'clear any unsaved changes' and start over!&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Now let's find the spot for the actual icons layout.  The end of the post is signaled by 'post-footer-line post-footer-line-1' . For my theme the first line is the author/comment summary. The second held the AddToAny button. I put the social icons below that button as a new paragraph in line-2.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/Shmgc5IgFDI/AAAAAAAAAh8/kgfe-vAbukU/s1600-h/postfooterlines.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5339475251457692722" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/Shmgc5IgFDI/AAAAAAAAAh8/kgfe-vAbukU/s320/postfooterlines.jpg" style="cursor: pointer; height: 42px; width: 200px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
Find this line:   &lt;span style="color: #006600; font-weight: bold;"&gt;&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: black;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #cc0000; font-style: italic; font-weight: bold;"&gt;Can't find that line?&lt;/span&gt; If there is no line-2 , then find the same expression using 1 instead of 2. You'll be putting the code at the end of the line-1 section.&lt;br /&gt;
&lt;br /&gt;
For either section, it's tricky finding the exact spot. The code must be a separate sub-section to not interfere with existing lines. So unless you know, ask for help or take the path of least resistance --- place it at the very end of the post before the footer! To do that instead, find &lt;span style="color: #006600; font-weight: bold;"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt;and put the code after the &lt;span style="color: #006600; font-weight: bold;"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt; tag which may be on the same or separate line that you found.  Just leave a comment if you need help.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Copy and paste all of the code in the scroll box &lt;span style="color: #cc0000;"&gt;after&lt;/span&gt; an end tag in your line- section. The scroll box contains the code for the five icons used at BWS. However, I've used the necessary Blogger code instead of php functions. Also the images are on Flickr so you can use these until you feel confident enough to switch images and or add other link services.&lt;br /&gt;
&lt;br /&gt;
The Twitter link uses a service  by &lt;a href="http://bit.ly/goodies" mce_href="http://bit.ly/goodies"&gt;bit.ly&lt;/a&gt; which has the features of the Simple Twitter Link plugin, sending a compressed url.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="border: 0px solid; color: black; font-family: arial; font-size: 12px; height: 75px; overflow: auto; padding: 4px; text-align: left; width: 456px;"&gt;&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;DIV align='center' id='Social' style='text-align: center'&amp;gt;&lt;br /&gt;
&amp;lt;TABLE align='center' border='0'&amp;gt;&amp;lt;TBODY&amp;gt;&amp;lt;TR&amp;gt;&amp;lt;TD width='68'&amp;gt;&amp;lt;a expr:href='&amp;amp;quot;http://del.icio.us/post?url=&amp;amp;quot; + data:post.url + &amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title' target='_blank'&amp;gt;&amp;lt;IMG alt='Add To Delicious' src='http://farm4.static.flickr.com/3041/3554373391_cd28ab7c8d_o.png'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;Add to Del.icio.us&amp;lt;/br&amp;gt; &amp;lt;/TD&amp;gt;&lt;br /&gt;
&amp;lt;TD width='68'&amp;gt;&amp;lt;a expr:href='&amp;amp;quot;http://digg.com/submit?phase=2&amp;amp;amp;url=&amp;amp;quot; + data:post.url + &amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title' target='_blank'&amp;gt;&amp;lt;IMG alt='Digg This Post' src='http://farm4.static.flickr.com/3571/3555181686_fc76aa8c95_o.png'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;Digg&amp;lt;br&amp;gt;This Post&amp;lt;/br&amp;gt; &amp;lt;/TD&amp;gt;&lt;br /&gt;
&amp;lt;TD width='68'&amp;gt;&amp;lt;a expr:href='&amp;amp;quot;http://www.stumbleupon.com/submit?url=&amp;amp;quot; + data:post.url + &amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title' target='_blank'&amp;gt;&amp;lt;IMG alt='Stumble This Post' src='http://farm4.static.flickr.com/3358/3554373453_a366370146_o.png'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;Stumble This Post&amp;lt;/br&amp;gt; &amp;lt;/TD&amp;gt;&lt;br /&gt;
&amp;lt;TD width='68'&amp;gt;&amp;lt;a expr:href='&amp;amp;quot;http://technorati.com/faves?add=&amp;amp;quot; + data:post.url' target='_blank'&amp;gt;&amp;lt;IMG alt='Fave on Technorati' src='http://farm4.static.flickr.com/3590/3554373481_a4ea7b5152_o.png'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;Fave on Technorati &amp;lt;/br&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
&amp;lt;!-- java code used for twitter link --&amp;gt;&lt;br /&gt;
&amp;lt;script charset='utf-8' src='http://bit.ly/javascript-api.js?version=latest&amp;amp;amp;login=tweettrackjs&amp;amp;amp;apiKey=R_7e9987b2fd13d7e4e881f9cbb168f523' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;script charset='utf-8' src='http://s.bit.ly/TweetAndTrack.js?v=1.01' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;td width='68'&amp;gt;&amp;lt;a expr:onclick='&amp;amp;quot;return TweetAndTrack.open(this, \&amp;amp;quot;&amp;amp;quot; + data:post.url + &amp;amp;quot;\&amp;amp;quot;);&amp;amp;quot;' href='#'&amp;gt;&lt;br /&gt;
&amp;lt;span style='display:none;'&amp;gt;Reading: &amp;lt;data:post.title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;IMG alt='Tweet This' src='http://farm4.static.flickr.com/3411/3555181740_75748aed5c_o.png'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;Tweet&amp;lt;br&amp;gt; This Post&amp;lt;/br&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/TR&amp;gt;&amp;lt;/TBODY&amp;gt;&amp;lt;/TABLE&amp;gt;&lt;br /&gt;
&amp;lt;/DIV&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;span style="color: #6600cc; font-weight: bold;"&gt;Note&lt;/span&gt;:If you want the icons to show only when a single post is opened and not on the homepage, then add these conditional lines --- the first one just BEFORE the code in the scroll box and the second one just AFTER the code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;
...  ...&lt;br /&gt;
&amp;lt;/b:if &amp;gt;&lt;br /&gt;
&lt;br /&gt;
Again, preview and save if everything looks good. Then you can adjust icons and placement if you want to.&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;
&lt;/span&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Other Icons&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Here's the format for bookmarking links to some other popular sites. Use these to add other services.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #330099; font-weight: bold;"&gt;Reddit&lt;/span&gt; &amp;lt;a expr:href='"http://reddit.com/submit?url=" + data:post.url + "&amp;amp;amp;title=" + data:post.title' target='_blank'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #330099; font-weight: bold;"&gt;Google Bookmarks&lt;/span&gt; &amp;lt;a expr:href='"http://www.google.com/bookmarks/mark?op=edit&amp;amp;amp;output=popup&amp;amp;amp;bkmk=" + data:post.url + "&amp;amp;amp;title=" + data:post.title' target='_blank'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just select an icon and add it to your Flickr or blog image files, then follow the format used in the tutorial code above to replace or add to the five favorites.  Example of entire entry for Digg:&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;TD width='68'&amp;gt;&amp;lt;a &lt;span style="color: #006600; font-weight: bold;"&gt;expr:href='&lt;/span&gt;&lt;span style="color: #cc0000;"&gt;&amp;amp;quot;http://digg.com/submit?phase=2&amp;amp;amp;url=&amp;amp;quot; + data:post.url + &amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title'&lt;/span&gt; target='_blank'&amp;gt;&amp;lt;IMG alt='Digg This Post' &lt;span style="color: #006600; font-weight: bold;"&gt;src='&lt;/span&gt;&lt;span style="color: #cc0000;"&gt;http://farm4.static.flickr.com/3571/3555181686_fc76aa8c95_o.png&lt;/span&gt;'/&amp;gt;&amp;lt;/a&amp;gt;Digg&amp;lt;br&amp;gt;This Post&amp;lt;/br&amp;gt; &amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;/blockquote&gt;Place the appropriate link at the &lt;span style="color: #006600; font-weight: bold;"&gt;expr:href='&lt;/span&gt; spot.  Put your new icon  image location at the &lt;span style="color: #006600; font-weight: bold;"&gt;src='&lt;/span&gt; spot, replacing the items in red. Naturally you'd have different 'Digg this Post' with the new service name, e.g. Reddit.&lt;br /&gt;
&lt;br /&gt;
Why not give it a try. If the images are too large, use a smaller version. Let me know how it turns out!&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" style="cursor: pointer; display: block; height: 34px; margin: 0px auto 10px; text-align: center; width: 81px;" /&gt;&lt;/a&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
You may also be interested in these posts.&lt;br /&gt;
&lt;a href="http://bpwebnews.blogspot.com/2008/12/do-i-really-need-test-blog.html" title="If you change your template often then you need a test blog. Just installing an innocent looking widget can wreak havoc --- everything is real time. So adjust the widget size and colors on a private test blog then copy to your public blog for the..."&gt;Do I really need a test blog?&lt;/a&gt;&lt;a href="http://bpwebnews.blogspot.com/2008/07/choose-your-template-wisely-its-your.html"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;a href="http://bpwebnews.blogspot.com/2008/08/how-to-outsmart-bloggers-image-handling.html" title="Don't you just hate the way Blogger adds every new image to the top of your post? You have to move each photo to where you want it displayed. What's WYSIWYG about that? And no matter which image size you select, 'small, medium, or large', it always..."&gt;How To Outsmart Blogger's Image Handling&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://bpwebnews.blogspot.com/2008/06/fearful-of-what-blog-is-behind-door-1.html" title="Ever click on 'next blog' at the top of the Blogger bar and get more than you bargained for? Sure the buttons are useful when you want to quickly add a post and visitors may find the search button useful. However, click 'next blog', and not only..."&gt;Fearful of What Blog is Behind Door #1 on Blogger?&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-7925434846857248718?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/NvFPh3WCCaM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/7925434846857248718/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/05/adding-custom-social-bookmarks-to.html#comment-form" title="15 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/7925434846857248718?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/7925434846857248718?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/NvFPh3WCCaM/adding-custom-social-bookmarks-to.html" title="Adding Custom Social Bookmarks to Blogger" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_wHNYjYDRAn0/Shlruj1ouyI/AAAAAAAAAhM/jN1DLVMevCY/s72-c/dryicons.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">15</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/05/adding-custom-social-bookmarks-to.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EAQH0zcCp7ImA9WxVaFUU.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-4252302689855890311</id><published>2009-04-10T20:26:00.011-04:00</published><updated>2009-04-12T21:20:41.388-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-12T21:20:41.388-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><title>Create Your Custom Signature Online in 10 minutes.</title><content type="html">Recently, I came across an online resource called &lt;a href="http://mylivesignature.com/"&gt;MyLiveSignature&lt;/a&gt;. The site lets you generate a signature image using your name. It's free and has several script font styles. I used my initials and was able to adjust the size, color and slant.  You can hot link to the image on their server or download it to your PC. Of course, once on the PC you can upload as a Blogger or WordPress image. You can create multiple signatures, and have a signature over a short line with your website or blog address.  Used on your emails, that type of signature can promote and brand your blog. This is one variation I created:&lt;br /&gt;&lt;img src="http://signatures.mylivesignature.com/54487/133/6388B6BC4AFB9629182325FE17061B5D.png" style="border: 0pt none  ! important; background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" /&gt;&lt;br /&gt;A quick note about post templates: You can use this Blogger feature to pre-format each new post with the same information. I've been using the spider avatar and pointing to some posts I think you'd like to read. This avoids typing each time. I can always change or delete anything.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://kbimages.blogspot.com/post-template.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 315px; height: 167px;" src="http://kbimages.blogspot.com/post-template.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;In this example from Blogger help, "the user links to an article on the first line, then quotes it."   This is where you could put your signature image.&lt;br /&gt;&lt;br /&gt;Just go to Blogger Settings, Formatting and find the "Post Template" section. Add your pre-formatted text or links here.  Links and image references must be in html.&lt;br /&gt;&lt;br /&gt;(&lt;span style="font-weight: bold;"&gt;trick&lt;/span&gt;: create a draft post with the information you want, then view the html so you can copy and paste into the post template!)&lt;br /&gt;&lt;br /&gt;I took my custom html code from the MyLiveSignature site and put it in my post template. So, I can now sign 'SBA" every time. Try it!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 81px; height: 34px;" src="http://signatures.mylivesignature.com/54487/132/556DB5525E00CB1197634046D64C1DC2.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-4252302689855890311?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/e9MziP14DIQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/4252302689855890311/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/04/create-your-custom-signature-online-in.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/4252302689855890311?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/4252302689855890311?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/e9MziP14DIQ/create-your-custom-signature-online-in.html" title="Create Your Custom Signature Online in 10 minutes." /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/04/create-your-custom-signature-online-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkEARnwyeip7ImA9WxVWFkQ.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-7660170243412300479</id><published>2009-02-25T22:30:00.003-05:00</published><updated>2009-02-26T18:24:07.292-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-26T18:24:07.292-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Widgets" /><title>Give More Comment Luv on Blogger</title><content type="html">&lt;div style="text-align: center;"&gt;&lt;img src="http://www.commentluv.com/internal/images/CL91x17-white.gif" /&gt;&lt;/div&gt;&lt;p&gt;CommentLuv is a plugin/gadget that displays the title and link to commentators' last blog post.  This generous sharing of reader clicks is considered a valuable 'thank you' for visitor comments.  I finally got around to adding this feature using their &lt;a href="http://www.commentluv.com/download/blogger-commentluv/"&gt;Blogger integration&lt;/a&gt; tool. It was quite easy, as long as you remember to go back in and visit the 'claim your site' page after adding the icon.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="zemanta-img zemanta-action-dragged" style="margin: 1em; float: left; display: block; width: 160px;"&gt;&lt;a href="http://www.crunchbase.com/company/js-kit"&gt;&lt;img src="http://www.crunchbase.com/assets/images/resized/0000/4180/4180v1-max-450x450.png" alt="Image representing JS-Kit as depicted in Crunc..." style="border: medium none ; display: block;" width="150" height="56" /&gt;&lt;/a&gt;&lt;span class="zemanta-img-attribution"&gt;Image via &lt;a href="http://www.crunchbase.com"&gt;CrunchBase&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;I was surprised that you also must use the &lt;a href="http://js-kit.com/comments/"&gt;JS-Kit&lt;/a&gt; for comments. But it turns out this is a feature rich comment system. It actually takes over your comments on a separate database, but synchronizes a backup version just in case you want to uninstall and go back to Blogger comments. I like the reply option and the use of avatars. It even has an &lt;a href="http://www.blogger.com/akismet.com"&gt;Askimet&lt;/a&gt; spam control option.&lt;br /&gt;&lt;br /&gt;Give it a try by leaving a comment on this post --- let me know whether you use the WordPress or Blogger CommentLuv and your experience! This will serve as a test also to see if everything is working. Thanks.&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img style="margin: 0px 10px 10px 0px; float: left; width: 60px; height: 50px;" alt="spider logo" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;Also I've installed the Zemanta tool bar on my browser. It integrates with the dashboard for adding photos to blog posts. Images are &lt;span class="zem_slink"&gt;Creative Commons&lt;/span&gt; license or free to share. Read more on &lt;a href="http://bloggingwithsuccess.net/zemanta-find-content-pictures"&gt;BWS&lt;/a&gt;.   See the related links generated by this tool based on the subject of this post.&lt;br /&gt;&lt;br /&gt;&lt;fieldset class="zemanta-related"&gt;&lt;legend class="zemanta-related-title"&gt;Related articles by Zemanta&lt;/legend&gt;&lt;ul class="zemanta-article-ul"&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://mattmcguire.com/blogs-using-commentluv-84.html"&gt;Blogs using CommentLuv&lt;/a&gt; (mattmcguire.com)&lt;/li&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.content123.com/archives/what-is-commentluv/"&gt;What is CommentLuv?&lt;/a&gt; (content123.com)&lt;/li&gt;&lt;/ul&gt;&lt;/fieldset&gt;      &lt;div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"&gt;&lt;img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=4c6ca590-df6f-4f43-949d-6895df70ce1d" /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-7660170243412300479?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/kDKgtNra3cc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/7660170243412300479/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/02/give-more-comment-luv-on-blogger.html#comment-form" title="25 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/7660170243412300479?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/7660170243412300479?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/kDKgtNra3cc/give-more-comment-luv-on-blogger.html" title="Give More Comment Luv on Blogger" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">25</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/02/give-more-comment-luv-on-blogger.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUUHSX46fCp7ImA9WxVXEE8.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-4154576873438012157</id><published>2009-02-07T11:45:00.008-05:00</published><updated>2009-02-07T12:20:38.014-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-07T12:20:38.014-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Widgets" /><title>How to use the Blogger Blog List</title><content type="html">About eight months ago I wrote a post, "&lt;a href="http://bpwebnews.blogspot.com/2008/06/do-you-really-want-to-showcase-blogroll.html"&gt;Do you really want to showcase a blogroll&lt;/a&gt;?" Having recently started blogging I questioned "&lt;span style="font-weight: bold; font-style: italic;"&gt;the 'honor roll' aspect and the inherent tendency to mushroom. Link maintenance and wrestling with who to blogroll can consume your time. If you're on their list, do you have to add them to yours? If you add them to your roll, are you expecting the same 'courtesy'?&lt;/span&gt;" Also there is the negative SEO aspect of linking to 'dissimilar' blogs. Many of your friends can be in a completely different niche.&lt;br /&gt;&lt;br /&gt;Well, I've matured a bit as a blogger and started my own 'Blog List' using the Blogger widget. &lt;a href="http://www.blogger.com/profile/00899381075092202430"&gt;Ravon&lt;/a&gt;, the young blogger who had 19 honorees and prompted my post last June, said &lt;blockquote&gt;"And like i said, the blogs will always be on my blogroll as long as i am interested in them and frequent them. Your blog will always be on my roll, unless your decided to quit blogging."&lt;/blockquote&gt;Yes, I'm still on his blogroll! (not that I was checking) His is a different niche but I've added his blog to my list --- a nice place to take a break from blogging lessons!&lt;br /&gt;&lt;br /&gt;Here' how to add your blogroll:&lt;br /&gt;1. Go to Blogger Layout&lt;br /&gt;2. Press Page Elements tab, press Add a Gadget in your sidebar, select "Blog List"&lt;br /&gt;3. Press Add and type in the url of the blog you want to display.&lt;br /&gt;4. Select the aspects which you want with a checkmark; can always change later. Basically you this is like an RSS feed, showing only the last post information.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_wHNYjYDRAn0/SY2-_GPT57I/AAAAAAAAAfE/k-hbuf4xbn8/s1600-h/bloglist.jpg"&gt;&lt;img style="cursor: pointer; width: 400px; height: 239px;" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/SY2-_GPT57I/AAAAAAAAAfE/k-hbuf4xbn8/s400/bloglist.jpg" alt="" id="BLOGGER_PHOTO_ID_5300102327700809650" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;- The icon is the favicon associated with the blog (if you don't want the ugly orange Blogger icon, read my &lt;a href="http://bloggingwithsuccess.net/brand-your-blog-with-favicon"&gt;tutorial on making your own&lt;/a&gt;)&lt;br /&gt;- snippet is an excerpt of the first paragraph of the latest post&lt;br /&gt;- thumbnail is a very small image of the post's image --- I'd leave this unchecked.&lt;br /&gt;5. Then move (drag and drop) the gadget to the spot you want on the sidebar.&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img style="margin: 0px 10px 10px 0px; float: left; width: 60px; height: 50px;" alt="spider logo" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" border="0" /&gt;&lt;/a&gt;&lt;p&gt;&lt;br /&gt;That's it. Try different options until you're satisfied.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-4154576873438012157?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/AQt3Sihc3uM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/4154576873438012157/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/02/how-to-use-blogger-blog-list.html#comment-form" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/4154576873438012157?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/4154576873438012157?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/AQt3Sihc3uM/how-to-use-blogger-blog-list.html" title="How to use the Blogger Blog List" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wHNYjYDRAn0/SY2-_GPT57I/AAAAAAAAAfE/k-hbuf4xbn8/s72-c/bloglist.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/02/how-to-use-blogger-blog-list.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QDSX86eip7ImA9WxVQEEw.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-5775896145969099312</id><published>2009-01-26T10:42:00.005-05:00</published><updated>2009-01-26T18:09:38.112-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-26T18:09:38.112-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Quick Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Life Hacks" /><title>Caret Browsing with Firefox</title><content type="html">This post should help many of you who use Firefox and don't know what &lt;a href="http://en.wikipedia.org/wiki/Caret_navigation"&gt;caret browsing&lt;/a&gt; is. No, it's not a diamond carat, but a text 'cursor' that points to a character on your monitor. The feature allows navigation without a mouse. The blinking cursor serves as the starting point to select text lines and navigate the page using arrow keys. This is how we're used to moving around in a word processor.  The PF7 key turns caret browsing on and off in Firefox.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://farm4.static.flickr.com/3151/2827671260_537ab9fa4b_t.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 68px; height: 100px;" src="http://farm4.static.flickr.com/3151/2827671260_537ab9fa4b_t.jpg" alt="" border="0" /&gt;&lt;/a&gt;So one day, I got tired of selecting part of a word with the mouse and having it highlight the entire word. Decided to try caret browsing and went my merry way. Then I noticed I could no longer use the PgUp and PgDn buttons to scroll through web pages. Well it seems there's a long standing bug when you use caret mode. The only navigation that works with caret browsing are the arrow keys. No scrolling leaps.&lt;br /&gt;&lt;br /&gt;The only solution is to turn off caret browsing when viewing pages. So toggle the PF7 key or use the Firefox menu:  Tools - Options - Advanced - General --Accessibility then undo the check in the box called  “&lt;span style="font-size:85%;"&gt;Always use the cursor keys to navigate within pages&lt;/span&gt;." However, you can still accidentally press the PF7 key to toggle it on again. So remember this tip until Firefox is fixed.&lt;br /&gt;&lt;br /&gt;Have you run into this problem?&lt;br /&gt;&lt;br /&gt;photo by &lt;a href="http://flickr.com/photos/dkpto/" title=""&gt;&lt;b&gt;dkpto&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.sheeptech.com/page-up-page-down-home-end-not-working-in-firefox"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-5775896145969099312?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/2Pl_cElK6mQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/5775896145969099312/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/01/caret-browsing-with-firefox.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/5775896145969099312?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/5775896145969099312?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/2Pl_cElK6mQ/caret-browsing-with-firefox.html" title="Caret Browsing with Firefox" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/01/caret-browsing-with-firefox.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYARno8fyp7ImA9WxNaFE8.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-2982454964378641077</id><published>2009-01-12T16:22:00.017-05:00</published><updated>2009-11-28T10:45:47.477-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-28T10:45:47.477-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Widgets" /><category scheme="http://www.blogger.com/atom/ns#" term="Building blog traffic" /><title>Why Google Friends Don't Connect</title><content type="html">&lt;a href="http://2.bp.blogspot.com/_wHNYjYDRAn0/SWu9sj0-s8I/AAAAAAAAAbg/kH2cGroYaQE/s1600-h/friendconnectbd.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5290530760506127298" src="http://2.bp.blogspot.com/_wHNYjYDRAn0/SWu9sj0-s8I/AAAAAAAAAbg/kH2cGroYaQE/s400/friendconnectbd.jpg" style="cursor: pointer; float: left; height: 178px; margin-right: 6px; width: 255px;" /&gt;&lt;/a&gt;&lt;a href="http://3.bp.blogspot.com/_wHNYjYDRAn0/SWu2umwr8AI/AAAAAAAAAbA/DkMKVg1evS0/s1600-h/friendconnect1.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5290523099071770626" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/SWu2umwr8AI/AAAAAAAAAbA/DkMKVg1evS0/s400/friendconnect1.jpg" style="cursor: pointer; float: right; height: 144px; margin: 0pt 0pt 10px 10px; width: 180px;" /&gt;&lt;/a&gt;You may have noticed I installed the Google Friend widgets after seeing it on several blogs. Seemed like a good way for visitors to leave quick messages. Friends who join the community see their avatars with links to their favorite blogs, etc. I plan to delete the widgets but you can at least see the snapshots in this post.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;What is it?&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://www.google.com/friendconnect/"&gt;Google Friend Connect&lt;/a&gt;  "&lt;span style="font-style: italic; font-weight: bold;"&gt;means more people engaging more deeply with your website -- and with each other.&lt;/span&gt;" It's supposed to attract more visitors. "Your users can easily invite friends from social networks and contact lists to visit and join your site."&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;How is it different?&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://mashable.com/2008/12/05/facebook-connect-vs-google-friend-connect/"&gt;Mashable&lt;/a&gt; compares Facebook Connect to Google Friend Connect:&lt;br /&gt;
&lt;blockquote&gt;The key difference between the two services is the fact that Facebook is one social network, while Google Friend Connect is open to any site, service or social network that uses OpenID for identification. For example, with Google Friend Connect your visitors can log in using their Gmail credentials, meaning that they don’t really have to be a part of any (strictly defined) social network at all. Facebook Connect, on the other hand, is useless to anyone who’s not a Facebook user.&lt;br /&gt;
&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;Who Connected with BPWebNews?&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://2.bp.blogspot.com/_wHNYjYDRAn0/SWu3Q-F9iYI/AAAAAAAAAbI/fBrfKjC8w34/s1600-h/friendconnect2.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5290523689450572162" src="http://2.bp.blogspot.com/_wHNYjYDRAn0/SWu3Q-F9iYI/AAAAAAAAAbI/fBrfKjC8w34/s400/friendconnect2.jpg" style="cursor: pointer; float: left; height: 245px; margin: 0pt 10px 10px 0pt; width: 227px;" /&gt;&lt;/a&gt;&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/SWu4e8D7aMI/AAAAAAAAAbQ/cUiN-sUV4W0/s1600-h/friendconnect3a.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5290525028934969538" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/SWu4e8D7aMI/AAAAAAAAAbQ/cUiN-sUV4W0/s400/friendconnect3a.jpg" style="cursor: pointer; float: right; height: 85px; width: 178px;" /&gt;&lt;/a&gt;Well, I invited a few friends and one decided to put his face out there --- thanks &lt;a href="http://www.blogger.com/thedanielrichard.com"&gt;Daniel&lt;/a&gt;! But surprisingly a 'stranger' joined--- Esmeralda. &lt;br /&gt;
&lt;a href="http://4.bp.blogspot.com/_wHNYjYDRAn0/SWu41nloKVI/AAAAAAAAAbY/qbDFaMFAsW0/s1600-h/friendconnect3b.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5290525418576161106" src="http://4.bp.blogspot.com/_wHNYjYDRAn0/SWu41nloKVI/AAAAAAAAAbY/qbDFaMFAsW0/s400/friendconnect3b.jpg" style="cursor: pointer; float: right; height: 184px; width: 170px;" /&gt;&lt;/a&gt;&lt;br /&gt;
Her 'sites joined' has over 20 links.&lt;br /&gt;
Apparently she is using the networking features.  But anyone seeing my blog on her list might click the link and visit. She may have found me in the widget of a site I joined (listed in the install instructions as a sample use              &lt;a class="fc-item-link" href="http://blog.go2web20.net/" jscontent="title" jsdisplay="title" jstcache="83" jsvalues="href:link;.className:(isCanvasMode() ? 'fc-item-link fc-item-link-canvas' : 'fc-item-link')" target="_blank"&gt;Go2web20 Blog&lt;/a&gt;. She now has over 2600 friends in her Connection.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Why I'm removing the widgets&lt;/span&gt;&lt;br /&gt;
Like Twitter, you need lots of online friends who want to keep in touch this way! Fortunately, I'm not there yet!  I would have liked more interaction via the message board widget. I did leave a note during the holidays, but no response. Since a couple of people left comments and seem interested, I moved one widget to the bottom of the page --- we'll see.&lt;br /&gt;
&lt;span style="color: #cc0000;"&gt;UPDATE:- guess usage of this gadget on Blogger reached critical mass. So I restored the follow widget in the sidebar.&amp;nbsp;&lt;/span&gt; &lt;br /&gt;
&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img alt="spider logo" border="0" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" style="float: left; height: 50px; margin: 0px 10px 10px 0px; width: 60px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Have you used these widgets? Leave a comment!&lt;br /&gt;
I'm anxious to hear your thoughts on this topic.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #cc0000;"&gt;FYI for those who left comments on this post about the teenage millionaire 'scam'&lt;/span&gt;: I published my research on my team blog: &lt;a href="http://bloggingwithsuccess.net/blog-contest-fraud-beware-its"&gt;Contest Fraud, Beware It's Real&lt;/a&gt;. Any additional comments can be left there. Thanks. SBA&lt;br /&gt;
&lt;span style="color: #6600cc;"&gt;==========================&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-2982454964378641077?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/YQWuZDqwemc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/2982454964378641077/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/01/why-google-friends-dont-connect.html#comment-form" title="10 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/2982454964378641077?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/2982454964378641077?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/YQWuZDqwemc/why-google-friends-dont-connect.html" title="Why Google Friends Don't Connect" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_wHNYjYDRAn0/SWu9sj0-s8I/AAAAAAAAAbg/kH2cGroYaQE/s72-c/friendconnectbd.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">10</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/01/why-google-friends-dont-connect.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU8MRn07fCp7ImA9WxVXEE8.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-3532710995691142567</id><published>2009-01-03T10:00:00.005-05:00</published><updated>2009-02-07T11:24:47.304-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-07T11:24:47.304-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Monetizing" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogging Tips" /><title>Technical Ravings from teenage millionaire blogger</title><content type="html">&lt;span style="color: rgb(204, 0, 0);"&gt;Warning&lt;/span&gt;: This article is here for historical purposes only. It was the entry for a contest that I later questioned --- see all details in the post on my team blog at &lt;a href="http://bloggingwithsuccess.net/blog-contest-fraud-beware-its"&gt;Contest Fraud, Beware It's Real&lt;/a&gt;.&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);"&gt;==============================&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Who wants to listen to the technical ravings of a 16 year old? So what if he is giving blogging advice on making money. How big can his piggy bank be anyway?&lt;br /&gt;&lt;img class="alignnone" src="http://farm4.static.flickr.com/3166/2737616086_954f8c7643_m.jpg" alt="" width="183" height="170" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;What if I said that teenager earned a million dollars with his  various enterprises, including several blogs.  Surely you'll perk up when I say he recently started another blog aimed at telling you how to make money from your blog. The tag line is "Miscellaneous Ravings of a 15 year old Technoholic."&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_wHNYjYDRAn0/SV-LmpfjetI/AAAAAAAAAaY/WjwEUqXbpIU/s1600-h/techravehdr.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 361px; height: 240px;" src="http://3.bp.blogspot.com/_wHNYjYDRAn0/SV-LmpfjetI/AAAAAAAAAaY/WjwEUqXbpIU/s400/techravehdr.jpg" alt="" id="BLOGGER_PHOTO_ID_5287097983645743826" border="0" /&gt;&lt;/a&gt;The blog is called TechRavings.info owned by  Aditya Narain Dhar Dubey, a young student in India.   As stated in his profile, his "&lt;strong&gt;&lt;em&gt;professional interests lie in online marketing, social media, blogging and anything which results in good fortune of money.&lt;/em&gt;&lt;/strong&gt;"&lt;br /&gt;&lt;p&gt;Right away we know what his goals are and why he needs us. However he is willing in this blog to teach us how to not only get started with a blog but also to achieve some of those' good fortune' results.&lt;/p&gt; &lt;p&gt;Tech Ravings’ design is consistent with its  message of learning. The overall look is fresh and simple with a white background, slim black header and post headings in red.  The AdBrite and Adsense advertisements are well integrated in the layout.  Some appear between posts.  I was surprised to see a pop up ad on each first visit, but there is a ’skip this ad’ button.  The navigation menu has two items : Contest and About Me. The About Me tab points to the about page on AddD Journal which says nothing about the Tech Ravings blog. It’s disconcerting to go directly to the other blog. AddD Journal is Aditya's older blog which generates income for his piggy bank.&lt;br /&gt;&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_wHNYjYDRAn0/SV-L-huyeHI/AAAAAAAAAag/2HUEVHDBftk/s1600-h/techravepost.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 350px; height: 242px;" src="http://2.bp.blogspot.com/_wHNYjYDRAn0/SV-L-huyeHI/AAAAAAAAAag/2HUEVHDBftk/s400/techravepost.jpg" alt="" id="BLOGGER_PHOTO_ID_5287098393879017586" border="0" /&gt;&lt;/a&gt;&lt;p&gt;The TechRavings sidebar is clean with black titles for the widgets and ads. A very attractive and large icon attracts your attention to the RSS signup with a bit of  humor.  Not sure if this is intentional, but the link only allows email signup.&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;The topics and titles of  posts are consistent with monetizing and strengthening the branding of the blog.&lt;br /&gt;&lt;br /&gt;Each post has large interesting photos to complement the content.  The topics are informative and give you just enough detail. Tutorials, like the one on Embedding Adsense in your posts, are thorough and provide ample screenshots for following along.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;There are no social widgets but each post has a Digg icon and an&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;AddThis icon for bookmarking.  To me some more links to social profiles or communities adds credibility to a new blog.  I’m sure he is planning to increase branding (for this blog) with more social interaction — the time investment can bring even more targeted visitors. I especially like StumbleUpon for networking and it could be useful here. Digg is not as helpful for this type of blogging niche. I sort of miss that there is no footer on this blog, but that may come in time. The platform is Blogger and you have to add a footer to many themes.&lt;br /&gt;&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://farm4.static.flickr.com/3167/2565176620_1139eca579_m.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 240px; height: 171px;" src="http://farm4.static.flickr.com/3167/2565176620_1139eca579_m.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;Who is the person behind the name?&lt;/span&gt; Let’s call him Aditya, which is how he signs his posts. Well he’s somewhat of a mystery man,  doesn’t have any picture on this blog, nor on his big moneymaker, AndD Journal. Like me, he has different profile ids. I was able to find a few avatars on social media:&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://f5.yahoofs.com/coreid/49467666i19b8zul3re3/dBPsM6EjcqUl96Em9HimnQY4/1/tn96.jpg?ciAwiiJBjOjbA3RX"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 96px; height: 96px;" src="http://f5.yahoofs.com/coreid/49467666i19b8zul3re3/dBPsM6EjcqUl96Em9HimnQY4/1/tn96.jpg?ciAwiiJBjOjbA3RX" alt="" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://assets.blogcatalog.com/avatar/usr/243783.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 50px; height: 50px;" src="http://assets.blogcatalog.com/avatar/usr/243783.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;As 'richjunk', he's been a BlogCatalog  since Dec '08. As 'Aditya', a MYBlogLog member since Oct '08.  He uses his full name on the Blogger profile (since 2006), where he says  " I am Freelance Writing Professional..." (probably never updated profile like the rest of ours), the same name used on other blogs' comment forms. On his 'about' page at AndD Journal blog, he says "I’ve worked (in my mother’s name ) as a freelance writer and previously spent some time in writing articles for Associated Content and Constant Content. I am also a clickbank affiliate."&lt;br /&gt;&lt;p&gt;You can see he &lt;span style="font-weight: bold;"&gt;sounds&lt;/span&gt; pretty ordinary.Tech Ravings   has a PR0 and only 12 subscribers so it’s probably on an equal par with your blog!  But he’s not your typical teenager. His career started in 2006 and since then his annual income is estimated at one million.  He started the blog AndD Journal in 2008 as more of a personal one,  and recently moved it to WordPress.  It’s now PR2 with over 800 readers for its current news, reviews and web master tips. There he writes affiliate reviews for ClickBank as in a recent post ‘Earn and Learn Online..Beware!!!’&lt;/p&gt; &lt;p&gt;&lt;span style="font-weight: bold;"&gt;Why should you listen to him?&lt;/span&gt;&lt;br /&gt;I can tell you the content is about more than ravings or ’speaking my freaking mind’ as quoted in reviews. In two years he’s learned quite a lot. Especially from his mistakes:   “While I was just thinking of my success as a blogger, I recounted the days of failures. I went into an introspection and was finally up with answers. The answer was quite easy and amazingly simple one. It was my lack of planning and ignorance. …” He now sees three steps to being a successful blogger:  1) write outstanding posts,  2) use ‘“blogging tips websites” [like Tech Ravings] to learn how to promote your blog, and  3) don’t expect immediate traffic, build a relationship with readers and other bloggers.&lt;/p&gt;   &lt;p&gt;&lt;span style="font-weight: bold;"&gt;Think of it as a reality show&lt;/span&gt; - I watch a couple of  reality TV shows like the “Apprentice” and “Amazing Race” and I see this as a reality blog show.  The reality part is that we see post by post how he goes about becoming a second millionaire! We can watch and participate as Aditya takes this new Tech Ravings to the same heights as his earlier journal. Playing along by reading his blog, we can share in that good fortune — not directly, but with the knowledge he shares, to gain income through our own efforts. So let’s watch Tech Ravings on the path to success in monetizing. Watch it climb the popularity charts, sign up for the feed so as not to miss anything. See if you can do even better with his advice.&lt;/p&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img style="margin: 0px 10px 10px 0px; float: left; width: 60px; height: 50px;" alt="spider logo" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;piggy bank photo by &lt;a href="http://flickr.com/photos/endlessstudio/"&gt;ES&lt;/a&gt;&lt;br /&gt;cartoon  by &lt;a href="http://flickr.com/photos/terryhart/"&gt;hartboy&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);"&gt;==========================&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Warning&lt;/span&gt;: This article is here for historical purposes only. It was the entry for a contest that I later questioned.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);"&gt;&lt;/span&gt;&lt;br /&gt;&lt;img src="file:///C:/DOCUME%7E1/Owner/LOCALS%7E1/Temp/moz-screenshot-4.jpg" alt="" /&gt;&lt;img src="file:///C:/DOCUME%7E1/Owner/LOCALS%7E1/Temp/moz-screenshot-5.jpg" alt="" /&gt;&lt;img src="file:///C:/DOCUME%7E1/Owner/LOCALS%7E1/Temp/moz-screenshot-6.jpg" alt="" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-3532710995691142567?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/9-EkS8xpK88" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/3532710995691142567/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2009/01/technical-ravings-from-teenage.html#comment-form" title="5 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/3532710995691142567?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/3532710995691142567?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/9-EkS8xpK88/technical-ravings-from-teenage.html" title="Technical Ravings from teenage millionaire blogger" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wHNYjYDRAn0/SV-LmpfjetI/AAAAAAAAAaY/WjwEUqXbpIU/s72-c/techravehdr.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">5</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2009/01/technical-ravings-from-teenage.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C08ASH06fip7ImA9WxVTFkQ.&quot;"><id>tag:blogger.com,1999:blog-1779157466111839480.post-4744645879454091278</id><published>2008-12-30T21:38:00.003-05:00</published><updated>2008-12-30T21:50:49.316-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-30T21:50:49.316-05:00</app:edited><title>Blogging into the New Year 2009</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://farm1.static.flickr.com/90/340676512_399bac7744.jpg"&gt;&lt;img style="cursor: pointer; width: 425px; height: 500px;" src="http://farm1.static.flickr.com/90/340676512_399bac7744.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-size:130%;"&gt; Thank you for  your support as we move into the New Year.&lt;/span&gt;&lt;br /&gt; &lt;span style="font-size:130%;"&gt;All the Best wishes for you and your family in 2009.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif"&gt;&lt;img style="margin: 0px 10px 10px 0px; float: left; width: 60px; height: 50px;" alt="spider logo" src="http://l.b5z.net/i/u/6049594/i/blog/relatedspider.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;My resolution is to spend more time blogging here.&lt;br /&gt;So hang in there!&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;photo by &lt;a href="http://flickr.com/photos/dincordero/" title="Link to dincordero's photostream"&gt;&lt;b&gt;dincordero&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1779157466111839480-4744645879454091278?l=bpwebnews.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebNewsAndTipsFromBoldenProductions/~4/vsmQxqIMiho" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bpwebnews.blogspot.com/feeds/4744645879454091278/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://bpwebnews.blogspot.com/2008/12/blogging-into-new-year-2009.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/4744645879454091278?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1779157466111839480/posts/default/4744645879454091278?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WebNewsAndTipsFromBoldenProductions/~3/vsmQxqIMiho/blogging-into-new-year-2009.html" title="Blogging into the New Year 2009" /><author><name>SBA</name><uri>http://www.blogger.com/profile/11389604774978253355</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="10887303303296634637" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://bpwebnews.blogspot.com/2008/12/blogging-into-new-year-2009.html</feedburner:origLink></entry></feed>
