<?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>Amit Yadav &#187; HTML</title>
	<atom:link href="http://www.amityadav.name/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amityadav.name</link>
	<description>Things to know for effective coding</description>
	<lastBuildDate>Fri, 19 Aug 2011 17:51:59 +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>PNG fix IE: CSS only</title>
		<link>http://www.amityadav.name/png-fix-ie-css-only/</link>
		<comments>http://www.amityadav.name/png-fix-ie-css-only/#comments</comments>
		<pubDate>Tue, 19 May 2009 07:05:43 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[2D]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet Explorer 6]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Portable Network Graphics]]></category>
		<category><![CDATA[Transparency]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=322</guid>
		<description><![CDATA[In IE6, PNG images with transparency do not show their transparent regions, so you have to use some crazy IE6 proprietary filters. I have used the css code snippet below in my projects to achieve PNG image transparency. Place it in a css file. ?View Code HTML1 2 3 4 5 6 7 8 9 [...]]]></description>
			<content:encoded><![CDATA[<p>In <a class="zem_slink" title="Internet Explorer 6" rel="homepage" href="http://www.microsoft.com/windows/ie/ie6/">IE6</a>, PNG images with transparency do not show their transparent regions, so you have to use some crazy IE6 proprietary filters.</p>
<p>I have used the css code snippet below in my projects to achieve PNG image transparency. Place it in a css file.</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p322code2'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p3222"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code" id="p322code2"><pre class="html" style="font-family:monospace;">* &lt;a class=&quot;zem_slink&quot; title=&quot;HTML&quot; rel=&quot;wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/HTML&quot;&gt;html&lt;/a&gt; img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior=&quot;none&quot;)&amp;amp;&amp;amp;(this.pngSet?this.pngSet=true:(this.nodeName == &quot;IMG&quot; &amp;amp;&amp;amp; this.src.toLowerCase().indexOf('.png')&amp;gt;-1?(this.runtimeStyle.backgroundImage = &quot;none&quot;,
this.runtimeStyle.filter = &quot;progid:DXImageTransform.Microsoft.AlphaImageLoader(src='&quot; + this.src + &quot;', sizingMethod='image')&quot;,
this.src = &quot;transparent.gif&quot;):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url(&quot;','').replace('&quot;)',''),
this.runtimeStyle.filter = &quot;progid:DXImageTransform.Microsoft.AlphaImageLoader(src='&quot; + this.origBg + &quot;', sizingMethod='crop')&quot;,
this.runtimeStyle.backgroundImage = &quot;none&quot;)),this.pngSet=true)
);
}</pre></td></tr></table></div>

