<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for jamestanner</title><link>http://disqus.com/by/jamestanner/</link><description></description><atom:link href="http://disqus.com/jamestanner/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 12 Aug 2009 06:45:21 -0000</lastBuildDate><item><title>Re: Push notifications on your iPhone via ColdFusion</title><link>http://critterscode.com/2009/08/11/push-notifications-on-your-iphone-via-coldfusion/#comment-14705282</link><description>&lt;p&gt;I simply added &amp;lt;cfargument name="priority" type="String" required="true"/&amp;gt; underneath &amp;lt;cffunction name="add" access="public" output="false" returntype="struct"&amp;gt; (line 28)&lt;/p&gt;&lt;p&gt;Next error is Variable WRITEDUMP is undefined, however, the push notification does get sent :)&lt;br&gt;(im thinking its because writedump is a CF9 thing!?)&lt;/p&gt;&lt;p&gt;Many thanks for this... great code!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamestanner</dc:creator><pubDate>Wed, 12 Aug 2009 06:45:21 -0000</pubDate></item><item><title>Re: Push notifications on your iPhone via ColdFusion</title><link>http://critterscode.com/2009/08/11/push-notifications-on-your-iphone-via-coldfusion/#comment-14705062</link><description>&lt;p&gt;ahha, thanks for that..... now i get "Variable PRIORITY is undefined" .... however that one i can fix :) just thought id mention it.  thankyou&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamestanner</dc:creator><pubDate>Wed, 12 Aug 2009 06:32:54 -0000</pubDate></item><item><title>Re: Push notifications on your iPhone via ColdFusion</title><link>http://critterscode.com/2009/08/11/push-notifications-on-your-iphone-via-coldfusion/#comment-14704798</link><description>&lt;p&gt;Im loving the idea of this, however i must be being stupid and missed something as it doesnt work for me ... ColdFusion 8.0.1...&lt;/p&gt;&lt;p&gt;i edited the example.cfm and changed:&lt;/p&gt;&lt;p&gt;// connect to the prowl cfc //&lt;br&gt;p = createObject(”component”,”ctzprowl”).init(_apikey=apikey, _callto=callto, _providerkey=providerkey, _appname=appname);&lt;/p&gt;&lt;p&gt;TO:&lt;/p&gt;&lt;p&gt;// connect to the prowl cfc //&lt;br&gt;p = createObject(”component”,”precf9_ctzprowl”).init(_apikey=apikey, _callto=callto, _providerkey=providerkey, _appname=appname);&lt;/p&gt;&lt;p&gt;But i get an error: &lt;br&gt;The value returned from the init function is not of type ctzprowl.&lt;/p&gt;&lt;p&gt;I have created a prowl account, and obv created my API Key and placed it in the code, but no luck :(&lt;/p&gt;&lt;p&gt;What i miss!??&lt;/p&gt;&lt;p&gt;Many thanks in advance for any help :) and thanks for the great script&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamestanner</dc:creator><pubDate>Wed, 12 Aug 2009 06:12:57 -0000</pubDate></item></channel></rss>