<?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>shantopagla&#187; .php</title>
	<atom:link href="http://wp.shantopagla.com/category/professional/it/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.shantopagla.com</link>
	<description>combined professional and personal website of Sharful Islam</description>
	<lastBuildDate>Thu, 27 Aug 2009 20:00:23 +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>WordPress CMS &#8211; Getting started</title>
		<link>http://wp.shantopagla.com/2009/wordpress-cms-getting-started/</link>
		<comments>http://wp.shantopagla.com/2009/wordpress-cms-getting-started/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 19:03:53 +0000</pubDate>
		<dc:creator>Sharful Islam</dc:creator>
				<category><![CDATA[.php]]></category>
		<category><![CDATA[I.T.]]></category>
		<category><![CDATA[Integration]]></category>

		<guid isPermaLink="false">http://wp.shantopagla.com/?p=392</guid>
		<description><![CDATA[WordPress CMS modifications » Getting started. This describes the structure of WP Themes and has links and resources to make WP behave more like a CMS.]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;"><a href="http://wp-cms.com/getting-started/">WordPress CMS modifications » Getting started</a>.</p>
<p style="text-align: left;">This describes the structure of WP Themes and has links and resources to make WP behave more like a CMS.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.shantopagla.com/2009/wordpress-cms-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful PHP + jQuery Tutorials</title>
		<link>http://wp.shantopagla.com/2009/useful-php-jquery-tutorials-2/</link>
		<comments>http://wp.shantopagla.com/2009/useful-php-jquery-tutorials-2/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 18:57:09 +0000</pubDate>
		<dc:creator>Sharful Islam</dc:creator>
				<category><![CDATA[.js]]></category>
		<category><![CDATA[.php]]></category>
		<category><![CDATA[I.T.]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://wp.shantopagla.com/?p=390</guid>
		<description><![CDATA[20 Useful PHP + jQuery Components &#38; Tuts for Everyday Project &#124; Noupe I found these very interesting and feel they can be integrated into a WP that is used more in a CMS environment.]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;"><a href="http://www.noupe.com/php/20-useful-php-jquery-tutorials.html">20 Useful PHP + jQuery Components &amp; Tuts for Everyday Project | Noupe</a></p>
<p style="text-align: left;">I found these very interesting and feel they can be integrated into a WP that is used more in a CMS environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.shantopagla.com/2009/useful-php-jquery-tutorials-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to edit phi.ini file in an SSH connection</title>
		<link>http://wp.shantopagla.com/2009/how-to-edit-phiini-file-in-an-ssh-connection/</link>
		<comments>http://wp.shantopagla.com/2009/how-to-edit-phiini-file-in-an-ssh-connection/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 03:02:46 +0000</pubDate>
		<dc:creator>shantopagla</dc:creator>
				<category><![CDATA[.php]]></category>
		<category><![CDATA[I.T.]]></category>
		<category><![CDATA[techno]]></category>

		<guid isPermaLink="false">http://sislam.com/?p=90</guid>
		<description><![CDATA[To download a copy of the SSH: download putty from here: http://www.chiark.greenend.org.uk/~sgtatham/putty/ To Find the php.ini file on the server Mastering the VI editor. after logging on, elevate to ROOT level access by typing this at the prompt: su - It will ask for your Admin password for this. The most common editor used is [...]]]></description>
			<content:encoded><![CDATA[<h4>To download a copy of the SSH:</h4>
<ul>
<li> <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty" target="_blank"> download putty from here: http://www.chiark.greenend.org.uk/~sgtatham/putty/</a></li>
</ul>
<h3>To Find the php.ini file on the server</h3>
<p><a href="http://www.eng.hawaii.edu/Tutor/vi.html#modes">Mastering the VI editor</a>.</p>
<p>after logging on, elevate to ROOT level access by typing this at the prompt:</p>
<ul>
<li>su -</li>
</ul>
<p>It will ask for your Admin password for this.</p>
<p>The most common editor used is the &#8216;vi&#8217; editor in this text-based system.<br />
To navigate to the folder and edit php.ini fileusing &#8216;vi,&#8217; use these commands:</p>
<ul>
<li>cd /etc (assuming it&#8217;s the php.ini is in this folder &#8211; see above)</li>
<li>vi php.ini (opens the VI editor for editing the file)</li>
</ul>
<p>Simple VI commands</p>
<ul>
<li>a to append</li>
<li>: to user command line</li>
<li>wq to write and exit on command line</li>
<li>CTRL C to exit editing</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wp.shantopagla.com/2009/how-to-edit-phiini-file-in-an-ssh-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
