<?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>Simone Carletti&#039;s Blog &#187; #undef</title>
	<atom:link href="http://www.simonecarletti.com/blog/categories/undef/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonecarletti.com/blog</link>
	<description>Simone Carletti&#039;s personal ramblings on programming, syndication, search engines &#38; marketing.</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:48:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>When did Virgilio blacklist Gmail?</title>
		<link>http://www.simonecarletti.com/blog/2009/05/when-did-virgilio-blacklist-gmail/</link>
		<comments>http://www.simonecarletti.com/blog/2009/05/when-did-virgilio-blacklist-gmail/#comments</comments>
		<pubDate>Wed, 20 May 2009 09:44:36 +0000</pubDate>
		<dc:creator>Simone Carletti</dc:creator>
				<category><![CDATA[#undef]]></category>
		<category><![CDATA[blacklists]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[virgilio]]></category>

		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=355</guid>
		<description><![CDATA[It seems that Virgilio has just blacklisted Gmail IP address.]]></description>
			<content:encoded><![CDATA[<p>This morning I sent an email to a friend of mine from my Gmail account. This is permanent failure error message I received in response.</p>
<div class="codecolorer-container text default brush: text;" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">This is an automatically generated Delivery Status Notification<br />
<br />
Delivery to the following recipient failed permanently:<br />
<br />
&nbsp; &nbsp; ...@virgilio.it<br />
<br />
Technical details of permanent failure:<br />
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 mail not accepted from blacklisted IP address [209.85.218.165] (state 13).</div></td></tr></tbody></table></div>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.simonecarletti.com/blog/2009/05/when-did-virgilio-blacklist-gmail/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to integrate coComment with Movable Type (&gt;= 3.2)</title>
		<link>http://www.simonecarletti.com/blog/2006/09/how-to-integrate-cocomment-with-movable-type-32/</link>
		<comments>http://www.simonecarletti.com/blog/2006/09/how-to-integrate-cocomment-with-movable-type-32/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 09:59:08 +0000</pubDate>
		<dc:creator>Simone Carletti</dc:creator>
				<category><![CDATA[#undef]]></category>
		<category><![CDATA[cocomment]]></category>
		<category><![CDATA[movabletype]]></category>

		<guid isPermaLink="false">http://www.simonecarletti.com/blog/2006/09/how-to-integrate-cocomment-with-movable-type-32/</guid>
		<description><![CDATA[A tutorial to integrate coComment tracking code into a Movable Type blog.
]]></description>
			<content:encoded><![CDATA[<div class="flash-message warning">
<p><strong>December 30th, 2008</strong>. This post was published long time ago on the Italian version of my blog then moved here after the English blog has been opened. Please note that the following post can contain outdated information and (probably) multiple typos.</p>
</div>
<p>On Semptember 18, <a href="http://www.cocomment.com/">coComment</a> staff <a href="http://www.cocomment.com/teamblog/?p=116">posted a news</a> about an update of the code used to integrate comments tracking on your blog. The code sets a few blog variables such as page title or blog name used by coComment system to ensure that all blog details are correctly detected.<br />
If you use a <a href="http://www.cocomment.com/supported">coComment supported blogging platform</a> you can forget to manually integrate coComment inside your blog, but it&#8217;s always recommended.</p>
<p>To integrate coComment into your Movable Type blog you should follow these instructions.<br />
<span id="more-11"></span></p>
<h2>Movable Type code</h2>
<p>Starting from the <a href="http://www.cocomment.com/tools/integrate">new tracking code schema</a>, the following code is the Movable Type version.</p>
<div class="codecolorer-container text default brush: html" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;MTIfCommentsActive&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
<br />
// this ensures coComment gets the correct values<br />
coco =<br />
{<br />
tool &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: &quot;MovableType&quot;,<br />
siteurl &nbsp; &nbsp; &nbsp; : &quot;&lt;$MTBlogURL$&gt;&quot;,<br />
sitetitle &nbsp; &nbsp; : &quot;&lt;$MTBlogName encode_html=&quot;1&quot;$&gt;&quot;,<br />
pageurl &nbsp; &nbsp; &nbsp; : &quot;&lt;$MTEntryPermalink$&gt;&quot;,<br />
pagetitle &nbsp; &nbsp; : &quot;&lt;$MTEntryTitle encode_html=&quot;1&quot;$&gt;&quot;,<br />
author &nbsp; &nbsp; &nbsp; &nbsp;: &quot;&lt;$MTEntryAuthorDisplayName encode_html=&quot;1&quot;$&gt;&quot;,<br />
formID &nbsp; &nbsp; &nbsp; &nbsp;: &quot;comments_form&quot;,<br />
textareaID &nbsp; &nbsp;: &quot;text&quot;,<br />
buttonID &nbsp; &nbsp; &nbsp;: &quot;post&quot;<br />
}<br />
&lt;/script&gt;<br />
&lt;MTIfCommentsAccepted&gt;<br />
&lt;script id=&quot;cocomment-fetchlet&quot; src=&quot;http://www.cocomment.com/js/enabler.js&quot; type=&quot;text/javascript&quot;&gt;<br />
// this activates coComment<br />
&lt;/script&gt;<br />
&lt;/MTIfCommentsAccepted&gt;<br />
&lt;/MTIfCommentsActive&gt;</div></td></tr></tbody></table></div>
<h2>Edit Individual Entry Archive template</h2>
<p>In a default Movable Type 3.2 or 3.3 installation the comment form is included into the Individual Entry Archive Template.</p>
<p>Open your template manager (<em>Main Menu &gt; Select your blog &gt; Templates &gt; Archives &gt; Individual Entry Archive</em>) and add the code above before the &lt;/head&gt;.</p>
<h2>Edit Comment Preview Template</h2>
<p>Open your template manager (<em>Main Menu &gt; Select your blog &gt; Templates &gt; System &gt; Comment Preview Template</em>) and add the tracking code before the &lt;/head&gt; tag.</p>
<h2>Rebuild your site</h2>
<p>Now save, close all templates and rebuild your blog.</p>
<p>Note. This quick tutorial is valid for a default Movable Type Installation. If you changed the default templates it&#8217;s up to you to find the right templates and add the tracking code.</p>
<p>Related posts<ol>
<li><a href='http://www.simonecarletti.com/blog/2005/10/creating-a-blog-sitemap-with-movable-type/' rel='bookmark' title='Creating a blog sitemap with Movable Type'>Creating a blog sitemap with Movable Type</a></li>
<li><a href='http://www.simonecarletti.com/blog/2009/02/movable-type-to-wordpress-importer-utilities/' rel='bookmark' title='Movable Type to WordPress Importer Utilities'>Movable Type to WordPress Importer Utilities</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.simonecarletti.com/blog/2006/09/how-to-integrate-cocomment-with-movable-type-32/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FeedBurner Stats 2 Feed</title>
		<link>http://www.simonecarletti.com/blog/2006/06/feedburner-stats-2-feed/</link>
		<comments>http://www.simonecarletti.com/blog/2006/06/feedburner-stats-2-feed/#comments</comments>
		<pubDate>Sat, 17 Jun 2006 20:13:02 +0000</pubDate>
		<dc:creator>Simone Carletti</dc:creator>
				<category><![CDATA[#undef]]></category>
		<category><![CDATA[feedburner]]></category>

		<guid isPermaLink="false">http://www.simonecarletti.com/blog/2006/06/feedburner-stats-2-feed/</guid>
		<description><![CDATA[FeedBurner Stats 2 Feed is an easy tool to convert your FeedBurner statistics into a feed.
]]></description>
			<content:encoded><![CDATA[<div class="flash-message warning">
<p><strong>December 30th, 2008</strong>. This post was published long time ago on the Italian version of my blog then moved here after the English blog has been opened. Please note that the following post can contain outdated information and (probably) multiple typos.</p>
</div>
<p>Are you tired of reading your FeedBurner feed stats from your FeedBurner dashboard? Do you manage multiple feeds and you want to view all your stats in a single page? Would you like to read your FeedBurner feeds stats from a wonderful and cool feed? Would you like to compare your feed stats?</p>
<p><a title="FeedBurner Stats 2 Feed" href="http://lab.rss-world.info/feedburner-feedstats/">FeedBurner Stats 2 Feed</a> is an easy but powerful tool that allows FeedBurner users to mix their feeds&#8217; stats into a single feed and subscribe it.<span id="more-9"></span></p>
<p>You can read all stats from a single feed. FeedBurner Stats 2 Feed will mix and compare all the data for you. For further details please visit the <a title="Quickstart" href="http://lab.rss-world.info/feedburner-feedstats/quickstart.php">quickstart</a> guide.</p>
<p>Any idea? Suggestion? Feedback? Feel free to post your comment here!</p>
<p>Related posts<ol>
<li><a href='http://www.simonecarletti.com/blog/2009/11/goodbye-asp-stats-generator/' rel='bookmark' title='Goodbye ASP Stats Generator'>Goodbye ASP Stats Generator</a></li>
<li><a href='http://www.simonecarletti.com/blog/2006/11/how-to-add-a-new-feed-handler-in-firefox-20/' rel='bookmark' title='How to add a new feed handler in Firefox 2.0'>How to add a new feed handler in Firefox 2.0</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.simonecarletti.com/blog/2006/06/feedburner-stats-2-feed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Personalized Homepage RMail module</title>
		<link>http://www.simonecarletti.com/blog/2005/12/google-personalized-homepage-rmail-module/</link>
		<comments>http://www.simonecarletti.com/blog/2005/12/google-personalized-homepage-rmail-module/#comments</comments>
		<pubDate>Wed, 28 Dec 2005 21:06:46 +0000</pubDate>
		<dc:creator>Simone Carletti</dc:creator>
				<category><![CDATA[#undef]]></category>

		<guid isPermaLink="false">http://www.simonecarletti.com/blog/2005/12/google-personalized-homepage-rmail-module/</guid>
		<description><![CDATA[RMail module allow users to improve their Google homepages adding a small dashboard containing a list of RMail features including subscription box.
]]></description>
			<content:encoded><![CDATA[<div class="flash-message warning">
<p><strong>December 30th, 2008</strong>. This post was published long time ago on the Italian version of my blog then moved here after the English blog has been opened. Please note that the following post can contain outdated information and (probably) multiple typos.</p>
</div>
<p>Lots of users love to set <a href="http://www.google.com/">Google</a> as their browser homepage. Meeting users&#8217; dreams Google released a <strong>customizable version of its main page</strong> called <a href="http://www.google.com/ig">Google Personalized Homepage</a>.</p>
<p>The Personalized Homepage is available in English as well other languages depending on your preferences. You may need a <a href="http://www.google.com/accounts/">Google Account</a> to play with all Google Homepage Features.</p>
<p>Recently Google provided a set of API to open Google homepage to developers. API allows you to <strong>turn your web content or application into modules</strong> that users can add to their personalized homepage. You can also develop features that affect other aspects of the page, such as font and color schemes.</p>
<p>Following this idea I recently started to play with Google Homepage APIs and cooked my first test: <a title="Google Personalized Homepage RMail module (External site)" href="http://lab.rss-world.info/google-homepage/">RMail module</a>.</p>
<p><strong>RMail module</strong> allow users to improve their homepages adding a small dashboard containing a list of <a title="RMail Homepage (External Site)" href="http://www.r-mail.org/">RMail</a> features including subscription box. You can add your email and the module will remember it for you allowing a quick and easy RMail subscription to all feeds you&#8217;d like to follow.</p>
<p><span id="more-7"></span> I submitted yesterday this module to <a title="Google homepage Directory (External Site)" href="http://www.google.com/ig/directory">Google Directory</a>. I hope it will be included.</p>
<p>Other modules are under development. The next one will be about my main project, <a title="RSS World Homepage " href="http://www.rss-world.info/">RSS World</a>, and will offer you a list of tools to read RSS World articles, news and search the main database. <a title="Google Personalized Homepage (External Site)" href="http://lab.rss-world.info/google-homepage/">Any feedback is welcome</a>.</p>
<p><strong>Link:</strong> <a title="Google Personalized Homepage RMail module (External site)" href="http://lab.rss-world.info/google-homepage/">Google Personalized Homepage RMail module</a>.</p>
<p>Related posts<ol>
<li><a href='http://www.simonecarletti.com/blog/2011/04/google-changes-the-maximum-number-of-users-for-google-apps/' rel='bookmark' title='Google changes the maximum number of users for Google Apps'>Google changes the maximum number of users for Google Apps</a></li>
<li><a href='http://www.simonecarletti.com/blog/2009/12/google-site-performance-tool-gzip/' rel='bookmark' title='Google Site performance tool says Google is not serving Gzipped resources'>Google Site performance tool says Google is not serving Gzipped resources</a></li>
<li><a href='http://www.simonecarletti.com/blog/2009/01/google-serp-full-of-this-site-may-harm-your-computer-warnings/' rel='bookmark' title='Google SERP full of &#8220;This site may harm your computer&#8221; warnings'>Google SERP full of &#8220;This site may harm your computer&#8221; warnings</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.simonecarletti.com/blog/2005/12/google-personalized-homepage-rmail-module/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

