<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tariq Hussain Soomro&#039;s Blog</title>
	<atom:link href="http://tarikhs.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarikhs.wordpress.com</link>
	<description>Research and Development</description>
	<lastBuildDate>Wed, 11 Nov 2009 13:24:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tarikhs.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tariq Hussain Soomro&#039;s Blog</title>
		<link>http://tarikhs.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tarikhs.wordpress.com/osd.xml" title="Tariq Hussain Soomro&#039;s Blog" />
	<atom:link rel='hub' href='http://tarikhs.wordpress.com/?pushpress=hub'/>
		<item>
		<title>phpMyAdmin login prompt</title>
		<link>http://tarikhs.wordpress.com/2009/11/11/phpmyadmin-login-prompt/</link>
		<comments>http://tarikhs.wordpress.com/2009/11/11/phpmyadmin-login-prompt/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:24:49 +0000</pubDate>
		<dc:creator>Tariq Hussain Soomro</dc:creator>
				<category><![CDATA[php and mysql]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[privileges]]></category>

		<guid isPermaLink="false">http://tarikhs.wordpress.com/?p=18</guid>
		<description><![CDATA[Asalam-o-alikum It is obvious when ever we install xampp or wamp they just install mysql as a config authentication.  Which is somehow a security threat while your server is exposed to internet. To override these settings of phpmyadmin in xampp follow these steps. Find the privileges link on the home page of your localhost phpmyadmin. Change the password [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tarikhs.wordpress.com&amp;blog=6675336&amp;post=18&amp;subd=tarikhs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tarikhs.wordpress.com/2009/11/11/phpmyadmin-login-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328227b0133707e362826c5995eed9e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ths</media:title>
		</media:content>
	</item>
		<item>
		<title>Video Chat Flex</title>
		<link>http://tarikhs.wordpress.com/2009/08/14/video-chat-flex/</link>
		<comments>http://tarikhs.wordpress.com/2009/08/14/video-chat-flex/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 15:35:44 +0000</pubDate>
		<dc:creator>Tariq Hussain Soomro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tarikhs.wordpress.com/2009/08/14/video-chat-flex/</guid>
		<description><![CDATA[&#60;mx:Application xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34; layout=&#34;vertical&#34;                 xmlns=&#8221;components.*&#8221;                 creationComplete=&#8221;startCamera()&#8221;&#62;                                                                 &#60;![CDATA[ private var nc:NetConnection; //var camera:Camera; private var microphone:Microphone; private var nsPublish:NetStream;                      private var nsPlay:NetStream = null;   [Bindable] private var videoRemote:Video = new Video();                     private function startCamera():void {                                              //camera = Camera.get();                 microphone = Microphone.getMicrophone(); trace(microphone);                 // here are all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tarikhs.wordpress.com&amp;blog=6675336&amp;post=17&amp;subd=tarikhs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tarikhs.wordpress.com/2009/08/14/video-chat-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328227b0133707e362826c5995eed9e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ths</media:title>
		</media:content>
	</item>
		<item>
		<title>asp roles and membership for remote host</title>
		<link>http://tarikhs.wordpress.com/2009/07/03/asp-roles-and-membership-for-remote-host/</link>
		<comments>http://tarikhs.wordpress.com/2009/07/03/asp-roles-and-membership-for-remote-host/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:16:55 +0000</pubDate>
		<dc:creator>Tariq Hussain Soomro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tarikhs.wordpress.com/2009/07/03/asp-roles-and-membership-for-remote-host/</guid>
		<description><![CDATA[Introduction This article shows how to make role-based security work for a .NET 2.0 application on a shared hosting server using a remote SQL Server 2005 database. Many have asked the question, “My ASP application uses role-based security, and it works well on my ‘localhost’ with SQL Server 2005 Express. How can I make it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tarikhs.wordpress.com&amp;blog=6675336&amp;post=16&amp;subd=tarikhs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tarikhs.wordpress.com/2009/07/03/asp-roles-and-membership-for-remote-host/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328227b0133707e362826c5995eed9e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ths</media:title>
		</media:content>
	</item>
		<item>
		<title>How to add msg box in asp.net</title>
		<link>http://tarikhs.wordpress.com/2009/05/02/how-to-add-msg-box-in-aspnet/</link>
		<comments>http://tarikhs.wordpress.com/2009/05/02/how-to-add-msg-box-in-aspnet/#comments</comments>
		<pubDate>Sat, 02 May 2009 14:06:13 +0000</pubDate>
		<dc:creator>Tariq Hussain Soomro</dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[msg box]]></category>

		<guid isPermaLink="false">http://tarikhs.wordpress.com/2009/05/02/how-to-add-msg-box-in-aspnet/</guid>
		<description><![CDATA[Dim lbl As New Label() lbl.Text = &#8220;&#60;script language=&#8217;javascript&#8217;&#62;&#8221; &#38; Environment.NewLine &#38; &#8220;window.alert(&#8216;&#8221; + &#8220;u can not add more records&#8221; + &#8220;&#8216;)&#60;/script&#62;&#8221; Page.Controls.Add(lbl) this is too simple<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tarikhs.wordpress.com&amp;blog=6675336&amp;post=14&amp;subd=tarikhs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tarikhs.wordpress.com/2009/05/02/how-to-add-msg-box-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328227b0133707e362826c5995eed9e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ths</media:title>
		</media:content>
	</item>
		<item>
		<title>Chief Justice of Pakistan:</title>
		<link>http://tarikhs.wordpress.com/2009/03/16/chief-justice-of-pakistan/</link>
		<comments>http://tarikhs.wordpress.com/2009/03/16/chief-justice-of-pakistan/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 14:41:57 +0000</pubDate>
		<dc:creator>Tariq Hussain Soomro</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://tarikhs.wordpress.com/?p=12</guid>
		<description><![CDATA[افتخار محمد چودھری کی بطور چیف جسٹس بحالی پاکستان کے سوکھے دھانوں مینہ برسنے کے مصداق محسوس ہوتی ہے کہ ایک قانون دان کے ہاتھوں وجود پذیر ہونے والے اس ملک میں قانون کے فتح یاب رہنے کی مثالیں کم ہی ہیں۔ تقریباً دو برس کی معطلی و معزولی کہیے یا جنرل مشرف ، آصف [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tarikhs.wordpress.com&amp;blog=6675336&amp;post=12&amp;subd=tarikhs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tarikhs.wordpress.com/2009/03/16/chief-justice-of-pakistan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328227b0133707e362826c5995eed9e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ths</media:title>
		</media:content>
	</item>
		<item>
		<title>How to close popup window automaticaly</title>
		<link>http://tarikhs.wordpress.com/2009/02/21/how-to-close-popup-window-automaticaly/</link>
		<comments>http://tarikhs.wordpress.com/2009/02/21/how-to-close-popup-window-automaticaly/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 17:51:57 +0000</pubDate>
		<dc:creator>Tariq Hussain Soomro</dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[clientside]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[popup]]></category>

		<guid isPermaLink="false">http://tarikhs.wordpress.com/?p=6</guid>
		<description><![CDATA[How to close popup window automaticaly This is my first ever post to wrodpress. In this post  I&#8217;ll tell u how to close pop up window(s) automatically using client side script in asp.net using vb.net First of all we need to call an event, to process our script, in my case i have called upon a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tarikhs.wordpress.com&amp;blog=6675336&amp;post=6&amp;subd=tarikhs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tarikhs.wordpress.com/2009/02/21/how-to-close-popup-window-automaticaly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328227b0133707e362826c5995eed9e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ths</media:title>
		</media:content>

		<media:content url="http://tarikhs.files.wordpress.com/2009/02/asp.jpg" medium="image" />

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=69e70d16-7959-4586-8cf0-186c38196421" medium="image" />
	</item>
	</channel>
</rss>
