<?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>Abdussamad.com</title>
	<atom:link href="http://abdussamad.com/feed" rel="self" type="application/rss+xml" />
	<link>http://abdussamad.com</link>
	<description>Linux Server Administration and Opensource Website Development</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:12:41 +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>Ajax Whois WordPress Plugin</title>
		<link>http://abdussamad.com/archives/446-Ajax-Whois-WordPress-Plugin.html</link>
		<comments>http://abdussamad.com/archives/446-Ajax-Whois-WordPress-Plugin.html#comments</comments>
		<pubDate>Sat, 28 Jan 2012 23:35:49 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=446</guid>
		<description><![CDATA[Ajax Whois for WordPress is a plugin that allows you to add a domain name lookup form to your WordPress blog posts or pages. The Whois form is fully ajaxified for fast domain name lookups without the need for page reloads. &#160; Uses The plugin can be used for the following purposes: Provide domain registration [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/446-Ajax-Whois-WordPress-Plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding out disk space usage using Linux shell</title>
		<link>http://abdussamad.com/archives/443-Finding-out-disk-space-usage-using-Linux-shell.html</link>
		<comments>http://abdussamad.com/archives/443-Finding-out-disk-space-usage-using-Linux-shell.html#comments</comments>
		<pubDate>Sat, 28 Jan 2012 18:02:23 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Linux server administration]]></category>
		<category><![CDATA[command line utility]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=443</guid>
		<description><![CDATA[Finding out your disk space usage using the shell or command line in Linux is easy once you know how. This article takes a look at the different commands that tell you your disk space usage at different levels of the file system i.e. from entire disk volumes/partitions all the way down to individual files [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/443-Finding-out-disk-space-usage-using-Linux-shell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Comments Notice WordPress Plugin</title>
		<link>http://abdussamad.com/archives/427-Custom-Comments-Notice-for-Wordpress.html</link>
		<comments>http://abdussamad.com/archives/427-Custom-Comments-Notice-for-Wordpress.html#comments</comments>
		<pubDate>Sun, 15 Jan 2012 11:22:40 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=427</guid>
		<description><![CDATA[Custom Comments Notice for WordPress is a plugin that allows you to add a custom message or notice to your WordPress comments form. You can set a single message for your entire site and/or choose to display notices on a per post/page basis. You can fully customize the appearance of your message including font and [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/427-Custom-Comments-Notice-for-Wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting a string to a number consistently using PHP</title>
		<link>http://abdussamad.com/archives/402-Converting-a-string-to-a-number-consistently-using-PHP.html</link>
		<comments>http://abdussamad.com/archives/402-Converting-a-string-to-a-number-consistently-using-PHP.html#comments</comments>
		<pubDate>Thu, 12 Jan 2012 10:56:26 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=402</guid>
		<description><![CDATA[Say you want to convert strings to numbers such that a string will always convert to the same number. So for example the string &#8220;red&#8221; will always convert to 2 or the string &#8220;blue&#8221; will always convert to 1. You don&#8217;t know which strings you are going to get and the exact number they convert [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/402-Converting-a-string-to-a-number-consistently-using-PHP.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup and restore MySQL databases</title>
		<link>http://abdussamad.com/archives/406-Backup-and-restore-MySQL-databases.html</link>
		<comments>http://abdussamad.com/archives/406-Backup-and-restore-MySQL-databases.html#comments</comments>
		<pubDate>Tue, 20 Dec 2011 18:07:16 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Linux server administration]]></category>
		<category><![CDATA[linux server administration]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=406</guid>
		<description><![CDATA[MySQL comes with a utility called mysqldump that allows you to take a backup of your MySQL database. It generates a text file containing SQL statements that you can use to recreate your database on any MySQL server. Using mysqldump is pretty simple: mysqldump -p -u username database_name &#62; database_dump.sql -p is used to specify [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/406-Backup-and-restore-MySQL-databases.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Related Products from OpenCart for WordPress</title>
		<link>http://abdussamad.com/archives/408-Related-Products-from-OpenCart-for-Wordpress.html</link>
		<comments>http://abdussamad.com/archives/408-Related-Products-from-OpenCart-for-Wordpress.html#comments</comments>
		<pubDate>Tue, 20 Dec 2011 16:33:51 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[opencart]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=408</guid>
		<description><![CDATA[Related Products from OpenCart (RPOC) is a new plugin that I created for WordPress. Once installed, it displays contextually related products from your OpenCart store in your WordPress blog posts.  This allows you to promote your OpenCart store using your WordPress blog. RPOC can automatically append related products to all your blog posts or only [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/408-Related-Products-from-OpenCart-for-Wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS continuous release repository</title>
		<link>http://abdussamad.com/archives/399-CentOS-continuous-release-repository.html</link>
		<comments>http://abdussamad.com/archives/399-CentOS-continuous-release-repository.html#comments</comments>
		<pubDate>Sun, 02 Oct 2011 10:47:15 +0000</pubDate>
		<dc:creator>Abdussamad</dc:creator>
				<category><![CDATA[Linux server administration]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux server administration]]></category>

		<guid isPermaLink="false">http://abdussamad.com/?p=399</guid>
		<description><![CDATA[CentOS is a project run by volunteers who take the source RPMs behind Redhat Enterprise Linux or RHEL and turn it into a binary compatible free version of the OS. Because it is run by volunteers the CentOS project can sometimes fall behind in it&#8217;s releases. To address the need for timely updates the CentOS [...]]]></description>
		<wfw:commentRss>http://abdussamad.com/archives/399-CentOS-continuous-release-repository.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

