<?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>Technoticles&#187; facebook</title>
	<atom:link href="http://technoticles.com/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoticles.com</link>
	<description>(Techno)logy + Ar(ticles) = Technoticles</description>
	<lastBuildDate>Tue, 24 Jan 2012 07:26:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google&#8217;s new +1</title>
		<link>http://technoticles.com/2011/03/31/googles-new-1/</link>
		<comments>http://technoticles.com/2011/03/31/googles-new-1/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 07:40:07 +0000</pubDate>
		<dc:creator>technoticles</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[like]]></category>

		<guid isPermaLink="false">http://technoticles.com/?p=532</guid>
		<description><![CDATA[The coolest thing i always liked about the &#8216;Like&#8217; button was that it was a master stroke by Facebook in terms of &#8216;Light Communication&#8217;. I know a lot of people who would never comment on anything on facebook but they use the &#8216;Like&#8217; button pretty often.

Today Google has come out with its new +1 product, [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding-bottom: 10px;">The coolest thing i always liked about the &#8216;Like&#8217; button was that it was a master stroke by Facebook in terms of &#8216;Light Communication&#8217;. I know a lot of people who would never comment on anything on facebook but they use the &#8216;Like&#8217; button pretty often.</div>
<div style="text-align: center;"><a href="http://technoticles.com/wp-content/uploads/google_1_button.jpg"><img class="size-full wp-image-537 aligncenter" title="google_1_button" src="http://technoticles.com/wp-content/uploads/google_1_button.jpg" alt="" height="130" /></a></div>
<div style="text-align: left; padding-top: 10px;">Today Google has come out with its new +1 product, which is pretty much like the Facebook Like button. Data from this product will provide Google with a tremendous amount of data to analyse the quality of sites as well as keep a track on the tastes of its users. Though the company says that the data will not be used to influence its search results, but this could be a major step towards building a great semantic search engine where the user&#8217;s taste will come to play a major role in the search results returned.</div>
<div style="text-align: left; padding-top: 20px;">Some relevant link here:</div>
<ul style="text-align: left;">
<li><a href="http://googleblog.blogspot.com/2011/03/1s-right-recommendations-right-when-you.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+blogspot%2FMKuf+%28Official+Google+Blog%2" target="_blank">Google&#8217;s official blog</a></li>
<li><a href="http://www.google.com/+1/button/" target="_blank">Watch the official Video here</a></li>
<li style="text-align: left;"><a href="http://searchengineland.com/googles-1-a-potential-boon-to-paid-search-marketers-70836" target="_blank">A potential boon to paid search marketers (www.</a><a href="http://searchengineland.com/">searchengineland.com)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://technoticles.com/2011/03/31/googles-new-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating a FBML facebook app in php</title>
		<link>http://technoticles.com/2011/02/08/creating-a-fbml-facebook-app-in-php/</link>
		<comments>http://technoticles.com/2011/02/08/creating-a-fbml-facebook-app-in-php/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 06:22:23 +0000</pubDate>
		<dc:creator>technoticles</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fbml]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://technoticles.com/?p=507</guid>
		<description><![CDATA[I am in the process of writing my first facebook app using FBML and below i am documenting anything that is worth remembering. I&#8217;ll keep editing this post as and when i hit more roadblocks.
Finding your apps
First of all I always find it difficult to find where my apps are on Facebook. So i thought [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: left;" dir="ltr">I am in the process of writing my first facebook app using FBML and below i am documenting anything that is worth remembering. I&#8217;ll keep editing this post as and when i hit more roadblocks.</p>
<p><strong>Finding your apps</strong><br />
First of all I always find it difficult to find where my apps are on Facebook. So i thought i&#8217;ll keep the url bookmarked:  <a href="http://www.facebook.com/developers/apps.php">http://www.facebook.com/developers/apps.php</a></p>
<p><strong>Using WAMP</strong><br />
I am a lazy person and like out of the box solutions. So for a windows machine WAMP gave me apache, php and mysql bundled.</p>
<ul style="text-align: left;">
<li>Install wamp</li>
<li>Open port 8080 for external access, make sure the machine can be accessed from outside your domain</li>
<li>To create fbml app you might have to work directly on the server, to see results at runtime</li>
<li>create you app folder in the www folder</li>
<li>Start all services in wamp</li>
</ul>
<p><span id="more-507"></span></p>
<ul style="text-align: left;"></ul>
<div><strong>Enabling Curl on windows</strong></div>
<p>I was working on a IIS server and it did not have curl enabled.<br />
To enable curl:</p>
<ul style="text-align: left;">
<li>edit php.ini in \bin\php\(your version of php)\ and</li>
<li>edit php.ini in \bin\Apache\(your version of apache)\bin\ folders.</li>
<li>search for curl and uncomment this line -  extension=php_curl.dll</li>
</ul>
<div><strong>Create the basic app</strong></div>
<div>
<ul style="text-align: left;">
<li>Download the facebook php sdk</li>
<li>remove the version number from name the facebook sdk folder, such its name becomes facebook-php-sdk</li>
<li>Copy the example.php file from facebook-php-sdk/examples folder to the root folder and rename it to index.php</li>
<li>So now if the name of you app folder is XYZ, the you should be able to access your app from the browser using the url &#8211; :8080//index.php</li>
</ul>
<div><strong>Integrating the app into Facebook</strong> (so that you can add it as a tab)</div>
</div>
<div>
<ul style="text-align: left;">
<li>Register your Facebook app here : <a href="http://www.facebook.com/developers/createapp.php">http://www.facebook.com/developers/createapp.php</a></li>
<li>Put in the settings as below</li>
</ul>
<p><span style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 11px; color: #333333;"> </span></p>
<table class="UISettingsEditor_table" style="width: 720px;">
<tbody>
<tr>
<td class="UISettingsEditor_label" style="color: #555555; font-size: 11px; font-weight: bold; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: right; vertical-align: top; width: 150px;">Canvas Page</td>
<td class="UISettingsEditor_content" style="font-size: 11px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top; width: 320px;">http://apps.facebook.com/</p>
<input id="short_app_name" class="inputtext" style="-webkit-appearance: none; border-bottom-left-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 11px; margin-bottom: 0px; margin-left: 3px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 3px; padding-right: 3px; padding-top: 3px; width: 100px; border: 1px solid #bdc7d8;" maxlength="20" name="short_app_name" size="18" type="text" value="xyz" />/</td>
<td class="UISettingsEditor_desc" style="color: #555555; font-size: 9px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top;">The base URL of your app on Facebook</td>
</tr>
<tr>
<td class="UISettingsEditor_label" style="color: #555555; font-size: 11px; font-weight: bold; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: right; vertical-align: top; width: 150px;">Canvas URL</td>
<td class="UISettingsEditor_content" style="font-size: 11px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top; width: 320px;">
<input id="callback_url" class="inputtext" style="-webkit-appearance: none; border-bottom-left-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 11px; padding-bottom: 4px; padding-left: 3px; padding-right: 3px; padding-top: 3px; width: 310px; margin: 0px; border: 1px solid #bdc7d8;" maxlength="200" name="callback_url" size="40" type="text" value="http://&lt;server ip&gt;:8080/xyz/" /></td>
<td class="UISettingsEditor_desc" style="color: #555555; font-size: 9px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top;">Facebook pulls the content for your app&#8217;s canvas pages from this base URL</td>
</tr>
<tr>
<td class="UISettingsEditor_label" style="color: #555555; font-size: 11px; font-weight: bold; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: right; vertical-align: top; width: 150px;">Secure Canvas URL</td>
<td class="UISettingsEditor_content" style="font-size: 11px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top; width: 320px;">
<input id="secure_callback_url" class="inputtext" style="-webkit-appearance: none; border-bottom-left-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 11px; padding-bottom: 4px; padding-left: 3px; padding-right: 3px; padding-top: 3px; width: 310px; margin: 0px; border: 1px solid #bdc7d8;" maxlength="200" name="secure_callback_url" size="40" type="text" value="https://&lt;server ip&gt;:8080/xyz/" /></td>
<td class="UISettingsEditor_desc" style="color: #555555; font-size: 9px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top;">Facebook uses this secure version of the Canvas URL when your app is accessed by a user over a secure connection (https).</td>
</tr>
<tr>
<td class="UISettingsEditor_label" style="color: #555555; font-size: 11px; font-weight: bold; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: right; vertical-align: top; width: 150px;">Canvas Type</td>
<td class="UISettingsEditor_content" style="font-size: 11px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top; width: 320px;">
<input id="use_iframe_1" class="inputradio" style="margin-bottom: 0px; margin-left: 0px; margin-right: 5px; margin-top: 0px; vertical-align: middle; padding: 0px;" name="use_iframe" type="radio" value="1" /><label id="label_use_iframe_1" style="color: black; cursor: pointer; font-weight: normal; margin-right: 15px; vertical-align: middle;" for="use_iframe_1">IFrame</label></p>
<input id="use_iframe_0" class="inputradio" style="margin-bottom: 0px; margin-left: 0px; margin-right: 5px; margin-top: 0px; vertical-align: middle; padding: 0px;" checked="checked" name="use_iframe" type="radio" value="0" /><label id="label_use_iframe_0" style="color: black; cursor: pointer; font-weight: normal; margin-right: 15px; vertical-align: middle;" for="use_iframe_0">FBML</label></td>
<td class="UISettingsEditor_desc" style="color: #555555; font-size: 9px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top;">Choose whether your Canvas URL renders HTML in an iframe or returns FBML</td>
</tr>
<tr>
<td class="UISettingsEditor_label" style="color: #555555; font-size: 11px; font-weight: bold; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: right; vertical-align: top; width: 150px;">IFrame Size</td>
<td class="UISettingsEditor_content" style="font-size: 11px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top; width: 320px;">
<input id="iframe_enable_util_0" class="inputradio" style="margin-bottom: 0px; margin-left: 0px; margin-right: 5px; margin-top: 0px; vertical-align: middle; padding: 0px;" checked="checked" name="iframe_enable_util" type="radio" value="0" /><label id="label_iframe_enable_util_0" style="color: black; cursor: pointer; font-weight: normal; margin-right: 15px; vertical-align: middle;" for="iframe_enable_util_0">Show scrollbars</label></p>
<input id="iframe_enable_util_1" class="inputradio" style="margin-bottom: 0px; margin-left: 0px; margin-right: 5px; margin-top: 0px; vertical-align: middle; padding: 0px;" name="iframe_enable_util" type="radio" value="1" /><label id="label_iframe_enable_util_1" style="color: black; cursor: pointer; font-weight: normal; margin-right: 15px; vertical-align: middle;" for="iframe_enable_util_1">Auto-resize</label></td>
</tr>
</tbody>
</table>
</div>
<div>The Page Tabs settings:<span style="color: #333333; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 11px;"> </span></p>
<table class="UISettingsEditor_table" style="width: 720px;">
<tbody>
<tr>
<td style="font-size: 11px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top;" colspan="3">
<h3 class="UISettingsEditor_section_header " style="background-attachment: initial; background-clip: initial; background-color: #dedede; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #333333; display: block; font-size: 11px; font-weight: bold; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 15px; padding-bottom: 2px; padding-left: 8px; padding-right: 8px; padding-top: 2px;">Page Tabs</h3>
</td>
</tr>
<tr>
<td class="UISettingsEditor_label" style="color: #555555; font-size: 11px; font-weight: bold; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: right; vertical-align: top; width: 150px;">Tab Name</td>
<td class="UISettingsEditor_content" style="font-size: 11px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top; width: 320px;">
<input id="tab_default_name" class="inputtext" style="-webkit-appearance: none; border-bottom-left-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 11px; padding-bottom: 4px; padding-left: 3px; padding-right: 3px; padding-top: 3px; width: 310px; margin: 0px; border: 1px solid #bdc7d8;" maxlength="16" name="tab_default_name" size="40" type="text" value="tab1" /></td>
<td class="UISettingsEditor_desc" style="color: #555555; font-size: 9px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top;">The title of your tab on a Page</td>
</tr>
<tr>
<td class="UISettingsEditor_label" style="color: #555555; font-size: 11px; font-weight: bold; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: right; vertical-align: top; width: 150px;">Tab URL</td>
<td class="UISettingsEditor_content" style="font-size: 11px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top; width: 320px;">http://apps.facebook.com/app_name/</p>
<input id="profile_tab_url" class="inputtext" style="-webkit-appearance: none; border-bottom-left-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 11px; margin-bottom: 0px; margin-left: 3px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 3px; padding-right: 3px; padding-top: 3px; width: 100px; border: 1px solid #bdc7d8;" maxlength="100" name="profile_tab_url" size="40" type="text" value="index.php" /></td>
<td class="UISettingsEditor_desc" style="color: #555555; font-size: 9px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top;">Facebook pulls content for your tab from this URL, which must be relative to your Canvas Page</td>
</tr>
<tr>
<td class="UISettingsEditor_label" style="color: #555555; font-size: 11px; font-weight: bold; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: right; vertical-align: top; width: 150px;">Edit URL</td>
<td class="UISettingsEditor_content" style="font-size: 11px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top; width: 320px;">
<input id="edit_url" class="inputtext" style="-webkit-appearance: none; border-bottom-left-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 11px; padding-bottom: 4px; padding-left: 3px; padding-right: 3px; padding-top: 3px; width: 310px; margin: 0px; border: 1px solid #bdc7d8;" maxlength="200" name="edit_url" size="40" type="text" /></td>
<td class="UISettingsEditor_desc" style="color: #555555; font-size: 9px; padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top;">URL at which Page administrators can edit app settings</td>
</tr>
<tr>
<td style="padding-bottom: 0px; padding-left: 10px; padding-right: 20px; padding-top: 7px; text-align: left; vertical-align: top;" colspan="3">
<div class="submit_buttons" style="border-top-color: #cccccc; border-top-style: solid; border-top-width: 1px; margin-top: 5px; padding-top: 15px; text-align: center;"><span style="color: white; font-family: Arial; font-size: x-small;"><span style="white-space: pre;"><br />
</span></span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div>Save these settings and you are good to go on your first Facebook app.</p>
<p><strong>Adding the App tab to a facebook page</strong></p>
<ul style="text-align: left;">
<li>Create a facebook page</li>
<li>Till the app is published the general public cannot add the app tab to their page.But as an admin you have this facility</li>
<li>Navigate to your apps profile page and select the &#8220;Add to my page&#8221; option in the left menu.</li>
<li>Select the Page you just created</li>
<li>And you would be able to see the Tab1 (the title you put in the tab settings page) as one of the tabs in your page</li>
</ul>
</div>
<div><strong>References to create FB apps</strong></div>
<div>
<ul style="text-align: left;">
<li>One of the better reference sites: <a href="http://www.webdigi.co.uk/blog/2010/creating-a-custom-facebook-page/">http://www.webdigi.co.uk/blog/2010/creating-a-custom-facebook-page/</a></li>
<li>FB app samples: <a href="http://developers.facebook.com/docs/samples">http://developers.facebook.com/docs/samples</a></li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://technoticles.com/2011/02/08/creating-a-fbml-facebook-app-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook, Linked In, Twitter authetication integration for Rails</title>
		<link>http://technoticles.com/2010/06/03/facebook-linked-in-twitter-authetication-integration-for-rails/</link>
		<comments>http://technoticles.com/2010/06/03/facebook-linked-in-twitter-authetication-integration-for-rails/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 20:45:58 +0000</pubDate>
		<dc:creator>technoticles</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[api integration]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[linked in]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://technoticles.com/?p=446</guid>
		<description><![CDATA[It become a default assumption in all new web applications (that I have worked on or read about) to have an integration with either facebook, twitter, linked in, or all the three.
Working with these on rails is no longer rocket science as the various plug-in and gems do most of the work for us. I [...]]]></description>
			<content:encoded><![CDATA[<p>It become a default assumption in all new web applications (that I have worked on or read about) to have an integration with either facebook, twitter, linked in, or all the three.</p>
<p>Working with these on rails is no longer rocket science as the various plug-in and gems do most of the work for us. I thought it would be appropriate to create a place for my reference as well as that of others to collect some good tutorials that allow us to do these integrations.  To start off, I am adding a few good ones that I have referred to or those that have a lucid explanation and are a good read.</p>
<p><strong><span id="more-446"></span>Facebook</strong></p>
<ul>
<li><a href="http://madebymany.co.uk/tutorial-for-restful_authentication-on-rails-with-facebook-connect-in-15-minutes-00523">restful_authentication for facebook </a> (by Stuart Eccles)</li>
<li><a href="http://wiki.developers.facebook.com/index.php/User:Using_Ruby_on_Rails_with_Facebook_Platform">facebook&#8217;s page explaining methods to integrate Rails projects with the Facebook platform</a></li>
</ul>
<p><strong>Twitter</strong></p>
<ul>
<li><a href="http://avandamiri.com/2010/01/13/integrating-twitter-authentication-with-rails.html">oAuth authentication for twitter</a> (by Avand Amiri)</li>
<li><a href="http://apiwiki.twitter.com/OAuth-Examples">list of oAuth examples in various languages @ twitter.com</a></li>
</ul>
<p><strong>Linked In</strong></p>
<ul>
<li><a href="http://wynnnetherland.com/2009/11/link-linkedin-into-your-next-ruby-application/">oAuth integration for LinkedIn with the twitter gem</a> (by Wynn Netherland)</li>
<li><a href="http://blog.linkedin.com/2010/04/29/linkedin-platform-oauth/">alternative to oAuth to authenticate with LinkedIn</a> (by Paul Lindner)</li>
</ul>
<p>Hope this helps and do comment with more such tutorials that you find on  these social networking integrations. I&#8217;ll keep adding to this list as and when I find good new tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoticles.com/2010/06/03/facebook-linked-in-twitter-authetication-integration-for-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Utilization or Wastage @ Social Networking Sites</title>
		<link>http://technoticles.com/2010/04/14/time-utilization-or-wastage-social-networking-sites/</link>
		<comments>http://technoticles.com/2010/04/14/time-utilization-or-wastage-social-networking-sites/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 18:03:48 +0000</pubDate>
		<dc:creator>harshit</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://technoticles.com/?p=429</guid>
		<description><![CDATA[Networking, I have been listening to this word all the time. It may be of the features to achieve success.  Have contacts, find new friends, find reason to talk to people etc etc … so that one can have a good network and it can help me in future.
Well this was or may be the idea [...]]]></description>
			<content:encoded><![CDATA[<p>Networking, I have been listening to this word all the time. It may be of the features to achieve success.  Have contacts, find new friends, find reason to talk to people etc etc … so that one can have a good network and it can help me in future.</p>
<p>Well this was or may be the idea the social networking sites came into existence. I started with Orkut, then MySpace and now Facebook. Firstly I was amazed with the concept and features provided by these sites but now it has changed.</p>
<p>Wow !! was my reaction when I first logged into Orkut. Within few weeks I found it pretty cool that I have 500+ friends and I can keep contact with them forever. I can see what a friend is upto or can join various fans group, create my own group, plays games and the list can go on….<span id="more-429"></span> Daily in evening like a habit I will check my wall or any updates or watch some funny videos and spend time by updating my status and waiting for my friends reply or commenting on other walls.</p>
<p>OOOF !! I never realized that this habit has become an addiction and everyday when I get a free time I will login to these sites or keep on refreshing my page so that I can be first one to see other updates.</p>
<p>The networking site represents me as a “proxy” or my “clone” (let me use some technical words, feels good) on the internet. These days it has become a status symbol. I was completely surprised when my friend said “Kul, you have 500+ friends. You me be a popular guy “. Not only this , various companies are checking the profiles of candidate at these sites and trying to judge them before taking interview which I feel is questionable. Also I have been reading about the research done in this field to understand the behavior of users and various social networking models. That’s too much of work I believe.</p>
<p>But lately I realized that the amount of time I am spent on this had increased and my actual productivity towards other things has decreased. These sites don’t bring out anything good or make one an expert or be useful in any way. Also some of the best minds are working in developing these sites and keeping it active whereas that talent could be used to build something more meaningful.</p>
<p>I am not  against the social networking site but I guess these should be used for something more other than chat ,gossip, ’like this’ and upload photos.</p>
<p><em> Note: These are just my views and doesn&#8217;t intend to harm or hamper the images of social networking sites</em></p>
]]></content:encoded>
			<wfw:commentRss>http://technoticles.com/2010/04/14/time-utilization-or-wastage-social-networking-sites/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Which do you think are the most innovative companies?</title>
		<link>http://technoticles.com/2010/02/20/the-most-innovative-companies-2010/</link>
		<comments>http://technoticles.com/2010/02/20/the-most-innovative-companies-2010/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 00:10:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[ideo]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[ipl]]></category>

		<guid isPermaLink="false">http://technoticles.com/?p=205</guid>
		<description><![CDATA[ Fast Company magazine recently published the list of Most Innovative Companies 2010.
Facebook jumped from its no.15 ranking last year to top the chart this time, while amazon jumped from no.9 to no.2.

Interestingly there is a link specific to most innovative Indian companies and the leader of this lot is the Indian Premier League.

In the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fastcompany.com/mic/2010"> Fast Company</a> magazine recently published the list of <em>Most Innovative Companies 2010</em>.</p>
<p><strong>Facebook </strong>jumped from its no.15 ranking last year to top the chart this time, while amazon jumped from no.9 to no.2.</p>
<p style="text-align: center;"><a href="http://technoticles.com/wp-content/uploads/facebook.png"><img class="size-full wp-image-208 aligncenter" title="facebook" src="http://technoticles.com/wp-content/uploads/facebook.png" alt="facebook icon" width="92" height="92" /></a></p>
<p>Interestingly there is a link specific to most innovative Indian companies and the leader of this lot is the <a href="http://en.wikipedia.org/wiki/Indian_Premier_League">Indian Premier League</a>.</p>
<p style="text-align: center;"><a href="http://technoticles.com/wp-content/uploads/ipl.jpg"><img class="size-medium wp-image-209 aligncenter" title="ipl" src="http://technoticles.com/wp-content/uploads/ipl-300x234.jpg" alt="ipl logo" width="134" height="105" /></a></p>
<p>In the Design section <a href="http://en.wikipedia.org/wiki/Indian_Premier_League">IDEO</a>, my personal favorite, comes second to the <strong>BMW Group Designwork</strong><strong>s</strong>.</p>
<p><span id="more-205"></span><strong><a href="http://www.filife.com/info/about">FiLife </a></strong>tops the charts in the finance section, <a href="http://en.wikipedia.org/wiki/First_Solar">First Solar</a> leads the energy charts while <a href="http://en.wikipedia.org/wiki/Alstom">Alstom </a>leads the transportation rankings.</p>
<p>These are the<a href="http://www.fastcompany.com/tag/most-innovative-companies"> Fast Company rankings</a> but we would love to know which is the most innovative companies according to you?</p>
]]></content:encoded>
			<wfw:commentRss>http://technoticles.com/2010/02/20/the-most-innovative-companies-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

