<?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 Code Corner</title>
	<atom:link href="http://CodeCorner.galanter.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://CodeCorner.galanter.net</link>
	<description>ASP.NET, XML, SQL and Javascript tips and tricks</description>
	<lastBuildDate>Fri, 19 Mar 2010 16:19:32 +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 Resize IFRAME after content has been resized by Yuriy</title>
		<link>http://CodeCorner.galanter.net/2009/09/30/resize-iframe-after-content-has-been-resized/comment-page-1/#comment-820</link>
		<dc:creator>Yuriy</dc:creator>
		<pubDate>Fri, 19 Mar 2010 16:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/?p=471#comment-820</guid>
		<description>&lt;a href=&quot;#comment-819&quot; rel=&quot;nofollow&quot;&gt;@jdelasko &lt;/a&gt; , should be pretty straightforward. If you have in HTML Markup something like:

&lt;strong&gt;&lt;IFRAME id=&quot;xMyIframe&quot;&gt;&lt;IFRAME&gt;&lt;/strong&gt;

then in your JavaScript get a reference to the IFRAME object:

&lt;strong&gt;var oIframe = $get(&quot;xMyIframe&quot;) &lt;/strong&gt;

then use code block from the post above to assign event handlers. After that if in your JavaScript code you assign IFRAME source, e.g.

&lt;strong&gt;oIframe.src = &quot;http://my.url.com&quot;&lt;/strong&gt;

