<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for iPassion</title>
	<atom:link href="http://www.ipassion.it/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipassion.it</link>
	<description>Mauro Dalu, proud to be a Surgeworker</description>
	<lastBuildDate>Wed, 02 Dec 2009 10:52:05 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Tell-a-friend plug-in for WordPress Released by Sean</title>
		<link>http://www.ipassion.it/2006/12/18/tell-a-friend-plug-in-for-wordpress-released/comment-page-1/#comment-6217</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 02 Dec 2009 10:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipassion.it/tell-a-friend-plug-in-for-wordpress-released/#comment-6217</guid>
		<description>I was able to fix the &#039;Cannot modify header information&#039; bug with the follwing changes:
- Change the bottom line from &#039;add_action (&#039;wp_head&#039;, &#039;addTellaFriendSender&#039;, &#039;1&#039;);&#039; to &#039;addTellaFriendSender();&#039;. The function is performed before generating header output. Maybe there is a better way to do this though?
- After this my redirect didn&#039;t work. That&#039;s why I changed the mail sending part in the addTellaFriendSender function to the code below:
if(mail($to, $subject, $message, $extra)){
	header(&quot;Location: $successPage&quot;);
	exit();
}else{
	header(&quot;Location: $errorPage&quot;);
	exit();
};

The exit calls after the header did the trick!

