<?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>Mukesh Chapagain&#039;s Blog &#187; http</title>
	<atom:link href="http://blog.chapagain.com.np/tag/http/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chapagain.com.np</link>
	<description>PHP Magento jQuery SQL Wordpress Joomla Programming &#38; Tutorial</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:16:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>File Upload in PEAR and Smarty</title>
		<link>http://blog.chapagain.com.np/file-upload-in-pear-and-smarty/</link>
		<comments>http://blog.chapagain.com.np/file-upload-in-pear-and-smarty/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 10:07:18 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[PEAR]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=73</guid>
		<description><![CDATA[For uploading files, you need to install a package of PEAR called ‘HTTP_Upload’ along with the installation of PEAR and Smarty. HTTP_Upload is used for easy and secure managment of files submitted via HTML forms. This package provides an advanced system for managing uploads of files via HTML fields. Features include: 1) Handling of multiple [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/using-database-in-pear-and-smarty/' rel='bookmark' title='Permanent Link: Using database in PEAR and Smarty'>Using database in PEAR and Smarty</a></li>
<li><a href='http://blog.chapagain.com.np/pagination-in-pear-and-smarty/' rel='bookmark' title='Permanent Link: Pagination in PEAR and Smarty'>Pagination in PEAR and Smarty</a></li>
<li><a href='http://blog.chapagain.com.np/file-upload-in-php-simplified/' rel='bookmark' title='Permanent Link: File Upload in PHP :: Simplified'>File Upload in PHP :: Simplified</a></li>
<li><a href='http://blog.chapagain.com.np/multiple-file-upload-with-jquery-and-php/' rel='bookmark' title='Permanent Link: Multiple file upload with jQuery and php'>Multiple file upload with jQuery and php</a></li>
<li><a href='http://blog.chapagain.com.np/installing-the-smarty-template-engine/' rel='bookmark' title='Permanent Link: Installing the Smarty Template Engine'>Installing the Smarty Template Engine</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For uploading files, you need to install a package of PEAR called ‘HTTP_Upload’ along with the installation of PEAR and <a title="Installing Smarty" href="http://blog.chapagain.com.np/index.php/2008/07/11/installing-the-smarty-template-engine/" target="_blank">Smarty</a>.</p>
<p class="MsoNormal" style="text-align: justify;">
<p><span id="more-73"></span></p>
<p class="MsoNormal" style="text-align: justify;">HTTP_Upload is used for easy and secure managment of files submitted via <acronym>HTML</acronym> forms. This package provides an advanced system for managing uploads of files via HTML<br />
<input type="file" /> fields. Features include:</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>1)<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: "> </span></span><!--[endif]-->Handling of multiple file uploads at a time</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>2)<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: "> </span></span><!--[endif]-->Safe file copying/moving from temporary directories</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>3)<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: "> </span></span><!--[endif]-->Upload validaton mechanisms</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>4)<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: "> </span></span><!--[endif]-->Extensive information about uploaded files</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>5)<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: "> </span></span><!--[endif]-->Renaming uploaded files</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>6)<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: "> </span></span><!--[endif]-->Internationalized error messages</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">Two class files are included in index.php. One is ConnectSmarty.class.php which is used for connecting with Smarty. I have explained about it in my <a title="Installing Smarty" href="http://blog.chapagain.com.np/index.php/2008/07/11/installing-the-smarty-template-engine/" target="_blank">previous article</a>. The other is files.class.php.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">files.class.php</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<pre class="brush: php; title: ; notranslate">&lt;?php
require_once &quot;HTTP/Upload.php&quot;;&lt;/p&gt;
class Files
{
function upload($field_name,$dest)
{
$upload =&amp; new HTTP_Upload(&quot;en&quot;);
$file = $upload-&gt;getFiles($field_name);&lt;/p&gt;
if ($file-&gt;isValid())
{
$moved = $file-&gt;moveTo(&quot;$dest/&quot;);
if (PEAR::isError($moved))
{
require_once('ConnectSmarty.class.php');
// create an object of the class included above
$smarty = new ConnectSmarty;&lt;/p&gt;
$error =&amp; $moved-&gt;getMessage();&lt;/p&gt;
// assign error message
$smarty-&gt;assign('errmessage',$error);

// display error message and exit
$smarty-&gt;display('error.tpl');
exit();
}
}
}
}
?&gt;</pre>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">This class file includes the upload class which becomes available after installing the HTTP_Upload package. I have created a function named ‘upload’ inside the class ‘Files’. The <em>upload()</em> function requires two parameters: <em>$field_name</em> and <em>$dest</em>.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><em>$field_name</em> is the name of input file.</p>
<p class="MsoNormal" style="text-align: justify;"><em>$dest</em> is the name of the destination directory where the file is to be uploaded.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">The function <em>getFiles() </em>checks if a valid file was uploaded through the form. If the file is valid then it is moved to the destination directory.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">If there is error while moving the file to the destination directory then the error message is fetched through the <em>getMessage()</em> function and displayed in a separate template file called error.tpl.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">index.php</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<pre class="brush: php; title: ; notranslate">&lt;?php
require_once('classes/ConnectSmarty.class.php');
require_once ('classes/files.class.php');&lt;/p&gt;
// create an object of the class included above
$smarty = new ConnectSmarty;&lt;/p&gt;
if(isset($_POST['submit']))
{
$post = $_POST;
$keys = &quot;&quot;;&lt;/p&gt;
$type = $_FILES['logo']['type'];&lt;/p&gt;
// Only allowing jpeg and gif image to be uploaded
if($type == &quot;image/jpeg&quot; || $type == &quot;image/gif&quot;)
{
/**
* file upload part
* creating an object of the class Files
* calling the upload function of the class Files
* the destination directory is to be created at first
* in this case, the destination directory is created and named 'uploads'
*/
$file =&amp; new Files;
$fieldName = &quot;logo&quot;;
$dest = &quot;uploads&quot;;
$file-&gt;upload($fieldName,$dest);

// assign success message
$smarty-&gt;assign('success','File Uploaded Successfully');
}
else
{
// assign error message
$smarty-&gt;assign('error','Only jpge and gif image are supported.');

// display error message and exit
$smarty-&gt;display('index.tpl');
exit();
}
}

