<?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>Salavat KhanovSalavat Khanov - </title>
	<atom:link href="http://khanov.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://khanov.me</link>
	<description></description>
	<lastBuildDate>Mon, 13 May 2013 14:36:34 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>I Am</title>
		<link>http://khanov.me/blog/2012/08/i-am-2011-film/</link>
		<comments>http://khanov.me/blog/2012/08/i-am-2011-film/#comments</comments>
		<pubDate>Tue, 21 Aug 2012 17:59:55 +0000</pubDate>
		<dc:creator>Salavat Khanov</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://khanov.me/?p=352</guid>
		<description><![CDATA[From the Wikipedia page: The film asks two central questions: What’s Wrong With the World? and What Can We Do About it?. It is about “human connectedness, happiness, and the human spirit”, and explores themes including Darwinism, Western mores, loneliness, the economy, and the drive to war. The documentary includes animated scenes explaining scientific concepts, [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="642" height="361" src="http://www.youtube.com/embed/G6Qr2dFYBgU?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p><a href="https://en.wikipedia.org/wiki/I_Am_(documentary)">From the Wikipedia page</a>:</p>
<blockquote><p>The film asks two central questions: What’s Wrong With the World? and What Can We Do About it?. It is about “human connectedness, happiness, and the human spirit”, and explores themes including Darwinism, Western mores, loneliness, the economy, and the drive to war. The documentary includes animated scenes explaining scientific concepts, as well as clips from the films Wall Street and It’s a Wonderful Life.</p></blockquote>
<p>I highly recommend this film for every human being. It changed the way I look at our modern world and people.</p>
]]></content:encoded>
			<wfw:commentRss>http://khanov.me/blog/2012/08/i-am-2011-film/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Lion Style Avatars in CSS3</title>
		<link>http://khanov.me/blog/2012/04/mac-os-x-lion-style-avatars-in-css3/</link>
		<comments>http://khanov.me/blog/2012/04/mac-os-x-lion-style-avatars-in-css3/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 14:51:30 +0000</pubDate>
		<dc:creator>Salavat Khanov</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://khanov.me/?p=345</guid>
		<description><![CDATA[MacDays now has new Mac OS X Lion style avatars on author’s archive page. For example, this is mine: http://macdays.ru/author/baxx/. Looks pretty cool, right? It’s very easy to implement. All you need is to use the following code below. [crayon-519f162ab5f2b/] via http://drbl.in/cIfP]]></description>
			<content:encoded><![CDATA[<p>MacDays now has new Mac OS X Lion style avatars on author’s archive page. For example, this is mine: http://macdays.ru/author/baxx/. Looks pretty cool, right? It’s very easy to implement. All you need is to use the following code below.</p><pre class="crayon-plain-tag">body {
    background: #67676a;
    padding: 100px;
}
 
.avatar {
    display: block;
    position: relative;
    width: 128px;
    height: 128px;
    border-radius: 100%;
    padding: 4px;
    background: -webkit-linear-gradient(#fdfdfd, #c9c9c9);
    box-shadow: 0 1px 4px 2px rgba(0,0,0,.3);
    margin: 0 auto;
}
 
.avatar img {
    display: block;
    width: 128px;
    height: 128px;
    border-radius: 100%;
}
 
.avatar:before, .avatar:after {
    width: 128px;
    height: 128px;
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 5;
    pointer-events: none;
    border-radius: 100%;
}
 
.avatar:before {
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.4);
}
 
.avatar:after {
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,.0), rgba(255,255,255,.2) 50%, rgba(255,255,255,.0) 50%);
    -webkit-mask-image: -webkit-linear-gradient(#000, rgba(0,0,0,0) 70%);
}</pre><p>via <a href="http://drbl.in/cIfP">http://drbl.in/cIfP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://khanov.me/blog/2012/04/mac-os-x-lion-style-avatars-in-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Autopost From Twitter to Google+</title>
		<link>http://khanov.me/blog/2012/01/how-to-autopost-from-twitter-to-google/</link>
		<comments>http://khanov.me/blog/2012/01/how-to-autopost-from-twitter-to-google/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 16:13:27 +0000</pubDate>
		<dc:creator>Salavat Khanov</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google+]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://khanov.me/?p=326</guid>
		<description><![CDATA[Google+ has been around for about six months now, but there are still no APIs with writing permissions. Because of this it is impossible to create apps that will let you to autopost from Twitter or RSS to Google+. But there is another way. And Google officially supports it. I tested this method on my [...]]]></description>
			<content:encoded><![CDATA[<p>Google+ has been around for about six months now, but there are still no APIs with writing permissions. Because of this it is impossible to create apps that will let you to autopost from Twitter or RSS to Google+. But there is another way. And Google officially supports it.</p>
<p>I tested this method on my personal Google+ account and on a Google+ Page — it works well.</p>
<h5>So, how?</h5>
<p>Google+ <a href="http://support.google.com/mobile/bin/answer.py?hl=en&#038;answer=1304920">allows you to post via SMS</a>. That’s the trick.</p>
<p>To autopost from Twitter to Google+ you have to create a <a href="https://www.google.com/voice/">Google Voice</a> account. If you, like me, are not from the USA, you will need to use a <a href="http://hidemyass.com/proxy-list/search-225371">US proxy</a> for registration. Once registration is completed, you will not need proxy.</p>
<p>Please note, that your Google Voice email address must be the same as your Google+ email account.</p>
<p>Google search: &#8220;<a href="http://www.google.com/search?client=safari&#038;rls=en&#038;q=how+to+get+google+voice+outside+of+the+usa&#038;ie=UTF-8&#038;oe=UTF-8">how to get google voice outside of the usa</a>&#8220;</p>
<p>So, now you have a Google Voice account and US number. Go to Google Voice settings and make sure, that under the <em>Voicemail &#038; Text</em> tab you enabled <em>Text Forwarding</em> to your email.</p>
<p><a href="http://khanov.me/blog/wp-content/uploads/2012/11/tumblr_m3ay3x90Py1qcw6y5.jpg"><img src="http://khanov.me/blog/wp-content/uploads/2012/11/tumblr_m3ay3x90Py1qcw6y5.jpg" alt="How to autopost from Twitter to Google+" title="How to autopost from Twitter to Google+" width="500" height="58" class="aligncenter size-full wp-image-329" /></a></p>
<p>Now all the messages that you receive will be forwarded to your Gmail.</p>
<p>Click on the red <em>Text</em> button and send something to 33669. You’ll receive an SMS that says &#8220;<em>Google+: Did not understand the request</em>&#8220;. That’s OK.</p>
<p><a href="http://khanov.me/blog/wp-content/uploads/2012/11/tumblr_m3ay7jIkOF1qcw6y5.jpg"><img src="http://khanov.me/blog/wp-content/uploads/2012/11/tumblr_m3ay7jIkOF1qcw6y5.jpg" alt="How to autopost from Twitter to Google+" title="How to autopost from Twitter to Google+" width="401" height="85" class="aligncenter size-full wp-image-330" /></a></p>
<p>Open your Gmail and find an email with the same text in the body as above. Copy the <em>From</em> email address. It should look like <em>1234567890.33669.dPdcjkRaVz@txt.voice.google.com</em>, where <em>1234567890</em> is your GVoice number, <em>33669</em> is the SMS address for Google+ and <em>dPdcjkRaVz</em> is your unique magic code.</p>
<p>This secret address allows you to post to your Google+ via email. But if you try to send something now, it won’t work, because your Google Voice number isn’t yet associated with your Google+ profile. To do this, open <a href="https://www.google.com/settings/plus">Google+ Settings</a> and enter your number. Then verify it. Verification сode will come to your Google Voice number and then forwarded to your Gmail inbox.</p>
<p>That’s it! You are almost done. Now if you try to send something from your Gmail to your secret Google+ address, it will post to your Google+ stream. Note that email subject is always ignored, and you need to add <em>+public</em> at the end of the message (if you want to make it public). You can also share your posts only with a specific circle. Read more: <a href="http://support.google.com/mobile/bin/answer.py?hl=en&#038;answer=1304920">http://support.google.com/mobile/bin/answer.py?hl=en&#038;answer=1304920</a></p>
<p>The last step is to automate the sending of your tweets to that secret Google+ email address. I recommend to use ifttt.com. Just connect you Twitter account and create new task. For example, this is mine:</p>
<blockquote><p>If new tweet by you then Send an email from Gmail.</p></blockquote>
<p>In the <em>To</em> field enter your secret Google+ email address, in the <em>Body</em> field enter: <em>{{Text}} +public</em></p>
<p>Click <em>Create</em> button. That’s all. Now all your tweets will be auto posted to your Google+ stream.</p>
<h5>Update: How to auto-post from Twitter to Google+ Page.</h5>
<p>To be able to post to your Google+ Page you need to go to ‘Page Settings’, add there your another phone number (it should be different from the one you set for your main account), and turn ‘Allow posting by SMS’ on.</p>
<p><a href="http://khanov.me/blog/wp-content/uploads/2012/01/tumblr_m6l33jFKgW1qcw6y5.png"><img src="http://khanov.me/blog/wp-content/uploads/2012/01/tumblr_m6l33jFKgW1qcw6y5.png" alt="How to autopost from Twitter to Google+ Page" title="How to autopost from Twitter to Google+ Page" width="500" height="295" class="aligncenter size-full wp-image-335" /></a></p>
<p>By doing this, you can post from that phone number to your Google+ Page.</p>
]]></content:encoded>
			<wfw:commentRss>http://khanov.me/blog/2012/01/how-to-autopost-from-twitter-to-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
