<?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>Techbray &#187; How To&#8217;s</title>
	<atom:link href="http://www.techbray.com/category/how-tos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbray.com</link>
	<description>Tech, Tips N Tricks and Web 2.0</description>
	<lastBuildDate>Wed, 18 Jan 2012 06:08:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to create a google+ page</title>
		<link>http://www.techbray.com/2011/11/how-to-create-a-google-page/</link>
		<comments>http://www.techbray.com/2011/11/how-to-create-a-google-page/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 15:49:30 +0000</pubDate>
		<dc:creator>Jaan</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[facebook fanpage]]></category>
		<category><![CDATA[google+ page]]></category>
		<category><![CDATA[How to create a google+ page]]></category>
		<category><![CDATA[pages]]></category>

		<guid isPermaLink="false">http://www.techbray.com/?p=512</guid>
		<description><![CDATA[How to create a google+ page]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.techbray.com/mnt/local/home/techbray/techbray/wp-content/uploads/2011/11/google-pages.jpg" alt="" title="google pages" width="580" height="450" class="alignleft size-full wp-image-513" /></p>
<p>Google has finally launched Google Plus pages for brands and publishers as promised. When Google+ first launched, it had asked brands and publishers not to create pages for their own sites, promising that there would be an official solution coming shortly.<br />
It&#8217;s the google+ version of facebook fan page with more features.</p>
<p>Google+ pages are not available to everyone as of initial launch. If you&#8217;re profile is selected, you can create <a href="https://plus.google.com/pages/create">google+ pages here.</a><br />
<a href="https://plus.google.com/pages/create">https://plus.google.com/pages/create</a></p>
<p>Checkout this link if you are lucky &#038; fill in the details to get your page.<br />
<a href="https://plus.google.com/pages/create">https://plus.google.com/pages/create. </a></p>
<p>I have added a google+ page for pepsi below:<br />
<a href="https://plus.google.com/111883881632877146615">Pepsi</a></p>
<p><img src="http://www.techbray.com/mnt/local/home/techbray/techbray/wp-content/uploads/2011/11/google+-pepsi.jpg" alt="" title="google+ pepsi" width="530" height="271" class="alignleft size-full wp-image-514" /></p>
<p>Google+ page for <a href="https://plus.google.com/100546506210291066760">iKreations</a></p>
<p><img src="http://www.techbray.com/mnt/local/home/techbray/techbray/wp-content/uploads/2011/11/ikreations.jpg" alt="" title="ikreations" width="586" height="267" class="alignleft size-full wp-image-515" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbray.com/2011/11/how-to-create-a-google-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to implement &#8220;do a barrel roll&#8221; using css3 like google</title>
		<link>http://www.techbray.com/2011/11/how-to-implement-do-a-barrel-roll-using-css3-like-google/</link>
		<comments>http://www.techbray.com/2011/11/how-to-implement-do-a-barrel-roll-using-css3-like-google/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 16:24:35 +0000</pubDate>
		<dc:creator>Jaan</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[barrel roll]]></category>
		<category><![CDATA[css3 for barrel roll code]]></category>
		<category><![CDATA[css3 transitions]]></category>
		<category><![CDATA[how to do a barrel roll]]></category>

		<guid isPermaLink="false">http://www.techbray.com/?p=488</guid>
		<description><![CDATA[Again, Google entertained it&#8217;s users with a “dο a barrel roll” gimmick which spins the entire search page for this search query. It was a trending topic in twitter. It was done using the css3 transitions &#038; transforms, while showcasing the power of CSS3, a presentation feature of modern browsers. I tried to figure out [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.techbray.com/mnt/local/home/techbray/techbray/wp-content/uploads/2011/11/Barrelroll.jpg" alt="" title="Barrelroll" width="546" height="295" class="alignleft size-full wp-image-491" /></p>
<p>Again, Google entertained it&#8217;s users with a “<strong>dο a barrel roll</strong>” gimmick which spins the entire search page for this <a href="http://www.google.com/search?q=do+a+barrel+roll"><strong>search query</strong></a>. It was a trending topic in twitter.<br />
It was done using the css3 transitions &#038; transforms, while showcasing the power of CSS3, a presentation feature of modern browsers.</p>
<p>I tried to figure out the implementation part of it by googling out which didn&#8217;t return me the actual implementation(which works).So I did a small reverse engineering to figure that out.</p>
<p>This purely works on the <a href="http://www.w3.org/TR/css3-transitions/">CSS3 transitions</a> property whose specifications are still in the draft form. So all properties associated with them should be prefixed with &#8220;-moz-&#8221; for use in Gecko (Mozilla Firefox browser). For compatibility with WebKit, you should also use the &#8220;-webkit-&#8221; prefix, and for Opera compatibility, use the &#8220;-o-&#8221; prefix.<br />
You would specify the transition property as -moz-transition, -webkit-transition, and -o-transition.</p>
<p>Add this styles for body tag which performs the spin (alternately you can use the class as well) compatible with latest of the browsers.</p>
<p><strong>body{<br />
-moz-animation-name: roll;<br />
-moz-animation-duration: 4s; //spin 360 deg in 4 sec<br />
-moz-animation-iteration-count: 1; //spin only once<br />
-o-animation-name: roll;<br />
-o-animation-duration: 4s;<br />
-o-animation-iteration-count: 1;<br />
-webkit-animation-name: roll;<br />
-webkit-animation-duration: 4s;<br />
-webkit-animation-iteration-count: 1;<br />
} </strong></p>
<p>The CSS function rule &#8220;roll&#8221; is defined to rotate 360 deg.<br />
<strong>@-moz-keyframes roll { 100% { -moz-transform: rotate(360deg); } }</strong> </p>
<p>The basic version of code which can be used/tested.</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;style&gt;</p>
<p>@-moz-keyframes roll { 100% { -moz-transform: rotate(360deg); } }<br />
@-o-keyframes roll { 100% { -o-transform: rotate(360deg); } }<br />
@-webkit-keyframes roll { 100% { -webkit-transform: rotate(360deg); } }</p>
<p>body{<br />
-moz-animation-name: roll;<br />
-moz-animation-duration: 4s;<br />
-moz-animation-iteration-count: 1;<br />
-o-animation-name: roll;<br />
-o-animation-duration: 4s;<br />
-o-animation-iteration-count: 1;<br />
-webkit-animation-name: roll;<br />
-webkit-animation-duration: 4s;<br />
-webkit-animation-iteration-count: 1;<br />
}  </p>
<p>&lt;/style&gt;</p>
<p>&lt;/head&gt;<br />
&lt;body &gt; </p>
<p>&lt;p&gt;Go ahead &#038; do a barrel roll  on your site&lt;/p&gt;<br />
&lt;p&gt;Go ahead &#038; do a barrel roll  on your site&lt;/p&gt;<br />
&lt;p&gt;Share it, if you like it&lt;/p&gt;<br />
&lt;p&gt;Share it, if you like it&lt;/p&gt;<br />
&lt;p&gt;Thank you &lt;/p&gt;<br />
&lt;p&gt;Thank you &lt;/p&gt; </p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;         </p>
<p>Since this feature is still in development in some browsers, this may not work in older browsers.<br />
The same effect can be achieved by entering &#8220;Z or R twice&#8221; into the search bar. </p>
<p><em>If you wanna know how i did to this site(If you have not seen it while page the loaded, just refresh the page):</em></p>
<p>Added a below javascript to add a css class <strong>&#8220;barrel-roll&#8221;</strong> to the body with the above properties after 3 secs to allow page load.</p>
<p><em>if(location.href.match(&#8216;do-a-barrel-roll&#8217;)){  //check if URL has barrel roll text<br />
    setTimeout(&#8220;document.getElementsByTagName(&#8216;body&#8217;)[0].className=&#8217;barrel-roll&#8217;;&#8221;,3000);<br />
}</em></p>
<style>
@-moz-keyframes roll { 100% { -moz-transform: rotate(360deg); } }
@-o-keyframes roll { 100% { -o-transform: rotate(360deg); } }
@-webkit-keyframes roll { 100% { -webkit-transform: rotate(360deg); } }
.barrel-roll{
-moz-animation-name: roll;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: 1;
-o-animation-name: roll;
-o-animation-duration: 4s;
-o-animation-iteration-count: 1;
-webkit-animation-name: roll;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: 1;
}
</style>
<p><script>
if(location.href.match('do-a-barrel-roll')){
    setTimeout("document.getElementsByTagName('body')[0].className='barrel-roll';",2000);
}
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbray.com/2011/11/how-to-implement-do-a-barrel-roll-using-css3-like-google/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to copy settings from Mozilla firefox from one machine to other.</title>
		<link>http://www.techbray.com/2011/10/how-to-copy-settings-from-mozilla-firefox-from-one-machine-to-other/</link>
		<comments>http://www.techbray.com/2011/10/how-to-copy-settings-from-mozilla-firefox-from-one-machine-to-other/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 16:49:36 +0000</pubDate>
		<dc:creator>Jaan</dc:creator>
				<category><![CDATA[How To's]]></category>

		<guid isPermaLink="false">http://www.techbray.com/?p=452</guid>
		<description><![CDATA[How to copy settings from Mozilla firefox from one machine to other.
Users can copy the bookmarks, proxy settings, pages, history, add on's, extension's and many more features with the below steps.]]></description>
			<content:encoded><![CDATA[<p>If you are a web developer you would have encountered this very often when you shift your machines or change you machines.<br />
Users can copy the bookmarks, proxy settings, pages, history, add on&#8217;s, extension&#8217;s and many more features with the below steps.</p>
<p>1. Click on the windows button &amp; enter %AppData% as below (In win xp click &#8220;Run&#8221;).</p>
<p><img class="size-full wp-image-453 alignleft" src="http://www.techbray.com/mnt/local/home/techbray/techbray/wp-content/uploads/2011/10/bloh-photos.jpg" alt="" width="426" height="216" /></p>
<p>2.Copy the entire &#8220;mozilla&#8221; folder from old machine to any USB drive.<br />
3.In the new machine again follow step 1 &amp; paste the Copied &#8220;mozilla&#8221; folder.<br />
4. Voila!!!! you get all your data back from old machine to the new one like bookmarks, proxy settings, pages, history, add-on&#8217;s, extension&#8217;s</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbray.com/2011/10/how-to-copy-settings-from-mozilla-firefox-from-one-machine-to-other/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to go back to the previous Facebook user interface</title>
		<link>http://www.techbray.com/2011/09/how-to-go-back-to-the-previous-facebook-user-interface/</link>
		<comments>http://www.techbray.com/2011/09/how-to-go-back-to-the-previous-facebook-user-interface/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 18:41:21 +0000</pubDate>
		<dc:creator>Jaan</dc:creator>
				<category><![CDATA[How To's]]></category>

		<guid isPermaLink="false">http://www.techbray.com/?p=434</guid>
		<description><![CDATA[How to go back to the previous Facebook user interface]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-435" title="Facebook " src="http://www.techbray.com/mnt/local/home/techbray/techbray/wp-content/uploads/2011/09/facebook.jpg" alt="" width="512" height="294" /></p>
<p>If you are not happy with the changes <a title="facebook" href="http://www.facebook.com">Facebook</a>  has done with regards to the News Feed there’s an easy way to revert back to the <strong>old Facebook user interface.</strong></p>
<p>Simply go to your <strong>Account Settings</strong> and change your language to anything except <strong>&#8220;English (US)&#8221;</strong>.</p>
<p>As an alternate you can select the ‘English (UK)’ if you only speak English and it will change back to the<strong> previous layout/ user interface</strong>.</p>
<p>Once Facebook rolls out the new UI across all territories / languages , this fix may not work. So this is merely a temporary ‘fix’ if you are hating the new interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbray.com/2011/09/how-to-go-back-to-the-previous-facebook-user-interface/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Text with moving backgrounds using jQuery</title>
		<link>http://www.techbray.com/2010/01/text-with-moving-backgrounds-using-jquery/</link>
		<comments>http://www.techbray.com/2010/01/text-with-moving-backgrounds-using-jquery/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 17:04:42 +0000</pubDate>
		<dc:creator>Jaan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.techbray.com/?p=355</guid>
		<description><![CDATA[I have come across a wonderful article on Gayadesign on how to create a moving backgrounds for text using jquery like flash. Read more on gayadesign >>]]></description>
			<content:encoded><![CDATA[<p>I have come across a wonderful article on Gayadesign on how to create a moving backgrounds for text using jquery like flash.</p>
<p><img src="http://www.techbray.com/wp-content/uploads/2010/01/textjquery.jpg" alt="textjquery" title="textjquery" width="600" height="549" class="alignleft size-full wp-image-356" /></p>
<p><a href="http://www.gayadesign.com/diy/text-with-moving-backgrounds-with-jquery/" target="_blank">Read more on gayadesign >> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbray.com/2010/01/text-with-moving-backgrounds-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Colorful Clock With CSS &amp; jQuery</title>
		<link>http://www.techbray.com/2009/12/a-colorful-clock-with-css-jquery/</link>
		<comments>http://www.techbray.com/2009/12/a-colorful-clock-with-css-jquery/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 05:34:46 +0000</pubDate>
		<dc:creator>Jaan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Clocks]]></category>

		<guid isPermaLink="false">http://www.techbray.com/?p=336</guid>
		<description><![CDATA[A wonderful clock design explained on tutorialzine site using css &#038; jquery. Read more >>]]></description>
			<content:encoded><![CDATA[<p>A wonderful clock design explained on tutorialzine site using css &#038; jquery.</p>
<p><img src="http://www.techbray.com/wp-content/uploads/2010/01/clock.jpg" alt="clock" title="clock" width="600" height="260" class="alignleft size-full wp-image-337" /></p>
<p><strong><a href="http://tutorialzine.com/2009/12/colorful-clock-jquery-css/">Read more >></a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbray.com/2009/12/a-colorful-clock-with-css-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to highlight the important keywords in text using jQuery.</title>
		<link>http://www.techbray.com/2009/12/how-to-highlight-the-important-keywords-in-text-using-jquery/</link>
		<comments>http://www.techbray.com/2009/12/how-to-highlight-the-important-keywords-in-text-using-jquery/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 17:03:34 +0000</pubDate>
		<dc:creator>Jaan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.techbray.com/?p=348</guid>
		<description><![CDATA[A solution to highlight identified keywords (using named entity recognition) inside the chunk of user generated text had been posted on 5thirtyone .Look at the below pictures which demonstrates the actual working. With format selected, highlights the particular meaningful text. Read more on 5thirtyone >>]]></description>
			<content:encoded><![CDATA[<p>A solution to highlight identified keywords (using named entity recognition) inside the chunk of user generated text had been posted on 5thirtyone .Look at the below pictures which demonstrates the actual working.<br />
<img src="http://www.techbray.com/wp-content/uploads/2010/01/img1.jpg" alt="img1" title="img1" width="564" height="504" class="alignleft size-full wp-image-349" /><br />
With format selected, highlights the particular meaningful text.<br />
<img src="http://www.techbray.com/wp-content/uploads/2010/01/img2.png" alt="img2" title="img2" width="558" height="499" class="alignleft size-full wp-image-350" /></p>
<p><a href="http://5thirtyone.com/archives/2206">Read more on 5thirtyone >></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbray.com/2009/12/how-to-highlight-the-important-keywords-in-text-using-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Click and Increase the Size of an Image using jQuery</title>
		<link>http://www.techbray.com/2009/12/click-and-increase-the-size-of-an-image-using-jquery/</link>
		<comments>http://www.techbray.com/2009/12/click-and-increase-the-size-of-an-image-using-jquery/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:26:24 +0000</pubDate>
		<dc:creator>Jaan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tips 'N' Tricks]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.techbray.com/?p=331</guid>
		<description><![CDATA[The article on dotnetcurry demonstrates how to click and view a larger image when the thumbnail is clicked on. Read more on dotnetcurrey.com]]></description>
			<content:encoded><![CDATA[<p>The article on dotnetcurry demonstrates how to click and view a larger image when the thumbnail is clicked on.<img src="http://www.techbray.com/wp-content/uploads/2009/12/imageincrease.jpg" alt="imageincrease" title="imageincrease" width="600" height="527" class="alignleft size-full wp-image-332" /> </p>
<p><a href="http://www.dotnetcurry.com/ShowArticle.aspx?ID=437&#038;utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%253a+netCurryRecentArticles+%28.NET+Curry%253a+Recent+Microsoft+ASP.NET%252c+Silverlight%252c+WinForms%252c+Vista%252c+C%2523%252c+VB.NET+Articles%29&#038;utm_content=Google+Reader&#038;AspxAutoDetectCookieSupport=1" target="_blank" >Read more on dotnetcurrey.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbray.com/2009/12/click-and-increase-the-size-of-an-image-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable the right click using jQuery</title>
		<link>http://www.techbray.com/2009/12/how-to-disable-the-right-click-using-jquery/</link>
		<comments>http://www.techbray.com/2009/12/how-to-disable-the-right-click-using-jquery/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 18:17:24 +0000</pubDate>
		<dc:creator>Jaan</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tips 'N' Tricks]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.techbray.com/?p=343</guid>
		<description><![CDATA[How to disable the right click using jquery]]></description>
			<content:encoded><![CDATA[<p>Some of us might want to disable the mouse right click .Below simple code snippet can be  used to d the job easily using jQuery.</p>
<p><code>$(document).ready(function(){<br />
    $(document).bind("contextmenu",function(e){<br />
        return false;<br />
    });<br />
});</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbray.com/2009/12/how-to-disable-the-right-click-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prevent form submission when enter key is pressed using jquery.</title>
		<link>http://www.techbray.com/2009/12/how-to-prevent-form-submission-when-enter-key-is-pressed-using-jquery/</link>
		<comments>http://www.techbray.com/2009/12/how-to-prevent-form-submission-when-enter-key-is-pressed-using-jquery/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 09:02:39 +0000</pubDate>
		<dc:creator>Jaan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.techbray.com/?p=353</guid>
		<description><![CDATA[As a web developer, most of the times you would have to do some functionality / operation before form gets submitted.By default form gets submitted on click of enter key when the input field is focussed.Below code snipppet can be used to avoid default form submision. $(document).ready(function() { $(&#8220;form&#8221;).bind(&#8220;keypress&#8221;, function(e) { if (e.keyCode == 13) [...]]]></description>
			<content:encoded><![CDATA[<p>As a web developer, most of the times you would have to do some functionality / operation before form gets submitted.By default form gets submitted on click of enter key when the input field is focussed.Below code snipppet can be used to avoid default form submision.</p>
<p>  $(document).ready(function() {<br />
         $(&#8220;form&#8221;).bind(&#8220;keypress&#8221;, function(e) {<br />
             if (e.keyCode == 13) {<br />
                 searchFunc($(&#8220;#searchInput&#8221;).attr(&#8216;value&#8217;)); //perform some operation<br />
                 return false;<br />
            }<br />
         });<br />
     }); </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbray.com/2009/12/how-to-prevent-form-submission-when-enter-key-is-pressed-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

