<?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>TechBytes &#187; Bug</title>
	<atom:link href="http://www.asim.pk/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:00:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>PHP Depreciated errors on Ubuntu 10.04 LTS</title>
		<link>http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/</link>
		<comments>http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 20:01:51 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Depreciated]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 10.04 LTS]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=688</guid>
		<description><![CDATA[If you have installed LAMP (Apache, MySQL and PHP on Ubuntu 10.04 LTS) then running this on SSH php -v would be giving you certain PHP Depreciated warning like these root@sea:~# php -v PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/idn.ini on line 1 in Unknown on line 0 PHP Deprecated: Comments starting [...]]]></description>
			<content:encoded><![CDATA[<p>If you have installed LAMP (Apache, MySQL and PHP on Ubuntu 10.04 LTS) then running this on SSH</p>
<pre class="brush: plain;">php -v</pre>
<p>would be giving you certain PHP Depreciated warning like these</p>
<pre class="brush: plain;">root@sea:~# php -v
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/idn.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imagick.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP 5.3.2-1ubuntu4 with Suhosin-Patch (cli) (built: Apr  9 2010 08:23:39)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies</pre>
<p>Its a noted bug with Ubuntu and changes may be pushed soon but to fix this just edit each of these files and replace comments starting with &#8216;<strong>#</strong>&#8216; to &#8216;<strong>;</strong>&#8216;.<br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>July 19, 2010 &#8212; <a href="http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/" title="Installing Lighttpd, PHP and MySQL on Ubuntu">Installing Lighttpd, PHP and MySQL on Ubuntu</a></li>
<li>May 30, 2010 &#8212; <a href="http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/" title="Install PHP5 ADOdb extension on Ubuntu">Install PHP5 ADOdb extension on Ubuntu</a></li>
<li>May 27, 2010 &#8212; <a href="http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/" title="Installing PHP&#8217;s SSH2 extension on Ubuntu">Installing PHP&#8217;s SSH2 extension on Ubuntu</a></li>
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>May 29, 2010 &#8212; <a href="http://www.asim.pk/2010/05/29/installing-t1lib-on-ubuntu/" title="Installing T1LIB on Ubuntu">Installing T1LIB on Ubuntu</a></li>
<li>July 25, 2010 &#8212; <a href="http://www.asim.pk/2010/07/25/not-getting-a-package-on-ubuntu/" title="Not getting a package on Ubuntu?">Not getting a package on Ubuntu?</a></li>
<li>May 28, 2010 &#8212; <a href="http://www.asim.pk/2010/05/28/build-essentials-in-centos/" title="Build-Essentials in CentOS?">Build-Essentials in CentOS?</a></li>
<li>June 17, 2009 &#8212; <a href="http://www.asim.pk/2009/06/17/installing-re-installing-and-configuring-phpmyadmin-on-ubuntu/" title="Installing / re-installing and Configuring phpMyAdmin on Ubuntu">Installing / re-installing and Configuring phpMyAdmin on Ubuntu</a></li>
<li>May 1, 2009 &#8212; <a href="http://www.asim.pk/2009/05/01/installing-mysql-51-on-ubuntu/" title="Installing MySQL 5.1 on Ubuntu">Installing MySQL 5.1 on Ubuntu</a></li>
<li>March 4, 2009 &#8212; <a href="http://www.asim.pk/2009/03/04/intall-apache-mysql-and-php-on-ubuntu-part-2/" title="Intall Apache, MySQL and PHP on Ubuntu &#8211; Part 2">Intall Apache, MySQL and PHP on Ubuntu &#8211; Part 2</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webmin&#8217;s Software Package Update emails are not working</title>
		<link>http://www.asim.pk/2010/01/11/webmins-software-package-update-emails-are-not-working/</link>
		<comments>http://www.asim.pk/2010/01/11/webmins-software-package-update-emails-are-not-working/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 12:00:47 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Software Package Update]]></category>
		<category><![CDATA[Webmin]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=592</guid>
		<description><![CDATA[I have wrote yesterday about Webmin 1.5 features. I especially liked the one that will send me a notification when there is any update available to any of the components installed on my Linux box. To my disappointment, I never got any Software Package Updates module&#8216;s email notification, instead I got this in my mailbox [...]]]></description>
			<content:encoded><![CDATA[<p>I have wrote yesterday about <a href="http://www.asim.pk/2010/01/11/webmin-1-5-features/">Webmin 1.5</a> features. I especially liked the one that will send me a notification when there is any update available to any of the components installed on my Linux box.</p>
<p>To my disappointment, I never got any <a href="http://www.asim.pk/2010/01/11/webmin-1-5-features/">Software Package Updates module</a>&#8216;s email notification, instead I got this in my mailbox</p>
<p><img class="aligncenter size-full wp-image-593" title="Webmin 1.5's Software Package Update Email Errors" src="http://www.asim.pk/wp-content/uploads/2010/01/webmin_software_package_update_email_error.png" alt="" width="743" height="164" /></p>
<blockquote><p>Undefined subroutine &amp;main::list_all_current called at /usr/libexec/webmin/package-updates/update.pl line 12.</p></blockquote>
<p><strong>I have no clue what this means or how do I fix it. Any one who can help me with this?</strong></p>
<p><strong>Update:</strong> A <a href="http://www.asim.pk/2010/01/12/fixing-webmin-1-5-software-package-update-emails/">fix is available for this bug</a><br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>January 12, 2010 &#8212; <a href="http://www.asim.pk/2010/01/12/fixing-webmin-1-5-software-package-update-emails/" title="Fixing Webmin 1.5’s Software Package Update emails">Fixing Webmin 1.5’s Software Package Update emails</a></li>
<li>January 11, 2010 &#8212; <a href="http://www.asim.pk/2010/01/11/webmin-1-5-features/" title="Webmin 1.5 features">Webmin 1.5 features</a></li>
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>January 11, 2010 &#8212; <a href="http://www.asim.pk/2010/01/11/facebook-displaying-same-advertisement-twice/" title="Facebook displaying same advertisement twice">Facebook displaying same advertisement twice</a></li>
<li>January 7, 2010 &#8212; <a href="http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/" title="WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues">WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues</a></li>
<li>July 24, 2009 &#8212; <a href="http://www.asim.pk/2009/07/24/twitters-invalid-search-results-again/" title="Twitter&#8217;s Invalid search results again!">Twitter&#8217;s Invalid search results again!</a></li>
<li>July 1, 2009 &#8212; <a href="http://www.asim.pk/2009/07/01/how-to-install-webmin-in-centos/" title="How to Install Webmin in CentOS">How to Install Webmin in CentOS</a></li>
<li>February 27, 2009 &#8212; <a href="http://www.asim.pk/2009/02/27/windows-live-more-ways-to-connect-or-annoy/" title="Windows Live &#8211; More Ways to Connect? or annoy?">Windows Live &#8211; More Ways to Connect? or annoy?</a></li>
<li>February 19, 2009 &#8212; <a href="http://www.asim.pk/2009/02/19/stumbleupon-sending-empty-email/" title="Stumbleupon sending empty email!!">Stumbleupon sending empty email!!</a></li>
<li>January 8, 2009 &#8212; <a href="http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/" title="How to Install Webmin in Ubuntu">How to Install Webmin in Ubuntu</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/01/11/webmins-software-package-update-emails-are-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook displaying same advertisement twice</title>
		<link>http://www.asim.pk/2010/01/11/facebook-displaying-same-advertisement-twice/</link>
		<comments>http://www.asim.pk/2010/01/11/facebook-displaying-same-advertisement-twice/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 09:24:01 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Social Marketing]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=580</guid>
		<description><![CDATA[Facebook showing the same advertisement twice in the left-hand section (as seen in the image below). Someone&#8217;s getting ripped off. Related Posts (auto suggestions based on tags) June 21, 2010 &#8212; PHP Depreciated errors on Ubuntu 10.04 LTS January 11, 2010 &#8212; Webmin&#8217;s Software Package Update emails are not working January 7, 2010 &#8212; WordPress&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.asim.pk/wp-content/uploads/2010/01/1-11-2010-1-45-30-PM.png"><img class="aligncenter size-medium wp-image-579" title="Facebook showing same Ads" src="http://www.asim.pk/wp-content/uploads/2010/01/1-11-2010-1-45-30-PM-300x184.png" alt="" width="300" height="184" /></a></p>
<p>Facebook showing the same advertisement twice in the left-hand section (as seen in the image below). Someone&#8217;s getting ripped off.</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2010/01/facebook_same_ads.png"><img class="aligncenter size-medium wp-image-581" title="Facebook showing same ads" src="http://www.asim.pk/wp-content/uploads/2010/01/facebook_same_ads-300x184.png" alt="" width="300" height="184" /></a><br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>January 11, 2010 &#8212; <a href="http://www.asim.pk/2010/01/11/webmins-software-package-update-emails-are-not-working/" title="Webmin&#8217;s Software Package Update emails are not working">Webmin&#8217;s Software Package Update emails are not working</a></li>
<li>January 7, 2010 &#8212; <a href="http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/" title="WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues">WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues</a></li>
<li>August 25, 2009 &#8212; <a href="http://www.asim.pk/2009/08/25/what-the-fk-is-social-media-one-year-later/" title="What the F**K is Social Media: One Year Later">What the F**K is Social Media: One Year Later</a></li>
<li>July 24, 2009 &#8212; <a href="http://www.asim.pk/2009/07/24/twitters-invalid-search-results-again/" title="Twitter&#8217;s Invalid search results again!">Twitter&#8217;s Invalid search results again!</a></li>
<li>February 27, 2009 &#8212; <a href="http://www.asim.pk/2009/02/27/windows-live-more-ways-to-connect-or-annoy/" title="Windows Live &#8211; More Ways to Connect? or annoy?">Windows Live &#8211; More Ways to Connect? or annoy?</a></li>
<li>February 19, 2009 &#8212; <a href="http://www.asim.pk/2009/02/19/stumbleupon-sending-empty-email/" title="Stumbleupon sending empty email!!">Stumbleupon sending empty email!!</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/01/11/facebook-displaying-same-advertisement-twice/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues</title>
		<link>http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/</link>
		<comments>http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 04:00:48 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=472</guid>
		<description><![CDATA[Many of you might be aware of this for months, like me, about the issues with WordPress&#8216;s upgrade automatically feature. It fails sometimes and then it starts working perfect sometimes, its an annoying little bit*h. I tried googling to no success and I still do not know whats going on. Does anyone else face the [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you might be aware of this for months, like me, about the issues with <a href="http://wordpress.org" target="_blank"><strong>WordPress</strong></a>&#8216;s <strong>upgrade automatically</strong> feature. It fails sometimes and then it starts working perfect sometimes, its an annoying little bit*h.</p>
<p>I tried googling to no success and I still do not know whats going on. Does anyone else face the same issue? what is the fix, if any? HELP!<br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>April 8, 2010 &#8212; <a href="http://www.asim.pk/2010/04/08/how-to-solve-%e2%80%98you-do-not-have-sufficient-permissions-to-access-this-page-%e2%80%99-in-wordpress/" title="How to solve ‘You do not have sufficient permissions to access this page.’ in WordPress">How to solve ‘You do not have sufficient permissions to access this page.’ in WordPress</a></li>
<li>January 11, 2010 &#8212; <a href="http://www.asim.pk/2010/01/11/webmins-software-package-update-emails-are-not-working/" title="Webmin&#8217;s Software Package Update emails are not working">Webmin&#8217;s Software Package Update emails are not working</a></li>
<li>January 11, 2010 &#8212; <a href="http://www.asim.pk/2010/01/11/facebook-displaying-same-advertisement-twice/" title="Facebook displaying same advertisement twice">Facebook displaying same advertisement twice</a></li>
<li>January 9, 2010 &#8212; <a href="http://www.asim.pk/2010/01/09/finally-updated-my-blog-theme-in-2010/" title="Finally updated my blog theme in 2010">Finally updated my blog theme in 2010</a></li>
<li>December 23, 2009 &#8212; <a href="http://www.asim.pk/2009/12/23/wordpress-2-9-is-cool/" title="WordPress 2.9 is cool!">WordPress 2.9 is cool!</a></li>
<li>July 24, 2009 &#8212; <a href="http://www.asim.pk/2009/07/24/twitters-invalid-search-results-again/" title="Twitter&#8217;s Invalid search results again!">Twitter&#8217;s Invalid search results again!</a></li>
<li>February 27, 2009 &#8212; <a href="http://www.asim.pk/2009/02/27/windows-live-more-ways-to-connect-or-annoy/" title="Windows Live &#8211; More Ways to Connect? or annoy?">Windows Live &#8211; More Ways to Connect? or annoy?</a></li>
<li>February 19, 2009 &#8212; <a href="http://www.asim.pk/2009/02/19/stumbleupon-sending-empty-email/" title="Stumbleupon sending empty email!!">Stumbleupon sending empty email!!</a></li>
<li>May 31, 2008 &#8212; <a href="http://www.asim.pk/2008/05/31/a-bug-in-wordpress-v-251/" title="A Bug in WordPress v 2.5.1">A Bug in WordPress v 2.5.1</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter&#8217;s Invalid search results again!</title>
		<link>http://www.asim.pk/2009/07/24/twitters-invalid-search-results-again/</link>
		<comments>http://www.asim.pk/2009/07/24/twitters-invalid-search-results-again/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 07:16:04 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Iselect]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=424</guid>
		<description><![CDATA[I blogged about Twitter&#8217;s invalid search results in an early post titled Twitter Search gone mad!. Today I noticed the same thing again when I logged in to HashPakistan&#8216;s control panel. There are lots of invalid tweets. e.g. look at the one below view this tweet @twitter view this tweet @twitter And there are more [...]]]></description>
			<content:encoded><![CDATA[<p>I blogged about Twitter&#8217;s invalid search results in an early post titled <a href="http://www.asim.pk/2009/07/13/twitter-search-gone-mad/"><strong>Twitter Search gone mad!</strong></a>. Today I noticed the same thing again when I logged in to <a href="http://www.hashpakistan.com/" target="_blank"><strong>HashPakistan</strong></a>&#8216;s control panel. There are lots of invalid tweets. e.g. look at the one below</p>
<p style="text-align: center;"><a href="http://www.asim.pk/wp-content/uploads/2009/07/iselect_tweet1.png" target="_blank"><img class="aligncenter size-full wp-image-425" title="twitter iselect tweet # 1" src="http://www.asim.pk/wp-content/uploads/2009/07/iselect_tweet1.png" alt="twitter iselect tweet # 1" width="608" height="305" /></a><br />
<a href="http://twitter.com/mathewferguson/status/2705014536" target="_blank"><strong>view this tweet @twitter</strong></a></p>
<p><span id="more-424"></span>
</p>
<p style="text-align: center;"><a href="http://www.asim.pk/wp-content/uploads/2009/07/iselect_tweet2.png" target="_blank"><img class="aligncenter size-full wp-image-426" title="twitter iselect tweet # 2" src="http://www.asim.pk/wp-content/uploads/2009/07/iselect_tweet2.png" alt="twitter iselect tweet # 2" width="606" height="307" /></a><br />
<a href="http://twitter.com/LessEqualsMore/status/2728415126" target="_blank"><strong>view this tweet @twitter</strong></a></p>
<p>And there are more such tweets that came as a result of my query &#8220;#Lahore&#8221; on twitter search e.g. <a href="http://twitter.com/heidiheartshugs/status/2755546362" target="_blank"><strong>here</strong></a>  and <a href="http://twitter.com/stevemiguel/status/2730485071" target="_blank"><strong>here</strong></a>.</p>
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>January 11, 2010 &#8212; <a href="http://www.asim.pk/2010/01/11/webmins-software-package-update-emails-are-not-working/" title="Webmin&#8217;s Software Package Update emails are not working">Webmin&#8217;s Software Package Update emails are not working</a></li>
<li>January 11, 2010 &#8212; <a href="http://www.asim.pk/2010/01/11/facebook-displaying-same-advertisement-twice/" title="Facebook displaying same advertisement twice">Facebook displaying same advertisement twice</a></li>
<li>January 7, 2010 &#8212; <a href="http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/" title="WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues">WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues</a></li>
<li>July 29, 2009 &#8212; <a href="http://www.asim.pk/2009/07/29/twitter-bird-in-real-life/" title="Twitter bird in real life">Twitter bird in real life</a></li>
<li>July 14, 2009 &#8212; <a href="http://www.asim.pk/2009/07/14/hashpakistan-needs-an-admin-panel/" title="HashPakistan needs an admin panel">HashPakistan needs an admin panel</a></li>
<li>July 13, 2009 &#8212; <a href="http://www.asim.pk/2009/07/13/twitter-search-gone-mad/" title="Twitter Search gone mad!">Twitter Search gone mad!</a></li>
<li>June 17, 2009 &#8212; <a href="http://www.asim.pk/2009/06/17/rss-feed-to-twitter/" title="RSS Feed to Twitter">RSS Feed to Twitter</a></li>
<li>June 16, 2009 &#8212; <a href="http://www.asim.pk/2009/06/16/twitter-down-time-rescheduled-because-of-iran-protests/" title="Twitter Down Time Rescheduled because of Iran Protests">Twitter Down Time Rescheduled because of Iran Protests</a></li>
<li>May 27, 2009 &#8212; <a href="http://www.asim.pk/2009/05/27/yaller-theme-for-destroytwitter-a-twitter-client/" title="Yaller theme for DestroyTwitter, a twitter client">Yaller theme for DestroyTwitter, a twitter client</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/07/24/twitters-invalid-search-results-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live &#8211; More Ways to Connect? or annoy?</title>
		<link>http://www.asim.pk/2009/02/27/windows-live-more-ways-to-connect-or-annoy/</link>
		<comments>http://www.asim.pk/2009/02/27/windows-live-more-ways-to-connect-or-annoy/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 19:01:41 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=272</guid>
		<description><![CDATA[Windows Live now supports importing and sending alerts to your FaceBook and LinkedIn buddies and contacts I feel they have tried to get in the social networking business by creating this. It is not too attractive has BUGs, especially related to security because its for everyone (no opt-outs) and other contacts can see and connect [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.live.com" target="_blank">Windows Live</a> now supports importing and sending alerts to your <a href="http://www.facebook.com/" target="_blank">FaceBook</a> and <a href="http://www.linkedin.com/" target="_blank">LinkedIn</a> buddies and contacts</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/02/more-ways-to-connect-windows-live.png" target="_blank"><img class="aligncenter size-medium wp-image-273" title="More Ways to Connect - Windows Live" src="http://www.asim.pk/wp-content/uploads/2009/02/more-ways-to-connect-windows-live-300x256.png" alt="More Ways to Connect - Windows Live" width="300" height="256" /></a></p>
<p>I feel they have tried to get in the social networking business by creating this. It is not too attractive has BUGs, especially related to security because its for everyone (no opt-outs) and other contacts can see and connect to your contacts (if you dont have the proper privacy options enabled which are turned off by default). It sucks!!<br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>January 13, 2009 &#8212; <a href="http://www.asim.pk/2009/01/13/is-windows-live-really-stable/" title="Is Windows Live really stable?">Is Windows Live really stable?</a></li>
<li>December 14, 2009 &#8212; <a href="http://www.asim.pk/2009/12/14/enable-multiple-instances-of-windows-live-messenger-wlm-for-multiple-logins/" title="Enable Multiple Instances of Windows Live Messenger (WLM) for Multiple Logins">Enable Multiple Instances of Windows Live Messenger (WLM) for Multiple Logins</a></li>
<li>January 21, 2009 &#8212; <a href="http://www.asim.pk/2009/01/21/digsby-review/" title="Digsby Review">Digsby Review</a></li>
<li>April 15, 2008 &#8212; <a href="http://www.asim.pk/2008/04/15/worlds-cheapest-windows-laptop/" title="World&#8217;s Cheapest Windows Laptop">World&#8217;s Cheapest Windows Laptop</a></li>
<li>July 29, 2010 &#8212; <a href="http://www.asim.pk/2010/07/29/using-facebook-graph-api-to-keep-an-eye-on-friends-activity/" title="Using Facebook Graph API to keep an eye on friends activity">Using Facebook Graph API to keep an eye on friends activity</a></li>
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>May 31, 2010 &#8212; <a href="http://www.asim.pk/2010/05/31/facebook-unblocked-but-are-people-really-using-it/" title="Facebook Unblocked but are people really using it?">Facebook Unblocked but are people really using it?</a></li>
<li>January 13, 2010 &#8212; <a href="http://www.asim.pk/2010/01/13/facebook-inappropriate-ads/" title="Facebook Inappropriate ads">Facebook Inappropriate ads</a></li>
<li>January 11, 2010 &#8212; <a href="http://www.asim.pk/2010/01/11/webmins-software-package-update-emails-are-not-working/" title="Webmin&#8217;s Software Package Update emails are not working">Webmin&#8217;s Software Package Update emails are not working</a></li>
<li>January 11, 2010 &#8212; <a href="http://www.asim.pk/2010/01/11/facebook-displaying-same-advertisement-twice/" title="Facebook displaying same advertisement twice">Facebook displaying same advertisement twice</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/02/27/windows-live-more-ways-to-connect-or-annoy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stumbleupon sending empty email!!</title>
		<link>http://www.asim.pk/2009/02/19/stumbleupon-sending-empty-email/</link>
		<comments>http://www.asim.pk/2009/02/19/stumbleupon-sending-empty-email/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 08:00:13 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[StumbleUpon]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=259</guid>
		<description><![CDATA[I received this empty email from StumbleUpon which does not make any sense. I even checked the oringal message by using the &#8220;Show Original?&#8221; option and there is nothing there too. You can also view this picture at my Flickr stream here Related Posts (auto suggestions based on tags) June 21, 2010 &#8212; PHP Depreciated [...]]]></description>
			<content:encoded><![CDATA[<p>I received this empty email from <a href="http://www.stumbleupon.com/" target="_blank"><strong>StumbleUpon</strong></a> which does not make any sense. I even checked the oringal message by using the &#8220;Show Original?&#8221; option and there is nothing there too.</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/02/stumbleupon-email.png"><img class="aligncenter size-medium wp-image-260" title="Stumbleupon empty email? doesn't make any sense" src="http://www.asim.pk/wp-content/uploads/2009/02/stumbleupon-email-300x134.png" alt="Stumbleupon empty email? doesn't make any sense" width="300" height="134" /></a></p>
<p>You can also view this picture at <a title="StumbleUpon sending empty email on Flickr" href="http://www.flickr.com/photos/asimzeeshan/3292506182/" target="_blank"><strong>my Flickr stream here</strong></a><br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>January 11, 2010 &#8212; <a href="http://www.asim.pk/2010/01/11/webmins-software-package-update-emails-are-not-working/" title="Webmin&#8217;s Software Package Update emails are not working">Webmin&#8217;s Software Package Update emails are not working</a></li>
<li>January 11, 2010 &#8212; <a href="http://www.asim.pk/2010/01/11/facebook-displaying-same-advertisement-twice/" title="Facebook displaying same advertisement twice">Facebook displaying same advertisement twice</a></li>
<li>January 7, 2010 &#8212; <a href="http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/" title="WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues">WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues</a></li>
<li>July 24, 2009 &#8212; <a href="http://www.asim.pk/2009/07/24/twitters-invalid-search-results-again/" title="Twitter&#8217;s Invalid search results again!">Twitter&#8217;s Invalid search results again!</a></li>
<li>February 27, 2009 &#8212; <a href="http://www.asim.pk/2009/02/27/windows-live-more-ways-to-connect-or-annoy/" title="Windows Live &#8211; More Ways to Connect? or annoy?">Windows Live &#8211; More Ways to Connect? or annoy?</a></li>
<li>February 19, 2009 &#8212; <a href="http://www.asim.pk/2009/02/19/twitter-down-so-is-their-api/" title="Twitter Down, so is their API">Twitter Down, so is their API</a></li>
<li>January 13, 2009 &#8212; <a href="http://www.asim.pk/2009/01/13/is-windows-live-really-stable/" title="Is Windows Live really stable?">Is Windows Live really stable?</a></li>
<li>January 6, 2009 &#8212; <a href="http://www.asim.pk/2009/01/06/msn-hotmail-email-delivery-issue/" title="MSN Hotmail Email delivery issue">MSN Hotmail Email delivery issue</a></li>
<li>December 25, 2008 &#8212; <a href="http://www.asim.pk/2008/12/25/myspace-copies-facebook-people-you-may-know-feature/" title="MySpace copies Facebook&#8217;s &#8220;People You May Know&#8221; feature">MySpace copies Facebook&#8217;s &#8220;People You May Know&#8221; feature</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/02/19/stumbleupon-sending-empty-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
