<?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 Ajatus Software - A software developing and consulting company</title>
	<atom:link href="http://www.ajatus.in/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajatus.in</link>
	<description>A leading software services company committed to the development of world class integrated business solutions for the IT industry and also ERP solutions</description>
	<lastBuildDate>Thu, 02 Feb 2012 01:03:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Google&#8217;s priority mail service by Hands Free Backlinking software</title>
		<link>http://www.ajatus.in/2010/08/googles-priority-mail-service/comment-page-1/#comment-1281</link>
		<dc:creator>Hands Free Backlinking software</dc:creator>
		<pubDate>Thu, 02 Feb 2012 01:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajatus.in/?p=472#comment-1281</guid>
		<description>&lt;strong&gt;Hands Free Backlinking software...&lt;/strong&gt;

[...]Google&#8217;s priority mail service &#124; Ajatus Software - A software developing and consulting company[...]...</description>
		<content:encoded><![CDATA[<p><strong>Hands Free Backlinking software&#8230;</strong></p>
<p>[...]Google&#8217;s priority mail service | Ajatus Software &#8211; A software developing and consulting company[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A new look Google by GeekTantra</title>
		<link>http://www.ajatus.in/2010/05/a-new-look-google/comment-page-1/#comment-1237</link>
		<dc:creator>GeekTantra</dc:creator>
		<pubDate>Mon, 09 Jan 2012 06:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajatus.in/?p=434#comment-1237</guid>
		<description>hi</description>
		<content:encoded><![CDATA[<p>hi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A new look Google by GeekTantra</title>
		<link>http://www.ajatus.in/2010/05/a-new-look-google/comment-page-1/#comment-1236</link>
		<dc:creator>GeekTantra</dc:creator>
		<pubDate>Mon, 09 Jan 2012 06:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajatus.in/?p=434#comment-1236</guid>
		<description>hello</description>
		<content:encoded><![CDATA[<p>hello</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Export complex HTML Tables to Excel by Girish</title>
		<link>http://www.ajatus.in/2011/12/export-complex-html-tables-to-excel/comment-page-1/#comment-1232</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Wed, 04 Jan 2012 19:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajatus.in/?p=613#comment-1232</guid>
		<description>Hey Jay this seems cool will try it out for sure.</description>
		<content:encoded><![CDATA[<p>Hey Jay this seems cool will try it out for sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Export complex HTML Tables to Excel by Jay</title>
		<link>http://www.ajatus.in/2011/12/export-complex-html-tables-to-excel/comment-page-1/#comment-1225</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 03 Jan 2012 13:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajatus.in/?p=613#comment-1225</guid>
		<description>You can check a working example here: http://testingjay.x90x.net/xls_export_test/</description>
		<content:encoded><![CDATA[<p>You can check a working example here: <a href="http://testingjay.x90x.net/xls_export_test/" rel="nofollow">http://testingjay.x90x.net/xls_export_test/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Export complex HTML Tables to Excel by neelima</title>
		<link>http://www.ajatus.in/2011/12/export-complex-html-tables-to-excel/comment-page-1/#comment-1220</link>
		<dc:creator>neelima</dc:creator>
		<pubDate>Sun, 01 Jan 2012 17:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajatus.in/?p=613#comment-1220</guid>
		<description>can you show how? a working example would help</description>
		<content:encoded><![CDATA[<p>can you show how? a working example would help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Export complex HTML Tables to Excel by Jay</title>
		<link>http://www.ajatus.in/2011/12/export-complex-html-tables-to-excel/comment-page-1/#comment-1218</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sat, 31 Dec 2011 17:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajatus.in/?p=613#comment-1218</guid>
		<description>Guess a simple way would be to avoid DOM Manipulation completely. 

It can be done on the server side itself, by passing a get parameter to default.php  (in form default.php?export=xls). Then, using this parameter (with a php if else statement) to display the just the table (without the HTML head) sending the content-type as done in exporttoexcel.php 

So instead of a form submission you only have a link default.php?export=xls for the export button.</description>
		<content:encoded><![CDATA[<p>Guess a simple way would be to avoid DOM Manipulation completely. </p>
<p>It can be done on the server side itself, by passing a get parameter to default.php  (in form default.php?export=xls). Then, using this parameter (with a php if else statement) to display the just the table (without the HTML head) sending the content-type as done in exporttoexcel.php </p>
<p>So instead of a form submission you only have a link default.php?export=xls for the export button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set Up Your Own Ubuntu Repository using apt-mirror by promote website free</title>
		<link>http://www.ajatus.in/2011/02/set-up-your-own-ubuntu-repository-using-apt-mirror/comment-page-1/#comment-1215</link>
		<dc:creator>promote website free</dc:creator>
		<pubDate>Sat, 10 Dec 2011 05:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajatus.in/?p=498#comment-1215</guid>
		<description>&lt;strong&gt;promote website free...&lt;/strong&gt;

[...]Set Up Your Own Ubuntu Repository using apt-mirror &#124; Ajatus Software - A software developing and consulting company[...]...</description>
		<content:encoded><![CDATA[<p><strong>promote website free&#8230;</strong></p>
<p>[...]Set Up Your Own Ubuntu Repository using apt-mirror | Ajatus Software &#8211; A software developing and consulting company[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coding Best Practices for C &#8211; Part &#8211; 1 by Buy Facebook Fans</title>
		<link>http://www.ajatus.in/2009/10/coding-best-practices-for-c-part-1/comment-page-1/#comment-1214</link>
		<dc:creator>Buy Facebook Fans</dc:creator>
		<pubDate>Tue, 06 Dec 2011 08:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajatus.in/?p=207#comment-1214</guid>
		<description>&lt;strong&gt;Check These Out...&lt;/strong&gt;

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]...</description>
		<content:encoded><![CDATA[<p><strong>Check These Out&#8230;</strong></p>
<p>[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding REST &#8211; For Beginners by web design indonesia</title>
		<link>http://www.ajatus.in/2011/09/understanding-rest-for-beginners/comment-page-1/#comment-1213</link>
		<dc:creator>web design indonesia</dc:creator>
		<pubDate>Fri, 25 Nov 2011 10:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajatus.in/?p=557#comment-1213</guid>
		<description>this article really helps me to find out how to explore my web design skill and knowledge. web design grows time by time, i dont wanna be a retro, stagnant or even give too much exlporation. thanks, Author!</description>
		<content:encoded><![CDATA[<p>this article really helps me to find out how to explore my web design skill and knowledge. web design grows time by time, i dont wanna be a retro, stagnant or even give too much exlporation. thanks, Author!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

