<?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>Thu, 07 Jan 2010 16:19:04 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Practical tips for securing your WordPress blog by 2base tl</title>
		<link>http://blog.darkcrimson.com/2009/12/tips-for-securing-wordpress/comment-page-1/#comment-282</link>
		<dc:creator>2base tl</dc:creator>
		<pubDate>Thu, 07 Jan 2010 16:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=81#comment-282</guid>
		<description>I found your blog on google and read a few of your other posts. I just added you to my Google News Reader. Keep up the good work Look forward to reading more from you in the future.</description>
		<content:encoded><![CDATA[<p>I found your blog on google and read a few of your other posts. I just added you to my Google News Reader. Keep up the good work Look forward to reading more from you in the future.</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-281</link>
		<dc:creator>Ben Lister</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=34#comment-281</guid>
		<description>Doug,

Sorry for the delay in response  and confusion:

 I actually was missing a line in that code block where the urlencode is used on the $params variable.

$encoded_params = array();   should be proceeded by:

foreach ($params as $k =&gt; $v){ $encoded_params[] = urlencode($k).&#039;=&#039;.urlencode($v); }</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>Sorry for the delay in response  and confusion:</p>
<p> I actually was missing a line in that code block where the urlencode is used on the $params variable.</p>
<p>$encoded_params = array();   should be proceeded by:</p>
<p>foreach ($params as $k => $v){ $encoded_params[] = urlencode($k).&#8217;=&#8217;.urlencode($v); }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mastering the Flickr API with PHP and cURL by Doug Avery</title>
		<link>http://blog.darkcrimson.com/2009/11/mastering-the-flickr-api-with-php-and-curl/comment-page-1/#comment-279</link>
		<dc:creator>Doug Avery</dc:creator>
		<pubDate>Sun, 27 Dec 2009 03:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=34#comment-279</guid>
		<description>Forgive me if I&#039;m just missing something, but how do the parameters become &quot;encoded_params&quot; in your example? I&#039;m not a big PHP person, so I&#039;m not sure what I&#039;d use to normalize these params before concatenation to the URL.

Thanks!</description>
		<content:encoded><![CDATA[<p>Forgive me if I&#8217;m just missing something, but how do the parameters become &#8220;encoded_params&#8221; in your example? I&#8217;m not a big PHP person, so I&#8217;m not sure what I&#8217;d use to normalize these params before concatenation to the URL.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Practical tips for securing your WordPress blog by TJ</title>
		<link>http://blog.darkcrimson.com/2009/12/tips-for-securing-wordpress/comment-page-1/#comment-233</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Fri, 04 Dec 2009 15:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=81#comment-233</guid>
		<description>Yeah, there are some great plugins worth taking a look at too (maybe a future post?): 

Login LockDown - Limit login attempts
WP-Ban - Ban naughty commenters/spammers
WP-DBManager - Automatic Database backups emailed to you daily
WP S3 Backups - Entire website backed up automatically everyday on my Amazon S3 Account...  just in case</description>
		<content:encoded><![CDATA[<p>Yeah, there are some great plugins worth taking a look at too (maybe a future post?): </p>
<p>Login LockDown &#8211; Limit login attempts<br />
WP-Ban &#8211; Ban naughty commenters/spammers<br />
WP-DBManager &#8211; Automatic Database backups emailed to you daily<br />
WP S3 Backups &#8211; Entire website backed up automatically everyday on my Amazon S3 Account&#8230;  just in case</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modal Kombat! A Lightbox Comparison by Benjamin "balupton" Lupton</title>
		<link>http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/comment-page-1/#comment-24</link>
		<dc:creator>Benjamin "balupton" Lupton</dc:creator>
		<pubDate>Sun, 24 Aug 2008 09:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=3#comment-24</guid>
		<description>Fantastic and much needed review (as with all the lightbox choices out there it does become difficult).

However, for the balupton edition, it does not &quot;yet&quot; support other media types as you have said it does, only images. Later on, I will consider adding more if it becomes a popular request.

Xiao Z. Jia, IE6 support has been re-added in the latest release (v1.3.0-rc1).

I have also put some work into the readme.txt to make it a bit easier to understand, as well as providing an options listing and how to, to show the user to customise the lightboxes to their full potential.

One feature I am quite proud of in the latest release is the automatic scrolling and resizing of images.

Again, good work, and thanks.</description>
		<content:encoded><![CDATA[<p>Fantastic and much needed review (as with all the lightbox choices out there it does become difficult).</p>
<p>However, for the balupton edition, it does not &#8220;yet&#8221; support other media types as you have said it does, only images. Later on, I will consider adding more if it becomes a popular request.</p>
<p>Xiao Z. Jia, IE6 support has been re-added in the latest release (v1.3.0-rc1).</p>
<p>I have also put some work into the readme.txt to make it a bit easier to understand, as well as providing an options listing and how to, to show the user to customise the lightboxes to their full potential.</p>
<p>One feature I am quite proud of in the latest release is the automatic scrolling and resizing of images.</p>
<p>Again, good work, and thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modal Kombat! A Lightbox Comparison by Xiao Z. Jia</title>
		<link>http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/comment-page-1/#comment-23</link>
		<dc:creator>Xiao Z. Jia</dc:creator>
		<pubDate>Sat, 02 Aug 2008 21:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=3#comment-23</guid>
		<description>Good article, helped me in my search for a good lightbox solution.

HOWEVER: the one that you gave a lot of praise for - jQuery Lightbox Plugin (balupton edition), has dropped support for IE6 for its recent releases (which fixes a bunch of browser bugs), which I only found out after I&#039;ve done some work on it.

It is a total turnoff and I now have to look for another solution.</description>
		<content:encoded><![CDATA[<p>Good article, helped me in my search for a good lightbox solution.</p>
<p>HOWEVER: the one that you gave a lot of praise for &#8211; jQuery Lightbox Plugin (balupton edition), has dropped support for IE6 for its recent releases (which fixes a bunch of browser bugs), which I only found out after I&#8217;ve done some work on it.</p>
<p>It is a total turnoff and I now have to look for another solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modal Kombat! A Lightbox Comparison by Steve Killen</title>
		<link>http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/comment-page-1/#comment-17</link>
		<dc:creator>Steve Killen</dc:creator>
		<pubDate>Fri, 18 Apr 2008 16:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=3#comment-17</guid>
		<description>Thanks for the quick reply Ben, forgot to mention, great list btw, I&#039;ve already put it in my google bookmarks for quick reference.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply Ben, forgot to mention, great list btw, I&#8217;ve already put it in my google bookmarks for quick reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modal Kombat! A Lightbox Comparison by Keith Knipling</title>
		<link>http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/comment-page-1/#comment-16</link>
		<dc:creator>Keith Knipling</dc:creator>
		<pubDate>Fri, 18 Apr 2008 15:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=3#comment-16</guid>
		<description>Ben,
Thanks for the comprehensive comparison.  I am currently debating what lightbox to use on my website.  Do you have a strong preference regarding scriptaculous vs. mootools?  Do you anticipate one achieving dominance over the other?

I see that you prefer Lightview.  My only reservation is that it is not &quot;open,&quot; and also somewhat heavier than mootools.

Also, what do you think of &lt;a href=&quot;http://mjijackson.com/shadowbox/&quot; rel=&quot;nofollow&quot;&gt;shadowbox&lt;/a&gt;?</description>
		<content:encoded><![CDATA[<p>Ben,<br />
Thanks for the comprehensive comparison.  I am currently debating what lightbox to use on my website.  Do you have a strong preference regarding scriptaculous vs. mootools?  Do you anticipate one achieving dominance over the other?</p>
<p>I see that you prefer Lightview.  My only reservation is that it is not &#8220;open,&#8221; and also somewhat heavier than mootools.</p>
<p>Also, what do you think of <a href="http://mjijackson.com/shadowbox/" rel="nofollow">shadowbox</a>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modal Kombat! A Lightbox Comparison by Ben</title>
		<link>http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/comment-page-1/#comment-15</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=3#comment-15</guid>
		<description>Stevie, 

I am sure that there are other solutions, but from the list above, you could use Multibox or MOOdalBox. Between the two, I favor MOOdalBox because it is a better written application and is very easy to modify. Also, I don&#039;t know what you need to do with the modal but you could always place the SWF in a page can call it using the AJAX method or even as inline content.</description>
		<content:encoded><![CDATA[<p>Stevie, </p>
<p>I am sure that there are other solutions, but from the list above, you could use Multibox or MOOdalBox. Between the two, I favor MOOdalBox because it is a better written application and is very easy to modify. Also, I don&#8217;t know what you need to do with the modal but you could always place the SWF in a page can call it using the AJAX method or even as inline content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modal Kombat! A Lightbox Comparison by Stevie Killen</title>
		<link>http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/comment-page-1/#comment-14</link>
		<dc:creator>Stevie Killen</dc:creator>
		<pubDate>Thu, 17 Apr 2008 15:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.darkcrimson.com/?p=3#comment-14</guid>
		<description>Is there just the one Modal Window plugin that handles flash? I was looking particularly for a mootools one that handles an interactive swf.</description>
		<content:encoded><![CDATA[<p>Is there just the one Modal Window plugin that handles flash? I was looking particularly for a mootools one that handles an interactive swf.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
