<?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 on: Script#: C# to Javascript Converter</title>
	<atom:link href="http://michaelsync.net/2007/10/29/script-c-to-javascript-converter/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2007/10/29/script-c-to-javascript-converter</link>
	<description>Sharing our knowledge</description>
	<pubDate>Fri, 04 Jul 2008 19:59:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Michael Sync &#187; Script# - Is Script# right for you?</title>
		<link>http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-14035</link>
		<dc:creator>Michael Sync &#187; Script# - Is Script# right for you?</dc:creator>
		<pubDate>Sun, 25 Nov 2007 17:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-14035</guid>
		<description>[...] I wanna share you. ( If you have no idea about what Script# is then you can read this post &#8220;Script#: C# to Javascript converter[^] &#8220;. ) I know that Script# is a great framework but it might not be right for all ASP.NET [...]</description>
		<content:encoded><![CDATA[<p>[...] I wanna share you. ( If you have no idea about what Script# is then you can read this post &#8220;Script#: C# to Javascript converter[^] &#8220;. ) I know that Script# is a great framework but it might not be right for all ASP.NET [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myo Kyaw Htun</title>
		<link>http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-7628</link>
		<dc:creator>Myo Kyaw Htun</dc:creator>
		<pubDate>Wed, 31 Oct 2007 06:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-7628</guid>
		<description>Mike, I think you should reduce the posts in main page or use &#60;!--more--&#62; inside your post. I think that will load faster. Just a thought.</description>
		<content:encoded><![CDATA[<p>Mike, I think you should reduce the posts in main page or use &lt;!&#8211;more&#8211;&gt; inside your post. I think that will load faster. Just a thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-7354</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Tue, 30 Oct 2007 02:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-7354</guid>
		<description>Hello Nikhil,

Thanks a lot of visiting my blog... :) 

&gt;&gt;I’d be curious about your disappointments as well. Is there something beyond the debugging requires debugging script limitation?
Yeah. there are some....  For example, scriptlet editor keep on removing "}" from my code and saying that I need to add "}" in my code.

As I'm learning in process, I don't want  to post about that for now.. (I'm very news with that tool ). but I made a note and I'll post about that in my blog after I got more idea about Script#.. Yeah. I would like to discuss with you too. 

Thanks again. Nikhil...</description>
		<content:encoded><![CDATA[<p>Hello Nikhil,</p>
<p>Thanks a lot of visiting my blog&#8230; <img src='http://michaelsync.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>>>I’d be curious about your disappointments as well. Is there something beyond the debugging requires debugging script limitation?<br />
Yeah. there are some&#8230;.  For example, scriptlet editor keep on removing &#8220;}&#8221; from my code and saying that I need to add &#8220;}&#8221; in my code.</p>
<p>As I&#8217;m learning in process, I don&#8217;t want  to post about that for now.. (I&#8217;m very news with that tool ). but I made a note and I&#8217;ll post about that in my blog after I got more idea about Script#.. Yeah. I would like to discuss with you too. </p>
<p>Thanks again. Nikhil&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-7338</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Tue, 30 Oct 2007 01:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-7338</guid>
		<description>&gt;&gt;I hope that the included JS libraries are fixing what is visually broken in the generated code!
Yeah. 

&gt;&gt;.attachEvent and .detachEvent are IE-only events… 

As I'm a Firefox user, I have tested the generated code in Firefox. It works just fine...

&gt;&gt;The “name” of the elements in C# are *NOT* the “ids” of the elements! there is a BIG difference! 

Yes. I agreed with you.. I haven't tested the solution that you mentioned. I think that it should not be a problem since we are creating the HTML element in HTML itself.. NOT from C#. If you look at the example 2, you will see that the input "nameTextBox" and button "sayHiButton" are created in HTML only. Anyway, I will try about this today and will let you know..</description>
		<content:encoded><![CDATA[<p>>>I hope that the included JS libraries are fixing what is visually broken in the generated code!<br />
Yeah. </p>
<p>>>.attachEvent and .detachEvent are IE-only events… </p>
<p>As I&#8217;m a Firefox user, I have tested the generated code in Firefox. It works just fine&#8230;</p>
<p>>>The “name” of the elements in C# are *NOT* the “ids” of the elements! there is a BIG difference! </p>
<p>Yes. I agreed with you.. I haven&#8217;t tested the solution that you mentioned. I think that it should not be a problem since we are creating the HTML element in HTML itself.. NOT from C#. If you look at the example 2, you will see that the input &#8220;nameTextBox&#8221; and button &#8220;sayHiButton&#8221; are created in HTML only. Anyway, I will try about this today and will let you know..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil Kothari</title>
		<link>http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-7337</link>
		<dc:creator>Nikhil Kothari</dc:creator>
		<pubDate>Tue, 30 Oct 2007 01:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-7337</guid>
		<description>Michael, cool post!

I'd be curious about your disappointments as well. Is there something beyond the debugging requires debugging script limitation?</description>
		<content:encoded><![CDATA[<p>Michael, cool post!</p>
<p>I&#8217;d be curious about your disappointments as well. Is there something beyond the debugging requires debugging script limitation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hopes and dreams</title>
		<link>http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-7210</link>
		<dc:creator>hopes and dreams</dc:creator>
		<pubDate>Mon, 29 Oct 2007 17:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/10/29/script-c-to-javascript-converter#comment-7210</guid>
		<description>Hmm, I hope that the included JS libraries are fixing what is visually broken in the generated code!

.attachEvent and .detachEvent are IE-only events... if there is code to make other browsers mimic these, then fine... although the tool should make IE mimic the W3C, *NOT* the other way around.

Note 2.)

The "name" of the elements in C# are *NOT* the "ids" of the elements! there is a BIG difference!

If I create a button, it can have a name, and an id, and both can be different (using them interchangeably *WILL*  cause you much pain down the road.  (e.g. if I have 10 checkboxes, with the same name, and different ids, will the generated code call $(name) or $(id) ?

Depending which is called, and worse yet, which browser is used (unless the $() function has a patch for IEs incorrect behavior) you will get some very odd results.

Otherwise, always cool to see a tool interact better with the web.</description>
		<content:encoded><![CDATA[<p>Hmm, I hope that the included JS libraries are fixing what is visually broken in the generated code!</p>
<p>.attachEvent and .detachEvent are IE-only events&#8230; if there is code to make other browsers mimic these, then fine&#8230; although the tool should make IE mimic the W3C, *NOT* the other way around.</p>
<p>Note 2.)</p>
<p>The &#8220;name&#8221; of the elements in C# are *NOT* the &#8220;ids&#8221; of the elements! there is a BIG difference!</p>
<p>If I create a button, it can have a name, and an id, and both can be different (using them interchangeably *WILL*  cause you much pain down the road.  (e.g. if I have 10 checkboxes, with the same name, and different ids, will the generated code call $(name) or $(id) ?</p>
<p>Depending which is called, and worse yet, which browser is used (unless the $() function has a patch for IEs incorrect behavior) you will get some very odd results.</p>
<p>Otherwise, always cool to see a tool interact better with the web.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
