<?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>From Zero To SEO &#187; Alexa</title>
	<atom:link href="http://www.fromzerotoseo.com/tag/alexa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fromzerotoseo.com</link>
	<description>Achieving High Rankings Through Coding</description>
	<lastBuildDate>Fri, 14 May 2010 22:00:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Scraping Alexa Links</title>
		<link>http://www.fromzerotoseo.com/scraping-alexa-links/</link>
		<comments>http://www.fromzerotoseo.com/scraping-alexa-links/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 07:18:35 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Scraping]]></category>
		<category><![CDATA[Alexa]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=760</guid>
		<description><![CDATA[Alexa Sites Linking In feature is the fastest way to grasp overall picture of website links. But nobody likes to check them manually. Here is simple scraper that automates this tedious task. $domain = 'fromzerotoseo.com'; &#160; $page = 0; $morePages = false; &#160; do &#123; /* avoid file_get_contents, use cURL */ $file = file_get_contents&#40; 'http://www.alexa.com/site/linksin;' [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/scraping-alexa-links/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Scraping Alexa Hot URLs</title>
		<link>http://www.fromzerotoseo.com/scraping-alexa-hot-url/</link>
		<comments>http://www.fromzerotoseo.com/scraping-alexa-hot-url/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 12:18:20 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Scraping]]></category>
		<category><![CDATA[Alexa]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=749</guid>
		<description><![CDATA[Do you want to know what Alexa Toolbar users are reading right now? I know you do. Grab code example and scrap the page until it dies $page = file_get_contents&#40;'http://www.alexa.com/hoturls'&#41;; &#160; preg_match_all&#40; &#34;(&#60;div class='listing'&#62;&#60;a.*href='(.*)'&#62;(.*)&#60;/a&#62;.*&#60;/div&#62;)siU&#34;, $page, $matches&#41;; &#160; // Job’s done! // $matches[1] URLs // $matches[2] anchors What I really like about Alexa Hot URLs is [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/scraping-alexa-hot-url/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
