Congratulations!

[Valid Atom 1.0] This is a valid Atom 1.0 feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://bloggersvault.blogspot.com/feeds/posts/default

  1. <?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:blogger='http://schemas.google.com/blogger/2008' 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-6361281789373194465</id><updated>2024-02-06T20:47:28.450-08:00</updated><category term="Blogger Customization"/><category term="google affiliate network"/><category term="Posting"/><category term="adsense"/><category term="springwidgets"/><category term="about"/><category term="blogger"/><category term="chitika"/><category term="choosing paths"/><category term="contact us"/><category term="feedjit"/><category term="food designs"/><category term="gamers hall"/><category term="google groups forum"/><category term="label cloud"/><category term="links"/><category term="navigation bar"/><category term="navigation menu"/><category term="site management"/><category term="the blog list"/><category term="update"/><title type='text'>Bloggers Vault</title><subtitle type='html'>A hub that focuses on tips and tricks to help novice bloggers.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-5682693918609488706</id><published>2009-10-12T22:15:00.000-07:00</published><updated>2009-10-12T22:22:11.223-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Posting"/><title type='text'>Embedding Javascript In Blogger Posts</title><content type='html'>Blogger automatically inserts line breaks to your code which inevitably disrupts the functionality of your javascript. To resolve this, simply&lt;br /&gt;edit your javascript and delete all the line breaks in &#39;windows&#39; notepad or other text editing software, then insert your revised code on your blog post with the html tab enabled. This should allow your javascript to execute correctly.&lt;br /&gt;&lt;br /&gt;Reference: &lt;a href=&quot;http://flash-video-player.blogspot.com/2009/07/add-javascript-in-blogger-blogspot-post.html&quot; target=&quot;_blank&quot;&gt;Add Javascript In Blogger Blogspot Post&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps!</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/5682693918609488706/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2009/10/embedding-javascript-in-blogger-posts.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/5682693918609488706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/5682693918609488706'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2009/10/embedding-javascript-in-blogger-posts.html' title='Embedding Javascript In Blogger Posts'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-6431548493062414479</id><published>2009-10-01T17:08:00.000-07:00</published><updated>2009-10-01T19:25:51.675-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Customization"/><title type='text'>Popup Window In Blogger?</title><content type='html'>There was a time I needed to make certain links popup on a new window when clicked on. Maybe even popup on a new window of a specific size. I have tried various methods, some work, some don&#39;t. Many can be improvised to meet your needs given that you are familiar with javascript or even just basic html. There are many techniques when trying to produce a popup link. There are also varying results. So in the end it is for you to decide which best suits you and your site and/or blog. I will continue to update this post as I find new methods worth using for making popup links.&lt;br /&gt;&lt;br /&gt;Here are a bunch of links that I bookmarked that may help:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.quackit.com/html/codes/html_popup_window_code.cfm&quot;&gt;http://www.quackit.com/html/codes/html_popup_window_code.cfm&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.htmlcodetutorial.com/linking/linking_famsupp_72.html&quot;&gt;http://www.htmlcodetutorial.com/linking/linking_famsupp_72.html&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.dvq.co.nz/web-design/create-a-jquery-popup-bubble-effect/&quot;&gt;http://www.dvq.co.nz/web-design/create-a-jquery-popup-bubble-effect/&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.leigeber.com/2009/05/javascript-popup-box/&quot;&gt;http://www.leigeber.com/2009/05/javascript-popup-box/&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.boogiejack.com/pop_up_window.html&quot;&gt;http://www.boogiejack.com/pop_up_window.html&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.webmaster-affiliates.net/pop-up-message.php&quot;&gt;http://www.webmaster-affiliates.net/pop-up-message.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Some ideas:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;the use of iframes?&lt;/li&gt;&lt;li&gt;use the title attribute for your links?&lt;/li&gt;&lt;/ul&gt;I would ultimately like to see someone develop a popup tool similar to Kontact&#39;s contact form except that you can manage whatever you wanted to popup from a master account of some sort. Until then. Let&#39;s wait and see what people come up with!</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/6431548493062414479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2009/10/popup-window-in-blogger.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/6431548493062414479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/6431548493062414479'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2009/10/popup-window-in-blogger.html' title='Popup Window In Blogger?'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-889026825059776484</id><published>2009-08-19T23:24:00.000-07:00</published><updated>2009-08-19T23:55:57.346-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Customization"/><title type='text'>Word Verification Not Showing On Post Comments</title><content type='html'>This is something I ran into lately on one of the blogs I manage. People were not able to leave comment because they could not see the word verification text box where they would normally type down what it says on the &quot;captcha&quot; image. See Image for example:&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5zaIIai1LU6hvqQC2nQzO36N63a9l8qYOUkPbcJ8rbLEGM2ogl4CC5ungC0atOhC4gdvSblDrD0Z9N3sgUDe8wQ4PEMmDFwBooyw-1JZ8kyeK5JPSs_54duLvtBB9doDora9xfaaQoZ6R/&quot;/&gt;&lt;br /&gt;&lt;br /&gt;So how do you fix this? Well I did some searching and found a thread on the google help forums titled &lt;a href=&quot;http://www.google.com/support/forum/p/blogger/thread?tid=4691f6b84615761e&amp;hl=en&quot; target=&quot;_blank&quot;&gt;Word Verification: form box not rendering properly&lt;/a&gt;, which helped point out a solution.&lt;br /&gt;&lt;br /&gt;The word verification process is displayed in an iframe whose height is limited to 275 pixels which cuts off the bottom of the comment box, thus not allowing commenters to type down the captcha image. To fix this, go to your edit html tab under your affected blog and be sure to download your template as-is to back-up your template if all else fails, then check the &quot;Expand Widget Templates&quot; box and search for &lt;span style=&quot;font-weight:bold;&quot;&gt;comment-editor&lt;/span&gt; in your template. It will most likely be found within an iframe. You will find a value in this iframe that reads &lt;span style=&quot;font-weight:bold;&quot;&gt;height=&#39;275&#39;&lt;/span&gt;, or &lt;span style=&quot;font-weight:bold;&quot;&gt;height=275&lt;/span&gt;, change the height value to &lt;span style=&quot;font-weight:bold;&quot;&gt;400&lt;/span&gt;. Preview your template, if no errors occur, save your template and your done! Your verification text box form should now appear for your visitors and allow them to leave comments again.</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/889026825059776484/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2009/08/word-verification-not-showing-on-post.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/889026825059776484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/889026825059776484'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2009/08/word-verification-not-showing-on-post.html' title='Word Verification Not Showing On Post Comments'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5zaIIai1LU6hvqQC2nQzO36N63a9l8qYOUkPbcJ8rbLEGM2ogl4CC5ungC0atOhC4gdvSblDrD0Z9N3sgUDe8wQ4PEMmDFwBooyw-1JZ8kyeK5JPSs_54duLvtBB9doDora9xfaaQoZ6R/s72-c" height="72" width="72"/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-2598274264350620809</id><published>2009-07-26T10:13:00.000-07:00</published><updated>2009-07-26T10:25:00.722-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Customization"/><title type='text'>Inserting Spaces In HTML</title><content type='html'>In HTML there is no way that the web browser can recognize the spaces inserted consecutively in between the letters. You can either try it in EI, Mozilla and Opera.&lt;br /&gt;&lt;br /&gt;The only way (in my findings) to do so is to insert the following code:&lt;br /&gt;&lt;br /&gt;&amp;amp;nbsp;</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/2598274264350620809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2009/07/inserting-spaces-in-html.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/2598274264350620809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/2598274264350620809'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2009/07/inserting-spaces-in-html.html' title='Inserting Spaces In HTML'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-2999717562328509218</id><published>2009-06-27T22:40:00.000-07:00</published><updated>2009-06-27T22:55:07.028-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Customization"/><title type='text'>Removing Pencil And Screwdriver And Wrench Icons</title><content type='html'>I wanted to do this  on a few blogs because sometimes you just need to see exactly what is going on with how your blog looks. I agree, that the screwdriver and wrench icons in blogger blogs are handy for on the spot editing of added gadgets but they do however interfere with the actual spaces between sidebar gadgets and what not. The only way you can view your blow how everyone would see it would be to preview it or to log out of blogger and then see your blog. What if you just never want to see the icon at all... well I read an article on &lt;a href=&quot;http://www.bloggertipsandtricks.com/&quot; target=&quot;_blank&quot;&gt;Blogger Tips And Tricks&lt;/a&gt; that had the solution to removing the screwdriver and wrench icon.&lt;br /&gt;&lt;br /&gt;Here is the link to the article:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.bloggertipsandtricks.com/2007/08/remove-pencil-and-screwdriver-and.html&quot; target=&quot;_blank&quot;&gt;Removing Pencil And Screwdriver And Wrench Icons&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You will also find a tutorial on removing the quick editing pencil icon. Though I never found a reason to not want it yet. I find it very useful. I guess it&#39;s always best to have options.</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/2999717562328509218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2009/06/removing-pencil-and-screwdriver-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/2999717562328509218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/2999717562328509218'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2009/06/removing-pencil-and-screwdriver-and.html' title='Removing Pencil And Screwdriver And Wrench Icons'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-2957187079523982044</id><published>2009-06-14T17:14:00.000-07:00</published><updated>2009-06-14T17:29:05.722-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Customization"/><category scheme="http://www.blogger.com/atom/ns#" term="Posting"/><title type='text'>Displaying Codes In Blogger</title><content type='html'>I found myself in a situation where I had to display a piece of code on one of my post here. It was on my &lt;a href=&quot;http://bloggersvault.blogspot.com/2008/08/navigation-bar-in-blogger.html&quot;&gt;Navigation Bar&lt;/a&gt; post where I needed to display some code. No matter if you type it in html mode or compose mode, Blogger will detect code and not show it as-is in letter and character form. I did a search on &lt;a href=&quot;http://www.bloggerbuster.com/&quot;&gt;Blogger Buster&lt;/a&gt; and found an article about &lt;a href=&quot;http://www.bloggerbuster.com/2007/11/how-to-display-code-properly-in-your.html&quot;&gt;how to display code properly in your blog posts&lt;/a&gt;! With the use of character entites described by Amanda in her post, we can find a workaround to this issue. Hopefully, one day, Blogger will have an option to compose codes and display them as-is on our posts. For the meantime, this is the way I found easiest to work with.</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/2957187079523982044/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2009/06/displaying-codes-in-blogger.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/2957187079523982044'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/2957187079523982044'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2009/06/displaying-codes-in-blogger.html' title='Displaying Codes In Blogger'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-4545252092525070351</id><published>2009-02-12T23:06:00.000-08:00</published><updated>2009-02-12T23:20:29.987-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="site management"/><title type='text'>Updating Website Thumbnails and Screenshot Previews</title><content type='html'>I am not sure how relevant this is in terms of webcrawling and that sort of stuff. I am sure I will learn more about it in time.&lt;br /&gt;&lt;br /&gt;Here are a few links that offer thumbnail and screenshot updates of your websites for free:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.thumbshots.com/manage/updatethumbshot.aspx&quot; target=&quot;_blank&quot;&gt;Thumbshots&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://buzzdroid.com/wordpress/how-to-update-website-thumbnails-and-screenshot-previews/&quot; target=&quot;_blank&quot;&gt;Buzzdroid&lt;/a&gt; - more information on this topic&lt;/li&gt;&lt;/ul&gt;I&#39;ll try to update this post as I find out more.</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/4545252092525070351/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2009/02/updating-website-thumbnails-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/4545252092525070351'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/4545252092525070351'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2009/02/updating-website-thumbnails-and.html' title='Updating Website Thumbnails and Screenshot Previews'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-1477792308685048153</id><published>2008-09-27T14:20:00.000-07:00</published><updated>2008-09-27T14:25:05.087-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="adsense"/><category scheme="http://www.blogger.com/atom/ns#" term="chitika"/><title type='text'>Chitika &amp; Adsense</title><content type='html'>A few days ago I saw this in a forum-&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Question:&lt;/span&gt; Can you put Chitika’s eMiniMalls ads on the same page with Google Adsense?&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Answer:&lt;/span&gt; Yes. &lt;span style=&quot;color: rgb(0, 0, 0); font-weight: bold;&quot;&gt;But you have to use non contextual Chitika ads&lt;/span&gt; (Just as is the case with using non contextual Adbrite ads with Adsense).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Adsense also backs this up &lt;a href=&quot;https://www.google.com/adsense/support/bin/answer.py?hl=en&amp;amp;answer=32849&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;Chitika also backs this up &lt;a href=&quot;http://chitika.com/premiumads.php&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Some notes:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;I have tried using Chitika eMiniMalls ads and its fairly easy to use and you can really key into whats being displayed on the ad units by specifying a set of &#39;keywords&#39; in the script that they provide.&lt;/li&gt;&lt;li&gt;Have noticed a slight decrease in Adsense earnings when put together with Adsense but both Chitika ads and Adsense ads were still able to earn regardless.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/1477792308685048153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/09/chitika-adsense.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/1477792308685048153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/1477792308685048153'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/09/chitika-adsense.html' title='Chitika &amp; Adsense'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-7976044501067076864</id><published>2008-09-03T23:53:00.000-07:00</published><updated>2009-03-31T08:14:38.746-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="label cloud"/><title type='text'>Label Cloud In Blogger</title><content type='html'>You may have noticed recently that some of the blogs featured here at Bloggers Vault have implemented the Label Cloud instead of a list which could eventually grow into a very long list over time. Adding a Label Cloud to Blogger blog or any site for that matter makes navigating through content a bit more organic. Some like to use them, some don&#39;t. So since I&#39;m beginning to experiment with implementing Label Clouds on a few blogs, I wanted to post the links I ran into while researching on how to use these clouds on my Blogger blogs and share them with you.&lt;br /&gt;&lt;br /&gt;I&#39;ll update this list if I run into other resources or if any other resource is suggested on this post... so feel free to comment or suggest!&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Phydeaux3&#39;s Method:&lt;/span&gt; &lt;a href=&quot;http://phy3blog.googlepages.com/Beta-Blogger-Label-Cloud.html&quot; target=&quot;_blank&quot;&gt;Beta-Blogger-Label-Cloud&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Aneesh&#39;s Method:&lt;/span&gt; &lt;a href=&quot;http://www.bloggerplugins.org/2008/06/label-cloud-widget-for-blogger-blogspot.html&quot; target=&quot;_blank&quot;&gt;Label Cloud Widget&lt;/a&gt; - s&lt;span style=&quot;font-size:85%;&quot;&gt;implified version of Phydeaux3&#39;s Method&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Amanda&#39;s &amp;amp; Roy&#39;s Method:&lt;/span&gt; &lt;a href=&quot;http://www.bloggerbuster.com/2008/08/blogumus-flash-animated-label-cloud-for.html&quot; target=&quot;_blank&quot;&gt;Animated Label Cloud&lt;/a&gt; - &lt;span style=&quot;font-size:85%;&quot;&gt;example can be seen on this blog - right column under &#39;Label Cloud&#39;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;All these methods for implementing the Label Cloud in Blogger blogs work great (given the installation worked smoothly). Hope this list helps!</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/7976044501067076864/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/09/label-cloud-in-blogger.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/7976044501067076864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/7976044501067076864'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/09/label-cloud-in-blogger.html' title='Label Cloud In Blogger'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-9217013237465594921</id><published>2008-09-01T14:34:00.000-07:00</published><updated>2008-09-01T15:24:19.811-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="google affiliate network"/><title type='text'>Using multiple sites in GAN</title><content type='html'>I chose to re-post this from a comments thread that exist in the &lt;a href=&quot;http://googleaffiliatenetwork-blog.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Google Affiliate Network Blog&lt;/a&gt; so that I would not have to search for it if I ever had to. The source comes directly from one of the support members involved in the GAN blog: Bare in mind that these methods that I&#39;m about paste onto this post could change due to the constant upgrades and improvements that GAN is going through. The date and time that these methods were given out was on July 15, 2008 8:32 AM by &lt;a href=&quot;http://www.blogger.com/profile/10257126597978188013&quot; target=&quot;_blank&quot;&gt;Google Affiliate Network Marketing&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Google Affiliate Network publishers can use as many sites as they like.&lt;/span&gt;&lt;span style=&quot;font-style: italic;&quot;&gt; However, ConnectCommerce only allows one site to be associated to each&lt;/span&gt;&lt;span style=&quot;font-style: italic;&quot;&gt; account.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;You have three options to use multiple sites in Google Affiliate Network:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;1) Create separate Google Affiliate Network accounts for each site you want to have advertiser links on. You will have to submit separate applications for each site you want a Google Affiliate Network account opened for.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;2) Use member identification (MID) tracking.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;MID tracking is a system where you give certain links separate codes so you can tell which site the click came from. MID tracking is necessary if you wish to keep track of commissions made from each site separately.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;To utilize MID tracking, append your standard Google Affiliate Network tracking link with an additional URL parameter beginning with the characters&lt;/span&gt;&lt;span style=&quot;font-style: italic;&quot;&gt; mid=&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;For example, a standard Google Affiliate Network tracking link looks like:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;http://clickserve.cc-dt.com/link/tp...000000000000000&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;where lid is the unique ID of the link assigned to you by Google Affiliate Network, and pubid is the unique number that identifies each affiliate publisher.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;To use MID tracking, add the MID parameter (&amp;amp;mid=) to the end of the link, such as:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;http://clickserve.cc-dt.com/link/tp...0000000&amp;amp;mid=xxx&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;where xxx = a unique identifier that corresponds to the website that you need to track separately. MID’s can be up to 256 characters long, and all special characters must be HTML encoded.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Publishers should not be passing any personally identifiable information (such as email address, social security number, banking information, etc.) in the MID field. If this is done, Google Affiliate Network will purge the&lt;/span&gt;&lt;span style=&quot;font-style: italic;&quot;&gt; information from our system and it will not be recoverable.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;3) Use one Google Affiliate Network account. You would use the same link on all sites and track all activity in aggregate.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;If you are going to use option 2 or 3, please also make sure to list all of the sites that are associated with your account in the &quot;Publisher Site Description&quot; section of your account profile in ConnectCommerce.&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/9217013237465594921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/09/using-multiple-sites-in-gan.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/9217013237465594921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/9217013237465594921'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/09/using-multiple-sites-in-gan.html' title='Using multiple sites in GAN'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-5118695168907670331</id><published>2008-09-01T13:55:00.000-07:00</published><updated>2008-09-01T14:19:35.449-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="adsense"/><title type='text'>Google Ads &amp; Other Ads?</title><content type='html'>I came across this informative content from the &lt;a href=&quot;https://www.google.com/adsense/support/?hl=en&quot; target=&quot;_blank&quot;&gt;&lt;span&gt;Adsense Help Center&lt;/span&gt;&lt;/a&gt; which answered a particular question that my colleagues and I had:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Can I place Google ads on the same page with other ads?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&quot;You&#39;re welcome to display Google ads on the same site or page as other third party advertisements provided that the formatting or colors of the third party ads is different enough from that of the Google ads. In other words, if you choose to place non-Google ads on the same site or page as Google ads, it should always be clear to the user that the ads are served by different advertising networks and that the non-Google ads have no association with Google. If the formats are naturally similar, we ask that you choose different color schemes for the competing ads.&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;More info can be found at the &lt;a href=&quot;https://www.google.com/adsense/policies?sourceid=asos&amp;amp;subid=ww-ww-et-HC_entry&amp;amp;medium=link&quot; target=&quot;_blank&quot;&gt;Program Policies&lt;/a&gt; page.&lt;br /&gt;&lt;br /&gt;Also see &lt;a href=&quot;https://www.google.com/adsense/localized-terms&quot; target=&quot;_blank&quot;&gt;Terms and Conditions&lt;/a&gt;.</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/5118695168907670331/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/09/google-ads-other-ads.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/5118695168907670331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/5118695168907670331'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/09/google-ads-other-ads.html' title='Google Ads &amp; Other Ads?'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-8224822985304203619</id><published>2008-08-29T00:49:00.000-07:00</published><updated>2010-06-06T21:47:18.198-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="navigation bar"/><title type='text'>The Navigation Bar in Blogger</title><content type='html'>At one point I wanted to remove this feature to stand out from other blogger blogs and then somewhere along the line I decided I wanted it back for the mere reason that I enjoyed accessing my blog&#39;s settings by one click of the mouse. Whether I want it to show or not, the following code does this for me:&lt;br /&gt;
  2. &lt;br /&gt;
  3. #navbar-iframe {&lt;br /&gt;
  4. height: 0px;&lt;br /&gt;
  5. visibility: hidden;&lt;br /&gt;
  6. display: none;&lt;br /&gt;
  7. }&lt;br /&gt;
  8. &lt;br /&gt;
  9. To show the Nav Bar - remove this code from your html code&lt;br /&gt;
  10. To have no Nav Bar - insert this code in your html code right before this piece of code:&lt;br /&gt;
  11. &lt;br /&gt;
  12. ]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;br /&gt;
  13. &lt;br /&gt;
  14. Hope this helps!&lt;br /&gt;
  15. &lt;br /&gt;
  16. Further reference in case the solution above did not work:&lt;br /&gt;
  17. &lt;a href=&quot;http://www.mydigitallife.info/2009/01/12/how-to-remove-and-hide-blogger-navbar-top-navigation-bar/&quot;&gt;&lt;br /&gt;
  18. http://www.mydigitallife.info/2009/01/12/how-to-remove-and-hide-blogger-navbar-top-navigation-bar/&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/8224822985304203619/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/08/navigation-bar-in-blogger.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/8224822985304203619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/8224822985304203619'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/08/navigation-bar-in-blogger.html' title='The Navigation Bar in Blogger'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-6271691421448046425</id><published>2008-08-21T14:30:00.000-07:00</published><updated>2008-08-21T14:47:10.126-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="google affiliate network"/><title type='text'>Google Affiliate Network&#39;s Official Blog!</title><content type='html'>It is very clear that the Google Affiliate Network (GAN) is pushing forward. I got an email this morning announcing the official launch of their blog:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://googleaffiliatenetwork-blog.blogspot.com/&quot; target=&quot;_blank&quot;&gt;http://googleaffiliatenetwork-blog.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is great news! I have noticed significant improvements with GAN in terms of user interface and new options available for its users in a publisher point of view. I&#39;m sure it has been the same story in the advertiser&#39;s neck of the woods.&lt;br /&gt;&lt;br /&gt;More about Google Affiliate Network can be found on my other post which is a compilation of various basic questions and answers that publishers like myself may have before or while using GAN&#39;s services:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://bloggersvault.blogspot.com/2008/08/google-affiliate-network.html&quot;&gt;http://bloggersvault.blogspot.com/2008/08/google-affiliate-network.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I would also like to point out that the post is constantly updated as it also serves as a personal reference for me and my team with regards to the Google Affiliate Network program.</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/6271691421448046425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/08/google-affiliate-networks-official-blog.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/6271691421448046425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/6271691421448046425'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/08/google-affiliate-networks-official-blog.html' title='Google Affiliate Network&#39;s Official Blog!'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-6001715362233522114</id><published>2008-08-16T16:06:00.000-07:00</published><updated>2008-09-01T15:27:47.384-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="google affiliate network"/><title type='text'>Google Affiliate Network</title><content type='html'>Now that the Google Referrals program (under Adsense) is coming to an end on the August of 2008, the rise of a new program/opportunity is emerging. This new program which is to somehow replace Google Referrals is called the Google Affiliate Network program.&lt;br /&gt;&lt;br /&gt;This post will focus on the Google Affiliate Network program and highlight some of the questions and concerns that publishers may have which we hope to shed some light and answer some of these questions. Why you might ask? Well because my blog group intends to use this program and being a blogger/web developer ourselves, we know the hardships and hard work that go into these type of things. So with this in mind, we want to help others like us. You may have noticed our blog selection on our &quot;Blog List&quot; section on our page, well all of these blogs will eventually display Google Affiliate Network ads/links if they aren&#39;t already.&lt;br /&gt;&lt;br /&gt;The concern is regarding &quot;Google Affiliate Network&quot; ads/links and how many of those ads/links are we allowed to put on a site. At the moment there is no Google help group for this program. As it develops, I foresee that it will eventually have a help group fully dedicated to the program.&lt;br /&gt;&lt;br /&gt;Now then, I have been exchanging emails with the support team for the Google Affiliate Network program, they take a day or 2 to reply but they do reply with straight forward answers. This is what I found out (more questions/answers and updates will be added as we bump into them):&lt;br /&gt;--------------------------------------------&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;The following answers are from the Affiliate Publisher Support team of the Google Affiliate Network program.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Question:&lt;/span&gt; How many Google Affiliate Networks ads/links are we allowed to put on a site?&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Answer:&lt;/span&gt; You can generate and place as many Google Affiliate Network links as you wish. There is no limit and we do not tell you where exactly you must&lt;br /&gt;place these ads on your site either.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Question:&lt;/span&gt; So is this still applicable regardless if I run Google Adsense ads on my site or not?&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Answer:&lt;/span&gt; Yes, you can have Google AdSense ads alongside as MANY Google Affiliate Network ads as you like.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Question:&lt;/span&gt; I have some sites that also have AdBrite advertising and Chitika advertising....Could I use Google Affiliate Network ads/links together with them too? How about with any other advertising programs similar to AdBrite and Chitika for that matter?&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Answer:&lt;/span&gt; You can advertise with any other network you choose. We do not have any terms that prohibit you from including links from other networks alongside Google Affiliate Network banners on your site.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Question:&lt;/span&gt; I have more than one site.... Can I display GAN ads/links from my single GAN account on all of them?&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Answer:&lt;/span&gt; Google Affiliate Network publishers can use as many sites as they like.&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Note:&lt;/span&gt; There are currently 3 options to use multiple sites in GAN. Methods are described in detail &lt;a href=&quot;http://bloggersvault.blogspot.com/2008/09/using-multiple-sites-in-gan.html&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Signed,&lt;br /&gt;Affiliate Publisher Support&lt;br /&gt;Google Affiliate Network&lt;/span&gt;&lt;br /&gt;--------------------------------------------&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;The following questions and answers are from people like you and me, answer are not directly from the Affiliate Publisher Support, instead answers are from end users.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Question:&lt;/span&gt; Can I filter the kinds of ads/links I want?&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Answer:&lt;/span&gt; Yes you can, simply navigate from the home page (default page after signing in to your account) and move your mouse over the &quot;Get Links&quot;, then to &quot;Newest Links&quot;, and finally to &quot;All Advertisers&quot;. After clicking you will see a long list of the available advertisers open for applying, notice the &quot;Narrow Results&quot; section on the right hand side....this is where you can apply filtering rules to your choosing. (Just a note: interface may change in the future because of exciting new upgrades and expansion)&lt;br /&gt;--------------------------------------------&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;(8/21/08 &lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;New!&lt;/span&gt;) Link to official Google Affiliate Network&#39;s Blog:&lt;/span&gt;&lt;br /&gt;&lt;a href=&quot;http://googleaffiliatenetwork-blog.blogspot.com/&quot; target=&quot;_blank&quot;&gt;http://googleaffiliatenetwork-blog.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Links to related articles:&lt;/span&gt;&lt;br /&gt;&lt;a href=&quot;http://affiliate-blogs.5staraffiliateprograms.com/1554/google-affiliate-network.html&quot; target=&quot;_blank&quot;&gt;www.affiliate-blogs.5staraffiliateprograms.com&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.revenews.com/angeldjambazov/thinking-forward-an-interview-with-chris-henger-on-performics%E2%80%99-transformation-into-the-google-affiliate-network/&quot; target=&quot;_blank&quot;&gt;www.revenews.com&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.problogger.net/archives/2008/07/08/google-affiliate-network-launches-new-interface/&quot; target=&quot;_blank&quot;&gt;www.problogger.net&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/6001715362233522114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/08/google-affiliate-network.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/6001715362233522114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/6001715362233522114'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/08/google-affiliate-network.html' title='Google Affiliate Network'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-3088708533737284794</id><published>2008-08-05T01:45:00.000-07:00</published><updated>2008-08-05T02:13:38.197-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="google groups forum"/><title type='text'>Google Groups Forum</title><content type='html'>That&#39;s right! We finally started our Bloggers Vault Forum! It is still very fresh and needs attention but we are making efforts to expand and promote our blog selection and attract new visitors. We plan that this forum will give us the leverage to reach out to our readers and further expand our community in terms of reader. We also hope that this will further expose our blogs to the general public in the internet world. This is so exciting and we know that it will require a lot of patience and work to get it to where we imagine it to be. Thank you all for the support and let the forum begin!&lt;br /&gt;I&#39;d like to thank the people at google for making google groups possible.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://groups.google.com/group/bloggersvault&quot; target=&quot;_blank&quot;&gt;Bloggers Vault&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/3088708533737284794/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/08/google-groups-forum.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/3088708533737284794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/3088708533737284794'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/08/google-groups-forum.html' title='Google Groups Forum'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-570467216815357497</id><published>2008-08-03T00:06:00.000-07:00</published><updated>2008-08-03T00:29:21.049-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="navigation menu"/><title type='text'>The 3D Dream &amp; Food Designs</title><content type='html'>We have worked pretty patiently with these 2 growing blogs. We did major improvements with layouts and colors to make them as pleasing as possible for our readers. With the introduction of a simple navigation menu (which was long over due), readers can now quickly jump to the home page, about page &amp;amp; contact page of our blogs! This was so basic....it still troubles me as to why I have not done this from the start. But hey, not everyone is perfect right. This &#39;navigation&#39; menu will continue to grow as our blogs continue to grow. I can already foresee a need for a link page for our link exchange list since we are very particular when it comes to home page content and the look and feel of our blogs. Having a page purely dedicated for our link exchange links will keep our home page less cluttered and much more organized. Currently, we only implemented the simple navigation menu (composed of links to the home page, about page &amp;amp; contact page) to &lt;a href=&quot;http://3d-cad-graphics.blogspot.com/&quot;&gt;The 3-D Dream&lt;/a&gt; &amp;amp; &lt;a href=&quot;http://fooddesigns.blogspot.com/&quot;&gt;Food Designs&lt;/a&gt;. We will soon implement these options to the other blogs as soon as we can.&lt;br /&gt;&lt;br /&gt;If there are any suggestions, we encourage you to comment us suggestions and tips as it will also help us improve our blogs! Thanks and happy reading :)</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/570467216815357497/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/08/3d-dream-food-designs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/570467216815357497'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/570467216815357497'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/08/3d-dream-food-designs.html' title='The 3D Dream &amp; Food Designs'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-5549521971850268122</id><published>2008-07-18T00:51:00.001-07:00</published><updated>2008-08-16T22:23:04.181-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="choosing paths"/><category scheme="http://www.blogger.com/atom/ns#" term="springwidgets"/><title type='text'>More blogs on the feed widget!</title><content type='html'>Thats right! We went ahead and added the following blogs to the widget for quick reading and navigating for all of you:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://3d-cad-graphics.blogspot.com/&quot;&gt;The 3-Dimensional Dream&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://time-lapse-painting.blogspot.com/&quot;&gt;Speed Painting&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://income-surveys.blogspot.com/&quot;&gt;Real Paying Online Surveys&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://zoopen.blogspot.com/&quot;&gt;The Zoo Pen&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://fooddesigns.blogspot.com/&quot;&gt;Food Designs&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://giftstuff.blogspot.com/&quot;&gt;Gift Stuff&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://soundofmovies.blogspot.com/&quot;&gt;The Sound of Movies&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://gamershall.blogspot.com/&quot;&gt;Gamers Hall&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://streetsketch.blogspot.com/&quot;&gt;Street Sketch&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://choosingpaths.blogspot.com/&quot;&gt;Choosing Paths&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Enjoy our growing directory! I would also like to make a note that this is the first time we are exposing &lt;a href=&quot;http://choosingpaths.blogspot.com/&quot;&gt;Choosing Paths&lt;/a&gt;, &quot;a guide in choosing courses for future career options&quot;. There are still additional tools to be implement such as an rss feed button and subscriptions options. We hope to address all these before the end of July. In the meantime you can find it here at Bloggers Vault!&lt;br /&gt;&lt;br /&gt;Update 8/16/08:&lt;br /&gt;SpringWidgets &quot;feed widget&quot; disabled for further visual provisions.</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/5549521971850268122/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/07/more-blogs-on-feed-widget.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/5549521971850268122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/5549521971850268122'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/07/more-blogs-on-feed-widget.html' title='More blogs on the feed widget!'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-301057055924186202</id><published>2008-07-17T00:14:00.000-07:00</published><updated>2008-08-16T22:21:52.265-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="feedjit"/><category scheme="http://www.blogger.com/atom/ns#" term="food designs"/><category scheme="http://www.blogger.com/atom/ns#" term="gamers hall"/><category scheme="http://www.blogger.com/atom/ns#" term="springwidgets"/><category scheme="http://www.blogger.com/atom/ns#" term="the blog list"/><category scheme="http://www.blogger.com/atom/ns#" term="update"/><title type='text'>Bloggers Vault update</title><content type='html'>Well, it&#39;s been a busy month for all the blogs on &quot;The Blog List&quot;. The content has been steadily growing and slight improvements have been made to make it easier for the readers (you) to subscribe with a wide range of subscription options. &lt;a href=&quot;http://fooddesigns.blogspot.com/&quot;&gt;Food Designs&lt;/a&gt; has been going through minor layout refinements which improved the overall look and feel for its readers. We also officially launched &lt;a href=&quot;http://gamershall.blogspot.com/&quot;&gt;Gamers Hall&lt;/a&gt; with a fun layout and integrated &quot;feedjit&quot; (a feature which allows readers and visitors to see where other readers and visitors are coming from). We later used feedjit for Bloggers Vault which you can see on the right hand side of the page. Another important feature that Bloggers Vault wanted to point out was the use of a feed widget (courtesy of SpringWidgets). The feed widget can be found on the very top of this blog site which allow you to navigate through several blogs from our selection! This is very helpful because one could actually see previews of the last several posts from a feed, and to top that, the widget not only supports one feed, it supports as many as we would like to display. So using the menu button and arrows on the top side of the widget allows you to navigate through all of our selected blogs! Currently we only have 3 on display but will soon add the rest on our list so stay tuned!&lt;br /&gt;&lt;br /&gt;Update 8/16/08:&lt;br /&gt;SpringWidgets &quot;feed widget&quot; disabled for further visual provisions.</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/301057055924186202/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/07/bloggers-vault-update.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/301057055924186202'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/301057055924186202'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/07/bloggers-vault-update.html' title='Bloggers Vault update'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-807213869384902399</id><published>2008-04-03T23:16:00.000-07:00</published><updated>2008-08-16T23:18:15.930-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="links"/><title type='text'>Links</title><content type='html'>--------under development! stay tuned</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/807213869384902399/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/04/links.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/807213869384902399'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/807213869384902399'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/04/links.html' title='Links'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-3543011504514480285</id><published>2008-04-02T23:12:00.000-07:00</published><updated>2008-09-14T12:56:32.599-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="contact us"/><title type='text'>Contact Us</title><content type='html'>&lt;form method=&quot;post&quot; action=&quot;http://kontactr.com/euser.php&quot;&gt;&lt;input name=&quot;id&quot; value=&quot;7390&quot; type=&quot;hidden&quot;&gt;&lt;table style=&quot;font-size: 13px; font-family: Tahoma,Verdana;&quot; border=&quot;0&quot; cellpadding=&quot;10&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align=&quot;right&quot;&gt;Your Name : &lt;/td&gt;&lt;td&gt;&lt;input name=&quot;sender_name&quot; style=&quot;width: 253px;&quot; type=&quot;text&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot;&gt;Your Email : &lt;/td&gt;&lt;td&gt;&lt;input name=&quot;sender_email&quot; style=&quot;width: 253px;&quot; type=&quot;text&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;right&quot;&gt;Subject : &lt;/td&gt;&lt;td&gt;&lt;input name=&quot;subject&quot; style=&quot;width: 253px;&quot; type=&quot;text&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; align=&quot;right&quot;&gt;Message : &lt;/td&gt;&lt;td&gt;&lt;textarea rows=&quot;10&quot; cols=&quot;35&quot; name=&quot;message&quot; style=&quot;padding: 3px; font-size: 13px; font-family: Tahoma,Verdana;&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;middle&quot; align=&quot;right&quot;&gt;Image (case-sensitive): &lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://kontactr.com/captcha.php&quot; /&gt; &lt;input name=&quot;captcha_code&quot; style=&quot;padding: 3px; margin-bottom: 10px; font-size: 13px; font-family: Tahoma,Verdana;&quot; type=&quot;text&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;center&quot;&gt;&lt;input name=&quot;send&quot; id=&quot;send&quot; value=&quot;Send&quot; style=&quot;font-size: 18px; width: 100px; letter-spacing: 5px;&quot; type=&quot;submit&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/form&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/3543011504514480285/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/04/contact.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/3543011504514480285'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/3543011504514480285'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/04/contact.html' title='Contact Us'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6361281789373194465.post-5863181478927462646</id><published>2008-04-01T23:10:00.000-07:00</published><updated>2008-08-16T23:11:20.578-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="about"/><title type='text'>About</title><content type='html'>-----working on a draft people :) stay tuned</content><link rel='replies' type='application/atom+xml' href='http://bloggersvault.blogspot.com/feeds/5863181478927462646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bloggersvault.blogspot.com/2008/04/about.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/5863181478927462646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6361281789373194465/posts/default/5863181478927462646'/><link rel='alternate' type='text/html' href='http://bloggersvault.blogspot.com/2008/04/about.html' title='About'/><author><name>JIF Hub</name><uri>http://www.blogger.com/profile/00691458813322019933</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-zS48cmASasOWyasT_FBXrfpDldoSFpyabju10sMi-F919x5-og7T131N8AEKtzQLnxeRss-_FSsbiYTh7tsp6sIAKwUiMpolVcNi3is7dOUqpKt32j_clC0lVGyUicw/s1600/*'/></author><thr:total>0</thr:total></entry></feed>

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid Atom 1.0" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//bloggersvault.blogspot.com/feeds/posts/default

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda