<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3886783358388881653</id><updated>2012-01-29T05:54:15.128-08:00</updated><category term='Adsense'/><category term='Code'/><category term='Bing'/><category term='Ping'/><category term='SEO'/><category term='Gadget'/><category term='Hack'/><category term='Javascript'/><category term='Feedburner'/><category term='Music'/><category term='Jobs'/><category term='Cambam'/><category term='Inkscape'/><category term='Windows Live Writer'/><category term='Sketchup'/><category term='Blogger'/><category term='Cnc'/><category term='Vector'/><category term='Video'/><category term='Dxf'/><category term='Mp3'/><category term='Google'/><category term='Sitemap'/><title type='text'>Blogger Blog by Switcher</title><subtitle type='html'>Search engine optimization and internet marketing blog specializing in SEO services</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>37</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-6360695406363060546</id><published>2010-02-03T06:32:00.001-08:00</published><updated>2010-02-03T06:40:00.079-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hack'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Code'/><title type='text'>Blogger - Static Page Remove Read More</title><content type='html'>&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Blogger Static Page Remove Read More 1" border="0" alt="Blogger Static Page Remove Read More 1" align="right" src="http://lh3.ggpht.com/_LTITy6PwK7I/S2mJEs9j4II/AAAAAAAACYQ/xJXHZfV-IE8/Blogger%20Static%20Page%20Remove%20Read%20More%201%5B5%5D.png?imgmax=800" width="260" height="260" /&gt; &lt;a href="http://bloggerindraft.blogspot.com/2010/01/pages-come-to-blogger-in-draft.html" target="_blank"&gt;Blogger Draft&lt;/a&gt; gave us static pages!&lt;/p&gt;  &lt;p&gt;Along with the new Blogger Static Pages we get new issues while trying to merge the static pages with our Blogger templates. &lt;/p&gt;  &lt;p&gt;One issue that was brought to my attention by David Bergeron in a comment here on SoSwitcher.blogspot.com was - How do we remove the “Read more…” link/text from the new Blogger &lt;a href="http://soswitcher.blogspot.com/2010/01/blogger-pages-hack.html" target="_blank"&gt;Static Pages&lt;/a&gt;?&lt;/p&gt;  &lt;p&gt;It took a few minutes to tweak the new template code, to remove the “Read more…” text/link from my new “Contact Me” static page (top left corner of this blog).&lt;/p&gt; &lt;span class="fullpost"&gt; &lt;p&gt;I doubt everyone has the exact same “Read more…” code in their template, so I’ll show the steps I took to fix this issue.&lt;/p&gt;  &lt;p&gt;1) &lt;font color="#ff0000"&gt;&lt;strong&gt;Backup&lt;/strong&gt;&lt;/font&gt; your template.&lt;/p&gt;  &lt;p&gt;2) Open your template in a text editor, I used the Blogger Dashboard text editor, &amp;amp; made sure to check the “&lt;font color="#ff0000"&gt;&lt;strong&gt;Expand Widget Templates&lt;/strong&gt;&lt;/font&gt;” checkbox.&lt;/p&gt;  &lt;p&gt;3) In my browser I did a &lt;font color="#ff0000"&gt;&lt;strong&gt;search&lt;/strong&gt;&lt;/font&gt; for the text “Read more”, make sure to search for the exact text that shows in your blog (Read more, Continue, etc…)&lt;/p&gt;  &lt;p&gt;4) My &lt;font color="#ff0000"&gt;&lt;strong&gt;old&lt;/strong&gt;&lt;/font&gt; “Read more&amp;quot;…” template code looks like this:&lt;/p&gt;  &lt;p&gt;&lt;code&gt;&amp;lt;b:if cond='data:blog.pageType != &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&amp;lt;br/&amp;gt;&lt;/code&gt;     &lt;br /&gt;&lt;code&gt;&amp;lt;a expr:href='data:post.url'&amp;gt;Read more...&amp;lt;/a&amp;gt;&lt;/code&gt;     &lt;br /&gt;&lt;code&gt;&amp;lt;/b:if&amp;gt;&lt;/code&gt;&lt;/p&gt;  &lt;p&gt;5) My &lt;font color="#ff0000"&gt;&lt;strong&gt;new&lt;/strong&gt;&lt;/font&gt; “Read more…” template code looks like this:&lt;/p&gt;  &lt;p&gt;&lt;code&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;static_page&amp;amp;quot;'&amp;gt;&amp;lt;br/&amp;gt;&lt;/code&gt;     &lt;br /&gt;&lt;code&gt;&amp;lt;b:else/&amp;gt;&lt;/code&gt;     &lt;br /&gt;&lt;code&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;index&amp;amp;quot;'&amp;gt;&amp;lt;br/&amp;gt;&lt;/code&gt;     &lt;br /&gt;&lt;code&gt;&amp;lt;a expr:href='data:post.url'&amp;gt;Read more...&amp;lt;/a&amp;gt;&lt;/code&gt;     &lt;br /&gt;&lt;code&gt;&amp;lt;/b:if&amp;gt;&lt;/code&gt;     &lt;br /&gt;&lt;code&gt;&amp;lt;/b:if&amp;gt;&lt;/code&gt;     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4141f2b6-bc4e-445a-9b1d-a99a6211554e" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Blogger+Hach" rel="tag"&gt;Blogger Hach&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Static+Page" rel="tag"&gt;Static Page&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-6360695406363060546?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/6360695406363060546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2010/02/blogger-static-page-remove-read-more.html#comment-form' title='28 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/6360695406363060546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/6360695406363060546'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2010/02/blogger-static-page-remove-read-more.html' title='Blogger - Static Page Remove Read More'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_LTITy6PwK7I/S2mJEs9j4II/AAAAAAAACYQ/xJXHZfV-IE8/s72-c/Blogger%20Static%20Page%20Remove%20Read%20More%201%5B5%5D.png?imgmax=800' height='72' width='72'/><thr:total>28</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-7157704396857513103</id><published>2010-01-30T20:43:00.001-08:00</published><updated>2010-01-30T20:45:04.975-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hack'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><title type='text'>Blogger - Pages Hack</title><content type='html'>&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Blogger Static Pages 1" border="0" alt="Blogger Static Pages 1" align="right" src="http://lh5.ggpht.com/_LTITy6PwK7I/S2UKdwBg4cI/AAAAAAAACXg/TfnLxNnahFs/Blogger%20Static%20Pages%201%5B5%5D.png?imgmax=800" width="260" height="260" /&gt; Pages, Pages, &amp;amp; more Pages, that’s what Blogger brings to everyone that has a Blogger template. You can read more about how easy it is to setup the new Blogger Static Pages, over at &lt;a href="http://www.bloggertricks.com/2010/01/how-to-create-static-pages-in-blogger.html" target="_blank"&gt;Bloggertricks.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;After you see how easy setting up new static Blogger Pages inside your own blog, you’ll soon find out that Blogger has set a maximum of 10 static pages allowed per Blogger blog.&lt;/p&gt;  &lt;p&gt;This blog post will show you a trick that allows us to have more than 10 static Blogger Pages. &lt;/p&gt;  &lt;p&gt;Before I get started, I do want to stress that this hack may not be permanent, &amp;amp; it’s possible to lose a static Blogger page permanently, &amp;amp; you follow this tutorial at your own risk.&lt;/p&gt; &lt;span class="fullpost"&gt;   &lt;p&gt;1) We’ll assume you have already reached the maximum limit of 10 static Blogger Pages, &amp;amp; you want to create page number 11.&lt;/p&gt;    &lt;p&gt;2) As of this blog post static Blogger Pages can only be created inside of &lt;a href="http://draft.blogger.com/" target="_blank"&gt;Blogger Draft&lt;/a&gt; dashboard&lt;/p&gt;    &lt;p&gt;3) With your 10 static Blogger Pages already created, inside Blogger Draft navigate to Posting –&amp;gt; Edit Pages, &amp;amp; find your first page (see screenshot below) then click the Edit button.&lt;/p&gt;    &lt;p&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Blogger Static Pages 2" border="0" alt="Blogger Static Pages 2" src="http://lh3.ggpht.com/_LTITy6PwK7I/S2UKeZwgxtI/AAAAAAAACXk/lVHksO7Vwbo/Blogger%20Static%20Pages%202%5B5%5D.png?imgmax=800" width="202" height="260" /&gt; &lt;/p&gt;    &lt;p&gt;4) With page one open in Edit mode, get the Blogger Page URL from your browsers address bar, then copy &amp;amp; paste in a safe place on your local PC. &lt;/p&gt;    &lt;p&gt;Note: If you lose this Blogger Static Page URL you will never be able to use the existing static Blogger Page again, so it’s very important to keep the unique Blogger static Page URL while in Edit mode. Also note that the Edit mode address is not the same as your Blogger Static Pages URL while a visitor is browsing your blog. I can’t stress enough how important the Edit page URL is to keep safe. See screenshot below of my Blogger Static Page one in edit mode, showing the URL in my browsers address bar.&lt;/p&gt;    &lt;p&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Blogger Static Pages 3" border="0" alt="Blogger Static Pages 3" src="http://lh4.ggpht.com/_LTITy6PwK7I/S2UKfEn-ArI/AAAAAAAACXo/wnSlM-rzGGA/Blogger%20Static%20Pages%203%5B8%5D.png?imgmax=800" width="520" height="130" /&gt; 5) After you have saved the static Blogger Page number one URL in a safe place (text file on your local PC), we will delete Blogger Static Page one from inside Blogger Draft. This will leave us with 9 static pages left, &amp;amp; also now show the Blogger Static Page “&lt;font color="#ff0000"&gt;&lt;strong&gt;New Page&lt;/strong&gt;&lt;/font&gt;” button, click the New Page button &amp;amp; create another page, this will be page 11, make sure to save the new static page.&lt;/p&gt;    &lt;p&gt;6) Open a new browser window or tab, then copy &amp;amp; paste the Static Page one URL that we saved in step number 4, &amp;amp; navigate to that old URL. This will now display the Blogger Static Page one that we had previously deleted, click the &lt;font color="#ff0000"&gt;&lt;strong&gt;Publish&lt;/strong&gt;&lt;/font&gt; button, &amp;amp; you will now have 11 Static Blogger pages, repeat all steps to add additional static pages beyond page eleven.&lt;/p&gt;    &lt;p&gt;&amp;#160;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Blogger Static Pages 4" border="0" alt="Blogger Static Pages 4" src="http://lh4.ggpht.com/_LTITy6PwK7I/S2UKgQqVA9I/AAAAAAAACXs/sy7A_PTL1rM/Blogger%20Static%20Pages%204%5B13%5D.png?imgmax=800" width="520" height="445" /&gt; &lt;/p&gt;    &lt;p&gt;The screenshot below shows 14 active Blogger static pages.&lt;/p&gt;    &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_LTITy6PwK7I/S2UKhWJIn0I/AAAAAAAACXw/aZzBZ4rBPjk/s1600-h/Blogger%20Static%20Pages%205%5B5%5D.png"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Blogger Static Pages 5" border="0" alt="Blogger Static Pages 5" src="http://lh3.ggpht.com/_LTITy6PwK7I/S2UKinUT6TI/AAAAAAAACX0/uezQox29dbg/Blogger%20Static%20Pages%205_thumb%5B3%5D.png?imgmax=800" width="520" height="312" /&gt;&lt;/a&gt; &lt;/p&gt;    &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Note&lt;/strong&gt;&lt;/font&gt;:&lt;/p&gt;    &lt;p&gt;This Blogger Static Page hack has not been tested long term since Blogger Draft has just recently released the static pages for Blogger, so I don’t recommend you try this hack on any blog except for testing.&lt;/p&gt;    &lt;p&gt;By following this tutorial you do so at your own risk, so don’t complain for any static Blogger pages that you lose on a real blog, it is &lt;font color="#ff0000"&gt;&lt;strong&gt;very possible&lt;/strong&gt;&lt;/font&gt; that you can lose a static page, If blogger makes any changes in how it saves deleted pages.&lt;/p&gt;    &lt;p&gt;Also note that I’ve had all 14 of my static Blogger pages up &amp;amp; running with no issues since the first day that Blogger Draft released the all new static pages.&lt;/p&gt;    &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b3811052-e8fb-4e3d-8a31-0fe17a6871f4" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Static+Page" rel="tag"&gt;Static Page&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Hack" rel="tag"&gt;Hack&lt;/a&gt;&lt;/div&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-7157704396857513103?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/7157704396857513103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2010/01/blogger-pages-hack.html#comment-form' title='24 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/7157704396857513103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/7157704396857513103'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2010/01/blogger-pages-hack.html' title='Blogger - Pages Hack'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_LTITy6PwK7I/S2UKdwBg4cI/AAAAAAAACXg/TfnLxNnahFs/s72-c/Blogger%20Static%20Pages%201%5B5%5D.png?imgmax=800' height='72' width='72'/><thr:total>24</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-6518979904154029514</id><published>2009-11-04T03:50:00.001-08:00</published><updated>2009-11-04T04:05:48.999-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><category scheme='http://www.blogger.com/atom/ns#' term='Jobs'/><title type='text'>Blogger - Jobs</title><content type='html'>&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Jobs for Bloggers" border="0" alt="Jobs for Bloggers" align="right" src="http://lh6.ggpht.com/_LTITy6PwK7I/SvFqoTWHXiI/AAAAAAAACGM/IAXOLvLIDhc/Jobs%20for%20Bloggers%5B24%5D.png?imgmax=800" width="270" height="270" /&gt;   &lt;p&gt;There might be a recession, but there is certainly not a shortage of people looking for great bloggers!&lt;/p&gt;  &lt;p&gt;Why not turn your hobby into a part time or full time blogging job? &lt;/p&gt;  &lt;p&gt;Maybe your into snowboarding, fashion design, music, SEO. or choose from a wide list of interesting jobs.&lt;/p&gt;  &lt;p&gt;Take a look at this list of 23 jobs for bloggers, and see if your next paid blogging job is waiting for you!&lt;/p&gt; &lt;span class="fullpost"&gt;   &lt;br /&gt;&lt;br /&gt;&lt;div id="jbb_adaptive_widget_body"&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=" font-size:90%; margin: 5px;"&gt;&lt;br /&gt;&lt;a href="http://www.simplyhired.com/" target="_blank"&gt;Jobs&lt;/a&gt; powered by&lt;br /&gt;&lt;a style="text-decoration:none" href="http://www.simplyhired.com/" title="job search"&gt;&lt;br /&gt;&lt;span style="color: #00addf; font-weight: bold;"&gt;Simply&lt;/span&gt; &lt;span style="color: #a6ce39; font-weight: &lt;br /&gt;&lt;br /&gt;bold;"&gt;Hired&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt;var jbb_widget_list_count = 23;&lt;br /&gt;var jbb_widget_domain = 'http://allbloggerjobs.jobamatic.com';&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;script src="http://allbloggerjobs.jobamatic.com/c/jbb/js/jbb_widget_adaptive.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://allbloggerjobs.jobamatic.com/a/jbb/find-jobs-json/jbb_widget_list_jobposts/23" &lt;br /&gt;&lt;br /&gt;type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt; &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0db3b9af-bcb1-4e23-babd-dfbc37116fc2" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Jobs" rel="tag"&gt;Jobs&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Freelance" rel="tag"&gt;Freelance&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-6518979904154029514?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/6518979904154029514/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/11/blogger-jobs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/6518979904154029514'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/6518979904154029514'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/11/blogger-jobs.html' title='Blogger - Jobs'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_LTITy6PwK7I/SvFqoTWHXiI/AAAAAAAACGM/IAXOLvLIDhc/s72-c/Jobs%20for%20Bloggers%5B24%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-4711979675084420542</id><published>2009-10-25T11:07:00.001-07:00</published><updated>2009-10-25T11:20:43.162-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Code'/><title type='text'>Blogger - How To Change Icon</title><content type='html'>&lt;p&gt;&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="blogger icon" border="0" alt="blogger icon" align="right" src="http://lh4.ggpht.com/_LTITy6PwK7I/SuST5SI6kGI/AAAAAAAACFk/AO3OiS0A_64/blogger%20icon%5B6%5D.png?imgmax=800" width="270" height="270" /&gt; Want to change the default Blogger icon in your template? &lt;/p&gt;&lt;p&gt;1) First thing you need is a new icon! You can create your own image in whatever image editor you are comfortable with (Paint Shop, Inkscape, MS-Paint, etc…), make the image 16x16 pixels &amp;amp; save as a .png image. &lt;/p&gt;&lt;p&gt;An alternative is to search Google for a 16x16 pixel .png image that’s already finished. &lt;/p&gt;&lt;p&gt;Here is a Google Image search I did for the word &lt;a href="http://images.google.com/images?sourceid=navclient&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=star&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;sa=N&amp;amp;hl=en&amp;amp;tab=wi#start=0&amp;amp;imgw=16&amp;amp;imgh=16" target="_blank"&gt;star imagesize:16x16&lt;/a&gt; , you can change the word star to any subject you like, just keep the rest of the search string the same: &lt;/p&gt;&lt;span class="fullpost"&gt;&lt;p&gt;(example = &lt;span style="color:#ff0000;"&gt;&lt;strong&gt;cell phone&lt;/strong&gt;&lt;/span&gt; imagesize:16x16).&lt;/p&gt;&lt;p&gt;2) We need to convert our .png image into a .ico file (icon image). Go to the &lt;a href="http://tools.dynamicdrive.com/favicon/" target="_blank"&gt;Dynamic-Drive&lt;/a&gt; website, &amp;amp; use their online converter to upload you .png image, &amp;amp; create your new .ico file (icon image). After the icon is created, download the new icon to your PC desktop.&lt;/p&gt;&lt;p&gt;3) Now that we have our new icon, we need to upload the icon, to the internet. Blogger won’t let us host our own .ico file so we can use &lt;a href="http://sites.google.com/" target="_blank"&gt;Google Sites&lt;/a&gt; for our host, you can follow a blog post I did &lt;a href="http://soswitcher.blogspot.com/2009/05/blogger-host-javascript-file-for-free.html"&gt;Blogger - Host Javascript File for Free&lt;/a&gt; , this link will show you how to host your own files online for FREE, you do not need to change the extension for this tutorial, your icon URL should look something like this:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre&gt;http://sites.google.com/site/YOUR_GOOGLE_SITE/PAGE1/YOURICON.ico&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;4) Paste the code below into your Blogger template just below the &amp;lt;HEAD&amp;gt; tag &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&amp;lt;!-- Favicon --&amp;gt;&lt;br /&gt;&amp;lt;link href='http://sites.google.com/site/YOUR_GOOGLE_SITE/PAGE1/YOURICON.ico'&lt;br /&gt;rel='shortcut icon'/&amp;gt;&lt;br /&gt;&amp;lt;link href='http://sites.google.com/site/YOUR_GOOGLE_SITE/PAGE1/YOURICON.ico'/&amp;gt;&lt;br /&gt;&amp;lt;!-- end Favicon –&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;NOTE&lt;/strong&gt;&lt;/span&gt;: Make sure to change both of the URL’s to your own links, from your Google-Sites webpage. Press the &lt;span style="color:#ff0000;"&gt;&lt;strong&gt;Save Template&lt;/strong&gt;&lt;/span&gt; button in your Blogger editor. Make sure when you paste the code into your Blogger template, that you have four &lt;/span&gt;individual lines of code, if the lines are broken you will get an error message in the Blogger Editor. &lt;p&gt;That’s it!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Visit your blog &amp;amp; you should see your new FAV icon at the top of your browser window.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a3da5a58-e5f2-40a4-96af-55c6624adf6b" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Icon" rel="tag"&gt;Icon&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Code" rel="tag"&gt;Code&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-4711979675084420542?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/4711979675084420542/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/10/blogger-how-to-change-icon.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4711979675084420542'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4711979675084420542'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/10/blogger-how-to-change-icon.html' title='Blogger - How To Change Icon'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_LTITy6PwK7I/SuST5SI6kGI/AAAAAAAACFk/AO3OiS0A_64/s72-c/blogger%20icon%5B6%5D.png?imgmax=800' height='72' width='72'/><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-783129977170593158</id><published>2009-10-08T18:05:00.001-07:00</published><updated>2010-08-20T21:26:19.330-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Code'/><title type='text'>Blogger Meta Tag</title><content type='html'>&lt;p&gt;&lt;h1&gt;&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="Blogger Meta Tag" border="0" alt="meta tags no blogger,agregar meta tags blogger,add meta tags blogger,blog meta tag,blogger title tag,blogger meta description,blogger seo,wordpress meta tag" align="right" src="http://lh3.ggpht.com/_LTITy6PwK7I/TGs9RhVF_kI/AAAAAAAACkE/XwXh8CCUPmg/s576/Blogger%20Meta%20Tags.png" width="270" height="270" /&gt;&lt;/h1&gt;I’ve been busy working on a really cool bit of &lt;strong&gt;Blogger Meta Tag&lt;/strong&gt; code, the last couple of days. This new code will let me control all my meta tag content dynamically with the exception of my blogs homepage, which will have its own static meta tag content, that is still totally customizable. &lt;p&gt;&lt;/p&gt;&lt;p&gt;What's all this mean, why do I need this?&lt;/p&gt;&lt;p&gt;The old way of creating Meta Tags for a Blogger Template, will only let us set the Meta Tag content for all of our Blogger blogs, as single Meta Tags, that shows the same content on every single blog page.&lt;/p&gt;&lt;span class="fullpost"&gt;&lt;p&gt;My new improved code will automatically write this dynamic content to the Blogger template for each individual blog page:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;TITLE &lt;/li&gt;&lt;li&gt;Description &lt;a title="Blogger Meta Tag" href="http://lh3.ggpht.com/_LTITy6PwK7I/TGs9RhVF_kI/AAAAAAAACkE/XwXh8CCUPmg/s576/Blogger%20Meta%20Tags.png" target="_blank"&gt;Meta Tag&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Keywords Meta Tag &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;1) Title Tag = Blog Post Title + Blog Post Labels + Blog Title&lt;/p&gt;&lt;p&gt;2) Description Meta Tag = Blog Post Title + Blog Post Labels + Blog Description&lt;/p&gt;&lt;p&gt;3) Keywords Meta Tag = Blog Post Labels&lt;/p&gt;&lt;p&gt;The Blog Title pulls it’s content from Blogger Control Panel –&amp;gt; Settings –&amp;gt; Title. The Blog Description in the Meta Tag Description pulls it’s content from the Blogger Control Panel –&amp;gt; Settings –&amp;gt; Description. All the Label content pulls it’s content from each individual blog posts labels, so we use those Labels as Keywords inside the Meta Tags.&lt;/p&gt;&lt;p&gt;What all this does is provide Google our own unique content &amp;amp; keywords, that have a very good chance of showing up inside the Google Search results Pages description, just below the Title. The reason I say a very good chance of showing up is, it’s impossible for any website on the net to force Google to use content. With the Meta Tag Description, Google most times will look for that tag &amp;amp; use it in the SERP.&lt;/p&gt;&lt;p&gt;I’ve had my new Dynamic Meta Tags crawled by Google &amp;amp; already showing up in the Google SERP (Search Engine Results Page), after only a few hours of testing. &lt;/p&gt;&lt;p&gt;The image below, you can see a screenshot of my new Meta Tag content, from my last blog post&lt;/p&gt;&lt;p&gt;&lt;a href="http://soswitcher.blogspot.com/2009/09/blogger-change-your-tools.html"&gt;Blogger – Change your Tools&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;h1&gt;&lt;img style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: block; FLOAT: none; MARGIN-LEFT: auto; BORDER-TOP: 0px; MARGIN-RIGHT: auto; BORDER-RIGHT: 0px" title="Blogger Meta Tag" border="0" alt="meta tags no blogger,agregar meta tags blogger,add meta tags blogger,blog meta tag,blogger title tag,blogger meta description,blogger seo,wordpress meta tag" src="http://lh3.ggpht.com/_LTITy6PwK7I/Ss6PGbRLSUI/AAAAAAAACB8/PCOoMsC1JQg/dynamic%20meta%20tags%201_thumb%5B4%5D.png?imgmax=800" width="570" height="332" /&gt;&lt;/h1&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;My intention is to have Google notice my blog for a wider dynamic selection of keywords &amp;amp; phrases, than my old static template. I’ll wait about a month &amp;amp; keep monitoring how Google Search handles the content in my SERP results, before I post any code for others to use on their own blogs, I want the code to be 100% up &amp;amp; running with results to show everyone.&lt;/p&gt;&lt;p&gt;Keep an eye out for related future blog post.&lt;/p&gt;&lt;p&gt;While I’m tweaking the code, have a look thru this blogs source code, to check out how every single page on this blog has dynamic &lt;a title="Blogger Meta Tag" href="http://lh3.ggpht.com/_LTITy6PwK7I/Ss6PGbRLSUI/AAAAAAAACB8/PCOoMsC1JQg/dynamic%20meta%20tags%201_thumb%5B4%5D.png?imgmax=800" target="_blank"&gt;Meta Tag&lt;/a&gt;s &amp;amp; Page Titles (no two pages are the same).&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fba14b94-08a6-4906-b273-ed03c16ab2bd" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Meta+Tags" rel="tag"&gt;Meta Tags&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Code" rel="tag"&gt;Code&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Google" rel="tag"&gt;Google&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-783129977170593158?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/783129977170593158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/10/blogger-dynamic-meta-tags-part-1.html#comment-form' title='16 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/783129977170593158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/783129977170593158'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/10/blogger-dynamic-meta-tags-part-1.html' title='Blogger Meta Tag'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_LTITy6PwK7I/TGs9RhVF_kI/AAAAAAAACkE/XwXh8CCUPmg/s72-c/Blogger%20Meta%20Tags.png' height='72' width='72'/><thr:total>16</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-4349000853208559076</id><published>2009-09-28T13:40:00.001-07:00</published><updated>2009-09-28T13:41:41.159-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Blogger – Change your Tools</title><content type='html'>&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Google_Webmaster_Tools3" border="0" alt="Google_Webmaster_Tools3" align="right" src="http://lh3.ggpht.com/_LTITy6PwK7I/SsEfG3iqkjI/AAAAAAAACAo/CrptFsPnCB4/Google_Webmaster_Tools3%5B6%5D.png?imgmax=800" width="270" height="270" /&gt; Blogger &amp;amp; Google Webmaster Tools, make for a great SEO team. A little known secret that GWT has buried deep inside it’s treasure chest of handy tools, is a feature that I’ve been very happy to find.&lt;/p&gt;  &lt;p&gt;Have you ever wandered which of your own blog post was the highest rated on the Google SERP (Search Engine Results Page)? I’m about to show you a very cool feature, that will show all of your most popular blog post, &amp;amp; not only that, everyone can view their own highest ranking SERP results for FREE!&lt;/p&gt;  &lt;p&gt;Let’s get started!&lt;/p&gt; &lt;span class="fullpost"&gt; &lt;p&gt;1) First thing we need is a blog (check)&lt;/p&gt;  &lt;p&gt;2) Go to &lt;a href="https://www.google.com/webmasters/tools" target="_blank"&gt;Google Webmaster Tools&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;3) Select your blog name from the list of your blogs/websites&lt;/p&gt;  &lt;p&gt;4) Click on the link &lt;font color="#ff0000"&gt;&lt;strong&gt;Your site on the web&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;5) Click on the link &lt;font color="#ff0000"&gt;&lt;strong&gt;Top search queries&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;6) You should see a list of words/phrases. Go to the far right side of the screen &amp;amp; click on the link that reads &lt;font color="#ff0000"&gt;&lt;strong&gt;Position&lt;/strong&gt;&lt;/font&gt; (see screenshot below)&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Google_Webmaster_Tools" border="0" alt="Google_Webmaster_Tools" src="http://lh3.ggpht.com/_LTITy6PwK7I/SsEfHhCrWkI/AAAAAAAACAs/obbCvYZuxeU/Google_Webmaster_Tools%5B7%5D.png?imgmax=800" width="542" height="255" /&gt; &lt;/p&gt;  &lt;p&gt;What you see in the above screenshot is the most popular search results from real people on the internet, searching for relevant information to this blog, from the last seven days.&lt;/p&gt;  &lt;p&gt;Beneath the Position link, shows the real position for each group of search words, that the visitors to my site used to find this blog (soswitcher.blogspot.com). &lt;/p&gt;  &lt;p&gt;Here is how I rank for these search strings in the past seven days:&lt;/p&gt;  &lt;p&gt;1) &lt;a href="http://www.google.com/search?sourceid=navclient&amp;amp;ie=UTF-8&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=google+for+free+javascripts+hosts" target="_blank"&gt;google for free javascripts hosts&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2) &lt;a href="http://www.google.com/search?sourceid=navclient&amp;amp;ie=UTF-8&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=visible+title+code+for+blogger" target="_blank"&gt;visible title code for blogger&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;As you can see I’m indeed number one in both of those search strings, for the last seven days. What’s better is, you can search for longer periods of time, example the screenshot below is for August.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Google_Webmaster_Tools2" border="0" alt="Google_Webmaster_Tools2" src="http://lh5.ggpht.com/_LTITy6PwK7I/SsEfJgyts6I/AAAAAAAACAw/mj2IK_PbJUA/Google_Webmaster_Tools2%5B9%5D.png?imgmax=800" width="542" height="418" /&gt;&lt;/p&gt;  &lt;p&gt;The most interesting search I found, that just blew me away was one of the shortest search strings. The search string &lt;a href="http://www.google.com/search?q=blogger+change" target="_blank"&gt;blogger change&lt;/a&gt;, shows I was number one in the month of August, but get this (here’s the good part) The search string &lt;font color="#ff0000"&gt;&lt;strong&gt;blogger change&lt;/strong&gt;&lt;/font&gt; has over &lt;strong&gt;451,000,000&lt;/strong&gt; other pages, below my blog (I’m now 2nd place as of this post, still very happy).&lt;/p&gt;  &lt;p&gt;All I can say is &lt;font color="#ff0000"&gt;&lt;strong&gt;WOW&lt;/strong&gt;&lt;/font&gt;!&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Note&lt;/strong&gt;&lt;/font&gt;:&lt;/p&gt;  &lt;p&gt;Google Webmaster Tools takes a while to crawl your blogs pages, If you are new to GWT then you should follow my other blog post &lt;a href="http://soswitcher.blogspot.com/2009/09/blogger-better-google-sitemap.html"&gt;Better Google Sitemap&lt;/a&gt; when setting up new sitemaps for Google to crawl. The longer your involved with GWT the larger your list of SERP keywords will be.&lt;/p&gt;  &lt;p&gt;Go check out your own &lt;a href="http://www.google.com" target="_blank"&gt;Google&lt;/a&gt; Webmaster Tools, list of most popular search words, I think you will be very surprised at how well some of your blog post are ranking.&lt;/p&gt;  &lt;p&gt;Lets hear how well your ranking. :)&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:198384a3-4ded-4bad-9a14-920b74515489" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Google" rel="tag"&gt;Google&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SEO" rel="tag"&gt;SEO&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-4349000853208559076?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/4349000853208559076/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/09/blogger-change-your-tools.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4349000853208559076'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4349000853208559076'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/09/blogger-change-your-tools.html' title='Blogger – Change your Tools'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_LTITy6PwK7I/SsEfG3iqkjI/AAAAAAAACAo/CrptFsPnCB4/s72-c/Google_Webmaster_Tools3%5B6%5D.png?imgmax=800' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-7379687381273625089</id><published>2009-09-26T20:43:00.001-07:00</published><updated>2009-09-26T20:49:29.109-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Blogger - Power of Text</title><content type='html'>&lt;p&gt;&lt;a href="http://lh5.ggpht.com/_LTITy6PwK7I/Sr7fYBc2cMI/AAAAAAAACAg/8h_CG6ISRLM/s1600-h/blogger_power_of_text%5B5%5D.png" target="_blank"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="blogger_power_of_text" border="0" alt="blogger_power_of_text" align="right" src="http://lh6.ggpht.com/_LTITy6PwK7I/Sr7fYj79YfI/AAAAAAAACAk/WKN097UDkR4/blogger_power_of_text_thumb%5B3%5D.png?imgmax=800" width="260" height="260" /&gt;&lt;/a&gt; I’m always looking at new &amp;amp; improved ways to SEO my Blogger blog. Each &amp;amp; every time I sit down to write a new Blogger post, I find myself finding&amp;#160; better, more interesting information that gets me thinking of new &amp;amp; better ways of looking at Blogger SEO.&lt;/p&gt;  &lt;p&gt;Today I was looking thru my Blogger Page Titles, &amp;amp; discovered the power that text plays in the Google SERP (Search Engine Results Page), now I’m not talking about Hypertext Links, I’m talking plain old text, you know the same as this blog post.&lt;/p&gt;  &lt;p&gt;Let’s backtrack a bit.&lt;/p&gt; &lt;span class="fullpost"&gt; &lt;p&gt;Back in April of 2009, I wrote a small &lt;a href="http://gallery.live.com/liveItemDetail.aspx?li=be89b77c-3312-4cb7-bdf5-ed4d81106538&amp;amp;bt=9&amp;amp;pl=8" target="_blank"&gt;Mp3 Plugin&amp;#160; for Windows Live Writer&lt;/a&gt;, &amp;amp; posted the plugin on the Windows Live Writer Gallery. Inside of the description I posted a text only version of the URL to a sample of what the Mp3 Plugin would look like, so that the end user could make a quick decision to decide If that plugin was what they wanted. Since Windows Gallery wouldn’t let me post an actual hyperlink, I had to settle for a plain text version, &amp;amp; hope that anyone looking thru the Windows Live Writer Gallery, would copy &amp;amp; paste my text URL that I posted, into their own browser, &amp;amp; then find my blog. &lt;/p&gt;  &lt;p&gt;Fast forward, to today.&lt;/p&gt;  &lt;p&gt;I was looking thru Google Webmaster Tools, &amp;amp; found that I was getting a lot of Mp3 related organic search traffic from Google SERP. My first thought was that Google is wrong in what they are finding. I do have a few short blog post that are Mp3 related, but that wasn’t my ultimate goal for this blog, sure this blog is all about me sharing what I know, &amp;amp; what I discover while pushing this blog towards the top of the SERP. Could Google really be on to something, in my Google Webmaster organic search results?&lt;/p&gt;  &lt;p&gt;The search results in question is &lt;a href="http://www.google.com/search?sourceid=navclient&amp;amp;ie=UTF-8&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=windows+live+writer+mp3" target="_blank"&gt;Windows Live Writer Mp3&lt;/a&gt;, If you follow that link to the Google SERP, you’ll see that I’m not number one (or am I), the number one spot points to the Windows Live Writer Gallery, the really cool thing about this is, If you look at the number one spots description, it shows that single plain text link, that I posted back in April 2009, multiple times.&lt;/p&gt;  &lt;p&gt;Now don’t take this post the wrong way, I’m not bragging about how well I’m ranking in the Google SERP, in fact 1million hits isn’t really that much as far as SERP goes. What I’m blogging about, is that plain text is a powerful tool, &amp;amp; can be used to replace hyperlinks, when your in a situation like I was, If the site your posting on doesn’t allow hyperlinks. &lt;/p&gt;  &lt;p&gt;Now again only use this trick when you are actually contributing something to others, don’t use it for spam, nobody likes spam. In this example I did a lot of work to get that plugin working, I did days of research to learn how to hook into Windows Live Writer, with VB.NET to write my first Mp3 plugin, just try &amp;amp; do a Google search for any good info on the related subject.&lt;/p&gt;  &lt;p&gt;Use the “POWER of Text” wisely. :)&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a1111d80-a280-482f-9315-a639206a0e6f" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Google+Webmaster+Tools" rel="tag"&gt;Google Webmaster Tools&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SEO" rel="tag"&gt;SEO&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-7379687381273625089?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/7379687381273625089/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/09/blogger-power-of-text.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/7379687381273625089'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/7379687381273625089'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/09/blogger-power-of-text.html' title='Blogger - Power of Text'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_LTITy6PwK7I/Sr7fYj79YfI/AAAAAAAACAk/WKN097UDkR4/s72-c/blogger_power_of_text_thumb%5B3%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-5518285385311052260</id><published>2009-09-01T03:30:00.001-07:00</published><updated>2010-01-09T08:22:37.080-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Code'/><title type='text'>Blogger – Better Google Sitemap</title><content type='html'>&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Google Sitemap" border="0" alt="Google Sitemap" align="right" src="http://lh6.ggpht.com/_LTITy6PwK7I/Spz3zRvo2lI/AAAAAAAAB9w/_iGTP1MAaAk/google-sitemap%5B6%5D.png?imgmax=800" width="260" height="260" /&gt;Blogger &amp;amp; Google Sitemaps will allow your Blogger blog to get indexed by the Google spider with very few&amp;#160; problems. Did you know that the Blogger code for the default sitemap, that you submit to Google Webmasters Tools only allows the first 26 pages of your blog to get indexed by the Google spider?&lt;/p&gt;  &lt;p&gt;That’s right …&lt;/p&gt;  &lt;p&gt;If you are using the default code as your sitemap in Google Webmaster Tools, your site is missing out, for every single page that is over the 26 page limit. So say I have 150 pages on my Blogger blog, the math says I’m missing out on the opportunity to allow the Google spider to crawl 124 additional Blogger pages, on my blog!&lt;/p&gt;  &lt;p&gt;I’m ready for change …&lt;/p&gt; &lt;span class="fullpost"&gt;   &lt;p&gt;I actually found out that I was allowing my Blogger blog to be short changed by the Google spider, on one of my other Blogger blogs, &amp;amp; this wasn’t only a few pages, it was a huge amount of pages, in fact my blog was over 400 pages long, &amp;amp; out of those 400 pages I was only allowing the Google spider to crawl 26 of my latest blog post. &lt;/p&gt;    &lt;p&gt;Whooooa… STOP THE BUS!&lt;/p&gt;    &lt;p&gt;The default sitemap code looks like this (see red/bold text below):&lt;/p&gt;    &lt;p&gt;1) http://YOUR_BLOG_NAME_HERE.blogspot.com/&lt;strong&gt;&lt;font color="#ff0000"&gt;atom.xml?orderby=updated&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;The code above is all good, as long as you have less than 27 blog post, but the fact is you’ll quickly find that you will with no doubt exceed that maximum limit at some point in your blog.&lt;/p&gt;    &lt;p&gt;From all my research &amp;amp; trial &amp;amp; errors, on all my Blogger blogs for well over a year &amp;amp; a half, I’ve found the code below to be a better alternative to the default Blogger sitemap code. The new code will break the sitemap down into multiples of 100, so for every 100 pages on my blog, I need to tweak the sitemap code a little bit.&lt;/p&gt;    &lt;p&gt;New sitemap code (Google spider crawls the first 100 blog post)&lt;/p&gt;    &lt;p&gt;1) &lt;strong&gt;&lt;font color="#ff0000"&gt;atom.xml?redirect=false&amp;amp;start-index=1&amp;amp;max-results=100&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;So in the new sitemap code above, we start with the very first blog post (&lt;strong&gt;&lt;font color="#ff0000"&gt;start-index=1&lt;/font&gt;&lt;/strong&gt;) &amp;amp; now allow the Google spider to crawl to page 100 (&lt;strong&gt;&lt;font color="#ff0000"&gt;max-results=100&lt;/font&gt;&lt;/strong&gt;).&lt;/p&gt;    &lt;p&gt;Say you have over 100 blog pages, what you need to do is submit additional sitemaps for the same blog at the &lt;a href="https://www.google.com/webmasters/tools" target="_blank"&gt;Google Webmaster Tools&lt;/a&gt; website. As an example I have a Blogger blog that has over 400 pages, for that blog I have 4 sitemaps, that look like the code below.&lt;/p&gt;    &lt;p&gt;1) &lt;strong&gt;&lt;font color="#ff0000"&gt;atom.xml?redirect=false&amp;amp;start-index=1&amp;amp;max-results=100&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;2) &lt;strong&gt;&lt;font color="#ff0000"&gt;atom.xml?redirect=false&amp;amp;start-index=100&amp;amp;max-results=100&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;3) &lt;strong&gt;&lt;font color="#ff0000"&gt;atom.xml?redirect=false&amp;amp;start-index=200&amp;amp;max-results=100&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;4) &lt;strong&gt;&lt;font color="#ff0000"&gt;atom.xml?redirect=false&amp;amp;start-index=300&amp;amp;max-results=100&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;Notice how each new sitemap starts at a higher start-index, by 100 blog post. So for the sitemaps I have, I’m covered for the first 400 blog post of my Blogger blog.&lt;/p&gt;    &lt;p&gt;Below is a screenshot of my sitemaps, for one of my blogs that has over 400 pages.&lt;/p&gt;    &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_LTITy6PwK7I/Spz31RmRlZI/AAAAAAAAB-A/a9iVHAcIXGQ/s1600-h/sitemaps%5B28%5D.png" target="_blank"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="sitemaps" border="0" alt="sitemaps" src="http://lh6.ggpht.com/_LTITy6PwK7I/Spz32XMUGEI/AAAAAAAAB-I/FhzdwVAIB0o/sitemaps_thumb%5B26%5D.png?imgmax=800" width="520" height="213" /&gt;&lt;/a&gt; &lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;NOTE:&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;When you submit sitemaps to Google Webmaster Tools, for a Blogger blog. Google won’t crawl your Blogger Labels, that’s the reason why every page isn’t being crawled in the screenshot above.&lt;/p&gt;    &lt;p&gt;This new sitemap code has greatly improved how Google crawls my blog, I went from having only the first 26 pages of my blog crawled to now having 324 pages crawled by the Google spider.&lt;/p&gt;    &lt;p&gt;I have internal links hard coded into my template, on every blog page, so it’s important to me to allow Google to crawl as many pages as possible, as often as possible. I also have widgets that have text that changes often, that text also is picked up by the Google spider, which allows my blog to show a massive amount of relevant keywords, for my Blogger Blog.&lt;/p&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-5518285385311052260?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/5518285385311052260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/09/blogger-better-google-sitemap.html#comment-form' title='25 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/5518285385311052260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/5518285385311052260'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/09/blogger-better-google-sitemap.html' title='Blogger – Better Google Sitemap'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_LTITy6PwK7I/Spz3zRvo2lI/AAAAAAAAB9w/_iGTP1MAaAk/s72-c/google-sitemap%5B6%5D.png?imgmax=800' height='72' width='72'/><thr:total>25</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-1711385033830522759</id><published>2009-07-16T09:15:00.001-07:00</published><updated>2010-01-10T10:29:43.307-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Gadget'/><category scheme='http://www.blogger.com/atom/ns#' term='Code'/><title type='text'>Blogger - Increase Your Label Limit Per Page</title><content type='html'>&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="LabelLimit" border="0" alt="LabelLimit" align="right" src="http://lh4.ggpht.com/_LTITy6PwK7I/Sl9SDAqkQnI/AAAAAAAAB4Y/jAyXzvMVt7I/LabelLimit%5B6%5D.png?imgmax=800" width="260" height="260" /&gt;Have you ever wanted to show all of your blog post from a single Label?&amp;#160; &lt;/p&gt;  &lt;p&gt;It’s actually very easy to show all the blog post from one label, on a single webpage in Blogger, here’s how:&lt;/p&gt;  &lt;p&gt;1) First we need a Label from our own blog, I’ll use the Label &lt;a href="http://soswitcher.blogspot.com/search/label/Blogger"&gt;Blogger&lt;/a&gt; from this blog, as an example.&lt;/p&gt;  &lt;p&gt;2) Next we need the URL/link of our Label, so for my Label Blogger, I go to my blog that already has a link to my Label (&lt;a href="http://soswitcher.blogspot.com/search/label/Blogger"&gt;Blogger&lt;/a&gt;), &amp;amp; Right click –&amp;gt; Properties then copy the URL. My Blogger Label URL/Link looks like this: ( http://soswitcher.blogspot.com/search/label/&lt;font color="#ff0000"&gt;&lt;strong&gt;Blogger&lt;/strong&gt;&lt;/font&gt; ) &lt;/p&gt;  &lt;p&gt;Notice the name of my Label at the very end of the URL/Link (&lt;font color="#ff0000"&gt;&lt;strong&gt;Blogger&lt;/strong&gt;&lt;/font&gt;), that Label can be any Label that is on your own blog. Also you should know, that Labels are case sensitive.&lt;span class="fullpost"&gt;&lt;/p&gt;&lt;p&gt;3) Here is how we control the maximum number of Blogger blog post for a specific Label, on a single page. We already have the URL/Link from our Label (Blogger), now we need to add this small bit of code to the end of the Label &lt;strong&gt;&lt;font color="#ff0000"&gt;?&amp;amp;max-results=3&lt;/font&gt;&lt;/strong&gt; so now our Labels new URL/Link will look like this:&lt;/p&gt;  &lt;p&gt;http://soswitcher.blogspot.com/search/label/Blogger&lt;strong&gt;&lt;font color="#ff0000"&gt;?&amp;amp;max-results=3&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The example URL/Link above will return the last three blog post from my blog, &lt;a href="http://soswitcher.blogspot.com/search/label/Blogger?&amp;amp;max-results=3" rel="nofollow"&gt;click here&lt;/a&gt; to see.&lt;/p&gt;  &lt;p&gt;4) The last step is to put our new Label URL/Link into HTML code so we can use the link anyplace inside our blogger post, or a Blogger HTML/Javascript gadget. Here is how to do that:&lt;/p&gt;  &lt;p&gt;&amp;lt;a href=&amp;quot;http://soswitcher.blogspot.com/search/label/Blogger?&amp;amp;max-results=3&amp;quot;&amp;gt;Blogger Label=3&amp;lt;/a&amp;gt;&lt;/p&gt;  &lt;p&gt;This text ( &lt;font color="#ff0000"&gt;&lt;strong&gt;Blogger Label=3&lt;/strong&gt;&lt;/font&gt; ) can be anything you want it to be.&lt;/p&gt;  &lt;p&gt;A few examples from my Blogger Label:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://soswitcher.blogspot.com/search/label/Blogger?&amp;amp;max-results=2" rel="nofollow" target="_blank"&gt;Blogger = 2 results per page&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://soswitcher.blogspot.com/search/label/Blogger?&amp;amp;max-results=3" rel="nofollow" target="_blank"&gt;Blogger = 3 results per page&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://soswitcher.blogspot.com/search/label/Blogger?&amp;amp;max-results=5" rel="nofollow" target="_blank"&gt;Blogger = 5 results per page&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://soswitcher.blogspot.com/search/label/Blogger?&amp;amp;max-results=7" rel="nofollow" target="_blank"&gt;Blogger = 7 results per page&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://soswitcher.blogspot.com/search/label/Blogger?&amp;amp;max-results=9" rel="nofollow" target="_blank"&gt;Blogger = 9 results per page&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;NOTE:&lt;/p&gt;  &lt;p&gt;In my example above I have a total of 11 blog post on this blog that include the Label Blogger, so any number higher than 11 will still only show 11 blog post. This can be a good thing, If you want to show a fixed amount of blog post (example=30). &lt;/p&gt;  &lt;p&gt;Just remember it’s annoying to have a single webpage with long blog post that runs on forever, so don’t over do it. :)&lt;/p&gt;  &lt;p&gt;Again, all Blogger Labels are case sensitive, so make sure you don’t use &lt;strong&gt;&lt;font color="#ff0000"&gt;b&lt;/font&gt;&lt;/strong&gt;logger instead of &lt;strong&gt;&lt;font color="#ff0000"&gt;B&lt;/font&gt;&lt;/strong&gt;logger, for our example, because my Blogger Label started with an uppercase &lt;font color="#ff0000"&gt;&lt;strong&gt;B&lt;/strong&gt;&lt;/font&gt;.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c4f336d4-4cf7-4bfd-bd9f-dffe00fe2a78" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Label" rel="tag"&gt;Label&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Post" rel="tag"&gt;Post&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-1711385033830522759?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/1711385033830522759/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/07/blogger-increase-your-label-limit-per.html#comment-form' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/1711385033830522759'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/1711385033830522759'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/07/blogger-increase-your-label-limit-per.html' title='Blogger - Increase Your Label Limit Per Page'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_LTITy6PwK7I/Sl9SDAqkQnI/AAAAAAAAB4Y/jAyXzvMVt7I/s72-c/LabelLimit%5B6%5D.png?imgmax=800' height='72' width='72'/><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-8291980432383603084</id><published>2009-07-15T17:22:00.001-07:00</published><updated>2010-03-17T05:56:52.427-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Music'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Mp3'/><title type='text'>Blogger - Embed Mp3 Flash Player</title><content type='html'>&lt;p&gt;&lt;a href="http://lh6.ggpht.com/_LTITy6PwK7I/Sl5yqT6C-lI/AAAAAAAAB4Q/ngbP2s8NKIs/s1600-h/flashMp3%5B11%5D.png"&gt;&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="flash Mp3" border="0" alt="flash Mp3" align="right" src="http://lh4.ggpht.com/_LTITy6PwK7I/Sl5yq-gevGI/AAAAAAAAB4U/XrexINTlt18/flashMp3_thumb%5B9%5D.png?imgmax=800" width="267" height="267" /&gt;&lt;/a&gt;This is a quick tutorial on how to embed a small flash mp3 player into a Blogger post. &lt;/p&gt;&lt;br /&gt;&lt;object type="application/x-shockwave-flash" data="http://sites.google.com/site/mydxfblog/video2/player.swf" id="audioplayer2" height="24" width="290"&gt;&lt;br /&gt;&lt;param name="movie" value="http://sites.google.com/site/mydxfblog/video2/player.swf"&gt;&lt;br /&gt;&lt;param name="FlashVars" value="playerID=2&amp;amp;soundFile=http://sites.google.com/site/mydxfblog/video2/switcher.mp3"&gt;&lt;br /&gt;&lt;param name="quality" value="high"&gt;&lt;br /&gt;&lt;param name="menu" value="false"&gt;&lt;br /&gt;&lt;param name="wmode" value="transparent"&gt;&lt;br /&gt;&lt;/object&gt;&lt;br /&gt;&lt;p&gt;We will use Google Sites to host all of the files (flash, javascript, &amp;amp; mp3) for this project, you can find out more, on how to host files for free from my previous post &lt;a href="http://soswitcher.blogspot.com/2009/05/blogger-host-javascript-file-for-free.html"&gt;Blogger - Host Javascript File for Free&lt;/a&gt;&lt;/p&gt;&lt;p&gt;1) The first thing we need to do is visit &lt;a href="http://www.1pixelout.net/code/audio-player-wordpress-plugin/" target="_blank"&gt;1pixelout.net&lt;/a&gt; &amp;amp; download the &lt;strong&gt;audio-player.zip&lt;/strong&gt; file that includes all the necessary files.&lt;/p&gt;&lt;p&gt;2) Unzip the &lt;strong&gt;audio-player.zip&lt;/strong&gt; file that you downloaded from 1pixelout.net&lt;/p&gt;&lt;p&gt;3) we need two files from the &lt;strong&gt;audio-player&lt;/strong&gt; folder&lt;/p&gt;&lt;ul&gt;&lt;li&gt;audio-player.js &lt;/li&gt;&lt;li&gt;player.swf &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span class="fullpost"&gt;4) We need to rename &lt;strong&gt;audio-player.js&lt;/strong&gt; as a text file to be hosted on Google Sites, since Google Sites won’t allow us to host javascript files, again you can learn how that’s done by reading &lt;a href="http://soswitcher.blogspot.com/2009/05/blogger-host-javascript-file-for-free.html" target="_blank"&gt;this post&lt;/a&gt;. So our &lt;strong&gt;audio-player.js&lt;/strong&gt; should now look like this example: &lt;strong&gt;audio-player&lt;span style="color:#ff0000;"&gt;.txt&lt;/span&gt;&lt;/strong&gt; (notice the &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;.txt&lt;/span&gt;&lt;/strong&gt; extension)&lt;/p&gt;&lt;p&gt;5) Upload both the audio-player.txt &amp;amp; player.swf to your own Google Sites webpage. The Url’s should look similar to the links below:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;audio-player.txt = http://sites.google.com/site/YourSiteName/mp3player/audio-player.txt &lt;/li&gt;&lt;li&gt;player.swf = http://sites.google.com/site/YourSiteName/mp3player/player.swf &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;6) Go to your Blogger Account –&amp;gt; Layout –&amp;gt; Edit HTML, &amp;amp; then make sure the &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Expand Widget Templates&lt;/span&gt;&lt;/strong&gt; checkbox is checked.&lt;/p&gt;&lt;p&gt;7) Find the&lt;strong&gt;&lt;span style="color:#ff0000;"&gt; &amp;lt;/head&amp;gt;&lt;/span&gt;&lt;/strong&gt; html tag, in your template, &amp;amp; past this code one line above it (remember to replace the &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;http://sites.google.com/site/YourSiteName/mp3player/audio-player.txt&lt;/span&gt;&lt;/strong&gt; link to your URL, on your Google Site, &amp;amp; also press the SAVE button below the Blogger Template editor:&lt;/p&gt;&lt;p&gt;&lt;code&gt;&amp;lt;script language="JavaScript" src="http://sites.google.com/site/YourSiteName/mp3player/audio-player.txt"&amp;gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;8) Ok the hard part is finished :), now each time we want to add a Mp3 to a Blogger blog post, we just need to add the code below, don’t forget to change the URL/links to your own links, &amp;amp; also change the actual Mp3 to your own mp3 that you host on your own Google Sites webpage for free:&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;a href="http://sites.google.com/site/mydxfblog/video2/blogger_mp3_code.txt"&gt;(Download Mp3 Code Sample)&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;span style="font-size:0;"&gt;NOTE:&lt;/span&gt; &lt;p&gt;&lt;code&gt;Anytime you want to add more than one Mp3 to a webpage you need to make sure to change the “Object Id” so that you won’t have any conflicts between each mp3 player, example &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;audioplayer2&lt;/span&gt;&lt;/strong&gt; &amp;amp; &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;playerID=2&lt;/span&gt; the player name can actually be named anything you would like to name it, it’s just easier to add a number at the end of each name. :)&lt;/strong&gt;&lt;/code&gt;Here is the finished mp3 player in action&lt;/p&gt;&lt;br /&gt;&lt;object type="application/x-shockwave-flash" data="http://sites.google.com/site/mydxfblog/video2/player.swf" id="audioplayer2" height="24" width="290"&gt;&lt;br /&gt;&lt;param name="movie" value="http://sites.google.com/site/mydxfblog/video2/player.swf"&gt;&lt;br /&gt;&lt;param name="FlashVars" value="playerID=2&amp;amp;soundFile=http://sites.google.com/site/mydxfblog/video2/switcher.mp3"&gt;&lt;br /&gt;&lt;param name="quality" value="high"&gt;&lt;br /&gt;&lt;param name="menu" value="false"&gt;&lt;br /&gt;&lt;param name="wmode" value="transparent"&gt;&lt;br /&gt;&lt;/object&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Credit goes to &lt;a href="http://www.1pixelout.net/code/audio-player-wordpress-plugin/" target="_blank"&gt;http://www.1pixelout.net/code/audio-player-wordpress-plugin/&lt;/a&gt; &amp;amp; &lt;a href="http://www.macloo.com/" target="_blank"&gt;http://www.macloo.com/&lt;/a&gt; &lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c67ba8c5-32a9-49d0-bf63-d1da5a242b95" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Mp3" rel="tag"&gt;Mp3&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Mp3+Player" rel="tag"&gt;Mp3 Player&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-8291980432383603084?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/8291980432383603084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/07/blogger-embed-mp3-flash-player.html#comment-form' title='81 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8291980432383603084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8291980432383603084'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/07/blogger-embed-mp3-flash-player.html' title='Blogger - Embed Mp3 Flash Player'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_LTITy6PwK7I/Sl5yq-gevGI/AAAAAAAAB4U/XrexINTlt18/s72-c/flashMp3_thumb%5B9%5D.png?imgmax=800' height='72' width='72'/><thr:total>81</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-5067785507194034447</id><published>2009-07-10T19:21:00.001-07:00</published><updated>2009-08-05T12:15:01.305-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bing'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Adsense'/><title type='text'>Bing – Marketing Ka-Ching!</title><content type='html'>&lt;p&gt;&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="Bing Search Page" border="0" alt="Bing Search Page" align="right" src="http://lh4.ggpht.com/_LTITy6PwK7I/Slf3F7JlTAI/AAAAAAAAB4A/8msnkaDmAto/Bing%20Search%20Page%5B11%5D.png?imgmax=800" width="267" height="267" /&gt;I was reading &lt;a href="http://specials.msn.com/Copy%20of%20Bing-Tough-Choices-Money.aspx?GT1=34132" target="_blank"&gt;this&lt;/a&gt; article today on MSN, that ask the reader If they should save or pay down debt? While reading this short blog style article, I noticed that starting in the second paragraph, the writer started embedding search strings for the new Bing search engine from Microsoft.&lt;/p&gt;&lt;p&gt;Microsoft, what a clever company it is…&lt;/p&gt;&lt;p&gt;What makes Microsoft so clever in this article, isn’t the article itself, it’s the long list of URLs that move the reader from the article to Bing search results pages.&lt;/p&gt;&lt;p&gt;What’s so clever about the way they are moving traffic away from this article, you say? Isn’t it just an average article with URLs, that just happen to be pointing to a search page? No, no my friend this is internet marketing at it’s best.&lt;/p&gt;&lt;p&gt;Search page marketing…&lt;/p&gt;&lt;span class="fullpost"&gt;&lt;p&gt;This article is setup to drive traffic to Bing. While the author of this article moves readers to a premade search string on Bing that will find higher paying strong Microsoft keyword Ads.&lt;/p&gt;&lt;p&gt;It looks like Microsoft is building their new Bing search engine, with the help of a small army of bloggers, embedding all their blog style articles with premade Bing search pages.&lt;/p&gt;&lt;p&gt;Bottom line is, everyone has an exit point on every webpage, with this technique Microsoft is moving their traffic to position readers in front of higher paying Ads. &lt;/p&gt;&lt;p&gt;Microsoft, very clever indeed…&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c8b631c7-6aa3-4e53-ad30-a4a4ae2071b4" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Bing" rel="tag"&gt;Bing&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Adsense" rel="tag"&gt;Adsense&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Google" rel="tag"&gt;Google&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-5067785507194034447?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/5067785507194034447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/07/bing-marketing-ka-ching.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/5067785507194034447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/5067785507194034447'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/07/bing-marketing-ka-ching.html' title='Bing – Marketing Ka-Ching!'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_LTITy6PwK7I/Slf3F7JlTAI/AAAAAAAAB4A/8msnkaDmAto/s72-c/Bing%20Search%20Page%5B11%5D.png?imgmax=800' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-879641140754325548</id><published>2009-07-01T13:18:00.001-07:00</published><updated>2010-01-03T11:03:21.168-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Code'/><title type='text'>Blogger – Title Labels Page Title SEO</title><content type='html'>&lt;img style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; MARGIN-LEFT: 0px; BORDER-TOP: 0px; MARGIN-RIGHT: 0px; BORDER-RIGHT: 0px" title="Better Page Title Blogger" border="0" alt="Better Page Title Blogger" align="right" src="http://lh6.ggpht.com/_LTITy6PwK7I/SkvGbJ7u3dI/AAAAAAAAB3g/M9hDIpQKm1s/Better%20Page%20Title%20Blogger%5B8%5D.png?imgmax=800" width="267" height="267" /&gt;&lt;br /&gt;&lt;p&gt;The Blogger Page Title by default isn’t SEO friendly to say the least. I added a Title tag code snippet to my blogger template ( &lt;a href="http://soswitcher.blogspot.com/2009/05/blogger-change-title-tags-for-your-blog.html"&gt;Blogger - Change Page Title Tags for your Blog&lt;/a&gt; ) a while back. Everything looked good on my Page Title, but when I did a Google search for each of my page Titles, my blogs homepage always showed up, instead of each specific page Title, in the Google search results, which wasn’t what I wanted at all! &lt;/p&gt;&lt;p&gt;The answer…&lt;/p&gt;&lt;p&gt;I started searching for a better way of handling my blog page Title problem, what I found was a snippet of code that would change everything about my page Titles in a far better way than I was looking to accomplish. This new code snippet not only added my blogs specific page Titles to all my Google searches, for my blogs page Titles, it also added all my Labels to my Google Search results (Very Cool)!&lt;/p&gt;&lt;p&gt;By adding my Blogger Labels to the Title of each page, I’m adding keywords to the Google search results, so that moves my blog post &lt;strike&gt;one step&lt;/strike&gt; closer to the top of Google search.&lt;/p&gt;&lt;p&gt;The code…&lt;/p&gt;&lt;p&gt;Below are the steps to add your Labels to your Blogger page Title:&lt;/p&gt;&lt;p&gt;1) Backup your blog template .xml file, to your local PC &lt;/p&gt;&lt;p&gt;2) Go to your Blogger Dashboard &amp;amp; &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Layout&lt;/span&gt; &lt;/strong&gt;–&amp;gt; &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Edit HTML&lt;/span&gt;&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;3) Find the &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.pageTitle/&amp;gt;&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;/strong&gt; tags at the top of your template, &amp;amp; delete them. &lt;/p&gt;&lt;p&gt;4) Add this code, &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;above&lt;/span&gt;&lt;/strong&gt; the &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;/strong&gt; tag, at the top of the template : &lt;/p&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Start Widget: Changing the Blogger Title Tag --&amp;gt;&lt;br /&gt;&lt;code&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br /&gt;&amp;lt;b:section id='titleTag'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Blog2' locked='false' title='Blog Posts' type='Blog'&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='nextprev'/&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='backlinks' var='post'/&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='post' var='post'&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/b:includable&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='status-message'/&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='comment-form' var='post'&amp;gt;&lt;br /&gt;&amp;lt;div class='comment-form'&amp;gt;&lt;br /&gt;&amp;lt;a name='comment-form'/&amp;gt;&lt;br /&gt;&amp;lt;h4 id='comment-post-message'&amp;gt;&amp;lt;data:postCommentMsg/&amp;gt;&amp;lt;/h4&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:blogCommentMessage/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;data:blogTeamBlogMessage/&amp;gt;&lt;br /&gt;&amp;lt;a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/&amp;gt;&lt;br /&gt;&amp;lt;iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='275' id='comment-editor' name='comment-editor' scrolling='no' src='' width='100%'/&amp;gt;&lt;br /&gt;&amp;lt;data:post.friendConnectJs/&amp;gt;&lt;br /&gt;&amp;lt;data:post.cmtfpIframe/&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;BLOG_CMT_createIframe(&amp;amp;#39;&amp;lt;data:post.appRpcRelayPath/&amp;gt;&amp;amp;#39;, &amp;amp;#39;&amp;lt;data:post.communityId/&amp;gt;&amp;amp;#39;);&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/b:includable&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='backlinkDeleteIcon' var='backlink'/&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='postQuickEdit' var='post'/&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='main' var='top'&amp;gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;&lt;br /&gt;&amp;lt;b:loop values='data:posts' var='post'&amp;gt;&lt;br /&gt;&amp;lt;b:include data='post' name='post'/&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:post.labels'&amp;gt;&amp;amp;#8212;&lt;br /&gt;&amp;lt;b:loop values='data:post.labels' var='label'&amp;gt;&lt;br /&gt;&amp;lt;data:label.name/&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:label.isLast != &amp;amp;quot;true&amp;amp;quot;'&amp;gt;,&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/b:loop&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/b:loop&amp;gt; &amp;amp;#8212;&lt;br /&gt;&amp;lt;data:blog.title/&amp;gt;&lt;br /&gt;&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&amp;lt;/b:includable&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='commentDeleteIcon' var='comment'/&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='feedLinks'/&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='feedLinksBody' var='links'/&amp;gt;&lt;br /&gt;&amp;lt;b:includable id='comments' var='post'/&amp;gt;&lt;br /&gt;&amp;lt;/b:widget&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.pageTitle/&amp;gt; AnyCustomTextHere&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;/code&gt;&lt;br /&gt;&amp;lt;!-- End Widget: Changing the Blogger Title Tag --&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;5) Replace the text &lt;span style="color:#ff0000;"&gt;&lt;strong&gt;AnyCustomTextHere&lt;/strong&gt;&lt;/span&gt; in the new code snippet (towards the bottom of the code), with any text that you would like to show at the end of your blogs Title.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Note:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;This code does have a couple of things I don’t really like, still it does a much better job at blog post SEO than the default Title tags, or any other Title tags I’ve tried on any of my Blogger blogs, not to mention adding all your Blogger Labels into Google Search results :&lt;/p&gt;&lt;ul&gt;&lt;li&gt;If you want to change anything on your Blogger Dashboard Layout (edit gadgets, etc…) make the changes, but don’t click the SAVE button at the top right side of the screen. Blogger should still save your changes. &lt;/li&gt;&lt;li&gt;If you want to add any new gadgets to the Blogger Layout, remove the entire Title code snippet, from the Blogger HTML editor, then save your template, paste the Title code snippet into another text editor (Windows Notepad), until you are done adding gadgets in the Blogger Dashboard Layout, when finished adding gadgets, replace the Title code snippet you saved inside of Windows Notepad. &lt;/li&gt;&lt;li&gt;This new Title code snippet will also add all your comments from each blog post, to Google search results, I don’t like this feature &amp;amp; have tried to remove it, only to have blogger keep adding the code back to my Title tags, in the template, this is probably my biggest complaint about this code snippet, because each time someone adds a comment to your blog post, it will change your blog post rank in the search engines for better or worse. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update&lt;/strong&gt;&lt;/font&gt;:&lt;/p&gt;&lt;p&gt;Here is a link to a 2nd text file that includes similar code as this tutorial, this new code will only return Blogger Labels in the Page Title,&amp;#160; everything installs the same on both versions.&lt;/p&gt;&lt;p&gt;&lt;a href="http://sites.google.com/site/downloadfreefiles/bloggertitletag/BloggerTitleTagLabelsOnly.txt"&gt;(Download Blogger Labels Only - File)&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update&lt;/strong&gt;&lt;/font&gt;:&lt;/p&gt;&lt;p&gt;Here is a link to a 3rd text file that includes similar code as this tutorial, this new code will only return Blogger Titles (without labels) in the Page Title,&amp;#160; everything installs the same on all versions.&lt;/p&gt;&lt;p&gt;&lt;a href="http://sites.google.com/site/downloadfreefiles/bloggertitletag/BloggerTitleTagWithoutLabels.txt"&gt;(Download Blogger Without Labels - File)&lt;/a&gt;&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:750b2d9b-3b17-411c-b44a-c6bf437f0c4d" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Title" rel="tag"&gt;Title&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Page+Title" rel="tag"&gt;Page Title&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Google" rel="tag"&gt;Google&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-879641140754325548?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/879641140754325548/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/07/blogger-title-labels-page-title-seo.html#comment-form' title='56 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/879641140754325548'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/879641140754325548'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/07/blogger-title-labels-page-title-seo.html' title='Blogger – Title Labels Page Title SEO'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_LTITy6PwK7I/SkvGbJ7u3dI/AAAAAAAAB3g/M9hDIpQKm1s/s72-c/Better%20Page%20Title%20Blogger%5B8%5D.png?imgmax=800' height='72' width='72'/><thr:total>56</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-5680402455951376008</id><published>2009-06-25T15:51:00.001-07:00</published><updated>2009-06-25T16:07:16.596-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Blogger – Profile Location</title><content type='html'>&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="Blogger Profile Location" border="0" alt="Blogger Profile Location" align="right" src="http://lh5.ggpht.com/_LTITy6PwK7I/SkP_aSu4HcI/AAAAAAAAB2E/Thm6BORTa4Q/Blogger%20Profile%20Location%5B9%5D.png?imgmax=800" width="271" height="271" /&gt; &lt;p&gt;The last time I checked Google Blog Search, I found &lt;b&gt;604,632,067&lt;/b&gt; search results for the word “&lt;a href="http://blogsearch.google.com/blogsearch?hl=en&amp;amp;ie=UTF-8&amp;amp;q=blogspot" target="_blank"&gt;blogspot&lt;/a&gt;”. Now that’s a lot of Blogger blogs out in cyber space. &lt;/p&gt;&lt;p&gt;I got to thinking about other bloggers that use the Blogger platform to host their blogs, but more specific, I was wanting to know If I could find any bloggers in my own town, you know geographically close to me.&lt;/p&gt;&lt;p&gt;What I found…&lt;/p&gt;&lt;p&gt;It’s actually very easy to find all the bloggers that host their blogs on a Blogspot domain, &amp;amp; are in the same town or at least very close to you. In the example below, I’ll look for all the Blogger members that are located in &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Bismark&lt;/span&gt;, &lt;span style="color:#ff0000;"&gt;North Dakota&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;http://www.blogger.com/profile-find.g?t=l&amp;amp;loc0=US&amp;amp;loc1=&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;North&lt;/span&gt;&lt;/strong&gt;+&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Dakota&lt;/span&gt;&lt;/strong&gt;&amp;amp;loc2=&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;Bismark&lt;/strong&gt;&lt;/span&gt; &lt;/li&gt;&lt;li&gt;Here are the &lt;a href="http://www.blogger.com/profile-find.g?t=l&amp;amp;loc0=US&amp;amp;loc1=North+Dakota&amp;amp;loc2=Bismark" target="_blank"&gt;search results&lt;/a&gt; for the above URL &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;To find your own town/location change the text in red, If you state or town has two parts to it’s name (example:North Dakota) you will need to add a plus sign between the words, like I have done in the example link above.&lt;/p&gt;&lt;p&gt;You should also know that this only works on members that have filled out their Blogger Profile page. The example URL is also based on a search in the USA, If you have another country you would like to find, you can fill out the location of your profile page, in your blogspot profile. Once your blogspot profile location is completed you can right click/properties on the locations link to get the code for the country your in. Then just change the town, etc… to something close to your own location, If nothing shows up for your own town.&lt;/p&gt;&lt;p&gt;It’s kind of fun to see If you can find anyone you know in person, good luck with your search &amp;amp; have fun. :)&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d76459c7-423a-4d11-a15f-2fc44e7a2d75" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Profile" rel="tag"&gt;Profile&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Location" rel="tag"&gt;Location&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-5680402455951376008?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/5680402455951376008/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/06/blogger-profile-location.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/5680402455951376008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/5680402455951376008'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/06/blogger-profile-location.html' title='Blogger – Profile Location'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_LTITy6PwK7I/SkP_aSu4HcI/AAAAAAAAB2E/Thm6BORTa4Q/s72-c/Blogger%20Profile%20Location%5B9%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-6545748567266081411</id><published>2009-06-17T16:30:00.001-07:00</published><updated>2009-06-18T10:36:54.828-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Gadget'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Blogger - Blog List SEO</title><content type='html'>&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="Blogger Blog List 1" border="0" alt="Blogger Blog List 1" align="right" src="http://lh3.ggpht.com/_LTITy6PwK7I/Sjl8iDXNAfI/AAAAAAAAB0o/WEejqhXSFGg/Blogger%20Blog%20List%201%5B9%5D.png?imgmax=800" width="271" height="271" /&gt; &lt;p&gt;A Blogger Blog List is a gadget that will list your favorite blogs. Blogger Blog List gadgets can also be used as a simple blogger seo tool. My Blogger Blog List Gadget is at the bottom left side of my blog, it’s a short list of outgoing links, to my favorite blogs. What looks like any other gadget, is by all means an interesting gadget.&lt;/p&gt;&lt;p&gt;Here’s why!&lt;/p&gt;&lt;p&gt;I’m always tweaking my blog (who isn’t, right? lol), most times tweaking the template. What I found was, while researching some of my blog post Titles in Google search, was that my Blogger Blog List was also showing up in my search results page.&lt;/p&gt;&lt;p&gt;You might think, well so how is that a good thing or why does it matter at all? When one of my favorite blogs post a new blog post on their blog, what happens is, their RSS will update the Blogger Blog List gadget at the bottom of my blog (stay with me). &lt;/p&gt;&lt;p&gt;Here is when the magic happens.&lt;/p&gt;&lt;span class="fullpost"&gt;&lt;p&gt;When Google crawls my blog, looking for new content, well guess what I haven't made a blog post in a week, no fear, one of my friends in my Blogger Blog List made a new post on their blog. Google looks at my blog while still crawling &amp;amp; see’s that &lt;strong&gt;BINGO&lt;/strong&gt; my Blogger Blog List has new content. That’s right, Google see’s new content! So what If I didn’t post anything new in the last week, the Google spider found something that’s changed on my blog.&lt;/p&gt;&lt;p&gt;So what does all this mean? &lt;/p&gt;&lt;p&gt;The Blogger Blog List gadget will let you piggyback on the shoulders of your friends new blog post, &amp;amp; not only that, you get search engine optimization for FREE, so what it’s not keyword specific to any of your blog post, what matters here is, your getting your own blog post messages ranking in a new way.&lt;/p&gt;&lt;p&gt;Below are some of my own examples, from my Blogger Blog List:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Blogger Templates&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;&lt;a href="http://www.google.com/search?sourceid=navclient&amp;amp;ie=UTF-8&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=Blogger+Templates++WebHostingGeeks+%e2%80%93+Most+Efficient+Web+Hosting+Review+Website+" target="_blank"&gt;WebHostingGeeks – Most Efficient Web Hosting Review Website&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.google.com/search?sourceid=navclient&amp;amp;ie=UTF-8&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=Blogger+Templates++WebHostingGeeks+%e2%80%93+Most+Efficient+Web+Hosting+Review+Website+" target="_blank"&gt;&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title="Blogger Blog List How 1" border="0" alt="Blogger Blog List How 1" src="http://lh6.ggpht.com/_LTITy6PwK7I/Sjl8jbyTbzI/AAAAAAAAB0s/HexfJdoehRk/Blogger%20Blog%20List%20How%201%5B23%5D.jpg?imgmax=800" width="542" height="236" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;The MLxperience&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;&lt;a href="http://www.google.com/search?sourceid=navclient&amp;amp;ie=UTF-8&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=The+MLxperience++Can+Zemanta+make+my+blog+posts+more+interesting%3f+%28It+won%27t+take+much%29" target="_blank"&gt;Can Zemanta make my blog posts more interesting? (It won't take much)&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.google.com/search?sourceid=navclient&amp;amp;ie=UTF-8&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=The+MLxperience++Can+Zemanta+make+my+blog+posts+more+interesting%3f+%28It+won%27t+take+much%29" target="_blank"&gt;&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: block; FLOAT: none; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: auto" title="Blogger Blog List How 2" border="0" alt="Blogger Blog List How 2" src="http://lh4.ggpht.com/_LTITy6PwK7I/Sjl8kgBgbbI/AAAAAAAAB0w/sWOiejPafKo/Blogger%20Blog%20List%20How%202%5B7%5D.jpg?imgmax=800" width="542" height="322" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;So, have you noticed your Blogger Blog List showing up in your Google search?&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:618c67a1-f52f-4af9-ad72-8dd908fa067b" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Google" rel="tag"&gt;Google&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Gadget" rel="tag"&gt;Gadget&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Blog+List" rel="tag"&gt;Blog List&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-6545748567266081411?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/6545748567266081411/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/06/blogger-blog-list-how-to.html#comment-form' title='17 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/6545748567266081411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/6545748567266081411'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/06/blogger-blog-list-how-to.html' title='Blogger - Blog List SEO'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_LTITy6PwK7I/Sjl8iDXNAfI/AAAAAAAAB0o/WEejqhXSFGg/s72-c/Blogger%20Blog%20List%201%5B9%5D.png?imgmax=800' height='72' width='72'/><thr:total>17</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-4698653162140655500</id><published>2009-06-09T11:37:00.001-07:00</published><updated>2009-06-16T15:25:54.803-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ping'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Live Writer'/><title type='text'>Blogger – Ping that Blog Post</title><content type='html'>&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Blogger Ping that Blog Post" border="0" alt="Blogger Ping that Blog Post" align="right" src="http://lh3.ggpht.com/_LTITy6PwK7I/Sjgb8kGItxI/AAAAAAAAB0g/vbi7jqVo8_8/bloggerping2%5B1%5D.png?imgmax=800" width="271" height="271" /&gt;  &lt;p&gt;Pinging a new Blogger Post, with a long list of Ping Services can be very easy for any blogger that publishes their new blog post with “&lt;a href="http://windowslivewriter.spaces.live.com/" target="_blank"&gt;Windows Live Writer&lt;/a&gt;”.&lt;/p&gt;  &lt;p&gt;What is pinging, you ask? &lt;/p&gt;  &lt;p&gt;Pinging a Blogger blog post, is a quick way to notify search engines that you have just published new content on your blog. Sure the search engines will crawl your new blog post eventually on their own. Why wait for the search engines to decide when to visit your blog? &lt;/p&gt;  &lt;p&gt;This is why pinging a blog is beneficial, by pinging our own blog, we give a boost to our new blog post, to allow them to be updated on search engines like Google, sooner rather than later.&lt;/p&gt;  &lt;p&gt;We can use services like &lt;a href="http://pingomatic.com/" target="_blank"&gt;pingomatic.com&lt;/a&gt; to manually ping a list of servers, or for everyone that works with “Windows Live Writer”, we can enjoy the benefits of having our new blog post ping every single server in the list below automatically, each time we post a new Blogger post, here’s how.&lt;/p&gt; &lt;span class="fullpost"&gt;   &lt;ul&gt;     &lt;li&gt;&lt;strong&gt;Copy&lt;/strong&gt; the list of URL’s below &lt;/li&gt;      &lt;li&gt;Open “Windows Live Writer”, &amp;amp; go to &lt;strong&gt;Tools&lt;/strong&gt; –&amp;gt; &lt;strong&gt;Options&lt;/strong&gt; –&amp;gt; &lt;strong&gt;Ping Servers&lt;/strong&gt; &lt;/li&gt;      &lt;li&gt;Paste the list of servers into the textbox, in the “&lt;strong&gt;Ping Servers&lt;/strong&gt;” textbox &lt;/li&gt;      &lt;li&gt;Click: &lt;strong&gt;Apply&lt;/strong&gt; –&amp;gt; &lt;strong&gt;Ok &lt;/strong&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_LTITy6PwK7I/Si6r7ledEOI/AAAAAAAABwI/sc_IuMhcsCM/s1600-h/Blogger%20Ping%5B8%5D.png" target="_blank"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Blogger Ping" border="0" alt="Blogger Ping" src="http://lh5.ggpht.com/_LTITy6PwK7I/Si6r8JO6-1I/AAAAAAAABwM/2PUqSSPrcs8/Blogger%20Ping_thumb%5B6%5D.png?imgmax=800" width="244" height="236" /&gt;&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;/p&gt;    &lt;p&gt;&amp;lt;----- Start List -----&amp;gt;&lt;/p&gt;    &lt;p&gt;http://blogsearch.google.com/ping/RPC2      &lt;br /&gt;http://rpc.technorati.com/rpc/ping       &lt;br /&gt;http://ping.feedburner.com/       &lt;br /&gt;http://1470.net/api/ping       &lt;br /&gt;http://api.feedster.com/ping       &lt;br /&gt;http://api.moreover.com/RPC2       &lt;br /&gt;http://api.moreover.com/ping       &lt;br /&gt;http://api.my.yahoo.com/RPC2       &lt;br /&gt;http://api.my.yahoo.com/rss/ping       &lt;br /&gt;http://bblog.com/ping.php       &lt;br /&gt;http://bitacoras.net/ping       &lt;br /&gt;http://blog.goo.ne.jp/XMLRPC       &lt;br /&gt;http://blogdb.jp/xmlrpc       &lt;br /&gt;http://blogmatcher.com/u.php       &lt;br /&gt;http://bulkfeeds.net/rpc       &lt;br /&gt;http://coreblog.org/ping/       &lt;br /&gt;http://mod-pubsub.org/kn_apps/blogchatt       &lt;br /&gt;http://www.lasermemory.com/lsrpc/       &lt;br /&gt;http://ping.amagle.com/       &lt;br /&gt;http://ping.bitacoras.com       &lt;br /&gt;http://ping.blo.gs/       &lt;br /&gt;http://ping.bloggers.jp/rpc/       &lt;br /&gt;http://ping.cocolog-nifty.com/xmlrpc       &lt;br /&gt;http://ping.blogmura.jp/rpc/       &lt;br /&gt;http://ping.exblog.jp/xmlrpc       &lt;br /&gt;http://ping.myblog.jp       &lt;br /&gt;http://ping.rootblog.com/rpc.php       &lt;br /&gt;http://ping.syndic8.com/xmlrpc.php       &lt;br /&gt;http://ping.weblogalot.com/rpc.php       &lt;br /&gt;http://ping.weblogs.se/       &lt;br /&gt;http://pingoat.com/goat/RPC2       &lt;br /&gt;http://rcs.datashed.net/RPC2/       &lt;br /&gt;http://rpc.blogbuzzmachine.com/RPC2       &lt;br /&gt;http://rpc.blogrolling.com/pinger/       &lt;br /&gt;http://rpc.icerocket.com:10080/       &lt;br /&gt;http://rpc.newsgator.com/       &lt;br /&gt;http://rpc.pingomatic.com       &lt;br /&gt;http://rpc.weblogs.com/RPC2       &lt;br /&gt;http://topicexchange.com/RPC2       &lt;br /&gt;http://trackback.bakeinu.jp/bakeping.php       &lt;br /&gt;http://www.a2b.cc/setloc/bp.a2b       &lt;br /&gt;http://www.bitacoles.net/ping.php       &lt;br /&gt;http://www.blogdigger.com/RPC2       &lt;br /&gt;http://www.blogoole.com/ping/       &lt;br /&gt;http://www.blogoon.net/ping/       &lt;br /&gt;http://www.blogpeople.net/servlet/weblogUpdates       &lt;br /&gt;http://www.blogroots.com/tb_populi.blog?id=1       &lt;br /&gt;http://www.blogshares.com/rpc.php       &lt;br /&gt;http://www.blogsnow.com/ping       &lt;br /&gt;http://www.blogstreet.com/xrbin/xmlrpc.cgi       &lt;br /&gt;http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php       &lt;br /&gt;http://www.newsisfree.com/RPCCloud       &lt;br /&gt;http://www.newsisfree.com/xmlrpctest.php       &lt;br /&gt;http://www.popdex.com/addsite.php       &lt;br /&gt;http://www.snipsnap.org/RPC2       &lt;br /&gt;http://www.weblogues.com/RPC/       &lt;br /&gt;http://xmlrpc.blogg.de       &lt;br /&gt;http://xping.pubsub.com/ping/&lt;/p&gt;    &lt;p&gt;&amp;lt;----- End List -----&amp;gt;&lt;/p&gt;    &lt;p&gt;&amp;#160;&lt;/p&gt;    &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3b29bacc-f2bb-44a0-9add-017c4ece525f" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Ping" rel="tag"&gt;Ping&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Blog" rel="tag"&gt;Blog&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows+Live+Writer" rel="tag"&gt;Windows Live Writer&lt;/a&gt;&lt;/div&gt; &lt;/span&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-4698653162140655500?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/4698653162140655500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/06/blogger-ping-that-blog-post.html#comment-form' title='17 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4698653162140655500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4698653162140655500'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/06/blogger-ping-that-blog-post.html' title='Blogger – Ping that Blog Post'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_LTITy6PwK7I/Sjgb8kGItxI/AAAAAAAAB0g/vbi7jqVo8_8/s72-c/bloggerping2%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>17</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-7251465033973745358</id><published>2009-05-30T07:01:00.001-07:00</published><updated>2009-06-03T21:47:42.506-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Feedburner'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Blogger – Feedburner in Google Images</title><content type='html'>&lt;p&gt;Blogger &amp;amp; Feedburner are both great Google products. Did you know Feedburner images, posted on Blogger, will show up in Google Images, as a Feedburner .GIF image?&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="feedburner" border="0" alt="feedburner" align="right" src="http://lh3.ggpht.com/_LTITy6PwK7I/SiE8NFylMbI/AAAAAAAABo4/L2LcBWTG9zs/feedburner%5B8%5D.png?imgmax=800" width="271" height="271" /&gt;&lt;/p&gt;&lt;p&gt;I actually found this out by searching for one of my blog post Titles, to see what images are showing up on Google Images. &lt;/p&gt;&lt;p&gt;This will only work If you already have a Feedburner account setup, &amp;amp; have the Feedurner image posted on your Blogger site.&lt;/p&gt;&lt;p&gt;So If you already have the Feedburner Feed on your blog, try this: &lt;span class="fullpost"&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;Go to &lt;a href="http://images.google.com/" target="_blank"&gt;Google Images&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Search for one of your Blogger post Titles &amp;amp; only the name of your blog (example:SoSwitcher) not the end (example: .blogspot.com) &lt;/li&gt;&lt;li&gt;My Google Image search looks like this “&lt;a href="http://images.google.com/images?gbv=2&amp;amp;hl=en&amp;amp;sa=1&amp;amp;q=Blogger+Ad+Code+Converter+soswitcher&amp;amp;btnG=Search+Images&amp;amp;aq=f&amp;amp;oq=" target="_blank"&gt;Blogger Ad Code Converter soswitcher&lt;/a&gt;” &lt;/li&gt;&lt;li&gt;Below is the result image from my search , it’s not an active URL, just the &lt;a href="http://feeds2.feedburner.com/blogspot/YMlg.2.gif" target="_blank"&gt;image&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;img src="http://feeds2.feedburner.com/blogspot/YMlg.2.gif" /&gt; &lt;p&gt;Something else that is cool, the above image will always be updated with the newest content from my blog, since it’s an animated .GIF, while it still shows on Google Images.&lt;/p&gt;&lt;p&gt;What’s funny is, my search results show more links pointing to bloggertricks, than my own blog (lol).&lt;/p&gt;&lt;p&gt;This might not look like a big deal, having a single image on the net, the way I see it, every little bit helps a future visitor find my blog. :)&lt;/p&gt;&lt;p&gt;Switcher&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cc9cfcae-3717-4d70-b405-0178b1984ac0" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Feedburner" rel="tag"&gt;Feedburner&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Image" rel="tag"&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;a name="comment123"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-7251465033973745358?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/7251465033973745358/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/05/blogger-feedburner-in-google-images.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/7251465033973745358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/7251465033973745358'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/05/blogger-feedburner-in-google-images.html' title='Blogger – Feedburner in Google Images'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_LTITy6PwK7I/SiE8NFylMbI/AAAAAAAABo4/L2LcBWTG9zs/s72-c/feedburner%5B8%5D.png?imgmax=800' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-5444744740140603882</id><published>2009-05-28T23:38:00.000-07:00</published><updated>2009-06-07T19:10:56.661-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><title type='text'>Blogger - Change Page Title Tags for your Blog</title><content type='html'>&lt;p&gt;I was doing some research on my blog post &lt;a href="http://soswitcher.blogspot.com/2009/05/blogger-ad-code-converter.html" target="_blank"&gt;Blogger Ad Code Converter&lt;/a&gt;, &amp;amp; found I didn’t like the way the &lt;a href="http://www.google.com/" target="_blank"&gt;Google&lt;/a&gt; Search results showed only the word “SoSwitcher”. What I really wanted was for each of my blog post Title to not only be on the Google Search, but for it to be first words of the Title, from left to right.&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="BloggerPageTitle" border="0" alt="BloggerPageTitle" align="right" src="http://lh4.ggpht.com/_LTITy6PwK7I/Sh-Bz-ihn-I/AAAAAAAABns/j5EfNQ8Cf34/BloggerPageTitle%5B9%5D.png?imgmax=800" width="276" height="276" /&gt;&lt;/p&gt;&lt;p&gt;So, I searched Google &amp;amp; found a nice code snippet that would work, I added the code to my template &amp;amp; remembered reading a blog post a while back that someone said your blog page would load a little bit faster (maybe something like 1000th of a second faster, HA!), any way it made sense to me, instead of using the Blogger tag (example: &lt;&lt;strong&gt;data:blog.title/&gt;&lt;/strong&gt;) for your Blogger Template to call up your blogs URL, to just hard code the URL (example: &lt;strong&gt;soswitcher.blogspot.com&lt;/strong&gt;), since I’m already editing the Blogger template.&lt;/p&gt;&lt;p&gt;You don’t have to stop at just your Page Title either, If you notice some of the big names on the web, like &lt;a href="http://www.amazon.com/" target="_blank"&gt;Amazon&lt;/a&gt;, or &lt;a href="http://www.ebay.com/" target="_blank"&gt;Ebay&lt;/a&gt;, they both add keywords to their websites Title, &amp;amp; you’ll also notice that both Amazon &amp;amp; Ebay, also have those same keywords in their Google Search results. &lt;span class="fullpost"&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.google.com/search?sourceid=navclient&amp;amp;ie=UTF-8&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=amazon" target="_blank"&gt;Amazon&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.google.com/search?sourceid=navclient&amp;amp;ie=UTF-8&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=ebay" target="_blank"&gt;Ebay&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Below is the Blogger Code that I added to my Template:&lt;/p&gt;&lt;textarea rows="3" cols="65"&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;index&amp;amp;quot;'&amp;gt; &amp;lt;title&amp;gt;SoSwitcher&amp;lt;/title&amp;gt; &amp;lt;b:else/&amp;gt; &amp;lt;title&amp;gt;&amp;lt;data:blog.pageName/&amp;gt;  SoSwitcher&amp;lt;/title&amp;gt; &amp;lt;/b:if&amp;gt; &lt;/textarea&gt; &lt;p&gt;I decided not to put the URL in my Page Title, but instead add the single word “SoSwitcher”.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;So the code in the textbox above will look like this:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Index Page Title – SoSwitcher&lt;/li&gt;&lt;li&gt;Each Post Page Title – Post Title + SoSwitcher&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I might be adding some keywords in the mix, sometime soon .&lt;/p&gt;&lt;p&gt;Switcher&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:de3528ff-32a7-4c52-ae86-0a67fac18d57" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Title" rel="tag"&gt;Title&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Tag" rel="tag"&gt;Tag&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Page" rel="tag"&gt;Page&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-5444744740140603882?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/5444744740140603882/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/05/blogger-change-title-tags-for-your-blog.html#comment-form' title='14 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/5444744740140603882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/5444744740140603882'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/05/blogger-change-title-tags-for-your-blog.html' title='Blogger - Change Page Title Tags for your Blog'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_LTITy6PwK7I/Sh-Bz-ihn-I/AAAAAAAABns/j5EfNQ8Cf34/s72-c/BloggerPageTitle%5B9%5D.png?imgmax=800' height='72' width='72'/><thr:total>14</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-7260809290431793166</id><published>2009-05-26T13:08:00.001-07:00</published><updated>2009-06-03T21:48:27.647-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Adsense'/><category scheme='http://www.blogger.com/atom/ns#' term='Code'/><title type='text'>Blogger Ad Code Converter</title><content type='html'>&lt;p&gt;Have you ever wanted to add Google Adsense code inside your Blogger Template, &amp;amp; found it’s not a simple copy &amp;amp; paste job?&lt;/p&gt;&lt;p&gt;Well, now your in luck! &lt;/p&gt;&lt;p&gt;I built a Google Widget that will allow you to convert Google Adsense code into Blogger xhtml code, &amp;amp; not only that, you can also add the Blogger Code Converter to your webpage or blog, since it’s a Google Widget.&lt;/p&gt;&lt;p&gt;The code converter is simple to use:&lt;img style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; MARGIN-LEFT: 0px; BORDER-TOP: 0px; MARGIN-RIGHT: 0px; BORDER-RIGHT: 0px" title="BloggerCode" border="0" alt="BloggerCode" align="right" src="http://lh4.ggpht.com/_LTITy6PwK7I/ShxT1Klv5vI/AAAAAAAABms/zCBlAVfXnEc/BloggerCode%5B8%5D.png?imgmax=800" width="276" height="276" /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Copy the code you want to convert (Right click – &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Copy&lt;/span&gt;&lt;/strong&gt;) &lt;/li&gt;&lt;li&gt;Paste that code into the code converter textbox (Right click – &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Paste&lt;/span&gt;&lt;/strong&gt;) &lt;/li&gt;&lt;li&gt;Press the button at the bottom of the widget “&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Convert Code&lt;/span&gt;&lt;/strong&gt;” &lt;/li&gt;&lt;li&gt;(Right click – &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Select All&lt;/span&gt;&lt;/strong&gt;) of the converted code in the Code Converter textbox &lt;/li&gt;&lt;li&gt;(Right click – &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Copy&lt;/span&gt;&lt;/strong&gt;) the converted code in the Code Converter textbox &lt;/li&gt;&lt;li&gt;Paste the newly converted code into your Blogger template, etc… &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I’ve added the &lt;a href="http://www.gmodules.com/ig/creator?synd=open&amp;amp;hl=en&amp;amp;url=http://hosting.gmodules.com/ig/gadgets/file/113099972170466152107/BloggerConvertCode3.xml" target="_blank"&gt;New Google Code Converter&lt;/a&gt; to my sidebar, on the lower right side. The Code Converter size can be adjusted, when you go to get the code from the Google button below.&lt;span class="fullpost"&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;It’s up to anyone that uses this widget to double check the &lt;strong&gt;Google Code Converter Widget&lt;/strong&gt; code, for any mistakes, I’ve been working with this for a while, with no problems. Please let me know of any issues or suggestions you might have, with this widget, by adding comments below.&lt;/p&gt;&lt;p&gt;You can click on the Google button below to add this Widget to your own blog.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.gmodules.com/ig/creator?synd=open&amp;amp;hl=en&amp;amp;url=http://hosting.gmodules.com/ig/gadgets/file/113099972170466152107/BloggerConvertCode3.xml" target="_blank"&gt;&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="Blogger Code Converter Widget" border="0" alt="Blogger Code Converter Widget" src="http://lh6.ggpht.com/_LTITy6PwK7I/ShxMMsk3cgI/AAAAAAAABmk/5NNd1hD2Mgs/plus_google%5B3%5D.gif?imgmax=800" width="62" height="17" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;script src="http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113099972170466152107/BloggerConvertCode3.xml&amp;amp;synd=open&amp;amp;w=220&amp;amp;h=610&amp;amp;title=Blogger+Ad+Code+Converter&amp;amp;border=%23ffffff%7C3px%2C0px+solid+%23999999&amp;amp;output=js"&gt;&lt;/script&gt;&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:edc59129-14ac-4635-b903-e6b26a41ecb8" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Adsense" rel="tag"&gt;Adsense&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Google" rel="tag"&gt;Google&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Convert+Code" rel="tag"&gt;Convert Code&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Widget" rel="tag"&gt;Widget&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-7260809290431793166?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/7260809290431793166/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/05/blogger-ad-code-converter.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/7260809290431793166'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/7260809290431793166'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/05/blogger-ad-code-converter.html' title='Blogger Ad Code Converter'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_LTITy6PwK7I/ShxT1Klv5vI/AAAAAAAABms/zCBlAVfXnEc/s72-c/BloggerCode%5B8%5D.png?imgmax=800' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-3337634657996324718</id><published>2009-05-16T10:47:00.001-07:00</published><updated>2011-02-07T17:48:49.669-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><title type='text'>Host Javascript File for Free</title><content type='html'>If you have ever downloaded a Free Blogger template or Widget, you might find that it includes javascript files that link to the blog designers website, or file sharing site. It’s never a good idea as a long term blogger to leave any external links in your blog template that you don’t have control over. The reason you always need to control your templates links:&lt;center&gt;&lt;table id="table1" width="296" border="0"&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&lt;center&gt;&lt;strong&gt;&lt;h1&gt;&lt;A HREF="http://soswitcher.blogspot.com/2009/05/blogger-host-javascript-file-for-free.html"&gt;&lt;img class="photo" style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="Host Javascript" border="0" alt="Host Javascript jscript java js" align="right" src="http://lh3.ggpht.com/_LTITy6PwK7I/TEtyQtZRmkI/AAAAAAAACiY/lukOJUSR0Qg/s576/Host-Javascript.png" width="276" height="276" /&gt;&lt;/A&gt;&lt;/h1&gt;&lt;/strong&gt;&lt;/center&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/center&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Blog Designers site goes down &lt;/li&gt;&lt;li&gt;Blog Designers site bandwidth has reached it’s maximum limit &lt;/li&gt;&lt;li&gt;As a Blog Designer you might be hosting your personal site javascript files on the very same account, that your Free Blogger Templates javascript files are hosted, so If you have 1,000 free downloaded templates floating around cyber space, and none of them change the javascript URL, they are all pulling bandwidth from your personal javascript site host. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Bottom line is, control is everything, nobody likes a broken blog.&lt;/p&gt;&lt;p&gt;Below is an easy &amp;amp; Free way to &lt;b&gt;&lt;a href="http://soswitcher.blogspot.com/2009/05/blogger-host-javascript-file-for-free.html" rel="Host Javascript" title="Host Javascript"&gt;host javascript&lt;/a&gt;&lt;/b&gt; files on your very own Free Google website:&lt;/p&gt;&lt;p&gt;1) Sign up for a Free &lt;a rel='nofollow' href="http://sites.google.com/" target="_blank"&gt;Google Sites&lt;/a&gt; website&lt;span class="fullpost"&gt;&lt;/p&gt;&lt;p&gt;2) Create a new Google Sites webpage&lt;/p&gt;&lt;p&gt;3) Get the URL/link of the javascript that is hard coded into your New Blogger template (example: &lt;strong&gt;http://www.YourWebsite/YourNewJavascriptFile.js&lt;/strong&gt; )&lt;/p&gt;&lt;p&gt;4) Download the javascript file to your local PC&lt;/p&gt;&lt;p&gt;5) Open the javascript file in a text editor (Microsoft Notepad, etc…)&lt;/p&gt;&lt;p&gt;6) Save the javascript text file as a regular text file, so our example file in the above URL will look like this: (example: &lt;strong&gt;YourNewJavascriptFile.txt&lt;/strong&gt; )&lt;/p&gt;&lt;p&gt;7) Upload the New Text file to your Google Sites website&lt;/p&gt;&lt;p&gt;8) Right click &amp;amp; Copy Shortcut - on your New uploaded .txt file on your Google webpage, &amp;amp; get the URL/link (example: &lt;strong&gt;http://sites.google.com/site/YourGoogleWebsite/Webpage1/YourNewJavascriptFile.txt&lt;/strong&gt; )&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;NOTE&lt;/span&gt;&lt;/strong&gt;: I always leave off the very end of the URL, we don't need (&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;?attredirects=0&lt;/span&gt;&lt;/strong&gt;)&lt;/p&gt;&lt;p&gt;9) Right click Paste the new URL/Link into your Blogger template&lt;/p&gt;&lt;p&gt;You now know how to &lt;b&gt;host javascript&lt;/b&gt; files on your own Free website, not to mention Google is great about keeping their servers running at 99.99% of the time.&lt;/p&gt;&lt;p&gt;A word of advice, Google once had a Free website hosting a while back, Google has since shut down new members to the first Free website, so grab a free site while you can, you never know If they will stop new members from the second Free websites (Google Sites). Also the old members still have active Google websites, just no new members, get them while you can, you never know when you’ll need it to host files.&lt;/p&gt;&lt;p&gt;The right sidebar includes a working example of how I’m hosting a “&lt;a href="http://mlxperience.blogspot.com/2008/11/recent-post-thumbnails-widget-for.html" target="_blank"&gt;Recent Post Thumbnails Widget for Blogger&lt;/a&gt;” javascript file on my own Google Site, to prevent any future broken links.&lt;/p&gt;&lt;p&gt;The video below, will show how to get the URL from a Google Sites webpage.&lt;/p&gt;&lt;center&gt;&lt;object width="585" height="364"&gt;&lt;param name="movie" value="http://www.youtube.com/v/M8DUPmEm_3g&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x3a3a3a&amp;amp;color2=0x999999&amp;amp;border=1"&gt;&lt;param name="allowFullScreen" value="false"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/M8DUPmEm_3g&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x3a3a3a&amp;amp;color2=0x999999&amp;amp;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="false" width="585" height="364"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;&lt;br /&gt;&lt;a href='http://www.youtube.com/user/mydxf' target='_blank'&gt;Host js&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-3337634657996324718?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/3337634657996324718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/05/blogger-host-javascript-file-for-free.html#comment-form' title='121 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/3337634657996324718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/3337634657996324718'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/05/blogger-host-javascript-file-for-free.html' title='Host Javascript File for Free'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_LTITy6PwK7I/TEtyQtZRmkI/AAAAAAAACiY/lukOJUSR0Qg/s72-c/Host-Javascript.png' height='72' width='72'/><thr:total>121</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-3221987299213065869</id><published>2009-05-15T21:09:00.001-07:00</published><updated>2009-06-03T21:49:33.138-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Gadget'/><title type='text'>Blogger Poll – Add to Blog Post</title><content type='html'>&lt;p&gt;Over on the  &lt;a href="http://forum.bloggertricks.com/" target="_blank"&gt;BloggerTricks Forums&lt;/a&gt;, John Cena asked If it was possible, &amp;amp; how to add a Blogger Widget Poll to a Blog Post. The short answer is yes, it is possible to add a Blogger (Widget based) Poll to a Blogger Post, you'll have to work with some basic HTML.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1) Create a "Blogger Widget Poll" inside your sidebar, just like you've done before. Make sure to give it an easy to find/remember Title.&lt;br /&gt;&lt;img style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; MARGIN-LEFT: 0px; BORDER-TOP: 0px; MARGIN-RIGHT: 0px; BORDER-RIGHT: 0px" title="BloggerPoll" border="0" alt="BloggerPoll" align="right" src="http://lh5.ggpht.com/_LTITy6PwK7I/ShlQ2Ojv_xI/AAAAAAAABkU/6rVnlmo10RI/BloggerPoll%5B1%5D.jpg?imgmax=800" width="280" height="239" /&gt; &lt;/p&gt;&lt;p&gt;2) After the Blogger Widget Poll, is added to your sidebar, visit your blogs HomePage in your Browser (I'm working with Internet Explorer as my Browser).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;3) After you have your HomePage loaded into your Browser window, Go to the top Toolbar &amp;amp; View/Source (of your blogs Homepage) HTML.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;4) In a text editor (Windows Notepad) etc... Find/Search for the Title to your new Polls Title.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;5) Copy (Right Click/Copy) the HTML Code that looks similar to the code below: &lt;span class="fullpost"&gt;&lt;/p&gt;&lt;dl&gt;&lt;dt&gt;&lt;a href="http://forum.bloggertricks.com/#"&gt;&lt;/a&gt;&lt;a href="http://forum.bloggertricks.com/#"&gt;&lt;/a&gt;&lt;textarea style="WIDTH: 579px; HEIGHT: 108px"&gt; &amp;lt;h1&amp;gt;How do you like my blog?&amp;lt;/h1&amp;gt; &amp;lt;iframe allowtransparency="true" frameborder="0" height="275" scrolling="no" name="poll-widget8782362485789065652" src="http://www.google.com/reviews/polls/display/8782362485789065652/blogger_template/run_app?hideq=true&amp;amp;amp;purl=http%3A%2F%2Fsoswitcher.blogspot.com%2F" style="border:none; width:275;"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/textarea&gt; &lt;p&gt; &lt;/p&gt;&lt;/dt&gt;&lt;dt&gt;&lt;p&gt;6) Paste your new Polls HTML into your Blogger Post/Article.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;7) After you get the Blogger Widget HTML, you can go ahead &amp;amp; delete the Blogger Widget Poll, from your Sidebar, we only needed that to get the HTML source code.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Note:&lt;br /&gt;The actual Poll is inside an Iframe, I also added bit of HTML code to prevent the Poll from adding a scrollbar to the Poll, I didn’t like the way it looks witha scrollbar on the Poll inside a Blog Post, so this is just an option, to remove scrollbars, after the (&lt;strong&gt;height="275"&lt;/strong&gt;)  add this code (&lt;strong&gt;scrolling="no"&lt;/strong&gt;).&lt;/p&gt;&lt;p&gt;Once you have the Polls HTML Code, you can change a few things to make it look better in your Blog Post, for example, Blogger sets the default width of a Blogger Poll to 100%, If you want to add a Poll to a Post/Article I think it would look better as a fixed number (example: width:275), the same goes for the Poll Height, Iframe border etc... &lt;/p&gt;&lt;p&gt;This is the first time I've tried this, deleting a Poll &amp;amp; still keep the HTML, so I want to thank John Cena for the idea.&lt;/p&gt;&lt;p&gt;Below is a working example of a Blogger Widget Poll, inserted in a Blogger Blog Post.&lt;/p&gt;&lt;p&gt;Switcher&lt;/p&gt;&lt;/dt&gt;&lt;dt&gt;&lt;p&gt;&lt;/p&gt;&lt;h1&gt;How do you like my blog?&lt;/h1&gt;&lt;iframe style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; WIDTH: 275px; BORDER-TOP: medium none; BORDER-RIGHT: medium none" height="275" src="http://www.google.com/reviews/polls/display/8782362485789065652/blogger_template/run_app?hideq=true&amp;amp;purl=http%3A%2F%2Fsoswitcher.blogspot.com%2F" frameborder="0" name="poll-widget8782362485789065652" scrolling="no"&gt;&lt;/iframe&gt;&lt;p&gt;&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:878b4aec-86d9-4f29-8cd0-334fa65162ce" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Blogger+Poll" rel="tag"&gt;Blogger Poll&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Post" rel="tag"&gt;Post&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Blogger+Widget" rel="tag"&gt;Blogger Widget&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;/dt&gt;&lt;/dl&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-3221987299213065869?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/3221987299213065869/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/05/blogger-polls.html#comment-form' title='33 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/3221987299213065869'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/3221987299213065869'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/05/blogger-polls.html' title='Blogger Poll – Add to Blog Post'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_LTITy6PwK7I/ShlQ2Ojv_xI/AAAAAAAABkU/6rVnlmo10RI/s72-c/BloggerPoll%5B1%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>33</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-8803957029925290527</id><published>2009-05-12T05:47:00.001-07:00</published><updated>2009-05-28T21:39:08.850-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Video'/><title type='text'>Twister – The Game</title><content type='html'>&lt;div align="center"&gt;&lt;object width="575" height="296"&gt;&lt;param name="movie" value="http://www.hulu.com/embed/pOR2RxdE5RldCnLo1e4v9g"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed src="http://www.hulu.com/embed/pOR2RxdE5RldCnLo1e4v9g" type="application/x-shockwave-flash" allowFullScreen="true" width="575" height="296"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;  &lt;p&gt;I’m always amazed at the power of a tornado, watch as the fellows capturing this storm on video, play chicken.&lt;/p&gt;  &lt;p&gt;This is by far the best video I’ve ever seen, &lt;strong&gt;WOW&lt;/strong&gt;!&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d82ec977-844c-45d0-b543-18588f47f14c" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/twister" rel="tag"&gt;twister&lt;/a&gt;,&lt;a href="http://technorati.com/tags/tornado" rel="tag"&gt;tornado&lt;/a&gt;,&lt;a href="http://technorati.com/tags/video" rel="tag"&gt;video&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-8803957029925290527?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/8803957029925290527/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/05/twister-game.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8803957029925290527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8803957029925290527'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/05/twister-game.html' title='Twister – The Game'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-5804857840070463203</id><published>2009-04-29T22:24:00.001-07:00</published><updated>2009-06-03T21:50:02.251-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Inkscape'/><category scheme='http://www.blogger.com/atom/ns#' term='Dxf'/><title type='text'>Inkscape – Convert Bitmap to DXF</title><content type='html'>&lt;center&gt;&lt;object width="585" height="364"&gt;&lt;param name="movie" value="http://www.youtube.com/v/gdWWYZ27U-k&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x3a3a3a&amp;amp;color2=0x999999&amp;amp;border=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/gdWWYZ27U-k&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x3a3a3a&amp;amp;color2=0x999999&amp;amp;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="585" height="364"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:22d1ff9c-a05a-42ff-82cc-ecc5b1a1c3e6" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Inkscape" rel="tag"&gt;Inkscape&lt;/a&gt;,&lt;a href="http://technorati.com/tags/DXF" rel="tag"&gt;DXF&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Convert" rel="tag"&gt;Convert&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-5804857840070463203?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/5804857840070463203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/04/inkscape-convert-bitmap-to-dxf.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/5804857840070463203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/5804857840070463203'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/04/inkscape-convert-bitmap-to-dxf.html' title='Inkscape – Convert Bitmap to DXF'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-4994577156519688871</id><published>2009-04-27T13:30:00.001-07:00</published><updated>2009-06-03T21:50:20.758-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Live Writer'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google Maps Plugin – Windows Live Writer</title><content type='html'>&lt;p&gt;This is my third “Windows Live Writer Gallery” plugin.&lt;/p&gt;  &lt;p&gt;This plugin will let you Insert the &lt;a href="http://maps.google.com/" target="_blank"&gt;Google Maps&lt;/a&gt; code, that Google Maps will produce when you do a search.&lt;/p&gt;  &lt;p&gt;The options are, Align map in blog post:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Left &lt;/li&gt;    &lt;li&gt;Center &lt;/li&gt;    &lt;li&gt;Right &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Step 1: Go to &lt;a href="http://maps.google.com/" target="_blank"&gt;Google Maps&lt;/a&gt; &amp;amp; search for a map location.&lt;/p&gt;  &lt;p&gt;Step 2: Click on the “&lt;strong&gt;Link&lt;/strong&gt;” URL, Upper Right Side of your browser window (see screenshot).&lt;a href="http://lh4.ggpht.com/_LTITy6PwK7I/SfYV2XO0i0I/AAAAAAAABdk/SUReh2oh0oA/s1600-h/googlemap1%5B5%5D.jpg" target="_blank"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="googlemap1" border="0" alt="googlemap1" align="right" src="http://lh5.ggpht.com/_LTITy6PwK7I/SfYV3JO-vZI/AAAAAAAABdo/zamwRBSJt8o/googlemap1_thumb%5B3%5D.jpg?imgmax=800" width="260" height="193" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Step 3: Right click on the “&lt;strong&gt;Paste HTML to embed in website&lt;/strong&gt;” textbox, &amp;amp; copy that code to your PC clipboard.&lt;/p&gt;  &lt;p&gt;Step 4: Select how you want the Map to be aligned in your blog post (left, center, or right).&lt;/p&gt;  &lt;p&gt;Step5: Click the “&lt;strong&gt;Insert Google Code&lt;/strong&gt;” button in the “&lt;strong&gt;Google Maps Plugin&lt;/strong&gt;” (when you click the button, the code from Google Maps will be pasted into the plugin).&lt;/p&gt;  &lt;p&gt;Step 6: Click the “Save” button, in the “&lt;strong&gt;Google Maps Plugin&lt;/strong&gt;”&lt;span class="fullpost"&gt;&lt;/p&gt;  &lt;p&gt;This example below has a map to&amp;#160; “Disneyland” inserted into my blog.&lt;/p&gt;  &lt;p&gt;Download this plugin “&lt;a href="http://gallery.live.com/liveItemDetail.aspx?li=c4b3945e-2f67-4653-a67f-152d3881624b&amp;amp;bt=9&amp;amp;pl=8" target="_blank"&gt;Windows Live writer Gallery&lt;/a&gt;”&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div align="center"&gt;&lt;iframe height="575" marginheight="0" src="http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=disneyland&amp;amp;sll=28.394119,-81.623268&amp;amp;sspn=0.202957,0.43808&amp;amp;ie=UTF8&amp;amp;ll=33.810018,-117.918728&amp;amp;spn=0.006295,0.012553&amp;amp;output=embed" frameborder="0" width="575" marginwidth="0" scrolling="no"&gt;&lt;/iframe&gt;    &lt;br /&gt;&lt;small&gt;&lt;a style="text-align: left; color: #0000ff" href="http://maps.google.com/maps?f=q&amp;amp;source=embed&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=disneyland&amp;amp;sll=28.394119,-81.623268&amp;amp;sspn=0.202957,0.43808&amp;amp;ie=UTF8&amp;amp;ll=33.810018,-117.918728&amp;amp;spn=0.006295,0.012553"&gt;View Larger Map&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;  &lt;div align="center"&gt;&lt;small&gt;&lt;/small&gt;&lt;/div&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:38cdc20c-27d6-4558-86ed-5d9dfbda1134" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Windows+Live+writer" rel="tag"&gt;Windows Live writer&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Google+Map" rel="tag"&gt;Google Map&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Map" rel="tag"&gt;Map&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Plugin" rel="tag"&gt;Plugin&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-4994577156519688871?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/4994577156519688871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/04/google-maps-plugin-windows-live-writer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4994577156519688871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4994577156519688871'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/04/google-maps-plugin-windows-live-writer.html' title='Google Maps Plugin – Windows Live Writer'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_LTITy6PwK7I/SfYV3JO-vZI/AAAAAAAABdo/zamwRBSJt8o/s72-c/googlemap1_thumb%5B3%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-8191063717639139286</id><published>2009-04-18T02:52:00.001-07:00</published><updated>2009-06-03T21:50:42.484-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Video'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Live Writer'/><category scheme='http://www.blogger.com/atom/ns#' term='Mp3'/><title type='text'>Media Player – Windows Live Writer</title><content type='html'>&lt;p&gt;This is my second plugin for “&lt;a href="http://gallery.live.com/default.aspx?pl=8" target="_blank"&gt;Windows Live Writer&lt;/a&gt;”.&lt;/p&gt;&lt;p&gt;This plugin will let you add a Windows Media Player to your blog post, options include:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Adjust Width &amp;amp; Height of Media Player &lt;/li&gt;&lt;li&gt;Auto Start &lt;/li&gt;&lt;li&gt;Download Media &lt;/li&gt;&lt;li&gt;Full Screen &lt;/li&gt;&lt;li&gt;Center Media Player in blog post &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The plugin can be downloaded, on the "&lt;a href="http://gallery.live.com/liveItemDetail.aspx?li=a2651b2a-d089-466c-8543-0253964d5ead&amp;amp;bt=9&amp;amp;pl=8"target="_blank"&gt;Windows Live Writer Gallery&lt;/a&gt;".&lt;/p&gt;&lt;p&gt;Here is a demo of the player in action. The size of this player is 575 x 400.&lt;/p&gt;&lt;p&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;Note&lt;/strong&gt;&lt;/span&gt;:&lt;/p&gt;&lt;p&gt;For everyone that runs any type of Ads on their blog, I have a new Windows Live Writer plugin, in the works that I think everyone will like (stay tuned).&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;center&gt;&lt;object id="MediaPlayer" standby="Loading Microsoft Windows Media Player components..." codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="575" height="400" type="application/x-oleobject"&gt;&lt;param name="URL" value="http://sites.google.com/site/mydxfblog/video2/fireworks123.swf"&gt;&lt;param name="rate" value="1"&gt;&lt;param name="balance" value="0"&gt;&lt;param name="currentPosition" value="0"&gt;&lt;param name="defaultFrame" value=""&gt;&lt;param name="playCount" value="1"&gt;&lt;param name="autoStart" value="0"&gt;&lt;param name="currentMarker" value="0"&gt;&lt;param name="invokeURLs" value="-1"&gt;&lt;param name="baseURL" value=""&gt;&lt;param name="volume" value="50"&gt;&lt;param name="mute" value="0"&gt;&lt;param name="uiMode" value="full"&gt;&lt;param name="stretchToFit" value="-1"&gt;&lt;param name="windowlessVideo" value="0"&gt;&lt;param name="enabled" value="-1"&gt;&lt;param name="enableContextMenu" value="-1"&gt;&lt;param name="fullScreen" value="0"&gt;&lt;param name="SAMIStyle" value=""&gt;&lt;param name="SAMILang" value=""&gt;&lt;param name="SAMIFilename" value=""&gt;&lt;param name="captioningID" value=""&gt;&lt;param name="enableErrorDialogs" value="0"&gt;&lt;param name="_cx" value="15213"&gt;&lt;param name="_cy" value="10583"&gt;&lt;embed width="575" height="400" src="http://sites.google.com/site/mydxfblog/video2/fireworks123.swf" showcontrols="true" stretchtofit="true" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="MediaPlayer" autostart="False" enablepositioncontrols="false" showpositioncontrols="true" type="application/x-mplayer2"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4c043283-e142-43bc-999d-7dae07d0a909" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Windows+Live+Writer" rel="tag"&gt;Windows Live Writer&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Media" rel="tag"&gt;Media&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Media+Player" rel="tag"&gt;Media Player&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-8191063717639139286?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/8191063717639139286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/04/media-player-windows-live-writer.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8191063717639139286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8191063717639139286'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/04/media-player-windows-live-writer.html' title='Media Player – Windows Live Writer'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-8761543463121787628</id><published>2009-04-14T18:28:00.001-07:00</published><updated>2009-05-31T16:50:31.491-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Live Writer'/><title type='text'>MP3 Plugin - Windows Live Writer / VB.net 2005</title><content type='html'>&lt;p&gt;I’ve been busy today, writing my first published plugin for Windows Live Writer.&lt;/p&gt;  &lt;p&gt;My new “&lt;strong&gt;Insert MP3 Player&lt;/strong&gt;” plugin is a small Quiktime MP3 player that can be embedded in blog post.&lt;/p&gt;  &lt;p&gt;I’ve only tested this on: &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Mp3" border="0" alt="Mp3" align="right" src="http://lh6.ggpht.com/_LTITy6PwK7I/SiMXxyxDpKI/AAAAAAAABqU/jkuZfh1Oxjo/Mp3%5B8%5D.png?imgmax=800" width="271" height="271" /&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Internet Explorer (8.0) &lt;/li&gt;    &lt;li&gt;Firefox (3.0.1) &lt;/li&gt;    &lt;li&gt;Blogger &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I built my “&lt;strong&gt;Insert MP3 Player&lt;/strong&gt;” plugin with the free version of “VB.net 2005 Express”. The plugin can be downloaded, on the “&lt;a href="http://gallery.live.com/liveItemDetail.aspx?li=be89b77c-3312-4cb7-bdf5-ed4d81106538&amp;amp;bt=9&amp;amp;pl=8" target="_blank"&gt;Windows Live Writer Plugin Gallery&lt;/a&gt;”.&lt;/p&gt;  &lt;p&gt;Here is how to install the MP3 plugin:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Make sure that “Windows Live Writer” is closed &lt;/li&gt;    &lt;li&gt;&lt;a href="http://gallery.live.com/liveItemDetail.aspx?li=be89b77c-3312-4cb7-bdf5-ed4d81106538&amp;amp;bt=9&amp;amp;pl=8" target="_blank"&gt;Download&lt;/a&gt; the MP3 plugin to your PC desktop &lt;/li&gt;    &lt;li&gt;After the Plugin is downloaded to your PC desktop, double click the MSI Installer &lt;/li&gt;    &lt;li&gt;Follow the instructions in the MSI Installer, the plugin will be installed in your PC, at “C:\Program Files\Windows Live\Writer\Plugins” by default. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Below is the plugin in action..&lt;/p&gt;  &lt;p&gt;&lt;/p&gt; &lt;center&gt;&lt;object width="300" height="20"&gt;&lt;param name="src" value="http://sites.google.com/site/mydxfblog/video2/switcher.mp3"&gt; &lt;param name="autoplay" value="False"&gt;&lt;param name="controller" value="true"&gt;&lt;embed src="http://sites.google.com/site/mydxfblog/video2/switcher.mp3" autostart="False" loop="false" width="300" height="20" controller="true"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;&lt;center&gt;&amp;#160;&lt;/center&gt;  &lt;div align="left"&gt;&amp;#160;&lt;/div&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:98eb48fb-8638-45eb-80c3-034f37fe1f8d" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/windows+live+writer" rel="tag"&gt;windows live writer&lt;/a&gt;,&lt;a href="http://technorati.com/tags/vb.net" rel="tag"&gt;vb.net&lt;/a&gt;,&lt;a href="http://technorati.com/tags/plugin" rel="tag"&gt;plugin&lt;/a&gt;&lt;/div&gt; &lt;center&gt;&amp;#160;&lt;/center&gt;  &lt;div align="left"&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-8761543463121787628?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/8761543463121787628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/04/mp3-plugin-windows-live-writer-vbnet.html#comment-form' title='22 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8761543463121787628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8761543463121787628'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/04/mp3-plugin-windows-live-writer-vbnet.html' title='MP3 Plugin - Windows Live Writer / VB.net 2005'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_LTITy6PwK7I/SiMXxyxDpKI/AAAAAAAABqU/jkuZfh1Oxjo/s72-c/Mp3%5B8%5D.png?imgmax=800' height='72' width='72'/><thr:total>22</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-3244677865686376667</id><published>2009-04-12T13:55:00.001-07:00</published><updated>2009-06-03T21:51:01.464-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Inkscape'/><category scheme='http://www.blogger.com/atom/ns#' term='Cnc'/><category scheme='http://www.blogger.com/atom/ns#' term='Vector'/><title type='text'>O Logo, Logo - Wherefore Art Thou Logo</title><content type='html'>&lt;p&gt;Looking for a specific logo?&lt;/p&gt;&lt;p&gt;Have any logo links? Leave me a comment with the URL, &amp;amp; I’ll add them to the list. &lt;/p&gt;&lt;p&gt;&lt;a href="http://lh5.ggpht.com/_LTITy6PwK7I/SeJVP5qPxpI/AAAAAAAABag/Cwa0N9HTnLY/s1600-h/logo123%5B9%5D.jpg" target="_blank"&gt;&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="logo123" border="0" alt="logo123" align="right" src="http://lh4.ggpht.com/_LTITy6PwK7I/SeJVQfoQqxI/AAAAAAAABak/0b8io7flowI/logo123_thumb%5B7%5D.jpg?imgmax=800" width="279" height="265" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a title="http://www.brandsoftheworld.com" href="http://www.brandsoftheworld.com/" target="_blank"&gt;http://www.brandsoftheworld.com/&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a title="http://www.sportslogos.net/" href="http://www.sportslogos.net/" target="_blank"&gt;http://www.sportslogos.net/&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.logotypes.ru/default_e.asp" target="_blank"&gt;http://www.logotypes.ru/default_e.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://logotypes.designer.am/srch/search.php" target="_blank"&gt;http://logotypes.designer.am/srch/search.php&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.logoserver.com/Crinks.html" target="_blank"&gt;http://www.logoserver.com/Crinks.html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.lalogotheque.com/eng/" target="_blank"&gt;http://www.lalogotheque.com/eng/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.vector-logos.com/main-en.html"target="_blank"&gt;http://www.vector-logos.com/main-en.html&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fe4a6856-ff2b-4c04-b387-48900aaf1ded" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/vector" rel="tag"&gt;vector&lt;/a&gt;,&lt;a href="http://technorati.com/tags/cnc" rel="tag"&gt;cnc&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-3244677865686376667?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/3244677865686376667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/04/o-logo-logo-wherefore-art-thou-logo.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/3244677865686376667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/3244677865686376667'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/04/o-logo-logo-wherefore-art-thou-logo.html' title='O Logo, Logo - Wherefore Art Thou Logo'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_LTITy6PwK7I/SeJVQfoQqxI/AAAAAAAABak/0b8io7flowI/s72-c/logo123_thumb%5B7%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-6927551719694621447</id><published>2009-04-10T13:17:00.000-07:00</published><updated>2009-11-04T03:56:02.624-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cnc'/><category scheme='http://www.blogger.com/atom/ns#' term='Jobs'/><title type='text'>Cnc Jobs – 50 States</title><content type='html'>&lt;p&gt;&lt;/p&gt; &lt;font size="2" face="arial"&gt;   &lt;div align="left"&gt;Jobs can be difficult to find these days. &lt;/div&gt;    &lt;div align="left"&gt;&amp;#160;&lt;/div&gt;    &lt;div align="left"&gt;I’ve put together a list of all 50 US states, that I hope will narrow down that next cnc related job.&lt;/div&gt;    &lt;div align="left"&gt;&amp;#160;&lt;/div&gt;    &lt;div align="left"&gt;This list of states will narrow down the search on the Indeed.com website. I’m looking for work myself, &amp;amp; have searched a lot of sites, I just found Indeed, &amp;amp; have already found two local cnc job leads.&lt;/div&gt;    &lt;div align="left"&gt;&amp;#160;&lt;/div&gt;    &lt;div align="left"&gt;&amp;#160;&lt;/div&gt;   &lt;center&gt;     &lt;table class="content2" border="0" width="100%"&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Alabama&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Alabama&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Alaska&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Alaska&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Arizona&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Arizona&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Arkansas&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Arkansas&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=California&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;California&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Colorado&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Colorado&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Connecticut&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Connecticut&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Delaware&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Delaware&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Florida&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Florida&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Georgia&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Georgia&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Hawaii&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Hawaii&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Idaho&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Idaho&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Illinois&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Illinois&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Indiana&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Indiana&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Iowa&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Iowa&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Kansas&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Kansas&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Kentucky&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Kentucky&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Louisiana&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Louisiana&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Maine&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Maine&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Maryland&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Maryland&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Massachusetts&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Massachusetts&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Michigan&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Michigan&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Minnesota&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Minnesota&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Mississippi&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Mississippi&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Missouri&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Missouri&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Montana&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Montana&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Nebraska&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Nebraska&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Nevada&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Nevada&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=New Hampshire&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;New Hampshire&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=New Jersey&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;New Jersey&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=New Mexico&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;New Mexico&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=New York&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;New York&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=North Carolina&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;North Carolina&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=North Dakota&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;North Dakota&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Ohio&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Ohio&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Oklahoma&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Oklahoma&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Oregon&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Oregon&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Pennsylvania&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Pennsylvania&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Rhode Island&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Rhode Island&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=South Carolina&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;South Carolina&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=South Dakota&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;South Dakota&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Tennessee&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Tennessee&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Texas&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Texas&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Utah&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Utah&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Vermont&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Vermont&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Virginia&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Virginia&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Washington&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Washington&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=West Virginia&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;West Virginia&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;          &lt;tr&gt;           &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Wisconsin&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Wisconsin&lt;/a&gt;&lt;a href="http://state.1keydata.com/wisconsin.php"&gt;&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://www.indeed.com/jobs?q=cnc&amp;amp;l=Wyoming&amp;amp;indpubnum=7090434013484228&amp;quot; target=&amp;quot;indeed_search" target="_blank"&gt;Wyoming&lt;/a&gt;&lt;a href="http://state.1keydata.com/wyoming.php"&gt;&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="http://state.1keydata.com/wyoming.php"&gt;&lt;/a&gt;&lt;/td&gt;            &lt;td&gt;&amp;#160;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;   &lt;/center&gt;&lt;center&gt;&amp;#160;&lt;/center&gt;    &lt;div align="left"&gt;&amp;#160;&lt;/div&gt;    &lt;div align="left"&gt;&amp;#160;&lt;/div&gt; &lt;/font&gt;&lt;center&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:74ba13cc-6b9b-42e0-bd2c-f06f7f7a5177" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/jobs" rel="tag"&gt;jobs&lt;/a&gt;,&lt;a href="http://technorati.com/tags/cnc" rel="tag"&gt;cnc&lt;/a&gt;,&lt;a href="http://technorati.com/tags/work" rel="tag"&gt;work&lt;/a&gt;&lt;/div&gt; &lt;/center&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-6927551719694621447?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/6927551719694621447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/04/cnc-jobs-50-states.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/6927551719694621447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/6927551719694621447'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/04/cnc-jobs-50-states.html' title='Cnc Jobs – 50 States'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-8285092796207934472</id><published>2009-04-07T12:37:00.001-07:00</published><updated>2009-06-03T21:51:29.907-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Music'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Search Google - for Music</title><content type='html'>&lt;p&gt;Google is great for searching out webpages, but did you know Google will search for music, video, or just about any type of media? I’ve used the search string hacks for a couple of years now, to find mp3 music. That’s all fine &amp;amp; dandy, the problem is all those long search strings start getting annoying after a while.&lt;a href="http://lh4.ggpht.com/_LTITy6PwK7I/Sdurj2N9WEI/AAAAAAAABZo/o7zeV8yJahI/s1600-h/musicsearch%5B4%5D.jpg"&gt;&lt;img style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; MARGIN-LEFT: 0px; BORDER-TOP: 0px; MARGIN-RIGHT: 0px; BORDER-RIGHT: 0px" title="musicsearch" border="0" alt="musicsearch" align="right" src="http://lh4.ggpht.com/_LTITy6PwK7I/SdurkBiEnAI/AAAAAAAABZs/InbDUIJVYi8/musicsearch_thumb%5B2%5D.jpg?imgmax=800" width="260" height="154" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;So anyway, a while back I was doing a Google mp3 search, &amp;amp; came across a site that will let you enter only the info you really care about (song title, etc…), at first I thought hey this is kinda cool, then I got to searching &amp;amp; thought hey this is GREAT! &lt;/p&gt;&lt;p&gt;Why is &lt;a href="http://www.googlemusicsearch.com/" target="_blank"&gt;googlemusicsearch.com&lt;/a&gt; so great, well first, after you do a music search, you get the usual looking Google search results, here’s the kicker, at the bottom of each search result is a link “&lt;strong&gt;scan for music&lt;/strong&gt;”, what this does is scan the search links for mp3 files, without ever leaving the search results page, then displays the results in the same search results page, &amp;amp; provides all the mp3 download links, all without ever leaving the search results page, now that’s cool!&lt;/p&gt;&lt;p&gt;Google does not own the music search site, they only provide search results.&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0df4ebb8-38b0-42a3-aa80-e14b1438be36" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/mp3" rel="tag"&gt;mp3&lt;/a&gt;,&lt;a href="http://technorati.com/tags/download" rel="tag"&gt;download&lt;/a&gt;,&lt;a href="http://technorati.com/tags/music" rel="tag"&gt;music&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-8285092796207934472?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/8285092796207934472/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/04/search-google-for-music.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8285092796207934472'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8285092796207934472'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/04/search-google-for-music.html' title='Search Google - for Music'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_LTITy6PwK7I/SdurkBiEnAI/AAAAAAAABZs/InbDUIJVYi8/s72-c/musicsearch_thumb%5B2%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-2804254495686234893</id><published>2009-04-06T17:36:00.001-07:00</published><updated>2009-06-03T21:51:43.271-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cambam'/><category scheme='http://www.blogger.com/atom/ns#' term='Cnc'/><title type='text'>CamBam – Creating New Layers</title><content type='html'>&lt;p&gt;In this tutorial, we will add a new layer to a single layer dxf file, inside the free version of "&lt;a href="http://www.brusselsprout.org/CAMBAM/download.htm" target="_blank"&gt;CamBam [Beta 0.8] Rel 2&lt;/a&gt;". I am working with &lt;a href="http://mydxf.blogspot.com/2008/05/design-21.html" target="_blank"&gt;Design21&lt;/a&gt;, a free dxf file.&lt;/p&gt;&lt;p&gt;1) Open CamBam (this will start a new project)&lt;/p&gt;&lt;p&gt;2) “&lt;strong&gt;File&lt;/strong&gt; / &lt;strong&gt;Open&lt;/strong&gt;” (This will open a windows prompt) select a dxf file on your PC, &amp;amp; click the “&lt;strong&gt;Open&lt;/strong&gt;” button.&lt;/p&gt;&lt;p&gt;3) Right click on the “&lt;strong&gt;Layers&lt;/strong&gt;” text in the Layers Tree (Left side of the screen) &lt;a href="http://lh4.ggpht.com/_LTITy6PwK7I/SdrEu6VKfHI/AAAAAAAABZA/3NWnRrqTSzM/s1600-h/CamBamTree16%5B1%5D.jpg" target="_blank"&gt;&lt;img style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: block; FLOAT: none; MARGIN-LEFT: auto; BORDER-TOP: 0px; MARGIN-RIGHT: auto; BORDER-RIGHT: 0px" title="CamBam Tree" border="0" alt="CamBam Tree" src="http://lh5.ggpht.com/_LTITy6PwK7I/SdqgETydd4I/AAAAAAAABZE/uoxVskYAEE4/CamBamTree16_thumb.jpg?imgmax=800" width="260" height="222" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;4) In the properties pane, rename the layer, &amp;amp; change the color of the layer (the screenshot below has the properties name changed to “&lt;strong&gt;Holes&lt;/strong&gt;”, &amp;amp; the layer color changed to “&lt;strong&gt;Lime&lt;/strong&gt;”)&lt;a href="http://lh5.ggpht.com/_LTITy6PwK7I/SdqgEny0nqI/AAAAAAAABZM/d8TzAai55TE/s1600-h/LayerProperties%5B1%5D.jpg" target="_blank"&gt;&lt;img style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: block; FLOAT: none; MARGIN-LEFT: auto; BORDER-TOP: 0px; MARGIN-RIGHT: auto; BORDER-RIGHT: 0px" title="LayerProperties" border="0" alt="LayerProperties" src="http://lh6.ggpht.com/_LTITy6PwK7I/SdqgFJ5LZpI/AAAAAAAABZU/LOUA5_98_zs/LayerProperties_thumb.jpg?imgmax=800" width="260" height="260" /&gt;&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;5) Hold down the “&lt;strong&gt;Ctrl&lt;/strong&gt;” key on the keyboard, &amp;amp; “&lt;strong&gt;Left&lt;/strong&gt;” click to select multiple dxf objects in the drawing area.&lt;/p&gt;&lt;p&gt;6) “&lt;strong&gt;Edit&lt;/strong&gt; / &lt;strong&gt;Copy&lt;/strong&gt;” (this will copy all the selected objects to memory)&lt;/p&gt;&lt;p&gt;7) “&lt;strong&gt;Left&lt;/strong&gt;” click on the “&lt;strong&gt;Holes&lt;/strong&gt;” layer we created earlier (make sure the “&lt;strong&gt;Holes&lt;/strong&gt;” layer is highlighted) &lt;/p&gt;&lt;p&gt;8) “&lt;strong&gt;Edit&lt;/strong&gt; / &lt;strong&gt;Paste&lt;/strong&gt;” (this will paste a copy of the dxf objects we selected in previous step)&lt;a href="http://lh3.ggpht.com/_LTITy6PwK7I/SdrEwljuhmI/AAAAAAAABZc/i4Zm6Yi94Uo/s1600-h/HolesLayer5%5B1%5D.jpg"target="_blank"&gt;&lt;img style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: block; FLOAT: none; MARGIN-LEFT: auto; BORDER-TOP: 0px; MARGIN-RIGHT: auto; BORDER-RIGHT: 0px" title="HolesLayer" border="0" alt="HolesLayer" src="http://lh5.ggpht.com/_LTITy6PwK7I/SdqgFQZtw4I/AAAAAAAABZg/KOX41aS8VmQ/HolesLayer5_thumb.jpg?imgmax=800" width="260" height="189" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;Note&lt;/strong&gt;&lt;/span&gt;:&lt;/p&gt;&lt;p&gt;We now have a new dxf layer, a few things to mention, If you “&lt;strong&gt;Right&lt;/strong&gt;” click on the “&lt;strong&gt;Holes&lt;/strong&gt;” layer in our example, you will have a few self explanatory options (Set as Active Layer, Hide, Show, Delete, Clear, Select All on Layer).&lt;/p&gt;&lt;p&gt;When finished with this example I deleted the default layer “&lt;strong&gt;0&lt;/strong&gt;”, so I wouldn’t have any duplicate layers/vectors.&lt;/p&gt;&lt;p&gt;&lt;a href="http://sites.google.com/site/mydxfblog/soswitcher/CamBamDXFLayers.zip"&gt;Download Project&lt;/a&gt;&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:db04824c-6343-4753-b6c1-a4864e15cb7a" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/cambam" rel="tag"&gt;cambam&lt;/a&gt;,&lt;a href="http://technorati.com/tags/cnc" rel="tag"&gt;cnc&lt;/a&gt;,&lt;a href="http://technorati.com/tags/dxf" rel="tag"&gt;dxf&lt;/a&gt;,&lt;a href="http://technorati.com/tags/tutorial" rel="tag"&gt;tutorial&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-2804254495686234893?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/2804254495686234893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/04/cambam-creating-new-layers.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/2804254495686234893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/2804254495686234893'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/04/cambam-creating-new-layers.html' title='CamBam – Creating New Layers'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_LTITy6PwK7I/SdqgETydd4I/AAAAAAAABZE/uoxVskYAEE4/s72-c/CamBamTree16_thumb.jpg?imgmax=800' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-7543708678401966535</id><published>2009-03-30T16:58:00.001-07:00</published><updated>2009-05-30T17:37:23.894-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cnc'/><title type='text'>CncZone – Share Your Part or Art</title><content type='html'>&lt;p&gt;CncZone.com is the largest diy cnc forum on the internet. &lt;/p&gt;&lt;p&gt;I can’t say enough good things to do the website justice. I’ve been a member to the forums since April 2005, &amp;amp; have learned something every day that I visit the forums.&lt;/p&gt;&lt;p&gt;My personal favorite forum is &lt;a href="http://www.cnczone.com/forums/showthread.php?t=19346" target="_blank"&gt;Share Your Part or Art&lt;/a&gt;, &amp;amp; from the looks of almost 1 million page views, it’s also popular with a few other folks.&lt;a href="http://lh6.ggpht.com/_LTITy6PwK7I/SdFcog4qZmI/AAAAAAAABXE/XAPr_f48rvc/s1600-h/share1%5B1%5D.jpg" target="_blank"&gt;&lt;img style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; MARGIN-LEFT: 0px; BORDER-TOP: 0px; MARGIN-RIGHT: 0px; BORDER-RIGHT: 0px" title="share1" border="0" alt="share1" align="right" src="http://lh6.ggpht.com/_LTITy6PwK7I/SdFcpDXIaEI/AAAAAAAABXI/lWwZQAwtHcQ/share1_thumb.jpg?imgmax=800" width="260" height="211" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;One thing that CncZone allows the members is the ability to add attachments (images, dxf files, etc…), this is what attracts a lot of members to the &lt;a href="http://www.cnczone.com/forums/showthread.php?t=19346" target="_blank"&gt;Share Your Part or Art&lt;/a&gt;, forum. The forum is more than just trading dxf files, everyone brings something to offer in so many creative ways, it’s just great to see how many ways cnc projects can be created.&lt;/p&gt;&lt;p&gt;Today I’m going to share something that’s related to the CncZone links above. If you have ever visited the forum, you’ll notice that between most files is a lot of &lt;strong&gt;great&lt;/strong&gt; conversation between CncZone members, but did you know that CncZone has an option to view only the attached files &amp;amp; images in each forum post, all in a single web page?&lt;/p&gt;The way to find all the related files is to:&lt;span class="fullpost"&gt; &lt;ol&gt;&lt;li&gt;&lt;strong&gt;Login&lt;/strong&gt; to CncZone.com &lt;/li&gt;&lt;li&gt;Go to the &lt;a href="http://www.cnczone.com/forums/forumdisplay.php?f=141&amp;amp;daysprune=-1&amp;amp;order=desc&amp;amp;sort=views" target="_blank"&gt;General Machining Discussion&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Click on the small &lt;strong&gt;Paper Clip&lt;/strong&gt; icon (below &lt;strong&gt;Rating&lt;/strong&gt;) &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Or, If you prefer a direct link to all the attached files, you can click &lt;a href="http://www.cnczone.com/forums/misc.php?do=showattachments&amp;amp;t=19346" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Most web browser also allow you to search a web page, for keywords, such as “&lt;strong&gt;DXF&lt;/strong&gt;”&lt;/p&gt;&lt;p&gt;The purpose of this blog post, isn’t to direct anyone away from the forums, it’s purpose is to help you narrow down a specific file. By joining in the forum conversations, we all learn something new.&lt;/p&gt;&lt;p&gt;Do you have any CncZone, tips or tricks (comment below)?&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:56079dd3-1f4f-4ede-9909-b128eeb75f20" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/cnc" rel="tag"&gt;cnc&lt;/a&gt;,&lt;a href="http://technorati.com/tags/cnczone" rel="tag"&gt;cnczone&lt;/a&gt;,&lt;a href="http://technorati.com/tags/dxf" rel="tag"&gt;dxf&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-7543708678401966535?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/7543708678401966535/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/03/cnczone-share-your-part-or-art.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/7543708678401966535'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/7543708678401966535'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/03/cnczone-share-your-part-or-art.html' title='CncZone – Share Your Part or Art'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_LTITy6PwK7I/SdFcpDXIaEI/AAAAAAAABXI/lWwZQAwtHcQ/s72-c/share1_thumb.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-1422670489921580208</id><published>2009-03-29T15:34:00.001-07:00</published><updated>2009-06-03T21:52:12.077-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cnc'/><category scheme='http://www.blogger.com/atom/ns#' term='Sketchup'/><title type='text'>Sketchup 7 - Export 3D DXF Models (FREE)</title><content type='html'>&lt;p&gt;I'm new to &lt;a href="http://sketchup.google.com/" target="_blank"&gt;Sketchup&lt;/a&gt; so I'm not really sure If this is new to anyone else. I found a plugin that looks like it has been around since March 13th, 2008 ( &lt;a href="http://www.guitar-list.com/download-software/convert-sketchup-skp-files-dxf-or-stl" target="_blank"&gt;Convert Sketchup SKP files to DXF or STL&lt;/a&gt; ). &lt;a href="http://lh6.ggpht.com/_LTITy6PwK7I/Sc_3XcY5UJI/AAAAAAAABWc/sOcLbB-HLvw/s1600-h/sketchup7dxf%5B5%5D.jpg" target="_blank"&gt;&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="sketchup7dxf" border="0" alt="sketchup7dxf" align="right" src="http://lh4.ggpht.com/_LTITy6PwK7I/Sc_3Xq0mM3I/AAAAAAAABWg/bcCWmuqvvI4/sketchup7dxf_thumb%5B3%5D.jpg?imgmax=800" width="200" height="260" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;Like the link above reads, it's a plugin that will allow you to export a 3D DXF file, I had this up &amp;amp; running in less than an hour, that includes downloading Sketchup 7, installing the plugin, &amp;amp; exporting the 3D DXF (attached below). &lt;/p&gt;&lt;p&gt;I started out with a DXF file from my blog ( &lt;a href="http://mydxf.blogspot.com/2009/02/design-203.html" target="_blank"&gt;Design 203&lt;/a&gt; ), it's a simple 2D file that I created with Inkscape 0.46. I open Design 203 (dxf) into Sketchup 7, export the 3D model with the plugin, now I have a 3D model.&lt;/p&gt;&lt;p&gt;This was really just a simple test, next I'll see If I can get some texture added, to the face of the 3D model, and maybe some rounded edges.&lt;/p&gt;&lt;p&gt;I couldn't believe how easy this was, to work with inside of Sketchup 7.&lt;/p&gt;&lt;p&gt;&lt;a href="http://sites.google.com/site/mydxfblog/soswitcher/Sketchup3D.zip"&gt;Download DXF&lt;/a&gt; &lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e6c11492-5368-41d0-a8a0-f2f8c8445ba6" class="wlWriterEditableSmartContent"&gt; &lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/cnc" rel="tag"&gt;cnc&lt;/a&gt;,&lt;a href="http://technorati.com/tags/sketchup" rel="tag"&gt;sketchup&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-1422670489921580208?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/1422670489921580208/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/03/sketchup-7-export-3d-dxf-models-free.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/1422670489921580208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/1422670489921580208'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/03/sketchup-7-export-3d-dxf-models-free.html' title='Sketchup 7 - Export 3D DXF Models (FREE)'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_LTITy6PwK7I/Sc_3Xq0mM3I/AAAAAAAABWg/bcCWmuqvvI4/s72-c/sketchup7dxf_thumb%5B3%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-4163368261441916142</id><published>2009-03-28T00:10:00.001-07:00</published><updated>2009-06-03T21:53:22.718-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Dxf'/><category scheme='http://www.blogger.com/atom/ns#' term='Cnc'/><title type='text'>Google – DXF / PDF Search Trick</title><content type='html'>&lt;p&gt; &lt;/p&gt;&lt;p&gt;Have you ever wanted to search for a specific type of file with a Google search?&lt;/p&gt;&lt;p&gt;It’s actually very easy to search out file types. Let’s say we want to search for only DXF files:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Go to &lt;a href="http://www.google.com/" target="_blank"&gt;Google&lt;/a&gt; &lt;a href="http://lh6.ggpht.com/_LTITy6PwK7I/Sc3NSXrriKI/AAAAAAAABWU/fYSGCelowMc/s1600-h/google%20DXF%5B5%5D.jpg" target="_blank"&gt;&lt;img style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; MARGIN-LEFT: 0px; BORDER-TOP: 0px; MARGIN-RIGHT: 0px; BORDER-RIGHT: 0px" title="google DXF" border="0" alt="google DXF" align="right" src="http://lh4.ggpht.com/_LTITy6PwK7I/Sc3NS29znDI/AAAAAAAABWY/XUDaNvaOqMU/google%20DXF_thumb%5B3%5D.jpg?imgmax=800" width="260" height="233" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Add this line to the search box ( &lt;a href="http://www.google.com/search?q=filetype:dxf" target="_blank"&gt;filetype:dxf&lt;/a&gt; ) &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Your not limited to only DXF files, any file type extension should return search results, all that’s needed to search for a file type is as simple as changing the end of the search string, for example, If we want to search for PDF files, our search string would look like this, ( &lt;a href="http://www.google.com/search?hl=en&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=filetype%3Apdf&amp;amp;btnG=Search" target="_blank"&gt;filetype:pdf&lt;/a&gt; ).&lt;/p&gt;&lt;p&gt;Now that's all good that we can search out a specific file type, say we want to search for a pdf file with a specific keyword, example we need to find all the pdf files that include the keyword “CNC”, we can use the same search string as we used in our last pdf Google search, all we need to do is add our keyword:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;“CNC” ( &lt;a href="http://www.google.com/search?hl=en&amp;amp;rlz=1T4GPTB_enUS290US290&amp;amp;q=cnc+filetype%3Apdf" target="_blank"&gt;cnc filetype:pdf&lt;/a&gt; ) &lt;/li&gt;&lt;/ol&gt;&lt;p&gt; &lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5e0e8bc4-6cba-47a9-8bd3-df0d52c1620b" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/google" rel="tag"&gt;google&lt;/a&gt;,&lt;a href="http://technorati.com/tags/cnc" rel="tag"&gt;cnc&lt;/a&gt;,&lt;a href="http://technorati.com/tags/dxf" rel="tag"&gt;dxf&lt;/a&gt;,&lt;a href="http://technorati.com/tags/pdf" rel="tag"&gt;pdf&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-4163368261441916142?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/4163368261441916142/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/03/google-dxf-pdf-search-trick.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4163368261441916142'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4163368261441916142'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/03/google-dxf-pdf-search-trick.html' title='Google – DXF / PDF Search Trick'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_LTITy6PwK7I/Sc3NS29znDI/AAAAAAAABWY/XUDaNvaOqMU/s72-c/google%20DXF_thumb%5B3%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-1942344016515199504</id><published>2009-03-27T18:25:00.001-07:00</published><updated>2009-03-27T19:39:21.640-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cnc'/><title type='text'>A9Converter – DXF Version Converter</title><content type='html'>&lt;p&gt;Have you ever needed to convert a DXF file to another DXF version?&lt;/p&gt;&lt;p&gt;The folks over at &lt;a href="http://www.a9tech.com/" target="_blank"&gt;A9Tech&lt;/a&gt; have a &lt;a href="http://www.a9tech.com/a9converter/" target="_blank"&gt;free program&lt;/a&gt; that will do all this:&lt;/p&gt;&lt;li&gt;Standalone converter. No AutoCAD installation is required. &lt;a href="http://lh3.ggpht.com/_LTITy6PwK7I/Sc18bXkYqyI/AAAAAAAABWE/Pv_LWuaZ1Rg/s1600-h/a9tech1%5B5%5D.jpg" target="_blank"&gt;&lt;img style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; MARGIN-RIGHT: 0px" title="a9tech1" border="0" alt="a9tech1" align="right" src="http://lh3.ggpht.com/_LTITy6PwK7I/Sc18bhCXzhI/AAAAAAAABWI/jVcnFu_wYkc/a9tech1_thumb%5B3%5D.jpg?imgmax=800" width="260" height="208" /&gt;&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Convert DWG to DXF. &lt;/li&gt;&lt;li&gt;Convert DXF to DWG. &lt;/li&gt;&lt;li&gt;Perform version conversion among DWG files. &lt;/li&gt;&lt;li&gt;Perform version conversion among DXF files. &lt;/li&gt;&lt;li&gt;Read AutoCAD R2.5, R2.6, R9, R10, R13, R14, 2000, 2002, 2004, 2005 &amp;amp; 2006. &lt;/li&gt;&lt;li&gt;Write AutoCAD R10, R13, R14, 2000, 2002, 2004, 2005 &amp;amp; 2006. &lt;/li&gt;&lt;li&gt;Support drag-and-drop batch processing. &lt;p&gt;The program works great.&lt;/p&gt;&lt;div style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: none; PADDING-TOP: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:90fa7a2b-9d11-4396-a752-ce30c7c4b2e7" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/cnc" rel="tag"&gt;cnc&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;/li&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-1942344016515199504?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/1942344016515199504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/03/a9converter-dxf-version-converter.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/1942344016515199504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/1942344016515199504'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/03/a9converter-dxf-version-converter.html' title='A9Converter – DXF Version Converter'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_LTITy6PwK7I/Sc18bhCXzhI/AAAAAAAABWI/jVcnFu_wYkc/s72-c/a9tech1_thumb%5B3%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-6269545206629041395</id><published>2009-03-25T12:50:00.001-07:00</published><updated>2010-03-22T14:44:09.846-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cambam'/><category scheme='http://www.blogger.com/atom/ns#' term='Dxf'/><category scheme='http://www.blogger.com/atom/ns#' term='Cnc'/><title type='text'>CamBam – Convert Font to DXF</title><content type='html'>&lt;p&gt;"&lt;a href="http://www.brusselsprout.org/CAMBAM/download.htm" target="_blank"&gt;CamBam [Beta 0.8] Rel 2&lt;/a&gt;" &lt;/p&gt;&lt;p&gt;1) Open CamBam (this will start a new project) &lt;/p&gt;&lt;p&gt;2) "&lt;strong&gt;Insert / Text&lt;/strong&gt;" (this will do 2 things, first it will add text to the drawing area/window by default the text is "Hello World!", second it will add info to the "Properties Pane" (bottom Left side of the CamBam program), you can drag the "Properties Pane" to make it easier to see all the info (Font, Text, etc...)) &lt;a href="http://lh6.ggpht.com/_LTITy6PwK7I/ScqLDjcpnXI/AAAAAAAABVc/9zo2rB6LZQ4/s1600-h/cambamFONT%5B9%5D.jpg" target="_blank"&gt;&lt;img style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; MARGIN-LEFT: 0px; BORDER-TOP: 0px; MARGIN-RIGHT: 0px; BORDER-RIGHT: 0px" title="cambam FONT" border="0" alt="cambam FONT" align="right" src="http://lh5.ggpht.com/_LTITy6PwK7I/ScqLD823GQI/AAAAAAAABVg/XZMprTgcnCI/cambamFONT_thumb%5B7%5D.jpg?imgmax=800" width="260" height="231" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;3) Make sure the "Text Icon" is selected in the upper Left side of the "Properties Pane Tree" (it should be selected already, when we selected to add text to the project) &lt;/p&gt;&lt;p&gt;4) In the "Properties Pane", scroll down and click on the word "&lt;strong&gt;Text&lt;/strong&gt;", this will show a small box to the far left of that line in the text "Properties Pane", a small window will open, enter the text you want (example text = Howdy), then click "&lt;strong&gt;OK&lt;/strong&gt;" to close the small text window, this should change the text in the main drawing area/window (example text = Howdy) &lt;span class="fullpost"&gt;&lt;/p&gt;&lt;p&gt;5) In the "Properties Pane", scroll down and click on the word "&lt;strong&gt;Font&lt;/strong&gt;", this will show a small arrow pointing down, press the small arrow, &amp;amp; select a font that you want to use in your project (the small arrow, should show all the fonts installed on your specific PC) &lt;/p&gt;&lt;p&gt;6) "&lt;strong&gt;Edit / Select All&lt;/strong&gt;" (this should select all of the text, in the drawing area/window) &lt;/p&gt;&lt;p&gt;7) "&lt;strong&gt;Edit / Polylines / Convert to Polylines&lt;/strong&gt;" &lt;/p&gt;&lt;p&gt;8) "&lt;strong&gt;File ' Export DXF&lt;/strong&gt;" (a "Save As" windows prompt will open, select the location on your PC that you want the new DXF file to be saved to (desktop, etc...)) Press the "Save" button &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;To convert a font to a single line font/dxf, just skip the "Polyline" part above.&lt;/p&gt;&lt;p&gt;&lt;a href="http://sites.google.com/site/mydxfblog/soswitcher/Howdy.zip"&gt;Download DXF &lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-6269545206629041395?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/6269545206629041395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/03/cambam-convert-font-to-dxf.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/6269545206629041395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/6269545206629041395'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/03/cambam-convert-font-to-dxf.html' title='CamBam – Convert Font to DXF'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_LTITy6PwK7I/ScqLD823GQI/AAAAAAAABVg/XZMprTgcnCI/s72-c/cambamFONT_thumb%5B7%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-8041050995450395634</id><published>2009-03-25T00:16:00.000-07:00</published><updated>2009-06-03T21:52:53.621-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Music'/><category scheme='http://www.blogger.com/atom/ns#' term='Mp3'/><title type='text'>Playlist - Get Your Groove On</title><content type='html'>&lt;p&gt;If you are looking for free music, &lt;a href="http://www.playlist.com/" target="_blank"&gt;Playlist.com&lt;/a&gt; has you covered, don’t have the budget to buy mp3's, well here’s a great deal that looks to be the &lt;a href="http://www.google.com/"target="_blank"&gt;Google&lt;/a&gt; of music .&lt;/p&gt;&lt;p&gt;So just how do they get away with all this free music? Well it's a smart play on the Google music search, the way it works is, you signup at &lt;a href="http://www.playlist.com/" target="_blank"&gt;Playlist.com&lt;/a&gt; with a free account. Then it’s as simple as searching for your favorite songs, with a click of a button the free mp3 is added to your playlist. The songs are never hosted on any of the &lt;a href="http://www.playlist.com/" target="_blank"&gt;Playlist.com&lt;/a&gt; servers, the URL’s point all over the internet, just the same as google shows you all the web pages the net has to offer, &lt;a href="http://www.playlist.com/" target="_blank"&gt;Playlist.com&lt;/a&gt; points you to all the mp3 files.&lt;/p&gt;&lt;p&gt;Have a website or blog? Take the playlist html code &amp;amp; add it to your site, very simple, smart, &amp;amp; cool, best of all &lt;a href="http://www.playlist.com/" target="_blank"&gt;Playlist.com&lt;/a&gt; is FREE! &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;object width="870" height="570"&gt;&lt;param name="movie" value="http://www.profileplaylist.net/mc/mp3player_new.swf"&gt;&lt;param name="allowscriptaccess" value="never"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;param name="flashvars" value="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black_noautostart.xml&amp;amp;mywidth=435&amp;amp;myheight=270&amp;amp;playlist_url=http%3A%2F%2Fwww.indimusic.us%2Floadplaylist.php%3Fplaylist%3D60835746%26t%3D1237434293&amp;amp;wid=os"&gt;&lt;br /&gt;     &lt;embed border="0" allowscriptaccess="never" flashvars="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black_noautostart.xml&amp;amp;mywidth=870&amp;amp;myheight=570&amp;amp;playlist_url=http://www.indimusic.us/loadplaylist.php?playlist=60835746&amp;t=1237434293&amp;amp;wid=os" type="application/x-shockwave-flash" height="570" src="http://www.profileplaylist.net/mc/mp3player_new.swf" style="width:535px; visibility:visible; height:570px;" width="870" wmode="transparent" name="mp3player"&gt;&lt;/embed&gt; &lt;/object&gt;&lt;br /&gt;&lt;/p&gt;&lt;a href="http://www.profileplaylist.net/"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-8041050995450395634?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/8041050995450395634/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/03/playlist.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8041050995450395634'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8041050995450395634'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/03/playlist.html' title='Playlist - Get Your Groove On'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-8588619585463211112</id><published>2009-03-25T00:06:00.000-07:00</published><updated>2009-03-29T17:00:51.521-07:00</updated><title type='text'>Privacy Policy</title><content type='html'>&lt;p&gt;&lt;strong&gt;Privacy Policy for soswitcher.blogspot.com&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;The privacy of our visitors to soswitcher.blogspot.com is important to us. &lt;/p&gt;&lt;p&gt;At soswitcher.blogspot.com, we recognize that privacy of your personal information is important. Here is information on what types of personal information we receive and collect when you use and visit soswitcher.blogspot.com, and how we safeguard your information. We never sell your personal information to third parties. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Log Files&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;As with most other websites, we collect and use the data contained in log files. The information in the log files include your IP (internet protocol) address, your ISP (internet service provider), the browser you used to visit our site (such as Internet Explorer or Firefox), the time you visited our site and which pages you visited throughout our site. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Cookies and Web Beacons&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;We do use cookies to store information, such as your personal preferences when you visit our site. &lt;/p&gt;&lt;p&gt;We also use third party advertisements on soswitcher.blogspot.com to support our site. Some of these advertisers may use technology such as cookies and web beacons when they advertise on our site, which will also send these advertisers (such as Google through the Google AdSense program) information including your IP address, your ISP , the browser you used to visit our site, and in some cases, whether you have Flash installed. This is generally used for geotargeting purposes (showing New York real estate ads to someone in New York, for example) or showing certain ads based on specific sites visited (such as showing cooking ads to someone who frequents cooking sites). &lt;/p&gt;&lt;p&gt;You can chose to disable or selectively turn off our cookies or third-party cookies in your browser settings, or by managing preferences in programs such as Norton Internet Security. However, this can affect how you are able to interact with our site as well as other websites. This could include the inability to login to services or programs, such as logging into forums or accounts.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-8588619585463211112?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soswitcher.blogspot.com/feeds/8588619585463211112/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://soswitcher.blogspot.com/2009/03/privacy-policy.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8588619585463211112'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/8588619585463211112'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/03/privacy-policy.html' title='Privacy Policy'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3886783358388881653.post-4120679624335551828</id><published>2009-03-25T00:05:00.000-07:00</published><updated>2010-02-12T11:21:47.828-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sitemap'/><title type='text'>Sitemap TOC</title><content type='html'>&lt;script style="text/javascript" src="http://sites.google.com/site/downloadfreefiles/sitemap-toc/blogtoc-min.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://soswitcher.blogspot.com/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=loadtoc"&gt;&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3886783358388881653-4120679624335551828?l=soswitcher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4120679624335551828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3886783358388881653/posts/default/4120679624335551828'/><link rel='alternate' type='text/html' href='http://soswitcher.blogspot.com/2009/03/sitemap-toc.html' title='Sitemap TOC'/><author><name>Switcher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_LTITy6PwK7I/S7hJ4Jn36oI/AAAAAAAACfA/5B8vegOf1M8/S220/switcher1.png'/></author></entry></feed>
