<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web developer Ruben Sargsyan&#039;s blog</title>
	<atom:link href="http://rubensargsyan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubensargsyan.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 06 Dec 2011 08:44:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rubensargsyan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Web developer Ruben Sargsyan&#039;s blog</title>
		<link>http://rubensargsyan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rubensargsyan.wordpress.com/osd.xml" title="Web developer Ruben Sargsyan&#039;s blog" />
	<atom:link rel='hub' href='http://rubensargsyan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Get user added custom fields in WordPress</title>
		<link>http://rubensargsyan.wordpress.com/2011/12/06/get-user-added-custom-fields-in-wordpress/</link>
		<comments>http://rubensargsyan.wordpress.com/2011/12/06/get-user-added-custom-fields-in-wordpress/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 08:44:35 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom fields]]></category>

		<guid isPermaLink="false">http://rubensargsyan.wordpress.com/?p=255</guid>
		<description><![CDATA[A short code to get all user added custom fields in WordPress: &#60;?php $custom_fields = $wpdb-&#62;get_col(&#8220;SELECT meta_key FROM $wpdb-&#62;postmeta GROUP BY meta_key HAVING meta_key NOT LIKE &#8216;\_%&#8217; ORDER BY meta_key&#8221;); natcasesort($custom_fields); ?&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=255&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A short code to get all user added custom fields in WordPress:<span id="more-255"></span></p>
<div style="color:#993300;">
&lt;?php<br />
$custom_fields = $wpdb-&gt;get_col(&#8220;SELECT meta_key FROM $wpdb-&gt;postmeta GROUP BY meta_key	HAVING meta_key NOT LIKE &#8216;\_%&#8217; ORDER BY meta_key&#8221;);<br />
natcasesort($custom_fields);<br />
?&gt;
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubensargsyan.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubensargsyan.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubensargsyan.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubensargsyan.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubensargsyan.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubensargsyan.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubensargsyan.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubensargsyan.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubensargsyan.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubensargsyan.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubensargsyan.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubensargsyan.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubensargsyan.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubensargsyan.wordpress.com/255/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=255&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.wordpress.com/2011/12/06/get-user-added-custom-fields-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c782b0f9ee446cf7a69d477b032ef0a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rubensargsyan</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress plugin &#8220;Automatically Remove Links From Posts&#8221;</title>
		<link>http://rubensargsyan.wordpress.com/2011/10/20/wordpress-plugin-automatically-remove-links-from-posts/</link>
		<comments>http://rubensargsyan.wordpress.com/2011/10/20/wordpress-plugin-automatically-remove-links-from-posts/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 06:23:04 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[auto posting]]></category>
		<category><![CDATA[autoblog]]></category>
		<category><![CDATA[outbound links]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://rubensargsyan.wordpress.com/?p=252</guid>
		<description><![CDATA[Automatically remove links from posts when they are published and keep the anchor text in tact. This is a plugin for those with autoblogs or outsourcing content and do not want external links on their site. It automatically strips all outgoing links. Plugin Homepage<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=252&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Automatically remove links from posts when they are published and keep the anchor text in tact. This is a plugin for those with autoblogs or outsourcing content and do not want external links on their site. It automatically strips all outgoing links.<span id="more-252"></span></p>
<p><a href="http://rubensargsyan.com/wordpress-plugin-automatically-remove-links-from-posts/">Plugin Homepage</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubensargsyan.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubensargsyan.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubensargsyan.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubensargsyan.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubensargsyan.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubensargsyan.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubensargsyan.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubensargsyan.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubensargsyan.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubensargsyan.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubensargsyan.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubensargsyan.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubensargsyan.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubensargsyan.wordpress.com/252/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=252&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.wordpress.com/2011/10/20/wordpress-plugin-automatically-remove-links-from-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c782b0f9ee446cf7a69d477b032ef0a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rubensargsyan</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress plugin &#8220;Explanatory Dictionary&#8221; new 3.0 version</title>
		<link>http://rubensargsyan.wordpress.com/2011/10/05/wordpress-plugin-explanatory-dictionary-new-3-0-version/</link>
		<comments>http://rubensargsyan.wordpress.com/2011/10/05/wordpress-plugin-explanatory-dictionary-new-3-0-version/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 18:06:21 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[explanatory dictionary]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://rubensargsyan.wordpress.com/?p=249</guid>
		<description><![CDATA[The new version of WordPress plugin &#8220;Explanatory Dictionary&#8221; 3.0. is created. The following updates have been done in this version: 1. The tooltips show and hide using jQuery fadeIn and fadeOut effects. 2. Now you can move the mouse cursor over the tooltip. 3. You can add HTML code in the explanation. 4. Added &#8220;Synonyms [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=249&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The new version of WordPress plugin &#8220;Explanatory Dictionary&#8221; 3.0. is created. The following updates have been done in this version:<span id="more-249"></span></p>
<p>1. The tooltips show and hide using jQuery fadeIn and fadeOut effects.<br />
2. Now you can move the mouse cursor over the tooltip.<br />
3. You can add HTML code in the explanation.<br />
4. Added &#8220;Synonyms and forms&#8221; field where you can add the synonyms and/or the different forms of the words (words expressions, sentences) and it will show their explanation as well.<br />
5. Besides the fields &#8220;Explanation&#8221; you can also edit the fields &#8220;Word (words expression, sentence)&#8221; and &#8220;Synonyms and forms&#8221; as well.<br />
6. The first page of the glossary shows all words (words expressions, sentences) with their explanations.<br />
7. Now you can remove the alphabet.<br />
8. Now you can remove the tooltips and use only the glossary page.</p>
<p>&nbsp;</p>
<p><a href="http://rubensargsyan.com/wordpress-plugin-explanatory-dictionary/">Plugin Homepage</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubensargsyan.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubensargsyan.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubensargsyan.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubensargsyan.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubensargsyan.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubensargsyan.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubensargsyan.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubensargsyan.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubensargsyan.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubensargsyan.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubensargsyan.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubensargsyan.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubensargsyan.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubensargsyan.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=249&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.wordpress.com/2011/10/05/wordpress-plugin-explanatory-dictionary-new-3-0-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c782b0f9ee446cf7a69d477b032ef0a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rubensargsyan</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress plugin &#8220;Useful Banner Manager&#8221; new 1.1 version</title>
		<link>http://rubensargsyan.wordpress.com/2011/09/01/wordpress-plugin-useful-banner-manager-new-1-1-version/</link>
		<comments>http://rubensargsyan.wordpress.com/2011/09/01/wordpress-plugin-useful-banner-manager-new-1-1-version/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 17:19:51 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[banner manager]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://rubensargsyan.wordpress.com/?p=239</guid>
		<description><![CDATA[The new version of WordPress plugin &#8220;Useful Banner Manager&#8221; 1.1 is created. The following updates have been done in this version: 1. Added banners rotation function. 2. Added new options for banners &#8211; &#8220;Image Alt&#8221; and &#8220;Link Rel&#8221;. 3. Fixed some bugs. Plugin Homepage<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=239&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The new version of WordPress plugin &#8220;Useful Banner Manager&#8221; 1.1 is created. The following updates have been done in this version:<span id="more-239"></span></p>
<p>1. Added banners rotation function.<br />
2. Added new options for banners &#8211; &#8220;Image Alt&#8221; and &#8220;Link Rel&#8221;.<br />
3. Fixed some bugs.</p>
<p><a href="http://rubensargsyan.com/wordpress-plugin-useful-banner-manager/" target="_blank">Plugin Homepage</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubensargsyan.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubensargsyan.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubensargsyan.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubensargsyan.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubensargsyan.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubensargsyan.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubensargsyan.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubensargsyan.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubensargsyan.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubensargsyan.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubensargsyan.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubensargsyan.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubensargsyan.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubensargsyan.wordpress.com/239/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=239&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.wordpress.com/2011/09/01/wordpress-plugin-useful-banner-manager-new-1-1-version/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c782b0f9ee446cf7a69d477b032ef0a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rubensargsyan</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress plugin &#8220;UBM Premium&#8221;</title>
		<link>http://rubensargsyan.wordpress.com/2011/08/31/wordpress-plugin-ubm-premium/</link>
		<comments>http://rubensargsyan.wordpress.com/2011/08/31/wordpress-plugin-ubm-premium/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 18:21:41 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[banner manager]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[premium version]]></category>

		<guid isPermaLink="false">http://rubensargsyan.wordpress.com/?p=227</guid>
		<description><![CDATA[UBM Premium is the ultimate banner serving tool for the serious bloggers. Rotate banners based on performance, track outgoing clicks, control nofollow/dofollow and much more. The perfect solution for all affiliate marketers and webmasters. &#160; It is the premium version of WordPress plugin &#8220;Useful Banner Manager&#8220;. Additional features: count the impressions of the banners count [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=227&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="margin-top:10px;display:inline-block;">
<img style="float:left;margin-right:15px;" title="Useful Banner Manager Premium" src="http://rubensargsyan.com/wp-content/uploads/2011/08/ubm-premium.png" alt="Useful Banner Manager Premium" width="210" height="150" />UBM Premium is the ultimate banner serving tool for the serious bloggers. Rotate banners based on performance, track outgoing clicks, control nofollow/dofollow and much more. The perfect solution for all affiliate marketers and webmasters.</p>
<p>&nbsp;</p>
<p>It is the premium version of WordPress plugin &#8220;<a href="http://rubensargsyan.com/wordpress-plugin-useful-banner-manager/">Useful Banner Manager</a>&#8220;.</div>
<p><span id="more-227"></span></p>
<h4><strong>Additional features:</strong></h4>
<ol style="margin-top:-5px;">
<li>count the impressions of the banners</li>
<li>count the clicks on the banners</li>
</ol>
<h4><strong>Price:</strong></h4>
<div style="font-size:18px;margin-top:-7px;"><em>$14.99</em></div>
<p>&nbsp;</p>
<p><a href="http://rubensargsyan.com/wordpress-plugin-ubm-premium/" target="_blank">Plugin Homepage</a></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubensargsyan.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubensargsyan.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubensargsyan.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubensargsyan.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubensargsyan.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubensargsyan.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubensargsyan.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubensargsyan.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubensargsyan.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubensargsyan.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubensargsyan.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubensargsyan.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubensargsyan.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubensargsyan.wordpress.com/227/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=227&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.wordpress.com/2011/08/31/wordpress-plugin-ubm-premium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c782b0f9ee446cf7a69d477b032ef0a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rubensargsyan</media:title>
		</media:content>

		<media:content url="http://rubensargsyan.com/wp-content/uploads/2011/08/ubm-premium.png" medium="image">
			<media:title type="html">Useful Banner Manager Premium</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Countries Info</title>
		<link>http://rubensargsyan.wordpress.com/2011/08/09/get-countries-info/</link>
		<comments>http://rubensargsyan.wordpress.com/2011/08/09/get-countries-info/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 18:10:00 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[countries info]]></category>

		<guid isPermaLink="false">http://rubensargsyan.wordpress.com/?p=225</guid>
		<description><![CDATA[I&#8217;d like to inform you about my new created website &#8211; http://www.getcountries.info. It is a website where you can get info of the country by its name (capital, currency, currency code, TLD, calling code, google news, yahoo answers about the country, page of the country on Wikipedia e.t.c.). Time by time it is expected to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=225&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to inform you about my new created website &#8211; <a title="Get Countries Info" href="http://www.getcountries.info" target="_blank">http://www.getcountries.info</a>. It is a website where you can get info of the country by its name (capital, currency, currency code, TLD, calling code, google news, yahoo answers about the country, page of the country on Wikipedia e.t.c.). <span id="more-225"></span>Time by time it is expected to show more information about the country.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubensargsyan.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubensargsyan.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubensargsyan.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubensargsyan.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubensargsyan.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubensargsyan.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubensargsyan.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubensargsyan.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubensargsyan.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubensargsyan.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubensargsyan.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubensargsyan.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubensargsyan.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubensargsyan.wordpress.com/225/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=225&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.wordpress.com/2011/08/09/get-countries-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c782b0f9ee446cf7a69d477b032ef0a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rubensargsyan</media:title>
		</media:content>
	</item>
		<item>
		<title>Modify the categories from WordPress default widget &#8220;Categories&#8221;</title>
		<link>http://rubensargsyan.wordpress.com/2011/08/06/modify-the-categories-from-wordpress-default-widget-categories/</link>
		<comments>http://rubensargsyan.wordpress.com/2011/08/06/modify-the-categories-from-wordpress-default-widget-categories/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 17:47:54 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://rubensargsyan.wordpress.com/?p=221</guid>
		<description><![CDATA[I have a post about how to exclude the categories from WordPress default widget &#8220;Categories&#8221;. Now I&#8217;d like to bring to your attention how to modify the categories from WordPress default widget &#8220;Categories&#8221; for the users who probably doesn&#8217;t know WordPress coding so good. The solution is the following: add this code in the file [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=221&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have a post about <a href="http://rubensargsyan.com/exclude-categories-from-the-default-widget-categories/" target="_blank">how to exclude the categories from WordPress default widget &#8220;Categories&#8221;</a>. Now I&#8217;d like to bring to your attention how to modify the categories from WordPress default widget &#8220;Categories&#8221; for the users who probably doesn&#8217;t know WordPress coding so good.<span id="more-221"></span> The solution is the following: add this code in the file functions.php of the using theme:</p>
<div style="color:#993300;">
&lt;?php<br />
function modify_widget_categories($args){<br />
  $include = &#8220;3,6,18&#8243;; // The IDs of the including categories<br />
  $args["include"] = $include ;</p>
<p>  $args["hide_empty"] = 0; // If it is 0 it will show the empty categories as well</p>
<p>  return $args;<br />
}<br />
add_filter(&#8220;widget_categories_args&#8221;,&#8221;modify_widget_categories&#8221;);<br />
?&gt;
</p></div>
<p>You can find the full list of parameters to modify the widget categories here: <a href="http://codex.wordpress.org/Function_Reference/get_categories#Default_Usage" target="_blank">http://codex.wordpress.org/Function_Reference/get_categories#Default_Usage<br />
</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubensargsyan.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubensargsyan.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubensargsyan.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubensargsyan.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubensargsyan.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubensargsyan.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubensargsyan.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubensargsyan.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubensargsyan.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubensargsyan.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubensargsyan.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubensargsyan.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubensargsyan.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubensargsyan.wordpress.com/221/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=221&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.wordpress.com/2011/08/06/modify-the-categories-from-wordpress-default-widget-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c782b0f9ee446cf7a69d477b032ef0a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rubensargsyan</media:title>
		</media:content>
	</item>
		<item>
		<title>Change input type from text to password for IE</title>
		<link>http://rubensargsyan.wordpress.com/2011/04/28/change-input-type-from-text-to-password-for-ie/</link>
		<comments>http://rubensargsyan.wordpress.com/2011/04/28/change-input-type-from-text-to-password-for-ie/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 19:46:26 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://rubensargsyan.wordpress.com/?p=217</guid>
		<description><![CDATA[Changing the type of input after page loaded is not supported in IE and here is an example how to do it using the other way: &#60;html&#62; &#60;head&#62; &#60;title&#62;Change input type from text to password for IE&#60;/title&#62; &#60;/head&#62; &#60;body&#62; &#60;div id=&#8221;password_field&#8221;&#62; &#60;input type=&#8221;text&#8221; id=&#8221;password&#8221; name=&#8221;password&#8221; value=&#8221;Password&#8221; onclick=&#8221;change_pass_field_type_topass()&#8221; /&#62; &#60;/div&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; function change_pass_field_type_topass(){ if(document.getElementById(&#8220;password&#8221;).value==&#8221;Password&#8221;){ var [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=217&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Changing the type of input after page loaded is not supported in IE and here is an example how to do it using the other way:<span id="more-217"></span></p>
<div style="color:#993300;">
&lt;html&gt;</p>
<p>&lt;head&gt;<br />
  &lt;title&gt;Change input type from text to password for IE&lt;/title&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<p>    &lt;div id=&#8221;password_field&#8221;&gt;<br />
        &lt;input type=&#8221;text&#8221; id=&#8221;password&#8221; name=&#8221;password&#8221; value=&#8221;Password&#8221; onclick=&#8221;change_pass_field_type_topass()&#8221; /&gt;<br />
    &lt;/div&gt;</p>
<p>    &lt;script type=&#8221;text/javascript&#8221;&gt;<br />
    function change_pass_field_type_topass(){<br />
        if(document.getElementById(&#8220;password&#8221;).value==&#8221;Password&#8221;){<br />
            var pass_new_field = document.createElement(&#8220;input&#8221;);</p>
<p>            pass_new_field.name = &#8220;password&#8221;;<br />
            pass_new_field.id = &#8220;password&#8221;;</p>
<p>            pass_new_field.type = &#8220;password&#8221;;<br />
            pass_new_field.value = &#8220;&#8221;;</p>
<p>            pass_new_field.onblur = function(){<br />
                change_pass_field_type_totext();<br />
            }</p>
<p>            document.getElementById(&#8220;password_field&#8221;).removeChild(document.getElementById(&#8220;password&#8221;));</p>
<p>            document.getElementById(&#8220;password_field&#8221;).appendChild(pass_new_field);</p>
<p>            document.getElementById(&#8220;password&#8221;).focus();<br />
        }<br />
    }</p>
<p>    function change_pass_field_type_totext(){<br />
        if(document.getElementById(&#8220;password&#8221;).value==&#8221;"){<br />
            var pass_new_field = document.createElement(&#8220;input&#8221;);</p>
<p>            pass_new_field.name = &#8220;password&#8221;;<br />
            pass_new_field.id = &#8220;password&#8221;;</p>
<p>            pass_new_field.type = &#8220;text&#8221;;<br />
            pass_new_field.value = &#8220;Password&#8221;;</p>
<p>            pass_new_field.onclick = function(){<br />
                change_pass_field_type_topass();<br />
            }</p>
<p>            document.getElementById(&#8220;password_field&#8221;).removeChild(document.getElementById(&#8220;password&#8221;));</p>
<p>            document.getElementById(&#8220;password_field&#8221;).appendChild(pass_new_field);<br />
        }<br />
    }<br />
    &lt;/script&gt;</p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;
</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubensargsyan.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubensargsyan.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubensargsyan.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubensargsyan.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubensargsyan.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubensargsyan.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubensargsyan.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubensargsyan.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubensargsyan.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubensargsyan.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubensargsyan.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubensargsyan.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubensargsyan.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubensargsyan.wordpress.com/217/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=217&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.wordpress.com/2011/04/28/change-input-type-from-text-to-password-for-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c782b0f9ee446cf7a69d477b032ef0a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rubensargsyan</media:title>
		</media:content>
	</item>
		<item>
		<title>Special proposal from blorner.com</title>
		<link>http://rubensargsyan.wordpress.com/2011/04/11/special-proposal-from-blorner-com/</link>
		<comments>http://rubensargsyan.wordpress.com/2011/04/11/special-proposal-from-blorner-com/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 17:54:47 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Blorner]]></category>
		<category><![CDATA[special proposal]]></category>

		<guid isPermaLink="false">http://rubensargsyan.wordpress.com/?p=214</guid>
		<description><![CDATA[blorner.com proposes a new opportunity to promote its bloggers! Every 1st day of each month a special bonus will be held among blorner.com bloggers. There will be selected 3 random bloggers and their primary blogs will be posted on the website rubensargsyan.com for a month period. And that is not all: their blorners&#8217; thumbnails will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=214&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>blorner.com proposes a new opportunity to promote its bloggers! Every 1st day of each month a special bonus will be held among blorner.com bloggers. There will be selected 3 random bloggers and their primary blogs will be posted on the website <a href="http://rubensargsyan.com" target="_blank">rubensargsyan.com</a> for a month period. And that is not all:<span id="more-214"></span> their blorners&#8217; thumbnails will be placed on the first page of blorner.com which will be linked to their blorners.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubensargsyan.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubensargsyan.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubensargsyan.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubensargsyan.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubensargsyan.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubensargsyan.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubensargsyan.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubensargsyan.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubensargsyan.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubensargsyan.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubensargsyan.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubensargsyan.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubensargsyan.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubensargsyan.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=214&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.wordpress.com/2011/04/11/special-proposal-from-blorner-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c782b0f9ee446cf7a69d477b032ef0a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rubensargsyan</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress plugin &#8220;Share Buttons Simple Use&#8221; new 1.2 version</title>
		<link>http://rubensargsyan.wordpress.com/2011/04/08/wordpress-plugin-share-buttons-simple-use-new-1-2-version/</link>
		<comments>http://rubensargsyan.wordpress.com/2011/04/08/wordpress-plugin-share-buttons-simple-use-new-1-2-version/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 15:39:57 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google buzz]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[share buttons]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://rubensargsyan.wordpress.com/?p=211</guid>
		<description><![CDATA[The new version of WordPress plugin &#8220;Share Buttons Simple Use&#8221; 1.2 is created. The following updates have been done in this version: 1. Now you can choose the share buttons you want to be shown. 2. Add [share_buttons_simple_use] in any place of post(s) or page(s) where yo want the share buttons to be displayed. Plugin [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=211&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The new version of WordPress plugin &#8220;Share Buttons Simple Use&#8221; 1.2 is created. The following updates have been done in this version:<span id="more-211"></span></p>
<p>1. Now you can choose the share buttons you want to be shown.<br />
2. Add [share_buttons_simple_use] in any place of post(s) or page(s) where yo want the share buttons to be displayed.</p>
<p><a href="http://rubensargsyan.com/wordpress-plugin-share-buttons-simple-use/">Plugin Homepage</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubensargsyan.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubensargsyan.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubensargsyan.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubensargsyan.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubensargsyan.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubensargsyan.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubensargsyan.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubensargsyan.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubensargsyan.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubensargsyan.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubensargsyan.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubensargsyan.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubensargsyan.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubensargsyan.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubensargsyan.wordpress.com&amp;blog=10437089&amp;post=211&amp;subd=rubensargsyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.wordpress.com/2011/04/08/wordpress-plugin-share-buttons-simple-use-new-1-2-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c782b0f9ee446cf7a69d477b032ef0a0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rubensargsyan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
