<?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>YourSearchBuddy &#187; all</title>
	<atom:link href="http://www.yoursearchbuddy.com/tag/all/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yoursearchbuddy.com</link>
	<description>your search ends here</description>
	<lastBuildDate>Tue, 31 Jan 2012 19:47:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>All new Yamaha R15 or R18</title>
		<link>http://www.yoursearchbuddy.com/yamaha-r15-r18</link>
		<comments>http://www.yoursearchbuddy.com/yamaha-r15-r18#comments</comments>
		<pubDate>Thu, 30 Jun 2011 09:59:05 +0000</pubDate>
		<dc:creator>silly</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[all]]></category>
		<category><![CDATA[CBR]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[R15]]></category>
		<category><![CDATA[R18]]></category>
		<category><![CDATA[yamaha]]></category>

		<guid isPermaLink="false">http://www.yoursearchbuddy.com/?p=5429</guid>
		<description><![CDATA[Last week I got my bike serviced. Then I was talking to my mechanic, and he told me to hold on and not to go for the all new Baby... <a class="meta-more" href="http://www.yoursearchbuddy.com/yamaha-r15-r18">Read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week I got my bike serviced. Then I was talking to my mechanic, and he told me to hold on and not to go for the all new Baby CBR250R.<br />
Reason: He was in training at Yamaha’s center and then they saw a brand new bike which looks more muscular, bigger, even bigger than CBR, bigger engine (looks like 180cc, that’s what he told me), wide rear, and what he discussed with the other members over there they told him, that this will be more powerful than the current motorcycles in India (including Pulsar 220 and CBR250R) and will be launching very soon.<br />
Yamaha is about to launch the new R15, which might be a huge disappointment for the Proud CBR owners because this all new R15 will cost you around Rs 100,000.</p>
<div align="center"><img src="http://farm7.static.flickr.com/6071/6074090107_892e23a944.jpg" alt="yamaha" title="All new Yamaha R15 or R18" /></div>
<p>I don&#8217;t know what to call this bike R15, R165, R18, R20 or R250???</p>
<p>But whatever, this will rock the streets <img src='http://www.yoursearchbuddy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="All new Yamaha R15 or R18" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoursearchbuddy.com/yamaha-r15-r18/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Get all facebook social plug-in comments using facebook api</title>
		<link>http://www.yoursearchbuddy.com/facebook-social-plugin-comments-facebook-api</link>
		<comments>http://www.yoursearchbuddy.com/facebook-social-plugin-comments-facebook-api#comments</comments>
		<pubDate>Thu, 23 Jun 2011 07:00:28 +0000</pubDate>
		<dc:creator>lokeshlal</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[TipnTricks]]></category>
		<category><![CDATA[all]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Get]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.yoursearchbuddy.com/?p=5368</guid>
		<description><![CDATA[To get all the Facebook social plugin comments using Facebook API execute the following fql query. https://api.facebook.com/method/fql.query?query=select%20post_fbid,%20fromid,%20object_id,%20text,%20time%20from%20comment%20where%20xid%20in%20%28SELECT%20xid%20FROM%20comments_info%20WHERE%20app_id%20=%20%27147980011931026%27%20and%20xid%20=%20%27[YOUR_URL]%27%29&#38;access_token=[YOUR_ACCESS_TOKEN] Put your access token in the URL and escape (HTTP encode) your URL... <a class="meta-more" href="http://www.yoursearchbuddy.com/facebook-social-plugin-comments-facebook-api">Read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To get all the Facebook social plugin comments using Facebook API execute the following fql query.</p>
<pre>https://api.facebook.com/method/fql.query?query=select%20post_fbid,%20fromid,%20object_id,%20text,%20time%20from%20comment%20where%20xid%20in%20%28SELECT%20xid%20FROM%20comments_info%20WHERE%20app_id%20=%20%27147980011931026%27%20and%20xid%20=%20%27[YOUR_URL]%27%29&amp;access_token=[YOUR_ACCESS_TOKEN]</pre>
<p>Put your access token in the URL and escape (HTTP encode) your URL twice for which you are getting the Facebook plug-in comments (you are required to escape it twice if you have query string as well in the url, other wise it will work without HTTP encoding).</p>
<p>Here we are using two tables one is comments_info to get the <strong>xid</strong> for that page and then using the xid to get the comments for that page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoursearchbuddy.com/facebook-social-plugin-comments-facebook-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search a value in all columns of a table &#8211; SQL Server</title>
		<link>http://www.yoursearchbuddy.com/search-columns-table-sql-server</link>
		<comments>http://www.yoursearchbuddy.com/search-columns-table-sql-server#comments</comments>
		<pubDate>Mon, 28 Jun 2010 09:31:04 +0000</pubDate>
		<dc:creator>lokeshlal</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[all]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://yoursearchbuddy.com/?p=619</guid>
		<description><![CDATA[To search a particular value in all columns of a table either you can write lenghty where clause or ypou can unpivot the table and then search in then unpivoted... <a class="meta-more" href="http://www.yoursearchbuddy.com/search-columns-table-sql-server">Read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To search a particular value in all columns of a table either you can write lenghty where clause or ypou can unpivot the table and then search in then unpivoted column for the key with single where clause.</p>
<pre>
CREATE TABLE SearchTable
(
RowNumber int identity(1,1),
Col_1 nvarchar(10),
Col_2 nvarchar(10),
Col_3 nvarchar(10)
)
go

INSERT INTO SearchTable SELECT 'abc','xyz','bcd'
INSERT INTO SearchTable SELECT 'ab2','1yz','a2bc'
INSERT INTO SearchTable SELECT 'ab3','abc','a2bc'

go
select * from
(select * from SearchTable
unpivot
( SearchText for SearchColumn in ([col_1],[col_2],[col_3])) up) pp
where pp.SearchText = 'abc'

go
drop table SearchTable
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.yoursearchbuddy.com/search-columns-table-sql-server/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

