<?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 for What A Wonderful Web - The online portfolio of Craig Morris</title>
	<atom:link href="http://waww.com.au/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://waww.com.au</link>
	<description>Welcome to &#60;strong&#62;What A Wonderful Web&#60;/strong&#62; (aka Craig Morris). See my &#60;strong&#62;work below&#60;/strong&#62; and my &#60;strong&#62;skills above&#60;/strong&#62;. Impressed? Phone me on 0422 174 194 or email me &#60;a href="mailto:craig@waww.com.au"&#62;craig@waww.com.au&#60;/a&#62;.&#60;br /&#62;&#60;span style="font-size: 13px;"&#62;(you could also check out my &#60;a href="/category/ramblings"&#62;blog posts&#60;/a&#62; or &#60;a href="/projects"&#62;open source projects&#60;/a&#62;)&#60;/span&#62;</description>
	<lastBuildDate>Wed, 10 Feb 2010 02:37:16 +1100</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Determine state from postcode in Australia by reuben</title>
		<link>http://waww.com.au/ramblings/determine-state-from-postcode-in-australia/comment-page-1#comment-93</link>
		<dc:creator>reuben</dc:creator>
		<pubDate>Wed, 10 Feb 2010 02:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://waww.com.au/?p=644#comment-93</guid>
		<description>hi there,

i noticed an error in your code in that the exceptions always return the state within the range, as opposed to the correct state.

e.g 872 is within the NT range, but is actually in SA.</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>i noticed an error in your code in that the exceptions always return the state within the range, as opposed to the correct state.</p>
<p>e.g 872 is within the NT range, but is actually in SA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExternalInterface.addCallback &#8211; Object doesn&#8217;t support property or method by Marcel</title>
		<link>http://waww.com.au/ramblings/externalinterfaceaddcallback-object-doesnt-support-property-or-method/comment-page-1#comment-90</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Wed, 06 Jan 2010 16:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://waww.com.au/?p=47#comment-90</guid>
		<description>I had a similar issue:

In Firefox Addcallback worked like a charm - in i got the message like state in the title &quot;Object doesn’t support property or method&quot;

Searching the web i found many tips and solutions - neither one solved my problem.

My page is set up with a neat little Ajax calls using JQuery.
So there is the solution:

