<?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: AFL Ladder Widget v1.4</title>
	<atom:link href="http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/feed/" rel="self" type="application/rss+xml" />
	<link>http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/</link>
	<description>babblings from my sad little world</description>
	<lastBuildDate>Fri, 27 Jan 2012 00:48:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom</title>
		<link>http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/comment-page-1/#comment-61</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 07 Mar 2006 17:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/#comment-61</guid>
		<description>Hi Luke,

The Widget is basically HTML and Javascript, and the smarts that fetches the data from the AFL site and parses it is in the Javascript.

The script basically grabs the web page with the ladder data then parses through the page source for the actual ladder table then reads in the ladder data from there. I suggest you look in the widget code itself for a more detailed run down of what it is doing.

You should be able to do a similar thing in perl or PHP or whatever you put in your website.

The only thing you might want to keep in mind is that a while back I read somewhere on the internet about a link on the AFL site where you can directly request information, like last weeks results or results for any given round etc, and it gave you back an XML formatted data with the information you requested.

This might be more use to you (and easier to parse too) because the way I do it, everytime the AFL changes the layout of the website it can potentially break the widget code....

I have since lost the reference to the link, but you might find it with some expert Googling.

Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Luke,</p>
<p>The Widget is basically HTML and Javascript, and the smarts that fetches the data from the AFL site and parses it is in the Javascript.</p>
<p>The script basically grabs the web page with the ladder data then parses through the page source for the actual ladder table then reads in the ladder data from there. I suggest you look in the widget code itself for a more detailed run down of what it is doing.</p>
<p>You should be able to do a similar thing in perl or PHP or whatever you put in your website.</p>
<p>The only thing you might want to keep in mind is that a while back I read somewhere on the internet about a link on the AFL site where you can directly request information, like last weeks results or results for any given round etc, and it gave you back an XML formatted data with the information you requested.</p>
<p>This might be more use to you (and easier to parse too) because the way I do it, everytime the AFL changes the layout of the website it can potentially break the widget code&#8230;.</p>
<p>I have since lost the reference to the link, but you might find it with some expert Googling.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/comment-page-1/#comment-60</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 07 Mar 2006 15:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/#comment-60</guid>
		<description>Great widget.
I&#039;m actually doing something that is in a similar vein as this program.

I&#039;m developeing(for uni) an online footy tipping site, and I was trying to work out how to get the data of the afl&#039;s site so i could use it on my own.

If you could give me a run down on how you managed to use the afl&#039;s data I would really appreciate it.

thanks.</description>
		<content:encoded><![CDATA[<p>Great widget.<br />
I&#8217;m actually doing something that is in a similar vein as this program.</p>
<p>I&#8217;m developeing(for uni) an online footy tipping site, and I was trying to work out how to get the data of the afl&#8217;s site so i could use it on my own.</p>
<p>If you could give me a run down on how you managed to use the afl&#8217;s data I would really appreciate it.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/comment-page-1/#comment-57</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 26 Feb 2006 15:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/#comment-57</guid>
		<description>Hi Brian,

The widget downloads the latest ladder from the AFL website from the ladder web page (http://afl.com.au/default.asp?pg=ladder) so it will automatically update once the 2006 season starts.

Every now and again the AFL changes the structure of the ladder web page and the widget breaks because it can no longer find the ladder data on the page - give me a shout if that happens and I&#039;ll fix it.

Tom</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>The widget downloads the latest ladder from the AFL website from the ladder web page (<a href="http://afl.com.au/default.asp?pg=ladder" rel="nofollow">http://afl.com.au/default.asp?pg=ladder</a>) so it will automatically update once the 2006 season starts.</p>
<p>Every now and again the AFL changes the structure of the ladder web page and the widget breaks because it can no longer find the ladder data on the page &#8211; give me a shout if that happens and I&#8217;ll fix it.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Dickinson</title>
		<link>http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/comment-page-1/#comment-56</link>
		<dc:creator>Brian Dickinson</dc:creator>
		<pubDate>Sun, 26 Feb 2006 09:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/#comment-56</guid>
		<description>Hi,

Great widget....

Does the AFL Ladder automatically update to season 2006 or will I need to download it as the season begins.

Also, will the widget automatically update results each week or will I need to refresh/download after each round.

Apologies if this sounds a dopey question!

All the best

Regards

Brian
Rozelle, Sydney</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great widget&#8230;.</p>
<p>Does the AFL Ladder automatically update to season 2006 or will I need to download it as the season begins.</p>
<p>Also, will the widget automatically update results each week or will I need to refresh/download after each round.</p>
<p>Apologies if this sounds a dopey question!</p>
<p>All the best</p>
<p>Regards</p>
<p>Brian<br />
Rozelle, Sydney</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/comment-page-1/#comment-54</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Mon, 06 Feb 2006 12:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/#comment-54</guid>
		<description>iT&#039;S GREAT!!
Make it universal!!!</description>
		<content:encoded><![CDATA[<p>iT&#8217;S GREAT!!<br />
Make it universal!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dad</title>
		<link>http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/comment-page-1/#comment-53</link>
		<dc:creator>dad</dc:creator>
		<pubDate>Sun, 05 Feb 2006 05:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://expat.dyndns.org/2006/02/01/afl-ladder-widget-v14/#comment-53</guid>
		<description>thanks tom i&#039;ll give it a go</description>
		<content:encoded><![CDATA[<p>thanks tom i&#8217;ll give it a go</p>
]]></content:encoded>
	</item>
</channel>
</rss>

