<?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>Burad&#039;s Blog &#187; API</title>
	<atom:link href="http://www.aburad.com/blog/tag/api/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>A computer nerd who would soon be an MBA</description>
	<lastBuildDate>Thu, 28 Oct 2010 15:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Yahoo search is improving</title>
		<link>http://www.aburad.com/blog/2008/06/yahoo-search-is-improving.html</link>
		<comments>http://www.aburad.com/blog/2008/06/yahoo-search-is-improving.html#comments</comments>
		<pubDate>Fri, 20 Jun 2008 18:36:31 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[webdev]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.aburad.com/blog/?p=256</guid>
		<description><![CDATA[Earlier I wrote about Sometimes yahoo is better is better than google in providing search results when I was searching for Installing latex on hostmonster. And now with its open search platform SearchMonkey its trying to close in to Google. SearchMonkey allows you to create data services to built search apps that can enhance your [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier I wrote about <a href="http://www.aburad.com/blog/2008/05/sometimes-yahoo-is-better.html">Sometimes yahoo is better</a> is better than google in providing search results when I was searching for <a href="http://www.aburad.com/blog/2008/05/installing-latex-on-hostmonster.html">Installing latex on hostmonster</a>. And now with its open search platform <a href="http://developer.yahoo.com/searchmonkey/">SearchMonkey</a> its trying to close in to Google. SearchMonkey allows you to create data services to built search apps that can enhance your search results.<br />
<a href="http://www.aburad.com/blog/wp-content/uploads/2008/06/yahoosearch.png"></a></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-257" title="yahoosearch" src="http://www.aburad.com/blog/wp-content/uploads/2008/06/yahoosearch.png" alt="" width="499" height="165" /></p>
<p><a href="http://gallery.search.yahoo.com/welcome">Yahoo search gallery</a> provides you many existing search enhancements that you can add after logging to yahoo. [Via <a href="http://www.labnol.org/internet/search/love-using-yahoo-search-with-simple-enhancements/3632/">labnol.org</a>].Try various enhancement like <a href="http://gallery.search.yahoo.com/application?smid=GP4">LinkedIn Profile</a>, <a href="http://gallery.search.yahoo.com/application?smid=XSa">IMDB results</a>, <a href="http://gallery.search.yahoo.com/application?smid=UBm">StumbleUpon Reviews</a> and other <a href="http://gallery.search.yahoo.com/popular.html">popular ones</a>.</p>
<p>And you can also create your own search enhancement using step by step method using <a href="http://developer.search.yahoo.com/wizard/index">Presentation application</a> (<a href="http://developer.yahoo.com/searchmonkey/smguide/index.html">SearchMonkey Guide</a>).</p>
<p>SearchMonkey API unables you to modify how particular links appears in search results. You can add images, related links and other html formatting but it does not unable you change position of a page in search result. I was unable to find feature which will enable us to filter sites which requires you to login or sites like ebay and amazon which may not be relevant to us by making their appearance farther in search results. </p>
<p>But still these enhancements provides you little summary of search results which is very useful like in case of movie reviews, people profile via linkedIn, stock information etc thus sometimes making opening the actual webpage unnecessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/06/yahoo-search-is-improving.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chart API for webpages</title>
		<link>http://www.aburad.com/blog/2007/12/chart-api-for-webpages.html</link>
		<comments>http://www.aburad.com/blog/2007/12/chart-api-for-webpages.html#comments</comments>
		<pubDate>Fri, 07 Dec 2007 09:45:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=206</guid>
		<description><![CDATA[Cool&#8230;.Great yet Simple.. Embed charts in webpages with one of our simplest APIs yet We actually built this originally to use internally &#8211; we use it on Google Video and Google Finance for example. It seemed like it would be a good thing to open up to other users too. You can find out all [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;">Cool&#8230;.Great</span> yet <span style="font-weight: bold;">Simple..</p>
<p></span><a href="http://google-code-updates.blogspot.com/2007/12/embed-charts-in-webpages-with-one-of.html">Embed charts in webpages with one of our simplest APIs yet</a><br />
<blockquote>We actually built this originally to use internally &#8211; we use it on <a href="http://video.google.com/">Google Video</a> and <a href="http://finance.google.com/">Google Finance</a> for example. It seemed like it would be a good thing to open up to other users too.  You can find out all about it at on the <a href="http://code.google.com/apis/chart/">Google Chart API homepage</a> and there&#8217;s a <a href="http://groups.google.com/group/google-chart-api">Google Chart API group</a> for questions and support.</p></blockquote>
<p><a href="http://www.geeksaresexy.net/2007/12/06/google-publishes-chart-api-for-web-pages/" title="Permanent Link to Google publishes chart API for web pages">Google publishes chart API for web pages</a><br />
<blockquote>A single HTTP GET request with parameters is all you need. You can even use the URL as the src attribute on an img tag.</p></blockquote>
<p>Also Read:<a href="http://blog.programmableweb.com/2007/12/06/googles-new-chart-api/"  title="Permanent Link to Google’s New Chart API">Programmable Web: Google’s New Chart API</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/12/chart-api-for-webpages.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 3.0 ? Web scraping?</title>
		<link>http://www.aburad.com/blog/2007/03/web-30-web-scraping.html</link>
		<comments>http://www.aburad.com/blog/2007/03/web-30-web-scraping.html#comments</comments>
		<pubDate>Wed, 21 Mar 2007 09:43:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[web2.0]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Web scraping]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=196</guid>
		<description><![CDATA[Interesting reading from readwriteweb.com : Web 3.0: When Web Sites Become Web Services Important points : The rise of the API culture Web Scraping what is WebScraping ?? Dapper, Teqlo, Yahoo! Pipes &#8211; the upcoming scraping technologies : Yahoo! Pipes, a new app from Yahoo! focused on remixing RSS feeds. Another similar technology, Teqlo, has [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting reading from readwriteweb.com : <a rel="bookmark" href="http://www.readwriteweb.com/archives/web_30_when_web_sites_become_web_services.php" title="Link to: Web 3.0: When Web Sites Become Web Services" class="permalink">Web 3.0: When Web Sites Become Web Services</a></p>
<p>Important points :</p>
<ul>
<li>The rise of the API culture</li>
<li>Web Scraping</li>
</ul>
<p><a href="http://en.wikipedia.org/wiki/Web_scraping">what is WebScraping ?? </a><br />
Dapper, Teqlo, Yahoo! Pipes &#8211; the upcoming scraping technologies :</p>
<blockquote><p><a href="http://www.readwriteweb.com/archives/yahoo_pipes_web_database.php">Yahoo! Pipes</a>, a new app from Yahoo! focused on remixing RSS feeds. Another similar technology, <a href="http://www.teqlo.com/">Teqlo</a>, has recently launched. It focuses on letting people create mashups and widgets from web services and rss. Before both of these, <a href="http://www.dapper.net/">Dapper</a> launched a generic scraping service for any web site. Dapper is an interesting technology that facilitates the scraping of the web pages, using a visual interface.</p></blockquote>
<p>Related post :<br />
<a href="http://aburad.com/blog/2006/03/web20.html">Web2.0</a><br />
<a href="http://aburad.com/blog/2006/06/living-with-web-based-software.html">Living with web-based software</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/03/web-30-web-scraping.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

