<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>HTML5 Attributes on HTML5 in 24 Hours</title>
    <link>https://www.html5in24hours.com/tags/html5-attributes/</link>
    <description>HTML5 Attributes on HTML5 in 24 Hours</description>
    <generator>Hugo</generator>
    <language>en-us</language><copyright>Jennifer Kyrnin</copyright><lastBuildDate>Fri, 14 Aug 2015 22:08:43 +0000</lastBuildDate>
    <atom:link href="https://www.html5in24hours.com/tags/html5-attributes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>HTML5 Cheat Sheet</title>
      <link>https://www.html5in24hours.com/posts/html5-cheat-sheet/</link>
      <pubDate>Fri, 14 Aug 2015 22:08:43 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/html5-cheat-sheet/</guid><description>&lt;p&gt;I built an HTML5 cheat sheet for myself, so that I could make sure that my tag libraries were up-to-date and so on. And then when I finished, I realized that this might be something you would like too.&lt;/p&gt;&#xA;&lt;p&gt;It is a PDF file listing all the HTML5 elements, what they are and whether they are new, changed, the same as HTML 4 or gone from the specification (and what you should use instead). I hope you like it!&lt;/p&gt;&#xA;&lt;h2 id=&#34;html5-cheat-sheet-pdf&#34;&gt;&lt;a href=&#34;https://www.html5in24hours.com/html5-cheat-sheet.pdf&#34; title=&#34;HTML5 Cheat Sheet&#34;&gt;HTML5 Cheat Sheet&lt;/a&gt; PDF&lt;/h2&gt;&#xA;&lt;h3 id=&#34;comments&#34;&gt;Comments:&lt;/h3&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22jimward52@yahoo.com%22&#34;&gt;jim&lt;/a&gt; - Apr 2, 2013&lt;/p&gt;&#xA;&lt;p&gt;Awesome list! Thanks! One minor gripe, though: The section &amp;ldquo;Tags not in HTML5&amp;rdquo; is hard to read due to the dark gray background.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://webdesign.about.com/&#34; title=&#34;jenn@html5in24hours.com&#34;&gt;Jennifer Kyrnin&lt;/a&gt; - May 0, 2013&lt;/p&gt;&#xA;&lt;p&gt;Thanks for the feedback. I&amp;rsquo;ll see if I can fix that.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22dorianmattar@me.com%22&#34;&gt;Dorian Mattar&lt;/a&gt; - Nov 1, 2013&lt;/p&gt;&#xA;&lt;p&gt;Thanks for the cheatSheet, but I have a few comments. 1. Although it&amp;rsquo;s a &amp;ldquo;pdf&amp;rdquo;, it&amp;rsquo;s not a searchable pdf as it&amp;rsquo;s an image and not a true pdf. Not so much an issue because it&amp;rsquo;s alpha and only one page, but still it could have been&amp;hellip; 2. The resolution is also not optimum and when magnified for high-resolution monitors, it pixilates. A true pdf would also solve this issue. 3. There is no sample code for each tag, which would make this truly a great cheat sheet. Thanks, Dorian&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22billwaddyjr@msn.com%22&#34;&gt;Bill Waddy&lt;/a&gt; - Apr 3, 2014&lt;/p&gt;&#xA;&lt;p&gt;Thanks for the cheat sheet.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22viraj.lathigara@gmail.com%22&#34;&gt;Viraj Lathigara&lt;/a&gt; - Mar 4, 2016&lt;/p&gt;&#xA;&lt;p&gt;Thank you very much for this cheat sheet ! It had been very helpful to me and my friends ! Its my humble request to you to provide one more thing, We want sample codes for each and every tag. Hope you will help us !&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;</description>
    </item>
    <item>
      <title>Drag and Drop upload–the final step</title>
      <link>https://www.html5in24hours.com/posts/drag-and-drop-uploadthe-final-step/</link>
      <pubDate>Mon, 09 Apr 2012 13:00:45 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/drag-and-drop-uploadthe-final-step/</guid><description>&lt;p&gt;Many tutorials on drag and drop with HTML5 do everything but the actual upload step. This is because that step requires server interaction and scripting–you can’t just use JavaScript. But the HTML5 Doctors have a way to use XHR2 (xmlHttpRequest) to get the upload done too! &lt;a href=&#34;http://feedproxy.google.com/~r/html5doctor/~3/7qugHt-2cng/&#34;&gt;Drag and Drop and Automatically Send to Server&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Do you want to solve an HTML5 puzzle?</title>
      <link>https://www.html5in24hours.com/posts/do-you-want-to-solve-an-html5-puzzle/</link>
      <pubDate>Mon, 06 Jun 2011 01:59:58 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/do-you-want-to-solve-an-html5-puzzle/</guid><description>&lt;p&gt;&lt;a href=&#34;https://www.html5in24hours.com/examples/drag-and-drop-puzzle.html&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/drag-and-drop-puzzle-291x300.png&#34; alt=&#34;HTML5 Drag and Drop Puzzle&#34; title=&#34;HTML5 Drag and Drop Puzzle&#34;&gt;&lt;/a&gt;I&amp;rsquo;ve been working on HTML5 drag and drop this week, and I&amp;rsquo;ve created a simple puzzle that you can play with in any HTML5 browser: &lt;a href=&#34;https://www.html5in24hours.com/examples/drag-and-drop-puzzle.html&#34;&gt;HTML5 Drag and Drop Puzzle&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Yes, it&amp;rsquo;s a pretty easy puzzle, but I do like this photo of my dogs. And it shows you how you can implement HTML5 drag and drop. The full instructions will be in &lt;a href=&#34;https://www.html5in24hours.com/the-book/html5-toc/&#34;&gt;Hour 16&lt;/a&gt; of &lt;a href=&#34;https://www.html5in24hours.com/the-book/&#34;&gt;the book&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>The start of a simple online HTML editor with HTML5</title>
      <link>https://www.html5in24hours.com/posts/the-start-of-a-simple-online-html-editor-with-html5/</link>
      <pubDate>Sat, 28 May 2011 04:16:16 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/the-start-of-a-simple-online-html-editor-with-html5/</guid><description>&lt;p&gt;I&amp;rsquo;ve been playing with contenteditable all day today, and let me tell you it&amp;rsquo;s been fun.&lt;/p&gt;&#xA;&lt;p&gt;I now have the workings of a simple &lt;a href=&#34;https://www.html5in24hours.com/examples/contenteditable-examples.html&#34;&gt;HTML editor&lt;/a&gt; using contenteditable. Just type in your text in the left side, format it with the buttons and see the HTML on the right.&lt;/p&gt;&#xA;&lt;p&gt;This editor is still in progress, but I was pleased by how its coming along, so I thought I&amp;rsquo;d share it with you.&lt;/p&gt;&#xA;&lt;h2 id=&#34;if-youre-wondering-this-editor-will-be-included-in-hour-14-of-the-book&#34;&gt;If you&amp;rsquo;re wondering, this editor will be included in &lt;a href=&#34;https://www.html5in24hours.com/the-book/html5-toc/&#34;&gt;Hour 14&lt;/a&gt; of &lt;a href=&#34;https://www.html5in24hours.com/the-book/&#34;&gt;the book&lt;/a&gt;.&lt;/h2&gt;&#xA;&lt;h3 id=&#34;comments&#34;&gt;Comments:&lt;/h3&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22brownsm@flcc.edu%22&#34;&gt;Sandy Brown&lt;/a&gt; - Nov 0, 2012&lt;/p&gt;&#xA;&lt;p&gt;I will be teaching a course ,&amp;ldquo;Mobile Application Programming&amp;rdquo; in the spring, using this book. Does anyone have a list of software needed to use this book effectively in a lab? I need to let my IT staff know ahead of time what needs to be downloaded and installed, so the lab can be ready to go by the end of January.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://webdesign.about.com/&#34; title=&#34;htmljenn@gmail.com&#34;&gt;Jennifer Kyrnin&lt;/a&gt; - Jan 5, 2013&lt;/p&gt;&#xA;&lt;p&gt;The first chapter should list the software you need. I may have put that in the preface too. I forget (and the book isn&amp;rsquo;t handy right now).&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;</description>
    </item>
  </channel>
</rss>
