<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blogrambler.com &#187; blogging</title>
	<atom:link href="http://blogrambler.com/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogrambler.com</link>
	<description></description>
	<lastBuildDate>Sun, 27 Jun 2010 19:43:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XML Sitemap Autodiscovery</title>
		<link>http://blogrambler.com/xml-sitemap-autodiscovery/</link>
		<comments>http://blogrambler.com/xml-sitemap-autodiscovery/#comments</comments>
		<pubDate>Sat, 23 Jun 2007 14:10:30 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Sitemaps]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blogrambler.com/xml-sitemap-autodiscovery/</guid>
		<description><![CDATA[In April 2007, Ask.com, Google, Microsoft and Yahoo announced the support of autodiscovery for the sitemap protocol. Using the Robots.txt file you can add a line to allow the search engines to auto discover your sitemap.
Today, Ask.com, Google, Microsoft Live Search and Yahoo! together are announcing support of autodiscovery of Sitemaps. The new open-format autodiscovery [...]]]></description>
			<content:encoded><![CDATA[<p>In April 2007, Ask.com, Google, Microsoft and Yahoo announced the support of autodiscovery for the sitemap protocol. Using the Robots.txt file you can add a line to allow the search engines to auto discover your sitemap.</p>
<blockquote><p>Today, Ask.com, Google, Microsoft Live Search and Yahoo! together are announcing support of autodiscovery of Sitemaps. The new open-format autodiscovery allows webmasters to specify the location of their Sitemaps within their robots.txt file, eliminating the need to submit sitemaps to each search engine separately. Source : <a title="ASK.com" href="http://blog.ask.com/2007/04/sitemaps_autodi.html">ASK.com</a></p></blockquote>
<p>It works !</p>
<p>Prior to this announcement I had setup a couple of new blogs. I added the <a title="XML Sitemap Autodiscovery" href="http://www.blogrambler.com/search.php?a=XML+Sitemap+Autodiscovery">xml sitemap autodiscovery</a> option to the <a title="Robots.txt" href="http://www.blogrambler.com/search.php?a=Robots.txt">robots.txt</a> file and it appears that it helped get these sites listed in the search engines. Up until this point I had no problems getting indexed accordingly with Google, the other 3 were very inconsistent. I have seen an increase in crawling and traffic from ASK, MS and Yahoo for each site that I have included the autodiscovery tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/xml-sitemap-autodiscovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS well defined</title>
		<link>http://blogrambler.com/rss-well-defined/</link>
		<comments>http://blogrambler.com/rss-well-defined/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 15:40:53 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://blogrambler.com/rss-well-defined/</guid>
		<description><![CDATA[Struggling to find the best way to understand or explain RSS?
Alex Iskold has written an excellent post at Read/WriteWeb on the Future of RSS with a brief history and explanation.
Link : The Future of RSS
]]></description>
			<content:encoded><![CDATA[<p>Struggling to find the best way to understand or explain RSS?</p>
<p><a title="Alex Iskold " href="http://www.readwriteweb.com/about_alex.php">Alex Iskold</a> has written an excellent post at <a title="Read/WriteWeb" href="http://www.readwriteweb.com/">Read/WriteWeb</a> on the <a title="Future of RSS" href="http://www.readwriteweb.com/archives/the_future_of_rss.php">Future of RSS</a> with a brief history and explanation.</p>
<p>Link : <a href="http://www.readwriteweb.com/archives/the_future_of_rss.php">The Future of RSS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/rss-well-defined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google AJAX Search API</title>
		<link>http://blogrambler.com/google-ajax-search-api/</link>
		<comments>http://blogrambler.com/google-ajax-search-api/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 13:33:00 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://blogrambler.com/google-ajax-search-api/</guid>
		<description><![CDATA[I have been following the development of the Google AJAX Search API for some time now. I decided to follow some of the examples and install it here. Each post will contain links to my new Search page. All the elements come straight from examples you can find here and here. Since I am not [...]]]></description>
			<content:encoded><![CDATA[<p>I have been following the development of the <a title="Google AJAX Search API" href="http://code.google.com/apis/ajaxsearch/"><strong>Google AJAX Search API</strong></a> for some time now. I decided to follow some of the examples and install it here. Each post will contain links to my new Search page. All the elements come straight from examples you can find <a href="http://code.google.com/apis/ajaxsearch/samples.html">here</a> and <a href="http://code.google.com/apis/ajaxsearch/community-samples.html">here</a>. Since I am not really a <a title="JavaScript" href="http://www.blogrambler.com/search.php?a=JavaScript">JavaScript</a> or <a title="AJAX" href="http://www.blogrambler.com/search.php?a=AJAX">AJAX</a> programmer this has been a learning experience and probably taken me a little longer than it would other bloggers/programmers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/google-ajax-search-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feedburner</title>
		<link>http://blogrambler.com/feedburner/</link>
		<comments>http://blogrambler.com/feedburner/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 01:21:10 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Feedburner]]></category>

		<guid isPermaLink="false">http://blogrambler.com/feedburner/</guid>
		<description><![CDATA[I have setup the Feed on Feedburner and added the Chicklet to the sidebar.
]]></description>
			<content:encoded><![CDATA[<p>I have setup the Feed on <a title="Feedburner" href="http://www.blogrambler.com/search.php?a=Feedburner">Feedburner</a> and added the Chicklet to the sidebar.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/feedburner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogroll</title>
		<link>http://blogrambler.com/blogroll/</link>
		<comments>http://blogrambler.com/blogroll/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 01:13:58 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://blogrambler.com/blogroll/</guid>
		<description><![CDATA[The Blogroll has been started using some Blogs that I subscribe to.
This list will certainly grow quickly, especially if I add all the blogs that I read on a daily basis.
]]></description>
			<content:encoded><![CDATA[<p>The <a title="Blogroll" href="http://www.blogrambler.com/search.php?a=Blogroll">Blogroll</a> has been started using some Blogs that I subscribe to.</p>
<p>This list will certainly grow quickly, especially if I add all the blogs that I read on a daily basis.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/blogroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permalinks</title>
		<link>http://blogrambler.com/permalinks/</link>
		<comments>http://blogrambler.com/permalinks/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 01:11:09 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[permalinks]]></category>

		<guid isPermaLink="false">http://blogrambler.com/permalinks/</guid>
		<description><![CDATA[The permalinks have been changed so that each page ends in .html
I start with the standard Date and name based permalink, then replace the ending slash with the html extension.
]]></description>
			<content:encoded><![CDATA[<p>The <a title="permalinks" href="http://www.blogrambler.com/search.php?a=permalinks">permalinks</a> have been changed so that each page ends in .html</p>
<p>I start with the standard Date and name based permalink, then replace the ending slash with the html extension.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post count and Feed</title>
		<link>http://blogrambler.com/post-count-and-feed/</link>
		<comments>http://blogrambler.com/post-count-and-feed/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 01:06:50 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://blogrambler.com/post-count-and-feed/</guid>
		<description><![CDATA[I lowered the post count to 5 to pull the page up a little. Long pages can be a little annoying if there is not enough content to keep it flowing down the page.
I also made sure the RSS is set to Full Text and not summary. The Feed is set to 10 posts.
]]></description>
			<content:encoded><![CDATA[<p>I lowered the post count to 5 to pull the page up a little. Long pages can be a little annoying if there is not enough content to keep it flowing down the page.</p>
<p>I also made sure the <a href="http://www.blogrambler.com/search.php?a=RSS">RSS</a> is set to Full Text and not summary. The Feed is set to 10 posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/post-count-and-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changed the Date format</title>
		<link>http://blogrambler.com/changed-the-date-format/</link>
		<comments>http://blogrambler.com/changed-the-date-format/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 01:03:45 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://blogrambler.com/changed-the-date-format/</guid>
		<description><![CDATA[Just another personal preference, I changed the date format to display the day of the week.
]]></description>
			<content:encoded><![CDATA[<p>Just another personal preference, I changed the date format to display the day of the week.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/changed-the-date-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Webmaster Central</title>
		<link>http://blogrambler.com/google-webmaster-central/</link>
		<comments>http://blogrambler.com/google-webmaster-central/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 00:54:31 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Sitemaps]]></category>

		<guid isPermaLink="false">http://blogrambler.com/google-webmaster-central/</guid>
		<description><![CDATA[The sitemap has been added to my Google account.
Now the clock starts to see how long before it is included in the Google Index. Typically this timeframe is about 2 to 3 days.
]]></description>
			<content:encoded><![CDATA[<p>The sitemap has been added to my Google account.</p>
<p>Now the clock starts to see how long before it is included in the Google Index. Typically this timeframe is about 2 to 3 days.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/google-webmaster-central/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sitemap</title>
		<link>http://blogrambler.com/sitemap/</link>
		<comments>http://blogrambler.com/sitemap/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 00:51:17 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Sitemaps]]></category>

		<guid isPermaLink="false">http://blogrambler.com/sitemap/</guid>
		<description><![CDATA[Using the GSiteCrawler Google sitemap generator the sitemap has been created and uploaded.
I have been using this product since it&#8217;s first release and there just isn&#8217;t an easier or more effective way to create a sitemap.
]]></description>
			<content:encoded><![CDATA[<p>Using the <a title="GSiteCrawler" href="http://gsitecrawler.com/">GSiteCrawler</a> <a href="http://blogrambler.com">Google sitemap</a> generator the <a href="http://www.blogrambler.com/search.php?a=sitemap">sitemap</a> has been created and uploaded.</p>
<p>I have been using this product since it&#8217;s first release and there just isn&#8217;t an easier or more effective way to create a sitemap.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/sitemap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robots.txt</title>
		<link>http://blogrambler.com/robotstxt/</link>
		<comments>http://blogrambler.com/robotstxt/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 00:44:01 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://blogrambler.com/robotstxt/</guid>
		<description><![CDATA[The Robots.txt file has been setup.
]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.blogrambler.com/search.php?a=Robots.txt">Robots.txt</a> file has been setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/robotstxt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics</title>
		<link>http://blogrambler.com/google-analytics/</link>
		<comments>http://blogrambler.com/google-analytics/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 18:56:36 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://blogrambler.com/google-analytics/</guid>
		<description><![CDATA[2nd step after setting up a blog for me is always plugging in Google Analytics. It works, it&#8217;s easy, and that&#8217;s what I want from my statistics.
]]></description>
			<content:encoded><![CDATA[<p>2nd step after setting up a blog for me is always plugging in <a href="http://www.blogrambler.com/search.php?a=Google+Analytics">Google Analytics</a>. It works, it&#8217;s easy, and that&#8217;s what I want from my statistics.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogrambler.com/google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

