<?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/tag/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>Installing a web server package for PHP development</title>
		<link>http://www.absolutelytech.com/2009/10/04/installing-a-web-server-package-for-php-development/</link>
		<comments>http://www.absolutelytech.com/2009/10/04/installing-a-web-server-package-for-php-development/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 05:43:46 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web-server]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=160</guid>
		<description><![CDATA[So, you thought you would make a web application but didn&#8217;t know where to start? This is the place to start. You need a web server installed on your computer before you start any kind of web programming be it PHP, ASP .Net, ColdFusion, JSP. For developing in PHP, you would have to install an [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/09/28/installing-applications-using-synaptic-package-manager-and-terminal/' rel='bookmark' title='Installing applications (Using synaptic package manager and terminal)'>Installing applications (Using synaptic package manager and terminal)</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/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>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2009/10/04/installing-a-web-server-package-for-php-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Auto Increment value from MySQL table</title>
		<link>http://www.absolutelytech.com/2009/08/20/get-auto-increment-value-from-mysql-table/</link>
		<comments>http://www.absolutelytech.com/2009/08/20/get-auto-increment-value-from-mysql-table/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 09:51:05 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[auto-increment]]></category>
		<category><![CDATA[mysql query]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=157</guid>
		<description><![CDATA[Many a times we require the next Auto Increment value from a MySQL table. Most of the people would do something like this: $query = "Select MAX(id) from users"; $res = mysql_query($query); $row = mysql_fetch_assoc($res); $maxid = $row['MAX(id)']; echo $maxid; This would give correct results but if we delete the latest row, it will start [...]


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/03/29/how-to-converting-first-letter-to-upper-case-in-mysql/' rel='bookmark' title='[HOW-TO] Converting case in MySQL'>[HOW-TO] Converting case in MySQL</a></li>
<li><a href='http://www.absolutelytech.com/2009/09/24/auto-mounting-partitions-at-start-up/' rel='bookmark' title='Auto mounting partitions at start-up in Ubuntu'>Auto mounting partitions at start-up in Ubuntu</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2009/08/20/get-auto-increment-value-from-mysql-table/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<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/64 queries in 0.143 seconds using apc
Object Caching 2177/2217 objects using apc

Served from: www.absolutelytech.com @ 2012-02-08 08:39:06 -->
