<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for xlab-6 experiments</title>
	<link>http://xlab6.com</link>
	<description>Prado development notes, musings, and tips.</description>
	<pubDate>Mon, 12 May 2008 02:35:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>Comment on Using anchor links to submit HTML forms by Adam</title>
		<link>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-11504</link>
		<pubDate>Fri, 31 Aug 2007 13:28:57 +0000</pubDate>
		<guid>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-11504</guid>
					<description>Ok.. this form didn't do any HTMLENTITY check on my code so my sentence was broken.. where it said &quot;wouldn't it be a better method to use...&quot; it should have been folloed with this...
(assun this is an input field...

INPUT TYPE=&quot;SUBMIT&quot; VALUE=&quot;CLICK ME&quot; ID=&quot;LINK1&quot; CLASS=&quot;submitButtonLink&quot;



Now fix this form so it replaces html code with &amp;#62; and &amp;#60; :)</description>
		<content:encoded><![CDATA[<p>Ok.. this form didn&#8217;t do any HTMLENTITY check on my code so my sentence was broken.. where it said &#8220;wouldn&#8217;t it be a better method to use&#8230;&#8221; it should have been folloed with this&#8230;<br />
(assun this is an input field&#8230;</p>
<p>INPUT TYPE=&#8221;SUBMIT&#8221; VALUE=&#8221;CLICK ME&#8221; ID=&#8221;LINK1&#8243; CLASS=&#8221;submitButtonLink&#8221;</p>
<p>Now fix this form so it replaces html code with &gt; and &lt; <img src='http://xlab6.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using anchor links to submit HTML forms by Adam</title>
		<link>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-11503</link>
		<pubDate>Fri, 31 Aug 2007 13:26:44 +0000</pubDate>
		<guid>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-11503</guid>
					<description>I assume with this type of link you are going to be using a fallback check. I mean, I assume you would have a NOSCRIPT in there somewhere containing an actual HTML INPUT SUBMIT button otherwise if Javascript is disabled or the user is using a a text-only browser etc... then nothing would work...

Also, (excuse my ignorance as I just got to this page off Google).. but..

wouldn't it be a better method to use


and just use CSS to style the button so it looks like A HREF clickable link?

..and if you want to then do something with an Anchor have an onClick on the SUBMIT button that goes somewhere.. at least then if Javascript fails you still have a valid submit button even if the Javascript fails...


Might just be me but relying on &quot;onClicks&quot; to do important things, without fallback is just a bit silly :)


I'm sure there's a fallback though if Javascript doesn't work!

b-bye :)</description>
		<content:encoded><![CDATA[<p>I assume with this type of link you are going to be using a fallback check. I mean, I assume you would have a NOSCRIPT in there somewhere containing an actual HTML INPUT SUBMIT button otherwise if Javascript is disabled or the user is using a a text-only browser etc&#8230; then nothing would work&#8230;</p>
<p>Also, (excuse my ignorance as I just got to this page off Google).. but..</p>
<p>wouldn&#8217;t it be a better method to use</p>
<p>and just use CSS to style the button so it looks like A HREF clickable link?</p>
<p>..and if you want to then do something with an Anchor have an onClick on the SUBMIT button that goes somewhere.. at least then if Javascript fails you still have a valid submit button even if the Javascript fails&#8230;</p>
<p>Might just be me but relying on &#8220;onClicks&#8221; to do important things, without fallback is just a bit silly <img src='http://xlab6.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m sure there&#8217;s a fallback though if Javascript doesn&#8217;t work!</p>
<p>b-bye <img src='http://xlab6.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using anchor links to submit HTML forms by Amateur Blowjobu</title>
		<link>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-8568</link>
		<pubDate>Sat, 05 May 2007 11:25:59 +0000</pubDate>
		<guid>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-8568</guid>
					<description>Looks great! I found lots of intresting things here. Many thanks.</description>
		<content:encoded><![CDATA[<p>Looks great! I found lots of intresting things here. Many thanks.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Unit and Functional Test tools in Prado. by Natsimhan</title>
		<link>http://xlab6.com/unit-and-functional-test-tools-in-prado/#comment-8559</link>
		<pubDate>Sat, 05 May 2007 07:44:51 +0000</pubDate>
		<guid>http://xlab6.com/unit-and-functional-test-tools-in-prado/#comment-8559</guid>
					<description>Hi, thank you for all your work under Prado !!!

I want to make same the screencast for generate unit test dir but when I execute &quot;php prado-cli.php -t -c toto&quot; I have a mistake... but if I execute first &quot;php prado-cli.php -c toto&quot; and after &quot;php prado-cli.php -t toto&quot; all is good :S

I can do with it, but isn't it a little bug ? I have the latest prado-svn (rev1900) ...

Unless it is your screencast which &quot;is cheated&quot; :-D

It's not very important but I just want to tell you about that ;-)

Have a nice [day&amp;#124;dev] !</description>
		<content:encoded><![CDATA[<p>Hi, thank you for all your work under Prado !!!</p>
<p>I want to make same the screencast for generate unit test dir but when I execute &#8220;php prado-cli.php -t -c toto&#8221; I have a mistake&#8230; but if I execute first &#8220;php prado-cli.php -c toto&#8221; and after &#8220;php prado-cli.php -t toto&#8221; all is good :S</p>
<p>I can do with it, but isn&#8217;t it a little bug ? I have the latest prado-svn (rev1900) &#8230;</p>
<p>Unless it is your screencast which &#8220;is cheated&#8221; <img src='http://xlab6.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>It&#8217;s not very important but I just want to tell you about that <img src='http://xlab6.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Have a nice [day|dev] !
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using anchor links to submit HTML forms by morganusvitus</title>
		<link>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-6248</link>
		<pubDate>Thu, 05 Apr 2007 13:03:10 +0000</pubDate>
		<guid>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-6248</guid>
					<description>The site looks great ! Thanks for all your help ( past, present and future !)</description>
		<content:encoded><![CDATA[<p>The site looks great ! Thanks for all your help ( past, present and future !)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using anchor links to submit HTML forms by Bhargav</title>
		<link>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-2295</link>
		<pubDate>Thu, 01 Feb 2007 09:40:11 +0000</pubDate>
		<guid>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-2295</guid>
					<description>thanks a lot it helped me alot .. but i tried with the function and it works in IE.</description>
		<content:encoded><![CDATA[<p>thanks a lot it helped me alot .. but i tried with the function and it works in IE.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using anchor links to submit HTML forms by marionxlx</title>
		<link>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-1970</link>
		<pubDate>Fri, 26 Jan 2007 13:23:56 +0000</pubDate>
		<guid>http://xlab6.com/using-links-with-javascript-to-submit-html-forms/#comment-1970</guid>
					<description>hi 2 all. 
hello world! It is nice site. Keep working! 
best regards 
i found you here http://google.com ^^</description>
		<content:encoded><![CDATA[<p>hi 2 all.<br />
hello world! It is nice site. Keep working!<br />
best regards<br />
i found you here <a href='http://google.com' rel='nofollow'>http://google.com</a> ^^
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Screencast: Using PDO with data grid. by coofucoo</title>
		<link>http://xlab6.com/screencast-using-pdo-with-data-grid/#comment-210</link>
		<pubDate>Sat, 21 Oct 2006 07:53:06 +0000</pubDate>
		<guid>http://xlab6.com/screencast-using-pdo-with-data-grid/#comment-210</guid>
					<description>it's a little simple for me who wanna use DataGrid for complex case.
Please do more work on your manual about how to configure your application by config file, like application.xml.</description>
		<content:encoded><![CDATA[<p>it&#8217;s a little simple for me who wanna use DataGrid for complex case.<br />
Please do more work on your manual about how to configure your application by config file, like application.xml.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Unit and Functional Test tools in Prado. by Wei</title>
		<link>http://xlab6.com/unit-and-functional-test-tools-in-prado/#comment-102</link>
		<pubDate>Tue, 29 Aug 2006 07:53:59 +0000</pubDate>
		<guid>http://xlab6.com/unit-and-functional-test-tools-in-prado/#comment-102</guid>
					<description>They are available in the nightly snapshots

http://www.pradosoft.com/download/</description>
		<content:encoded><![CDATA[<p>They are available in the nightly snapshots</p>
<p><a href='http://www.pradosoft.com/download/' rel='nofollow'>http://www.pradosoft.com/download/</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on ActiveControls: Callback Calculator example by Wei</title>
		<link>http://xlab6.com/activecontrols-callback-calculator-example/#comment-101</link>
		<pubDate>Tue, 29 Aug 2006 07:50:20 +0000</pubDate>
		<guid>http://xlab6.com/activecontrols-callback-calculator-example/#comment-101</guid>
					<description>Fixed, thanks!</description>
		<content:encoded><![CDATA[<p>Fixed, thanks!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
