<?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 Abd Allah Diab&#039;s Blog</title>
	<atom:link href="http://mpcabd.igeex.biz/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mpcabd.igeex.biz</link>
	<description>My Technical Blog</description>
	<lastBuildDate>Fri, 27 Aug 2010 09:08:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on I&#039;m Learning Python part 10 (last one) by LeupoldEst</title>
		<link>http://mpcabd.igeex.biz/im-learning-python-part-10-last-one/comment-page-1/#comment-1654</link>
		<dc:creator>LeupoldEst</dc:creator>
		<pubDate>Fri, 27 Aug 2010 09:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=128#comment-1654</guid>
		<description>pretty cool stuff here thank you!!!!!!!</description>
		<content:encoded><![CDATA[<p>pretty cool stuff here thank you!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Talk Status Countdown by Abd Allah Diab</title>
		<link>http://mpcabd.igeex.biz/google-talk-status-countdown/comment-page-1/#comment-1162</link>
		<dc:creator>Abd Allah Diab</dc:creator>
		<pubDate>Sat, 14 Aug 2010 06:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://mpcabd.igeex.biz/?p=231#comment-1162</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-1160&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;André:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 &lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;GTalk Client desktop and GTalk Android Client, both set the priority to 24. Do you think that it is possible to set the priority for the Android GTalk to be always inferior to the GTalk desktop app, in a way similar to what you have done??&lt;/p&gt;
&lt;p&gt;Regrds,&lt;br&gt;
Andre&lt;/p&gt;
&lt;/blockquote&gt;
Hmmm, using my way you can override the presence message by sending another one with the same priority, but I don&#039;t think that using the same method above you can lower the presence priority of another client.
To do so you should listen to the port that the client is using to connect to the server and change the presence priority when you recognize it. Not as easy as the method above but can work certainly.

:)</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-1160" rel="nofollow"><br />
<strong><em>André:</em></strong><br />
</a></p>
<p>HI,</p>
<p>GTalk Client desktop and GTalk Android Client, both set the priority to 24. Do you think that it is possible to set the priority for the Android GTalk to be always inferior to the GTalk desktop app, in a way similar to what you have done??</p>
<p>Regrds,<br />
Andre</p>
</blockquote>
<p>Hmmm, using my way you can override the presence message by sending another one with the same priority, but I don&#8217;t think that using the same method above you can lower the presence priority of another client.<br />
To do so you should listen to the port that the client is using to connect to the server and change the presence priority when you recognize it. Not as easy as the method above but can work certainly.<br />
 <img src='http://mpcabd.igeex.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Talk Status Countdown by André</title>
		<link>http://mpcabd.igeex.biz/google-talk-status-countdown/comment-page-1/#comment-1160</link>
		<dc:creator>André</dc:creator>
		<pubDate>Fri, 13 Aug 2010 17:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://mpcabd.igeex.biz/?p=231#comment-1160</guid>
		<description>HI,

GTalk Client desktop and GTalk Android Client, both set the priority to 24. Do you think that it is possible to set the priority for the Android GTalk to be always inferior to the GTalk desktop app, in a way similar to what you have done??

Regrds,
Andre</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>GTalk Client desktop and GTalk Android Client, both set the priority to 24. Do you think that it is possible to set the priority for the Android GTalk to be always inferior to the GTalk desktop app, in a way similar to what you have done??</p>
<p>Regrds,<br />
Andre</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Notepad++ Plugin To Run Python Scripts by Dave Brotherstone</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-1061</link>
		<dc:creator>Dave Brotherstone</dc:creator>
		<pubDate>Mon, 09 Aug 2010 05:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-1061</guid>
		<description>It can do that too - a script like

reload(notepad.getCurrentFilename())

will do it, won&#039;t it?

Anywho - as your plugin is not, as far as i know, on the list - I&#039;ll add it to the plugin manager for you, and the wiki.  You might want to post an announcement on the Plugin Development forum on the Notepad++ project page too... :)

Cheers!</description>
		<content:encoded><![CDATA[<p>It can do that too &#8211; a script like</p>
<p>reload(notepad.getCurrentFilename())</p>
<p>will do it, won&#8217;t it?</p>
<p>Anywho &#8211; as your plugin is not, as far as i know, on the list &#8211; I&#8217;ll add it to the plugin manager for you, and the wiki.  You might want to post an announcement on the Plugin Development forum on the Notepad++ project page too&#8230; <img src='http://mpcabd.igeex.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Notepad++ Plugin To Run Python Scripts by Abd Allah Diab</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-1054</link>
		<dc:creator>Abd Allah Diab</dc:creator>
		<pubDate>Sun, 08 Aug 2010 23:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-1054</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-1034&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Dave Brotherstone:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 &lt;p&gt;Just FYI, there’s now a full plugin for running Python scripts that integrates closely with Notepad++ – allowing you full access to modify the text and so on.  &lt;a href=&quot;http://npppythonscript.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;http://npppythonscript.sourceforge.net/&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
Thanks Dave, but are you sure it has the same functionality here? Because as far as I understood the plugin you&#039;re maintaining is to manipulate Notepad++ from inside Python, while my plugin is too simple, it just executes the current file in an external Python shell.
Anyway nice plugin ;)</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-1034" rel="nofollow"><br />
<strong><em>Dave Brotherstone:</em></strong><br />
</a></p>
<p>Just FYI, there’s now a full plugin for running Python scripts that integrates closely with Notepad++ – allowing you full access to modify the text and so on.  <a href="http://npppythonscript.sourceforge.net/" rel="nofollow">http://npppythonscript.sourceforge.net/</a></p>
</blockquote>
<p>Thanks Dave, but are you sure it has the same functionality here? Because as far as I understood the plugin you&#8217;re maintaining is to manipulate Notepad++ from inside Python, while my plugin is too simple, it just executes the current file in an external Python shell.<br />
Anyway nice plugin <img src='http://mpcabd.igeex.biz/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Notepad++ Plugin To Run Python Scripts by Dave Brotherstone</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-1034</link>
		<dc:creator>Dave Brotherstone</dc:creator>
		<pubDate>Fri, 06 Aug 2010 11:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-1034</guid>
		<description>Just FYI, there&#039;s now a full plugin for running Python scripts that integrates closely with Notepad++ - allowing you full access to modify the text and so on.  http://npppythonscript.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Just FYI, there&#8217;s now a full plugin for running Python scripts that integrates closely with Notepad++ &#8211; allowing you full access to modify the text and so on.  <a href="http://npppythonscript.sourceforge.net/" rel="nofollow">http://npppythonscript.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Notepad++ Plugin To Run Python Scripts by Banthrass.de &#187; Blog Archive &#187; Python: Notepad++ mit Python verwenden</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-931</link>
		<dc:creator>Banthrass.de &#187; Blog Archive &#187; Python: Notepad++ mit Python verwenden</dc:creator>
		<pubDate>Wed, 28 Jul 2010 09:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-931</guid>
		<description>[...] Plugin zum Ausführen von [...]</description>
		<content:encoded><![CDATA[<p>[...] Plugin zum Ausführen von [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Talk Status Countdown by Abd Allah Diab</title>
		<link>http://mpcabd.igeex.biz/google-talk-status-countdown/comment-page-1/#comment-812</link>
		<dc:creator>Abd Allah Diab</dc:creator>
		<pubDate>Mon, 14 Jun 2010 11:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://mpcabd.igeex.biz/?p=231#comment-812</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-808&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;marc:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 &lt;p&gt;i still cant understand what does this do? does it auto change ur status based on a schedule?&lt;/p&gt;
&lt;/blockquote&gt;
It changes your status periodically to reflect a counter to a given event, see the testing image for an example.</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-808" rel="nofollow"><br />
<strong><em>marc:</em></strong><br />
</a></p>
<p>i still cant understand what does this do? does it auto change ur status based on a schedule?</p>
</blockquote>
<p>It changes your status periodically to reflect a counter to a given event, see the testing image for an example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Talk Status Countdown by marc</title>
		<link>http://mpcabd.igeex.biz/google-talk-status-countdown/comment-page-1/#comment-808</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Sat, 12 Jun 2010 16:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://mpcabd.igeex.biz/?p=231#comment-808</guid>
		<description>i still cant understand what does this do? does it auto change ur status based on a schedule?</description>
		<content:encoded><![CDATA[<p>i still cant understand what does this do? does it auto change ur status based on a schedule?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Notepad++ Plugin To Run Python Scripts by Razec</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-796</link>
		<dc:creator>Razec</dc:creator>
		<pubDate>Wed, 09 Jun 2010 12:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-796</guid>
		<description>Congratulations for the excellent job.
Thanks for your update.  
It&#039;s working here too. ;)</description>
		<content:encoded><![CDATA[<p>Congratulations for the excellent job.<br />
Thanks for your update.<br />
It&#8217;s working here too. <img src='http://mpcabd.igeex.biz/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
