<?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>WP Marketing &#187; hosting</title>
	<atom:link href="http://wpmarketing.org/tag/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmarketing.org</link>
	<description>Wordpress for Internet and Affiliate Marketing</description>
	<lastBuildDate>Wed, 09 Jun 2010 01:53:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Faster PHP with Fastdomain Shared Hosting Account with PHP APC extension</title>
		<link>http://wpmarketing.org/2010/04/faster-php-with-fastdomain-shared-hosting-account-with-php-apc-extension/</link>
		<comments>http://wpmarketing.org/2010/04/faster-php-with-fastdomain-shared-hosting-account-with-php-apc-extension/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 05:18:15 +0000</pubDate>
		<dc:creator>HanaDaddy</dc:creator>
				<category><![CDATA[Marketing Tools]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[fastdomain]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://wpmarketing.org/?p=408</guid>
		<description><![CDATA[Now I decided to share my personal know how on how to activate PHP APC extension under FastDomain shared Hosting account. You won’t find this information anywhere because I found it myself by trial and error.
FastDomain’s shared hosting account is OK and this is my second year with FastDomain. About a year ago, I had [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Now I decided to share my personal know how on how to activate PHP APC extension under <a href="http://www.dpbolvw.net/click-3588242-10508785">FastDomain</a> shared Hosting account. You won’t find this information anywhere because I found it myself by trial and error.</p>
<p><a href="http://www.dpbolvw.net/click-3588242-10508785">FastDomain’s</a> shared hosting account is OK and this is my second year with <a href="http://www.dpbolvw.net/click-3588242-10508785">FastDomain</a>. About a year ago, I had a little project to work with <a href="http://www.magentocommerce.com/">Magento</a>. I had to deploy <a href="http://www.newdinette.com">an ecommerce site</a> and I reviewed various free shopping cart solutions. And my final decision was Magento. It’s an open source software and backed by large and active community. It is pretty flexible, powerful and free.</p>
<p>However, the catch was that the Magento requires at least 32 M for the memory_limit settings of php.ini. (Now <a href="http://www.magentocommerce.com/system-requirements">the minimum memory requirement is unbelievable 256M</a>)  But 48M or 64M was recommended. Also it needs more CPU power because it is based on Zend Framwork. Zend Framework is very popular framework from the Zend, maker of PHP. But it requires much more memory and CPU power than conventional PHP scripts.</p>
<p>But the <a href="http://www.dpbolvw.net/click-3588242-10508785">FastDomain’s</a> default PHP memory_limit was 32M and the Magento’s initial speed under <a href="http://www.dpbolvw.net/click-3588242-10508785">FastDomains’s</a> shared account was somewhat slow and disappointing. However, for me, there was no additional budget for a dedicated server or even a Virtual Private Server which costs at least $35 per month.</p>
<p>So I decided to look for the ways to optimize the Magento. Many discussion forum articles were discussing about <a href="http://pecl.php.net/package/APC">APC (Alternative PHP Cache)</a> PHP extension. This extension is basically to boost the performance of software applications written using the PHP.  Most PHP accelerators work by caching the compiled bytecode of PHP scripts to avoid the overhead of parsing and compiling source code on each request. And it can improve the speed by 1~3 times faster. I was really happy becauseI thought that I finally found the right solution.</p>
<p>But then I realized that FastDomains&#8217;s PHP configuration does not support APC extension by default. At this point, I was really tired of Magento but decided to give one more chance and searched Google and tried everything that I could with CPanel.</p>
<p>And I finally found the way to increase the memory limit over default 32M and how to deploy APC extension under <a href="http://www.dpbolvw.net/click-3588242-10508785">FastDomain</a>. So here they are.</p>
<p><strong>Requirements: </strong></p>
<ul>
<li>You need to have SSH terminal access to your account. By default SSH access is not enabled, but you can easily get the access by applying for it. (Try ‘SSL/Shell access’ icon in CPanel)</li>
<p> If this is your first time with SSH, you should download <a href='http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html'>PuTTY</a> SSH terminal program.</p>
<li>Some knowledge of Linux console command is recommended. (For example, how to navigate between folders , list directories, move files, etc) But you can use FTP program to do the same tasks.</li>
</ul>
<h3>Step 1</h3>
<p>From the CPanel, click on the ‘PHP Config’ icon.</p>
<p><a href="http://wpmarketing.org/wp-content/uploads/2010/04/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://wpmarketing.org/wp-content/uploads/2010/04/image_thumb.png" border="0" alt="image" width="65" height="68" /></a></p>
<h3>Step 2</h3>
<p>From the page, you can have customized php.ini in your <code>~/public_html</code> folder. First , you will need to decide how to load customized <code>php.ini</code> file. If you want to create one <code>php.ini</code> file and use it globally through out the subdirectories and add domains folders, select <strong>&#8220;PHP5(Sing php.ini)&#8221;</strong> option. If you want to have different settings in <code>php.ini</code> for different addon domains, select <strong>“PHP5”</strong>. If you select ‘PHP5’, you will need to save <code>php.ini</code> in each subdirectories that you want to apply customized <code>php.ini</code> settings.</p>
<p><a href="http://wpmarketing.org/wp-content/uploads/2010/04/image1.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" src="http://wpmarketing.org/wp-content/uploads/2010/04/image_thumb1.png" border="0" alt="image" width="506" height="366" /></a></p>
<p>Second, click on the ‘INSTALL PHP.INI MASTER FILE’ button to save default <strong><code>php.ini.default</code></strong> file into your <code>~/public_html</code> folder. You can edit this file according to your needs and renamed it to <strong>php.ini</strong> later.</p>
<p>Also , at this point, I recommend you to create <strong><code>test.php</code></strong> and add below snippet to check the APC extension is installed and enabled successfully at a later time. This file can be saved anywhere but let’s save it right in the <code>~/public_html</code>, so you can access it by typing ‘<code>http://yourdomain.com/test.php</code>’</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #990000;">phpinfo</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>;</pre></div></div>

<p>Why don’t you test it now? You will see a webpage similar to below image. If you try to find keyword “APC” in the web browser, you won’t be able to find it since we haven’t enable it yet.<a href="http://wpmarketing.org/wp-content/uploads/2010/04/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://wpmarketing.org/wp-content/uploads/2010/04/image_thumb2.png" border="0" alt="image" width="306" height="284" /></a></p>
<p>Also note that the default memory size is 32M. <a href="http://wpmarketing.org/wp-content/uploads/2010/04/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://wpmarketing.org/wp-content/uploads/2010/04/image_thumb3.png" border="0" alt="image" width="506" height="140" /></a></p>
<h3>Step 3</h3>
<p>Now rename the <strong><code>~/public_html/php.ini.default</code></strong> file to <strong><code>~/public_html/php.ini</code></strong>. Then you can use ‘vi’ editor or download to your PC using FTP to edit it.</p>
<p>First, we would like to increase the memory_limit. Search the ‘memory_limit’ keyword and edit it to your preferred amount of memory. I used 128M just for this demo. For your information, I never used large number for the memory. I used less than 64M just in case.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30     ; Maximum execution time of each script, in seconds
max_input_time = 60     ; Maximum amount of time each script may spend parsing request data
memory_limit = 128M      ; Maximum amount of memory a script may consume (32MB)</pre></div></div>

<p>After editing the file, you can try to reload the <code>test.php</code>  page to see if the update is reflected properly.</p>
<p><a href="http://wpmarketing.org/wp-content/uploads/2010/04/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://wpmarketing.org/wp-content/uploads/2010/04/image_thumb4.png" border="0" alt="image" width="506" height="101" /></a></p>
<p>Ok, this was easy.</p>
<h3>Step 4</h3>
<p>Now, we are ready to deploy APC extension. Fortunately, FastDomain shared hosting account provides C compiler. You will need to download APC source code and compile <code>apc.so</code> and define it in the custom <code>php.ini</code> file. The compilation process is not that difficult.</p>
<p>Download <a title="http://pecl.php.net/get/APC-3.1.2.tgz" href="http://pecl.php.net/get/APC-3.1.2.tgz">http://pecl.php.net/get/APC-3.1.2.tgz</a> and upload into your account path <code>~/public_html</code></p>
<p>Now login to your FastDomain SSH account and run below commands.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">#cd public_html
#gunzip APC-3.1.2.tgz ; tar xf APC-3.1.2.tar
#cd APC-3.1.2
#/usr/bin/phpize
#./configure --enable-apc --enable-apc-mmap  --with-php-config=/usr/bin/php-config
#make
#cp modules/apc.so ~/public_html</pre></div></div>

<p>After this, you will have <code>apc.so</code> file in the <code>~/public_html</code> folder. Now you are almost ready.</p>
<p><b>More references:</b></p>
<ul>
<li>APC Website: <a href="http://pecl.php.net/package/APC">http://pecl.php.net/package/APC</a></li>
<li>Also check <a href="http://php.net/manual/en/book.apc.php">http://php.net/manual/en/book.apc.php</a> for the detailed compile instructions.</li>
</ul>
<h3>Step 5</h3>
<p>Open php.ini to edit file again. At the end of the file add below lines. Note that “<strong>yourid</strong>” in the extension path should be your login id.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">[apc]
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 64
apc.max_file_size = 10M
apc.stat=1
&nbsp;
extension=../../../../../../home/yourid/public_html/apc.so</pre></div></div>

<p>Once you save the file, try the test.php file to see if APC is loaded successfully. If you search for the keyword “APC”, you will be able to find one. Wonderful!</p>
<p><a href="http://wpmarketing.org/wp-content/uploads/2010/04/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://wpmarketing.org/wp-content/uploads/2010/04/image_thumb5.png" border="0" alt="image" width="394" height="326" /></a></p>
<p>If you can’t find “APC”, check out the <code>~/public_html/error_log</code>. You will be able to find some clues why it didn’t work.</p>
<p>Remember, APC extension helps not only Magento but all PHP applications. Once the setup is completed, it affect all the addon domains too (under single php.ini option). Enjoy the benefits of APC today! I mean if you are using <a href="http://www.dpbolvw.net/click-3588242-10508785">FastDomain shared hosting service</a>.</p>
<p>One thing to note is that you will need to compile <code>apc.so</code> everytime the PHP is upgraded in your FastDomain server. When the PHP version is upgraded, your old <code>apc.so</code> won’t work unless you compile it again.</p>
<p>Thank you for reading and please leave any comment.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wpmarketing.org/2010/04/faster-php-with-fastdomain-shared-hosting-account-with-php-apc-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 most important steps to your successful SEO marketing</title>
		<link>http://wpmarketing.org/2009/11/5-most-important-steps-to-your-successful-seo-marketing/</link>
		<comments>http://wpmarketing.org/2009/11/5-most-important-steps-to-your-successful-seo-marketing/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 20:11:33 +0000</pubDate>
		<dc:creator>HanaDaddy</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[keyword analysis]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[no spam]]></category>
		<category><![CDATA[page rank]]></category>
		<category><![CDATA[site map]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://wpmarketing.org/2009/11/5-most-important-steps-to-your-successful-seo-marketing/</guid>
		<description><![CDATA[Here are the 5 most important steps on how to start and maintain a successful SEO marketing. All these are from my experience and they do work. They are basically the heart of my knowledge on SEO marketing. Please feel free to comment.
Step 1: Keyword Analysis
Keyword Analysis is the most important and the first step [...]


Related posts:<ol><li><a href='http://wpmarketing.org/2009/08/internet-marketing-and-search-engine-glossary/' rel='bookmark' title='Permanent Link: Internet Marketing and Search Engine Glossary'>Internet Marketing and Search Engine Glossary</a></li><li><a href='http://wpmarketing.org/2009/09/keywords-meta-tags-wasted/' rel='bookmark' title='Permanent Link: Keywords meta tags wasted'>Keywords meta tags wasted</a></li><li><a href='http://wpmarketing.org/2010/01/another-great-marketing-tool-wikipedia/' rel='bookmark' title='Permanent Link: Another great Marketing tool &#8211; Wikipedia'>Another great Marketing tool &#8211; Wikipedia</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Here are the 5 most important steps on how to start and maintain a successful SEO marketing. All these are from my experience and they do work. They are basically the heart of my knowledge on SEO marketing. Please feel free to comment.</p>
<h4>Step 1: Keyword Analysis</h4>
<p>Keyword Analysis is the most important and the first step of the successful SEO marketing.</p>
<p>If you already have product or looking for a new niche market, Keyword Analysis should be done properly and throughly. I use only the tools from Google. <a href="https://adwords.google.com/select/KeywordToolExternal">Google Adwords Keyword Tool</a>. Simply type one or more possible keywords that you want to research. How to read or use the results depends on what kind of marketing campaign you are interested.</p>
<p>First, select &#8216;Exact&#8217; instead of the &#8216;Broad&#8217; for the Match type. This will show the results for the numbers where exact keywords were searched. Since we are targeting the particular exact keywords, Broad or Phrase would reflect incorrect search numbers.</p>
<p>Second, if you are thinking of hosting Google Adsense ADs campaign for the profits, turn on the &#8216;Estimated Avg CPC&#8217; column (disabled by default) and click on the column to sort by CPC price.</p>
<p>This is a Google Adwords Keyword output of ‘insurance pet’ ordered by Local Search. <a href="http://wpmarketing.org/wp-content/uploads/2009/11/googleadwords.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="google-adwords" src="http://wpmarketing.org/wp-content/uploads/2009/11/googleadwords_thumb.jpg" border="0" alt="google-adwords" width="406" height="103" /></a></p>
<p>Now you can sort the table by search volume or CPC value clicking the heading. Enjoy and have fun. You can download the list by using the download link (csv). So you will be able to do further data manipulation with the data using Excel. You will need to check on the competition before deciding on the keywords. If too many search result found from Google search (more than 100,000), just pass to the next one. Also check out who the top competitors are. If they are very strong and famous website, the odds are you will have difficult times to compete against them.</p>
<p>If you are looking for other good external keywords research tool, you may want to try Market Samurai. It&#8217;s free to download and it&#8217;s free to use the Keyword Analysis menu even after the trial period ends.</p>
<h4>Step 2: Get a domain and hosting account</h4>
<p>Get a good hosting account that supports multiple add-on domain: Hostgator has month to month plan. So you can start hosting service with out spending too much on the anual plan. Add-on domain means that you can host websites for the additional domains. You can add unlimited add-on domains to your Hostgator account. <a href="http://www.anrdoezrs.net/ff108cy63y5LPRUUOQOLNMQNMUNN">Link Directly to Shared Hostgator Web Hosting Page.</a></p>
<p>Some people are wondering if they would utilize free blogging website such as blogger.com or wordpress.com. But the answer is that you should start with your own domain. There are lots of limitations with these blogging services. For example, you can&#8217;t insert ADs in your blog with out paying extra fee for the service. If your own hosting account and Wordpress software, you can do anything that you want freely. Also this is a matter of branding your own site. If you use 3rd party blogging service, you will probably waste your effort on the their brand sites. Get your own domain and hosting service. End of story.</p>
<h4>Step 3: Write or get good content articles</h4>
<p>Just remember, both human and Google love quality contents. Do not just copy and paste texts from other websites. You get penalty for the duplicated contents. There are few points to think about.</p>
<ol>
<li>Is your article content unique?</li>
<li>Are all your keywords strategically positioned throughout the paragraphs?</li>
<li>Human friendly?</li>
<li>Is it good?</li>
</ol>
<p>Of course , writing quality article with all the above requirements may not be easy especially when you have no clue about your niche. Then you can use Ghost writers who will write unique articles for you with some fees. Just check out warriorforum.com or similar Internet marketing forum to get some leads.</p>
<h4>Step 4: Site Map</h4>
<p>The Sitemaps protocol allows a webmaster to inform search engines (not only Google) about URLs on a website that are available for crawling. It is a XML file which contains the list of all the web pages in your site. You can register the Sitemap into your <a href="http://www.google.com/webmasters/">Google Webmaster Tool</a> account and monitor the Google bot indexing status. Moreover, you can have valuable information such as list of related keywords and their ranking in Google Search , list of websites linking to your site, and more.</p>
<p>Sitemap can be generated using the <a href="http://wpmarketing.org/2009/10/top-5-wordpress-plug-in-for-internet-marketing-google-xml-sitemaps/">Google XML Sitemaps</a> plug-in if you are using Wordpress blogging software. If not, you can check out this list of <a href="http://code.google.com/p/sitemap-generators/awiki/SitemapGenerators">sitemap generators</a>.</p>
<h4>Step 5: Link building</h4>
<p>Link building is a task of creating backlinks to your newly created website. When it comes to organic marketing capaign, you need to be in the first place of the Google search result when the targeted keywords are searched.</p>
<p>It is known that the best way to increase your ranking as one of the top search results, there should be lots of external links to your site. More backlinks will results higher ranking in the search results. I used to think that backlinks can only be created by others. But this is not true. You can create the backlinks to your own website through various free services.</p>
<p>The point is this. Just create as many links to your site as possible. Ask your friends to add links to your site. Join free membership sites and add your homepage linke to your profile page which should be public. Or leave comments on other blogs with your website URL.</p>
<p>Before start building backlinks, create an email address to use for registration purpose only because it&#8217;s highly possible that you will receive lots of SPAMish emails to that address.</p>
<ol>
<li><strong>Directory Submission</strong>: Some say directory submission is not effective, but you should not ignore this step. This is one of the easiest methods. You might want to start with http://www.easysubmits.com , http://www.freewebsubmission.com/ or search for &#8216;High PR directory service list&#8217; or something similar.</li>
<li><strong>Forum Submission</strong>: Just remember, webmasters hate SPAMers. When you post entry in the forum, it is important to post the relevant content to the forum topic</li>
<li><strong>Article Submission</strong>: One of the popular method to boost your site&#8217;s presence. But I admit that writing an ariticle is not easy for me. The popular site for article sharing is of course, http://ezinearticles.com/</li>
<li><strong>Video Submission</strong>: Create interesting video. It can be simple as series of screen shot of your website. Just add some explanation or texts along with that. There are tons of video sharing site. You can start from Youtube.com and Vimeo.com. Make sure that you provide your keywords and Website URL in the video description. Try <a href="http://en.wikipedia.org/wiki/List_of_video_hosting_websites">Wikipedia&#8217;s list of video hosting websites</a>.</li>
<li><strong>Link Building</strong>: Back links are the heart of the SEO. There are many ways to build backlinks. Such as joining various free membership sites &#8211; often they provide a personal profile page that you can set your homepage or simple blog interface so you can write an article about your site. Also you can leave comments on other blogs with the similar interest. Make sure you leave your website URL. Then there are link exchange methods which I am not familiar yet</li>
<li><strong>Social Bookmarking</strong>: There are tons of social bookmarking , networking sites out there. They are free to join. Use them. Just search &#8216;Social Bookmarking list&#8217; in the Google and check the results.</li>
</ol>
<p>Just remember that SPAM submission will not work in a long run. Especially for the wordpress blogs. Most of the Wordpress bloggers are using Akismet (Spam comment filtering service). Once you are marked as spammer, your email address,name, or even IP address will be recorded into the centralized Akismet server. Therefore, your subsequenct comments to other Wordpress blogs will be blocked and filtered out as SPAM. I admit that Akismet is really a powerful SPAM filtering solution.</p>
<p>Also remember backlinks from high PageRank (numerical value set by Google representing relative importance within the particular set) sites are much better and definitely help to increase your site&#8217;s PageRank too.</p>
<p>During the link building process, you will join membership for many websites and bookmarking services. Just record the access information (email address,userid,password) and domain name in an Excel or text file. So you will not loose the history of what you have achieved.</p>
<p>Thank you for visiting <a href="http://wpmarketing.org">WP Marketing</a>. Please leave any comment if you have other good resources on the backlink creation strategies.</p>


<p>Related posts:<ol><li><a href='http://wpmarketing.org/2009/08/internet-marketing-and-search-engine-glossary/' rel='bookmark' title='Permanent Link: Internet Marketing and Search Engine Glossary'>Internet Marketing and Search Engine Glossary</a></li><li><a href='http://wpmarketing.org/2009/09/keywords-meta-tags-wasted/' rel='bookmark' title='Permanent Link: Keywords meta tags wasted'>Keywords meta tags wasted</a></li><li><a href='http://wpmarketing.org/2010/01/another-great-marketing-tool-wikipedia/' rel='bookmark' title='Permanent Link: Another great Marketing tool &#8211; Wikipedia'>Another great Marketing tool &#8211; Wikipedia</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpmarketing.org/2009/11/5-most-important-steps-to-your-successful-seo-marketing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
