<?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 Nick Holdren</title>
	<atom:link href="http://nickholdren.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickholdren.com</link>
	<description>Engineer, Mathematician, Musician</description>
	<lastBuildDate>Mon, 13 Feb 2012 22:12:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on LastFM API Wrapper for PHP by Nick Holdren</title>
		<link>http://nickholdren.com/2011/08/08/lastfm-api-wrapper-for-php/comment-page-1/#comment-3144</link>
		<dc:creator>Nick Holdren</dc:creator>
		<pubDate>Mon, 13 Feb 2012 22:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://nickholdren.com/?p=702#comment-3144</guid>
		<description>So it&#039;s not super complicated, for example, if you wanted to get an artist&#039;s info you would do the following:

Your object is &quot;artist&quot;, your method is &quot;getInfo&quot;, and you&#039;re payload is an array of parameters needed for the method in this case it is the artist name so I choose &quot;Cher&quot;. This will give you the result found here: http://www.last.fm/api/show/artist.getInfo

Does that make sense?</description>
		<content:encoded><![CDATA[<p>So it&#8217;s not super complicated, for example, if you wanted to get an artist&#8217;s info you would do the following:</p>
<p>Your object is &#8220;artist&#8221;, your method is &#8220;getInfo&#8221;, and you&#8217;re payload is an array of parameters needed for the method in this case it is the artist name so I choose &#8220;Cher&#8221;. This will give you the result found here: <a href="http://www.last.fm/api/show/artist.getInfo" rel="nofollow">http://www.last.fm/api/show/artist.getInfo</a></p>
<p>Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LastFM API Wrapper for PHP by Dumas</title>
		<link>http://nickholdren.com/2011/08/08/lastfm-api-wrapper-for-php/comment-page-1/#comment-3143</link>
		<dc:creator>Dumas</dc:creator>
		<pubDate>Mon, 13 Feb 2012 22:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://nickholdren.com/?p=702#comment-3143</guid>
		<description>Thank you so much for this helpful tool, but i don&#039;t have a clue how to make it print what i want to show.

i&#039;m trying to make a similar artists widget for my music blog, where you can read an artists review and at the bottom of page you can see a last fm similar artists widget.

any help it&#039;s apreciated.

thanks in advance and sorry for my bad english</description>
		<content:encoded><![CDATA[<p>Thank you so much for this helpful tool, but i don&#8217;t have a clue how to make it print what i want to show.</p>
<p>i&#8217;m trying to make a similar artists widget for my music blog, where you can read an artists review and at the bottom of page you can see a last fm similar artists widget.</p>
<p>any help it&#8217;s apreciated.</p>
<p>thanks in advance and sorry for my bad english</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Name of Current Controller and Action in Yii by Nick Holdren</title>
		<link>http://nickholdren.com/2011/12/05/get-name-of-current-controller-and-action-in-yii/comment-page-1/#comment-2657</link>
		<dc:creator>Nick Holdren</dc:creator>
		<pubDate>Wed, 07 Dec 2011 17:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://nickholdren.com/?p=732#comment-2657</guid>
		<description>Agreed, that works as well but only in the context of the controller class. My example should work throughout the application.</description>
		<content:encoded><![CDATA[<p>Agreed, that works as well but only in the context of the controller class. My example should work throughout the application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Name of Current Controller and Action in Yii by shahid</title>
		<link>http://nickholdren.com/2011/12/05/get-name-of-current-controller-and-action-in-yii/comment-page-1/#comment-2656</link>
		<dc:creator>shahid</dc:creator>
		<pubDate>Wed, 07 Dec 2011 14:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://nickholdren.com/?p=732#comment-2656</guid>
		<description>wrong. use this &quot;$this-&gt;getId()&quot;. Done!</description>
		<content:encoded><![CDATA[<p>wrong. use this &#8220;$this-&gt;getId()&#8221;. Done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Execute A Triggered Send With Additional Attributes Via SOAP API In ExactTarget Using PHP by Nick Holdren</title>
		<link>http://nickholdren.com/2011/03/08/execute-a-triggered-send-with-additional-attributes-via-soap-api-in-exacttarget-using-php/comment-page-1/#comment-2344</link>
		<dc:creator>Nick Holdren</dc:creator>
		<pubDate>Tue, 18 Oct 2011 18:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://nickholdren.com/?p=636#comment-2344</guid>
		<description>I added the options in there to show that you could specify these options if chose to. As far a the bounce event issue, you&#039;ll have to look at the Send object and return a list of send ids. Then, you can use that in order to look at the BounceEvent object to find the specific BounceEvent for that send.</description>
		<content:encoded><![CDATA[<p>I added the options in there to show that you could specify these options if chose to. As far a the bounce event issue, you&#8217;ll have to look at the Send object and return a list of send ids. Then, you can use that in order to look at the BounceEvent object to find the specific BounceEvent for that send.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Execute A Triggered Send With Additional Attributes Via SOAP API In ExactTarget Using PHP by Ryan Day</title>
		<link>http://nickholdren.com/2011/03/08/execute-a-triggered-send-with-additional-attributes-via-soap-api-in-exacttarget-using-php/comment-page-1/#comment-2343</link>
		<dc:creator>Ryan Day</dc:creator>
		<pubDate>Tue, 18 Oct 2011 18:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://nickholdren.com/?p=636#comment-2343</guid>
		<description>i see you populate options but you never use them in the et request. Just wondering what you lost by not adding them. also any idea how to get the BounceEvent related to this specific send? my responses never have a sendId or other such value to use to load a BounceEvent</description>
		<content:encoded><![CDATA[<p>i see you populate options but you never use them in the et request. Just wondering what you lost by not adding them. also any idea how to get the BounceEvent related to this specific send? my responses never have a sendId or other such value to use to load a BounceEvent</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 7Digital API Wrapper for PHP by Nick Holdren</title>
		<link>http://nickholdren.com/2011/08/11/7digital-api-wrapper-for-php/comment-page-1/#comment-2101</link>
		<dc:creator>Nick Holdren</dc:creator>
		<pubDate>Fri, 02 Sep 2011 13:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://nickholdren.com/?p=706#comment-2101</guid>
		<description>Not a problem, I will make an update and repost!</description>
		<content:encoded><![CDATA[<p>Not a problem, I will make an update and repost!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 7Digital API Wrapper for PHP by todd</title>
		<link>http://nickholdren.com/2011/08/11/7digital-api-wrapper-for-php/comment-page-1/#comment-2098</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Thu, 01 Sep 2011 22:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://nickholdren.com/?p=706#comment-2098</guid>
		<description>Thanks, not sure how to use it though. Can you provide an example for us newbies? Love to know how to choose an artist, song and get the mp3 preview.</description>
		<content:encoded><![CDATA[<p>Thanks, not sure how to use it though. Can you provide an example for us newbies? Love to know how to choose an artist, song and get the mp3 preview.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ticketfly API Wrapper for PHP by Nick Holdren</title>
		<link>http://nickholdren.com/2011/08/05/ticketfly-api-wrapper-for-php/comment-page-1/#comment-1978</link>
		<dc:creator>Nick Holdren</dc:creator>
		<pubDate>Mon, 08 Aug 2011 15:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://nickholdren.com/?p=699#comment-1978</guid>
		<description>Thanks Adam, I will make that change and repost. Was in a hurry trying to get something out the door.

Nick</description>
		<content:encoded><![CDATA[<p>Thanks Adam, I will make that change and repost. Was in a hurry trying to get something out the door.</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ticketfly API Wrapper for PHP by Adam</title>
		<link>http://nickholdren.com/2011/08/05/ticketfly-api-wrapper-for-php/comment-page-1/#comment-1967</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 05 Aug 2011 23:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://nickholdren.com/?p=699#comment-1967</guid>
		<description>Hey Nick!

Nice work - if you have any questions, be sure to let us know using the Ticketfly API Google Group: http://groups.google.com/group/ticketfly-api

Thanks,

Adam Creeger
API Architect
Ticketfly

P.S I&#039;m no PHP expert, but it looks like you need to URL encode your URL parameter names and values (line 45)</description>
		<content:encoded><![CDATA[<p>Hey Nick!</p>
<p>Nice work &#8211; if you have any questions, be sure to let us know using the Ticketfly API Google Group: <a href="http://groups.google.com/group/ticketfly-api" rel="nofollow">http://groups.google.com/group/ticketfly-api</a></p>
<p>Thanks,</p>
<p>Adam Creeger<br />
API Architect<br />
Ticketfly</p>
<p>P.S I&#8217;m no PHP expert, but it looks like you need to URL encode your URL parameter names and values (line 45)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

