<?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>Absolutely Tech &#187; Programming</title>
	<atom:link href="http://www.absolutelytech.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.absolutelytech.com</link>
	<description>Yes!! Its absolutely tech...</description>
	<lastBuildDate>Wed, 28 Sep 2011 10:31:26 +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>Debugging Javascript In Internet Explorer</title>
		<link>http://www.absolutelytech.com/2009/08/07/debugging-javascript-in-internet-explorer/</link>
		<comments>http://www.absolutelytech.com/2009/08/07/debugging-javascript-in-internet-explorer/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 13:22:38 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[ie addons]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=135</guid>
		<description><![CDATA[Internet explorer has always been a programmer&#8217;s nightmare. You have finished a wonderful looking site, full of javascript effects just to find out that it doesn&#8217;t work in Internet Explorer. Its a real pain in the neck to find out which part of the script is causing errors in Internet Explorer. In Firefox, we have [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/' rel='bookmark' title='Solution to &ldquo;MySQL Server Has Gone Away&rdquo; Problem'>Solution to &ldquo;MySQL Server Has Gone Away&rdquo; Problem</a></li>
<li><a href='http://www.absolutelytech.com/2009/09/23/moving-my-firefox-profile-from-windows-to-ubuntu/' rel='bookmark' title='Moving my firefox profile from windows to ubuntu'>Moving my firefox profile from windows to ubuntu</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2009/08/07/debugging-javascript-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution to &#8220;MySQL Server Has Gone Away&#8221; Problem</title>
		<link>http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/</link>
		<comments>http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 10:25:42 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL server]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/</guid>
		<description><![CDATA[Seriously guys, I got this error and I was laughing hard. The error is just too funny, don’t you think? Yes, it is but not for developers like me. Problem to this error is almost undetectable and there are more than a dozen reasons as to why this occurs and this often baffles developers. This [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/08/20/get-auto-increment-value-from-mysql-table/' rel='bookmark' title='Get Auto Increment value from MySQL table'>Get Auto Increment value from MySQL table</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/19/solved-cant-connect-to-local-mysql-server-through-socket-error/' rel='bookmark' title='[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error'>[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/19/solvederror-establishing-a-database-connection-in-wordpress/' rel='bookmark' title='[SOLVED]&#8216;Error establishing a database connection&#8217; in wordpress'>[SOLVED]&#8216;Error establishing a database connection&#8217; in wordpress</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>[HowTo] Convert HTML to PDF using PHP</title>
		<link>http://www.absolutelytech.com/2009/07/10/make-a-pdf-file-in-php-convert-html-to-pdf-using-php/</link>
		<comments>http://www.absolutelytech.com/2009/07/10/make-a-pdf-file-in-php-convert-html-to-pdf-using-php/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 04:59:59 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PDF Library]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.techmindz.com/blogs/?p=82</guid>
		<description><![CDATA[In a recent project, I had to output to a PDF file as well as to the browser. For this purpose first I downloaded the library from here. Then this code: &#38;lt;?php &#160; ob_start&#40;&#41;;  //Start buffering the output &#160; //your coding starts here &#160; .... &#160; .... &#160; ... &#160; ... &#160; //Coding ends here [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/' rel='bookmark' title='Solution to &ldquo;MySQL Server Has Gone Away&rdquo; Problem'>Solution to &ldquo;MySQL Server Has Gone Away&rdquo; Problem</a></li>
<li><a href='http://www.absolutelytech.com/2010/08/01/howto-check-your-php-and-server-information-using-phpinfo/' rel='bookmark' title='[HowTo] Check your php and server information using phpinfo()'>[HowTo] Check your php and server information using phpinfo()</a></li>
<li><a href='http://www.absolutelytech.com/2010/01/31/solved-flush-ob_flush-not-working-in-php-disabling-gzip-through-htaccess/' rel='bookmark' title='[SOLVED] Flush(), ob_flush() not working in PHP (Disabling gzip through htaccess)'>[SOLVED] Flush(), ob_flush() not working in PHP (Disabling gzip through htaccess)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2009/07/10/make-a-pdf-file-in-php-convert-html-to-pdf-using-php/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 17/41 queries in 0.028 seconds using apc
Object Caching 1440/1451 objects using apc

Served from: www.absolutelytech.com @ 2012-02-08 08:50:59 -->