Instead of filling your page with something like
&lt;code&gt;
$(&#039;#content&#039;).html(ajaxResponse);
&lt;/code&gt;

use the old-fashioned way:
&lt;code&gt;
document.getElementById(&#039;content&#039;).innerHTML = ajaxResponse;
&lt;/code&gt;


So the whole request / output goes like this
&lt;code&gt;
$.ajax({
 type: &quot;GET&quot;,
 url: &quot;myflashplayerTemplate.html&quot;
 success: function(ajaxResponse){
  document.getElementById(&#039;content&#039;).innerHTML = ajaxResponse;
 }
});
&lt;/code&gt;

I hope to save someone else&#039;s time with this one ;)</description>
		<content:encoded><![CDATA[<p>I had a similar issue:</p>
<p>In Firefox Addcallback worked like a charm &#8211; in i got the message like state in the title &#8220;Object doesn’t support property or method&#8221;</p>
<p>Searching the web i found many tips and solutions &#8211; neither one solved my problem.</p>
<p>My page is set up with a neat little Ajax calls using JQuery.<br />
So there is the solution:</p>
<p>Instead of filling your page with something like<br />
<code><br />
$('#content').html(ajaxResponse);<br />
</code></p>
<p>use the old-fashioned way:<br />
<code><br />
document.getElementById('content').innerHTML = ajaxResponse;<br />
</code></p>
<p>So the whole request / output goes like this<br />
<code><br />
$.ajax({<br />
 type: "GET",<br />
 url: "myflashplayerTemplate.html"<br />
 success: function(ajaxResponse){<br />
  document.getElementById('content').innerHTML = ajaxResponse;<br />
 }<br />
});<br />
</code></p>
<p>I hope to save someone else&#8217;s time with this one <img src='http://waww.com.au/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clean A Matic by Craig</title>
		<link>http://waww.com.au/portfolio/ecommerce/clean-a-matic/comment-page-1#comment-88</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Fri, 13 Nov 2009 04:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://waww.com.au/?p=107#comment-88</guid>
		<description>www.cleanamatic.com.au</description>
		<content:encoded><![CDATA[<p><a href="http://www.cleanamatic.com.au" rel="nofollow">http://www.cleanamatic.com.au</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clean A Matic by thora dutton</title>
		<link>http://waww.com.au/portfolio/ecommerce/clean-a-matic/comment-page-1#comment-87</link>
		<dc:creator>thora dutton</dc:creator>
		<pubDate>Fri, 13 Nov 2009 03:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://waww.com.au/?p=107#comment-87</guid>
		<description>Could you please let me know where I can purchase a refil for my &quot;Clean Air&quot; dispenser.  Thank you.</description>
		<content:encoded><![CDATA[<p>Could you please let me know where I can purchase a refil for my &#8220;Clean Air&#8221; dispenser.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExternalInterface.addCallback &#8211; Object doesn&#8217;t support property or method by Justin</title>
		<link>http://waww.com.au/ramblings/externalinterfaceaddcallback-object-doesnt-support-property-or-method/comment-page-1#comment-85</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 31 Oct 2009 22:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://waww.com.au/?p=47#comment-85</guid>
		<description>Spent several hours trying to figure this out today - thought I&#039;d add my new wisdom to your list:

1. Beware ActiveX reserved words, which will obviously only break IE.  My problem was that I was registering a callback named &#039;play&#039; - sure enough, a reserved word.

2. When debugging in IE7, be sure to clear the cache by going to tools&gt;Delete Browsing History. Control F5 doesn&#039;t clear the cache of old .swf files like in other browsers.</description>
		<content:encoded><![CDATA[<p>Spent several hours trying to figure this out today &#8211; thought I&#8217;d add my new wisdom to your list:</p>
<p>1. Beware ActiveX reserved words, which will obviously only break IE.  My problem was that I was registering a callback named &#8216;play&#8217; &#8211; sure enough, a reserved word.</p>
<p>2. When debugging in IE7, be sure to clear the cache by going to tools>Delete Browsing History. Control F5 doesn&#8217;t clear the cache of old .swf files like in other browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Qcodo vs CakePHP by Craig</title>
		<link>http://waww.com.au/ramblings/qcodo-vs-cakephp/comment-page-1#comment-77</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Mon, 12 Oct 2009 09:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://localhost.waww.com.au/?p=3#comment-77</guid>
		<description>@samancer thanks for the colourful comment. What text are you referring to?</description>
		<content:encoded><![CDATA[<p>@samancer thanks for the colourful comment. What text are you referring to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Qcodo vs CakePHP by samancer</title>
		<link>http://waww.com.au/ramblings/qcodo-vs-cakephp/comment-page-1#comment-76</link>
		<dc:creator>samancer</dc:creator>
		<pubDate>Mon, 12 Oct 2009 09:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://localhost.waww.com.au/?p=3#comment-76</guid>
		<description>What the **** is it? Where is the text?</description>
		<content:encoded><![CDATA[<p>What the **** is it? Where is the text?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on View Harvest invoices with your iPhone by Craig</title>
		<link>http://waww.com.au/ramblings/view-harvest-invoices-with-your-iphone/comment-page-1#comment-74</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Mon, 28 Sep 2009 02:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://waww.com.au/?p=626#comment-74</guid>
		<description>@Danny

Great news! I just added a feature so you can mark invoices as paid as well! Looking forward to iPhone goodies coming out..

- C</description>
		<content:encoded><![CDATA[<p>@Danny</p>
<p>Great news! I just added a feature so you can mark invoices as paid as well! Looking forward to iPhone goodies coming out..</p>
<p>- C</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on View Harvest invoices with your iPhone by Danny</title>
		<link>http://waww.com.au/ramblings/view-harvest-invoices-with-your-iphone/comment-page-1#comment-73</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://waww.com.au/?p=626#comment-73</guid>
		<description>Thanks for building this out!  Just a quick note to let you know that the link is hyperlinked to our API instead of the script URL. 

Also, we&#039;re cooking up some iPhone goodness at our labs here, so things like this just might be supported in an iPhone app in the not-so-far future! 

Danny / Harvest Co-founder</description>
		<content:encoded><![CDATA[<p>Thanks for building this out!  Just a quick note to let you know that the link is hyperlinked to our API instead of the script URL. </p>
<p>Also, we&#8217;re cooking up some iPhone goodness at our labs here, so things like this just might be supported in an iPhone app in the not-so-far future! </p>
<p>Danny / Harvest Co-founder</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP custom error class doesn&#8217;t work when providing translations by Craig</title>
		<link>http://waww.com.au/ramblings/cakephp-custom-error-class-doesnt-work-when-providing-translations/comment-page-1#comment-71</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Sat, 12 Sep 2009 06:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://waww.com.au/?p=612#comment-71</guid>
		<description>Good work!</description>
		<content:encoded><![CDATA[<p>Good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
