<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Creating Forms - 10</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/4158/c11ecdcd-d3cb-4dc0-8bcc-be4f705d4158/10CreatingForms_220.jpg</url>
		<title>Channel 9 - Creating Forms - 10</title>
		<link></link>
	</image>
	<description>This lesson demonstrates how to add a rudimentary level of interactivity to your web pages by allowing users to input information via forms. We&#39;ll look at over a dozen examples of common form elements allowing us to guide the user to&amp;nbsp;input high-quality data. Download the source code for Creating Forms </description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 07:40:30 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 07:40:30 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[particletree.com is not working.<p>posted by joe</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634794294982495053</link>
		<pubDate>Wed, 01 Aug 2012 14:51:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634794294982495053</guid>
		<dc:creator>joe</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[<p>@Joe: WebArchive to the rescue:</p><p><a href="http://web.archive.org/web/20100811001848/particletree.com/features/rediscovering-the-button-element/">http://web.archive.org/web/20100811001848/particletree.com/features/rediscovering-the-button-element/</a>&nbsp;</p><p>posted by BrianHartung</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634797860345381576</link>
		<pubDate>Sun, 05 Aug 2012 17:53:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634797860345381576</guid>
		<dc:creator>BrianHartung</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[So far so good .... but now I&#39;m wondering if I know enough to be dangerous ....<br><br>Going to do some research on how the Razor view engine conforms to HTML5 standards .... <br><br>Opening Pandora&#39;s box here or is there a good resource for me to understand this &#63;&#63;<p>posted by Steve</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634798599838774530</link>
		<pubDate>Mon, 06 Aug 2012 14:26:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634798599838774530</guid>
		<dc:creator>Steve</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[I am a bit confused, so are you saying it is not practical to use this now&#63; I checked some job ads for web development and they seem to ask for &#40;X html&#41;. SO what should you be learning to get a startup or entry job&#63; I plan to go through ASP next or should I go over the old ways xhtml or html also&#63; <p>posted by Bill</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634799569395242087</link>
		<pubDate>Tue, 07 Aug 2012 17:22:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634799569395242087</guid>
		<dc:creator>Bill</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634797860345381576">BrianHartung</a>: Nice find! &nbsp;Thanks for the assist, my man.</p><p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634798599838774530">Steve</a>: So I'm certain Razor spits out valid HTML5. &nbsp;If ever in doubt, use an HTML5 validator against the output of an MVC v3&#43; page to give yourself peace of mind. &nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634799569395242087">Bill</a>: I'm guessing that in the near future, most companies will be looking for HTML5 skills almost exclusively (unless they must support an older application). &nbsp;Even then, I would say this ... the differences between HTML5 forms and XHTML forms -- you can learn the differences in less than a day ... most IDEs like Visual Web Developer 2010 Express Edition or the upcoming Visual Studio Express 2012 for Web have built in validators for just about every version of HTML. &nbsp;Try something ... if you see there are squiggly lines under something you've written in the code window, you can hover your mouse cursor over it and get some feedback on what you'll need to change to make it conform. &nbsp;Hope that helps!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634799843100172073</link>
		<pubDate>Wed, 08 Aug 2012 00:58:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634799843100172073</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[<p>Hi Bob,</p><p>you're telling us that one of the benefits of using action=&quot;POST&quot; instead of action=&quot;GET&quot; is that the form values are encrypted inconjunction with https. I guess this is not true as&nbsp;form values should&nbsp;also be encrypted with a GET request.</p><p>https does not only encrypt the HTTP body, but the complete HTTP data stream as it sits inbetween TCP and HTTP. So this includes not only the HTTP body but&nbsp;also the HTTP header (very first line of the HTTP protocol) which contains the URL (with all the form parameters in case of a GET request) as well as all HTTP header fields.</p><p>At least this is my understanding of the matter.</p><p>Besides that: Thanks a lot for this great and delightful series. You're videos are fun to watch, very informative and well worth the time watching.</p><p>Cheers, Chris</p><p>posted by candritzky</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634803712358077413</link>
		<pubDate>Sun, 12 Aug 2012 12:27:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634803712358077413</guid>
		<dc:creator>candritzky</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[<p>This will help me a lot.</p><p>posted by AdiTao</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634804376998052672</link>
		<pubDate>Mon, 13 Aug 2012 06:54:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634804376998052672</guid>
		<dc:creator>AdiTao</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634803712358077413">candritzky</a>: &nbsp;Hi Chris, after further investigation, I realize that you are absolutely correct. &nbsp;For others who want to learn more, this Q&amp;A will point you to several valuable links:</p><p><a href="http://stackoverflow.com/questions/2629222/are-querystring-parameters-secure-in-https-http-ssl">http&#58;&#47;&#47;stackoverflow.com&#47;questions&#47;2629222&#47;are-querystring-parameters-secure-in-https-http-ssl</a></p><p>... Thank you! &nbsp;Still so much to learn. &nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>&nbsp;</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634805856157262454</link>
		<pubDate>Wed, 15 Aug 2012 00:00:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634805856157262454</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[<p>I <strong>thought </strong>I knew the difference between get and post before, but now i'm totally confused. Bob, as far as what you were saying, I definitely heard something similar to that, but I know Candritzky is also correct. Now, I I have to go and research this again, because Candritzky just confused me with his explanation. &nbsp;Maybe a follow up comment with the bottom line differences would do us some justice. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-7.gif?v=c9' alt='Perplexed' /></p><p>posted by s3curityConsult</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634814516072276659</link>
		<pubDate>Sat, 25 Aug 2012 00:33:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634814516072276659</guid>
		<dc:creator>s3curityConsult</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634814516072276659">s3curityConsult</a>: I hope this helps... Think of HTTP REQUESTS and RESPONSES as envelopes. &nbsp;The REQUEST has two envelope types, GET and POST. &nbsp;My **assumption** for like, the past 18 years (!!!) is that a HTTP GET shows the entire address, including the querystring parameters, the same way you see them in your web browser's location bar.<br><br><a href="http://www.whatever.com/?id=123&amp;user=bob">http&#58;&#47;&#47;www.whatever.com&#47;&#63;id&#61;123&#38;user&#61;bob</a></p><p>Therefore, my assumption was that it was IMPOSSIBLE to encode these important querystring parameters (id, user, in this example) in SSL otherwise ... well, no one except the original web server would be able to read them! &nbsp;The routers would be like, &quot;this is encrypted, what the heck do you want me to do with this?!&quot;</p><p>However, this understanding was incorrect. &nbsp;There's not a lot of great documentation about this, so I'm not going to beat myself up about this too much. &nbsp;Apparently, the querystring parameters are sent in an optional message body of the HTTP GET REQUEST, and are encoded in SSL (when the web server is using SSL &amp; HTTPS, obviously ... otherwise, all bets are off ... anyone between your web client and the web server would be able to read the HTTP GET REQUEST body.)</p><p>EVEN THOUGH THE QUERYSTRING PARAMETERS ARE ENCODED IN SSL, the article:</p><p><a href="http://blog.httpwatch.com/2009/02/20/how-secure-are-query-strings-over-https/">http&#58;&#47;&#47;blog.httpwatch.com&#47;2009&#47;02&#47;20&#47;how-secure-are-query-strings-over-https&#47;</a></p><p>... explains that this should not be taken to mean that it is 100% secure and locked down, that the querystring data could potentially leak out in a few scenarios.</p><p>Bottom line:</p><p>(1) Everything on the web is insecure.</p><p>(2) Try your best to make your application less insecure.</p><p>(3) Use SSL when dealing with user data unless you have a good reason not to.</p><p>(4) You probably should declare a privacy policy somewhere on your website that explains what you do and why.</p><p>(5) Lawyer up.</p><p><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-14.gif?v=c9' alt='Devil' /> Collect as little data as possible.</p><p>... that's my bearish, crotchety old man position on this. &nbsp;:/</p><p>Hope the technical&nbsp;explanation&nbsp;helped a little.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634820347006772466</link>
		<pubDate>Fri, 31 Aug 2012 18:31:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634820347006772466</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[<p>On a somewhat related note to my previous post ... I didn't realize that ( 6 ) would create <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-14.gif?v=c9' alt='Devil' /> ... kind of creepy.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634820348121811441</link>
		<pubDate>Fri, 31 Aug 2012 18:33:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634820348121811441</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[Hi Bob. I found these videos are very useful, but in &#35;10, When you were talking about the default values for the text field and then mentioned about setting descriptions in the text field for instruction purpose, which need to be achieved by &#34;a combination of javascript and JQuery&#34;. Actually with HTML5, you can use the a placeholder form attribute to get this done.<p>posted by LynnYang</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634850091346480902</link>
		<pubDate>Fri, 05 Oct 2012 04:45:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634850091346480902</guid>
		<dc:creator>LynnYang</dc:creator>
	</item>
	<item>
		<title>Re: Creating Forms - 10</title>
		<description>
			<![CDATA[<p>Hi Bob. First of all...greetings from Croatia! So...&nbsp;basically I would just like to point out (as LynnYang did on comment above) that you can put light gray description in text field using only HTML5 code.</p><p>Using lesson 10 example, I did this:</p><p><pre class="brush: text">&lt;textarea name=&quot;comments&quot; cols=&quot;50&quot; rows=&quot;5&quot; maxlength=&quot;1000&quot; placeholder=&quot;Write something...&quot;&gt;&lt;/textarea&gt;</pre></p><p>I would also like to point out that you are doing awesome job, thanks a lot.&nbsp;</p><p>&nbsp;</p><p><em>&quot;Srdačan pozdrav&quot; something like best regards on Croatian...</em></p><p>posted by Loque</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634878168424826550</link>
		<pubDate>Tue, 06 Nov 2012 16:40:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Forms-10#c634878168424826550</guid>
		<dc:creator>Loque</dc:creator>
	</item>
</channel>
</rss>