<?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"
	>
<channel>
	<title>Comments for simple</title>
	<atom:link href="http://simple.procoding.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://simple.procoding.net</link>
	<description>simple things, simple notes</description>
	<pubDate>Fri, 12 Mar 2010 05:55:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>Comment on How to access iframe in jQuery by Vio</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3644</link>
		<dc:creator>Vio</dc:creator>
		<pubDate>Mon, 08 Mar 2010 12:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3644</guid>
		<description>This is all fine, but what happens if you want to get content that is sitting between two comment tags? 

Example:


&lt;!-- Content Begin --&gt;

&lt;!-- Content End --&gt;
</description>
		<content:encoded><![CDATA[<p>This is all fine, but what happens if you want to get content that is sitting between two comment tags? </p>
<p>Example:</p>
<p><!-- Content Begin --></p>
<p><!-- Content End --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to .reset() form with jQuery by ดูหนัง</title>
		<link>http://simple.procoding.net/2008/11/22/how-to-reset-form-with-jquery/#comment-3643</link>
		<dc:creator>ดูหนัง</dc:creator>
		<pubDate>Mon, 08 Mar 2010 07:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=40#comment-3643</guid>
		<description>Thanks a lot for a good idea.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for a good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to run Windows under VirtualBox on Fedora Core by Carra</title>
		<link>http://simple.procoding.net/2009/02/26/how-to-run-windows-under-virtualbox-on-fedora-core/#comment-3640</link>
		<dc:creator>Carra</dc:creator>
		<pubDate>Tue, 16 Feb 2010 04:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=98#comment-3640</guid>
		<description>Hi -- works for Fedora 12 x64 as well.  Warning message: nokvm needs to be renamed nokvm.conf or it will (someday) be ignored.

I'm running F12x64 on a quad-proc system (smb/rsync/www), and installing WXPx32 under PuTTY/Xming.  Tried KVM, expect it'll get better in the future (esp. as a fallback from VB if Sun AKA Oracle "Sundowns" it. ;-) )

There's now a VB yum repo: http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo, see http://www.virtualbox.org/wiki/Linux_Downloads bottom of page

Also, typo on next to last line -- "mashine".  Perfect description, I wish other authors would be as accurate and NON-verbose.  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi &#8212; works for Fedora 12 x64 as well.  Warning message: nokvm needs to be renamed nokvm.conf or it will (someday) be ignored.</p>
<p>I&#8217;m running F12&#215;64 on a quad-proc system (smb/rsync/www), and installing WXPx32 under PuTTY/Xming.  Tried KVM, expect it&#8217;ll get better in the future (esp. as a fallback from VB if Sun AKA Oracle &#8220;Sundowns&#8221; it. <img src='http://simple.procoding.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
<p>There&#8217;s now a VB yum repo: <a href="http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo" rel="nofollow">http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo</a>, see <a href="http://www.virtualbox.org/wiki/Linux_Downloads" rel="nofollow">http://www.virtualbox.org/wiki/Linux_Downloads</a> bottom of page</p>
<p>Also, typo on next to last line &#8212; &#8220;mashine&#8221;.  Perfect description, I wish other authors would be as accurate and NON-verbose.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by psy</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3639</link>
		<dc:creator>psy</dc:creator>
		<pubDate>Tue, 09 Feb 2010 07:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3639</guid>
		<description>This work for me.
$('#iframe-name').contents().find('#frame-do-you-want-get')

Example:
$('#TB_iframeContent').contents().find('#wrapper').css('display','block');

Thanks bro.</description>
		<content:encoded><![CDATA[<p>This work for me.<br />
$(&#8217;#iframe-name&#8217;).contents().find(&#8217;#frame-do-you-want-get&#8217;)</p>
<p>Example:<br />
$(&#8217;#TB_iframeContent&#8217;).contents().find(&#8217;#wrapper&#8217;).css(&#8217;display&#8217;,'block&#8217;);</p>
<p>Thanks bro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to .reset() form with jQuery by deny</title>
		<link>http://simple.procoding.net/2008/11/22/how-to-reset-form-with-jquery/#comment-3638</link>
		<dc:creator>deny</dc:creator>
		<pubDate>Thu, 28 Jan 2010 21:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=40#comment-3638</guid>
		<description>it work =&#62; $('#myform')[0].reset()
Thanks for the idea</description>
		<content:encoded><![CDATA[<p>it work =&gt; $(&#8217;#myform&#8217;)[0].reset()<br />
Thanks for the idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by apps</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3636</link>
		<dc:creator>apps</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3636</guid>
		<description>hello all 
what to do if the domain is different ?

i want a jquery which will hide some of the div from the the website in the iframe from the different domain.</description>
		<content:encoded><![CDATA[<p>hello all<br />
what to do if the domain is different ?</p>
<p>i want a jquery which will hide some of the div from the the website in the iframe from the different domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by videolar</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3635</link>
		<dc:creator>videolar</dc:creator>
		<pubDate>Tue, 19 Jan 2010 12:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3635</guid>
		<description>thanx a lot bro, i found this ..</description>
		<content:encoded><![CDATA[<p>thanx a lot bro, i found this ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to .reset() form with jQuery by Bruno Soares</title>
		<link>http://simple.procoding.net/2008/11/22/how-to-reset-form-with-jquery/#comment-3634</link>
		<dc:creator>Bruno Soares</dc:creator>
		<pubDate>Tue, 12 Jan 2010 18:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=40#comment-3634</guid>
		<description>only this:

$(’form’)[0].reset();

get the form element.... and not the specific form directly: ('#myform')</description>
		<content:encoded><![CDATA[<p>only this:</p>
<p>$(’form’)[0].reset();</p>
<p>get the form element&#8230;. and not the specific form directly: (&#8217;#myform&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Karl Stanton</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3633</link>
		<dc:creator>Karl Stanton</dc:creator>
		<pubDate>Fri, 08 Jan 2010 17:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3633</guid>
		<description>I found this very helpful, thank you!!</description>
		<content:encoded><![CDATA[<p>I found this very helpful, thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to run Windows under VirtualBox on Fedora Core by Jason</title>
		<link>http://simple.procoding.net/2009/02/26/how-to-run-windows-under-virtualbox-on-fedora-core/#comment-3631</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 25 Dec 2009 22:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=98#comment-3631</guid>
		<description>Thanks for the tip.

It works fine for me on Fedora 12.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.</p>
<p>It works fine for me on Fedora 12.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by vectorvend</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3630</link>
		<dc:creator>vectorvend</dc:creator>
		<pubDate>Tue, 22 Dec 2009 12:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3630</guid>
		<description>@Taras, @cbsides Thank you very much got it working</description>
		<content:encoded><![CDATA[<p>@Taras, @cbsides Thank you very much got it working</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Steve</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3629</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 21 Dec 2009 09:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3629</guid>
		<description>This was a very big help.
i spent hours trying to maniuplate the iframe.
thanks a lot</description>
		<content:encoded><![CDATA[<p>This was a very big help.<br />
i spent hours trying to maniuplate the iframe.<br />
thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by cbsides</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3628</link>
		<dc:creator>cbsides</dc:creator>
		<pubDate>Wed, 16 Dec 2009 21:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3628</guid>
		<description>If anyone is still having trouble with selecting iframe contents w/jQuery I've verified this as working (keep in mind the iframe must be in the same domain as the accessing page, as mentioned above):



var myFrame = $('#myFrameId');
myFrame.load(function() {	// wait for iframe to load
	myFrame.contents().find('#myElementInFrame').html('hello world!');
});</description>
		<content:encoded><![CDATA[<p>If anyone is still having trouble with selecting iframe contents w/jQuery I&#8217;ve verified this as working (keep in mind the iframe must be in the same domain as the accessing page, as mentioned above):</p>
<p>var myFrame = $(&#8217;#myFrameId&#8217;);<br />
myFrame.load(function() {	// wait for iframe to load<br />
	myFrame.contents().find(&#8217;#myElementInFrame&#8217;).html(&#8217;hello world!&#8217;);<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X: how to upgrade to Snow Leopard from local drive by Taras</title>
		<link>http://simple.procoding.net/2009/11/04/os-x-how-to-upgrade-to-snow-leopard-from-local-drive/#comment-3627</link>
		<dc:creator>Taras</dc:creator>
		<pubDate>Fri, 11 Dec 2009 11:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=134#comment-3627</guid>
		<description>Kevin,

You may try this:
Open Disk Utility tool and click the hard disk item in the left hand partitions list (in my case it's 149.1 GB FUTJITSU... - see image attached to the step N4), then click the Partition tab (top center). Select the SnowLeopard partition and click "-" (remove partition) and Apply. This should completely remove your SnowLeopard partition.

After this you can either resize your Macintosh HD partition and start over with the BootCamp or manually create Windows partitions in Disk Utility.</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>You may try this:<br />
Open Disk Utility tool and click the hard disk item in the left hand partitions list (in my case it&#8217;s 149.1 GB FUTJITSU&#8230; - see image attached to the step N4), then click the Partition tab (top center). Select the SnowLeopard partition and click &#8220;-&#8221; (remove partition) and Apply. This should completely remove your SnowLeopard partition.</p>
<p>After this you can either resize your Macintosh HD partition and start over with the BootCamp or manually create Windows partitions in Disk Utility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X: how to upgrade to Snow Leopard from local drive by Kevin</title>
		<link>http://simple.procoding.net/2009/11/04/os-x-how-to-upgrade-to-snow-leopard-from-local-drive/#comment-3626</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 09 Dec 2009 09:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=134#comment-3626</guid>
		<description>Did not have any DL DVD's around, and external was completely full, thanks.
I am still trying to figure out how to get rid of the "SnowLeopard" partition though. I want to create another partition for Windows. How did you go about this process? I have tried Boot Camp Assistant, got an error that read "the start up disk cannot be partitioned or restored to a single partition. The startup disk must be formatted as a single Mac OS Extended (Journaled) volume or already partitioned by Boot Camp Assistant for installing Windows."  What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Did not have any DL DVD&#8217;s around, and external was completely full, thanks.<br />
I am still trying to figure out how to get rid of the &#8220;SnowLeopard&#8221; partition though. I want to create another partition for Windows. How did you go about this process? I have tried Boot Camp Assistant, got an error that read &#8220;the start up disk cannot be partitioned or restored to a single partition. The startup disk must be formatted as a single Mac OS Extended (Journaled) volume or already partitioned by Boot Camp Assistant for installing Windows.&#8221;  What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to .reset() form with jQuery by DownsTream</title>
		<link>http://simple.procoding.net/2008/11/22/how-to-reset-form-with-jquery/#comment-3625</link>
		<dc:creator>DownsTream</dc:creator>
		<pubDate>Sat, 05 Dec 2009 10:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=40#comment-3625</guid>
		<description>Thanks...

easy solution but it work!!!</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;</p>
<p>easy solution but it work!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by izdelava spletne strani</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3624</link>
		<dc:creator>izdelava spletne strani</dc:creator>
		<pubDate>Fri, 04 Dec 2009 17:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3624</guid>
		<description>These iframes are getting on my nerves. I can't get it right ...</description>
		<content:encoded><![CDATA[<p>These iframes are getting on my nerves. I can&#8217;t get it right &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to .reset() form with jQuery by prabhakaran</title>
		<link>http://simple.procoding.net/2008/11/22/how-to-reset-form-with-jquery/#comment-3595</link>
		<dc:creator>prabhakaran</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=40#comment-3595</guid>
		<description>add this at the end of the form
&#60;div style="display='none'" &#62;&#60;input type="reset" id="rst_form"&#62;&#60;/div&#62;

and try this,
$('#rst_form').click()</description>
		<content:encoded><![CDATA[<p>add this at the end of the form<br />
&lt;div style=&#8221;display=&#8217;none&#8217;&#8221; &gt;&lt;input type=&#8221;reset&#8221; id=&#8221;rst_form&#8221;&gt;&lt;/div&gt;</p>
<p>and try this,<br />
$(&#8217;#rst_form&#8217;).click()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to .reset() form with jQuery by prabhakaran</title>
		<link>http://simple.procoding.net/2008/11/22/how-to-reset-form-with-jquery/#comment-3594</link>
		<dc:creator>prabhakaran</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=40#comment-3594</guid>
		<description>add this at the end of the form


and try this,
$('#rst_form').click()</description>
		<content:encoded><![CDATA[<p>add this at the end of the form</p>
<p>and try this,<br />
$(&#8217;#rst_form&#8217;).click()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to .reset() form with jQuery by Lover of Sadness</title>
		<link>http://simple.procoding.net/2008/11/22/how-to-reset-form-with-jquery/#comment-3534</link>
		<dc:creator>Lover of Sadness</dc:creator>
		<pubDate>Tue, 17 Nov 2009 18:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=40#comment-3534</guid>
		<description>this doesnt work..
someone please help...</description>
		<content:encoded><![CDATA[<p>this doesnt work..<br />
someone please help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Shubhajeet Sinha</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3485</link>
		<dc:creator>Shubhajeet Sinha</dc:creator>
		<pubDate>Fri, 23 Oct 2009 14:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3485</guid>
		<description>This is not working for me. Please help me for this. I am posting the jquery code here

the id of iframe is #depGridFrame

$('#depGridFrame').ready(function()
   {
	   alert($(this).contents().find('#updtGrid').tagName);
	});

i am calling it from document.ready function of parent document.</description>
		<content:encoded><![CDATA[<p>This is not working for me. Please help me for this. I am posting the jquery code here</p>
<p>the id of iframe is #depGridFrame</p>
<p>$(&#8217;#depGridFrame&#8217;).ready(function()<br />
   {<br />
	   alert($(this).contents().find(&#8217;#updtGrid&#8217;).tagName);<br />
	});</p>
<p>i am calling it from document.ready function of parent document.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Ricardo</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3484</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Fri, 16 Oct 2009 11:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3484</guid>
		<description>Thaks! thats help me and work for me.</description>
		<content:encoded><![CDATA[<p>Thaks! thats help me and work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to run Windows under VirtualBox on Fedora Core by gregor</title>
		<link>http://simple.procoding.net/2009/02/26/how-to-run-windows-under-virtualbox-on-fedora-core/#comment-3483</link>
		<dc:creator>gregor</dc:creator>
		<pubDate>Sun, 11 Oct 2009 11:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=98#comment-3483</guid>
		<description>hi,

thank for that hint it works perfect.
is used it with following releases:
Fedora 11: Linux  2.6.30.8-64.fc11.x86_64 #1 SMP Fri Sep 25 04:43:32 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
VirtualBox: VirtualBox-3.0.4_50677_fedora11-1.x86_64

greetings from austria
gregor</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>thank for that hint it works perfect.<br />
is used it with following releases:<br />
Fedora 11: Linux  2.6.30.8-64.fc11.x86_64 #1 SMP Fri Sep 25 04:43:32 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux<br />
VirtualBox: VirtualBox-3.0.4_50677_fedora11-1.x86_64</p>
<p>greetings from austria<br />
gregor</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by steve</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3482</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 30 Sep 2009 12:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3482</guid>
		<description>I have done so much in Jquery and have learned most tricks of the trade but this is probably the best thing I have ever come across. I am so excited about the endless posibilitys that this will bring. Thanks sooooooooo much for sharing!</description>
		<content:encoded><![CDATA[<p>I have done so much in Jquery and have learned most tricks of the trade but this is probably the best thing I have ever come across. I am so excited about the endless posibilitys that this will bring. Thanks sooooooooo much for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to .reset() form with jQuery by Raymond</title>
		<link>http://simple.procoding.net/2008/11/22/how-to-reset-form-with-jquery/#comment-3479</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Mon, 14 Sep 2009 06:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=40#comment-3479</guid>
		<description>"$(’#myFormId’)[0].reset();"

Thanks Konstantin, easy solution</description>
		<content:encoded><![CDATA[<p>&#8220;$(’#myFormId’)[0].reset();&#8221;</p>
<p>Thanks Konstantin, easy solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by sophisticado</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3476</link>
		<dc:creator>sophisticado</dc:creator>
		<pubDate>Tue, 01 Sep 2009 21:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3476</guid>
		<description>Good stuff here.  My question is how can a script embedded in the document within the iframe close the entire jquery dialog which was called from the parent?</description>
		<content:encoded><![CDATA[<p>Good stuff here.  My question is how can a script embedded in the document within the iframe close the entire jquery dialog which was called from the parent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I create DIVs with rounded corners by Taras</title>
		<link>http://simple.procoding.net/2009/02/19/how-do-i-create-divs-with-rounded-corners/#comment-3475</link>
		<dc:creator>Taras</dc:creator>
		<pubDate>Sat, 15 Aug 2009 12:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=80#comment-3475</guid>
		<description>Hi Jon,

I think the answer to your question is in the examples I provided:

.w400 {
	width:400px;
}

this class limits the area container to be 400 px wide, if you remove the  "w400" class from the area container (or change 400px to 100%) it will fit 100%.</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>I think the answer to your question is in the examples I provided:</p>
<p>.w400 {<br />
	width:400px;<br />
}</p>
<p>this class limits the area container to be 400 px wide, if you remove the  &#8220;w400&#8243; class from the area container (or change 400px to 100%) it will fit 100%.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I create DIVs with rounded corners by Jon</title>
		<link>http://simple.procoding.net/2009/02/19/how-do-i-create-divs-with-rounded-corners/#comment-3474</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 14 Aug 2009 20:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=80#comment-3474</guid>
		<description>Is it possible to make the div auto-size with the contents?  If so, how?  what is it about the styles that are defined here that force the blue to 100% of the page width?

Thanks for the great example, by far the simplest implementation I've found on this so far and a great idea on hiding parts of a single image to make the rounded corners.</description>
		<content:encoded><![CDATA[<p>Is it possible to make the div auto-size with the contents?  If so, how?  what is it about the styles that are defined here that force the blue to 100% of the page width?</p>
<p>Thanks for the great example, by far the simplest implementation I&#8217;ve found on this so far and a great idea on hiding parts of a single image to make the rounded corners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to .reset() form with jQuery by Konstantin</title>
		<link>http://simple.procoding.net/2008/11/22/how-to-reset-form-with-jquery/#comment-3473</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Sun, 26 Jul 2009 18:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=40#comment-3473</guid>
		<description>Wha-ha! Just use

$('#myFormId')[0].reset();</description>
		<content:encoded><![CDATA[<p>Wha-ha! Just use</p>
<p>$(&#8217;#myFormId&#8217;)[0].reset();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by fer</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3472</link>
		<dc:creator>fer</dc:creator>
		<pubDate>Fri, 24 Jul 2009 15:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3472</guid>
		<description>Thanks !</description>
		<content:encoded><![CDATA[<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by mos</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3469</link>
		<dc:creator>mos</dc:creator>
		<pubDate>Fri, 03 Jul 2009 17:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3469</guid>
		<description>if in reverst,
div id=list     /div

iframe src=abc.com


how can i output the value from the abc.com into “list”

thanks,</description>
		<content:encoded><![CDATA[<p>if in reverst,<br />
div id=list     /div</p>
<p>iframe src=abc.com</p>
<p>how can i output the value from the abc.com into “list”</p>
<p>thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by mos</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3468</link>
		<dc:creator>mos</dc:creator>
		<pubDate>Fri, 03 Jul 2009 17:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3468</guid>
		<description>if in reverst,




how can i out the value from the abc.com into "list"

thanks,</description>
		<content:encoded><![CDATA[<p>if in reverst,</p>
<p>how can i out the value from the abc.com into &#8220;list&#8221;</p>
<p>thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Tom</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3467</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 26 Jun 2009 19:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3467</guid>
		<description>Thanks a ton for posting this.  I didn't read the comments but I'm sure somewhere up there, someone is trying to prove that they're smarter than you...just the nature of being a web developer I suppose.  Just know that I'm sure this little piece of code probably saved someone their job at some point...me, just saved me from losing another day of work trying to figure this out, lol.</description>
		<content:encoded><![CDATA[<p>Thanks a ton for posting this.  I didn&#8217;t read the comments but I&#8217;m sure somewhere up there, someone is trying to prove that they&#8217;re smarter than you&#8230;just the nature of being a web developer I suppose.  Just know that I&#8217;m sure this little piece of code probably saved someone their job at some point&#8230;me, just saved me from losing another day of work trying to figure this out, lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by John</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3465</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 17 Jun 2009 12:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3465</guid>
		<description>hi 
I'm trying to add script tag to the Head of the Iframe but it doesn't work

can you help me with that, this is my code

$(iframe).contents().find('head').html(''
	+ '');

the css file included correctly but the script tag no
any help</description>
		<content:encoded><![CDATA[<p>hi<br />
I&#8217;m trying to add script tag to the Head of the Iframe but it doesn&#8217;t work</p>
<p>can you help me with that, this is my code</p>
<p>$(iframe).contents().find(&#8217;head&#8217;).html(&#8221;<br />
	+ &#8221;);</p>
<p>the css file included correctly but the script tag no<br />
any help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Paisal</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3464</link>
		<dc:creator>Paisal</dc:creator>
		<pubDate>Tue, 16 Jun 2009 11:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3464</guid>
		<description>Thankyou so much, How about iframe 2 level deep (get value from iframe inside iframe). 

Best regards,</description>
		<content:encoded><![CDATA[<p>Thankyou so much, How about iframe 2 level deep (get value from iframe inside iframe). </p>
<p>Best regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Dals</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3462</link>
		<dc:creator>Dals</dc:creator>
		<pubDate>Thu, 04 Jun 2009 07:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3462</guid>
		<description>2 Nate:
I think, for jQuery way we can get

var iframeRef  = document.getElementById(’iframeID’);

by simple:

var iframeRef = $('#iframeID');</description>
		<content:encoded><![CDATA[<p>2 Nate:<br />
I think, for jQuery way we can get</p>
<p>var iframeRef  = document.getElementById(’iframeID’);</p>
<p>by simple:</p>
<p>var iframeRef = $(&#8217;#iframeID&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by khris7</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3461</link>
		<dc:creator>khris7</dc:creator>
		<pubDate>Thu, 28 May 2009 18:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3461</guid>
		<description>Taras hey! Thank you very much!!
this tiny bit of information saved me hours of working. ^^</description>
		<content:encoded><![CDATA[<p>Taras hey! Thank you very much!!<br />
this tiny bit of information saved me hours of working. ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by bitlimakina</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3458</link>
		<dc:creator>bitlimakina</dc:creator>
		<pubDate>Wed, 20 May 2009 18:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3458</guid>
		<description>thx.</description>
		<content:encoded><![CDATA[<p>thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Nate</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3457</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 14 May 2009 05:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3457</guid>
		<description>Hi, I've looked at the code suggested by Taras and Mike; thanks guys. But I found that neither of them work very well. Jquery converts HTML objects into object objects, which restricts the abilities of manipulating iframes. I found that a better approach to address an iframe is using the best of both worlds:

var iframeRef = document.getElementById('iframeID');
$(iframeRef).find('html').html('your content here');</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve looked at the code suggested by Taras and Mike; thanks guys. But I found that neither of them work very well. Jquery converts HTML objects into object objects, which restricts the abilities of manipulating iframes. I found that a better approach to address an iframe is using the best of both worlds:</p>
<p>var iframeRef = document.getElementById(&#8217;iframeID&#8217;);<br />
$(iframeRef).find(&#8217;html&#8217;).html(&#8217;your content here&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Matt</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3456</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 11 May 2009 17:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3456</guid>
		<description>sure... just:
[code]
frameId.someFunction(params);
[/code]

(assuming )
at least that works in firefox 3.0.10...

cheers, matt</description>
		<content:encoded><![CDATA[<p>sure&#8230; just:<br />
[code]<br />
frameId.someFunction(params);<br />
[/code]</p>
<p>(assuming )<br />
at least that works in firefox 3.0.10&#8230;</p>
<p>cheers, matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by _ts_</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3455</link>
		<dc:creator>_ts_</dc:creator>
		<pubDate>Tue, 07 Apr 2009 11:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3455</guid>
		<description>2 Taras
Thank you. I've already found the solution for my question.

But I've another one.

if iFrame has some function named as "someFunction" and how can I call this function from parent window?

Thank you!</description>
		<content:encoded><![CDATA[<p>2 Taras<br />
Thank you. I&#8217;ve already found the solution for my question.</p>
<p>But I&#8217;ve another one.</p>
<p>if iFrame has some function named as &#8220;someFunction&#8221; and how can I call this function from parent window?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Taras</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3452</link>
		<dc:creator>Taras</dc:creator>
		<pubDate>Fri, 03 Apr 2009 14:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3452</guid>
		<description>_ts_,
what you mean?

roberto,
you're welcome :)</description>
		<content:encoded><![CDATA[<p>_ts_,<br />
what you mean?</p>
<p>roberto,<br />
you&#8217;re welcome <img src='http://simple.procoding.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by roberto</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3451</link>
		<dc:creator>roberto</dc:creator>
		<pubDate>Fri, 03 Apr 2009 14:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3451</guid>
		<description>thanks a lot. it works</description>
		<content:encoded><![CDATA[<p>thanks a lot. it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by _ts_</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3450</link>
		<dc:creator>_ts_</dc:creator>
		<pubDate>Fri, 03 Apr 2009 08:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3450</guid>
		<description>Hi fellas.
How can I pass param(s) to load handler?</description>
		<content:encoded><![CDATA[<p>Hi fellas.<br />
How can I pass param(s) to load handler?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Taras</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3447</link>
		<dc:creator>Taras</dc:creator>
		<pubDate>Tue, 24 Mar 2009 12:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3447</guid>
		<description>Renatogarou, I think you can use this with TinyMCE, but I'm not familiar with it so unable to provide more help... Probably you can find information you're looking for in TinyMCE &lt;a href="http://tinymce.moxiecode.com/documentation.php" rel="nofollow"&gt;API documentation&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Renatogarou, I think you can use this with TinyMCE, but I&#8217;m not familiar with it so unable to provide more help&#8230; Probably you can find information you&#8217;re looking for in TinyMCE <a href="http://tinymce.moxiecode.com/documentation.php" rel="nofollow">API documentation</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer limits number of external CSS files to 32 by Taras</title>
		<link>http://simple.procoding.net/2009/02/20/internet-explorer-limits-number-of-external-css-files-to-32/#comment-3446</link>
		<dc:creator>Taras</dc:creator>
		<pubDate>Tue, 24 Mar 2009 12:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=93#comment-3446</guid>
		<description>Thank you Konstantin, that's interesting, will investigate :)</description>
		<content:encoded><![CDATA[<p>Thank you Konstantin, that&#8217;s interesting, will investigate <img src='http://simple.procoding.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer limits number of external CSS files to 32 by Konstantin</title>
		<link>http://simple.procoding.net/2009/02/20/internet-explorer-limits-number-of-external-css-files-to-32/#comment-3443</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/?p=93#comment-3443</guid>
		<description>The limit is not the file size but the number of selectors IE (including version 8) will parse per file. It's 4096.</description>
		<content:encoded><![CDATA[<p>The limit is not the file size but the number of selectors IE (including version <img src='http://simple.procoding.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> will parse per file. It&#8217;s 4096.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Renatogarou</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3439</link>
		<dc:creator>Renatogarou</dc:creator>
		<pubDate>Wed, 18 Mar 2009 12:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3439</guid>
		<description>Hello !
  Can I use this method for acess the content of Tinymce ? How ?
  

Sorry my English .</description>
		<content:encoded><![CDATA[<p>Hello !<br />
  Can I use this method for acess the content of Tinymce ? How ?</p>
<p>Sorry my English .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by Valtos</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3438</link>
		<dc:creator>Valtos</dc:creator>
		<pubDate>Wed, 11 Mar 2009 22:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3438</guid>
		<description>A reverse Proxy should be the right thing for your Problem. @rog</description>
		<content:encoded><![CDATA[<p>A reverse Proxy should be the right thing for your Problem. @rog</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access iframe in jQuery by lando</title>
		<link>http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3435</link>
		<dc:creator>lando</dc:creator>
		<pubDate>Wed, 11 Feb 2009 15:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/#comment-3435</guid>
		<description>you have no idea how invaluable this tidbit of knowledge has been for me</description>
		<content:encoded><![CDATA[<p>you have no idea how invaluable this tidbit of knowledge has been for me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
