<?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>SEO Reef</title>
	<atom:link href="http://www.seoreef.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seoreef.com</link>
	<description>Beautiful work and financial stability in the web ocean</description>
	<lastBuildDate>Wed, 15 Feb 2012 05:04:48 +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>How  to show the number of comments on the post in WordPress.</title>
		<link>http://www.seoreef.com/2012/02/15/how-to-show-the-number-of-comments-on-the-post-in-wordpress/</link>
		<comments>http://www.seoreef.com/2012/02/15/how-to-show-the-number-of-comments-on-the-post-in-wordpress/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 05:04:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comments]]></category>

		<guid isPermaLink="false">http://www.seoreef.com/?p=436</guid>
		<description><![CDATA[How to show or display the number of comments to your post? This can be useful for those who want to change the place of &#8220;number of comments&#8221; or those who want to add this feature to your blog, as &#8230; <a href="http://www.seoreef.com/2012/02/15/how-to-show-the-number-of-comments-on-the-post-in-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>How to show or display the number of comments to your post? This can be useful for those who want to change the place of &#8220;number of comments&#8221; or those who want to add this feature to your blog, as some templates do not have that function. Here&#8217;s a guide to insert the number of comments:</p>
<p>To display the number of comments in the desired location, you need to open the file index.php, which is located in your template and insert the following code in the desired location:</p>
<pre class="brush: php; gutter: true; first-line: 1; highlight: []; html-script: false">&lt;?php comments_number(&#039;No comments yet&#039;,&#039;1&#039;,&#039;%&#039;)?&gt;
</pre>
<p>Inscription No comments yet &#8211; is the text that is displayed when this article has no comments, you can replace it with your own or a zero. Before the code, you can add text such as &#8220;Number of comments:&#8221; or &#8220;Comments:&#8221; &#8230;</p>
<p>And if instead of using that code you use this one, then clicking on the number of comments, you will get straight to the comments:</p>
<pre class="brush: php; gutter: true; first-line: 1; highlight: []; html-script: false">&lt;a href=&quot;&lt;?php the_permalink() ?&gt;#comments&quot;&gt;&lt;?php comments_number(&#039;No comments yet&#039;,&#039;1&#039;,&#039;%&#039;)?&gt;&lt;/a&gt;</pre>
<p>If you have any questions, please write in comments <img src='http://www.seoreef.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoreef.com/2012/02/15/how-to-show-the-number-of-comments-on-the-post-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfer of website or WordPress blog to a new domain</title>
		<link>http://www.seoreef.com/2012/02/01/transfer-of-website-or-wordpress-blog-to-a-new-domain/</link>
		<comments>http://www.seoreef.com/2012/02/01/transfer-of-website-or-wordpress-blog-to-a-new-domain/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 03:52:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.seoreef.com/?p=419</guid>
		<description><![CDATA[Sometimes a situation may arise when you need to move the site working on the engine of WordPress, to a new domain. That is, the essence of this action is only to change the name of the domain, all the &#8230; <a href="http://www.seoreef.com/2012/02/01/transfer-of-website-or-wordpress-blog-to-a-new-domain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes a situation may arise when you need to move the site working on the engine of WordPress, to a new domain. That is, the essence of this action is only to change the name of the domain, all the content, as well as the link structure remains the same.</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>Transfer of WordPress engine site to the new domain</strong><em></em></span><br />
This can be done by one of three ways below.</p>
<p>&nbsp;</p>
<p><strong>The first method. This is the easiest way, requiring you to a minimum of action.</strong></p>
<p>Go to the admin panel of your site to the &#8220;Settings &#8211; General.&#8221;<br />
In fields &#8220;Address WordPress&#8221; and &#8220;Blog address&#8221; specify the URL of the new domain, and confirm by clicking on &#8220;Update options&#8221;.<br />
Done. At that moment the WordPress will forward you to login page in the admin interface, but at the new domain.</p>
<p>&nbsp;</p>
<p><strong>The second method.</strong></p>
<p>Open the saved sql-dump of the database in text or PHP editor.<br />
Replace all inclusions of the old site address to your new address, for example, http://domain.com replace by http://newdomain.com, and save your changes.<br />
Load the dump into the database on the server having deleted all tables from it.<br />
Done. WordPress site works at the new address.</p>
<p>&nbsp;</p>
<p><strong>The third method.</strong></p>
<p>Go to phpMyAdmin and select the database.<br />
Click on the tab &#8220;SQL&#8221; and in turn, do the following 3 requests, and replacing http://domain.com and http://newdomain.com respectively the old and new address of the website (note that at the end of the address it should not be a slash):<br />
<code></code></p>
<ul>
<li><code>UPDATE wp_options SET option_value = REPLACE(option_value, 'http://domain.com', 'http://newdomain.com') WHERE option_name = 'home' OR option_name = 'siteurl';</code><br />
<code></code></li>
<li><code>UPDATE wp_posts SET guid = REPLACE(guid, 'http://domain.com','http://newdomain.com');</code><br />
<code></code></li>
<li><code>UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://domain.com', 'http://newdomain.com');</code></li>
</ul>
<p>Done. Now the site will be opened at the new address.</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>Create 301 redirect from old domain to new</strong></span><br />
It remains to ensure that when access any page on the old address a visitor will be automatically redirected to the same page in a new domain.</p>
<p>To do this, replace the contents of the file .htaccess in the root of the old domain to the next (instead of newdomain.ru the new domain is indicated):</p>
<ul>
<li><code>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule (.*) http://newdomain.com/$1 [R=301,L]</code></li>
</ul>
<p>Now the procedure of WordPress-site transfer to a new domain is now complete.</p>
<p>Now a few words about the conservation of PR site measure.</p>
<p>The above directive except its intended use allows you to move indicator Google PR to the new domain, so no problems should arise.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoreef.com/2012/02/01/transfer-of-website-or-wordpress-blog-to-a-new-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to import XML backup into WordPress</title>
		<link>http://www.seoreef.com/2012/01/24/how-to-import-xml-backup-into-wordpress/</link>
		<comments>http://www.seoreef.com/2012/01/24/how-to-import-xml-backup-into-wordpress/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 04:18:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.seoreef.com/?p=430</guid>
		<description><![CDATA[Restore WordPress from database backup in XML format?- No problem! If you engage in professional development of WP themes for the purpose of public offering on the official websites of WordPress, the theme should be checked for compliance with WordPress &#8230; <a href="http://www.seoreef.com/2012/01/24/how-to-import-xml-backup-into-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Restore WordPress from database backup in XML format?- No problem!</strong></p>
<p>If you engage in professional development of WP themes for the purpose of public offering on the official websites of WordPress, the theme should be checked for compliance with WordPress terms and conditions. For this official conditions also offer testing of the theme at a special database file for WP ready themes tests. The file is proposed to download at the pages with information and offers for Developers. I downloaded it: zip</p>
<p>Now I have a question, &#8220;How to import an XML file in WordPress&#8221;? I used to do backups of the content of my resources in SQL format and had never restoreв Vordrpess from XML files. By the way, the service Blogger (blogspot.com), also backups the contents of the blog in XML format! And to restore or transfer your blog from blogspot.com also should not be a problem!<br />
<strong>Import XML in WordPress</strong></p>
<ul>
<li>In WP there are TOOLS, there we enter the item IMPORT</li>
<li>Cjoose file XML with database of pages, columns, posts and comments, press point WordPress and RSS (for restoring entries from RSS backup).</li>
<li>Press &#8220;Download and import file&#8221;</li>
<li>Download and import XML file</li>
</ul>
<p>As a result, we get a blog, which now contains records and pages for testing viewing display theme: styles, headings, lists (numbered or not), tables, quotations, notes and commentary included with the disabled, the text formes and so on:<br />
<a href="http://www.seoreef.com/wp-content/uploads/2012/01/import-xml-v-wp-3.jpg"><img src="http://www.seoreef.com/wp-content/uploads/2012/01/import-xml-v-wp-3.jpg" alt="" title="import-xml-v-wp-3" width="300" height="274" class="alignleft size-full wp-image-431" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoreef.com/2012/01/24/how-to-import-xml-backup-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mass replace of TITLE in WordPress</title>
		<link>http://www.seoreef.com/2012/01/14/mass-replace-of-title-in-wordpress/</link>
		<comments>http://www.seoreef.com/2012/01/14/mass-replace-of-title-in-wordpress/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 12:15:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Title]]></category>

		<guid isPermaLink="false">http://www.seoreef.com/?p=409</guid>
		<description><![CDATA[The task: There is the site at WP, which consists of many pages, not the posts but the pages. The half od these pages has wrong title, (&#8221; &#8211; the title of the website&#8221;). We need to replace all &#8220;-&#8221; &#8230; <a href="http://www.seoreef.com/2012/01/14/mass-replace-of-title-in-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>The task:</strong><br />
There is the site at WP, which consists of many pages, not the posts but the pages. The half od these pages has wrong title, (&#8221; &#8211; the title of the website&#8221;).</p>
<p>We need to replace all &#8220;-&#8221; with the titles of the pages.</p>
<p>&nbsp;<br />
<span id="more-409"></span><br />
<strong>Solution:</strong><br />
<code> $work_dir="./";<br />
// working directory- should certainly end with<br />
// symbol "/"</code></p>
<p>$excl_dir=array();<br />
$excl_dir[0]=&#8221;./no_work_here/&#8221;;<br />
$excl_dir[1]=&#8221;./and_here/and_here/&#8221;;</p>
<p>// directories where are no search/change- should end with<br />
// symbol&#8221;/&#8221;</p>
<p>$file_mask_1=&#8221;.html&#8221;;<br />
$file_mask_2=&#8221;.php&#8221;;<br />
// masks of processing files (all files which have this line in the title,<br />
// will be processed)</p>
<p>$search_str=&#8221;False Title&#8221;; #what search for<br />
$replace_str=&#8221;Tru Title&#8221;; #what replace with</p>
<p>//************************************************** ****</p>
<p>$level=0;</p>
<p>function sr($dir)<br />
{<br />
global $level,$file_mask_1,$file_mask_2,$search_str,$replace_str,$excl_dir;<br />
echo &#8220;<strong>&#8220;;<br />
for ($i=0;$i echo $dir.&#8221;</strong>&#8220;;</p>
<p>if (@in_array($dir,$excl_dir))<br />
{<br />
echo &#8221; &#8211; needn&#8217;t search &amp; replace<br />
&#8220;;<br />
return;<br />
}</p>
<p>echo &#8221;<br />
&#8220;;</p>
<p>$p = dir($dir);<br />
while($ent=$p-&gt;read())<br />
{<br />
if ($ent!=&#8221;.&#8221; &amp;&amp; $ent!=&#8221;..&#8221; &amp;&amp; !is_dir($dir . $ent) &amp;&amp; (eregi(sql_regcase($file_mask_1),$ent) || eregi(sql_regcase($file_mask_2),$ent)))<br />
{<br />
$tmp=@file($dir.$ent);<br />
$str=@implode(&#8220;&#8221;,$tmp);</p>
<p>if (strpos(&#8220;@!#%xrenoder^&amp;*()&#8221;.$str,$search_str))<br />
{<br />
for ($i=0;$i echo $dir.$ent.&#8221; found&#8230;&#8221;;</p>
<p>$str=str_replace($search_str,$replace_str,$str);</p>
<p>if ($fp=@fopen($dir.$ent, &#8220;w&#8221;))<br />
{<br />
flock($fp,LOCK_EX);<br />
fwrite($fp,$str);<br />
fclose($fp);<br />
echo &#8221; and replace<br />
&#8220;;<br />
}<br />
else echo &#8221; and <strong>can&#8217;t replace</strong><br />
&#8220;;<br />
}</p>
<p>}<br />
elseif($ent!=&#8221;.&#8221; and $ent!=&#8221;..&#8221; and is_dir($dir . $ent))<br />
{<br />
$level++;<br />
sr($dir.$ent.&#8221;/&#8221;);<br />
$level&#8211;;<br />
}<br />
}<br />
$p-&gt;close();</p>
<p>return;<br />
}</p>
<p>sr($work_dir);</p>
<p>echo &#8220;SEARCH &amp; REPLACE Complete&#8221;;</p>
<p>?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoreef.com/2012/01/14/mass-replace-of-title-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordAds of WordPress.com as an alternative to AdSense</title>
		<link>http://www.seoreef.com/2011/12/19/wordads-of-wordpress-com-as-an-alternative-to-adsense/</link>
		<comments>http://www.seoreef.com/2011/12/19/wordads-of-wordpress-com-as-an-alternative-to-adsense/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 05:58:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[e-Trade]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[adsens]]></category>

		<guid isPermaLink="false">http://www.seoreef.com/?p=394</guid>
		<description><![CDATA[Recently, the WordPress.com has announced the opening of the new program of service monetization, which will be an alternative to AdSense from Google. The monetization program is called WordAds, and formed the project in collaboration with Federated Media. According to &#8230; <a href="http://www.seoreef.com/2011/12/19/wordads-of-wordpress-com-as-an-alternative-to-adsense/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently, the WordPress.com has announced the opening of the new program of service monetization, which will be an alternative to AdSense from Google. The monetization program is called WordAds, and formed the project in collaboration with Federated Media. According to the management service, bloggers have long been asked to run any program that lets them earn using their resources. Finally, this program has been created.</p>
<p>WordPress.com, according to leadership in the person of John Burke, resisted the introduction of advertising for a long time, but now it&#8217;s time to monetize. According to John, if AdSense is the most advanced to date way to monetize the site, it&#8217;s sad. So far, there are no specific details about what difference between banners of WordAds and banners of AdSense will be. But you can fill in a form stating why you are interested in this program (unless, of course, you are).</p>
<p>It is reported that the monetization program of WordPress.com is optional, so that every blogger can decide for himself, if he needs to monetize his blog on that platform or not. In general, the appearance of WordAds is not a surprise, because in October of this year the representatives from WordPress.com announced their intention to work together with companies Automattic and Federated to create a modern program of monetization of blog platform. Now, according to John, about 50 000 new blogs are based on a blogging platform of WordPress (here included both WordPress.com and WordPress.org) appear every day. As far as you can see it&#8217;s about this blog services, but not about CMS itself.</p>
<p>Burke has also said that users of blogging platform WordPress.com deserve better than AdSense from Google. Actually, it&#8217;s not very clear what Google annoyed with its program for webmasters to John Burke. It should be noted that in the third quarter of this year, the program AdSense (in fact, AdWords), brought Google 2,6 billion U.S. dollars. This is 27% of the total profits in the third quarter of 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoreef.com/2011/12/19/wordads-of-wordpress-com-as-an-alternative-to-adsense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is monitoring necessary?</title>
		<link>http://www.seoreef.com/2011/12/06/why-is-monitoring-necessary/</link>
		<comments>http://www.seoreef.com/2011/12/06/why-is-monitoring-necessary/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 06:22:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.seoreef.com/?p=405</guid>
		<description><![CDATA[The main objective of the system administrator is operating a computer park and maintenance of network equipment in working condition. And this problem is difficult to solve without the constant monitoring of hosts in the network. Monitoring of hosts is &#8230; <a href="http://www.seoreef.com/2011/12/06/why-is-monitoring-necessary/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The main objective of the system administrator is operating a computer park and maintenance of network equipment in working condition. And this problem is difficult to solve without the constant monitoring of hosts in the network.<br />
Monitoring of hosts is usually in the periodic functional testing of certain services, ports and protocols. The most common method is sending special ICMP requests and wait for the response to them (ping). One of the critical parameters to be monitored is a response time of the device, it depends usually on the <a href="http://www.dotcom-monitor.com/network-monitoring.asp" title="server uptime" target="_blank">server uptime</a>. It allows to estimate the load of the device and the communication channels. There are many ways of host monitoring, and their choice depends on the tasks performed by the device. For example, a web-server can be applied to verification of http-protocol.<br />
What also helps the system administrator to use <a href="http://www.dotcom-monitor.com/" title="website monitoring" target="_blank">website monitoring</a> and why you should use it on a regular basis:<br />
1. Reduction of production costs in IT. Monitoring hosts minimizes the time required to identify the problem and, therefore, allows owners to save money.<br />
2. Improved productivity of work. Automatic monitoring of  hosts, as well as services and <a href="http://www.dotcom-monitor.com/web-application-monitoring.asp" title="web application monitoring" target="_blank">web application monitoring</a> can deviate from the usual for someone  manually verification of network device work. This allows the system administrators save time and spend it on more important issues, for example, to increase network performance, the introduction of new software to enhance information security companies, etc.<br />
3. Increasing customer loyalty. Customers do not go away just because of a single negative experience with the service. Typically, a user rejects the use of services because of the constant disruption of service. It is therefore important to eliminate quickly not only big failure, but little downtime. Monitoring of the network hosts will improve system stability and increase &#8220;the percentage of trust&#8221; of your customers to you.<br />
4. Planning of the network infrastructure upgrade to increase network bandwidth. With constant monitoring, using response time of the host, you can identify bottlenecks in the network, locate the faulty equipment and promptly replace it.<br />
Summing up some, I would say that pre-emption, prevention, timely response to problems of network equipment can save time and hassle of employees and protects against loss of profits and customers. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoreef.com/2011/12/06/why-is-monitoring-necessary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon store is ready for the New Year.</title>
		<link>http://www.seoreef.com/2011/12/02/amazon-store-is-ready-for-the-new-year/</link>
		<comments>http://www.seoreef.com/2011/12/02/amazon-store-is-ready-for-the-new-year/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 05:12:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[e-Trade]]></category>
		<category><![CDATA[Amazon]]></category>

		<guid isPermaLink="false">http://www.seoreef.com/?p=396</guid>
		<description><![CDATA[During the dot-com boom, when no one from e-retailers is not seriously thought about the logistics, it seemed more important to attract customers and not serve them, Amazon was seriously engaged in the problem of logistics order. Now Amazon is &#8230; <a href="http://www.seoreef.com/2011/12/02/amazon-store-is-ready-for-the-new-year/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>During the dot-com boom, when no one from e-retailers is not seriously thought about the logistics, it seemed more important to attract customers and not serve them, Amazon was seriously engaged in the problem of logistics order.<br />
Now Amazon is a versatile retail platform, they do not care anymore what to trade and to a greater extent at the expense of a flexible, scalable, and highly automated logistics integrated with the functions of storage, transport and demand management.<br />
<span id="more-396"></span><br />
<img src="http://habrastorage.org/storage1/162806ae/7931a6ed/51763ae0/d5caf74f.jpg" alt="" width="539" height="358" /></p>
<p><img src="http://habrastorage.org/storage1/1d35f314/f5207e44/7aaa1c3e/4792b15b.jpg" alt="" width="539" height="342" /></p>
<p><img src="http://habrastorage.org/storage1/2a87251c/c797f869/6157bb42/2023f783.jpg" alt="" width="539" height="349" /></p>
<p><img src="http://habrastorage.org/storage1/aea75a0b/91338e09/8a6e3ac4/d2558638.jpg" alt="" width="539" height="352" /></p>
<p><img src="http://habrastorage.org/storage1/c2fc4170/4f5c032b/bc4f9578/a7ae2d0b.jpg" alt="" width="539" height="358" /></p>
<p><img src="http://habrastorage.org/storage1/8419fa3e/3b8c94ec/01e6b2db/0eb29edb.jpg" alt="" width="539" height="339" /></p>
<p><img src="http://habrastorage.org/storage1/eec1ee2a/86ab89a9/88e2a1c3/bf962500.jpg" alt="" width="539" height="322" /></p>
<p><img src="http://habrastorage.org/storage1/9dc15682/4c6287e1/32bc24c1/8e10c498.jpg" alt="" width="539" height="340" /></p>
<p><img src="http://habrastorage.org/storage1/ef64aabe/85a64d66/20bd690b/6b3a5a50.jpg" alt="" width="539" height="353" /></p>
<p><img src="http://habrastorage.org/storage1/83f2a142/d0bb208b/11d6a493/61161af0.jpg" alt="" /></p>
<p><img src="http://habrastorage.org/storage1/83fd7104/b3850bdf/75caad22/69404e90.jpg" alt="" width="539" height="355" /></p>
<p><img src="http://habrastorage.org/storage1/58371b9e/756f741a/81ea8f11/cbe665fd.jpg" alt="" width="539" height="348" /></p>
<p>We can see that the store is ready for the New Year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoreef.com/2011/12/02/amazon-store-is-ready-for-the-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the name and e-mail sender to WordPress</title>
		<link>http://www.seoreef.com/2011/11/29/how-to-change-the-name-and-e-mail-sender-to-wordpress/</link>
		<comments>http://www.seoreef.com/2011/11/29/how-to-change-the-name-and-e-mail-sender-to-wordpress/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 03:21:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[e-mail]]></category>

		<guid isPermaLink="false">http://www.seoreef.com/?p=388</guid>
		<description><![CDATA[While sending the e-mail to admin or to those which are subscribed to the comments, WordPress put the name and e-mail, which are in your profile in the field &#8220;From&#8221;. You can change these data in the letter without changing &#8230; <a href="http://www.seoreef.com/2011/11/29/how-to-change-the-name-and-e-mail-sender-to-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While sending the e-mail to admin or to those which are subscribed to the comments, WordPress put the name and e-mail, which are in your profile in the field &#8220;From&#8221;.</p>
<p>You  can change these data in the letter without changing the profile. To do this you need to insert the following code:</p>
<p>function res_fromemail($email) { return &#8216;noreply@site.name&#8217;; }<br />
function res_fromname($email){ return &#8216;Name&#8217;; }<br />
add_filter(&#8216;wp_mail_from&#8217;, &#8216;res_fromemail&#8217;);<br />
add_filter(&#8216;wp_mail_from_name&#8217;, &#8216;res_fromname&#8217;);</p>
<p>where noreply@site.name – is e-mail, and Name – the name which will be shown in the letter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoreef.com/2011/11/29/how-to-change-the-name-and-e-mail-sender-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switch off the attachment pages in WordPress</title>
		<link>http://www.seoreef.com/2011/11/04/switch-off-the-attachment-pages-in-wordpress/</link>
		<comments>http://www.seoreef.com/2011/11/04/switch-off-the-attachment-pages-in-wordpress/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 03:44:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.seoreef.com/?p=380</guid>
		<description><![CDATA[In WordPress it is possible to put a  link  from the picture  in the article to a separate page, where onle this image (or other media file) is hosted. This is called the attachment page. Often, however, links to these pages are placed randomly, inadvertently, instead of referring to the image itself, which can emerge and grow, for example, with beautiful effect Lightbox. &#8230; <a href="http://www.seoreef.com/2011/11/04/switch-off-the-attachment-pages-in-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In WordPress it is possible to put a  link  from the picture  in the article to a separate page, where onle this image (or other media file) is hosted. This is called the attachment page. Often, however, links to these pages are placed randomly, inadvertently, instead of referring to the image itself, which can emerge and grow, for example, with beautiful effect Lightbox.</p>
<p>The problem is that even after you have removed a link to this page, the page attachment still continues to exist, and usually fall in the index of search engines.</p>
<p>To avoid this,put the line into the file attachment.php or if there is, image.php , removing all other content from this template file.</p>
<div>
<div><code>&lt;!--?php wp_redirect(get_permalink(</code><code>$post</code><code>---&gt;post_parent)); ?&gt;</code></div>
</div>
<p>As a result, if a particular page of attachments is opened, it is redirected to the very entry to which this attachment is attached.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoreef.com/2011/11/04/switch-off-the-attachment-pages-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook gives $10 million for small business advertising</title>
		<link>http://www.seoreef.com/2011/09/28/facebook-gives-10-million-for-small-business-advertising/</link>
		<comments>http://www.seoreef.com/2011/09/28/facebook-gives-10-million-for-small-business-advertising/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 19:12:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[contextual advertising]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.seoreef.com/?p=372</guid>
		<description><![CDATA[Facebook helps small businesses to go in a big way with the new program, which pays $ 10 million in free advertising. The programm Facebook Marketing Solutions, which cooperates with the National Federation of Independent Business and U.S. Chamber of &#8230; <a href="http://www.seoreef.com/2011/09/28/facebook-gives-10-million-for-small-business-advertising/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Facebook helps small businesses to go in a big way with the new program, which pays $ 10 million in free advertising.</p>
<p>The programm <a href="http://www.facebook.com/marketing?sk=app_244881505558365">Facebook Marketing Solutions</a>, which cooperates with the National Federation of Independent Business and U.S. Chamber of Commerce, will begin in the coming months. In early 2012 promises to Facebook every qualified business at least $ 50 of free advertising on Facebook.</p>
<p>Social network also promises to provide information on how to promote your business on Facebook. The company will send its representatives to the seminars in different cities and countries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoreef.com/2011/09/28/facebook-gives-10-million-for-small-business-advertising/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