<p>You can use conditional include for this hack code so that the good browsers do not see this.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border:none;float:right" src="http://img.zemanta.com/pixy.gif?x-id=48cbe946-8a9f-469c-8533-e1a49b271e22" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fpng-fix-ie-css-only%2F&amp;title=PNG%20fix%20IE%3A%20CSS%20only" id="wpa2a_2"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/png-fix-ie-css-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ranking Factors::Google Keywords Search Engine</title>
		<link>http://www.amityadav.name/ranking-factorsgoogle-keywords-search-engine/</link>
		<comments>http://www.amityadav.name/ranking-factorsgoogle-keywords-search-engine/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 05:17:52 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML element]]></category>
		<category><![CDATA[Keyword]]></category>
		<category><![CDATA[Search engine optimization]]></category>
		<category><![CDATA[Web crawler]]></category>
		<category><![CDATA[Web page]]></category>
		<category><![CDATA[Web search engine]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=272</guid>
		<description><![CDATA[Keyword use in Title Tag This is the major factor effecting the targeted search term or phrase in the title tag Google weighs the title tag very strongly, a good title can increase you CTR . This is one of the best ways to attract search engines and attract visitors too. Keyword use in Domain [...]]]></description>
			<content:encoded><![CDATA[<div><strong><a class="zem_slink" title="Keyword (computer programming)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Keyword_%28computer_programming%29">Keyword</a> use in Title Tag</strong></div>
<div>This is the major factor effecting the targeted search term or phrase in the title tag</div>
<div><a class="zem_slink" title="Google Search" rel="homepage" href="http://google.com">Google</a> weighs the title tag very strongly, a good title can increase you CTR . This is one of the best ways to attract <a class="zem_slink" title="Web search engine" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_search_engine">search engines</a> and attract visitors too.</div>
<div></div>
<div><strong>Keyword use in Domain Name</strong></div>
<div>Including the targeted keyword in the domain name (e.g. keyword.com)</div>
<div>You are a luck person if you owe a keyword domain, as you will be blessed with visitors, search and <a class="zem_slink" title="Web crawler" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_crawler">web crawlers</a>,</div>
<div></div>
<div><strong>Keyword use in Anchor Tags </strong></div>
<div>Including the targeted keyword in the anchor tags. <a class="zem_slink" title="Keywords" rel="wikipedia" href="http://en.wikipedia.org/wiki/Keywords">Keywords</a> in anchor tags are for some years an important criterion of the Google algorithm.</div>
<div></div>
<div><strong>Keyword use in Body Text </strong></div>
<div>Using the targeted search term in the visible, <a class="zem_slink" title="HTML" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML">HTML</a> text of the page</div>
<div>It is important to use keyword phrases throughout the page where it makes sense.</div>
<div></div>
<div><strong>Keyword use in Page URL </strong></div>
<div>Including target terms in the webpage <a class="zem_slink" title="Uniform Resource Locator" rel="wikipedia" href="http://en.wikipedia.org/wiki/Uniform_Resource_Locator">URL</a> (e.g. example.com/keyword-phrase). The URL for the pages should be restful (<a class="zem_slink" title="Search engine optimization" rel="wikipedia" href="http://en.wikipedia.org/wiki/Search_engine_optimization">SEO</a> friendly).</div>
<div></div>
<div><strong>Keyword use in H1 Tags </strong></div>
<div>Creating an H1 tag with the targeted search term/phrase. The use of H1 tags is very overrated and often abused.</div>
<div></div>
<div><strong>Keyword use in H2, H3, H(x) Tags </strong></div>
<div>Placing targeted terms in the H2, H3 headline <a class="zem_slink" title="HTML element" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML_element">HTML tags</a></div>
<div></div>
<div><strong>Keyword use in Images Alt and Title Attributes </strong></div>
<div>Using target keywords inside images alt and title attributes. When an image is used in place of anchor text, the alt acts as anchor text.. It is an important ranking factor for Image search.</div>
<div></div>
<div><strong>Keyword use in Description Meta Tag </strong></div>
<div>Utilizing keywords in the description meta tag in a <a class="zem_slink" title="Web page" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_page">webpages</a> HTML header</div>
<div></div>
<div><strong>Keyword use in Bold/Strong Tags </strong></div>
<div>Positioning keywords in HTML text with strong/bold tags</div>
<div></div>
<div><strong>Keyword use in Keywords Meta Tag </strong></div>
<div>Utilizing keywords in the keywords meta tag. The keywords Meta tag is not used, and has never been used by Google. There is no search engine left who uses the keywords Meta tag.</div>
<div></div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=52bd7b80-bbdb-44d9-a80e-1e7bfffdcf5f" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Franking-factorsgoogle-keywords-search-engine%2F&amp;title=Ranking%20Factors%3A%3AGoogle%20Keywords%20Search%20Engine" id="wpa2a_4"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/ranking-factorsgoogle-keywords-search-engine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rails flash messages helper</title>
		<link>http://www.amityadav.name/rails-flash-messages-helper/</link>
		<comments>http://www.amityadav.name/rails-flash-messages-helper/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 07:49:05 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Data Formats]]></category>
		<category><![CDATA[FAQs  Help  and Tutorials]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Markup Languages]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=204</guid>
		<description><![CDATA[display_flash(:error) # to display a specific flash message display_flash # to display all flash messages ?View Code RUBY1 2 3 4 5 6 7 8 9 10 11 12 13 # Methods added to this helper will be available to all templates in the application. module ApplicationHelper FLASH_TYPES = &#91;:error, :warning, :success, :message&#93; def display_flash&#40;type [...]]]></description>
			<content:encoded><![CDATA[<p>display_flash(:error) # to display a specific flash message<br />
display_flash # to display all flash messages</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/ffe347df-3e6c-4ef5-9aa0-d78b7728bc11/"></a></div>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p204code4'); return false;">View Code</a> RUBY</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2044"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="code" id="p204code4"><pre class="ruby" style="font-family:monospace;"><span style="color:#008000; font-style:italic;"># Methods added to this helper will be available to all templates in the application.</span>
<span style="color:#9966CC; font-weight:bold;">module</span> ApplicationHelper
  FLASH_TYPES = <span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#ff3333; font-weight:bold;">:error</span>, <span style="color:#ff3333; font-weight:bold;">:warning</span>, <span style="color:#ff3333; font-weight:bold;">:success</span>, <span style="color:#ff3333; font-weight:bold;">:message</span><span style="color:#006600; font-weight:bold;">&#93;</span>
  <span style="color:#9966CC; font-weight:bold;">def</span> display_flash<span style="color:#006600; font-weight:bold;">&#40;</span>type = <span style="color:#0000FF; font-weight:bold;">nil</span><span style="color:#006600; font-weight:bold;">&#41;</span>
    html = <span style="color:#996600;">&quot;&quot;</span>
    <span style="color:#9966CC; font-weight:bold;">if</span> type.<span style="color:#0000FF; font-weight:bold;">nil</span>?
      FLASH_TYPES.<span style="color:#9900CC;">each</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#006600; font-weight:bold;">|</span>name<span style="color:#006600; font-weight:bold;">|</span> html <span style="color:#006600; font-weight:bold;">&amp;</span>lt;<span style="color:#006600; font-weight:bold;">&amp;</span>lt; display_flash<span style="color:#006600; font-weight:bold;">&#40;</span>name<span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#125;</span>
    <span style="color:#9966CC; font-weight:bold;">else</span>
      <span style="color:#0000FF; font-weight:bold;">return</span> flash<span style="color:#006600; font-weight:bold;">&#91;</span>type<span style="color:#006600; font-weight:bold;">&#93;</span>.<span style="color:#9900CC;">blank</span>? ? <span style="color:#996600;">&quot;&quot;</span> : <span style="color:#996600;">&quot;#{flash[type]}&quot;</span>
    <span style="color:#9966CC; font-weight:bold;">end</span>
    html
  <span style="color:#9966CC; font-weight:bold;">end</span>
<span style="color:#9966CC; font-weight:bold;">end</span></pre></td></tr></table></div>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Frails-flash-messages-helper%2F&amp;title=Rails%20flash%20messages%20helper" id="wpa2a_6"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/rails-flash-messages-helper/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nice to visit Websites</title>
		<link>http://www.amityadav.name/nice-to-visit-websites/</link>
		<comments>http://www.amityadav.name/nice-to-visit-websites/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 07:06:29 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=132</guid>
		<description><![CDATA[General Resources An A-Z Index of the Bash command line for Linux. Happy Christmas List of file formats Complete Listing of World Wonders Resources for Web Design PHP Resources PHP:  Hypertext Preprocessor PHP Builder:  The Resource For PHP Developers Zend Technologies:  PHP Tools PHP Wizard:  Building Dynamic Websites with PHP PHP Resource Index PHP Knowledge [...]]]></description>
			<content:encoded><![CDATA[<h2><strong>General Resources</strong></h2>
<ul>
<li><a title="An A-Z Index of the Bash command line for Linux." href="http://www.ss64.com/bash/" target="_blank">An A-Z Index of the </a><span class="grn"><a title="An A-Z Index of the Bash command line for Linux." href="http://www.ss64.com/bash/" target="_blank">Bash</a></span><a title="An A-Z Index of the Bash command line for Linux." href="http://www.ss64.com/bash/" target="_blank"> command line for Linux.</a></li>
<li><a title="Happy Christmas" href="http://www.akqa.com/happychristmas/" target="_blank">Happy Christmas</a></li>
<li><a title="All file formats" href="http://www.ace.net.nz/tech/TechFileFormat.html" target="_blank">List of file formats</a></li>
<li><a title="Complete Listing of World Wonders" href="http://www.wonderclub.com/AllWorldWonders.html" target="_blank">Complete Listing of World Wonders</a></li>
<li><a title="Web Design Resources" href="http://www.kayodeok.btinternet.co.uk/favorites/webdesign.htm" target="_blank">Resources for Web Design</a></li>
</ul>
<h2><strong>PHP Resources</strong></h2>
<div class="cell">
<ul>
<li><a href="http://www.php.net/">PHP:  Hypertext Preprocessor</a></li>
<li><a href="http://www.phpbuilder.com/">PHP Builder:  The Resource For PHP Developers</a></li>
<li><a href="http://www.zend.com/">Zend Technologies:  PHP Tools</a></li>
<li><a href="http://www.phpwizard.net/">PHP Wizard:  Building Dynamic Websites with PHP</a></li>
<li><a href="http://php.resourceindex.com/">PHP Resource Index</a></li>
<li><a href="http://www.faqts.com/knowledge_base/index.phtml/fid/51">PHP Knowledge Base</a></li>
<li><a href="http://www.evilwalrus.com/">Evil Walrus Group:  PHP at is best</a></li>
<li><a href="http://www.thescripts.com/serversidescripting/php/">TheScripts.com:  PHP</a></li>
<li><a href="http://www.hotscripts.com/PHP/">HotScripts.com:  PHP</a></li>
<li><a href="http://www.php.net/links.php">PHP.Net:  Links</a></li>
<li><a href="http://hotwired.lycos.com/webmonkey/programming/php/index.html">WebMonkey: PHP</a></li>
<li><a href="http://www.d.umn.edu/itss/support/Training/Online/webdesign/php.html">Web Design Reference: PHP</a></li>
<li><a href="http://www.devshed.com/Server_Side/PHP">DevShed &#8211; PHP Articles</a></li>
<li><a href="http://alltasks.net/code/php_coding_standard.html">PHP Coding Standard</a></li>
<li><a href="http://www.alt-php-faq.org/">PHP FAQ</a></li>
<li><a href="http://www.zend.com/zend/tut/">Zend: PHP Tutorials</a></li>
<li><a href="http://simon.incutio.com/archive/2003/06/17/theHolyGrail">Easier Form Validation with PHP</a></li>
<li><a href="http://www.alt-php-faq.org/">alt.php faq</a></li>
<li><a href="http://www.devshed.com/c/a/PHP/PHP-Security-Mistakes/">PHP Security Mistakes</a></li>
<li><a href="http://www-106.ibm.com/developerworks/linux/library/wa-phprock1/">Develop rock-solid code in PHP: Lay the foundation, Part 1</a></li>
<li><a href="http://www-106.ibm.com/developerworks/library/wa-phprock2/">Develop rock-solid code in PHP: Use variables effectively, Part 2</a></li>
<li><a href="http://www-106.ibm.com/developerworks/web/library/wa-phprock3/">Develop rock-solid code in PHP: Write reusable functions, Part 3</a></li>
</ul>
<div>
<div class="cell">
<h2>Web Tools</h2>
<ul>
<li><a href="http://www.delorie.com/web/">Delorie Web Tools</a></li>
<li><a href="http://www.searchengineworld.com/misc/tools.htm">Search Engine World: Online Search Engine Tools</a></li>
<li><a href="http://webtools.mozilla.org/web-sniffer/">Web Sniffer:  View HTTP and HTML Source</a></li>
<li><a href="http://www.delorie.com/web/headers.html">HTTP Header Viewer</a></li>
<li><a href="http://livehttpheaders.mozdev.org/">Live HTTP Headers</a></li>
<li><a href="http://www.httprevealer.com/">HTTP Revealer</a></li>
<li><a href="http://www.delorie.com/web/ses.cgi">Search Engine Simulator</a></li>
<li><a href="http://www.searchengineworld.com/cgi-bin/sim_spider.cgi">Search Engine Spider Simulator</a></li>
<li><a href="http://www.searchengineworld.com/cgi-bin/robotcheck.cgi">Robots.txt Validator</a></li>
<li><a href="http://www.htmlhelp.com/tools/valet/">Link Valet</a></li>
<li><a href="http://validator.w3.org/checklink">Link Checker</a></li>
<li><a href="http://home.snafu.de/tilman/xenulink.html">Xenu&#8217;s Link Sleuth</a></li>
<li><a href="http://perso.wanadoo.fr/ablavier/TidyGUI/">Tidy GUI</a></li>
<li><a href="http://infohound.net/tidy/">HTML Tidy Online</a></li>
<li><a href="http://tidy.sourceforge.net/">HTML Tidy Project Page</a></li>
<li><a href="http://checky.mozdev.org/">Checky Plug-in For Mozilla Based Browser</a></li>
<li><a href="http://linky.mozdev.org/">Linky Plug-in</a></li>
<li><a href="http://editcss.mozdev.org/">EditCSS</a></li>
<li><a href="http://www.delorie.com/web/lynxview.html">Lynx Viewer</a></li>
<li><a href="http://www.websiteoptimization.com/services/analyze/">Web Page Analyzer</a></li>
<li><a href="http://www.dnsreport.com/">DNS Report</a></li>
<li><a href="http://www.sambar.com/wwwping/">WWW Ping</a></li>
</ul>
</div>
</div>
</div>
<p> </p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/eeeb0c8b-b05e-4012-9122-605038370a50/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=eeeb0c8b-b05e-4012-9122-605038370a50" alt="Reblog this post [with Zemanta]" /></a></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fnice-to-visit-websites%2F&amp;title=Nice%20to%20visit%20Websites" id="wpa2a_8"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/nice-to-visit-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

