<?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 Lost-In-Code</title>
	<atom:link href="http://www.lost-in-code.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com</link>
	<description>Web Development Resources</description>
	<lastBuildDate>Tue, 23 Feb 2010 08:17:48 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on WordPress Image Gallery by Berg</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-plugins/wordpress-image-gallery/comment-page-2/#comment-823</link>
		<dc:creator>Berg</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=143#comment-823</guid>
		<description>Thanks for the share. Love the pics and obviously a useful tool.</description>
		<content:encoded><![CDATA[<p>Thanks for the share. Love the pics and obviously a useful tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery : Auto iFrame Height by loll</title>
		<link>http://www.lost-in-code.com/programming/jquery-auto-iframe-height/comment-page-2/#comment-807</link>
		<dc:creator>loll</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=221#comment-807</guid>
		<description>I was able to get this to work, only, if i load a page in the iframe that is large, from then on the iframe is always large. so while it enlarges to the full height of the pages, it never decreases in size when a small page is loaded. IS there a way around this?</description>
		<content:encoded><![CDATA[<p>I was able to get this to work, only, if i load a page in the iframe that is large, from then on the iframe is always large. so while it enlarges to the full height of the pages, it never decreases in size when a small page is loaded. IS there a way around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML Entities by Hull web design</title>
		<link>http://www.lost-in-code.com/programming/xhtml/html-entities/comment-page-1/#comment-806</link>
		<dc:creator>Hull web design</dc:creator>
		<pubDate>Mon, 15 Feb 2010 09:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=95#comment-806</guid>
		<description>We&#039;ve created a quick and affordable TurnKey Solution. They have a valid HTML and CSS code.</description>
		<content:encoded><![CDATA[<p>We&#8217;ve created a quick and affordable TurnKey Solution. They have a valid HTML and CSS code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP : Date difference in days by Dan</title>
		<link>http://www.lost-in-code.com/programming/php-code/php-date-difference-in-days/comment-page-1/#comment-804</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 11 Feb 2010 18:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=45#comment-804</guid>
		<description>That is the lightest script I have ever seen.. or not seen...</description>
		<content:encoded><![CDATA[<p>That is the lightest script I have ever seen.. or not seen&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery : Auto iFrame Height by Rizwan Ullah</title>
		<link>http://www.lost-in-code.com/programming/jquery-auto-iframe-height/comment-page-2/#comment-803</link>
		<dc:creator>Rizwan Ullah</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=221#comment-803</guid>
		<description>Possible solution for cross domain iFrame height problem.
---------------------------------------------------------


    

    

    
        jQuery(document).ready(function($) {
            resizeWindow();
            function resizeWindow() {
                var height = $(window).height();
                $(&quot;#iFrameRapper&quot;).height(height);
            };
            var resizeTimer = null;
            $(window).bind(&#039;resize&#039;, function() {
                if (resizeTimer) clearTimeout(resizeTimer);
                resizeTimer = setTimeout(resizeWindow, 100);
            });
        });
    

    
        html, body
        {
            overflow: auto;
        }
    


    
        
        
    

</description>
		<content:encoded><![CDATA[<p>Possible solution for cross domain iFrame height problem.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>        jQuery(document).ready(function($) {<br />
            resizeWindow();<br />
            function resizeWindow() {<br />
                var height = $(window).height();<br />
                $(&#8221;#iFrameRapper&#8221;).height(height);<br />
            };<br />
            var resizeTimer = null;<br />
            $(window).bind(&#8217;resize&#8217;, function() {<br />
                if (resizeTimer) clearTimeout(resizeTimer);<br />
                resizeTimer = setTimeout(resizeWindow, 100);<br />
            });<br />
        });</p>
<p>        html, body<br />
        {<br />
            overflow: auto;<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP : Increase memory limit by Parse This! &#187; Blog Archive &#187; The mysterious &#8220;blank&#8221; page in Wordpress admin</title>
		<link>http://www.lost-in-code.com/programming/php-code/php-increase-memory-limit/comment-page-1/#comment-802</link>
		<dc:creator>Parse This! &#187; Blog Archive &#187; The mysterious &#8220;blank&#8221; page in Wordpress admin</dc:creator>
		<pubDate>Tue, 09 Feb 2010 16:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=59#comment-802</guid>
		<description>[...] So short story shorter, check your memory limit! I would just like to add that to the long list of things to check.  Here&#8217;s a good article on changing memory limit. [...]</description>
		<content:encoded><![CDATA[<p>[...] So short story shorter, check your memory limit! I would just like to add that to the long list of things to check.  Here&#8217;s a good article on changing memory limit. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Image Gallery by Gene De Lisa</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-plugins/wordpress-image-gallery/comment-page-2/#comment-801</link>
		<dc:creator>Gene De Lisa</dc:creator>
		<pubDate>Mon, 08 Feb 2010 17:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=143#comment-801</guid>
		<description>[] are brackets.
{} are braces.</description>
		<content:encoded><![CDATA[<p>[] are brackets.<br />
{} are braces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL : ORDER BY numbers by hausundgarten</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-order-by-numbers/comment-page-1/#comment-800</link>
		<dc:creator>hausundgarten</dc:creator>
		<pubDate>Sun, 07 Feb 2010 14:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=250#comment-800</guid>
		<description>Many thanks for that My SQL Tip. I hope you will post again in the future.</description>
		<content:encoded><![CDATA[<p>Many thanks for that My SQL Tip. I hope you will post again in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Image Gallery by photorelive</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-plugins/wordpress-image-gallery/comment-page-2/#comment-799</link>
		<dc:creator>photorelive</dc:creator>
		<pubDate>Sun, 07 Feb 2010 02:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=143#comment-799</guid>
		<description>thanks for the tips</description>
		<content:encoded><![CDATA[<p>thanks for the tips</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery : Auto iFrame Height by Troy</title>
		<link>http://www.lost-in-code.com/programming/jquery-auto-iframe-height/comment-page-2/#comment-798</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Sat, 06 Feb 2010 19:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/?p=221#comment-798</guid>
		<description>IE8 has a problem with the autoheight... Firefox works great.
The &quot;REAL&quot; problem I have is that when you click a link within the iframe, wherever you clicked that link (i.e midpage) the new page opens up mid page instead of at the top of the newly opened page.
Is there a work-around for that problem?</description>
		<content:encoded><![CDATA[<p>IE8 has a problem with the autoheight&#8230; Firefox works great.<br />
The &#8220;REAL&#8221; problem I have is that when you click a link within the iframe, wherever you clicked that link (i.e midpage) the new page opens up mid page instead of at the top of the newly opened page.<br />
Is there a work-around for that problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->