those events will kick in on load and resize.</description>
		<content:encoded><![CDATA[<p><a href="#comment-819" rel="nofollow">@jdelasko </a> , should be pretty straightforward. If you have in HTML Markup something like:</p>
<p><strong>&lt;IFRAME id="xMyIframe"&gt;&lt;IFRAME&gt;</strong></p>
<p>then in your JavaScript get a reference to the IFRAME object:</p>
<p><strong>var oIframe = $get("xMyIframe") </strong></p>
<p>then use code block from the post above to assign event handlers. After that if in your JavaScript code you assign IFRAME source, e.g.</p>
<p><strong>oIframe.src = "http://my.url.com"</strong></p>
<p>those events will kick in on load and resize.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resize IFRAME after content has been resized by jdelasko</title>
		<link>http://CodeCorner.galanter.net/2009/09/30/resize-iframe-after-content-has-been-resized/comment-page-1/#comment-819</link>
		<dc:creator>jdelasko</dc:creator>
		<pubDate>Fri, 19 Mar 2010 05:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/?p=471#comment-819</guid>
		<description>Can you post an example page code that includes an actual iframe.  It&#039;s not clear how to use this with the iframe tag.</description>
		<content:encoded><![CDATA[<p>Can you post an example page code that includes an actual iframe.  It's not clear how to use this with the iframe tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 7: First Impressions by Computer Guy</title>
		<link>http://CodeCorner.galanter.net/2009/05/13/windows-7-first-impressions/comment-page-1/#comment-810</link>
		<dc:creator>Computer Guy</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/?p=176#comment-810</guid>
		<description>Damn, that&#039;s crazy...</description>
		<content:encoded><![CDATA[<p>Damn, that's crazy...</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resize IFRAME after content has been resized by Yuriy</title>
		<link>http://CodeCorner.galanter.net/2009/09/30/resize-iframe-after-content-has-been-resized/comment-page-1/#comment-779</link>
		<dc:creator>Yuriy</dc:creator>
		<pubDate>Mon, 22 Feb 2010 19:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/?p=471#comment-779</guid>
		<description>&lt;a href=&quot;#comment-776&quot; rel=&quot;nofollow&quot;&gt;@boycuoi&lt;/a&gt;, unfortunately this is a part of a bigger project so the page would be to complex for just this example. But you can copy these functions and incorporate them into your page. Let me know if you have any questions about implementation.</description>
		<content:encoded><![CDATA[<p><a href="#comment-776" rel="nofollow">@boycuoi</a>, unfortunately this is a part of a bigger project so the page would be to complex for just this example. But you can copy these functions and incorporate them into your page. Let me know if you have any questions about implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resize IFRAME after content has been resized by boycuoi</title>
		<link>http://CodeCorner.galanter.net/2009/09/30/resize-iframe-after-content-has-been-resized/comment-page-1/#comment-776</link>
		<dc:creator>boycuoi</dc:creator>
		<pubDate>Mon, 22 Feb 2010 02:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/?p=471#comment-776</guid>
		<description>Can u send me this source page ?</description>
		<content:encoded><![CDATA[<p>Can u send me this source page ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resize IFRAME after content has been resized by Yuriy</title>
		<link>http://CodeCorner.galanter.net/2009/09/30/resize-iframe-after-content-has-been-resized/comment-page-1/#comment-767</link>
		<dc:creator>Yuriy</dc:creator>
		<pubDate>Fri, 19 Feb 2010 16:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/?p=471#comment-767</guid>
		<description>&lt;a href=&quot;#comment-766&quot; rel=&quot;nofollow&quot;&gt;@boycuoi&lt;/a&gt;, this implementation listens to resizing of page within the IFRAME, if you need to react to resizing of main &quot;host&quot; window you will need to catch that event as well.</description>
		<content:encoded><![CDATA[<p><a href="#comment-766" rel="nofollow">@boycuoi</a>, this implementation listens to resizing of page within the IFRAME, if you need to react to resizing of main "host" window you will need to catch that event as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resize IFRAME after content has been resized by boycuoi</title>
		<link>http://CodeCorner.galanter.net/2009/09/30/resize-iframe-after-content-has-been-resized/comment-page-1/#comment-766</link>
		<dc:creator>boycuoi</dc:creator>
		<pubDate>Fri, 19 Feb 2010 16:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/?p=471#comment-766</guid>
		<description>Is this function can resize iframe when page content resize ?</description>
		<content:encoded><![CDATA[<p>Is this function can resize iframe when page content resize ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Correcting &#8220;ASP.NET AJAX client-side framework failed to load&#8221; error by churawut</title>
		<link>http://CodeCorner.galanter.net/2009/07/08/correcting-aspnet-ajax-client-side-framework-failed-to-load-error/comment-page-1/#comment-755</link>
		<dc:creator>churawut</dc:creator>
		<pubDate>Mon, 08 Feb 2010 07:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/2009/07/08/correcting-aspnet-ajax-client-side-framework-failed-to-load-error/#comment-755</guid>
		<description>Solution found for this generic message with many solutions. Ours was that the AXD extension needed to be added to the IIS Application Extensions dialog.

if you use .net framework more than one version please
specify .axd execute from .net framework 2.0</description>
		<content:encoded><![CDATA[<p>Solution found for this generic message with many solutions. Ours was that the AXD extension needed to be added to the IIS Application Extensions dialog.</p>
<p>if you use .net framework more than one version please<br />
specify .axd execute from .net framework 2.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Correcting &#8220;ASP.NET AJAX client-side framework failed to load&#8221; error by Shilpa</title>
		<link>http://CodeCorner.galanter.net/2009/07/08/correcting-aspnet-ajax-client-side-framework-failed-to-load-error/comment-page-1/#comment-612</link>
		<dc:creator>Shilpa</dc:creator>
		<pubDate>Fri, 15 Jan 2010 09:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/2009/07/08/correcting-aspnet-ajax-client-side-framework-failed-to-load-error/#comment-612</guid>
		<description>Thanks a lot. you saved my day :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot. you saved my day <img src='http://CodeCorner.galanter.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TNX.NET and autoblogging: Generate steady income by Yuriy</title>
		<link>http://CodeCorner.galanter.net/2009/12/26/tnx-net-and-autoblogging-generate-steady-income/comment-page-1/#comment-604</link>
		<dc:creator>Yuriy</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/?p=774#comment-604</guid>
		<description>&lt;a href=&quot;#comment-602&quot; rel=&quot;nofollow&quot;&gt;@Marius &lt;/a&gt; 
Well the site does have to have a valid content, and Unique Article Wizard does just that - provides unique valid content for your site. It&#039;s not a simple page filler, it provides valuable information also, and gets well indexed by Google.</description>
		<content:encoded><![CDATA[<p><a href="#comment-602" rel="nofollow">@Marius </a><br />
Well the site does have to have a valid content, and Unique Article Wizard does just that - provides unique valid content for your site. It's not a simple page filler, it provides valuable information also, and gets well indexed by Google.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