Hope this helps...</description>
		<content:encoded><![CDATA[<p>I was able to fix the &#8216;Cannot modify header information&#8217; bug with the follwing changes:<br />
- Change the bottom line from &#8216;add_action (&#8217;wp_head&#8217;, &#8216;addTellaFriendSender&#8217;, &#8216;1&#8242;);&#8217; to &#8216;addTellaFriendSender();&#8217;. The function is performed before generating header output. Maybe there is a better way to do this though?<br />
- After this my redirect didn&#8217;t work. That&#8217;s why I changed the mail sending part in the addTellaFriendSender function to the code below:<br />
if(mail($to, $subject, $message, $extra)){<br />
	header(&#8221;Location: $successPage&#8221;);<br />
	exit();<br />
}else{<br />
	header(&#8221;Location: $errorPage&#8221;);<br />
	exit();<br />
};</p>
<p>The exit calls after the header did the trick!</p>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tell-a-friend plug-in for WordPress Released by promosyon ürünleri</title>
		<link>http://www.ipassion.it/2006/12/18/tell-a-friend-plug-in-for-wordpress-released/comment-page-1/#comment-6211</link>
		<dc:creator>promosyon ürünleri</dc:creator>
		<pubDate>Sun, 08 Nov 2009 23:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipassion.it/tell-a-friend-plug-in-for-wordpress-released/#comment-6211</guid>
		<description>Hi,

I’m getting the same error message as I’ve read in some earlier comments…
Warning: Cannot modify header information – headers already sent by (output started at /home1/evokcom/public_html/evokpreview/wp-content/themes/LaRue2/header.php:2) in /home1/evokcom/public_html/evokpreview/wp-content/plugins/ipassion-tell-a-friend.php on line 214

??</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I’m getting the same error message as I’ve read in some earlier comments…<br />
Warning: Cannot modify header information – headers already sent by (output started at /home1/evokcom/public_html/evokpreview/wp-content/themes/LaRue2/header.php:2) in /home1/evokcom/public_html/evokpreview/wp-content/plugins/ipassion-tell-a-friend.php on line 214</p>
<p>??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone, how to get a black segmented control by Joel</title>
		<link>http://www.ipassion.it/2008/11/05/iphone-ui-segmented-control-black/comment-page-1/#comment-6198</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Fri, 23 Oct 2009 23:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipassion.it/?p=224#comment-6198</guid>
		<description>The forum discussion linked to spells it out pretty well. In short, using [mySegmentedControl setTintColor:[UIColor darkGrayColor]] will in fact yield a segmented controller that matches a standard button on a black toolbar with the selected segment &quot;highlighted&quot; in black. Thanks for the post!</description>
		<content:encoded><![CDATA[<p>The forum discussion linked to spells it out pretty well. In short, using [mySegmentedControl setTintColor:[UIColor darkGrayColor]] will in fact yield a segmented controller that matches a standard button on a black toolbar with the selected segment &#8220;highlighted&#8221; in black. Thanks for the post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tell-a-friend plug-in for WordPress Released by My Favorite Wordpress Plugins &#124; Classic Creations Design</title>
		<link>http://www.ipassion.it/2006/12/18/tell-a-friend-plug-in-for-wordpress-released/comment-page-1/#comment-6178</link>
		<dc:creator>My Favorite Wordpress Plugins &#124; Classic Creations Design</dc:creator>
		<pubDate>Sun, 20 Sep 2009 19:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipassion.it/tell-a-friend-plug-in-for-wordpress-released/#comment-6178</guid>
		<description>[...] good way to share your site. Who better to refer you than someone who&#8217;s already visiting? IPassion&#8217;s Tell A Friend plugin is quick and easy to use for this [...]</description>
		<content:encoded><![CDATA[<p>[...] good way to share your site. Who better to refer you than someone who&#8217;s already visiting? IPassion&#8217;s Tell A Friend plugin is quick and easy to use for this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tell-a-friend plug-in for WordPress Released by Mauro Dalu</title>
		<link>http://www.ipassion.it/2006/12/18/tell-a-friend-plug-in-for-wordpress-released/comment-page-1/#comment-5499</link>
		<dc:creator>Mauro Dalu</dc:creator>
		<pubDate>Sun, 30 Aug 2009 10:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipassion.it/tell-a-friend-plug-in-for-wordpress-released/#comment-5499</guid>
		<description>I would suggest you to install Sociable until we have some time to look into this issue and the others that have been reported so far.</description>
		<content:encoded><![CDATA[<p>I would suggest you to install Sociable until we have some time to look into this issue and the others that have been reported so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tell-a-friend plug-in for WordPress Released by Mauro Dalu</title>
		<link>http://www.ipassion.it/2006/12/18/tell-a-friend-plug-in-for-wordpress-released/comment-page-1/#comment-5498</link>
		<dc:creator>Mauro Dalu</dc:creator>
		<pubDate>Sun, 30 Aug 2009 10:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipassion.it/tell-a-friend-plug-in-for-wordpress-released/#comment-5498</guid>
		<description>It would likely become a spam generator then.</description>
		<content:encoded><![CDATA[<p>It would likely become a spam generator then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tell-a-friend plug-in for WordPress Released by Mauro Dalu</title>
		<link>http://www.ipassion.it/2006/12/18/tell-a-friend-plug-in-for-wordpress-released/comment-page-1/#comment-5497</link>
		<dc:creator>Mauro Dalu</dc:creator>
		<pubDate>Sun, 30 Aug 2009 10:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipassion.it/tell-a-friend-plug-in-for-wordpress-released/#comment-5497</guid>
		<description>It sounds like an encoding issue. I&#039;m sure it can be solved but I&#039;m not actively maintaining this plug-in. I&#039;ll hand this to on of our developers at Surgeworks so stay tuned. ;)</description>
		<content:encoded><![CDATA[<p>It sounds like an encoding issue. I&#8217;m sure it can be solved but I&#8217;m not actively maintaining this plug-in. I&#8217;ll hand this to on of our developers at Surgeworks so stay tuned. <img src='http://www.ipassion.it/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tell-a-friend plug-in for WordPress Released by Jukka</title>
		<link>http://www.ipassion.it/2006/12/18/tell-a-friend-plug-in-for-wordpress-released/comment-page-1/#comment-4714</link>
		<dc:creator>Jukka</dc:creator>
		<pubDate>Tue, 04 Aug 2009 18:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipassion.it/tell-a-friend-plug-in-for-wordpress-released/#comment-4714</guid>
		<description>Hey!

Great plugin. One problem here though. Scandinavian characters don&#039;t always work. 

This is how a Finnish word &quot;täältä&quot; shows up in Yahoo mail: t채채lt채. In some mail clients they work, in some they don&#039;. 

I can bypass the problem by using words that don&#039;t contain scandis, but there are a few Finnish names that have them. Wonder if there would be a simple solution to this?

-Jukka</description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>Great plugin. One problem here though. Scandinavian characters don&#8217;t always work. </p>
<p>This is how a Finnish word &#8220;täältä&#8221; shows up in Yahoo mail: t채채lt채. In some mail clients they work, in some they don&#8217;. </p>
<p>I can bypass the problem by using words that don&#8217;t contain scandis, but there are a few Finnish names that have them. Wonder if there would be a simple solution to this?</p>
<p>-Jukka</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tell-a-friend plug-in for WordPress Released by Carol Cody</title>
		<link>http://www.ipassion.it/2006/12/18/tell-a-friend-plug-in-for-wordpress-released/comment-page-1/#comment-4322</link>
		<dc:creator>Carol Cody</dc:creator>
		<pubDate>Wed, 08 Jul 2009 22:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipassion.it/tell-a-friend-plug-in-for-wordpress-released/#comment-4322</guid>
		<description>Hi again,

I installed the plugin on a new word press 2.6 installation and still get the same error message...

Warning: Cannot modify header information - headers already sent by (output started at /home1/evokcom/public_html/evokpreview/tell_a_friend/wp-content/themes/default/header.php:2) in /home1/evokcom/public_html/evokpreview/tell_a_friend/wp-content/plugins/ipassion-tell-a-friend.php on line 214

I didn&#039;t activate any other plugins so that can&#039;t be the source of the error message.  

Any help you can give me would be most appreciated as I&#039;m running out of time for this project.

Thanks again,
Carol</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>I installed the plugin on a new word press 2.6 installation and still get the same error message&#8230;</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /home1/evokcom/public_html/evokpreview/tell_a_friend/wp-content/themes/default/header.php:2) in /home1/evokcom/public_html/evokpreview/tell_a_friend/wp-content/plugins/ipassion-tell-a-friend.php on line 214</p>
<p>I didn&#8217;t activate any other plugins so that can&#8217;t be the source of the error message.  </p>
<p>Any help you can give me would be most appreciated as I&#8217;m running out of time for this project.</p>
<p>Thanks again,<br />
Carol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tell-a-friend plug-in for WordPress Released by Carol Cody</title>
		<link>http://www.ipassion.it/2006/12/18/tell-a-friend-plug-in-for-wordpress-released/comment-page-1/#comment-4316</link>
		<dc:creator>Carol Cody</dc:creator>
		<pubDate>Tue, 07 Jul 2009 21:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ipassion.it/tell-a-friend-plug-in-for-wordpress-released/#comment-4316</guid>
		<description>Hi,

I&#039;m getting the same error message as I&#039;ve read in some earlier comments...
Warning: Cannot modify header information - headers already sent by (output started at /home1/evokcom/public_html/evokpreview/wp-content/themes/LaRue2/header.php:2) in /home1/evokcom/public_html/evokpreview/wp-content/plugins/ipassion-tell-a-friend.php on line 214

I&#039;m using the &quot;Dragon Design Form Mailer&quot; plugin which I think is causing the conflict.  Can you suggest a solution?

Other info:
Line 214 &quot;header(&quot;Location: $successPage&quot;);&quot;
WordPress 2.7
Askimet, Audio Player, &amp; Tiny MCE Advanced are the other plugins.
 
Thank you for any help...It&#039;s a terrific plugin!
Carol</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m getting the same error message as I&#8217;ve read in some earlier comments&#8230;<br />
Warning: Cannot modify header information &#8211; headers already sent by (output started at /home1/evokcom/public_html/evokpreview/wp-content/themes/LaRue2/header.php:2) in /home1/evokcom/public_html/evokpreview/wp-content/plugins/ipassion-tell-a-friend.php on line 214</p>
<p>I&#8217;m using the &#8220;Dragon Design Form Mailer&#8221; plugin which I think is causing the conflict.  Can you suggest a solution?</p>
<p>Other info:<br />
Line 214 &#8220;header(&#8221;Location: $successPage&#8221;);&#8221;<br />
WordPress 2.7<br />
Askimet, Audio Player, &amp; Tiny MCE Advanced are the other plugins.</p>
<p>Thank you for any help&#8230;It&#8217;s a terrific plugin!<br />
Carol</p>
]]></content:encoded>
	</item>
</channel>
</rss>
