<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Vidul Nikolaev Petrov</title>
	
	<link>http://www.vidul.com</link>
	<description>my web space</description>
	<lastBuildDate>Wed, 11 Aug 2010 06:22:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/VidulNikolaevPetrov" /><feedburner:info uri="vidulnikolaevpetrov" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Python ascii to binary</title>
		<link>http://feedproxy.google.com/~r/VidulNikolaevPetrov/~3/4qUv0gevznI/</link>
		<comments>http://www.vidul.com/2010/08/11/python-ascii-to-binary/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 06:22:13 +0000</pubDate>
		<dc:creator>Vidul</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.vidul.com/?p=714</guid>
		<description><![CDATA[
import string
&#160;
asci_lower = dict&#40;map&#40;lambda x,y: &#91;x,y&#93;, string.ascii_lowercase,
                                      map&#40;bin, map&#40;ord, string.ascii_lowercase&#41;&#41;&#41;&#41;
&#160;
asci_upper = dict&#40;map&#40;lambda x,y: &#91;x,y&#93;, string.ascii_uppercase, 
   [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:arial,verdana,monospace;"><span style="color: #ff7700;font-weight:bold;">import</span> <span style="color: #dc143c;">string</span>
&nbsp;
asci_lower = <span style="color: #008000;">dict</span><span style="color: black;">&#40;</span><span style="color: #008000;">map</span><span style="color: black;">&#40;</span><span style="color: #ff7700;font-weight:bold;">lambda</span> x,y: <span style="color: black;">&#91;</span>x,y<span style="color: black;">&#93;</span>, <span style="color: #dc143c;">string</span>.<span style="color: black;">ascii_lowercase</span>,
                                      <span style="color: #008000;">map</span><span style="color: black;">&#40;</span>bin, <span style="color: #008000;">map</span><span style="color: black;">&#40;</span><span style="color: #008000;">ord</span>, <span style="color: #dc143c;">string</span>.<span style="color: black;">ascii_lowercase</span><span style="color: black;">&#41;</span><span style="color: black;">&#41;</span><span style="color: black;">&#41;</span><span style="color: black;">&#41;</span>
&nbsp;
asci_upper = <span style="color: #008000;">dict</span><span style="color: black;">&#40;</span><span style="color: #008000;">map</span><span style="color: black;">&#40;</span><span style="color: #ff7700;font-weight:bold;">lambda</span> x,y: <span style="color: black;">&#91;</span>x,y<span style="color: black;">&#93;</span>, <span style="color: #dc143c;">string</span>.<span style="color: black;">ascii_uppercase</span>, 
                                       <span style="color: #008000;">map</span><span style="color: black;">&#40;</span>bin, <span style="color: #008000;">map</span><span style="color: black;">&#40;</span><span style="color: #008000;">ord</span>, <span style="color: #dc143c;">string</span>.<span style="color: black;">ascii_uppercase</span><span style="color: black;">&#41;</span><span style="color: black;">&#41;</span><span style="color: black;">&#41;</span><span style="color: black;">&#41;</span>
&nbsp;
<span style="color: #ff7700;font-weight:bold;">print</span> asci_lower<span style="color: black;">&#91;</span><span style="color: #483d8b;">'a'</span><span style="color: black;">&#93;</span>
0b1100001
&nbsp;
<span style="color: #ff7700;font-weight:bold;">print</span> asci_upper<span style="color: black;">&#91;</span><span style="color: #483d8b;">'A'</span><span style="color: black;">&#93;</span>
0b1000001</pre></div></div>



<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.vidul.com/2010/08/11/python-ascii-to-binary/&amp;Title=Python+ascii+to+binary+" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.vidul.com/2010/08/11/python-ascii-to-binary/&amp;title=Python+ascii+to+binary+" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.vidul.com/2010/08/11/python-ascii-to-binary/&amp;title=Python+ascii+to+binary+" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.vidul.com/2010/08/11/python-ascii-to-binary/&amp;title=Python+ascii+to+binary+" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.vidul.com/2010/08/11/python-ascii-to-binary/&amp;title=Python+ascii+to+binary+" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.vidul.com/2010/08/11/python-ascii-to-binary/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Python+ascii+to+binary++-+http://b2l.me/agg4fn+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.vidul.com/2010/08/11/python-ascii-to-binary/&amp;h=Python+ascii+to+binary+" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://feeds.feedburner.com/~r/VidulNikolaevPetrov/~4/4qUv0gevznI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vidul.com/2010/08/11/python-ascii-to-binary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vidul.com/2010/08/11/python-ascii-to-binary/</feedburner:origLink></item>
		<item>
		<title>9_999.999 lightyears</title>
		<link>http://feedproxy.google.com/~r/VidulNikolaevPetrov/~3/-MUBCW8nnUg/</link>
		<comments>http://www.vidul.com/2010/08/08/9_999-999-lightyears/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 00:29:48 +0000</pubDate>
		<dc:creator>Vidul</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.vidul.com/?p=705</guid>
		<description><![CDATA[the song itself and probably &#8230;





		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Tweet This!
		
		
			Seed this on Newsvine
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=xcbB9dSAf1M&#038;feature=related">the song itself</a> and <a href="http://www.youtube.com/watch?v=68hPjUoAk4E">probably &#8230;</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.vidul.com/2010/08/08/9_999-999-lightyears/&amp;Title=9_999.999+lightyears+" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.vidul.com/2010/08/08/9_999-999-lightyears/&amp;title=9_999.999+lightyears+" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.vidul.com/2010/08/08/9_999-999-lightyears/&amp;title=9_999.999+lightyears+" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.vidul.com/2010/08/08/9_999-999-lightyears/&amp;title=9_999.999+lightyears+" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.vidul.com/2010/08/08/9_999-999-lightyears/&amp;title=9_999.999+lightyears+" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.vidul.com/2010/08/08/9_999-999-lightyears/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=9_999.999+lightyears++-+http://b2l.me/afsw3q+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.vidul.com/2010/08/08/9_999-999-lightyears/&amp;h=9_999.999+lightyears+" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://feeds.feedburner.com/~r/VidulNikolaevPetrov/~4/-MUBCW8nnUg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vidul.com/2010/08/08/9_999-999-lightyears/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vidul.com/2010/08/08/9_999-999-lightyears/</feedburner:origLink></item>
		<item>
		<title>Sunshine Reggae</title>
		<link>http://feedproxy.google.com/~r/VidulNikolaevPetrov/~3/WZxj2mjN1VY/</link>
		<comments>http://www.vidul.com/2010/08/06/sunshine-reggae/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 22:47:43 +0000</pubDate>
		<dc:creator>Vidul</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.vidul.com/?p=701</guid>
		<description><![CDATA[





		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Tweet This!
		
		
			Seed this on Newsvine
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vidul.com/wp-content/uploads/2010/08/sunshine_reggae.jpg" rel="thumbnail"><img src="http://www.vidul.com/wp-content/uploads/2010/08/sunshine_reggae-300x225.jpg" alt="" title="sunshine_reggae" width="300" height="225" class="alignleft size-medium wp-image-702" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.vidul.com/2010/08/06/sunshine-reggae/&amp;Title=Sunshine+Reggae" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.vidul.com/2010/08/06/sunshine-reggae/&amp;title=Sunshine+Reggae" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.vidul.com/2010/08/06/sunshine-reggae/&amp;title=Sunshine+Reggae" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.vidul.com/2010/08/06/sunshine-reggae/&amp;title=Sunshine+Reggae" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.vidul.com/2010/08/06/sunshine-reggae/&amp;title=Sunshine+Reggae" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.vidul.com/2010/08/06/sunshine-reggae/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Sunshine+Reggae+-+http://b2l.me/afa9rc+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.vidul.com/2010/08/06/sunshine-reggae/&amp;h=Sunshine+Reggae" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://feeds.feedburner.com/~r/VidulNikolaevPetrov/~4/WZxj2mjN1VY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vidul.com/2010/08/06/sunshine-reggae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vidul.com/2010/08/06/sunshine-reggae/</feedburner:origLink></item>
		<item>
		<title>Milka</title>
		<link>http://feedproxy.google.com/~r/VidulNikolaevPetrov/~3/8YVeSkSOowQ/</link>
		<comments>http://www.vidul.com/2010/08/06/milka/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 22:43:29 +0000</pubDate>
		<dc:creator>Vidul</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.vidul.com/?p=697</guid>
		<description><![CDATA[





		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Tweet This!
		
		
			Seed this on Newsvine
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vidul.com/wp-content/uploads/2010/08/cow_Milka.jpg" rel="thumbnail"><img src="http://www.vidul.com/wp-content/uploads/2010/08/cow_Milka-300x225.jpg" alt="" title="cow_Milka" width="300" height="225" class="alignleft size-medium wp-image-698" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.vidul.com/2010/08/06/milka/&amp;Title=Milka" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.vidul.com/2010/08/06/milka/&amp;title=Milka" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.vidul.com/2010/08/06/milka/&amp;title=Milka" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.vidul.com/2010/08/06/milka/&amp;title=Milka" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.vidul.com/2010/08/06/milka/&amp;title=Milka" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.vidul.com/2010/08/06/milka/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Milka+-+http://b2l.me/afatx2+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.vidul.com/2010/08/06/milka/&amp;h=Milka" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://feeds.feedburner.com/~r/VidulNikolaevPetrov/~4/8YVeSkSOowQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vidul.com/2010/08/06/milka/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vidul.com/2010/08/06/milka/</feedburner:origLink></item>
		<item>
		<title>ReCaptcha CSS settings (again)</title>
		<link>http://feedproxy.google.com/~r/VidulNikolaevPetrov/~3/-ZK1D4fyDc4/</link>
		<comments>http://www.vidul.com/2010/08/05/recaptcha-css-settings-again/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 21:54:54 +0000</pubDate>
		<dc:creator>Vidul</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[web2py]]></category>

		<guid isPermaLink="false">http://www.vidul.com/?p=672</guid>
		<description><![CDATA[In this case a ReCaptcha usage with web2py.

&#60;script type=&#34;text/javascript&#34;&#62;
    var RecaptchaOptions = {
	    theme: 'custom',
	    custom_theme_widget : 'sm_captcha'
    };
&#60;/script&#62;
&#60;div id=&#34;recaptcha&#34;&#62;{{=T('Type the characters you see in the picture:')}}&#60;/div&#62;
&#60;div id=&#34;sm_captcha&#34;&#62;
	&#60;div id=&#34;recaptcha_image&#34;&#62;&#60;/div&#62; 
	&#60;input type=&#34;text&#34; id=&#34;recaptcha_response_field&#34; class=&#34;inputBox&#34; name=&#34;recaptcha_response_field&#34; tabindex=&#34;14&#34; /&#62; 
	{{if form.errors.captcha:}}
	&#60;div class=&#34;error&#34; id=&#34;captcha_error&#34;&#62;
	{{=form.errors.captcha}}
	&#60;/div&#62;
	{{pass}}
	&#60;div id=&#34;recaptcha_buttons&#34;&#62; 
		&#60;a id=&#34;recatchaReload&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>In this case a ReCaptcha usage with <a href="http://www.web2py.com">web2py</a>.</p>

<div class="wp_syntax"><div class="code"><pre class="default" style="font-family:arial,verdana,monospace;">&lt;script type=&quot;text/javascript&quot;&gt;
    var RecaptchaOptions = {
	    theme: 'custom',
	    custom_theme_widget : 'sm_captcha'
    };
&lt;/script&gt;
&lt;div id=&quot;recaptcha&quot;&gt;{{=T('Type the characters you see in the picture:')}}&lt;/div&gt;
&lt;div id=&quot;sm_captcha&quot;&gt;
	&lt;div id=&quot;recaptcha_image&quot;&gt;&lt;/div&gt; 
	&lt;input type=&quot;text&quot; id=&quot;recaptcha_response_field&quot; class=&quot;inputBox&quot; name=&quot;recaptcha_response_field&quot; tabindex=&quot;14&quot; /&gt; 
	{{if form.errors.captcha:}}
	&lt;div class=&quot;error&quot; id=&quot;captcha_error&quot;&gt;
	{{=form.errors.captcha}}
	&lt;/div&gt;
	{{pass}}
	&lt;div id=&quot;recaptcha_buttons&quot;&gt; 
		&lt;a id=&quot;recatchaReload&quot; href=&quot;javascript:Recaptcha.reload()&quot;&gt;Reload&lt;/a&gt;
		&lt;a id=&quot;recatchaAudio&quot; href=&quot;javascript:Recaptcha.switch_type('audio')&quot;&gt;Audio&lt;/a&gt;
		&lt;a id=&quot;recatchaImage&quot; href=&quot;javascript:Recaptcha.switch_type('image')&quot;&gt;Text&lt;/a&gt;
		&lt;a id=&quot;recatchaHelp&quot; href=&quot;javascript:Recaptcha.showhelp()&quot;&gt;Help&lt;/a&gt; 
	&lt;/div&gt; 
	&lt;script src=&quot;https://api-secure.recaptcha.net/challenge?k=YOUR_RECAPTCHA_KEY&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;iframe frameborder=&quot;0&quot; height=&quot;auto&quot; src=&quot;https://api-secure.recaptcha.net/noscript?k=YOUR_RECAPTCHA_KEY&quot; width=&quot;auto&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;input name=&quot;recaptcha_response_field&quot; type=&quot;hidden&quot; value=&quot;manual_challenge&quot; /&gt;&lt;/noscript&gt;
&lt;/div&gt;</pre></div></div>

<p>The result of these settings:<br />
<a href="http://www.vidul.com/wp-content/uploads/2010/08/custom_recap.png" rel="thumbnail"><img src="http://www.vidul.com/wp-content/uploads/2010/08/custom_recap.png" alt="" title="custom_recap" width="332" height="170" class="alignleft size-full wp-image-675" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.vidul.com/2010/08/05/recaptcha-css-settings-again/&amp;Title=ReCaptcha+CSS+settings+%28again%29" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.vidul.com/2010/08/05/recaptcha-css-settings-again/&amp;title=ReCaptcha+CSS+settings+%28again%29" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.vidul.com/2010/08/05/recaptcha-css-settings-again/&amp;title=ReCaptcha+CSS+settings+%28again%29" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.vidul.com/2010/08/05/recaptcha-css-settings-again/&amp;title=ReCaptcha+CSS+settings+%28again%29" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.vidul.com/2010/08/05/recaptcha-css-settings-again/&amp;title=ReCaptcha+CSS+settings+%28again%29" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.vidul.com/2010/08/05/recaptcha-css-settings-again/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=ReCaptcha+CSS+settings+%28again%29+-+http://b2l.me/afajb6+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.vidul.com/2010/08/05/recaptcha-css-settings-again/&amp;h=ReCaptcha+CSS+settings+%28again%29" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://feeds.feedburner.com/~r/VidulNikolaevPetrov/~4/-ZK1D4fyDc4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vidul.com/2010/08/05/recaptcha-css-settings-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vidul.com/2010/08/05/recaptcha-css-settings-again/</feedburner:origLink></item>
		<item>
		<title>Sunset in Northeast Bulgaria</title>
		<link>http://feedproxy.google.com/~r/VidulNikolaevPetrov/~3/BFRJoLOrSrg/</link>
		<comments>http://www.vidul.com/2010/08/05/sunset-in-northeast-bulgaria/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 21:35:57 +0000</pubDate>
		<dc:creator>Vidul</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.vidul.com/?p=664</guid>
		<description><![CDATA[





		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Tweet This!
		
		
			Seed this on Newsvine
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vidul.com/wp-content/uploads/2010/08/P130710_20.36.jpg" rel="thumbnail"><img class="aligncenter size-medium wp-image-665" title="Sunset" src="http://www.vidul.com/wp-content/uploads/2010/08/P130710_20.36-300x225.jpg" alt="" width="300" height="225" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.vidul.com/2010/08/05/sunset-in-northeast-bulgaria/&amp;Title=Sunset+in+Northeast+Bulgaria" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.vidul.com/2010/08/05/sunset-in-northeast-bulgaria/&amp;title=Sunset+in+Northeast+Bulgaria" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.vidul.com/2010/08/05/sunset-in-northeast-bulgaria/&amp;title=Sunset+in+Northeast+Bulgaria" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.vidul.com/2010/08/05/sunset-in-northeast-bulgaria/&amp;title=Sunset+in+Northeast+Bulgaria" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.vidul.com/2010/08/05/sunset-in-northeast-bulgaria/&amp;title=Sunset+in+Northeast+Bulgaria" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.vidul.com/2010/08/05/sunset-in-northeast-bulgaria/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Sunset+in+Northeast+Bulgaria+-+http://b2l.me/afaesc+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.vidul.com/2010/08/05/sunset-in-northeast-bulgaria/&amp;h=Sunset+in+Northeast+Bulgaria" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://feeds.feedburner.com/~r/VidulNikolaevPetrov/~4/BFRJoLOrSrg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vidul.com/2010/08/05/sunset-in-northeast-bulgaria/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vidul.com/2010/08/05/sunset-in-northeast-bulgaria/</feedburner:origLink></item>
		<item>
		<title>PI is not 3.14</title>
		<link>http://feedproxy.google.com/~r/VidulNikolaevPetrov/~3/THVddpI9Vuk/</link>
		<comments>http://www.vidul.com/2010/04/09/pi-is-not-3-14/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 21:00:32 +0000</pubDate>
		<dc:creator>Vidul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vidul.com/?p=660</guid>
		<description><![CDATA[To Be Continued





		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Tweet This!
		
		
			Seed this on Newsvine
		





]]></description>
			<content:encoded><![CDATA[<p><strong>To Be Continued</strong></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.vidul.com/2010/04/09/pi-is-not-3-14/&amp;Title=PI+is+not+3.14" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.vidul.com/2010/04/09/pi-is-not-3-14/&amp;title=PI+is+not+3.14" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.vidul.com/2010/04/09/pi-is-not-3-14/&amp;title=PI+is+not+3.14" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.vidul.com/2010/04/09/pi-is-not-3-14/&amp;title=PI+is+not+3.14" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.vidul.com/2010/04/09/pi-is-not-3-14/&amp;title=PI+is+not+3.14" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.vidul.com/2010/04/09/pi-is-not-3-14/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=PI+is+not+3.14+-+http://b2l.me/nwfbd+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.vidul.com/2010/04/09/pi-is-not-3-14/&amp;h=PI+is+not+3.14" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://feeds.feedburner.com/~r/VidulNikolaevPetrov/~4/THVddpI9Vuk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vidul.com/2010/04/09/pi-is-not-3-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vidul.com/2010/04/09/pi-is-not-3-14/</feedburner:origLink></item>
		<item>
		<title>EU 2010, a monster cuts off a dog’s legs</title>
		<link>http://feedproxy.google.com/~r/VidulNikolaevPetrov/~3/JNJFFIw-l0g/</link>
		<comments>http://www.vidul.com/2010/03/30/eu-2010-a-monster-cuts-off-a-dogs-legs/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 05:47:46 +0000</pubDate>
		<dc:creator>Vidul</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[monster]]></category>

		<guid isPermaLink="false">http://www.vidul.com/?p=654</guid>
		<description><![CDATA[Several days ago a dog named Mima lost her legs just because a man living in the next house wanted to cut them off with an ax. This is happening in the town of Drianovo, Bulgaria. You can watch the official news here. The penalty for this person (in the worst case):  up to 500 [...]]]></description>
			<content:encoded><![CDATA[<p>Several days ago a dog named Mima lost her legs just because a man living in the next house wanted to cut them off with an ax. This is happening in the town of <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=%D0%94%D1%80%D1%8F%D0%BD%D0%BE%D0%B2%D0%BE&amp;sll=37.0625,-95.677068&amp;sspn=34.999041,78.310547&amp;ie=UTF8&amp;hq=&amp;hnear=Dryanovo,+Gabrovo,+Bulgaria&amp;z=11" target="_blank">Drianovo</a>, Bulgaria. You can watch the official news <a href="http://w.vbox7.com/play:abc325ee" target="_blank">here</a>. The penalty for this person (in the worst case):  up to 500 €.</p>
<p>Mima will stay down from now on. Is this the EU justice?</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.vidul.com/2010/03/30/eu-2010-a-monster-cuts-off-a-dogs-legs/&amp;Title=EU+2010%2C+a+monster+cuts+off+a+dog%27s+legs" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.vidul.com/2010/03/30/eu-2010-a-monster-cuts-off-a-dogs-legs/&amp;title=EU+2010%2C+a+monster+cuts+off+a+dog%27s+legs" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.vidul.com/2010/03/30/eu-2010-a-monster-cuts-off-a-dogs-legs/&amp;title=EU+2010%2C+a+monster+cuts+off+a+dog%27s+legs" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.vidul.com/2010/03/30/eu-2010-a-monster-cuts-off-a-dogs-legs/&amp;title=EU+2010%2C+a+monster+cuts+off+a+dog%27s+legs" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.vidul.com/2010/03/30/eu-2010-a-monster-cuts-off-a-dogs-legs/&amp;title=EU+2010%2C+a+monster+cuts+off+a+dog%27s+legs" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.vidul.com/2010/03/30/eu-2010-a-monster-cuts-off-a-dogs-legs/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=EU+2010%2C+a+monster+cuts+off+a+dog%27s+legs+-+http://b2l.me/mnurm+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.vidul.com/2010/03/30/eu-2010-a-monster-cuts-off-a-dogs-legs/&amp;h=EU+2010%2C+a+monster+cuts+off+a+dog%27s+legs" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://feeds.feedburner.com/~r/VidulNikolaevPetrov/~4/JNJFFIw-l0g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vidul.com/2010/03/30/eu-2010-a-monster-cuts-off-a-dogs-legs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vidul.com/2010/03/30/eu-2010-a-monster-cuts-off-a-dogs-legs/</feedburner:origLink></item>
		<item>
		<title>Delete All Directories Except</title>
		<link>http://feedproxy.google.com/~r/VidulNikolaevPetrov/~3/avGHj1wpuv0/</link>
		<comments>http://www.vidul.com/2010/03/27/delete-all-directories-except/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 00:20:04 +0000</pubDate>
		<dc:creator>Vidul</dc:creator>
				<category><![CDATA[SA]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[except]]></category>

		<guid isPermaLink="false">http://www.vidul.com/?p=647</guid>
		<description><![CDATA[Write a Bash function or an alias.

#######
### alias 
#######
alias _rm_except=&#34;rm -rf $(ls &#124; grep -v ^$1$)&#34;
&#160;
##########
### function
##########
_rm_except &#40;&#41; &#123; rm -rf $&#40;ls &#124; grep -v ^$1$&#41; &#125;
&#160;
# sample usage:
$ cd /tmp &#38;&#38; mkdir 1 2 3 11 22 33
$ _rm_except 1; ls
11  2  22  3  33






		
			Share this on Blinklist
		
		
			Share this on [...]]]></description>
			<content:encoded><![CDATA[<p>Write a <a title="Advanced Bash-Scripting Guide" href="http://tldp.org/LDP/abs/html/" target="_blank">Bash</a> function or an alias.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:arial,verdana,monospace;"><span style="color: #666666; font-style: italic;">#######</span>
<span style="color: #666666; font-style: italic;">### alias </span>
<span style="color: #666666; font-style: italic;">#######</span>
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">_rm_except</span>=<span style="color: #ff0000;">&quot;rm -rf <span style="color: #007800;">$(ls | grep -v ^$1$)</span>&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">##########</span>
<span style="color: #666666; font-style: italic;">### function</span>
<span style="color: #666666; font-style: italic;">##########</span>
_rm_except <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span> <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-rf</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> ^$<span style="color: #000000;">1</span>$<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#125;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># sample usage:</span>
$ <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000;">1</span> <span style="color: #000000;">2</span> <span style="color: #000000;">3</span> <span style="color: #000000;">11</span> <span style="color: #000000;">22</span> <span style="color: #000000;">33</span>
$ _rm_except <span style="color: #000000;">1</span>; <span style="color: #c20cb9; font-weight: bold;">ls</span>
<span style="color: #000000;">11</span>  <span style="color: #000000;">2</span>  <span style="color: #000000;">22</span>  <span style="color: #000000;">3</span>  <span style="color: #000000;">33</span></pre></div></div>



<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.vidul.com/2010/03/27/delete-all-directories-except/&amp;Title=Delete+All+Directories+Except+" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.vidul.com/2010/03/27/delete-all-directories-except/&amp;title=Delete+All+Directories+Except+" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.vidul.com/2010/03/27/delete-all-directories-except/&amp;title=Delete+All+Directories+Except+" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.vidul.com/2010/03/27/delete-all-directories-except/&amp;title=Delete+All+Directories+Except+" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.vidul.com/2010/03/27/delete-all-directories-except/&amp;title=Delete+All+Directories+Except+" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.vidul.com/2010/03/27/delete-all-directories-except/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Delete+All+Directories+Except++-+http://b2l.me/mbefc+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.vidul.com/2010/03/27/delete-all-directories-except/&amp;h=Delete+All+Directories+Except+" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://feeds.feedburner.com/~r/VidulNikolaevPetrov/~4/avGHj1wpuv0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vidul.com/2010/03/27/delete-all-directories-except/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vidul.com/2010/03/27/delete-all-directories-except/</feedburner:origLink></item>
		<item>
		<title>Jojo is resting</title>
		<link>http://feedproxy.google.com/~r/VidulNikolaevPetrov/~3/97P1uc80olY/</link>
		<comments>http://www.vidul.com/2010/02/19/jojo-is-resting-2/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 14:27:43 +0000</pubDate>
		<dc:creator>Vidul</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Jojo]]></category>

		<guid isPermaLink="false">http://www.vidul.com/?p=617</guid>
		<description><![CDATA[





		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Tweet This!
		
		
			Seed this on Newsvine
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vidul.com/wp-content/uploads/2010/02/1024px.jpg" rel="thumbnail"><img class="size-full wp-image-632 alignleft" title="Jojo is resting" src="http://www.vidul.com/wp-content/uploads/2010/02/1024px.jpg" alt="" width="573" height="368" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.vidul.com/2010/02/19/jojo-is-resting-2/&amp;Title=Jojo+is+resting" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.vidul.com/2010/02/19/jojo-is-resting-2/&amp;title=Jojo+is+resting" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.vidul.com/2010/02/19/jojo-is-resting-2/&amp;title=Jojo+is+resting" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.vidul.com/2010/02/19/jojo-is-resting-2/&amp;title=Jojo+is+resting" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.vidul.com/2010/02/19/jojo-is-resting-2/&amp;title=Jojo+is+resting" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.vidul.com/2010/02/19/jojo-is-resting-2/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Jojo+is+resting+-+http://b2l.me/gs3d9+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.vidul.com/2010/02/19/jojo-is-resting-2/&amp;h=Jojo+is+resting" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://feeds.feedburner.com/~r/VidulNikolaevPetrov/~4/97P1uc80olY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vidul.com/2010/02/19/jojo-is-resting-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.vidul.com/2010/02/19/jojo-is-resting-2/</feedburner:origLink></item>
	</channel>
</rss>
