<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sathya&#039;s Blog</title>
	<atom:link href="http://meetsathya.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://meetsathya.wordpress.com</link>
	<description>Refresh Here...</description>
	<lastBuildDate>Tue, 21 Jun 2011 05:14:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='meetsathya.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/d5f0737ac6ef5e2520c52753108e232d?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Sathya&#039;s Blog</title>
		<link>http://meetsathya.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://meetsathya.wordpress.com/osd.xml" title="Sathya&#039;s Blog" />
	<atom:link rel='hub' href='http://meetsathya.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Bind image in datalist control in Asp.net with C#</title>
		<link>http://meetsathya.wordpress.com/2011/06/21/bind-image-in-datalist-control-in-asp-net-with-c/</link>
		<comments>http://meetsathya.wordpress.com/2011/06/21/bind-image-in-datalist-control-in-asp-net-with-c/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 05:10:27 +0000</pubDate>
		<dc:creator>R Sathiyamoorthi</dc:creator>
		
		<guid isPermaLink="false">http://meetsathya.wordpress.com/?p=104</guid>
		<description><![CDATA[HTML Code of Datalist :- &#60;asp:DataList ID=&#8221;dlImages&#8221; runat=&#8221;server&#8221; RepeatDirection=&#8221;Horizontal&#8221; RepeatColumns=&#8221;2&#8243; BackColor=&#8221;#CCCCCC&#8221; BorderColor=&#8221;#999999&#8243; BorderStyle=&#8221;Solid&#8221; BorderWidth=&#8221;3px&#8221; CellPadding=&#8221;4&#8243; CellSpacing=&#8221;2&#8243; ForeColor=&#8221;Black&#8221; GridLines=&#8221;Both&#8221;&#62; &#60;FooterStyle BackColor=&#8221;#CCCCCC&#8221; /&#62; &#60;ItemTemplate&#62; &#60;table style=&#8221;font-family:Courier New;border-style:dotted;border-width:thick&#8221; &#62; &#60;tr&#62; &#60;td align=&#8221;right&#8221;&#62;Product Name :-&#60;/td&#62; &#60;td&#62;&#60;asp:Label ID=&#8221;lblName&#8221; Text=&#8217;&#60;%# Eval(&#8220;Name&#8221;) %&#62;&#8217; runat=&#8221;server&#8221;&#62;&#60;/asp:Label&#62;&#60;/td&#62; &#60;/tr&#62; &#60;tr&#62; &#60;td valign=&#8221;top&#8221;&#62;Product Image :-&#60;/td&#62; &#60;td&#62;&#60;asp:Image ID=&#8221;imageProduct&#8221; Width=&#8221;150&#8243; Height=&#8221;150&#8243; ImageUrl=&#8217;&#60;%# Eval(&#8220;ImagePath&#8221;) %&#62;&#8217; runat=&#8221;server&#8221; /&#62;&#60;/td&#62; &#60;/tr&#62; &#60;/table&#62; &#60;/ItemTemplate&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=104&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://meetsathya.files.wordpress.com/2011/06/datalist-image-bind.jpg?w=300" alt="" /><br />
<strong>HTML Code of Datalist :-</strong></p>
<p>&lt;asp:DataList<br />
ID=&#8221;dlImages&#8221; runat=&#8221;server&#8221;<br />
RepeatDirection=&#8221;Horizontal&#8221; RepeatColumns=&#8221;2&#8243;<br />
BackColor=&#8221;#CCCCCC&#8221; BorderColor=&#8221;#999999&#8243;<br />
BorderStyle=&#8221;Solid&#8221; BorderWidth=&#8221;3px&#8221;</p>
<p>CellPadding=&#8221;4&#8243;<br />
CellSpacing=&#8221;2&#8243; ForeColor=&#8221;Black&#8221;<br />
GridLines=&#8221;Both&#8221;&gt;</p>
<p>&lt;FooterStyle<br />
BackColor=&#8221;#CCCCCC&#8221; /&gt;</p>
<p>&lt;ItemTemplate&gt;</p>
<p>&lt;table<br />
style=&#8221;font-family:Courier<br />
New;border-style:dotted;border-width:thick&#8221; &gt;</p>
<p>&lt;tr&gt;</p>
<p>&lt;td align=&#8221;right&#8221;&gt;Product<br />
Name :-&lt;/td&gt;</p>
<p>&lt;td&gt;&lt;asp:Label<br />
ID=&#8221;lblName&#8221; Text=&#8217;&lt;%# Eval(&#8220;Name&#8221;) %&gt;&#8217;<br />
runat=&#8221;server&#8221;&gt;&lt;/asp:Label&gt;&lt;/td&gt;</p>
<p>&lt;/tr&gt;</p>
<p>&lt;tr&gt;</p>
<p>&lt;td<br />
valign=&#8221;top&#8221;&gt;Product Image :-&lt;/td&gt;</p>
<p>&lt;td&gt;&lt;asp:Image<br />
ID=&#8221;imageProduct&#8221; Width=&#8221;150&#8243; Height=&#8221;150&#8243;<br />
ImageUrl=&#8217;&lt;%# Eval(&#8220;ImagePath&#8221;) %&gt;&#8217; runat=&#8221;server&#8221;<br />
/&gt;&lt;/td&gt;</p>
<p>&lt;/tr&gt;</p>
<p>&lt;/table&gt;</p>
<p>&lt;/ItemTemplate&gt;</p>
<p>&lt;ItemStyle<br />
BackColor=&#8221;White&#8221; /&gt;</p>
<p>&lt;SeparatorStyle<br />
Font-Bold=&#8221;False&#8221; Font-Italic=&#8221;False&#8221;<br />
Font-Overline=&#8221;False&#8221; Font-Strikeout=&#8221;False&#8221;</p>
<p>Font-Underline=&#8221;False&#8221; /&gt;</p>
<p>&lt;SelectedItemStyle<br />
BackColor=&#8221;#000099&#8243; Font-Bold=&#8221;True&#8221;<br />
ForeColor=&#8221;White&#8221; /&gt;</p>
<p>&lt;HeaderStyle<br />
BackColor=&#8221;Black&#8221; Font-Bold=&#8221;True&#8221;<br />
ForeColor=&#8221;White&#8221; /&gt;</p>
<p>&lt;/asp:DataList&gt;</p>
<pre><code></code>
<strong>c# Code for Bind Image Datalist :</strong></pre>
<div>
<p>protected void<br />
Page_Load(object sender, EventArgs e) {</p>
<p>if (!IsPostBack)</p>
<p>{</p>
<p>dlImages.DataSource =<br />
DataBindInDataLIST();</p>
<p>dlImages.DataBind();</p>
<p>}</p>
<p>}</p>
<p>public DataTable DataBindInDataLIST()</p>
<p>{</p>
<p>//&#8211;Decalration Of Data Table &#8212;//</p>
<p>DataTable Dt = new DataTable();</p>
<p>//&#8211;Decalration Of Data Column&#8212;&#8211;//</p>
<p>DataColumn DCID = new<br />
DataColumn(&#8220;Name&#8221;, typeof(String));</p>
<p>DataColumn DCName = new<br />
DataColumn(&#8220;ImagePath&#8221;, typeof(String));</p>
<p>//&#8211; Add Data Column to DataTable &#8211;//</p>
<p>Dt.Columns.Add(DCID);</p>
<p>Dt.Columns.Add(DCName);</p>
<p>//&#8211; Add Data Rows to DataTable &#8211;//</p>
<p>DataRow Dr1 = Dt.NewRow();</p>
<p>Dr1["ImagePath"] =<br />
&#8220;~\\ProductImage\\Blue hills.jpg&#8221;;</p>
<p>Dr1["Name"] = &#8220;Blue<br />
hills&#8221;;</p>
<p>&nbsp;</p>
<p>DataRow Dr2 = Dt.NewRow();</p>
<p>Dr2["ImagePath"] =<br />
&#8220;ProductImage\\Sunset.jpg&#8221;;</p>
<p>Dr2["Name"] =<br />
&#8220;Sunset&#8221;;</p>
<p>DataRow Dr3 = Dt.NewRow();</p>
<p>Dr3["ImagePath"] =<br />
&#8220;ProductImage\\Water lilies.jpg&#8221;;</p>
<p>Dr3["Name"] = &#8220;Water<br />
lilies&#8221;;</p>
<p>DataRow Dr4 = Dt.NewRow();</p>
<p>Dr4["ImagePath"] =<br />
&#8220;ProductImage\\Winter.jpg&#8221;;</p>
<p>Dr4["Name"] =<br />
&#8220;Winter&#8221;;</p>
<p>Dt.Rows.Add(Dr1);</p>
<p>Dt.Rows.Add(Dr2);</p>
<p>Dt.Rows.Add(Dr3);</p>
<p>Dt.Rows.Add(Dr4);</p>
<p>return Dt;</p>
<p>}</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meetsathya.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meetsathya.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meetsathya.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meetsathya.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meetsathya.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meetsathya.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meetsathya.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meetsathya.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meetsathya.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meetsathya.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meetsathya.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meetsathya.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meetsathya.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meetsathya.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=104&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meetsathya.wordpress.com/2011/06/21/bind-image-in-datalist-control-in-asp-net-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/127b88540fbeb3d29edcf3e076013f21?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">meetsathya</media:title>
		</media:content>

		<media:content url="http://meetsathya.files.wordpress.com/2011/06/datalist-image-bind.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Put Google Search into Inside My Site</title>
		<link>http://meetsathya.wordpress.com/2009/11/04/put-google-search-into-inside-my-site/</link>
		<comments>http://meetsathya.wordpress.com/2009/11/04/put-google-search-into-inside-my-site/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 11:46:46 +0000</pubDate>
		<dc:creator>R Sathiyamoorthi</dc:creator>
				<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://meetsathya.wordpress.com/2009/11/04/put-google-search-into-inside-my-site/</guid>
		<description><![CDATA[oogle is innovaite. They allow my to put Google result inside my own page. This feature was released early August, so I can take advantage of this offer. Let me write down the parameters of this configuration. Please note: This entry is archived under &#8220;backstage &#8221; and is intended to be read only by me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=100&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>oogle is innovaite. They allow my to put Google result inside my own page. This feature was released early August, so I can take advantage of this offer.</p>
<p>Let me write down the parameters of this configuration. Please note: This entry is archived under &#8220;<a href="http://home.wangjianshuo.com/archives/bacstage.htm">backstage</a> &#8221; and is intended to be read only by me and people who are interested in how this site works.</p>
<p><strong>Search Type:</strong> Google WebSearch + SiteSearch<br />
<strong>Enter up to three URLs for SiteSearch</strong>: home.wangjianshuo.com<br />
<strong>Length of text box</strong>: 20 characters<br />
<strong>Customize the type of search results I get to my site content</strong>: Yes<br />
<strong>Choose a profile</strong>: articles<br />
<strong>Site Language</strong>: English<br />
<strong>Opening of search results page</strong>: Open results within my own site<br />
<strong>Enter URL where search results will be displayed</strong>: http://home.wangjianshuo.com/archives/20060120_search_this_site.htm<br />
<strong>Your site encoding</strong>: ISO-8859-1<br />
<strong>Search Results Style</strong>: Seaside<br />
<strong>Use SafeSearch</strong>: Yes<br />
<strong>Custom Channel</strong>: Search</p>
<p><strong>Search Code:</strong></p>
<blockquote><p>&lt;!&#8211; SiteSearch Google &#8211;&gt;<br />
&lt;form method=&#8221;get&#8221; action=&#8221;http://home.wangjianshuo.com/archives/20060120_search_this_site.htm&#8221; target=&#8221;_top&#8221;&gt;<br />
&lt;table border=&#8221;0&#8243; bgcolor=&#8221;#ffffff&#8221;&gt;<br />
&lt;tr&gt;&lt;td nowrap=&#8221;nowrap&#8221; valign=&#8221;top&#8221; align=&#8221;left&#8221; height=&#8221;32&#8243;&gt;<br />
&lt;a href=&#8221;http://www.google.com/&#8221;&gt;<br />
&lt;img src=&#8221;http://www.google.com/logos/Logo_25wht.gif&#8221; border=&#8221;0&#8243; alt=&#8221;Google&#8221; align=&#8221;middle&#8221;&gt;&lt;/img&gt;&lt;/a&gt;<br />
&lt;/td&gt;<br />
&lt;td nowrap=&#8221;nowrap&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;domains&#8221; value=&#8221;home.wangjianshuo.com&#8221;&gt;&lt;/input&gt;<br />
&lt;input type=&#8221;text&#8221; name=&#8221;q&#8221; size=&#8221;20&#8243; maxlength=&#8221;255&#8243; value=&#8221;"&gt;&lt;/input&gt;<br />
&lt;input type=&#8221;submit&#8221; name=&#8221;sa&#8221; value=&#8221;Search&#8221;&gt;&lt;/input&gt;<br />
&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt; &lt;/td&gt;<br />
&lt;td nowrap=&#8221;nowrap&#8221;&gt;<br />
&lt;table&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;<br />
&lt;input type=&#8221;radio&#8221; name=&#8221;sitesearch&#8221; value=&#8221;" checked=&#8221;checked&#8221;&gt;&lt;/input&gt;<br />
&lt;font size=&#8221;-1&#8243; color=&#8221;#000000&#8243;&gt;Web&lt;/font&gt;<br />
&lt;/td&gt;<br />
&lt;td&gt;<br />
&lt;input type=&#8221;radio&#8221; name=&#8221;sitesearch&#8221; value=&#8221;home.wangjianshuo.com&#8221;&gt;&lt;/input&gt;<br />
&lt;font size=&#8221;-1&#8243; color=&#8221;#000000&#8243;&gt;home.wangjianshuo.com&lt;/font&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;client&#8221; value=&#8221;pub-8513779941474461&#8243;&gt;&lt;/input&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;forid&#8221; value=&#8221;1&#8243;&gt;&lt;/input&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;channel&#8221; value=&#8221;6801625507&#8243;&gt;&lt;/input&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;ie&#8221; value=&#8221;ISO-8859-1&#8243;&gt;&lt;/input&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;oe&#8221; value=&#8221;ISO-8859-1&#8243;&gt;&lt;/input&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;safe&#8221; value=&#8221;active&#8221;&gt;&lt;/input&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;flav&#8221; value=&#8221;0000&#8243;&gt;&lt;/input&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;sig&#8221; value=&#8221;NdyQdGFpJnNH_B3d&#8221;&gt;&lt;/input&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;cof&#8221; value=&#8221;GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:11&#8243;&gt;&lt;/input&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;hl&#8221; value=&#8221;en&#8221;&gt;&lt;/input&gt;<br />
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
&lt;/form&gt;<br />
&lt;!&#8211; SiteSearch Google &#8211;&gt;</p></blockquote>
<p><strong>Search Result Code</strong></p>
<blockquote><p>&lt;!&#8211; Google Search Result Snippet Begins &#8211;&gt;<br />
&lt;div id=&#8221;googleSearchUnitIframe&#8221;&gt;&lt;/div&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var googleSearchIframeName = &#8216;googleSearchUnitIframe&#8217;;<br />
var googleSearchFrameWidth = 650;<br />
var googleSearchFrameHeight = 1300;<br />
var googleSearchFrameborder = 0 ;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;<br />
src=&#8221;http://www.google.com/afsonline/show_afs_search.js&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;!&#8211; Google Search Result Snippet Ends &#8211;&gt;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meetsathya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meetsathya.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meetsathya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meetsathya.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meetsathya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meetsathya.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meetsathya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meetsathya.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meetsathya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meetsathya.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meetsathya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meetsathya.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meetsathya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meetsathya.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=100&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meetsathya.wordpress.com/2009/11/04/put-google-search-into-inside-my-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/127b88540fbeb3d29edcf3e076013f21?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">meetsathya</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating a Custom API for Flash using Facebook API and PHP</title>
		<link>http://meetsathya.wordpress.com/2009/09/25/creating-a-custom-api-for-flash-using-facebook-api-and-php/</link>
		<comments>http://meetsathya.wordpress.com/2009/09/25/creating-a-custom-api-for-flash-using-facebook-api-and-php/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 11:17:40 +0000</pubDate>
		<dc:creator>R Sathiyamoorthi</dc:creator>
				<category><![CDATA[Bookmark]]></category>

		<guid isPermaLink="false">http://meetsathya.wordpress.com/?p=89</guid>
		<description><![CDATA[http://www.insideria.com/2009/04/creating-a-custom-api-for-flas.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=89&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="Creating a Custom API for Flash using Facebook API and PHP" href="http://www.insideria.com/2009/04/creating-a-custom-api-for-flas.html" target="_blank">http://www.insideria.com/2009/04/creating-a-custom-api-for-flas.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meetsathya.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meetsathya.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meetsathya.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meetsathya.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meetsathya.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meetsathya.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meetsathya.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meetsathya.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meetsathya.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meetsathya.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meetsathya.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meetsathya.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meetsathya.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meetsathya.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=89&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meetsathya.wordpress.com/2009/09/25/creating-a-custom-api-for-flash-using-facebook-api-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/127b88540fbeb3d29edcf3e076013f21?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">meetsathya</media:title>
		</media:content>
	</item>
		<item>
		<title>How to use the facebook API</title>
		<link>http://meetsathya.wordpress.com/2009/09/25/how-to-use-the-facebook-api/</link>
		<comments>http://meetsathya.wordpress.com/2009/09/25/how-to-use-the-facebook-api/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 11:16:25 +0000</pubDate>
		<dc:creator>R Sathiyamoorthi</dc:creator>
				<category><![CDATA[Bookmark]]></category>

		<guid isPermaLink="false">http://meetsathya.wordpress.com/?p=87</guid>
		<description><![CDATA[http://www.whenpenguinsattack.com/2006/10/05/how-to-use-the-facebook-api/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=87&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="How to use the facebook API " href="http://www.whenpenguinsattack.com/2006/10/05/how-to-use-the-facebook-api/" target="_blank">http://www.whenpenguinsattack.com/2006/10/05/how-to-use-the-facebook-api/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meetsathya.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meetsathya.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meetsathya.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meetsathya.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meetsathya.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meetsathya.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meetsathya.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meetsathya.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meetsathya.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meetsathya.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meetsathya.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meetsathya.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meetsathya.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meetsathya.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=87&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meetsathya.wordpress.com/2009/09/25/how-to-use-the-facebook-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/127b88540fbeb3d29edcf3e076013f21?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">meetsathya</media:title>
		</media:content>
	</item>
		<item>
		<title>Poll</title>
		<link>http://meetsathya.wordpress.com/2009/09/25/85/</link>
		<comments>http://meetsathya.wordpress.com/2009/09/25/85/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 05:48:19 +0000</pubDate>
		<dc:creator>R Sathiyamoorthi</dc:creator>
				<category><![CDATA[UnCategories]]></category>

		<guid isPermaLink="false">http://meetsathya.wordpress.com/2009/09/25/85/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=85&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<a href="http://polldaddy.com/poll/2036946/">View This Poll</a><br/><span style="font-size:10px;"><a href="http://polldaddy.com/features-surveys/">online surveys</a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meetsathya.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meetsathya.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meetsathya.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meetsathya.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meetsathya.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meetsathya.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meetsathya.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meetsathya.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meetsathya.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meetsathya.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meetsathya.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meetsathya.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meetsathya.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meetsathya.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=85&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meetsathya.wordpress.com/2009/09/25/85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/127b88540fbeb3d29edcf3e076013f21?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">meetsathya</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook application development in ASP.NET</title>
		<link>http://meetsathya.wordpress.com/2009/09/25/facebook-application-development-in-asp-net/</link>
		<comments>http://meetsathya.wordpress.com/2009/09/25/facebook-application-development-in-asp-net/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 05:13:07 +0000</pubDate>
		<dc:creator>R Sathiyamoorthi</dc:creator>
				<category><![CDATA[Bookmark]]></category>

		<guid isPermaLink="false">http://meetsathya.wordpress.com/2009/09/25/facebook-application-development-in-asp-net/</guid>
		<description><![CDATA[http://www.stevetrefethen.com/wiki/Default.aspx?Page=Facebook%20application%20development%20in%20ASP.NET&#38;AspxAutoDetectCookieSupport=1#Overview_0<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=84&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="Facebook application development in ASP.NET" href="http://www.stevetrefethen.com/wiki/Default.aspx?Page=Facebook%20application%20development%20in%20ASP.NET&amp;AspxAutoDetectCookieSupport=1#Overview_0" target="_blank">http://www.stevetrefethen.com/wiki/Default.aspx?Page=Facebook%20application%20development%20in%20ASP.NET&amp;AspxAutoDetectCookieSupport=1#Overview_0</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meetsathya.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meetsathya.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meetsathya.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meetsathya.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meetsathya.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meetsathya.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meetsathya.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meetsathya.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meetsathya.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meetsathya.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meetsathya.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meetsathya.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meetsathya.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meetsathya.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=84&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meetsathya.wordpress.com/2009/09/25/facebook-application-development-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/127b88540fbeb3d29edcf3e076013f21?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">meetsathya</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Use the Facebook Developer Toolkit 2.0</title>
		<link>http://meetsathya.wordpress.com/2009/09/24/how-to-use-the-facebook-developer-toolkit-2-0/</link>
		<comments>http://meetsathya.wordpress.com/2009/09/24/how-to-use-the-facebook-developer-toolkit-2-0/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 05:46:41 +0000</pubDate>
		<dc:creator>R Sathiyamoorthi</dc:creator>
				<category><![CDATA[Bookmark]]></category>

		<guid isPermaLink="false">http://meetsathya.wordpress.com/?p=82</guid>
		<description><![CDATA[http://devtacular.com/articles/bkonrad/how-to-use-the-facebook-developer-toolkit-20/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=82&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="How to Use the Facebook Developer Toolkit 2.0" href="http://devtacular.com/articles/bkonrad/how-to-use-the-facebook-developer-toolkit-20/" target="_blank">http://devtacular.com/articles/bkonrad/how-to-use-the-facebook-developer-toolkit-20/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meetsathya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meetsathya.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meetsathya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meetsathya.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meetsathya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meetsathya.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meetsathya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meetsathya.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meetsathya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meetsathya.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meetsathya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meetsathya.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meetsathya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meetsathya.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=82&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meetsathya.wordpress.com/2009/09/24/how-to-use-the-facebook-developer-toolkit-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/127b88540fbeb3d29edcf3e076013f21?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">meetsathya</media:title>
		</media:content>
	</item>
		<item>
		<title>Bookmarks</title>
		<link>http://meetsathya.wordpress.com/2009/09/23/bookmarks/</link>
		<comments>http://meetsathya.wordpress.com/2009/09/23/bookmarks/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 06:17:51 +0000</pubDate>
		<dc:creator>R Sathiyamoorthi</dc:creator>
				<category><![CDATA[Bookmark]]></category>

		<guid isPermaLink="false">http://meetsathya.wordpress.com/?p=76</guid>
		<description><![CDATA[My Bookmarks<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=76&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="My Bookmarks" href="http://delicious.com/meetsathya" target="_self">My Bookmarks</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meetsathya.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meetsathya.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meetsathya.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meetsathya.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meetsathya.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meetsathya.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meetsathya.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meetsathya.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meetsathya.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meetsathya.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meetsathya.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meetsathya.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meetsathya.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meetsathya.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=76&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meetsathya.wordpress.com/2009/09/23/bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/127b88540fbeb3d29edcf3e076013f21?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">meetsathya</media:title>
		</media:content>
	</item>
		<item>
		<title>Guestbook</title>
		<link>http://meetsathya.wordpress.com/2009/09/16/guestbook/</link>
		<comments>http://meetsathya.wordpress.com/2009/09/16/guestbook/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 10:25:27 +0000</pubDate>
		<dc:creator>R Sathiyamoorthi</dc:creator>
				<category><![CDATA[UnCategories]]></category>

		<guid isPermaLink="false">http://meetsathya.wordpress.com/?p=68</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=68&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div><embed src='http://widget-dc.slide.com/widgets/slidemap.swf' type='application/x-shockwave-flash' quality='high' scale='noscale' salign='l' wmode='transparent' flashvars='site=widget-dc.slide.com&channel=3530822107888468956&cy=wp&il=1' width='400' height='300' name='flashticker' align='middle' /><div style='width:400px;text-align:left;'><a href='http://www.slide.com/pivot?ad=0&tt=0&sk=0&cy=wp&th=0&id=3530822107888468956&map=5' target='_blank'><img src='http://widget-dc.slide.com/c1/3530822107888468956/wp_t000_v000_a000_f00/images/xslide1.gif' border='0' ismap='ismap' /></a> <a href='http://www.slide.com/pivot?ad=0&tt=0&sk=0&cy=wp&th=0&id=3530822107888468956&map=6' target='_blank'><img src='http://widget-dc.slide.com/c2/3530822107888468956/wp_t000_v000_a000_f00/images/xslide6.gif' border='0' ismap='ismap' /></a></div></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meetsathya.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meetsathya.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meetsathya.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meetsathya.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meetsathya.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meetsathya.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meetsathya.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meetsathya.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meetsathya.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meetsathya.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meetsathya.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meetsathya.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meetsathya.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meetsathya.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=68&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meetsathya.wordpress.com/2009/09/16/guestbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/127b88540fbeb3d29edcf3e076013f21?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">meetsathya</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook Excel Sheet</title>
		<link>http://meetsathya.wordpress.com/2009/09/15/facebook-excel-sheet/</link>
		<comments>http://meetsathya.wordpress.com/2009/09/15/facebook-excel-sheet/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 13:58:43 +0000</pubDate>
		<dc:creator>R Sathiyamoorthi</dc:creator>
				<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://meetsathya.wordpress.com/?p=65</guid>
		<description><![CDATA[COLLABORATION Self Branding WebSite Theme Vision Mission Founder History SignUp/Login Public profile Celebrity Product Business Private profile Individual Captcha Text Audio Terms &#38; Conditions Privacy Policy Copyright Key Features Blog Blogs application Blog it application Add to account choose an account from the list Added account in facebook Post to blog Update Status MicroBlog Wall [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=65&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table style="border-collapse:collapse;width:845pt;" border="0" cellspacing="0" cellpadding="0" width="1127">
<col style="width:48pt;" width="64"></col>
<col style="width:200pt;" width="267"></col>
<col style="width:147pt;" width="196"></col>
<col style="width:145pt;" width="193"></col>
<col style="width:189pt;" width="252"></col>
<col style="width:116pt;" width="155"></col>
<tbody>
<tr style="height:12.75pt;">
<td style="height:12.75pt;width:48pt;" width="64" height="17"></td>
<td style="width:200pt;" width="267"></td>
<td style="width:147pt;" width="196"></td>
<td style="width:145pt;" width="193"></td>
<td style="width:189pt;" width="252"></td>
<td style="width:116pt;" width="155"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>COLLABORATION</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td>Self Branding</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>WebSite</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">Theme</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">Vision</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">Mission</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">Founder</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;">History</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">SignUp/Login</td>
<td style="border-left:medium none;">Public profile</td>
<td>Celebrity</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td>Product</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td>Business</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-top:medium none;border-left:medium none;">Private profile</td>
<td style="border-top:medium none;">Individual</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-top:medium none;border-left:medium none;">Captcha</td>
<td style="border-top:medium none;">Text</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td>Audio</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">Terms &amp; Conditions</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">Privacy Policy</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">Copyright</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;">Key Features</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td style="border-top:medium none;">Blog</td>
<td style="border-left:medium none;">Blogs application</td>
<td style="border-top:medium none;">Blog it application</td>
<td style="border-top:medium none;border-left:medium none;">Add to account</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td>choose an account from the list</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td>Added account in facebook</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td>Post to blog</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td>Update Status</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>MicroBlog</td>
<td style="border-left:medium none;">Wall</td>
<td style="border-left:medium none;">Share comments</td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;">Update with time</td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td style="border-top:medium none;">Slidecast</td>
<td style="border-top:medium none;">SignUp/Login Slideshare</td>
<td style="border-top:medium none;">Guest</td>
<td style="border-top:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td></td>
<td>User</td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td>Click on Upload</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td>Browse &amp; select files</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td>Choose a File</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td>Publish</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td>Click on share the Facebook</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td style="border-top:medium none;">Videos</td>
<td style="border-top:medium none;border-left:medium none;">Click on video link</td>
<td style="border-top:medium none;border-left:medium none;"></td>
<td style="border-top:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;">Click   on posted Items</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;">Copy the URL of the video</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;">Upload the video link</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td style="border-left:medium none;">Click to save button</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td style="border-top:medium none;">RSS (IN/OUT)</td>
<td style="border-left:medium none;">Go to My Notes</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">Select Import Blog</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">Edit   Import Settings</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;">Enter   the URL for the RSS</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;">Start Importing</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td style="border-left:medium none;">Set    privacy levels</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td style="border-top:medium none;">Book Marking</td>
<td style="border-top:medium none;">Go to My Notes</td>
<td style="border-top:medium none;border-left:medium none;"></td>
<td style="border-top:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td>Select Import Blog</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td>Edit Import Settings</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td>Enter the URL for Bookmark</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td>Start Importing</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td>Set  privacy levels</td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td>Groups</td>
<td>Groups application</td>
<td>Music Groups application</td>
<td style="border-top:medium none;border-left:medium none;">Select go to   application</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td></td>
<td></td>
<td style="border-left:medium none;">Allow access</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td>Tagging</td>
<td>Tag cloud application</td>
<td>Friends Cloud Tag application</td>
<td style="border-left:medium none;">Select go to application</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td></td>
<td></td>
<td style="border-left:medium none;">Allow access</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td></td>
<td></td>
<td>Friends cloud tag</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td></td>
<td></td>
<td>Add to wall your friends.</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td></td>
<td></td>
<td>Keep to wall.</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td></td>
<td>Photo Tagger application</td>
<td style="border-left:medium none;">Select go to application</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td></td>
<td></td>
<td style="border-left:medium none;">Allow access</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td></td>
<td></td>
<td>Register photo tagger</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td>Webcast</td>
<td style="border-left:medium none;">Webcast application</td>
<td style="border-left:medium none;">Winter park open webcast</td>
<td>Select go to application</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td>Allow access</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td>Webcast access your application.</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Podcast</td>
<td style="border-left:medium none;">Podcast application</td>
<td>Podcast player application</td>
<td>Get player</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td>Add to wall.</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td>Keep to wall.</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td style="border-top:medium none;">Job board</td>
<td style="border-top:medium none;border-left:medium none;">Job boards   application</td>
<td style="border-top:medium none;">Dice job search-Application</td>
<td style="border-top:medium none;">Select go to application</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td>Allow Access</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td>Job search engine,salary functions</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td style="border-top:medium none;">Ebook/Whitepaper/Articles/Casestudies</td>
<td style="border-top:medium none;">Ebook application</td>
<td style="border-top:medium none;">Myebook application</td>
<td style="border-top:medium none;border-left:medium none;">Select go to   application</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td></td>
<td></td>
<td style="border-left:medium none;">Allow access</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td></td>
<td></td>
<td>Send a request to friend to add myebook.</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td>News and Bullets</td>
<td>News application</td>
<td>Social News-Application</td>
<td>Select go to application</td>
<td style="border-left:medium none;">Share,e-mail,Bookmark</td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td></td>
<td></td>
<td>Allow Access</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td></td>
<td></td>
<td>Select Particular blog and Publisher</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td></td>
<td></td>
<td>News View</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Comments</td>
<td>Select Comments Application</td>
<td style="border-left:medium none;">Beautiful Comments-Application</td>
<td>Allow access</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
<td>Choose a  gift</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
<td>Select friends from the list</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
<td>send the comments</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td style="border-top:medium none;">Ratings</td>
<td style="border-top:medium none;border-left:medium none;">Select Ratings   Application</td>
<td style="border-top:medium none;border-left:medium none;">Professor   ratings-Application</td>
<td>Allow access</td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td>Select State</td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td>Select school</td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td>choose course</td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td>choose Professor name</td>
<td></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td>Review ratings</td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Voting</td>
<td>Select Voting Application</td>
<td style="border-left:medium none;">India voting-Application</td>
<td>Allow access</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
<td>Select particular fun game</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
<td>Add friends to voting game</td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td style="border-top:medium none;">Wiki</td>
<td style="border-top:medium none;">Edit contents</td>
<td style="border-top:medium none;">Get into the developer page</td>
<td style="border-top:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td>Add new Contents</td>
<td>Select documentation</td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td></td>
<td>Select contribute in get involved</td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td></td>
<td>Edit settings with formal codings</td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td></td>
<td>Save</td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;">Remove Contents</td>
<td style="border-top:medium none;">Get into the developer page</td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td>Select documentation</td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td>Select contribute in get involved</td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;">Remove the &#8220;not useful&#8221;   articles</td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td>SCM</td>
<td style="border-left:medium none;"></td>
<td style="border-top:medium none;border-left:medium none;"></td>
<td style="border-top:medium none;border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td>Ask &amp; Answer</td>
<td>Basics</td>
<td>Register in the forum   group.</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td>Application   Verification Program.</td>
<td>Confirmation through   E-mail.</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td>Facebook Connect.</td>
<td>Design your profile.</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td>Technical.</td>
<td>Select a particular   topic.</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td>Integration Points</td>
<td>Post your questions.</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td>Business.</td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td>Feedback.</td>
<td></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td>Chat</td>
<td style="border-left:medium none;">Chat with friends in the list.</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Email</td>
<td style="border-left:medium none;">New compose message from inbox menu.</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">Fill in the mail id with subject and   message</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">User can attach photo, video or   links.</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;">Send.</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td>IDE</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td>Build Tools</td>
<td style="border-left:medium none;">API Test   Console.</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;">FBML Test Console.</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:15.75pt;">
<td style="height:15.75pt;" height="21"></td>
<td></td>
<td style="border-left:medium none;">Feed Template Console</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:16.5pt;">
<td style="height:16.5pt;" height="22"></td>
<td></td>
<td style="border-left:medium none;">Registered Templates Console</td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:21pt;">
<td style="height:21pt;" height="28"></td>
<td style="border-top:medium none;">Office Tools</td>
<td style="border-top:medium none;border-left:medium none;"></td>
<td style="border-top:medium none;border-left:medium none;"></td>
<td style="border-top:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:21pt;">
<td style="height:21pt;" height="28"></td>
<td style="border-top:medium none;">INNOVATION</td>
<td style="border-top:medium none;border-left:medium none;"></td>
<td style="border-top:medium none;border-left:medium none;"></td>
<td style="border-top:medium none;"></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Technology Skills</td>
<td style="border-left:medium none;"></td>
<td style="border-top:medium none;"></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Software Engineering</td>
<td style="border-left:medium none;">Understanding and building software,</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Programming</td>
<td style="border-left:medium none;">HP |    JavaScript | Connect for iPhone | Flash/ActionScript | ASP.NET | ASP   (VBScript) | Cocoa | ColdFusion | C++ | C# | D | Emacs Lisp | Erlang | Google   Web Toolkit | Java | Lisp | Perl | Python | Ruby on Rails | Smalltalk |   VB.NET | Windows Mobile</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:63.75pt;">
<td style="height:63.75pt;" height="85"></td>
<td>APIs</td>
<td style="border-left:medium none;width:147pt;" width="196">Add social   context to your application by utilizing profile, friend, Page, group, photo,   and event data.</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Framework</td>
<td style="border-left:medium none;">Faster   on first page loads</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">easy access to lots of   Facebook elements</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:38.25pt;">
<td style="height:38.25pt;" height="51"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">a sensible   authorization mechanism</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;">Lets your application   pages have nice URLs</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:63.75pt;">
<td style="height:63.75pt;" height="85"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">easier and   faster if you have an existing application, widget, or website if the   application utilizes XFBML</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:51pt;">
<td style="height:51pt;" height="68"></td>
<td>Widgets</td>
<td style="border-left:medium none;width:147pt;" width="196">Displays a   Comments Box on a Facebook Connect site or in an IFrame application.</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:51pt;">
<td style="height:51pt;" height="68"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">You can modify   the Comments Box&#8217;s colors and fonts, but you cannot delete, obscure or modify</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:51pt;">
<td style="height:51pt;" height="68"></td>
<td>Components</td>
<td style="border-left:medium none;width:147pt;" width="196">DynamicFBML/Visibility:        These elements all control the   visibility of an element or a set of elements.</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Social Networking</td>
<td style="border-left:medium none;width:147pt;" width="196">Knowing What   Tools we Need</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Setting Up Your Server</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:25.5pt;">
<td style="height:25.5pt;" height="34"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Adding the Facebook   Developer Application</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:25.5pt;">
<td style="height:25.5pt;" height="34"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Creating Your Facebook   Application</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Configuring Basic Settings</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:25.5pt;">
<td style="height:25.5pt;" height="34"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Configuring   Authentication Settings</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:293.25pt;">
<td style="height:293.25pt;" height="391"></td>
<td>Webservices</td>
<td style="border-left:medium none;width:147pt;" width="196">DynamicFBML/Forms:          clicktoenable &#8211; Will enable the   form elements specified by id.<br />
clicktodisable &#8211; Will disable the form elements specified by id.<br />
clickthrough &#8211; Will allow clicks on elements using Dynamic FBML to go   through to the element.<br />
DynamicFBML/MockAJAX :     clickrewriteid &#8211; This is the id of the div that will be replaced by   the returned data.<br />
clickrewriteurl &#8211; This is the (non-canvas) url from which it will grab   the data.<br />
clickrewriteform &#8211; This is the form to use when submitting.</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:153pt;">
<td style="height:153pt;" height="204"></td>
<td>Web 2.0 Customization</td>
<td style="border-left:medium none;width:147pt;" width="196">UsageNotes/CSS:                  style attributes are   allowed, though url() tokens cannot reference JavaScript.<br />
Images:                                    Facebook Platform handles img tags in a special manner.<br />
UsageNotes/Forms:                  Facebook created an override for the HTML form tag to provide   applications with special behavior.</td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Web 2.0 Microsites</td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td align="right">10/20/1930</td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Ten 10 FTP Career Planning</td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td>NETWORK</td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:13.5pt;">
<td style="height:13.5pt;" height="18"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td style="border-left:medium none;"></td>
</tr>
<tr style="height:38.25pt;">
<td style="height:38.25pt;" height="51"></td>
<td>Personality Traits</td>
<td style="border-left:medium none;width:147pt;" width="196">Distinguishing   qualities or characteristics of a person.</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:25.5pt;">
<td style="height:25.5pt;" height="34"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Casual Checker</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Classroom Clicker</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Reluctant Reader</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Social Stalker</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:25.5pt;">
<td style="height:25.5pt;" height="34"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Photo Fanatic:</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:51pt;">
<td style="height:51pt;" height="68"></td>
<td>Enterpernuerial Skills</td>
<td style="border-left:medium none;width:147pt;" width="196">a manner that   in order for the teams move forward in their simulation they must follow the   process step-by-step</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td>Events Participation</td>
<td style="border-left:medium none;width:147pt;" width="196">Search for   event</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Select the   event</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;width:147pt;" width="196">Reserve for the   event</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:25.5pt;">
<td style="height:25.5pt;" height="34"></td>
<td>Open Source Awarness</td>
<td style="border-left:medium none;width:147pt;" width="196">post awareness   from other websites on facebook</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:12.75pt;">
<td style="height:12.75pt;" height="17"></td>
<td></td>
<td style="border-left:medium none;"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height:64.5pt;">
<td style="height:64.5pt;" height="86"></td>
<td>Employment Readiness</td>
<td style="border-left:medium none;width:147pt;" width="196">Provides   information and referral services in the areas of employment, education,   training, transition, and volunteer opportunities</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/meetsathya.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/meetsathya.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/meetsathya.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/meetsathya.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/meetsathya.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/meetsathya.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/meetsathya.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/meetsathya.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/meetsathya.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/meetsathya.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/meetsathya.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/meetsathya.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/meetsathya.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/meetsathya.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=meetsathya.wordpress.com&amp;blog=8879713&amp;post=65&amp;subd=meetsathya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://meetsathya.wordpress.com/2009/09/15/facebook-excel-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/127b88540fbeb3d29edcf3e076013f21?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">meetsathya</media:title>
		</media:content>
	</item>
	</channel>
</rss>
