<?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 Coen Coppens</title>
	<atom:link href="http://www.coencoppens.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coencoppens.nl</link>
	<description>Professional blog</description>
	<lastBuildDate>Sun, 29 Aug 2010 20:23:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to get the value of the last key in an array by Coen Coppens</title>
		<link>http://www.coencoppens.nl/how-to-get-the-value-of-the-last-key-in-an-array/comment-page-1/#comment-7587</link>
		<dc:creator>Coen Coppens</dc:creator>
		<pubDate>Sun, 29 Aug 2010 20:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.coencoppens.nl/?p=65#comment-7587</guid>
		<description>Very nice addition to the post! I wasn&#039;t aware of the existence of this function. It&#039;s definitely a better way of getting the last value. Thank you for your reply (-:</description>
		<content:encoded><![CDATA[<p>Very nice addition to the post! I wasn&#8217;t aware of the existence of this function. It&#8217;s definitely a better way of getting the last value. Thank you for your reply (-:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get the value of the last key in an array by Ruud Altenburg</title>
		<link>http://www.coencoppens.nl/how-to-get-the-value-of-the-last-key-in-an-array/comment-page-1/#comment-7581</link>
		<dc:creator>Ruud Altenburg</dc:creator>
		<pubDate>Fri, 27 Aug 2010 11:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.coencoppens.nl/?p=65#comment-7581</guid>
		<description>This is an option only if you want to immediately delete that item from the array. Why not use end() instead?</description>
		<content:encoded><![CDATA[<p>This is an option only if you want to immediately delete that item from the array. Why not use end() instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightwindow&#8217;s overlay height is too short by Andy Potts</title>
		<link>http://www.coencoppens.nl/lightwindows-overlay-height-is-too-short/comment-page-1/#comment-6721</link>
		<dc:creator>Andy Potts</dc:creator>
		<pubDate>Thu, 22 Apr 2010 08:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.coencoppens.nl/?p=3#comment-6721</guid>
		<description>I too had this problem. It turned out to be because I had placed the whole site into a div element with position:absolute. Just by making it position:relative and removing the margins from the top and bottom of the page, lightbox worked fine.</description>
		<content:encoded><![CDATA[<p>I too had this problem. It turned out to be because I had placed the whole site into a div element with position:absolute. Just by making it position:relative and removing the margins from the top and bottom of the page, lightbox worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightwindow&#8217;s overlay height is too short by Matt</title>
		<link>http://www.coencoppens.nl/lightwindows-overlay-height-is-too-short/comment-page-1/#comment-4482</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 10 Aug 2009 16:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.coencoppens.nl/?p=3#comment-4482</guid>
		<description>Uhhh....how do you include code in these comments?</description>
		<content:encoded><![CDATA[<p>Uhhh&#8230;.how do you include code in these comments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightwindow&#8217;s overlay height is too short by Matt</title>
		<link>http://www.coencoppens.nl/lightwindows-overlay-height-is-too-short/comment-page-1/#comment-4481</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 10 Aug 2009 16:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.coencoppens.nl/?p=3#comment-4481</guid>
		<description>Add this before the closing &quot;&quot; tag

[code]

[/code]</description>
		<content:encoded><![CDATA[<p>Add this before the closing &#8220;&#8221; tag</p>
<p>[code]</p>
<p>[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightwindow&#8217;s overlay height is too short by Coen Coppens</title>
		<link>http://www.coencoppens.nl/lightwindows-overlay-height-is-too-short/comment-page-1/#comment-4468</link>
		<dc:creator>Coen Coppens</dc:creator>
		<pubDate>Sun, 09 Aug 2009 14:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.coencoppens.nl/?p=3#comment-4468</guid>
		<description>Glad the problem is solved! Can you share the solution?</description>
		<content:encoded><![CDATA[<p>Glad the problem is solved! Can you share the solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightwindow&#8217;s overlay height is too short by Matt</title>
		<link>http://www.coencoppens.nl/lightwindows-overlay-height-is-too-short/comment-page-1/#comment-4452</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 07 Aug 2009 15:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.coencoppens.nl/?p=3#comment-4452</guid>
		<description>Since this problem didnt occur on the stickmanlabs site i just grabbed his page and reverse ingineered it until ifigured out that he fixed it by just including a div with the overlay img as the background as the last thing on the page with a very large height. Works now. Thanks.</description>
		<content:encoded><![CDATA[<p>Since this problem didnt occur on the stickmanlabs site i just grabbed his page and reverse ingineered it until ifigured out that he fixed it by just including a div with the overlay img as the background as the last thing on the page with a very large height. Works now. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightwindow&#8217;s overlay height is too short by Matt</title>
		<link>http://www.coencoppens.nl/lightwindows-overlay-height-is-too-short/comment-page-1/#comment-4442</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 06 Aug 2009 12:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.coencoppens.nl/?p=3#comment-4442</guid>
		<description>Phunkk: Hi! Thanks for the reply! I have set up a test page &lt;a href=&quot;http://blaxton.mcsdga.net/LightWindowTest/test.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; that contains only a single link and demonstrates the problem I am having.

I just used the default.css from stickmanlabs for the test.

If you can shed some light here I will be EXTREMELY grateful. Thanks so much!</description>
		<content:encoded><![CDATA[<p>Phunkk: Hi! Thanks for the reply! I have set up a test page <a href="http://blaxton.mcsdga.net/LightWindowTest/test.html" rel="nofollow">here</a> that contains only a single link and demonstrates the problem I am having.</p>
<p>I just used the default.css from stickmanlabs for the test.</p>
<p>If you can shed some light here I will be EXTREMELY grateful. Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightwindow&#8217;s overlay height is too short by Phunkk</title>
		<link>http://www.coencoppens.nl/lightwindows-overlay-height-is-too-short/comment-page-1/#comment-4439</link>
		<dc:creator>Phunkk</dc:creator>
		<pubDate>Thu, 06 Aug 2009 06:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.coencoppens.nl/?p=3#comment-4439</guid>
		<description>Matt: Do you have a link you can send me so I can have a look? There might be some elements positioned in a way that cause lightwindow to panic (absolute for example). Any of those around?</description>
		<content:encoded><![CDATA[<p>Matt: Do you have a link you can send me so I can have a look? There might be some elements positioned in a way that cause lightwindow to panic (absolute for example). Any of those around?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightwindow&#8217;s overlay height is too short by Matt</title>
		<link>http://www.coencoppens.nl/lightwindows-overlay-height-is-too-short/comment-page-1/#comment-4438</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 06 Aug 2009 04:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.coencoppens.nl/?p=3#comment-4438</guid>
		<description>i meant this to link &lt;a href=&quot;http://www.stickmanlabs.com/lightwindow/&quot; rel=&quot;nofollow&quot;&gt;stickmanlabs demos&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>i meant this to link <a href="http://www.stickmanlabs.com/lightwindow/" rel="nofollow">stickmanlabs demos</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