// display the content
$smarty-&gt;display('index.tpl');

?&gt;</pre>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">I have only allowed jpeg and gif image to be uploaded. If the file is successfully uploaded then a success message is assigned and displayed.</p>
<p class="MsoNormal" style="text-align: justify;">
<pre class="brush: php; title: ; notranslate">// assign success message

$smarty-&gt;assign('success','File Uploaded Successfully');</pre>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">If the file is not of jpeg or gif type then an error message is assigned and displayed.</p>
<p class="MsoNormal" style="text-align: justify;">
<pre class="brush: php; title: ; notranslate">// assign error message

$smarty-&gt;assign('error','Only jpge and gif image are supported.');

// display error message and exit

$smarty-&gt;display('index.tpl');

exit();</pre>
<p>index.tpl</p>
<pre class="brush: xml; title: ; notranslate">&lt;html&gt;

&lt;head&gt;
&lt;title&gt; Homepage : File Upload&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;font color=&quot;green&quot;&gt;{$success}&lt;/font&gt;
&lt;font color=&quot;red&quot;&gt;{$error}&lt;/font&gt;

&lt;h2&gt;Upload Logo&lt;/h2&gt;
&lt;table&gt;
&lt;form action=&quot;index.php&quot; method=&quot;post&quot; enctype=&quot;multipart/form-data&quot;&gt;
&lt;tr&gt;&lt;td&gt;Logo&lt;/td&gt;&lt;td&gt;&lt;input type=&quot;file&quot; name=&quot;logo&quot; &gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;Submit&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/form&gt;
&lt;/table&gt;

&lt;/body&gt;

