<?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>Mohsin Rasool &#187; Programming</title>
	<atom:link href="http://www.mohsinrasool.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mohsinrasool.com</link>
	<description>Internet Business &#38; Personal Journey</description>
	<lastBuildDate>Sat, 03 Jul 2010 15:18:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Muhammad Ismail Welcome to the New World</title>
		<link>http://www.mohsinrasool.com/muhammad-ismail-welcome/</link>
		<comments>http://www.mohsinrasool.com/muhammad-ismail-welcome/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 18:31:07 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[Friends & Family]]></category>
		<category><![CDATA[Main Category]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.mohsinrasool.com/?p=103</guid>
		<description><![CDATA[Wow I am very happy that my brother , Muhammad Ismail, has enrolled in software engineering degree program with very reputable institute , GCU (Govt. College University Lahore.) As I am working in online software and website development industry, I am excited to see him join us soon. Good thing is he has already started]]></description>
			<content:encoded><![CDATA[<p>Wow I am very happy that my brother , Muhammad Ismail, has enrolled in software engineering degree program with very reputable institute , GCU (Govt. College University Lahore.)</p>
<p>As I am working in online software and website development industry, I am excited to see him join us soon. Good thing is he has already started his personal blog <a href="http://www.muhammadismail.com/" target="_blank"> <strong>Muhammad Ismail Blog</strong></a>. Also he has started his own new project , Happy Buddy, a web application developed using PHP, MySQL, CSS and HTML. This will help him and master the all dynamics of conceptualizing, coding and deploying the real application for any purpose.</p>
<p>Here is <a href="http://www.muhammadismail.com/hb" target="_blank">Happy Buddy Project&#8217;s</a> page. Ismail, now take this little baby application and make it a full fledge working script which really adds value to the lives of the people. Also I look forward to see more and more such projects from you, I am very active in Open Source stuff, and will be glad if you build and realse some open source applications.</p>
<p>God bless you and Keep Rockin!</p>
<p>Mohsin Rasool</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinrasool.com/muhammad-ismail-welcome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress as CMS Pages RSS Feeds</title>
		<link>http://www.mohsinrasool.com/wordpress-as-cms-pages-rss-feeds/</link>
		<comments>http://www.mohsinrasool.com/wordpress-as-cms-pages-rss-feeds/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 17:45:55 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SEO Stuff]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://www.mohsinrasool.com/?p=101</guid>
		<description><![CDATA[More and more clients are demanding to have their site backend built on WordPress. They want to use WordPress but they do not want to use it as a blog but CMS or a Niche site. To make a wordpress powered site look like a Content website and not just a blog, and also to]]></description>
			<content:encoded><![CDATA[<p>More and more clients are demanding to have their site backend built on WordPress. They want to use WordPress but they do not want to use it as a blog but CMS or a Niche site.</p>
<p>To make a wordpress powered site look like a Content website and not just a blog, and also to make it work like a CMS, we add permanent content into Pages (instead of posts). This works great but there is a problem&#8230;</p>
<p>Problem is that by default WordPress does not generate RSS feeds from pages. To really benefit from this technology we need to have pages content also included into RSS feeds.</p>
<p>We solved this problem by installing a simple plugin available for this called <a href="http://wordpress.org/extend/plugins/rss-includes-pages/" target="_blank">RSS Include Pages</a>.</p>
<p>I suggest you to install this plugin if your most of the content is in the form of Pages instead of posts in wordpress powered website.</p>
<p>Regards,</p>
<p>Mohsin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinrasool.com/wordpress-as-cms-pages-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL-Front What a Great Tool</title>
		<link>http://www.mohsinrasool.com/mysql-front-what-a-tool/</link>
		<comments>http://www.mohsinrasool.com/mysql-front-what-a-tool/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 17:38:10 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.mohsinrasool.com/?p=98</guid>
		<description><![CDATA[Hi, For local development and coding I use WAMP (Windows, Apache, MySQL, PHP) at my laptop and it is really great to do coding while disconnected from wide wide wild internet. I use PhpMYAdmin to access MySQL db from localhost but just recently i was introduced with a Desktop Program named MySQL-Front to access MySQL]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>For local development and coding I use<a href="http://www.wampserver.com/en/" target="_blank"> WAMP</a> (Windows, Apache, MySQL, PHP) at my laptop and it is really great to do coding while disconnected from wide wide wild internet.</p>
<p>I use PhpMYAdmin to access MySQL db from localhost but just recently i was introduced with a Desktop Program named <a href="http://www.mysqlfront.de/" target="_blank">MySQL-Front</a> to access MySQL db and much operations fast!</p>
<p>Shahzad my close friend just left today, for last two days he was with me at my dorm room + office. Wow what a learning experience to spend time with this senior developer. He has introduced this tool and I have downloaded their trail version and i am already having fun with it.</p>
<p>Another great development tool to add in my growing development tools collection!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinrasool.com/mysql-front-what-a-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
