<?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>Tech.Bitez</title>
	<atom:link href="http://www.mwasif.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mwasif.com</link>
	<description>Bits and pieces of linux, mysql, apache, php</description>
	<lastBuildDate>Sat, 14 Jan 2012 08:22:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google does not honor robots.txt and noindex</title>
		<link>http://www.mwasif.com/2011/187/google-does-not-honor-robots-txt-and-noindex/</link>
		<comments>http://www.mwasif.com/2011/187/google-does-not-honor-robots-txt-and-noindex/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 19:06:37 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[google search ranking]]></category>
		<category><![CDATA[noindex]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[search ranking]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=187</guid>
		<description><![CDATA[For quite some time Google is considering web site performance a critical factor in search rankings. Recently a list of most-asked questions is published by Strangeloop in which they have discussed some frequently asked questions how Google factors web site performance into its search rankings.
One of the point they discussed
Q: Do they measure pages marked [...]]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/187/google-does-not-honor-robots-txt-and-noindex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fed-up of updating status to multiple social platforms?</title>
		<link>http://www.mwasif.com/2011/183/fed-up-of-updating-status-to-multiple-social-platforms/</link>
		<comments>http://www.mwasif.com/2011/183/fed-up-of-updating-status-to-multiple-social-platforms/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 18:53:50 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[status updaates]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=183</guid>
		<description><![CDATA[Are you fed-up of updating status to multiple social platforms? Don't worry, Hellotxt is a cool service to update your status to multiple services. This will save a lot of your time.
]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/183/fed-up-of-updating-status-to-multiple-social-platforms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google is now in content delivery network (CDN) market</title>
		<link>http://www.mwasif.com/2011/178/google-is-now-in-content-delivery-network-cdn-market/</link>
		<comments>http://www.mwasif.com/2011/178/google-is-now-in-content-delivery-network-cdn-market/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 20:23:47 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[google cdn]]></category>
		<category><![CDATA[google page speed]]></category>
		<category><![CDATA[page speed]]></category>
		<category><![CDATA[web site performance]]></category>
		<category><![CDATA[website performance]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=178</guid>
		<description><![CDATA[Google has launched another performance centric service i.e. Page Speed Service. It seems to be the content delivery service which other CDNs are providing with a difference by doing some performance tuning i.e. concatenating CSS and some other tasks which are also performed by Google's mod_pagespeed. By providing this service, Google will always have updated [...]]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/178/google-is-now-in-content-delivery-network-cdn-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting a php.ini directive in .htaccess to apply only to one .php file</title>
		<link>http://www.mwasif.com/2011/159/setting-a-php-ini-directive-in-htaccess-to-apply-only-to-one-php-file/</link>
		<comments>http://www.mwasif.com/2011/159/setting-a-php-ini-directive-in-htaccess-to-apply-only-to-one-php-file/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 11:17:22 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Files directive]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[upload_max_filesize]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=159</guid>
		<description><![CDATA[Yesterday I needed to increase the value of upload_max_filesize for a site's admin script/page while other pages of the size didn't require that. It is really easy to do it by using Apache's Files directive in .htaccess for a specific file with the below code.
&#60;Files my.php&#62;
php_value upload_max_filesize 10M
&#60;/Files&#62;
]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/159/setting-a-php-ini-directive-in-htaccess-to-apply-only-to-one-php-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quora.com invites giveaway</title>
		<link>http://www.mwasif.com/2011/153/quora-com-invite/</link>
		<comments>http://www.mwasif.com/2011/153/quora-com-invite/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 19:22:17 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[july 2011 quora invitation]]></category>
		<category><![CDATA[quora]]></category>
		<category><![CDATA[quora invitation]]></category>
		<category><![CDATA[quora invite]]></category>
		<category><![CDATA[quora invite giveaway]]></category>
		<category><![CDATA[quora invites]]></category>
		<category><![CDATA[Quora.com]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=153</guid>
		<description><![CDATA[Hello,
I just created an account on www.quora.com. Quora is a collection of questions and answers. It is open for some countries and for some it is invite only. If you need an invitation, just send me a message on twitter or post a comment here.
]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/153/quora-com-invite/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>OPTIMIZE TABLE on InnoDB table resets AUTO_INCREMENT counter</title>
		<link>http://www.mwasif.com/2011/125/innodb-auto_increment-counter-reset-on-optimize-table/</link>
		<comments>http://www.mwasif.com/2011/125/innodb-auto_increment-counter-reset-on-optimize-table/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 03:10:25 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[AUTO_INCREMENT reset]]></category>
		<category><![CDATA[innodb]]></category>
		<category><![CDATA[mysql bug]]></category>
		<category><![CDATA[optimize innodb table]]></category>
		<category><![CDATA[optimize table]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=125</guid>
		<description><![CDATA[MySQL reset AUOT_INCREMENT counter with OPTIMIZE TABLE on InnoDB in older MySQL versions.]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/125/innodb-auto_increment-counter-reset-on-optimize-table/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to get a user&#8217;s IP address in PHP?</title>
		<link>http://www.mwasif.com/2011/108/how-to-get-a-users-ip-address-in-php/</link>
		<comments>http://www.mwasif.com/2011/108/how-to-get-a-users-ip-address-in-php/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 15:05:48 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[behind proxy ip]]></category>
		<category><![CDATA[get ip with php]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[ip behind proxy]]></category>
		<category><![CDATA[know ip address]]></category>
		<category><![CDATA[my ip address]]></category>
		<category><![CDATA[user ip address]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=108</guid>
		<description><![CDATA[Get the IP address (even behind the proxy) of a user using PHP.]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/108/how-to-get-a-users-ip-address-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Count number of times a word exists in a column or string</title>
		<link>http://www.mwasif.com/2011/94/count-number-of-times-a-word-exists-in-a-column-or-string/</link>
		<comments>http://www.mwasif.com/2011/94/count-number-of-times-a-word-exists-in-a-column-or-string/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 19:15:44 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql word instance count]]></category>
		<category><![CDATA[mysql word occurrences]]></category>
		<category><![CDATA[Word instance counting]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=94</guid>
		<description><![CDATA[A MySQL query to count the number of times a word appears in a column or string in MySQL.]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/94/count-number-of-times-a-word-exists-in-a-column-or-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in MySQL 5.5 webinar</title>
		<link>http://www.mwasif.com/2011/85/whats-new-in-mysql-5-5-webinar/</link>
		<comments>http://www.mwasif.com/2011/85/whats-new-in-mysql-5-5-webinar/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 19:19:22 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[MySQL 5.5]]></category>
		<category><![CDATA[MySQL 5.5 webinar]]></category>
		<category><![CDATA[mysql webinar]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=85</guid>
		<description><![CDATA[It was nice to see improved InnoDB performance (10x) as compared to MySQL 5.1 InnoDB. A couple of people in the webinar reported that they have experienced the enhanced performance with MySQL 5.5.]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/85/whats-new-in-mysql-5-5-webinar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove PHPSESSID from URL?</title>
		<link>http://www.mwasif.com/2011/73/how-to-remove-phpsessid-from-url/</link>
		<comments>http://www.mwasif.com/2011/73/how-to-remove-phpsessid-from-url/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 20:51:16 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[disable PHPSESSID]]></category>
		<category><![CDATA[PHPSESSID]]></category>
		<category><![CDATA[remove PHPSESSID]]></category>
		<category><![CDATA[use_trans_sid]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=73</guid>
		<description><![CDATA[You can remove PHPSESSID from URL by changing session.use_trans_sid value in php.ini, .htaccess (Apache) or in PHP code.
In php.ini set the value of session.use_trans_sid to 0
session.use_trans_sid = 0
In .htaccess
php_value session.use_trans_sid 0
In PHP code set the use_trans_sid value to false like below
ini_set&#40;'session.use_trans_sid', false&#41;;
]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/73/how-to-remove-phpsessid-from-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

