<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Mathematica for Web Analytics</title>
	<atom:link href="http://blog.wolfram.com/2009/01/06/mathematica-for-web-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wolfram.com/2009/01/06/mathematica-for-web-analytics/</link>
	<description>News, views, &#38; ideas from the front lines at Wolfram Research</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:04:10 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brandão</title>
		<link>http://blog.wolfram.com/2009/01/06/mathematica-for-web-analytics/comment-page-1/#comment-5082</link>
		<dc:creator>Brandão</dc:creator>
		<pubDate>Sun, 27 Mar 2011 02:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internal.wolfram.com/2009/01/06/mathematica-for-web-analytics/#comment-5082</guid>
		<description>I liked so much of your blog!</description>
		<content:encoded><![CDATA[<p>I liked so much of your blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Howell</title>
		<link>http://blog.wolfram.com/2009/01/06/mathematica-for-web-analytics/comment-page-1/#comment-3984</link>
		<dc:creator>David Howell</dc:creator>
		<pubDate>Sat, 20 Nov 2010 20:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internal.wolfram.com/2009/01/06/mathematica-for-web-analytics/#comment-3984</guid>
		<description>Hi Patrick,

I posted a &lt;a href=&quot;http://www.poorlytrainedape.com/2010/11/20/apache-log-analysis-with-mathematica/&quot; rel=&quot;nofollow&quot;&gt;follow-up&lt;/a&gt; with example code on my personal blog.

Cheers,
David</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>I posted a <a href="http://www.poorlytrainedape.com/2010/11/20/apache-log-analysis-with-mathematica/" rel="nofollow">follow-up</a> with example code on my personal blog.</p>
<p>Cheers,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.wolfram.com/2009/01/06/mathematica-for-web-analytics/comment-page-1/#comment-3952</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 17 Nov 2010 10:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internal.wolfram.com/2009/01/06/mathematica-for-web-analytics/#comment-3952</guid>
		<description>Hi David,

website analysis is an interesting topic: Can you write some exemplary code how to do so? I would have no idea how to do so by myself and think that Kevin has the same question.

Thanks
Patrick</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>website analysis is an interesting topic: Can you write some exemplary code how to do so? I would have no idea how to do so by myself and think that Kevin has the same question.</p>
<p>Thanks<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.wolfram.com/2009/01/06/mathematica-for-web-analytics/comment-page-1/#comment-2096</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 02 Aug 2010 16:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internal.wolfram.com/2009/01/06/mathematica-for-web-analytics/#comment-2096</guid>
		<description>Thanks David for the reply. I have a website hosted in yahoo. So what element would I have to use in the Import function?</description>
		<content:encoded><![CDATA[<p>Thanks David for the reply. I have a website hosted in yahoo. So what element would I have to use in the Import function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Howell</title>
		<link>http://blog.wolfram.com/2009/01/06/mathematica-for-web-analytics/comment-page-1/#comment-2095</link>
		<dc:creator>David Howell</dc:creator>
		<pubDate>Mon, 02 Aug 2010 13:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internal.wolfram.com/2009/01/06/mathematica-for-web-analytics/#comment-2095</guid>
		<description>Hi Kevin,

WebsiteData isn&#039;t available to the general public, because it depends on our internal computing infrastructure at Wolfram Research. If you&#039;re interested in using Mathematica for analytics on your own website, a great starting place is the Import function, which supports the logging format used by most web servers. Once raw web server logs are imported into Mathematica, you can generate your own traffic plots using Cases and GatherBy.

Cheers,
David</description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>WebsiteData isn&#8217;t available to the general public, because it depends on our internal computing infrastructure at Wolfram Research. If you&#8217;re interested in using Mathematica for analytics on your own website, a great starting place is the Import function, which supports the logging format used by most web servers. Once raw web server logs are imported into Mathematica, you can generate your own traffic plots using Cases and GatherBy.</p>
<p>Cheers,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.wolfram.com/2009/01/06/mathematica-for-web-analytics/comment-page-1/#comment-2092</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sat, 31 Jul 2010 18:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internal.wolfram.com/2009/01/06/mathematica-for-web-analytics/#comment-2092</guid>
		<description>Hi David, 

Does Mathematica7.0 Home edition support function WebsiteData? I dont seem to have it. Or do I need to load some package?</description>
		<content:encoded><![CDATA[<p>Hi David, </p>
<p>Does Mathematica7.0 Home edition support function WebsiteData? I dont seem to have it. Or do I need to load some package?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Howell</title>
		<link>http://blog.wolfram.com/2009/01/06/mathematica-for-web-analytics/comment-page-1/#comment-1753</link>
		<dc:creator>David Howell</dc:creator>
		<pubDate>Fri, 21 May 2010 19:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internal.wolfram.com/2009/01/06/mathematica-for-web-analytics/#comment-1753</guid>
		<description>You&#039;re right, Alex... that&#039;s a typo. The first argument to the &lt;code&gt;WebsiteData&lt;/code&gt; call should be &lt;code&gt;#[[2]]&lt;&gt;&quot;/*&quot;&lt;/code&gt;. Good eye!</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, Alex&#8230; that&#8217;s a typo. The first argument to the <code>WebsiteData</code> call should be <code>#[[2]]&lt;&gt;"/*"</code>. Good eye!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.wolfram.com/2009/01/06/mathematica-for-web-analytics/comment-page-1/#comment-1752</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 21 May 2010 17:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internal.wolfram.com/2009/01/06/mathematica-for-web-analytics/#comment-1752</guid>
		<description>Is the code that produces the traffic flow visualization correct? It looks like you&#039;re totaling up the number of references from the first site in the tuple to itself, instead of to the second site.</description>
		<content:encoded><![CDATA[<p>Is the code that produces the traffic flow visualization correct? It looks like you&#8217;re totaling up the number of references from the first site in the tuple to itself, instead of to the second site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfram Blog : Data Diving with Mathematica</title>
		<link>http://blog.wolfram.com/2009/01/06/mathematica-for-web-analytics/comment-page-1/#comment-1719</link>
		<dc:creator>Wolfram Blog : Data Diving with Mathematica</dc:creator>
		<pubDate>Wed, 19 May 2010 16:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internal.wolfram.com/2009/01/06/mathematica-for-web-analytics/#comment-1719</guid>
		<description>[...] for Data Analysis and Mining page. You can find more on Howell&#8217;s work in his blog post &#8220;Mathematica for Web Analytics.&#8221; Other cutting-edge uses of Mathematica are featured in our Portraits of Success.    [...]</description>
		<content:encoded><![CDATA[<p>[...] for Data Analysis and Mining page. You can find more on Howell&#8217;s work in his blog post &#8220;Mathematica for Web Analytics.&#8221; Other cutting-edge uses of Mathematica are featured in our Portraits of Success.    [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

