<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>PHP-Scripts Blog &#187; API</title>
	<link>http://www.php-scripts.com</link>
	<description>Writing about PHP scripting since 12/99. Learn something new every day.</description>
	<pubDate>Thu, 09 Oct 2008 14:17:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>Create your own search engine using Alexa Web Search Platform</title>
		<link>http://www.php-scripts.com/20051213/73/</link>
		<comments>http://www.php-scripts.com/20051213/73/#comments</comments>
		<pubDate>Tue, 13 Dec 2005 18:58:42 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[API]]></category>

		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/?p=73</guid>
		<description><![CDATA[Last night Alexa announced that they are opening up their entire database, including server services to developers in exchange for consumption fees. This means there is finally a database API that developers can tie into for commercial purposes with the fees clearly outlined. One of the things that appeals to me, which I&#8217;m sure other [...]]]></description>
			<content:encoded><![CDATA[<p>Last night Alexa announced that they are opening up their entire database, including server services to developers in exchange for consumption fees. This means there is finally a database API that developers can tie into for commercial purposes with the fees clearly outlined. One of the things that appeals to me, which I&#8217;m sure other developers are already thinking about, is the possibility of being able to carve out your own specialized databases out of Alexa&#8217;s 5 billion documents.</p>
<p>They are only taking a limited number of developers during their beta test, so might want to hurry up and get over here and sign up: <a href="http://websearch.alexa.com/welcome.html">websearch.alexa.com</a></p>
<p>The documentation says they have some higher level example scripts, but no idea if that includes PHP examples or not. The central API is written in C.</p>
<p>I signed up last night and am waiting for an account rep to contact me, hopefully today. I will be writing more about this system after I learn more about what&#8217;s behind the curtain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20051213/73/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Virtual Earth API with commercial site using PHP</title>
		<link>http://www.php-scripts.com/20051024/50/</link>
		<comments>http://www.php-scripts.com/20051024/50/#comments</comments>
		<pubDate>Mon, 24 Oct 2005 23:05:26 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/?p=50</guid>
		<description><![CDATA[Reference: Building your commercial Virtual Earth Website using PHP:
We have already seen some basic C# code behind ASP pages that proxy the search and advertising queries. However, being a web based control you are not limited to working solely with Microsoft on the server side. In this article, we will achieve the same result using [...]]]></description>
			<content:encoded><![CDATA[<p>Reference: <a href="http://www.viavirtualearth.com/">Building your commercial Virtual Earth Website using PHP</a>:<br />
<blockquote><a href="http://www.viavirtualearth.com/vve/Articles/5.ashx">We have already seen</a> some basic C# code behind ASP pages that proxy the search and advertising queries. However, being a web based control you are not limited to working solely with Microsoft on the server side. In this article, we will achieve the same result using PHP.</p></blockquote>
<p>First off, the ViaVirtualEarth PHP example requires cURL [<a href="http://www.php-scripts.com/20050910/9/">how to tell if cURL is installed</a>]. I followed the instructions in the article to build my own example page (pictured below).</p>
<p><img src="http://www.php-scripts.com/images/2005/virtualearth-1.jpg" border="0" ALT="screenshot of integration with MSN Virtual Earth using PHP and cURL library"/></p>
<p><b>Script files required</b><br />
http://virtualearth.msn.com/vems/VE_MapSearchControl.css<br />
http://virtualearth.msn.com/vems/VE_MapSearchControl.js </p>
<p><b>Also see</b><br />
<a href="http://virtualearth.msn.com/Help/URLAPI.html">Build Your Own Virtual Earth URL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20051024/50/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Adwords API</title>
		<link>http://www.php-scripts.com/20050911/7/</link>
		<comments>http://www.php-scripts.com/20050911/7/#comments</comments>
		<pubDate>Sun, 11 Sep 2005 18:03:19 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[API]]></category>

		<category><![CDATA[PHP 5.x]]></category>

		<category><![CDATA[PHP 4.x]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/?p=7</guid>
		<description><![CDATA[It&#8217;s called the APIlity Library and it allows interaction with the Google Adwords program:
The APIlity PHP Library provides an object-oriented way to easily access and manage the Google AdWords API from within PHP. This comes along with an abstraction from the SOAP and WSDL details.
Requirements (also from the sourceforge page):

APIlity works both with PHP4 and [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s called the <a href="http://google-apility.sourceforge.net/">APIlity Library</a> and it allows interaction with the Google Adwords program:<br />
<blockquote>The APIlity PHP Library provides an object-oriented way to easily access and manage the Google AdWords API from within PHP. This comes along with an abstraction from the SOAP and WSDL details.</p></blockquote>
<p>Requirements (also from the sourceforge page):<br />
<blockquote>
APIlity works both with PHP4 and PHP5 and usually only requires the cURL extension to be installed. This can be done very easily by uncommenting the line </p>
<p>; extension=php_curl.dll<br />
in your php.ini file, i.e. remove the semicolon at the beginning of the line. If you are using PHP4, you additionally need to enable the DOM/XML by uncommenting the line </p>
<p>; extension=php_domxml.dll
</p></blockquote>
<p>If you don&#8217;t manage your server or have (root) access to your php.ini file, then copy/paste the above requirements text and send to your hosting company&#8217;s support. They should be able to enable this for you or instruct how to get the proper web hosting plan that would provide this functionality.</p>
<p><b>References</b><br />
<a href="http://www.php-scripts.com/20050909/9/">How to tell if cURL is enabled</a><br />
<a href="http://www.php-scripts.com/20050909/8/">How to find the location of the php.ini file</a> on the server where you website is hosted</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20050911/7/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
