<?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 Dark Crimson Blog</title>
	<atom:link href="http://blog.darkcrimson.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.darkcrimson.com</link>
	<description>The Blog of Ben Lister</description>
	<lastBuildDate>Wed, 21 Jul 2010 18:37:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Set a Dynamic Width / Height on Fancybox by Boris</title>
		<link>http://blog.darkcrimson.com/2010/03/set-a-dynamic-width-height-on-fancybox/comment-page-1/#comment-414</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Wed, 21 Jul 2010 18:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=182#comment-414</guid>
		<description>i added the above mentioned iFrame-code to my site but it doesn´t work. Fancybox just opens the link in a new window...

do i add the code to the index.html or to the fancybox javascript?</description>
		<content:encoded><![CDATA[<p>i added the above mentioned iFrame-code to my site but it doesn´t work. Fancybox just opens the link in a new window&#8230;</p>
<p>do i add the code to the index.html or to the fancybox javascript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mastering the Flickr API with PHP and cURL by Ben Lister</title>
		<link>http://blog.darkcrimson.com/2009/11/mastering-the-flickr-api-with-php-and-curl/comment-page-1/#comment-411</link>
		<dc:creator>Ben Lister</dc:creator>
		<pubDate>Sat, 17 Jul 2010 22:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=34#comment-411</guid>
		<description>Hi David, I responded to your email a moment ago but to share the answer publicly, it appears there was an extra comma at the end of the &lt;code&gt;$params&lt;/code&gt; that could potentially cause an error in certain versions of PHP. I&#039;ve also updated the tutorial to reflect this fix.</description>
		<content:encoded><![CDATA[<p>Hi David, I responded to your email a moment ago but to share the answer publicly, it appears there was an extra comma at the end of the <code>$params</code> that could potentially cause an error in certain versions of PHP. I&#8217;ve also updated the tutorial to reflect this fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mastering the Flickr API with PHP and cURL by David</title>
		<link>http://blog.darkcrimson.com/2009/11/mastering-the-flickr-api-with-php-and-curl/comment-page-1/#comment-410</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 16 Jul 2010 15:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=34#comment-410</guid>
		<description>Hi, I hope you may be able to help..

I&#039;ve followed the tutorial through but can&#039;t get it working.. I&#039;ve put my (non-pro account) API key into the code, moved the img src code into the right place but when I try loading it on my local xampp server I get an error..

Parse error: syntax error, unexpected &#039;&lt;&#039; in K:\xampp\htdocs\darkcrimson.php  on line 47

where line 47 is



Can you / someone spot what is wrong?

I&#039;d love this to work! Looks spot on for what I want to do and you code was fairly easy to follow.. I thought! :-)

Any help would be great, thanks</description>
		<content:encoded><![CDATA[<p>Hi, I hope you may be able to help..</p>
<p>I&#8217;ve followed the tutorial through but can&#8217;t get it working.. I&#8217;ve put my (non-pro account) API key into the code, moved the img src code into the right place but when I try loading it on my local xampp server I get an error..</p>
<p>Parse error: syntax error, unexpected &#8216;&lt;&#039; in K:\xampp\htdocs\darkcrimson.php  on line 47</p>
<p>where line 47 is</p>
<p>Can you / someone spot what is wrong?</p>
<p>I&#8217;d love this to work! Looks spot on for what I want to do and you code was fairly easy to follow.. I thought! <img src='http://blog.darkcrimson.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Any help would be great, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mastering the Flickr API with PHP and cURL by David</title>
		<link>http://blog.darkcrimson.com/2009/11/mastering-the-flickr-api-with-php-and-curl/comment-page-1/#comment-408</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 15 Jul 2010 13:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=34#comment-408</guid>
		<description>Hi,

I&#039;ve just been following your tutorial above, but can&#039;t get it to work.  I&#039;ve changed the API to my own (a non-pro Flickr account), and copied the src= code block in, but (running on Xampp if it makes any difference) get a parse error..

Parse error: syntax error, unexpected &#039;&lt;&#039; in F:\xampp\htdocs\myfile.php on line 50

Do you know how to fix this? I can&#039;t see where the error is!

Any help greatly appreciated.

p.s. Shouldn&#039;t it be  
$photo_title       = $photo[&#039;title&#039;];   rather than $photo_title       = $photo[&#039;secret&#039;];   ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve just been following your tutorial above, but can&#8217;t get it to work.  I&#8217;ve changed the API to my own (a non-pro Flickr account), and copied the src= code block in, but (running on Xampp if it makes any difference) get a parse error..</p>
<p>Parse error: syntax error, unexpected &#8216;&lt;&#039; in F:\xampp\htdocs\myfile.php on line 50</p>
<p>Do you know how to fix this? I can&#039;t see where the error is!</p>
<p>Any help greatly appreciated.</p>
<p>p.s. Shouldn&#039;t it be<br />
$photo_title       = $photo[&#039;title&#039;];   rather than $photo_title       = $photo[&#039;secret&#039;];   ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Practical tips for securing your WordPress blog by Nick - Designer from Sydney</title>
		<link>http://blog.darkcrimson.com/2009/12/tips-for-securing-wordpress/comment-page-1/#comment-404</link>
		<dc:creator>Nick - Designer from Sydney</dc:creator>
		<pubDate>Mon, 05 Jul 2010 02:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=81#comment-404</guid>
		<description>all those plugins are handy, but it is wise to use them and more.

After using WP Ban for a while it is an easier option than updating the htaccess file myself on the road.

I only use it to keep the spam to a minimum, and I have to manually approve comments otherwise I would have hundreds of spam comments a day!

Doing a spring clean after every install of a new updated version of wordpress is the only way to go, as some of the security fixes you do can be recreated by the installation of the latest version of the system.</description>
		<content:encoded><![CDATA[<p>all those plugins are handy, but it is wise to use them and more.</p>
<p>After using WP Ban for a while it is an easier option than updating the htaccess file myself on the road.</p>
<p>I only use it to keep the spam to a minimum, and I have to manually approve comments otherwise I would have hundreds of spam comments a day!</p>
<p>Doing a spring clean after every install of a new updated version of wordpress is the only way to go, as some of the security fixes you do can be recreated by the installation of the latest version of the system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Started with HTML5 Local Databases by Mike</title>
		<link>http://blog.darkcrimson.com/2010/05/local-databases/comment-page-1/#comment-401</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 01 Jul 2010 14:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=217#comment-401</guid>
		<description>I would say that local databases are not a good place to store most user preferences because they are machine specific.  If I go to gmail on my laptop and set preferences I should see the result of that when I log into gmail from my desktop.  

Local databases are awesome for dealing with large datasets though, since they can be pulled down from the server and stored locally so the client doesn&#039;t have to hit the server to move from one page of data to the next (and other operations like searching, sorting, etc..).</description>
		<content:encoded><![CDATA[<p>I would say that local databases are not a good place to store most user preferences because they are machine specific.  If I go to gmail on my laptop and set preferences I should see the result of that when I log into gmail from my desktop.  </p>
<p>Local databases are awesome for dealing with large datasets though, since they can be pulled down from the server and stored locally so the client doesn&#8217;t have to hit the server to move from one page of data to the next (and other operations like searching, sorting, etc..).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Started with HTML5 Local Databases by Getting Started with HTML5 Local Databases // HTML Five</title>
		<link>http://blog.darkcrimson.com/2010/05/local-databases/comment-page-1/#comment-400</link>
		<dc:creator>Getting Started with HTML5 Local Databases // HTML Five</dc:creator>
		<pubDate>Wed, 30 Jun 2010 02:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=217#comment-400</guid>
		<description>[...] Client-side storage is one of the most interesting features in HTML 5 and it has a lot of uses, specially for browser apps. If you want to start experimenting with local databases, Ben Lister came up with a great tutorial about this feature: Getting Started with HTML5 Local Databases. [...]</description>
		<content:encoded><![CDATA[<p>[...] Client-side storage is one of the most interesting features in HTML 5 and it has a lot of uses, specially for browser apps. If you want to start experimenting with local databases, Ben Lister came up with a great tutorial about this feature: Getting Started with HTML5 Local Databases. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set a Dynamic Width / Height on Fancybox by Ben Lister</title>
		<link>http://blog.darkcrimson.com/2010/03/set-a-dynamic-width-height-on-fancybox/comment-page-1/#comment-399</link>
		<dc:creator>Ben Lister</dc:creator>
		<pubDate>Mon, 28 Jun 2010 14:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=182#comment-399</guid>
		<description>Gary,

I took a look at your link and I would suggest first verifying that your FancyBox call works with the conventional method first (just make the link visible). If it is working as intended then double check your Action Script to make sure that it is calling the function correctly.</description>
		<content:encoded><![CDATA[<p>Gary,</p>
<p>I took a look at your link and I would suggest first verifying that your FancyBox call works with the conventional method first (just make the link visible). If it is working as intended then double check your Action Script to make sure that it is calling the function correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set a Dynamic Width / Height on Fancybox by Gary Brown</title>
		<link>http://blog.darkcrimson.com/2010/03/set-a-dynamic-width-height-on-fancybox/comment-page-1/#comment-398</link>
		<dc:creator>Gary Brown</dc:creator>
		<pubDate>Mon, 28 Jun 2010 13:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=182#comment-398</guid>
		<description>trying to get FancyBox called from swf... I&#039;ve used the above but for the life of me I just cant get it to work...
any advise would be extremely helpful
many thanks
Gary</description>
		<content:encoded><![CDATA[<p>trying to get FancyBox called from swf&#8230; I&#8217;ve used the above but for the life of me I just cant get it to work&#8230;<br />
any advise would be extremely helpful<br />
many thanks<br />
Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Started with HTML5 Local Databases by nikesh</title>
		<link>http://blog.darkcrimson.com/2010/05/local-databases/comment-page-1/#comment-397</link>
		<dc:creator>nikesh</dc:creator>
		<pubDate>Mon, 28 Jun 2010 05:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=217#comment-397</guid>
		<description>nice demo .... liked it..</description>
		<content:encoded><![CDATA[<p>nice demo &#8230;. liked it..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
