<?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; Software</title>
	<atom:link href="http://www.absolutelytech.com/category/software/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>[HOWTO] Fix Twitter clients (or PHP scripts) which use basic authentication.</title>
		<link>http://www.absolutelytech.com/2010/09/07/howto-fix-twitter-clients-or-php-scripts-which-use-basic-authentication/</link>
		<comments>http://www.absolutelytech.com/2010/09/07/howto-fix-twitter-clients-or-php-scripts-which-use-basic-authentication/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 16:16:04 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[basic-authentication]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[supertweet]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter clients]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=881</guid>
		<description><![CDATA[As you probably know, Twitter completely ditched basic authentication method on August 31st, 2010. It now supports only OAuth method of authentication which complicates the coding process multiple folds. Scripts which were previously 20 lines long now span several files. While there are numerous advantage of Oauth like client doesn&#8217;t need to know your password, [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/06/how-to-find-windows-live-hotmail-contacts-on-twitter/' rel='bookmark' title='[How-To] Find windows live (hotmail) contacts on twitter'>[How-To] Find windows live (hotmail) contacts on twitter</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>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/09/07/howto-fix-twitter-clients-or-php-scripts-which-use-basic-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Edit registry without windows</title>
		<link>http://www.absolutelytech.com/2009/08/14/edit-registry-without-windows/</link>
		<comments>http://www.absolutelytech.com/2009/08/14/edit-registry-without-windows/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 04:42:14 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bootable cd]]></category>
		<category><![CDATA[corrupt registry]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=138</guid>
		<description><![CDATA[Many a time you will want to edit your registry when you get your windows screwed and it refuses to boot up. You know what changes should be made in the registry to fix the problem, but you don&#8217;t have any way to fix it. I had a similar problem and I used this tool [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/10/10/how-to-change-default-application-installation-location-on-windows-xp/' rel='bookmark' title='[How-To] Change default application installation location on windows xp'>[How-To] Change default application installation location on windows xp</a></li>
<li><a href='http://www.absolutelytech.com/2009/05/26/fight-with-the-viruse-it-was-terrible/' rel='bookmark' title='[Solved] Windows XP login logoff loop caused by a virus'>[Solved] Windows XP login logoff loop caused by a virus</a></li>
<li><a href='http://www.absolutelytech.com/2009/06/10/virus-removal/' rel='bookmark' title='[HowTo] Remove almost any kind of viruses from Windows'>[HowTo] Remove almost any kind of viruses from Windows</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2009/08/14/edit-registry-without-windows/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</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 11/45 queries in 0.044 seconds using apc
Object Caching 1406/1436 objects using apc

Served from: www.absolutelytech.com @ 2012-02-08 08:46:28 -->
