<?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>CHECKMATE &#187; tutorial</title>
	<atom:link href="http://www.anmsaiful.net/blog/tag/tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anmsaiful.net/blog</link>
	<description>PLAY with PROBLEMS</description>
	<lastBuildDate>Fri, 24 Apr 2009 10:59:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CodeIgniter _remap method – Power and Benefits</title>
		<link>http://www.anmsaiful.net/blog/php/codeigniter-remap-power-benefit.html</link>
		<comments>http://www.anmsaiful.net/blog/php/codeigniter-remap-power-benefit.html#comments</comments>
		<pubDate>Mon, 09 Mar 2009 06:26:56 +0000</pubDate>
		<dc:creator>$@!ful</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[benefit]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[remap]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[route]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.anmsaiful.net/blog/?p=187</guid>
		<description><![CDATA[
If you are using Codeigniter (CI) then you will happy to know that, CI has a built in method named _remap which allows you to overwrite the behavior of calling your controller methods over URI. Usually the second segment of the URI determines which function in the controller gets called.

      [...]]]></description>
		<wfw:commentRss>http://www.anmsaiful.net/blog/php/codeigniter-remap-power-benefit.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to enable rewrite module in XAMPP, WAMP and Apache</title>
		<link>http://www.anmsaiful.net/blog/php/enable-apache-rewrite-module.html</link>
		<comments>http://www.anmsaiful.net/blog/php/enable-apache-rewrite-module.html#comments</comments>
		<pubDate>Wed, 04 Mar 2009 03:15:51 +0000</pubDate>
		<dc:creator>$@!ful</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[enable rewrite module]]></category>
		<category><![CDATA[mod rewrite]]></category>
		<category><![CDATA[rewrite moidule]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.anmsaiful.net/blog/?p=165</guid>
		<description><![CDATA[
If you are using XAMPP or WAMP as your web server, you may face a common problem that is the rewrite module (mod_rewrite) does not work properly. It is because the rewrite module is not enabled by default in Apache&#8217;s configuration settings. But you can enable it manually by doing few simple steps:












Open apache&#8217;s configuration [...]]]></description>
		<wfw:commentRss>http://www.anmsaiful.net/blog/php/enable-apache-rewrite-module.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to remove index.php from Codeigniter URL</title>
		<link>http://www.anmsaiful.net/blog/php/remove-codeigniter-index-php.html</link>
		<comments>http://www.anmsaiful.net/blog/php/remove-codeigniter-index-php.html#comments</comments>
		<pubDate>Tue, 03 Mar 2009 02:51:03 +0000</pubDate>
		<dc:creator>$@!ful</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[index.php]]></category>
		<category><![CDATA[remove index.php]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.anmsaiful.net/blog/?p=150</guid>
		<description><![CDATA[
If you are using Codeigniter you are noticed that by default index.php will be included with your URL.
But you can easily remove index.php from your CodeIgniter’s URL so that your URL should be like:http://anmsaiful.net/blog/contact





To do this just follows the following steps:

Open config.php from system/application/config directory and replace$config['index_page'] = &#8220;index.php&#8221; by $config['index_page'] = &#8220;&#8221;
Create a &#8220;.htaccess&#8221; [...]]]></description>
		<wfw:commentRss>http://www.anmsaiful.net/blog/php/remove-codeigniter-index-php.html/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Page Title Optimization &#8211; SEO Tips, Tricks and Techniques</title>
		<link>http://www.anmsaiful.net/blog/seo/seo-page-title-optimization.html</link>
		<comments>http://www.anmsaiful.net/blog/seo/seo-page-title-optimization.html#comments</comments>
		<pubDate>Tue, 28 Oct 2008 16:01:59 +0000</pubDate>
		<dc:creator>$@!ful</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[page title]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.anmsaiful.net/blog/?p=97</guid>
		<description><![CDATA[
Table of Contents

What is Page Title?
Importance of the &#60;TITLE&#62; tag
Optimizing Page Title


        

What is Page Title?
The page title (not to be confused with the heading for a page) is a string of text, defined by contents of the &#60;TITLE&#62; element in the &#60;HEAD&#62; section of the HTML document. [...]]]></description>
		<wfw:commentRss>http://www.anmsaiful.net/blog/seo/seo-page-title-optimization.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimization(SEO) &#8211; Basic Terms</title>
		<link>http://www.anmsaiful.net/blog/seo/seo-basic-terms.html</link>
		<comments>http://www.anmsaiful.net/blog/seo/seo-basic-terms.html#comments</comments>
		<pubDate>Mon, 27 Oct 2008 13:59:39 +0000</pubDate>
		<dc:creator>$@!ful</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[basic terms]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.anmsaiful.net/blog/?p=22</guid>
		<description><![CDATA[
Table of Contents

Search Engine Optimization (SEO)
Search Engine Marketing (SEM)
SEO Users
Goals of SEO
Keyword Research
Goals of Keyword Research
PageRank (PR)
On Page Optimization
On Page Optimization Techniques
Off Page Optimization
Off Page Optimization Factors

        [ Back to top ]







Search Engine Optimization (SEO)
Search Engine Optimization refers to the collection of techniques and practices that allow a [...]]]></description>
		<wfw:commentRss>http://www.anmsaiful.net/blog/seo/seo-basic-terms.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
