<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/atom10full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"><id>tag:blogger.com,1999:blog-33014025</id><updated>2008-07-24T07:34:35.040-07:00</updated><title type="text">How Can I Do That?</title><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default?start-index=26&amp;max-results=25" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/posts/default" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>42</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><link rel="self" href="http://feeds.feedburner.com/howcanidothat" type="application/atom+xml" /><entry><id>tag:blogger.com,1999:blog-33014025.post-5036040318485545689</id><published>2008-03-14T22:07:00.001-07:00</published><updated>2008-05-24T16:01:23.489-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="posts" /><category scheme="http://www.blogger.com/atom/ns#" term="AdSense" /><title type="text">Wrapping Adsense in Blog Post</title><content type="html">by&lt;span style="font-size:130%;"&gt; &lt;span style="font-family:times new roman;color:#800000;"&gt;&lt;strong&gt;&lt;em&gt;Bonnie Calhoun&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This is the third in the series of Adsense posts. The other two are &lt;a href="http://howcanidothat.blogspot.com/2007/04/parsing-adsense-html-for-posts.html"&gt;HERE&lt;/a&gt;, and &lt;a href="http://howcanidothat.blogspot.com/2007/04/inserting-adsense-code-in-posts.html"&gt;HERE&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Today I'm going to teach you how to wrap Adsense code into a blog post. The first example isn't exactly rocket science so even the most novice of bloggers will be able to accomplish this with ease.&lt;br /&gt;&lt;br /&gt;First the glaring question: Why would I want to give myself the heart palpitations that come with messing with the stupid HTMl in my template to put in an equally stupid ad?&lt;br /&gt;&lt;br /&gt;LOL...the answer to that: Ads placed within blog posts have been tested and proved to give the maximum in CTR (click thru rate). LOL...this means that you make a lot more money than with other locations on your page.&lt;br /&gt;&lt;br /&gt;Let's first look at the use of the Adsense Widget.&lt;br /&gt;&lt;br /&gt;From your &lt;strong&gt;Dashboard&lt;/strong&gt;, click &lt;strong&gt;Layout&lt;/strong&gt;. It will open on the &lt;strong&gt;Page Elements&lt;/strong&gt; page. Click the &lt;strong&gt;Edit&lt;/strong&gt; link in the Post Box. There is a clickable link in that open Configure box that you can click to put Ads between any number of posts. Read this Blogger Article about &lt;a href="http://help.blogger.com/bin/answer.py?answer=72821"&gt;Placing Ads between posts&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp3.blogger.com/_m32TlugOPkM/R9thg2cr7QI/AAAAAAAABTU/zJTtaVoVadQ/s1600-h/backup.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5177839413592059138" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://bp3.blogger.com/_m32TlugOPkM/R9thg2cr7QI/AAAAAAAABTU/zJTtaVoVadQ/s400/backup.JPG" border="0" /&gt;&lt;/a&gt;From here on, it's going to get a little tougher, so the first thing I would recommend is &lt;strong&gt;Backing Up Your Template&lt;/strong&gt; if you already don't have a copy of it saved in a NotePad file on your own computer. When you open the &lt;strong&gt;Layout&lt;/strong&gt; tab, and click &lt;strong&gt;Edit HTML&lt;/strong&gt; it will give you the Backup link...Please USE IT!!!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp3.blogger.com/_m32TlugOPkM/R9tit2cr7RI/AAAAAAAABTc/cs3mrFACM-A/s1600-h/widget.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5177840736441986322" style="FLOAT: right; MARGIN: 0px 0px 10px 10px; CURSOR: hand" alt="" src="http://bp3.blogger.com/_m32TlugOPkM/R9tit2cr7RI/AAAAAAAABTc/cs3mrFACM-A/s400/widget.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Okay...you're all backed up...now on to putting Adsense in your posts. Check the Expand Widget Templates box above the Edit window. Search for the following lines:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;data:post.body/&amp;gt;&lt;br /&gt;or&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;You will need to &lt;strong&gt;Parse Your Adsense Code&lt;/strong&gt; like I taught you to do in &lt;a href="http://howcanidothat.blogspot.com/2007/04/parsing-adsense-html-for-posts.html"&gt;THIS POST&lt;/a&gt;. &lt;span style="color:#cc0000;"&gt;&lt;strong&gt;This is how the post section code will look after you add the Parsed Adsense Code &lt;/strong&gt;&lt;/span&gt;and the line to direct the ad to sit &lt;strong&gt;left, or right&lt;/strong&gt;. In this code I have it set for &lt;strong&gt;left&lt;/strong&gt;. To move it to the other side of the post, change the float position to &lt;strong&gt;right&lt;/strong&gt;.&lt;br /&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;&lt;blockquote&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div class="post-body entry-content"&amp;gt;&lt;br /&gt;&amp;lt;div style="float: left;"&amp;gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&amp;lt;!--&lt;br /&gt;google_ad_client = "pub-XXXXXXXXXXXXXXXX";&lt;br /&gt;google_ad_width = 468;&lt;br /&gt;google_ad_height = 60;&lt;br /&gt;google_ad_format = "468x60_as";&lt;br /&gt;google_ad_type = "text_image";&lt;br /&gt;google_ad_channel = "";&lt;br /&gt;//--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&lt;br /&gt;src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Click the &lt;strong&gt;SAVE TEMPLATE &lt;/strong&gt;button, and you're done</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2008/03/wrapping-adsense-in-blog-post.html" title="Wrapping Adsense in Blog Post" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=5036040318485545689" title="35 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/5036040318485545689/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5036040318485545689" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5036040318485545689" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-2547619644049731142</id><published>2008-03-07T23:56:00.000-08:00</published><updated>2008-03-27T22:13:11.823-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="post tagline" /><title type="text">Creating Your Own Post Tagline</title><content type="html">by&lt;span style="font-size:130%;"&gt; &lt;span style="font-family:times new roman;color:#800000;"&gt;&lt;strong&gt;&lt;em&gt;Bonnie Calhoun&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_m32TlugOPkM/R9LzM2cr7FI/AAAAAAAABR8/waefu5htVcY/s1600-h/postimage.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_m32TlugOPkM/R9LzM2cr7FI/AAAAAAAABR8/waefu5htVcY/s400/postimage.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5175466323901934674" /&gt;&lt;/a&gt;Hello blogging friends! I haven't been ignoring you *snort-giggle* I just didn't have anything worthy of a post to report. I'm happy to say that I've found something new that could be of service to to, especially to those with team blogs!&lt;br /&gt;&lt;br /&gt;Recently it has been asked frequently how the members of a team blog could get their image and/or signature on their posts! Well until Blogger comes up with a post editor solution, each team member can accomplish it with just a minor adjustment.&lt;br /&gt;&lt;br /&gt;Each team member will need to open a "New Post" box. Into that box you are going to enter your name...as a signature. You can see how I accomplished that in the image below. And you are also going to upload an image of yourself. I made the size on this one, 50px X 60px, but that size is up to the individual.&lt;br /&gt;&lt;br /&gt;Click on the image to open it larger, and in it's own window so you can read what it says!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp3.blogger.com/_m32TlugOPkM/R9L1IGcr7GI/AAAAAAAABSE/hdQ_pwhn0fs/s1600-h/postbox.JPG"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_m32TlugOPkM/R9L1IGcr7GI/AAAAAAAABSE/hdQ_pwhn0fs/s400/postbox.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5175468441320811618" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now...to get the text to wrap around the image start typing the post right after the closing image mark. The example in the picture is of this specific post, so you can see how it comes out.&lt;br /&gt;&lt;br /&gt;After each team member has done this in his/her own post, they could save a copy of the signature and image in a file on their own computer to reuse on subsequent posts...or they could just open up their last post, and copy and paste that part into their next post!&lt;br /&gt;&lt;br /&gt;Happy blogging!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2008/03/creating-your-own-post-tagline.html" title="Creating Your Own Post Tagline" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=2547619644049731142" title="14 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/2547619644049731142/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/2547619644049731142" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/2547619644049731142" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-1471633033365055730</id><published>2007-08-27T21:06:00.000-07:00</published><updated>2008-03-27T22:12:05.719-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="comments" /><title type="text">Resetting Blog Widget</title><content type="html">Hi all! I haven't been ignoring you, I'm just really busy writing...That's right *snort*, I'm a writer (among other things). But that's not why I'm posting today. I ususally don't post about how to do something unless I've actually tried it myself, and understand how it works.&lt;br /&gt;&lt;br /&gt;So today I'm going to show you how to reset the Blog post element. Okay, I know you're asking why in the world would you want to do that? Well there could be a couple of reasons. Like if you comment link at the bottom of the post disappears, or the posts won't show...or anything major malfunction of any other part of that particular widget.&lt;br /&gt;&lt;br /&gt;Now...going back to the comment thing for a minute. If your comment link is not showing on your blog posts, check out these thress things first to make sure that all of your settings are correct:&lt;br /&gt;&lt;br /&gt;Post Options in post editor...the box at the bottom of the rectangle post box that you write in....click on 'Post Options' and make sure comments are allowed.&lt;br /&gt;&lt;br /&gt;Settings - Comment tab...on the Settings tab, go to comments and make sure they are set to "Show".&lt;br /&gt;&lt;br /&gt;Template - Page Elements - Blog post...and lastly go to your Layout(Template), go to Page Elements, then click on the edit box in the Blog Post element...hint:(it will be the biggest on on the page). When the Coonfigure box opens up, make sure comments are checked.&lt;br /&gt;&lt;br /&gt;Okay, after all that your @#%$# comment link is still not showing...LOL...chill! We can fix it.&lt;br /&gt;&lt;br /&gt;LOL...we're going to play in your template HTML...wheeee!&lt;br /&gt;&lt;br /&gt;Go to Template...Edit HTML...scroll down in the code until you find this piece of code (the black highlighted section):&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_m32TlugOPkM/RtOl6ejAtMI/AAAAAAAAAr0/IWL6hLu4rYE/s1600-h/BlogcodeA.JPG"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_m32TlugOPkM/RtOl6ejAtMI/AAAAAAAAAr0/IWL6hLu4rYE/s400/BlogcodeA.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5103605226791810242" /&gt;&lt;/a&gt;Okay, select it like I did and cut that puppy out of there. Save the piece in your mouse because you're gonna put it back in a few minutes. And remember where it was, so that you can pust it back in the exact same place...LOL! If your anal retentive like me...copy a whole section of the template...like say five lines before and after the section you're going to cut out and save it on a Notepad page ore WORD page...just so you can see the exact spot to put it back!&lt;br /&gt;&lt;br /&gt;Okay...I digress...cut that highlighted section out of the template and click save...it will be fine...go ahead...click!&lt;br /&gt;&lt;br /&gt;Now...this page pops up:" Warning Will Robinson, Warning...LOL...just kidding, I'm a Lost In Space addict! Anyhow...the page says...Egads, you're about to delete a widget!...LOL...never fear...click that Confirm and Save...with pride! &lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp0.blogger.com/_m32TlugOPkM/RtOnQ-jAtNI/AAAAAAAAAr8/nIKSX8GgbH0/s1600-h/deletewidget.JPG"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_m32TlugOPkM/RtOnQ-jAtNI/AAAAAAAAAr8/nIKSX8GgbH0/s400/deletewidget.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5103606712850494674" /&gt;&lt;/a&gt;Okay now that you've deleted the bad bugger, you're going to reset the widget by scrolling down the template to the spot where you deleted the piece of code that is still in your mouse...Remember up above I told you to remember where you took it out of...another thing that you could do to remember the spot, before you take the piece out hit your Enter key a few times before and after the section, LOL...it will leave a big hole in the template, that will be easy to find!&lt;br /&gt;&lt;br /&gt;Okay...mouse pointer in the empty spot...right click...paste....put that baby back and hit Save.&lt;br /&gt;&lt;br /&gt;TaDa!!!! You're all better now, the Blog widget has been reset!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/08/resetting-blog-widget.html" title="Resetting Blog Widget" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=1471633033365055730" title="103 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/1471633033365055730/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/1471633033365055730" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/1471633033365055730" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-1896001599452395085</id><published>2007-07-03T23:25:00.000-07:00</published><updated>2008-03-27T22:12:51.117-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="transferring blogs" /><title type="text">Moving Blogs Between Accounts</title><content type="html">&lt;a href="http://bp2.blogger.com/_m32TlugOPkM/Ros9MNt1ZNI/AAAAAAAAAh0/iwycq6EYu_M/s1600-h/permission.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5083223884467365074" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://bp2.blogger.com/_m32TlugOPkM/Ros9MNt1ZNI/AAAAAAAAAh0/iwycq6EYu_M/s320/permission.JPG" border="0" /&gt;&lt;/a&gt; Okay guys and gals...Blogger has finally made it possible for you to really screw up your Googly life...LOL...just kidding!&lt;br /&gt;&lt;br /&gt;They have finally made it possible to move blogs...at will..between accounts. Now I'm not going to create more accounts to give you a show and tell but my Blog*Star buddy &lt;a href="http://bloggerstatusforreal.blogspot.com/2007/06/this-looks-dangerous-2.html"&gt;Chuck&lt;/a&gt; has a post with a lot of pictures!!&lt;br /&gt;&lt;br /&gt;The steps are relatively easy!&lt;br /&gt;&lt;br /&gt;First...with Google, set up the second account where you want to transfer the blog.&lt;br /&gt;&lt;br /&gt;1.) From your Dashboard, go to Settings, then to the far right tab called Permissions.&lt;br /&gt;&lt;br /&gt;2.) As the original administrator of the blog, invite the second account to be a blog member using the email address of the new account.&lt;br /&gt;&lt;br /&gt;3.) Log into the second mail account and accept the invitation.&lt;br /&gt;&lt;br /&gt;4.) As the original Administrator, make sure both accounts are "Administrators"...just click on the button that says guest and it will change to Administrator.&lt;br /&gt;&lt;br /&gt;5.) Click "Remove" for the account that you want to delete. The account that is left is now the administrator.&lt;br /&gt;&lt;br /&gt;6.) Log in with the new account and the blog will be on your Dashboard with full administrative access. Voila!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/07/moving-blogs-between-accounts.html" title="Moving Blogs Between Accounts" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=1896001599452395085" title="21 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/1896001599452395085/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/1896001599452395085" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/1896001599452395085" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-4995181279082891498</id><published>2007-06-21T20:47:00.000-07:00</published><updated>2007-06-22T22:34:09.207-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="screenshot" /><title type="text">How to Save a Screenshot</title><content type="html">Hi folks! It's been a while since I posted, but I'm trying to only post relevant things here, that people need instruction with.&lt;br /&gt;&lt;br /&gt;This is a new trick I recently learned. Imagine me...learning a new trick...I guess you really can teach old dogs...uh, er...nevermind. Anyhow...I used to use a complicated program to do screenshots, and someone taught me an awesome easy way to do it. Now I'm sure you could use any photo manipulation program but the easiest way for people using Windows is to use Microsoft Paint.&lt;br /&gt;&lt;br /&gt;Here's what you do. On the top right-hand corner of your keyboard is a key that says PrtSc...that means Print Screen. Hit that, then open up Paint, click the edit button, when the menu opens click Paste. The picture below is me copying this blog as a screenshot:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp0.blogger.com/_m32TlugOPkM/RntIRJlHnQI/AAAAAAAAAfc/3WfeP-1tOSo/s1600-h/Screenshot.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5078732464256949506" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://bp0.blogger.com/_m32TlugOPkM/RntIRJlHnQI/AAAAAAAAAfc/3WfeP-1tOSo/s320/Screenshot.JPG" border="0" /&gt;&lt;/a&gt;Then hit Save As...when the box open, give it a name, and below that box use the dropdown menu to save it as a jpg (picture). Now that you've got this shot, you may want to crop the picture. On Paint, see that tools menu running down the left side of the page...see at the top of the menu, the white box with the dotted rectangle in it...that's the crop box.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp3.blogger.com/_m32TlugOPkM/RntIX5lHnRI/AAAAAAAAAfk/SaV6Lg-BNnc/s1600-h/Firstcut.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5078732580221066514" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://bp3.blogger.com/_m32TlugOPkM/RntIX5lHnRI/AAAAAAAAAfk/SaV6Lg-BNnc/s320/Firstcut.JPG" border="0" /&gt;&lt;/a&gt;Click there...your pointer will turn into a cross-hair. Put the cross-hair where you want to start the cut, hold the left mouse button and drag the cross-hair till you get all that you want of the picture, then let go. (Notice in the picture below, the dotted line.)&lt;br /&gt;&lt;br /&gt;Put the pointer in the box and right click on copy. Open a new Paint workspace (Go to File, click..on the dropdown menu choose New) and hit edit, and then paste...and the rest of the save procedure from above, and you wind up with the small piece below...Viola!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_m32TlugOPkM/RntIfplHnSI/AAAAAAAAAfs/Y7KIBUaF5lM/s1600-h/portion.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5078732713365052706" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://bp2.blogger.com/_m32TlugOPkM/RntIfplHnSI/AAAAAAAAAfs/Y7KIBUaF5lM/s320/portion.JPG" border="0" /&gt;&lt;/a&gt;</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/06/how-to-save-screenshot.html" title="How to Save a Screenshot" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=4995181279082891498" title="16 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/4995181279082891498/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/4995181279082891498" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/4995181279082891498" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-5901144888404484743</id><published>2007-05-14T00:45:00.000-07:00</published><updated>2007-05-14T07:51:52.226-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blog backup" /><title type="text">Back-up Your Blog</title><content type="html">Okay so I've been really busy...I haven't been neglecting posting...just posting here. If you notice my cool icon at the top of the left column, I've been designated as a &lt;a href="http://groups.google.com/group/blogger-help-howdoi/browse_thread/thread/9135fb0618116635/#"&gt;Blog*Star&lt;/a&gt; by the Google/Blogger help boards.&lt;br /&gt;&lt;br /&gt;LOL...This means I officially have no life. That I spend most of my time on the Blogger Help boards dispensing advice to wayward Bloggers that are lost in the maze of Google and Blogger.&lt;br /&gt;&lt;br /&gt;But it's fun! It's a lot of fun to teach someone to do something that they didn't know how to do before. I remember being on that end of the stick. Knowledge is power, and the more you understand Blogger, the greater the fun...so ask away!!&lt;br /&gt;&lt;br /&gt;The purpose of this post is to give you a way to backup your entire blog onto your computer. The singular easiest way is when you make a post make a copy on your computer...Okay, okay, so I'm no fun at all. That's a plain old text post that doesn't look the least bit cute or laid out like your blog page does! &lt;br /&gt;&lt;br /&gt;Sooooo....then you will need another browser...The Mozilla Firefox one! It's always a good idea to have more than one browser installed on your computer anyhow. Internet Explorer get persnickity sometimes and a backup is a good thing.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp0.blogger.com/_m32TlugOPkM/Rkh2p7BPHgI/AAAAAAAAAas/FQkOZVASjtI/s1600-h/ScrapBook.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_m32TlugOPkM/Rkh2p7BPHgI/AAAAAAAAAas/FQkOZVASjtI/s320/ScrapBook.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5064428243567713794" /&gt;&lt;/a&gt;Anyhow, on Firefox one of the cool downloads is ScrapBook. You can get it &lt;a href="http://amb.vis.ne.jp/mozilla/scrapbook/#install"&gt;HERE&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;With Scrapbook you can screen capture your whole blog. There are numerous ways of capturing...in fact....a whole page load of capture features &lt;a href="http://amb.vis.ne.jp/mozilla/scrapbook/feature1.php?lang=en"&gt;HERE&lt;/a&gt;. My favorite way is to choose a month from my Archives. That way it puts a whole month on one page. Then you can save a Web page by right-click &gt; [Capture Page].&lt;br /&gt;Also you can save a Web page by drag-and-drop favicon in the location bar or browser tab into ScrapBook Sidebar.&lt;br /&gt;&lt;br /&gt;The great thing is that ScrapBook is able to save a Web page more exactly than the Firefox standard [Save Page As] (Ctrl+S) feature. The page saved is an exact copy of what you see on the page!&lt;br /&gt;&lt;br /&gt;You can organize collected Web pages in ScrapBook Sidebar as a tree similar to Bookmarks Tree, sorting items by drag-and-drop, creating folder and putting items into it, and so on. &lt;br /&gt;&lt;br /&gt;ScrapBook Notes is a text/HTML edit feature resembling Opera's Notes, which enables you to add plain text items to ScrapBook and edit them in sidebar or browser tab. Major particular specifications are:&lt;br /&gt;&lt;br /&gt;    * The first line becomes the title of the note&lt;br /&gt;    * You can insert tab with tab key.&lt;br /&gt;    * You can insert timestamp with F5 key.&lt;br /&gt;    * Saving automatically when you close a note or open another note&lt;br /&gt;    * When opening a note in a browser tab, you can preview it as HTML.&lt;br /&gt;    * You can customize the template for the preview (note_template.html).&lt;br /&gt;    * You can search for notes by the Full Text Search.&lt;br /&gt;&lt;br /&gt;So go and grab Firefox if you don't already have it...and then grab this very functional and cool add-on!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/05/back-up-your-blog.html" title="Back-up Your Blog" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=5901144888404484743" title="8 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/5901144888404484743/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5901144888404484743" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5901144888404484743" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-1752443039169025611</id><published>2007-04-29T18:54:00.001-07:00</published><updated>2007-04-29T18:54:42.681-07:00</updated><title type="text">OneDayBlogSilence.com</title><content type="html">&lt;p&gt;&lt;a title="One Day Blog Silence" href="http://www.onedayblogsilence.com" target=""&gt;&lt;img title="One Day Blog Silence" style="“width: 338px" alt="One Day Blog Silence" hspace="0" src="http://www.onedayblogsilence.com/onedaysilence2.jpg" align="baseline" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;em&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Monday, April 30th 2007&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/center&gt;</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/04/onedayblogsilencecom.html" title="OneDayBlogSilence.com" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=1752443039169025611" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/1752443039169025611/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/1752443039169025611" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/1752443039169025611" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-85771836568655310</id><published>2007-04-26T14:13:00.000-07:00</published><updated>2008-03-14T23:20:42.677-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="posts" /><category scheme="http://www.blogger.com/atom/ns#" term="AdSense" /><title type="text">Inserting AdSense Code in Posts</title><content type="html">&lt;a href="http://bp0.blogger.com/_m32TlugOPkM/RjEXJrBPHKI/AAAAAAAAAYA/3jQxdcD3i2w/s1600-h/Adsense.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_m32TlugOPkM/RjEXJrBPHKI/AAAAAAAAAYA/3jQxdcD3i2w/s320/Adsense.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5057849311447948450" /&gt;&lt;/a&gt;I've taught you to &lt;a href="&lt;br /&gt;http://howcanidothat.blogspot.com/2007/04/parsing-adsense-html-for-posts.html"&gt;Parse the HTML&lt;/a&gt; of the AdSense code. Now I'm going to give example of placement.&lt;br /&gt;&lt;br /&gt;This first tutorial of placement is to put the code in the post below the Post Title and above the post body. This will show the Adsense code in the first post on your blog page, but when when a specific post is opened up on its own page, the code will always show up in that post.&lt;br /&gt;&lt;br /&gt;You will notice the placement in the image to the left. I took a picture just in case I had chosen to change my Adsense placement by the time you were reading this post.&lt;br /&gt;&lt;br /&gt;You will notice that for this application I chose the small banner, 468 X 60 so that it would take up most of the width of the posting area.&lt;br /&gt;&lt;br /&gt;To accomplish this place go Dashboard&gt;&gt;&gt;Layout&gt;&gt;&gt;Edit HTML...click on "Expand widget templates". It is in the right corner at the top of the Edit box.&lt;br /&gt;&lt;br /&gt;Scroll down in the template code until you find this line:&lt;br /&gt;&lt;br /&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;&amp;lt;div class='post-header-line-1'/&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Below that line insert your parsed HTML for the Adsense code that I taught you how to make in the last post, and hit SAVE!&lt;br /&gt;&lt;br /&gt;Always remember to keep a copy of your template safely stored on your own computer in a NotePad file....just in case!&lt;br /&gt;&lt;br /&gt;In the next tutorial I will teach you how to wrap the AdSense code in a post!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/04/inserting-adsense-code-in-posts.html" title="Inserting AdSense Code in Posts" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=85771836568655310" title="27 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/85771836568655310/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/85771836568655310" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/85771836568655310" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-3393146334020238117</id><published>2007-04-25T21:39:00.000-07:00</published><updated>2007-04-29T17:22:03.906-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="parse HTML" /><category scheme="http://www.blogger.com/atom/ns#" term="AdSense" /><title type="text">Parsing AdSense HTML For Posts</title><content type="html">I am going to teach you to add AdSense code to your posts. Since it can be an overwhelming process, I'm going to break it down into several posts.&lt;br /&gt;&lt;br /&gt;This post will teach you how to make the code compatable. To use AdSense code inside a post it is necessary to "escape" the AdSense code. The reason: If you put the code into your template just as it is written when you display the source code for the page, the Google data is invisible...that does not make Google happy and it is a TOS violation of AdSense...and they will pull your account for that!&lt;br /&gt;&lt;br /&gt;Adsense does not allow you to alter their code other than "minor" edits. what we are going to do is considered a "minor" edit.&lt;br /&gt;&lt;br /&gt;I contacted AdSense with the following question:&lt;br /&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;&lt;br /&gt;&lt;blockquote&gt;Subject: Wrapping Adsense code in blog post&lt;br /&gt;Date: Wed, 18 Apr 2007 09:12:15 -0700&lt;br /&gt;&lt;br /&gt;I would like to put the adsense ads inside of a blog post. To make it look EXACTLY like you give it to me (when viewed as a Page source code) it is necessary for a minor alteration. For Blogger to parse the Adsense Code in XML template, the Javascript has to be escaped, using html entities...It looks EXACTLY like you gave it out when viewed by Page source, so is this permissable?&lt;br /&gt;&lt;/blockquote&gt;&lt;/strong&gt;&lt;br /&gt;Adsense answered my email with this:&lt;br /&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;&lt;br /&gt;&lt;blockquote&gt;Hi Bonnie,&lt;br /&gt;&lt;br /&gt;We do permit minor edits to the AdSense code to place inside the blog posts. Please keep in mind publisher may not alter any portion of the code or manually change the layout of the ads. For instance, publishers may not alter the ad height variable to mask the Ads by Google moniker.&lt;br /&gt;&lt;br /&gt;Thanks for your cooperation.&lt;br /&gt;&lt;br /&gt;Sincerely,&lt;br /&gt;&lt;br /&gt;Sean&lt;br /&gt;The Google AdSense Team&lt;br /&gt;&lt;/blockquote&gt;&lt;/strong&gt;&lt;br /&gt;So here is how we are going to parse the HTML to make it compatable and when viewed by using the Page Source code, it will look exactly as given to you by Adsense.&lt;br /&gt;&lt;br /&gt;This is an example of a piece of Adsense code as given out by Adsense:&lt;br /&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;&lt;blockquote&gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&amp;lt;!--&lt;br /&gt;google_ad_client = "pub-XXXXXXXXXXXXXXXX";&lt;br /&gt;google_ad_width = 468;&lt;br /&gt;google_ad_height = 60;&lt;br /&gt;google_ad_format = "468x60_as";&lt;br /&gt;google_ad_type = "text_image";&lt;br /&gt;google_ad_channel = "";&lt;br /&gt;//--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&lt;br /&gt;src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;/strong&gt; &lt;br /&gt;You are going to change the (&amp;lt;) to (&amp;amp;lt;) and the (&amp;gt;) to (&amp;amp;gt;) and the quote marks ( " ) to  (&amp;amp;quot;)  They will all be HTML entities. The code will then look like this:&lt;br /&gt;&lt;br /&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;&lt;blockquote&gt;&lt;br /&gt;&amp;amp;lt;script type=&amp;amp;quot;text/javascript&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;!--&lt;br /&gt;google_ad_client = &amp;quot;pub-XXXXXXXXXXXXXXXX&amp;quot;;&lt;br /&gt;google_ad_width = 468;&lt;br /&gt;google_ad_height = 60;&lt;br /&gt;google_ad_format = &amp;quot;468x60_as&amp;amp;quot;;&lt;br /&gt;google_ad_type = &amp;quot;text_image&amp;quot;;&lt;br /&gt;google_ad_channel = &amp;quot;&amp;quot;;&lt;br /&gt;//--&amp;amp;gt;&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;&amp;amp;lt;script type=&amp;amp;quot;text/javascript&amp;amp;quot;&lt;br /&gt;src=&amp;amp;quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&amp;amp;quot;&amp;amp;gt;&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/blockquote&gt;&lt;/strong&gt;&lt;br /&gt;The next post will show you how to place this in your template!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/04/parsing-adsense-html-for-posts.html" title="Parsing AdSense HTML For Posts" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=3393146334020238117" title="12 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/3393146334020238117/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/3393146334020238117" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/3393146334020238117" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-8600451483777328565</id><published>2007-04-17T19:50:00.000-07:00</published><updated>2007-04-17T20:28:38.719-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="performance" /><category scheme="http://www.blogger.com/atom/ns#" term="heat map" /><category scheme="http://www.blogger.com/atom/ns#" term="AdSense" /><title type="text">Improving AdSense Performance</title><content type="html">&lt;a href="http://bp2.blogger.com/_m32TlugOPkM/RiWIoh-Rb9I/AAAAAAAAAU4/MaXUNSQMKnU/s1600-h/googleadsenseheatmap.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5054596386688954322" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://bp2.blogger.com/_m32TlugOPkM/RiWIoh-Rb9I/AAAAAAAAAU4/MaXUNSQMKnU/s320/googleadsenseheatmap.jpg" border="0" /&gt;&lt;/a&gt;In the real estate industry, there are three things that are the most important about a property...location, location, and...location!&lt;br /&gt;&lt;br /&gt;1.) So the very first thing that I want you to pay attention to when working to increase your AdSense performance is location! We'll start with the HEAT MAP to the left. The dark spots are the page locations where readers spend the most time looking. Utilize as many of these spots as possible.&lt;br /&gt;&lt;br /&gt;2.) Place your ads above the FOLD...in newspaper language, this is the face location, or what you see on the page when it opens. Depending on your screen size it could be a little more or a little less than what you see here. But rule of thumb is that ads below the FOLD are seldom seen or clicked!&lt;br /&gt;&lt;br /&gt;3.) As indicated in the HEAT MAP, the left side of the page is a premiere location. Readers are accustomed to seeing the navigational menu on this side of the page, so move your menu to the right side, like I did, and use the left for your ads!&lt;br /&gt;&lt;br /&gt;Now the next section of performance enhancement has to do with the Ads themselves.&lt;br /&gt;&lt;br /&gt;1.) Use lots of Ads! Google gives you ad allowances per page, utilize all that you can. But you must keep track of what you are using and what methods work best. You can keep track of this by...&lt;br /&gt;&lt;br /&gt;2.) Utilizing the CUSTOM CHANNELS. AdSense gives you the ability to put a name tag on each ad that you make. This will help you to find out which ads work best, according to the fonts, colors, size and placement on the page.&lt;br /&gt;&lt;br /&gt;A.) Match the FONTS to those on your page, especially if you are wrapping the AdSense in a blog post!&lt;br /&gt;B.) Match the COLORS of your Ads to the colors of your website. Visitors will look at them more, especially BLUE LINKS. Blue links have a higher CTR than other color links because people are just used to clicking on blue links!&lt;br /&gt;C.) Use Large Ads where possible. The Large Rectangle (336x280) is the best performing ad unit.&lt;br /&gt;D.) And get rid of any borders, so your readers eye can wander around the page unimpeded.</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/04/improving-adsense-performance.html" title="Improving AdSense Performance" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=8600451483777328565" title="5 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/8600451483777328565/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/8600451483777328565" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/8600451483777328565" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-7318359955675279409</id><published>2007-04-12T21:02:00.000-07:00</published><updated>2007-04-12T21:37:40.160-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="documents" /><category scheme="http://www.blogger.com/atom/ns#" term="spreadsheets" /><category scheme="http://www.blogger.com/atom/ns#" term="Google" /><category scheme="http://www.blogger.com/atom/ns#" term="uploading" /><title type="text">Uploading a Google Doc or Spreadsheet</title><content type="html">&lt;a href="http://bp2.blogger.com/_m32TlugOPkM/RfDhvC_81LI/AAAAAAAAAKA/5Ima6FLorAo/s1600-h/tour1a.gif"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_m32TlugOPkM/RfDhvC_81LI/AAAAAAAAAKA/5Ima6FLorAo/s320/tour1a.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5039776181402784946" /&gt;&lt;/a&gt;I already did a &lt;a href="http://howcanidothat.blogspot.com/2007/01/docs-spreadsheets.html"&gt;TOUR&lt;/a&gt; on creating a Google Doc or Spreadsheet. &lt;br /&gt;&lt;br /&gt;So you can go to your &lt;a href="http://docs.google.com/"&gt;Google Doc &amp; Spreadsheet&lt;/a&gt;, log in with your Gmail account. You get the WELCOME screen. you cna then click on New Document or New Spreadsheet, create your sheet and save it.&lt;br /&gt;&lt;br /&gt;So we'll dispense with that tutorial. Let's say that we already have a and you want to embed it in a post that you're making.&lt;br /&gt;&lt;br /&gt;To publish a Document, click on Publish (upper right-hand corner). A new window opens, select Publish to blog. Imput your blog provider, then your username and password, click Okay!&lt;br /&gt;&lt;br /&gt;For a spreadsheet, click Publish now, then click "more publishing options". A window opens with more publishing formats, pick "HTML to be embeded in webpage". Specify the range of cells...the whole spreadsheet, one page, specific cells, etc. Click "generate URL". Copy that code into an Edit Post box and publish!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/04/uploading-google-doc-or-spreadsheet.html" title="Uploading a Google Doc or Spreadsheet" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=7318359955675279409" title="7 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/7318359955675279409/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/7318359955675279409" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/7318359955675279409" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-4072255388187492433</id><published>2007-04-12T19:40:00.000-07:00</published><updated>2007-04-26T13:38:13.757-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="SEO" /><category scheme="http://www.blogger.com/atom/ns#" term="site map" /><category scheme="http://www.blogger.com/atom/ns#" term="search engine" /><title type="text">SiteMaps</title><content type="html">&lt;a href="http://bp2.blogger.com/_m32TlugOPkM/Rh79jPfKL4I/AAAAAAAAAT4/3PDXtoGJxSk/s1600-h/searchoptimization.gif"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_m32TlugOPkM/Rh79jPfKL4I/AAAAAAAAAT4/3PDXtoGJxSk/s320/searchoptimization.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5052754613850746754" /&gt;&lt;/a&gt;&lt;strong&gt;What is a Sitemap?&lt;/strong&gt;&lt;br /&gt;A sitemap is a dispay for the layout of your website. It is an aid to the search engines and to your visitors. Year ago they only consisted of a list of links, but now a sitemap is a descriptive roadmap of your site.&lt;br /&gt;&lt;br /&gt;It is fleshed out with keyword details for each section and subsection to help your visitors enhance their touring experience. And the biggest benefit is that it gives the search engines more fodder!&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;To create a good sitemap.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Be sure that it is linked from your HOME page. this forces the search engine to find it right away, and then follow it all the way through your site. If you link it from other pages, and the spider finds a dead link, it will quit the search!&lt;br /&gt;&lt;br /&gt;Small sites can place every page on their list, while larger sites should not because an never-ending list of links causes the search engine to think of you as a link farm. A good sitemap should have no more than 25 to 40 links. It also is easier on your visitors!&lt;br /&gt;&lt;br /&gt;The title of each link should contain a keyword and link to the original page. Also write 10 to 25 words to tell what the page is about. This part contributes to your depth of content with the search engine.&lt;br /&gt;&lt;br /&gt;If you have 15 pages on your site, then every page should be linked to every other page in the sitempa, and PLEASE make sure that all of your links work! When a person or a search engine find a broken link they both lose interest...FAST!&lt;br /&gt;&lt;br /&gt;And just like you can't leave your website to fend for itself...don't neglect your sitemap. Keep it updated and current...Your visitors and the search engines will love you!&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;A good sitemap:&lt;/strong&gt;&lt;br /&gt;...gives a quick overview of your site&lt;br /&gt;...gives a concise path for the search engines to follow&lt;br /&gt;...gives a text link for every page of the site&lt;br /&gt;...gives easy to follow paths for visitors&lt;br /&gt;...gives a short description of each page&lt;br /&gt;...uses important keyword phrases&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Why is a SiteMap important?&lt;/strong&gt;&lt;br /&gt;Because it improves the value of your site by getting it indexed. This is your most important SEO &lt;a href="http://en.wikipedia.org/wiki/Search_engine_optimization"&gt;(Search Engine Optimization)&lt;/a&gt; goal! A sitemap provides a one-stop shopping experience for the spiders, and it can also be invaluable to lost visitors!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp3.blogger.com/_m32TlugOPkM/Rh799ffKL5I/AAAAAAAAAUA/xfVEKeS7eco/s1600-h/searchenginenews.gif"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_m32TlugOPkM/Rh799ffKL5I/AAAAAAAAAUA/xfVEKeS7eco/s320/searchenginenews.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5052755064822312850" /&gt;&lt;/a&gt;&lt;br /&gt;If you wish to delve further, check out &lt;a href="http://www.seochat.com/"&gt;SEO Chat&lt;/a&gt; for great info on the subject.&lt;br /&gt;&lt;br /&gt;A good place to start is with &lt;a href="http://www.google.com/webmasters/sitemaps/"&gt;Google SiteMaps&lt;/a&gt;</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/04/sitemaps.html" title="SiteMaps" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=4072255388187492433" title="4 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/4072255388187492433/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/4072255388187492433" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/4072255388187492433" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-2219618088656283229</id><published>2007-04-01T19:43:00.000-07:00</published><updated>2007-04-10T00:00:48.026-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger photos" /><category scheme="http://www.blogger.com/atom/ns#" term="web albums" /><category scheme="http://www.blogger.com/atom/ns#" term="Picasa" /><title type="text">Using Picasa/Blogger Web Albums</title><content type="html">&lt;a href="http://bp1.blogger.com/_m32TlugOPkM/RhBvkapKVoI/AAAAAAAAAQ0/O4mUKFg31oQ/s1600-h/picasaweblogo-en.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5048657853700265602" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://bp1.blogger.com/_m32TlugOPkM/RhBvkapKVoI/AAAAAAAAAQ0/O4mUKFg31oQ/s320/picasaweblogo-en.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;UPDATE:If your blog folders have vanished, or are not there, set your Language Preference in Picasa Settings to 'English (US)' to keep the blogger folder visible. If you have it set it to English UK, that's why the blog folder vanished.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Sign in with your present Google account.&lt;br /&gt;&lt;a href="https://www.google.com/accounts/ServiceLogin?hl=en_US&amp;continue=http%3A%2F%2Fpicasaweb.google.com%2F&amp;amp;passive=true&amp;service=lh2"&gt;Picasa Web Album Sign In&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;When you sign in, the first page that comes up is your Albums. Any of the albums that have a little Blogger symbol in the lower hand corner, are your Blogger Albums. If you have access to more that one blog, and have uploaded at least one picture to that blog, there will be an Album cover…you can change this cover later to an actual cover.&lt;br /&gt;&lt;br /&gt;Under the album is the name of the blog, beside that in parenthesis is the number of pictures in that album…Click on the name and it will open the Album.&lt;br /&gt;&lt;br /&gt;Any photos that you post to Blogger are included in your Picasa Web Albums storage quota. The number of Blogger photos you can upload is determined by your web albums storage level.&lt;br /&gt;&lt;br /&gt;Any photos you upload using Blogger’s post editor will automatically appear in Picasa Web Albums under “My Photos”. The title of the Blogger web album will match the title of your blog. Please be advised that album titles cannot be modified in Picasa Web Albums.&lt;br /&gt;&lt;br /&gt;The album cover will be designated with a small Blogger icon in the corner. Blogger web albums are unlisted when they initially appear (you can make them public later) and aren't searchable on the Picasa Web Albums site.&lt;a href="http://bp2.blogger.com/_m32TlugOPkM/RhBv1qpKVpI/AAAAAAAAAQ8/yQs8LsdCY3E/s1600-h/pwapreview.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5048658150053009042" style="FLOAT: right; MARGIN: 0px 0px 10px 10px; CURSOR: hand" alt="" src="http://bp2.blogger.com/_m32TlugOPkM/RhBv1qpKVpI/AAAAAAAAAQ8/yQs8LsdCY3E/s320/pwapreview.jpg" border="0" /&gt;&lt;/a&gt;Once a photo is posted to Blogger from Picasa Web Albums, future comments or captions made on either site will not be synched with each other. We recommend that you add captions and comments in Picasa Web Albums before posting a photo to Blogger.&lt;br /&gt;&lt;br /&gt;If you delete a Blogger web album, those photos will also be deleted from your blog. If you delete a specific photo from your Blogger web album in Picasa Web Albums, your blog will not be deleted, though that photo will not appear.&lt;br /&gt;&lt;br /&gt;Please note that you cannot upload photos directly to a Blogger web album using the Picasa Web Albums site at this time, and only empty Blogger albums can be deleted at this time.&lt;br /&gt;&lt;br /&gt;You can always purchase extra storage by clicking "Settings" at the top right of your Web Albums page. At the bottom of your Settings page, click the link in the "Storage" section and follow the instructions displayed to purchase additional storage.&lt;br /&gt;&lt;br /&gt;There are two ways to see how much storage you’re using in Picasa Web Albums:&lt;br /&gt;&lt;br /&gt;1. Go to your Picasa Web Albums public gallery (the URL of your Public Gallery is http://picasaweb.google.com/username). Your storage information will appear in green beneath your albums. Please note that the username on your Public Gallery is the username that you use to sign into Picasa Web Albums.&lt;br /&gt;&lt;br /&gt;2. Click "Settings" at the top of your Web Albums homepage to go the “Settings” menu. In the "Storage" section, click "Need more space? Upgrade your storage!" In the window that appears, your current usage amount will display in green.</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/04/using-picasablogger-web-albums.html" title="Using Picasa/Blogger Web Albums" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=2219618088656283229" title="4 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/2219618088656283229/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/2219618088656283229" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/2219618088656283229" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-8388670554457728081</id><published>2007-03-30T00:35:00.000-07:00</published><updated>2007-03-29T21:36:25.624-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PageRank" /><title type="text">What Is PageRank</title><content type="html">&lt;a href="http://bp1.blogger.com/_m32TlugOPkM/RgyRYapKVlI/AAAAAAAAAQI/dCxerNw2nHw/s1600-h/pr2.gif"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_m32TlugOPkM/RgyRYapKVlI/AAAAAAAAAQI/dCxerNw2nHw/s320/pr2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5047569131030337106" /&gt;&lt;/a&gt;What is PageRank? Well to start with, it is a trademark of Google, *snort* who else?&lt;br /&gt;&lt;br /&gt;A PageRank results from a "ballot" among all the other pages on the World Wide Web about how important a page is. A hyperlink to a page counts as a vote of support. &lt;br /&gt;&lt;br /&gt;The PageRank of a page is defined recursively and depends on the number and PageRank metric of all pages that link to it ("incoming links"). A page that is linked to by many pages with high PageRank receives a high rank itself. If there are no links to a web page there is no support for that page.&lt;br /&gt;&lt;br /&gt;If you'd really like to read the algorithm particulars, go &lt;a href="http://en.wikipedia.org/wiki/PageRank"&gt;HERE&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The maximum amount of PageRank in a site increases as the number of pages in the site increases&lt;br /&gt;&lt;br /&gt;The only way to increase the maximum is to add more inbound links and/or increase the number of pages in the site. &lt;br /&gt;&lt;br /&gt;While I recommend creating and adding new pages to increase a site's total PageRank so that it can be channeled to specific pages, there are certain types of pages that should not be added. These are pages that are all identical or very nearly identical and are known as cookie-cutters. Google considers them to be spam and they can trigger an alarm that causes the pages, and possibly the entire site, to be penalized. Pages full of good content are a must. &lt;br /&gt;&lt;br /&gt;Outbound links are a drain on a site's total PageRank. They leak PageRank. To counter the drain, try to ensure that the links are reciprocated. Because of the PageRank of the pages at each end of an external link, and the number of links out from those pages, reciprocal links can gain or lose PageRank. You need to take care when choosing where to exchange links.&lt;br /&gt;&lt;br /&gt;To a spider, www.domain.com/, domain.com/, www.domain.com/index.html and domain.com/index.html are different urls and, therefore, different pages. Surfers arrive at the site's home page whichever of the urls are used, but spiders see them as individual urls, and it makes a difference when working out the PageRank. It is better to standardize the url you use for the site's home page. Otherwise each url can end up with a different PageRank, whereas all of it should have gone to just one url. &lt;br /&gt;&lt;br /&gt;And after all of that info has crossed your eyes, you can check your site's PageRank &lt;a href="http://www.prchecker.info/"&gt;HERE&lt;/a&gt;. And you can even grab Google's handy code to put the PageRank live on your site!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/03/what-is-pagerank.html" title="What Is PageRank" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=8388670554457728081" title="7 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/8388670554457728081/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/8388670554457728081" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/8388670554457728081" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-2954259351636959030</id><published>2007-03-28T22:48:00.000-07:00</published><updated>2007-04-03T23:16:54.100-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="voice" /><category scheme="http://www.blogger.com/atom/ns#" term="MP3" /><category scheme="http://www.blogger.com/atom/ns#" term="Gabcast" /><category scheme="http://www.blogger.com/atom/ns#" term="music" /><title type="text">Putting Voice or Music On Your Blog</title><content type="html">&lt;a href="http://bp3.blogger.com/_m32TlugOPkM/RgtjvKpKViI/AAAAAAAAAPs/OFVL0kpCjCI/s1600-h/T10261623.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5047237469360772642" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://bp3.blogger.com/_m32TlugOPkM/RgtjvKpKViI/AAAAAAAAAPs/OFVL0kpCjCI/s320/T10261623.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I don't understand the lure of wanting music on your blog. That's probably because I'm on dial-up and sites that use music take forever to load, and I get three second snippets of music every fifteen seconds until the whole thing has loaded.&lt;br /&gt;&lt;br /&gt;And music always takes up a lot of bandwidth, which can make the connection timeout on you...but with all that said, if you still want music...&lt;br /&gt;&lt;br /&gt;If you would like to make digital voice clips, go here to &lt;a href="http://www.gabcast.com"&gt;Gabcast&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;To upload music from like an iPod or MP3 player:&lt;br /&gt;&lt;br /&gt;First you need to host your music somewhere. I'm a Google nut, so the first place I'd say would be Google Pages. You have to make a GMail account to use the pages and if you don't already have one...BEWARE! Because creating a GMail account will override your email account that has Blogger.&lt;br /&gt;&lt;br /&gt;If you don't want a GMail account, create a Google Group *snort*...you can be a group of one, but it will give you a whopping 100MB of file space where you could upload all of your music, for free!&lt;br /&gt;&lt;br /&gt;So you've opened a group, uploaded your music file. Now copy down the URL for the file.&lt;br /&gt;&lt;br /&gt;Then go Dashboard &gt;&gt;&gt; Layout &gt;&gt;&gt; When the Page element page opens, click on "Add a Page Element. Choose a HTML/JavaScript element.&lt;br /&gt;&lt;br /&gt;Copy this code into the Page element:&lt;br /&gt;&lt;br /&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;&lt;br /&gt;&amp;lt;embed src="URL of your audio or video file" loop="false" width="400" height="300" autostart="false" type="video/x-ms-asf"&amp;gt;&amp;lt;/embed &amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The parts of this code are:&lt;a href="http://bp2.blogger.com/_m32TlugOPkM/RgtlE6pKVkI/AAAAAAAAAP8/X3FrD16GJFE/s1600-h/T10546926.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5047238942534555202" style="FLOAT: right; MARGIN: 0px 0px 10px 10px; CURSOR: hand" alt="" src="http://bp2.blogger.com/_m32TlugOPkM/RgtlE6pKVkI/AAAAAAAAAP8/X3FrD16GJFE/s320/T10546926.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The &lt;strong&gt;URL of your music &lt;/strong&gt;at the freehost of your choice.&lt;br /&gt;&lt;br /&gt;Loop can be set to &lt;strong&gt;false&lt;/strong&gt;, so the piece doesn't continually repeat. Set it to &lt;strong&gt;true&lt;/strong&gt; if you want a particular sound like waves to keep repeating.&lt;br /&gt;&lt;br /&gt;The height and width which you can change to fit your particular sidebar.&lt;br /&gt;&lt;br /&gt;Autostart set at &lt;strong&gt;false&lt;/strong&gt; lets your visitor start the music themselves...they will love you for this!&lt;br /&gt;&lt;br /&gt;And the last part, &lt;strong&gt;type&lt;/strong&gt;...tells you what kind of file it is. For example:&lt;br /&gt;&lt;br /&gt;An MP3 file would be: type="audio/x-ms-mp3"&lt;br /&gt;A AVI file would be: type="audio/x-ms-avi"&lt;br /&gt;A MPEG file would be: type="video/x-ms-mpg" (or what ever they call it)&lt;br /&gt;&lt;br /&gt;You can also put a Player on your blog, by going to &lt;a href="http://www.google.com/ig/directory?synd=open&amp;num=24&amp;amp;q=MP3+player&amp;btnG=Search+Google+Gadgets"&gt;Google Gadgets&lt;/a&gt;. They have 12 players from MP3's to YouTube and Podcasts.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;color:#ff0000;"&gt;UPDATE:&lt;/span&gt; You can have your MP3 Links:    &lt;br /&gt;&lt;span style="color:#000000;"&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;                          &amp;lt;a href="my_file.mp"&amp;gt;Link&amp;lt;/a&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Automatically turn into a little simple player by adding this code into your HTML:&lt;br /&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;&lt;br /&gt;&amp;lt;script type="text/javascript" src="http://googlepage.googlepages.com/player.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="color:#000000;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/03/putting-voice-or-music-on-your-blog.html" title="Putting Voice or Music On Your Blog" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=2954259351636959030" title="14 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/2954259351636959030/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/2954259351636959030" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/2954259351636959030" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-7041739979779443170</id><published>2007-03-25T23:19:00.000-07:00</published><updated>2007-03-26T00:00:28.855-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="diagnostics" /><category scheme="http://www.blogger.com/atom/ns#" term="Google" /><category scheme="http://www.blogger.com/atom/ns#" term="site map" /><category scheme="http://www.blogger.com/atom/ns#" term="search engine" /><title type="text">Google Spiders Everywhere</title><content type="html">by&lt;span style="font-size:130%;"&gt; &lt;span style="font-family:times new roman;color:#800000;"&gt;&lt;strong&gt;&lt;em&gt;Bonnie Calhoun&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;We've already discussed how to sign up for the &lt;strong&gt;search engines&lt;/strong&gt;, including &lt;strong&gt;Google&lt;/strong&gt;. See the post about Search Engines or click on the Label that I made for it.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_m32TlugOPkM/Rgdu6GNhUAI/AAAAAAAAAOs/4Bx52qsdLQk/s1600-h/17_small.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_m32TlugOPkM/Rgdu6GNhUAI/AAAAAAAAAOs/4Bx52qsdLQk/s320/17_small.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5046123851870720002" /&gt;&lt;/a&gt;Today I'm going to go through what it takes to make sure that your site is being &lt;strong&gt;crawled correctly by the spiders&lt;/strong&gt;...LOL...That sounds cool, doesn't it?&lt;br /&gt;&lt;br /&gt;One of the first things you need to be aware of is &lt;a href="http://blogsearch.google.com/ping"&gt;&lt;strong&gt;Google Blog Search Ping Service&lt;/strong&gt;&lt;/a&gt;. You can ping your blog here to get Google to crawl it.&lt;br /&gt;&lt;br /&gt;Then after you ping your blog, go and check for it to register on &lt;a href="http://blogsearch.google.com/blogsearch?hl=en&amp;client=news&amp;amp;q=adsense+referral+beta&amp;amp;ie=UTF8"&gt;&lt;strong&gt;Google Blog Search&lt;/a&gt;&lt;/strong&gt;. Now if it doesn't show up right away, don't worry!&lt;br /&gt;&lt;br /&gt;Go sign yourself up with &lt;a href="http://www.google.com/alerts"&gt;&lt;strong&gt;Google Alerts&lt;/strong&gt;&lt;/a&gt;. When you sign up for this put the URL (address of your blog) in the top box, where it says search terms. The when your blog updates, you can tell how long it takes the spiders to crawl your blog, because Google will send you an email, every time you update!&lt;br /&gt;&lt;br /&gt;Next thing...and I've addressed this in the &lt;strong&gt;Search Engine &lt;/strong&gt;post is your site map. You can set this up with &lt;a href="http://www.google.com/webmasters/"&gt;&lt;strong&gt;Google WebMaster Central&lt;/strong&gt;&lt;/a&gt;. Now I can't say enogh good stuff about these tools on this site. You can set up your site map, you can find out if your site is being indexed by Google, a Help Center, and multiple other tools!&lt;br /&gt;&lt;br /&gt;I gave you instructions before on how to setup your &lt;strong&gt;site map&lt;/strong&gt;, but make sure that when your done you get the little (1) on the column that says site map. After you've set up your site map, check the crawl rate.&lt;br /&gt;&lt;br /&gt;Click on the tool for setting up a &lt;strong&gt;site map&lt;/strong&gt;. This will be the page where you get the little (1) under the site map column. Click on the title of your blog and it takes you to the &lt;strong&gt;Diagnostics &lt;/strong&gt;page that tells you all about your crawl rate, the errors, and tools.&lt;br /&gt;&lt;br /&gt;Your crawl rate should be set to &lt;strong&gt;normal&lt;/strong&gt; because it will tell you that at the slower rate: "A slower crawl will reduce &lt;strong&gt;Googlebot&lt;/strong&gt;'s traffic on your server, but we may not be able to crawl your site as often."</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/03/google-spiders-everywhere.html" title="Google Spiders Everywhere" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=7041739979779443170" title="10 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/7041739979779443170/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/7041739979779443170" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/7041739979779443170" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-660241516445102783</id><published>2007-03-21T22:56:00.000-07:00</published><updated>2007-03-21T23:49:13.483-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="widgets" /><category scheme="http://www.blogger.com/atom/ns#" term="new template" /><category scheme="http://www.blogger.com/atom/ns#" term="Uploading template" /><title type="text">Don't Lose The Widgets</title><content type="html">You've taken a deep breath and you picked out a new Beta template from one of the cool sites, like the ones in my right sidebar over there. And you're all excited about having a new blogskin. You upload the template.&lt;br /&gt;&lt;br /&gt;Now mind you, you've been using New Blogger for several months, and you labored over learning how to make widgets, and had a ball dragging and dropping them all over the place. Now you've previewed the new skin....Auhhh, that's sweet! You hit the Save Template button.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;WIDGETS ARE ABOUT TO BE DELETED&lt;/strong&gt; pops up on the screen!&lt;br /&gt;&lt;br /&gt;Your brain locks up, your eyes bug out, and you start blubbering like a baby....LOL...believe me I empathize...it happened to me!&lt;br /&gt;&lt;br /&gt;Hit the CANCEL button and stop shaking! There is a way to save the day!&lt;br /&gt;&lt;br /&gt;Start by saving a copy of your present template on your own computer.&lt;br /&gt;&lt;br /&gt;Go Dashboard &gt;&gt;&gt; Layout &gt;&gt;&gt; Edit HTML &gt;&gt;&gt; Your template is in the Edit Template window&lt;br /&gt;&lt;br /&gt;Whatever you do...Do not use the Download Full Template button, and DO NOT CHECK the box to Expand Widget Templates. &lt;br /&gt;&lt;br /&gt;Copy the code from the Edit Template box by Right clicking, Selecting All, then Copy. You will open a NotePad file on your computer and copy the template there. Do not use a wordprocessor program like Word or Works. They don't always behave with plain text files. Save it as a .txt file. For example:  NewSkin.txt&lt;br /&gt;&lt;br /&gt;Now, I'm going to assume that you already have a copy of the new template saved on your computer as a NotePad .txt file. Why am I assuming that? Because I've told you before, always save a clean copy of your template on your own hard drive...in case!&lt;br /&gt;&lt;br /&gt;Okay, open the new template file and look for the place to put your existing widgets. I doesn't matter which sidebar you put them in in the new template because they have the drag and drop function in the template.&lt;br /&gt;&lt;br /&gt;Your pristine template will look something like this:&lt;br /&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;&lt;br /&gt;&amp;lt;!-- start right sidebar --&amp;gt;&lt;br /&gt;&amp;lt;div id='rightbar_wrap'&amp;gt;&lt;br /&gt;&amp;lt;div class='side'&amp;gt;&lt;br /&gt;&amp;lt;b:section class='sidebar' id='righttbar' preferred='yes'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Profile1' locked='false' title='About Me' type='Profile'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Label1' locked='false' title='Labels' type='Label'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- end right sidebar --&amp;gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;This is how that same section will be changed after you get rid of some widgets that you don't use and put in others that you were using in your old template.&lt;br /&gt;&lt;br /&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;&lt;br /&gt;&amp;lt;!-- start right sidebar --&amp;gt;&lt;br /&gt;&amp;lt;div id='rightbar_wrap'&amp;gt;&lt;br /&gt;&amp;lt;div class='side'&amp;gt;&lt;br /&gt;&amp;lt;b:section class='sidebar' id='righttbar' preferred='yes'&amp;gt;     &lt;br /&gt;&amp;lt;b:widget id='HTML11' locked='false' title='' type='HTML'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='HTML10' locked='false' title='' type='HTML'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='HTML2' locked='false' title='' type='HTML'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Label1' locked='false' title='Labels' type='Label'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='HTML6' locked='false' title='BLOGGING TOOLS' type='HTML'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='HTML5' locked='false' title='' type='HTML'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Image1' locked='false' title='' type='Image'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- end right sidebar --&amp;gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Be sure to keep the widgets closed (unexpanded) when you save a copy of your old template, because it's too hard when they are expanded to grab allthat extra code. The Blogger computers store this information by just those single lines of data that are connnected with your blog account.&lt;br /&gt;&lt;br /&gt;Once you have all the widgets placed in the new template and save it.&lt;br /&gt;&lt;br /&gt;Yo install the new template go Dashboard &gt;&gt;&gt; Template &gt;&gt;&gt; Edit HTML &gt;&gt;&gt; Upload a template from a file on your hard drive &gt;&gt;&gt; Browse &gt;&gt;&gt; Upload!&lt;br /&gt;&lt;br /&gt;And if you added all of your widgets, you wont get that heart stopping message!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/03/dont-lose-widgets.html" title="Don't Lose The Widgets" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=660241516445102783" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/660241516445102783/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/660241516445102783" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/660241516445102783" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-5263162105902667744</id><published>2007-03-18T00:25:00.000-07:00</published><updated>2007-03-23T20:09:05.375-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="monetizing" /><category scheme="http://www.blogger.com/atom/ns#" term="AdSense" /><title type="text">Monetizing With AdSense</title><content type="html">So your showing an interest in monetizing your blog. &lt;b&gt;&lt;i&gt;Monetizing????&lt;/i&gt;&lt;/b&gt; That means you want to make money with blogging. Hey why not? You spend mindless amounts of time on the internet, you aughta' get something out of it. I'm doing a &lt;strong&gt;Monetizing Your Blog&lt;/strong&gt; series over on my personal blog &lt;a href="http://bonniescalhoun.blogspot.com"&gt;Bonnie Writes&lt;/a&gt; and I am tying all of the posts, both here and there, about making money, together. So check them all out!&lt;br /&gt;&lt;br /&gt;You've seen the ads on other sites, heard about the money other people are making, and now you have an interest in AdSense. Its a relatively straight forward program. There are three kinds of ads.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_m32TlugOPkM/Rfy7Wy_81iI/AAAAAAAAAM8/w3GWWNObtiQ/s1600-h/Adsense.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5043111683069629986" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://bp1.blogger.com/_m32TlugOPkM/Rfy7Wy_81iI/AAAAAAAAAM8/w3GWWNObtiQ/s320/Adsense.jpg" border="0" /&gt;&lt;/a&gt;&lt;strong&gt;Ads For Content&lt;/strong&gt; - they display advertisements based on the content of your blog. They can be text and graphics, just text, or just graphics, and they can lay horizontal or vertical. You can have three of these on your blog page.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;AdSense For Search&lt;/strong&gt; - You earn revenue from ads relevant to your visitors search terms when they use web search. You can have two of these on your blog page.&lt;br /&gt;&lt;br /&gt;And lastly, &lt;strong&gt;Referrals &lt;/strong&gt;- there are four products and services that you could carry ad boxes for, and each referral turns into money for you. I've got an AdSense one at the bottom of the page. An AdWords on on the top of the right sidebar, and a Firefox one in the middle of the left sidebar. You can have four of these on your blog page.&lt;br /&gt;&lt;br /&gt;The best placement for Ads are "above the fold". That area is defined as the area of your blog that a viewer first sees when your page opens up...without scrolling. to place the code in your sidebars, use Page Elements. To place a long bar in your header, see this post: &lt;a href="http://howcanidothat.blogspot.com/2007/01/add-page-element-to-header.html"&gt;Adding a Page Element to Your Header&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Or you can add a narrower long bar at the top of your posts. See this post: &lt;a href="http://howcanidothat.blogspot.com/2007/02/adding-page-element-above-post.html"&gt;Adding a Page Element Above Your Posts&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Okay, they got to you...you know that you can do this. Now, let me add an observation. This is going to be a job, like any other job. It takes work. It takes studying. IT takes learning from other people, so that entails reading other blogs about &lt;strong&gt;Monetizing&lt;/strong&gt;. Several good places to start are:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.problogger.net/"&gt;Problogger&lt;/a&gt;. This whole blog is dedicated to &lt;strong&gt;Monetizing&lt;/strong&gt; and has been that way for several years.&lt;br /&gt;&lt;br /&gt;&lt;a hre="http://www.johnchow.com/making-money-from-a-blog-february-2007/"&gt;John Chow&lt;/a&gt; and this particularly compelling article about his last six months of &lt;strong&gt;Monetizing&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;And then my dear dear friend &lt;a href="http://paulamooney.blogspot.com/"&gt;Paula Neal Mooney&lt;/a&gt;!!! This is the gal who turned me onto the money making aspect of blogging. She rocks as a newcomer!&lt;br /&gt;&lt;br /&gt;So now that I have you intrigued, at the head of any of my Google ads, click where is says "Ads by Goooogle. That will take you to the page where you can get started.</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/03/monetizing-with-adsense.html" title="Monetizing With AdSense" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=5263162105902667744" title="1 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/5263162105902667744/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5263162105902667744" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5263162105902667744" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-5690496179605575990</id><published>2007-03-17T13:58:00.000-07:00</published><updated>2007-03-17T14:08:02.819-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger photos" /><category scheme="http://www.blogger.com/atom/ns#" term="Picasa" /><title type="text">Google/Blogger and Picasa</title><content type="html">&lt;a href="http://bp3.blogger.com/_m32TlugOPkM/RfxXES_81hI/AAAAAAAAAM0/WzjtRpI7aXg/s1600-h/buzz.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_m32TlugOPkM/RfxXES_81hI/AAAAAAAAAM0/WzjtRpI7aXg/s320/buzz.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5043001414079272466" /&gt;&lt;/a&gt;&lt;a href="http://buzz.blogger.com/2007/03/blogger-and-picasa-web-albums.html"&gt;Google/Blogger and Picasa&lt;/a&gt; have a cool joint undertaking that benefits all of the picture taking lovers in the Blogger community!&lt;br /&gt;&lt;br /&gt;Picasa Web Albums will now be hosting all Blogger pictures to the tune of 1GB of free space! You'll be able to order prints, email pictures, and embed the album anywhere you want to!&lt;br /&gt;&lt;br /&gt;Go check it out!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/03/googleblogger-and-picasa.html" title="Google/Blogger and Picasa" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=5690496179605575990" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/5690496179605575990/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5690496179605575990" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5690496179605575990" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-1268703316659236776</id><published>2007-03-13T21:49:00.000-07:00</published><updated>2007-03-14T21:54:51.142-07:00</updated><title type="text" /><content type="html">&lt;a href="http://bp2.blogger.com/_m32TlugOPkM/RfjRcC_81dI/AAAAAAAAAMU/n0nZC6FM0J0/s1600-h/Small.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_m32TlugOPkM/RfjRcC_81dI/AAAAAAAAAMU/n0nZC6FM0J0/s320/Small.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5042010062612911570" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_m32TlugOPkM/RfjRRy_81cI/AAAAAAAAAMM/qMT6kZfsqXs/s1600-h/smallA.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_m32TlugOPkM/RfjRRy_81cI/AAAAAAAAAMM/qMT6kZfsqXs/s320/smallA.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5042009886519252418" /&gt;&lt;/a&gt;</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/03/blog-post_13.html" title="" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=1268703316659236776" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/1268703316659236776/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/1268703316659236776" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/1268703316659236776" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-5915295378328005614</id><published>2007-03-12T19:51:00.000-07:00</published><updated>2007-03-17T14:17:01.083-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger template" /><title type="text">Creating A Blogger Template</title><content type="html">The cool guy Thur that I got my template from, the one that I use on my personal &lt;a href="http://bonniescalhoun.blogspot.com"&gt;Blog&lt;/a&gt;, is doing a series teaching:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://thrbrtemplates.blogspot.com/2007/03/creating-blogger-template-4.html"&gt;Creating A Blogger Template&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;He's an awesome programmer, an his XML (New Blogger)templates are very cool!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/03/creating-blogger-template.html" title="Creating A Blogger Template" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=5915295378328005614" title="2 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/5915295378328005614/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5915295378328005614" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5915295378328005614" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-323369399172852597</id><published>2007-02-20T14:20:00.000-08:00</published><updated>2007-11-13T12:44:20.120-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hide Blogger Navbar" /><title type="text">Hiding Blogger NavBar</title><content type="html">Hiding the Blogger Navbar isn't difficult!&lt;br /&gt;&lt;br /&gt;I currently recomment this in all cases because of the influx of malware blogs, splog farms and the liberal dose of disgusting porn. I equate it with giving your children the cable remote without having "Parental Locks" in place.&lt;br /&gt;&lt;br /&gt;There is some really raunchy stuff lurking out there under the guise of "Next Blog"! I have disabled it on my personal blog, &lt;a href="http://bonniescalhoun.blogspot.com"&gt;Bonnie Writes&lt;/a&gt; because I had several complaints from parents of children at my church. My blog is PG rated, but allowing their children free reign took them to some embarassing places.&lt;br /&gt;&lt;br /&gt;And if you visit any blogs with the navbar in place, I would forcefully discourage clicking. Some very nasty malwares are being transmitted to unsuspecting surfers.&lt;br /&gt;&lt;br /&gt;With all that said...to hide the Blogger Navbar...&lt;br /&gt;&lt;br /&gt;Place this code between &amp;lt;head&amp;gt; and &amp;lt;/head &amp;gt;and BEFORE &amp;lt;body&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;&amp;lt;!--Remove NavBar --&amp;gt;&amp;lt;style type='text/css'&amp;gt;#b-navbar {height: 0px; visibility: hidden; display: none;}&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;style type='text/css'&amp;gt;#navbar-iframe {height: 0px; visibility: hidden; display: none;}&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;/strong&gt;</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/02/hiding-blogger-navbar.html" title="Hiding Blogger NavBar" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=323369399172852597" title="27 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/323369399172852597/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/323369399172852597" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/323369399172852597" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-2893277129232914176</id><published>2007-02-15T22:53:00.000-08:00</published><updated>2007-03-15T23:03:58.022-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Uploading template" /><category scheme="http://www.blogger.com/atom/ns#" term="Classic Template" /><title type="text">Old Template/New Template</title><content type="html">&lt;b&gt;&lt;i&gt;"Why didn't Blogger tell me it was going to eat my old template and not let me get all my old info to put into the new one? Why couldn't my old template stay as my default one until I got my info? I'm losing my revenue stream!"&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;All you have to do is go to the Edit HTML screen and at the bottom of the page it says, "Revert to Classic template" click there and it will restore your template that you came in with.&lt;br /&gt;&lt;br /&gt;Do what I do when I want to play with templates.  Restore your default template so that you don't loose your revenue stream...Now create another blog and call it My Playground...or something like that. Pick the new template that you want to use on the Playground. Go to your Dashboard. Under your picture is an Edit Profile tab. Click there and go to the "Select Blogs to display" screen, uncheck the name of the blog that you just made (that way the public doesn't see it) and you can work till your heart is content.&lt;br /&gt;&lt;br /&gt;Now in the Playground add in all the things that you want to transfer from the old template. When you have everything looking the way you want it. Copy that template to your harddrive and upload it to your real blog.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;TO UPLOAD:&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;To install a new template:&lt;br /&gt; &lt;br /&gt; 1. Dashboard&gt;&gt;&gt;Template&gt;&gt;&gt;Edit HTML&gt;&gt;&gt;Upload a template from a file on your  hard drive:&lt;br /&gt; 2. Browse till you find the file.&lt;br /&gt; 3. Upload&lt;br /&gt;        4. Save Template&lt;br /&gt;&lt;br /&gt;As long as you do it &lt;strong&gt;exactly&lt;/strong&gt; this way, it will work. If you get an error message, it's Blogger...Try again later!&lt;br /&gt;&lt;br /&gt;Always keep a copy of your templates on your own computer...just in case!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/02/old-templatenew-template.html" title="Old Template/New Template" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=2893277129232914176" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/2893277129232914176/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/2893277129232914176" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/2893277129232914176" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-4152769394814694703</id><published>2007-02-09T21:35:00.000-08:00</published><updated>2007-03-13T13:40:09.634-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="profile picture" /><title type="text">Profile Photo</title><content type="html">In old Blogger it used to be slightly easier to add a profile photo, but such is life!&lt;br /&gt;&lt;br /&gt;There are two methods. One is for the adept. The other is for the technically challenged.&lt;br /&gt;&lt;br /&gt;To add a profile photo in New Blogger:&lt;br /&gt;&lt;br /&gt;Open up your "create a post". Upload a picture of yourself into the post. Click on the "Edit Html" tab of the post box. The beginning of the picture link will look similar to this:&lt;br /&gt;&lt;br /&gt;&amp;lt;a href="&lt;strong id="kchl"&gt;&lt;span style="color:#000000;"&gt;http://bp1.blogger.com/_m32TlugOPkM/ReuwAwZZiaI/AAAAAAAAAHE/YCYPlCGOxR0/s1600-h/construction.gif&lt;/span&gt;&lt;/strong&gt;"&amp;gt;&amp;lt;img border="0" id="BLOGGER_PHOTO_ID_5038314135181953442" style="display:block; margin:0px auto 10px; text-&lt;br /&gt;&lt;br /&gt;The part highlighted in grey is what you want to copy to the profile photo URL box. &lt;span style="color:#000099;"&gt;Note: Yours may say .jpg instead of .gif!&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;The second way is to upload the picture to a post. Publish the post. Click on the photo. It will open up on a white page. Copy the URL that is in your browser address bar at the top of the screen</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/03/profile-photo.html" title="Profile Photo" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=4152769394814694703" title="1 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/4152769394814694703/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/4152769394814694703" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/4152769394814694703" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-33014025.post-5314828302590550514</id><published>2007-02-07T00:14:00.000-08:00</published><updated>2007-03-12T00:22:16.028-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="lost blog" /><title type="text">Finding A Lost Blog</title><content type="html">&lt;b&gt;&lt;i&gt;"Ackkkk!!! My blog has disappeared from my dashboard. Someone has stolen my blog!&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;LOL...I hear this at least a half dozen times a day...And I'm not laughing at them, I'm laughing with them...even though most of the time they're not laughing.&lt;br /&gt;&lt;br /&gt;People are so busy today, and create so many accounts without thinking that they're ususally lucky if they remember where they left their car keys let along a poor helpless blog.&lt;br /&gt;&lt;br /&gt;If your blog disappears from your account...first thing...don't panic, it's there somewhere!&lt;br /&gt;&lt;br /&gt;Take a deep breath. Sit down, and write a list of all your usernames. &lt;br /&gt;&lt;br /&gt;To accomplish this.  go to: http://blogger.com/forgot.g &lt;br /&gt;&lt;br /&gt;Enter &lt;strong&gt;ONLY&lt;/strong&gt; your email address into the form (leave the username box blank). &lt;br /&gt;&lt;br /&gt;This will send a recovery email to you with a list of all the usernames of the accounts associated with your email address. Once you've got that list, you can recover the password for each one, if necessary. &lt;br /&gt;&lt;br /&gt;Then log in to each one until you find your blog. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Important Note:&lt;/strong&gt; Please try this even if you think you only have one account. There have been many cases where people have accidentally created an extra account without realizing it, so checking this out!</content><link rel="alternate" type="text/html" href="http://howcanidothat.blogspot.com/2007/02/finding-lost-blog.html" title="Finding A Lost Blog" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=33014025&amp;postID=5314828302590550514" title="12 Comments" /><link rel="replies" type="application/atom+xml" href="http://howcanidothat.blogspot.com/feeds/5314828302590550514/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5314828302590550514" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33014025/posts/default/5314828302590550514" /><author><name>Bonnie Calhoun</name><uri>http://www.blogger.com/profile/11769607640246518804</uri><email>noreply@blogger.com</email></author></entry></feed>