&lt;/html&gt;</pre>
<p>error.tpl</p>
<pre class="brush: xml; title: ; notranslate">&lt;div align=&quot;center&quot;&gt;
&lt;font color=&quot;red&quot;&gt;
{$errmessage}
&lt;/font&gt;
&lt;/div&gt;</pre>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><strong><span><a title="File upload in PEAR and Smarty" href="http://chapagain.googlecode.com/files/fileupload_pear_smarty.zip">Download source code</a></span></strong></p>
<p class="MsoNormal" style="text-align: justify;"><span> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span>Note: <em>I have not included Smarty library files in this zip file. You can download the Smarty library files from </em></span><a title="Download Smarty" href="http://smarty.php.net/download.php" target="_blank">http://smarty.php.net/download.php</a><span><em> or directly from </em></span><a href="http://chapagain.googlecode.com/files/smarty.zip">http://chapagain.googlecode.com/files/smarty.zip</a></p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=73&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/using-database-in-pear-and-smarty/' rel='bookmark' title='Permanent Link: Using database in PEAR and Smarty'>Using database in PEAR and Smarty</a></li>
<li><a href='http://blog.chapagain.com.np/pagination-in-pear-and-smarty/' rel='bookmark' title='Permanent Link: Pagination in PEAR and Smarty'>Pagination in PEAR and Smarty</a></li>
<li><a href='http://blog.chapagain.com.np/file-upload-in-php-simplified/' rel='bookmark' title='Permanent Link: File Upload in PHP :: Simplified'>File Upload in PHP :: Simplified</a></li>
<li><a href='http://blog.chapagain.com.np/multiple-file-upload-with-jquery-and-php/' rel='bookmark' title='Permanent Link: Multiple file upload with jQuery and php'>Multiple file upload with jQuery and php</a></li>
<li><a href='http://blog.chapagain.com.np/installing-the-smarty-template-engine/' rel='bookmark' title='Permanent Link: Installing the Smarty Template Engine'>Installing the Smarty Template Engine</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/file-upload-in-pear-and-smarty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What are Meta-Tags? Full Description of Meta tags</title>
		<link>http://blog.chapagain.com.np/meta-tags/</link>
		<comments>http://blog.chapagain.com.np/meta-tags/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 06:41:50 +0000</pubDate>
		<dc:creator>mukeshChapagain</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[meta-tags]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=11</guid>
		<description><![CDATA[Meta tags are HTML tags which provide information that describes the content of the webpage a user will be viewing. Meta tags have two possible attributes: a) b) (Note: I have used my name and my links in many of the examples below. Don’t forget to put your own name and description there.) a) HTTP-EQUIV [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/dynamically-change-page-title-and-meta-tags-in-c/' rel='bookmark' title='Permanent Link: Dynamically change page title and meta tags in C#'>Dynamically change page title and meta tags in C#</a></li>
<li><a href='http://blog.chapagain.com.np/magento-show-hide-website-to-search-engines-by-adjusting-robots-meta-tag/' rel='bookmark' title='Permanent Link: Magento: Show/Hide website to search engines by adjusting robots meta tag'>Magento: Show/Hide website to search engines by adjusting robots meta tag</a></li>
<li><a href='http://blog.chapagain.com.np/magento-setchange-page-layout-title-tag-meta-keywords-and-description/' rel='bookmark' title='Permanent Link: Magento: Set/Change page layout, title tag, meta keywords and description'>Magento: Set/Change page layout, title tag, meta keywords and description</a></li>
<li><a href='http://blog.chapagain.com.np/magento-set-title-keywords-and-description-in-your-module/' rel='bookmark' title='Permanent Link: Magento: Set title, keywords and description in your module'>Magento: Set title, keywords and description in your module</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: justify;">Meta tags are HTML tags which provide information that describes the content of the webpage a user will be viewing.</p>
<p class="MsoNormal" style="text-align: justify;">Meta tags have two possible attributes:</p>
<p><span id="more-11"></span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>a)<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal;"> </span></span><!--[endif]--></p>
<p class="MsoNormal" style="text-align: justify;"><!--[if !supportLists]--><span> b)<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal;"> </span></span><!--[endif]--></p>
<p class="MsoNormal" style="text-align: justify;">(<span style="text-decoration: underline;">Note:<em> I have used my name and my links in many of the examples below. Don’t forget to put your own name and description there</em></span>.)</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><strong>a) HTTP-EQUIV Tags</strong></p>
<p class="MsoNormal" style="text-align: justify;">Meta tags with an HTTP-EQUIV attribute are equivalent to HTTP headers. Typically, they control the action of browsers, and may be used to refine the information provided by the actual headers. They are:-</p>
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Expires<span style="text-decoration: none;"> </span></span></p>
<p class="MsoNormal" style="text-align: justify;">The date and time after which the document should be considered expired.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Content-Type</span></p>
<p class="MsoNormal" style="text-align: justify;">This gives the character set.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Content-Script-Type</span></p>
<p class="MsoNormal" style="text-align: justify;">Specifies the default scripting language in a document.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Content-Style-Type</span></p>
<p class="MsoNormal" style="text-align: justify;">Specifies the default stylesheet language for the document.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Content-language</span></p>
<p class="MsoNormal" style="text-align: justify;">Used to declare the natural language of the document. May be used by robots to categorize by language. Languages are specified as the pair (language-dialect); here below, English-British (en-GB)</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Refresh</span></p>
<p class="MsoNormal" style="text-align: justify;">Specifies a delay in seconds before the browser automatically reloads the document. Optionally, specifies an alternative URL to load.</p>
<p class="MsoNormal">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Pragma</span></p>
<p class="MsoNormal" style="text-align: justify;">This tag tells IE not to cache the page.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><strong>b) NAME attributes</strong></p>
<p class="MsoNormal" style="text-align: justify;">Meta tags with a name attribute are used for other types which do not correspond to HTTP Headers. They are:-</p>
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Robots</span></p>
<p class="MsoNormal" style="text-align: justify;">Controls web robots on a per-page basis, <span style="color: black;">whether to index a page or not (index/noindex), and whether to follow links on the page or not (follow/nofollow). You can use these in any combination you want. </span></p>
<p class="MsoNormal"><code><span style="font-family: 'Times New Roman';">- <em>index, follow</em></span></code><span style="color: black;"> &#8211; Default value. Page will be indexed, and links on the page will be followed. </span></p>
<p class="MsoNormal"><code><span style="font-family: 'Times New Roman';">- <em>index, nofollow</em></span></code><span style="color: black;"> &#8211; Page will be indexed, but any links on the page will not be followed. </span></p>
<p class="MsoNormal"><code><span style="font-family: 'Times New Roman';">- <em>noindex, follow</em></span></code><span style="color: black;"> &#8211; Page will not be indexed, but links on the page will be followed. </span></p>
<p class="MsoNormal" style="text-align: justify;"><code><span style="font-family: 'Times New Roman';">- <em>noindex,nofollow</em></span></code><span style="color: black;"> &#8211; Page will not be indexed, and links on the page will not be followed.</span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Description<span style="text-decoration: none;"> </span></span></p>
<p class="MsoNormal" style="text-align: justify;">A short, plain language description of the document. Keep it short and to the point.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Keywords</span></p>
<p class="MsoNormal" style="text-align: justify;">Keywords are used by search engine to index our document in addition to words from the title and document body. <span style="color: black;">It lets you specify keywords people might use when looking for your site. Enter as many as you can think of, but don&#8217;t repeat each word more than once.</span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Author</span></p>
<p class="MsoNormal" style="text-align: justify;">The author’s name.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Copyright</span></p>
<p class="MsoNormal" style="text-align: justify;">A copyright statement.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Rating</span></p>
<p class="MsoNormal" style="text-align: justify;">A way to say that your site is family safe.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Revisit-after</span></p>
<p class="MsoNormal" style="text-align: justify;">This tells the search engine to come back again and re-index your site every 10 days (in case of this example)</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Distribution</span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Classification</span></p>
<p class="MsoNormal" style="text-align: justify;">What kind of directory heading does this come under.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Reply-to</span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">Enjoy!!!</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=11&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/dynamically-change-page-title-and-meta-tags-in-c/' rel='bookmark' title='Permanent Link: Dynamically change page title and meta tags in C#'>Dynamically change page title and meta tags in C#</a></li>
<li><a href='http://blog.chapagain.com.np/magento-show-hide-website-to-search-engines-by-adjusting-robots-meta-tag/' rel='bookmark' title='Permanent Link: Magento: Show/Hide website to search engines by adjusting robots meta tag'>Magento: Show/Hide website to search engines by adjusting robots meta tag</a></li>
<li><a href='http://blog.chapagain.com.np/magento-setchange-page-layout-title-tag-meta-keywords-and-description/' rel='bookmark' title='Permanent Link: Magento: Set/Change page layout, title tag, meta keywords and description'>Magento: Set/Change page layout, title tag, meta keywords and description</a></li>
<li><a href='http://blog.chapagain.com.np/magento-set-title-keywords-and-description-in-your-module/' rel='bookmark' title='Permanent Link: Magento: Set title, keywords and description in your module'>Magento: Set title, keywords and description in your module</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
