<?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 Ian Luckraft Web Development</title>
	<atom:link href="http://ianluckraft.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianluckraft.co.uk</link>
	<description>Ian Luckraft&#039;s portfolio site</description>
	<lastBuildDate>Mon, 16 Jan 2012 14:30:42 +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 CodeIgniter Instagram API Library Released by Marcel</title>
		<link>http://ianluckraft.co.uk/2011/05/codeigniter-instagram-api-library-released/comment-page-1/#comment-727</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Mon, 16 Jan 2012 14:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://ianluckraft.co.uk/?p=149#comment-727</guid>
		<description>Hi Ian,

i&#039;ll let you know when its done.</description>
		<content:encoded><![CDATA[<p>Hi Ian,</p>
<p>i&#8217;ll let you know when its done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Instagram API Library Released by ian</title>
		<link>http://ianluckraft.co.uk/2011/05/codeigniter-instagram-api-library-released/comment-page-1/#comment-670</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Sun, 08 Jan 2012 15:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://ianluckraft.co.uk/?p=149#comment-670</guid>
		<description>Hi Marcel,

Thanks for letting me know. I have just pushed an update to GitHub.

Please feel free to share your work with the library by posting a link here.

Thanks

Ian</description>
		<content:encoded><![CDATA[<p>Hi Marcel,</p>
<p>Thanks for letting me know. I have just pushed an update to GitHub.</p>
<p>Please feel free to share your work with the library by posting a link here.</p>
<p>Thanks</p>
<p>Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Instagram API Library Released by ian</title>
		<link>http://ianluckraft.co.uk/2011/05/codeigniter-instagram-api-library-released/comment-page-1/#comment-669</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Sun, 08 Jan 2012 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://ianluckraft.co.uk/?p=149#comment-669</guid>
		<description>Hi Rob,

I have pushed the update to GitHub and included a credit to you in the commit.

Thanks

Ian</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>I have pushed the update to GitHub and included a credit to you in the commit.</p>
<p>Thanks</p>
<p>Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Instagram API Library Released by ian</title>
		<link>http://ianluckraft.co.uk/2011/05/codeigniter-instagram-api-library-released/comment-page-1/#comment-667</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Sun, 08 Jan 2012 15:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://ianluckraft.co.uk/?p=149#comment-667</guid>
		<description>Thanks for letting me know Rob,

I&#039;m just looking at the API results at the moment to see if simply switching to %s is a good enough fix or if will take something more.

Thanks

Ian</description>
		<content:encoded><![CDATA[<p>Thanks for letting me know Rob,</p>
<p>I&#8217;m just looking at the API results at the moment to see if simply switching to %s is a good enough fix or if will take something more.</p>
<p>Thanks</p>
<p>Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Instagram API Library Released by Marcel</title>
		<link>http://ianluckraft.co.uk/2011/05/codeigniter-instagram-api-library-released/comment-page-1/#comment-666</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Sun, 08 Jan 2012 13:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://ianluckraft.co.uk/?p=149#comment-666</guid>
		<description>Ian,

i love your library. Thank you for that.
I was just about to write you an email, because of my problem by receiving no data with the function getUserFeed() e.g. But now, as i read the comments, i&#039;d like to thank Rob for his post. You saved me a few hours of work. Brilliant.

Thank you both, you rock.
Keep on doing such a good Work.

Regards,

Marcel</description>
		<content:encoded><![CDATA[<p>Ian,</p>
<p>i love your library. Thank you for that.<br />
I was just about to write you an email, because of my problem by receiving no data with the function getUserFeed() e.g. But now, as i read the comments, i&#8217;d like to thank Rob for his post. You saved me a few hours of work. Brilliant.</p>
<p>Thank you both, you rock.<br />
Keep on doing such a good Work.</p>
<p>Regards,</p>
<p>Marcel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal 6 num_rows by Lucky</title>
		<link>http://ianluckraft.co.uk/2010/03/drupal-6-num_rows/comment-page-1/#comment-654</link>
		<dc:creator>Lucky</dc:creator>
		<pubDate>Sat, 07 Jan 2012 08:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://ianluckraft.co.uk/blog/?p=27#comment-654</guid>
		<description>You can use:
$result = db_query($SQL, array(\&#039;:some_id\&#039;=&gt;$some_id);
and then 
$count = $result-&gt;fetchField()

$count will contain the number of records fetched.</description>
		<content:encoded><![CDATA[<p>You can use:<br />
$result = db_query($SQL, array(\&#8217;:some_id\&#8217;=&gt;$some_id);<br />
and then<br />
$count = $result-&gt;fetchField()</p>
<p>$count will contain the number of records fetched.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Instagram API Library Released by Rob Pomeroy</title>
		<link>http://ianluckraft.co.uk/2011/05/codeigniter-instagram-api-library-released/comment-page-1/#comment-648</link>
		<dc:creator>Rob Pomeroy</dc:creator>
		<pubDate>Fri, 06 Jan 2012 16:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://ianluckraft.co.uk/?p=149#comment-648</guid>
		<description>Ian,

I think you may need to take another look at the API URLs.  Where you\&#039;re using %d, empty parameters (NULLs) are being cast into integers (0).  So I end up with a call like:

https://api.instagram.com/v1/users/self/media/recent/?access_token=[TOKEN]&amp;max_id=0&amp;min_id=0&amp;max_timestamp=0&amp;min_timestamp=0

The zeroes cause Instagram to return no data, just a 200 success code.  Swapping to %s throughout gives correct results - personally, I\&#039;d switch to strings, since it\&#039;s a URL we\&#039;re sending ultimately.  Relying on implicit casting can cause unexpected results (as above).  Not sure if this behaviour (casting NULL to 0) is a change in PHP, by the way.  I\&#039;m on 5.3.

Regards,

Rob</description>
		<content:encoded><![CDATA[<p>Ian,</p>
<p>I think you may need to take another look at the API URLs.  Where you\&#8217;re using %d, empty parameters (NULLs) are being cast into integers (0).  So I end up with a call like:</p>
<p><a href="https://api.instagram.com/v1/users/self/media/recent/?access_token=TOKEN&#038;max_id=0&#038;min_id=0&#038;max_timestamp=0&#038;min_timestamp=0" rel="nofollow">https://api.instagram.com/v1/users/self/media/recent/?access_token=TOKEN&#038;max_id=0&#038;min_id=0&#038;max_timestamp=0&#038;min_timestamp=0</a></p>
<p>The zeroes cause Instagram to return no data, just a 200 success code.  Swapping to %s throughout gives correct results &#8211; personally, I\&#8217;d switch to strings, since it\&#8217;s a URL we\&#8217;re sending ultimately.  Relying on implicit casting can cause unexpected results (as above).  Not sure if this behaviour (casting NULL to 0) is a change in PHP, by the way.  I\&#8217;m on 5.3.</p>
<p>Regards,</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Instagram API Library Released by Rob Pomeroy</title>
		<link>http://ianluckraft.co.uk/2011/05/codeigniter-instagram-api-library-released/comment-page-1/#comment-647</link>
		<dc:creator>Rob Pomeroy</dc:creator>
		<pubDate>Fri, 06 Jan 2012 16:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://ianluckraft.co.uk/?p=149#comment-647</guid>
		<description>Ian,

I think you may need to take another look at the API URLs.  Where you&#039;re using %d, empty parameters (NULLs) are being cast into integers (0).  So I end up with a call like:

https://api.instagram.com/v1/users/self/media/recent/?access_token=[TOKEN]&amp;max_id=0&amp;min_id=0&amp;max_timestamp=0&amp;min_timestamp=0

The zeroes cause Instagram to return no data, just a 200 success code.  Swapping to %s throughout gives correct results - personally, I&#039;d switch to strings, since it&#039;s a URL we&#039;re sending ultimately.  Relying on implicit casting can cause unexpected results (as above).  Not sure if this behaviour (casting NULL to 0) is a change in PHP, by the way.  I&#039;m on 5.3.

Regards,

Rob</description>
		<content:encoded><![CDATA[<p>Ian,</p>
<p>I think you may need to take another look at the API URLs.  Where you&#8217;re using %d, empty parameters (NULLs) are being cast into integers (0).  So I end up with a call like:</p>
<p><a href="https://api.instagram.com/v1/users/self/media/recent/?access_token=TOKEN&#038;max_id=0&#038;min_id=0&#038;max_timestamp=0&#038;min_timestamp=0" rel="nofollow">https://api.instagram.com/v1/users/self/media/recent/?access_token=TOKEN&#038;max_id=0&#038;min_id=0&#038;max_timestamp=0&#038;min_timestamp=0</a></p>
<p>The zeroes cause Instagram to return no data, just a 200 success code.  Swapping to %s throughout gives correct results &#8211; personally, I&#8217;d switch to strings, since it&#8217;s a URL we&#8217;re sending ultimately.  Relying on implicit casting can cause unexpected results (as above).  Not sure if this behaviour (casting NULL to 0) is a change in PHP, by the way.  I&#8217;m on 5.3.</p>
<p>Regards,</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Instagram API Library Released by Rob Pomeroy</title>
		<link>http://ianluckraft.co.uk/2011/05/codeigniter-instagram-api-library-released/comment-page-1/#comment-558</link>
		<dc:creator>Rob Pomeroy</dc:creator>
		<pubDate>Wed, 21 Dec 2011 17:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://ianluckraft.co.uk/?p=149#comment-558</guid>
		<description>I&#039;ve added some notes to the &lt;a href=&quot;http://codeigniter.com/forums/viewthread/188412/&quot; title=&quot;CodeIgniter forums&quot; rel=&quot;nofollow&quot;&gt;forum page&lt;/a&gt; on how I&#039;ve handled authentication .

Rob</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added some notes to the <a href="http://codeigniter.com/forums/viewthread/188412/" title="CodeIgniter forums" rel="nofollow">forum page</a> on how I&#8217;ve handled authentication .</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Instagram API Library Released by ian</title>
		<link>http://ianluckraft.co.uk/2011/05/codeigniter-instagram-api-library-released/comment-page-1/#comment-516</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Tue, 13 Dec 2011 19:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://ianluckraft.co.uk/?p=149#comment-516</guid>
		<description>Hi Rob,

Thanks for letting me know you are using and enjoying the code.

With the OAuth there is a call for popular media that does not require OAuth which is one of the reasons I kept it a bit more manual.

It also lets developers store it as they would prefer. E.g. in a session variable or database table.

I look forward to hearing of any projects you use it in.

Thanks

Ian</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>Thanks for letting me know you are using and enjoying the code.</p>
<p>With the OAuth there is a call for popular media that does not require OAuth which is one of the reasons I kept it a bit more manual.</p>
<p>It also lets developers store it as they would prefer. E.g. in a session variable or database table.</p>
<p>I look forward to hearing of any projects you use it in.</p>
<p>Thanks</p>
<p>Ian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

