<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Shameless Self Promotion ;-) ™ © ℠ ®</title>
	<link>http://www.shameless-self-promotion.org</link>
	<description>Hain aur bhi duniya me sukhanwar bahut ache, kehte hain ke Kumar Chetan Sharma ka hai andaz-e-bayan aur.</description>
	<pubDate>Fri, 11 Jul 2008 10:58:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Ludhiana to LA</title>
		<link>http://www.shameless-self-promotion.org/2008/07/11/ludhiana-to-la/</link>
		<comments>http://www.shameless-self-promotion.org/2008/07/11/ludhiana-to-la/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 10:58:51 +0000</pubDate>
		<dc:creator>Montu</dc:creator>
		
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.shameless-self-promotion.org/2008/07/11/ludhiana-to-la/</guid>
		<description><![CDATA[I will be in LA on 13th July. It&#8217;s an achievement for me compared to my careless attitude that I am traveling abroad on a professional visit. Last sentence simply means I am not worth but still&#8230;
]]></description>
			<content:encoded><![CDATA[<p>I will be in LA on 13th July. It&#8217;s an achievement for me compared to my careless attitude that I am traveling abroad on a professional visit. Last sentence simply means I am not worth but still&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shameless-self-promotion.org/2008/07/11/ludhiana-to-la/feed/</wfw:commentRss>
		</item>
		<item>
		<title>if you see unable to load dynamic library php_mysql.dll</title>
		<link>http://www.shameless-self-promotion.org/2008/07/07/if-you-see-unable-to-load-dynamic-library-php_mysqldll/</link>
		<comments>http://www.shameless-self-promotion.org/2008/07/07/if-you-see-unable-to-load-dynamic-library-php_mysqldll/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 12:54:15 +0000</pubDate>
		<dc:creator>Montu</dc:creator>
		
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.shameless-self-promotion.org/2008/07/07/if-you-see-unable-to-load-dynamic-library-php_mysqldll/</guid>
		<description><![CDATA[If you are trying to do what I did, install PHP5 and Apache 2 on Windows XP machine using an Apache installer and a zipped PHP, then you may see this message &#8220;unable to load dynamic library php_mysql.dll&#8221;, locate &#8220;libmysql.dll&#8221; and copy to &#8220;windows/system32&#8243;, and 3nj0y. 
]]></description>
			<content:encoded><![CDATA[<p>If you are trying to do what I did, install PHP5 and Apache 2 on Windows XP machine using an Apache installer and a zipped PHP, then you may see this message &#8220;unable to load dynamic library php_mysql.dll&#8221;, locate &#8220;libmysql.dll&#8221; and copy to &#8220;windows/system32&#8243;, and 3nj0y. <img src='http://www.shameless-self-promotion.org/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shameless-self-promotion.org/2008/07/07/if-you-see-unable-to-load-dynamic-library-php_mysqldll/feed/</wfw:commentRss>
		</item>
		<item>
		<title>if you can&#8217;t load/find phpapache2.dll</title>
		<link>http://www.shameless-self-promotion.org/2008/07/07/if-you-cant-loadfind-phpapache2dll/</link>
		<comments>http://www.shameless-self-promotion.org/2008/07/07/if-you-cant-loadfind-phpapache2dll/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 12:43:55 +0000</pubDate>
		<dc:creator>Montu</dc:creator>
		
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.shameless-self-promotion.org/2008/07/07/if-you-cant-loadfind-phpapache2dll/</guid>
		<description><![CDATA[If you are trying to do what I did, install PHP5 and Apache 2 on Windows XP machine using an Apache installer and a zipped PHP, then you are bound to see these messages
HTTPD: Syntax error on line 485 of C:/amp/apache2/conf/httpd.conf: Cannot load C:/amp/apache2/php5apache2.dll into server: The specified module could not be found.
The solution is [...]]]></description>
			<content:encoded><![CDATA[<p>If you are trying to do what I did, install PHP5 and Apache 2 on Windows XP machine using an Apache installer and a zipped PHP, then you are bound to see these messages<br />
<code>HTTPD: Syntax error on line 485 of C:/amp/apache2/conf/httpd.conf: Cannot load C:/amp/apache2/php5apache2.dll into server: The specified module could not be found.</code></p>
<p>The solution is to add this to your file<br />
<code><br />
#load the php main library to avoid dll hell<br />
Loadfile "C:\pathtophp\php5ts.dll"</code></p>
<p>#load the sapi so that apache can use php<br />
LoadModule php5_module &#8220;C:\pathtophp\php5apache2_2.dll&#8221;</p>
<p>#set the php.ini location so that you don&#8217;t have to waste time guessing where it is<br />
PHPIniDir &#8220;C:\pathtophp&#8221;</p>
<p>#Hook the php file extensions, notice that Addtype is NOT USED, since that&#8217;s just stupid<br />
AddHandler application/x-httpd-php .php<br />
AddHandler application/x-httpd-php-source .phps</p>
<p><a href="http://us3.php.net/manual/en/install.windows.apache2.php" title="HTTPD: Syntax error on line 485 of C:/amp/apache2/conf/httpd.conf: Cannot load C:/amp/apache2/php5apache2.dll into server: The specified module could not be found." target="_blank">More on this page.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shameless-self-promotion.org/2008/07/07/if-you-cant-loadfind-phpapache2dll/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mind it!</title>
		<link>http://www.shameless-self-promotion.org/2008/06/29/mind-it/</link>
		<comments>http://www.shameless-self-promotion.org/2008/06/29/mind-it/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 04:58:23 +0000</pubDate>
		<dc:creator>Montu</dc:creator>
		
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.shameless-self-promotion.org/2008/06/29/mind-it/</guid>
		<description><![CDATA[Everything is different in Chennai, everything. Even English is diffrent. Here are few thngs I read.

FRUT JOOS. Good for health.
Parcel Food Not Allowed Here.
The customer is king in our business.
Thunduri Rothi
I am wish for the pongal.
I have needs for a one room

This English is not common but also not so rare.  
]]></description>
			<content:encoded><![CDATA[<p>Everything is different in Chennai, everything. Even English is diffrent. Here are few thngs I read.</p>
<ul>
<li>FRUT JOOS. Good for health.</li>
<li>Parcel Food Not Allowed Here.</li>
<li>The customer is king in our business.</li>
<li>Thunduri Rothi</li>
<li>I am wish for the pongal.</li>
<li>I have needs for a one room</li>
</ul>
<p>This English is not common but also not so rare.  <img src='http://www.shameless-self-promotion.org/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shameless-self-promotion.org/2008/06/29/mind-it/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Trapped!!!</title>
		<link>http://www.shameless-self-promotion.org/2008/06/25/trapped/</link>
		<comments>http://www.shameless-self-promotion.org/2008/06/25/trapped/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 04:35:09 +0000</pubDate>
		<dc:creator>Montu</dc:creator>
		
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.shameless-self-promotion.org/2008/06/25/trapped/</guid>
		<description><![CDATA[No internet connection at my place 
Everything blocked at work 
Alien city 
I am trapped. 
Mind it!
]]></description>
			<content:encoded><![CDATA[<p>No internet connection at my place <img src='http://www.shameless-self-promotion.org/smilies/yahoo_sad.gif' alt='&#58;&#45;&#40;' class='wp-smiley' width='18' height='18' title='&#58;&#45;&#40;' /></p>
<p>Everything blocked at work <img src='http://www.shameless-self-promotion.org/smilies/yahoo_cry.gif' alt='&#58;&#45;&#40;&#40;' class='wp-smiley' width='22' height='18' title='&#58;&#45;&#40;&#40;' /></p>
<p>Alien city <img src='http://www.shameless-self-promotion.org/smilies/yahoo_worried.gif' alt='&#58;&#45;&#83;' class='wp-smiley' width='18' height='18' title='&#58;&#45;&#83;' /></p>
<p>I am trapped. <img src='http://www.shameless-self-promotion.org/smilies/yahoo_nailbiting.gif' alt='&#58;&#45;&#83;&#83;' class='wp-smiley' width='36' height='18' title='&#58;&#45;&#83;&#83;' /></p>
<p>Mind it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shameless-self-promotion.org/2008/06/25/trapped/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Aakhiri alwida</title>
		<link>http://www.shameless-self-promotion.org/2008/06/22/aakhiri-alwida/</link>
		<comments>http://www.shameless-self-promotion.org/2008/06/22/aakhiri-alwida/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 15:37:17 +0000</pubDate>
		<dc:creator>Montu</dc:creator>
		
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.shameless-self-promotion.org/2008/06/22/aakhiri-alwida/</guid>
		<description><![CDATA[I am moving to Chennai, where people add extra &#8220;H&#8221;etch in every name.
I will be boarding bus to Delhi, from Delhi I will be boarding a flight to Chennai, on 23rd June I will be in Chennai.
I will miss Chandigarh a lot.
Mind it!
]]></description>
			<content:encoded><![CDATA[<p>I am moving to Chennai, where people add extra &#8220;H&#8221;etch in every name.</p>
<p>I will be boarding bus to Delhi, from Delhi I will be boarding a flight to Chennai, on 23rd June I will be in Chennai.</p>
<p>I will miss Chandigarh a lot.</p>
<p>Mind it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shameless-self-promotion.org/2008/06/22/aakhiri-alwida/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I feel proud!</title>
		<link>http://www.shameless-self-promotion.org/2008/06/20/i-feel-proud/</link>
		<comments>http://www.shameless-self-promotion.org/2008/06/20/i-feel-proud/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 07:03:02 +0000</pubDate>
		<dc:creator>Montu</dc:creator>
		
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.shameless-self-promotion.org/2008/06/20/i-feel-proud/</guid>
		<description><![CDATA[(12:21:33  IST) Jacob @ GC: thanks chetan
(12:21:42  IST) Jacob @ GC: we&#8217;ll be in touch then sometime next week
(12:21:49  IST) Chetan@globalcoding: sure 
(12:21:51  IST) Jacob @ GC: check out EDU and makes sure everything is running
(12:21:57  IST) Chetan@globalcoding: will do that
(12:21:57  IST) Jacob @ GC: i really appreciate all [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2"><font color="#cc0000">(12:21:33  IST) </font></font><font color="#cc0000"><strong><font size="3">Jacob @ GC:</font></strong></font><font size="3"> <font color="#000000"><font face="MS Shell Dlg">thanks chetan</font></font></font><br />
<font size="2"><font color="#cc0000">(12:21:42  IST) </font></font><font color="#cc0000"><strong><font size="3">Jacob @ GC:</font></strong></font><font size="3"> <font color="#000000"><font face="MS Shell Dlg">we&#8217;ll be in touch then sometime next week</font></font></font><br />
<font size="2"><font color="#204a87">(12:21:49  IST) </font></font><font color="#204a87"><strong><font size="3">Chetan@globalcoding:</font></strong></font><font size="3"> sure <img src='http://www.shameless-self-promotion.org/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></font><br />
<font size="2"><font color="#cc0000">(12:21:51  IST) </font></font><font color="#cc0000"><strong><font size="3">Jacob @ GC:</font></strong></font><font size="3"> <font color="#000000"><font face="MS Shell Dlg">check out EDU and makes sure everything is running</font></font></font><br />
<font size="2"><font color="#204a87">(12:21:57  IST) </font></font><font color="#204a87"><strong><font size="3">Chetan@globalcoding:</font></strong></font><font size="3"> will do that</font><br />
<font size="2"><font color="#cc0000">(12:21:57  IST) </font></font><font color="#cc0000"><strong><font size="3">Jacob @ GC:</font></strong></font><font size="3"> <font color="#000000"><font face="MS Shell Dlg">i really appreciate all you have done</font></font></font><br />
<font size="2"><font color="#cc0000">(12:22:11  IST) </font></font><font color="#cc0000"><strong><font size="3">Jacob @ GC:</font></strong></font><font size="3"> <font color="#000000"><font face="MS Shell Dlg">and i hope to always have you work for me! <img src='http://www.shameless-self-promotion.org/smilies/yahoo_wink.gif' alt='&#59;&#41;' class='wp-smiley' width='18' height='18' title='&#59;&#41;' /></font></font></font><br />
<font size="2"><font color="#204a87">(12:22:24  IST) </font></font><font color="#204a87"><strong><font size="3">Chetan@globalcoding:</font></strong></font><font size="3"> <img src='http://www.shameless-self-promotion.org/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></font><br />
<font size="2"><font color="#204a87">(12:22:44  IST) </font></font><font color="#204a87"><strong><font size="3">Chetan@globalcoding:</font></strong></font><font size="3"> thanks and it was always nice working and interacting with you <img src='http://www.shameless-self-promotion.org/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></font><br />
<font size="2"><font color="#cc0000">(12:23:36  IST) </font></font><font color="#cc0000"><strong><font size="3">Jacob @ GC:</font></strong></font><font size="3"> <font color="#000000"><font face="MS Shell Dlg">you are a great worker and i&#8217;ve been honored to work with you</font></font></font><br />
<font size="2"><font color="#cc0000">(12:23:53  IST) </font></font><font color="#cc0000"><strong><font size="3">Jacob @ GC:</font></strong></font><font size="3"> <font color="#000000"><font face="MS Shell Dlg">please let me always work with you &#8230;even if on a small level</font></font></font></p>
<p>Jacob is one of our client. <img src='http://www.shameless-self-promotion.org/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shameless-self-promotion.org/2008/06/20/i-feel-proud/feed/</wfw:commentRss>
		</item>
		<item>
		<title>realisation</title>
		<link>http://www.shameless-self-promotion.org/2008/06/15/realisation/</link>
		<comments>http://www.shameless-self-promotion.org/2008/06/15/realisation/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 19:47:21 +0000</pubDate>
		<dc:creator>Montu</dc:creator>
		
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.shameless-self-promotion.org/2008/06/15/realisation/</guid>
		<description><![CDATA[16th June, 2008, 01:19 hours, I have just realized that I will be 30 years old in coming 6 months&#8230;

&#8230;and I still haven&#8217;t&#8230;
Thanks to&#8230;
]]></description>
			<content:encoded><![CDATA[<p>16th June, 2008, 01:19 hours, I have just realized that I will be 30 years old in coming 6 months&#8230;</p>
<p><img src='http://www.shameless-self-promotion.org/smilies/yahoo_neutral.gif' alt='&#58;&#124;' class='wp-smiley' width='18' height='18' title='&#58;&#124;' /></p>
<p>&#8230;and I still haven&#8217;t&#8230;</p>
<p>Thanks to&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shameless-self-promotion.org/2008/06/15/realisation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ten commandments for code optimization (alpha release :P)</title>
		<link>http://www.shameless-self-promotion.org/2008/06/11/ten-commandments-for-code-optimisationoptimization/</link>
		<comments>http://www.shameless-self-promotion.org/2008/06/11/ten-commandments-for-code-optimisationoptimization/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 12:29:10 +0000</pubDate>
		<dc:creator>Montu</dc:creator>
		
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.shameless-self-promotion.org/2008/06/11/ten-commandments-for-code-optimisationoptimization/</guid>
		<description><![CDATA[I have been reading, studying, googling about code and SQL optimisation. There are books on this subject. Following is the crux of everything. I will try to compile a list of tips for PHP, JavaScript, Apache and SQL optimisation too, hence the beta status.  The following list is applicable to any (God Damn) Computer [...]]]></description>
			<content:encoded><![CDATA[<p>I have been reading, studying, googling about code and SQL optimisation. There are books on this subject. Following is the crux of everything. I will try to compile a list of tips for PHP, JavaScript, Apache and SQL optimisation too, hence the beta status. <img src='http://www.shameless-self-promotion.org/smilies/yahoo_smiley.gif' alt='&#58;&#45;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#45;&#41;' /> The following list is applicable to any <a href="http://en.wikipedia.org/wiki/Alphabetical_list_of_programming_languages" title="Alphabetical list of programming languages" target="_blank">(God Damn) Computer language</a>.</p>
<p>I. <strong><em>Thy shall never calculate or evaluate an expression at every iteration.</em></strong><br />
Following is a sin<br />
<code>for(i=0;i&lt;sizeof(thelengthyarray);i++{<br />
//do some thing<br />
}</code><br />
The same applies to SQL too. If you just need id and name from a user table don&#8217;t use <code>SELECT *</code> in fact use <code>SELECT id, name FROM users</code>. And this is not all, performing calculations on column name too slow downs the query. Avoid this too.<br />
II. <strong><em>Thy shall avoid initialise and then assign.</em></strong> Directly assign. Save call to initialisation.<br />
III. <strong><em>Thy shall avoid too many elseifs, use switch.</em></strong> Put the most common cases first.<br />
IV. <em><strong>Thy shall avoid post increments and decrements in side a loop expression.</strong></em><br />
V. <em><strong>Global variable is an act of adultery.</strong></em> In fact avoid declaring variables as much as possible and declare variables in inner loops. They will be out of scope immidiately.<br />
VI. <em><strong>Thy shall make local functions static.</strong></em><br />
VII. <em><strong>Thy shall avoid expensive operations.</strong></em><br />
Interestingly addition is faster than multiplication. But if you need to add first 100 integers use a mathematical formula. Why? Coz&#8217; it will be cheap.<br />
VIII. <em><strong>Thy shall always cache the data required frequently.</strong></em><br />
IX. <em><strong>Thy shall always &#8220;kill&#8221; the unused variable, claim the memory occupied by these and return to the system.</strong></em><br />
X. <em><strong>Thy shall never reinvent the wheel.</strong></em><br />
Don&#8217;t write a new sqrt() function if it is already there. <a href="http://en.wikipedia.org/wiki/RTFM" title="RTFM" target="_blank">RTFM.</a> Language constructs are better than your own home baked functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shameless-self-promotion.org/2008/06/11/ten-commandments-for-code-optimisationoptimization/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Breaking &#8220;News&#8221;</title>
		<link>http://www.shameless-self-promotion.org/2008/06/10/breaking-news/</link>
		<comments>http://www.shameless-self-promotion.org/2008/06/10/breaking-news/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 10:04:36 +0000</pubDate>
		<dc:creator>Montu</dc:creator>
		
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.shameless-self-promotion.org/2008/06/10/breaking-news/</guid>
		<description><![CDATA[News channels now a days are providing breaking news that makes me think why they are breaking news. Recently Mumbai administration warned news channel against showing file video clippings of 2006 floods without labeling them as file. In recent times level of journalism have dropped to lowest. With electronic media always looking for some &#8220;breaking [...]]]></description>
			<content:encoded><![CDATA[<p>News channels now a days are providing breaking news that makes me think why they are breaking news. <a href="http://news.in.msn.com/national/article.aspx?cp-documentid=1439829" title="Maharashtra warns news channels" target="_blank">Recently Mumbai administration warned news channel against showing file video clippings of 2006 floods without labeling them as file</a>. In recent times level of journalism have dropped to lowest. With electronic media always looking for some &#8220;breaking news&#8221; every news which is of no use is a news now. My colleague have sent me following images to prove more.</p>
<p><a href="http://www.shameless-self-promotion.org/wp-content/uploads/2008/06/image002.jpg" title="image002.jpg"><img src="http://www.shameless-self-promotion.org/wp-content/uploads/2008/06/image002.thumbnail.jpg" alt="image002.jpg" /></a><br />
<a href="http://www.shameless-self-promotion.org/wp-content/uploads/2008/06/image001.jpg" title="image001.jpg"><img src="http://www.shameless-self-promotion.org/wp-content/uploads/2008/06/image001.thumbnail.jpg" alt="image001.jpg" /></a><br />
<a href="http://www.shameless-self-promotion.org/wp-content/uploads/2008/06/4.jpg" title="4.jpg"><img src="http://www.shameless-self-promotion.org/wp-content/uploads/2008/06/4.thumbnail.jpg" alt="4.jpg" /></a><br />
<a href="http://www.shameless-self-promotion.org/wp-content/uploads/2008/06/2.jpg" title="2.jpg"><img src="http://www.shameless-self-promotion.org/wp-content/uploads/2008/06/2.thumbnail.jpg" alt="2.jpg" /></a><br />
<a href="http://www.shameless-self-promotion.org/wp-content/uploads/2008/06/1.jpg" title="1.jpg"><img src="http://www.shameless-self-promotion.org/wp-content/uploads/2008/06/1.thumbnail.jpg" alt="1.jpg" /></a><br />
Click these images to view the full image of &#8220;breaking news&#8221;. Apparently, ironically, (un)luckily the channel telecasting all these &#8220;breaking news&#8221; is our own, the best, award winning, none else, &#8220;<a href="http://www.shameless-self-promotion.org/2008/03/30/aaj-tak-the-best-tv-news-channel/" title=" Aaj Tak-The best TV News Channel" target="_blank"><strong>Aaj Tak</strong></a>&#8220;. I have got loads of things to say for our favorite news channel. <a href="http://www.shameless-self-promotion.org/2006/01/10/sansani/" title="Sansani" target="_blank">A pre historic post regarding this was supposed to appear on a blog too</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shameless-self-promotion.org/2008/06/10/breaking-news/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
