<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Teach Yourself RWD in 24h Book on HTML5 in 24 Hours</title>
    <link>https://www.html5in24hours.com/tags/teach-yourself-rwd-in-24h-book/</link>
    <description>Teach Yourself RWD in 24h Book on HTML5 in 24 Hours</description>
    <generator>Hugo</generator>
    <language>en-us</language><copyright>Jennifer Kyrnin</copyright><lastBuildDate>Sat, 20 Feb 2016 21:33:42 +0000</lastBuildDate>
    <atom:link href="https://www.html5in24hours.com/tags/teach-yourself-rwd-in-24h-book/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Error in RWD code</title>
      <link>https://www.html5in24hours.com/errata/rwd-listing18-3-error/</link>
      <pubDate>Sat, 20 Feb 2016 21:33:42 +0000</pubDate>
      <guid>https://www.html5in24hours.com/errata/rwd-listing18-3-error/</guid><description>&lt;h2 id=&#34;from-sams-teach-yourself-responsive-web-design-in-24-hours&#34;&gt;from: Sams Teach Yourself Responsive Web Design in 24 Hours&lt;/h2&gt;&#xA;&lt;p&gt;In LISTING 18.3 &amp;ldquo;CSS for a Responsive Form&amp;rdquo; (page 257) I include a position for the label of an input box to hide it from view. But the position values I used would cause the browser to create massive scrollbars both vertical and horizontal.&lt;/p&gt;&#xA;&lt;p&gt;The incorrect CSS is:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;label.inputbox {&#xA;  position: absolute;&#xA;  top: 9999px;&#xA;  left: 9999px;&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This is easily corrected by positioning the top and left styles negative 9999px each.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;label.inputbox {&#xA;  position: absolute;&#xA;  top: -9999px;&#xA;  left: -9999px;&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>HTML for RWD—Learn the HTML You Need in a Free Chapter</title>
      <link>https://www.html5in24hours.com/freebies/html-for-rwdlearn-the-html-you-need-in-a-free-chapter/</link>
      <pubDate>Mon, 11 May 2015 16:09:24 +0000</pubDate>
      <guid>https://www.html5in24hours.com/freebies/html-for-rwdlearn-the-html-you-need-in-a-free-chapter/</guid><description>&lt;h2 id=&#34;from-sams-teach-yourself-responsive-web-design-with-html5-and-css3-in-24-hours&#34;&gt;from: Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.amazon.com/gp/product/0672338386/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0672338386&amp;amp;linkCode=as2&amp;amp;tag=kyrnindesign-20&#34;&gt;&lt;img src=&#34;images/styrwd-cover-150x150.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;While responsive web design uses CSS to adjust web designs to respond to the devices viewing the page, you need to start with good HTML. Chapter 5 of my latest book &lt;em&gt;Sams Teach Yourself Responsive Web Design in 24 Hours&lt;/em&gt; helps you learn the basics of HTML so that you&amp;rsquo;re ready to create a responsive website.&lt;/p&gt;&#xA;&lt;p&gt;In chapter 5, you will learn:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How to write HTML for RWD&lt;/li&gt;&#xA;&lt;li&gt;How to build a basic web page with HTML5&lt;/li&gt;&#xA;&lt;li&gt;What semantic elements are and how to use them&lt;/li&gt;&#xA;&lt;li&gt;Why valid HTML is important&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;And &lt;strong&gt;&lt;a href=&#34;http://www.informit.com/articles/article.aspx?p=2268249&#34;&gt;this chapter is available for free&lt;/a&gt;&lt;/strong&gt; on the Informit website.&lt;/p&gt;&#xA;&lt;p&gt;Note that if you&amp;rsquo;re a complete novice to HTML, this chapter will only be a starting place. It&amp;rsquo;s intended as an introduction to the minimum HTML you might need to do RWD. If you need to learn HTML, you should check out my first Sams book: &lt;em&gt;Sams Teach Yourself HTML5 in 24 Hours&lt;/em&gt; (&lt;a href=&#34;https://www.html5in24hours.com/books/ordering-information/&#34;&gt;get a copy&lt;/a&gt;).&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Are you interested in learning responsive web design?</title>
      <link>https://www.html5in24hours.com/posts/interested-learning-responsive-web-design/</link>
      <pubDate>Thu, 08 Jan 2015 20:38:54 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/interested-learning-responsive-web-design/</guid><description>&lt;p&gt;I&amp;rsquo;m excited to announce that my latest book &lt;em&gt;Sams Teach Yourself Responsive Web Design in 24 Hours&lt;/em&gt; is out and available in bookstores and online.&lt;/p&gt;&#xA;&lt;p&gt;If you have any questions about the book, or find any problems, I&amp;rsquo;d love to hear about it. Feel free to post comments below.&lt;/p&gt;&#xA;&lt;h3 id=&#34;sams-teach-yourself-responsive-web-design-with-in-24-hours&#34;&gt;&lt;em&gt;Sams Teach Yourself Responsive Web Design with in 24 Hours&lt;/em&gt;&lt;/h3&gt;&#xA;&lt;p&gt;This book is intended for web designers who already build websites but are interested in making their sites responsive. But it can also be used by motivated novices who have some understanding of HTML and CSS and want to build sites that use the most modern techniques.&lt;/p&gt;&#xA;&lt;p&gt;In it you will learn the basics of RWD as well as how to make things like images, videos, tables, and forms responsive. You&amp;rsquo;ll learn about tools that are available to help create responsive sites and there is a chapter dedicated to best practices of RWD as well as showcasing multiple websites that are already using RWD to provide great designs for customers on multiple devices.&lt;/p&gt;&#xA;&lt;p&gt;If you&amp;rsquo;ve been wanting to learn RWD, this book will make it easy.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Sams Teach Yourself Responsive Web Design in 24 Hours&lt;/em&gt; is available in paperback and ebook formats. Plus, you can get a Learning Lab edition that also includes videos demonstrating what you learned as well as interactive quizzes to help test your knowledge. &lt;strong&gt;&lt;a href=&#34;https://www.html5in24hours.com/rwd-book/order/&#34; title=&#34;Where to Get Sams Teach Yourself Responsive Web Design in 24 Hours&#34;&gt;Order your copy now.&lt;/a&gt;&lt;/strong&gt; You can also look at the book&amp;rsquo;s &lt;a href=&#34;https://www.html5in24hours.com/rwd-code/&#34; title=&#34;Teach Yourself RWD in 24 Hours—Code Samples&#34;&gt;code samples&lt;/a&gt; online.&lt;/p&gt;&#xA;&lt;p&gt;// &amp;lt; ![CDATA[ // &amp;lt; ![CDATA[ // &amp;lt; ![CDATA[ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = &amp;ldquo;&lt;a href=&#34;http://forms.aweber.com/form/47/1434307847.js%22;&#34;&gt;http://forms.aweber.com/form/47/1434307847.js&amp;quot;;&lt;/a&gt; fjs.parentNode.insertBefore(js, fjs); }(document, &amp;ldquo;script&amp;rdquo;, &amp;ldquo;aweber-wjs-d5r35b00s&amp;rdquo;)); // ]]&amp;gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Copy Editing and Tech Editing Done</title>
      <link>https://www.html5in24hours.com/posts/copy-editing-tech-editing-done/</link>
      <pubDate>Thu, 18 Sep 2014 00:00:57 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/copy-editing-tech-editing-done/</guid><description>&lt;p&gt;I just sent in the last chapters after reviewing the copy edits and tech edits. Whew!&lt;/p&gt;&#xA;&lt;p&gt;I am very glad to have such great editors - &lt;a href=&#34;http://www.myhappysahdlife.com/&#34;&gt;Jon&lt;/a&gt;, my tech editor, and &lt;a href=&#34;http://www.linkedin.com/pub/kitty-wilson/6/b66/637&#34;&gt;Kitty&lt;/a&gt;, my copy editor. They both saved me from some major screw ups and I couldn&amp;rsquo;t have done this book without them! And as usual any errors that still make it through were not because of them.&lt;/p&gt;&#xA;&lt;p&gt;Now I just need to finish the videos. I&amp;rsquo;ve got an editor working on editing them, so they should be done soon.&lt;/p&gt;&#xA;&lt;h2 id=&#34;pre-ordersams-teach-yourself-responsive-web-design-with-html5-and-css3-in-24-hours-now&#34;&gt;Pre-Order &lt;em&gt;Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&lt;/em&gt; Now&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.amazon.com/gp/product/0672338386/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0672338386&amp;amp;linkCode=as2&amp;amp;tag=kyrnindesign-20&#34;&gt;Amazon&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.barnesandnoble.com/w/responsive-web-design-with-html5-and-css3-in-24-hours-sams-teach-yourself-jennifer-kyrnin/1118850987?ean=9780672338380&#34;&gt;Barnes &amp;amp; Noble&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;And don&amp;rsquo;t forget to &lt;a href=&#34;http://wp.me/p1VTvW-be&#34;&gt;check out the &lt;strong&gt;free chapter&lt;/strong&gt;&lt;/a&gt; if you haven&amp;rsquo;t already gotten it.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Free Chapter From RWD Book</title>
      <link>https://www.html5in24hours.com/freebies/free-rwd-chapter/</link>
      <pubDate>Sat, 07 Jun 2014 03:10:57 +0000</pubDate>
      <guid>https://www.html5in24hours.com/freebies/free-rwd-chapter/</guid><description>&lt;h2 id=&#34;from-sams-teach-yourself-responsive-web-design-with-html5-and-css3-in-24-hours&#34;&gt;from: Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.html5in24hours.com/freebies/rwd-free/&#34;&gt;Get the free chapter&lt;/a&gt; Get a free copy of a chapter of the book &lt;em&gt;Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;planning-a-responsive-website&#34;&gt;“Planning a Responsive Website”&lt;/h3&gt;&#xA;&lt;p&gt;Are you interested in responsive web design?&lt;/p&gt;&#xA;&lt;p&gt;Are you impatient to get my next book?&lt;/p&gt;&#xA;&lt;p&gt;Do you need to convert your existing website to be mobile-friendly but don&amp;rsquo;t know where to start?&lt;/p&gt;&#xA;&lt;p&gt;Do you not yet have a website and want help presenting your ideas to a designer?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;If you answered yes to any of the above questions, then this chapter is perfect for you.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;I am offering an advanced copy release of my new book &lt;em&gt;Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&lt;/em&gt; for readers of this website.&lt;/p&gt;&#xA;&lt;h3 id=&#34;click-here-to-download-your-free-chapter-today&#34;&gt;&lt;a href=&#34;https://www.informit.com/articles/article.aspx?p=2268249&#34;&gt;Click here to download your free chapter today!&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;Chapter is an excerpt from: &lt;em&gt;Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&lt;/em&gt; (order from &lt;a href=&#34;http://www.amazon.com/gp/product/0672338386/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0672338386&amp;amp;linkCode=as2&amp;amp;tag=kyrnindesign-20&#34;&gt;Amazon&lt;/a&gt; and &lt;a href=&#34;http://www.barnesandnoble.com/w/responsive-web-design-with-html5-and-css3-in-24-hours-sams-teach-yourself-jennifer-kyrnin/1118850987?ean=9780672338380&#34;&gt;Barnes &amp;amp; Noble&lt;/a&gt;)&lt;/p&gt;&#xA;&lt;p&gt;ISBN: 978-0672338380 By Jennifer Kyrnin&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>My New Book Available for Pre-Order</title>
      <link>https://www.html5in24hours.com/posts/new-book-available-pre-order/</link>
      <pubDate>Thu, 24 Apr 2014 16:15:09 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/new-book-available-pre-order/</guid><description>&lt;p&gt;I&amp;rsquo;m excited to tell you that my next book &lt;em&gt;Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&lt;/em&gt; is &lt;a href=&#34;http://www.amazon.com/gp/product/0672338386/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0672338386&amp;amp;linkCode=as2&amp;amp;tag=kyrnindesign-20&#34;&gt;available for pre-order on Amazon&lt;/a&gt;&lt;img src=&#34;http://ir-na.amazon-adsystem.com/e/ir?t=kyrnindesign-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0672338386&#34; alt=&#34;&#34;&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;im-pleased-with-how-its-going-so-far-the-chapters-are-coming-together-well-and-its-been-a-lot-of-fun-writing-it-ive-posted-the-table-of-contents-on-this-site-and-i-hope-to-provide-some-other-freebies-related-to-it-as-well-if-theres-a-chapter-thats-of-particular-interest-to-you-please-let-me-know&#34;&gt;I&amp;rsquo;m pleased with how it&amp;rsquo;s going so far. The chapters are coming together well, and it&amp;rsquo;s been a lot of fun writing it. I&amp;rsquo;ve posted the &lt;a href=&#34;https://www.html5in24hours.com/posts/responsive-web-design-book-moving-right-along/&#34;&gt;Table of Contents&lt;/a&gt; on this site, and I hope to provide some other freebies related to it, as well. If there&amp;rsquo;s a chapter that&amp;rsquo;s of particular interest to you, please let me know.&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;%22johnf844@gmail.com%22&#34;&gt;Johnf938&lt;/a&gt; - May 4, 2014&lt;/p&gt;&#xA;&lt;p&gt;Hey, thanks for the blog article.Really looking forward to read more. Much obliged.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;</description>
    </item>
    <item>
      <title>My favorite RWD navigation articles</title>
      <link>https://www.html5in24hours.com/posts/favorite-rwd-navigation-articles/</link>
      <pubDate>Wed, 02 Apr 2014 19:14:10 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/favorite-rwd-navigation-articles/</guid><description>&lt;p&gt;Navigation is a critical part of any website design, but it&amp;rsquo;s amazing how many web designers simply &amp;ldquo;set it and forget it.&amp;rdquo; In other words, it&amp;rsquo;s tempting to create a navigation menu once and then just leave it the same for every device size. But navigation is important, and building one version and hoping it&amp;rsquo;ll work for all is very risky.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve been researching how to design navigation for responsive websites and I&amp;rsquo;ve discovered a lot of great article and information. Here are my favorites:&lt;/p&gt;&#xA;&lt;h3 id=&#34;10-tips-how-to-handle-responsive-navigation-menus-successfully&#34;&gt;&lt;a href=&#34;http://blog.usabilla.com/10-tips-how-to-handle-responsive-navigation-menus-successfully/&#34;&gt;10 Tips How to Handle Responsive Navigation Menus Successfully&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://blog.usabilla.com/10-tips-how-to-handle-responsive-navigation-menus-successfully/&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/usabilla-300x145.png&#34; alt=&#34;Usabilla - Usabilla - 10 Tips How To Handle Responsive Navigation Menus Successfully&#34;&gt;&lt;/a&gt; Usabilla - 10 Tips How To Handle Responsive Navigation Menus Successfully&lt;/p&gt;&#xA;&lt;p&gt;I think what I like best about this article is that it&amp;rsquo;s less about the HTML, CSS, and JavaScript of the navigation and more about the strategy behind the navigation changes.  &lt;/p&gt;&#xA;&lt;h3 id=&#34;scalable-navigation-patterns-in-responsive-web-design&#34;&gt;&lt;a href=&#34;http://www.palantir.net/blog/scalable-navigation-patterns-responsive-web-design&#34;&gt;Scalable Navigation Patterns in Responsive Web Design&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.palantir.net/blog/scalable-navigation-patterns-responsive-web-design&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/palantir-300x73.png&#34; alt=&#34;Palantir - Scalable Navigation Patterns in Responsive Web Design&#34;&gt;&lt;/a&gt; Palantir - Scalable Navigation Patterns in Responsive Web Design&lt;/p&gt;&#xA;&lt;p&gt;This is a great case study in how Palantir created a series of templates for a large university. One thing they did that I really admire is they collected edge cases. These are the places where the design falls apart, such as text scrolls out of a box or images float strangely or whatever. Navigation is a place where these edge cases can break a design.&lt;/p&gt;&#xA;&lt;h3 id=&#34;responsive-nav&#34;&gt;&lt;a href=&#34;http://responsive-nav.com/&#34;&gt;Responsive Nav&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://responsive-nav.com/&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/responsive-nav-300x150.png&#34; alt=&#34;Responsive Nav&#34;&gt;&lt;/a&gt; Responsive Nav&lt;/p&gt;&#xA;&lt;p&gt;I am very excited by this tiny JavaScript plugin. It includes things like CSS transitions and touch events And they claim it works in all major browsers including Internet Explorer 6.&lt;/p&gt;&#xA;&lt;h3 id=&#34;convert-a-menu-to-a-dropdown-for-small-screens&#34;&gt;&lt;a href=&#34;http://css-tricks.com/convert-menu-to-dropdown/&#34;&gt;Convert a Menu to a Dropdown for Small Screens&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://css-tricks.com/convert-menu-to-dropdown/&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/css-tricks-300x128.png&#34; alt=&#34;CSS Tricks: Convert a Menu to a Dropdown for Small Screens&#34;&gt;&lt;/a&gt; CSS Tricks: Convert a Menu to a Dropdown for Small Screens&lt;/p&gt;&#xA;&lt;p&gt;This tutorial shows you how to create a responsive navigation that converts to a select menu when the screen is small enough. But what&amp;rsquo;s cool is that Chris shows you how to set it up automatically with jQuery so you don&amp;rsquo;t have to have more than one menu.&lt;/p&gt;&#xA;&lt;h3 id=&#34;more-links-ive-found-on-responsive-navigation&#34;&gt;More Links I&amp;rsquo;ve Found on Responsive Navigation&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://webdesign.tutsplus.com/tutorials/building-a-responsive-layout-with-skeleton-navigation--webdesign-6385&#34;&gt;Building a Responsive Layout With Skeleton: Navigation - Tuts+ Web Design Tutorial&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://sebnitu.github.io/HorizontalNav/&#34;&gt;BaseDemo - HorizontalNav&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.hongkiat.com/blog/responsive-web-nav/&#34;&gt;How to Create a Responsive Navigation&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/mattkersley/Responsive-Menu/&#34;&gt;mattkersley/Responsive-Menu · GitHub&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://speckyboy.com/2012/08/29/10-responsive-navigation-solutions-and-tutorials/&#34;&gt;10 Responsive Navigation Solutions and Tutorials&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://vandelaydesign.com/blog/galleries/inspirationalnavigation-menus/&#34;&gt;40 Beautiful and Effective Responsive Navigation Menus | Vandelay Design&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&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;http://Fixationsdesign.com&#34; title=&#34;smtghost@hotmail.com&#34;&gt;Jeff Smith&lt;/a&gt; - Apr 4, 2014&lt;/p&gt;&#xA;&lt;p&gt;Thanks Jennifer, I have always found your articles to be thoughtful and beneficial to adding to my knowledge base of web design.&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; - Apr 1, 2014&lt;/p&gt;&#xA;&lt;p&gt;Thanks Jeff!&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://uvelichenie-gub-minsk.ru/&#34; title=&#34;mario_whitacre@inbox.com&#34;&gt;увеличить губы гиалуроновой кислотой&lt;/a&gt; - Feb 2, 2023&lt;/p&gt;&#xA;&lt;p&gt;I really like it when people come together and share views. Great blog, keep it up!&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;</description>
    </item>
    <item>
      <title>Responsive Web Design Book is Moving Right Along</title>
      <link>https://www.html5in24hours.com/posts/responsive-web-design-book-moving-right-along/</link>
      <pubDate>Fri, 21 Mar 2014 23:00:34 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/responsive-web-design-book-moving-right-along/</guid><description>&lt;p&gt;[caption id=&amp;ldquo;attachment_591&amp;rdquo; align=&amp;ldquo;alignright&amp;rdquo; width=&amp;ldquo;200&amp;rdquo;]&lt;img src=&#34;https://www.html5in24hours.com/images/half-tree-200x300.jpg&#34; alt=&#34;half the leaves are gone&#34;&gt; This tree is halfway done too!&lt;/p&gt;&#xA;&lt;p&gt;As of today I am about half way through the writing of my next book &lt;em&gt;sSams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&lt;/em&gt;. If you&amp;rsquo;d like to be one of the first to know when it&amp;rsquo;s available for purchase you can &lt;a href=&#34;http://responsivewebdesignin24hours.com/&#34;&gt;sign up here&lt;/a&gt; or &lt;a href=&#34;https://www.html5in24hours.com/newsletter/&#34;&gt;subscribe to the HTML5 blog&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;After the break is the current table of contents. You should be aware that this is not the final version, I have changed it with every chapter I write, but this will give you an idea of what I&amp;rsquo;m planning. Let me know if you think there is something missing or you&amp;rsquo;d like to see something different. There is still time to make changes!&lt;/p&gt;&#xA;&lt;h3 id=&#34;sams-teach-yourself-responsive-web-design-with-html5-and-css3-in-24-hours-table-of-contents&#34;&gt;&lt;em&gt;Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&lt;/em&gt; Table of Contents&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;Part 1: Introduction to Responsive Design&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;1 What is Responsive Design?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;History of Responsive Web Design&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Web Pages Started with Little Design&lt;/li&gt;&#xA;&lt;li&gt;CSS Gave Designers More Control&lt;/li&gt;&#xA;&lt;li&gt;Designers Started Adapting Layouts to Customers&lt;/li&gt;&#xA;&lt;li&gt;Mobile Browsers Made Things Harder to Design&lt;/li&gt;&#xA;&lt;li&gt;Responsive Design Finally Entered the Picture&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Why We Need Responsive Web Design&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;2 Alternatives to Responsive Design&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Table-Based Layouts&lt;/li&gt;&#xA;&lt;li&gt;CSS Layouts&#xA;&lt;ul&gt;&#xA;&lt;li&gt;CSS Positioning&lt;/li&gt;&#xA;&lt;li&gt;CSS Floats&lt;/li&gt;&#xA;&lt;li&gt;Modern CSS Layouts&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Detection Scripts&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Browser Detection&lt;/li&gt;&#xA;&lt;li&gt;Mobile Detection&lt;/li&gt;&#xA;&lt;li&gt;Object Detection&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;3 The Growth of Mobile&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Basic Cell Phones&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How to Support Basic Cell Phones&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Smartphones&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How to Support Smartphones&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Tablets&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How to Support Tablets&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Retina Devices&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Why Build Retina-Ready Websites&lt;/li&gt;&#xA;&lt;li&gt;How to Build Retina-Ready Websites&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Why Responsive Design is Important&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;4 Progressive Enhancement&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What is Progressive Enhancement?&lt;/li&gt;&#xA;&lt;li&gt;How to Use Progressive Enhancement on a Website&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Separation of Content from Presentation and Functionality&lt;/li&gt;&#xA;&lt;li&gt;Start with the Content Layer&lt;/li&gt;&#xA;&lt;li&gt;The Adjust How the Content Looks&lt;/li&gt;&#xA;&lt;li&gt;Finally Add Interactivity&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Benefits of Progressive Enhancement&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;5 HTML for Responsive Design&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Use HTML5&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Tags Every Page Should Contain&lt;/li&gt;&#xA;&lt;li&gt;Basic Tags for Web Content&lt;/li&gt;&#xA;&lt;li&gt;HTML for Layout&lt;/li&gt;&#xA;&lt;li&gt;Some Useful Attributes&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Clean Code&lt;/li&gt;&#xA;&lt;li&gt;Don’t Forget Semantic Elements&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Standard Semantic HTML Elements&lt;/li&gt;&#xA;&lt;li&gt;New HTML5 Semantic Elements&lt;/li&gt;&#xA;&lt;li&gt;Consider Microformats&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Validate your HTML&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;6 Basic CSS&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How to Write CSS Rules&#xA;&lt;ul&gt;&#xA;&lt;li&gt;CSS Syntax&lt;/li&gt;&#xA;&lt;li&gt;Embedded and External Style Sheets&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Embedded Style Sheets&lt;/li&gt;&#xA;&lt;li&gt;External Style Sheets&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Styling Fonts and Colors&lt;/li&gt;&#xA;&lt;li&gt;Creating Layout with CSS&lt;/li&gt;&#xA;&lt;li&gt;Understanding the Cascade and Specificity&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What is the Cascade?&lt;/li&gt;&#xA;&lt;li&gt;What is Specificity?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;7 Unobtrusive JavaScript&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What is Unobtrusive JavaScript?&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Separating Structure from Behavior&lt;/li&gt;&#xA;&lt;li&gt;Supporting Usability&lt;/li&gt;&#xA;&lt;li&gt;Writing Clean and Semantic HTML&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;How to Implement Unobtrusive JavaScript&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Part 2: Building a Responsive Website&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;8 Planning a Responsive Website&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Should You Make Your Website Responsive?&lt;/li&gt;&#xA;&lt;li&gt;How to Plan for a Responsive Website&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Check Site Analytics&lt;/li&gt;&#xA;&lt;li&gt;Evaluate Existing Content&lt;/li&gt;&#xA;&lt;li&gt;Make Decisions About the Content&lt;/li&gt;&#xA;&lt;li&gt;Write the Site Plan&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;9 Mobile First&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Why Design for Mobile First?&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Mobile First Changes the Focus to Content&lt;/li&gt;&#xA;&lt;li&gt;Mobile First Lets You Experiment with New Technologies&lt;/li&gt;&#xA;&lt;li&gt;Why Mobile First Works&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;What Makes a Site Mobile Friendly?&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Give Your Readers Options&lt;/li&gt;&#xA;&lt;li&gt;Your Readers Can Affect the Display Too&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;What About Mobile Only?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;10 CSS Media Queries&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What is a Media Query&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Media Types&lt;/li&gt;&#xA;&lt;li&gt;Media Features&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Media Query Expressions&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;11 Breakpoints&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What is a breakpoint?&lt;/li&gt;&#xA;&lt;li&gt;How to Define Breakpoints in Your CSS&#xA;&lt;ul&gt;&#xA;&lt;li&gt;First Define the Styles that Remain the Same for Every Device&lt;/li&gt;&#xA;&lt;li&gt;Then Add in Specific Styles for Small Screens&lt;/li&gt;&#xA;&lt;li&gt;Finally Add Media Queries for Larger Screens&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Optimal Breakpoints&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Best Practices For Breakpoints&lt;/li&gt;&#xA;&lt;li&gt;Breakpoints for Retina Devices&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;My Recommended Breakpoints&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;12 Layout&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What is Web Layout?&lt;/li&gt;&#xA;&lt;li&gt;Types of Layouts&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Fixed Width Layouts&lt;/li&gt;&#xA;&lt;li&gt;Fluid or Liquid Layouts&lt;/li&gt;&#xA;&lt;li&gt;Elastic and Hybrid Layouts&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Columns&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Old Style Columns&lt;/li&gt;&#xA;&lt;li&gt;CSS3 Columns&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;13 Navigation&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Comparing Mobile to Desktop Navigation Design&lt;/li&gt;&#xA;&lt;li&gt;Use Progressive Enhancement to Add More to Desktop Designs&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;14 Fonts and Typography&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Using Web Fonts&lt;/li&gt;&#xA;&lt;li&gt;Sizing Fonts&lt;/li&gt;&#xA;&lt;li&gt;Pixels vs. Ems vs. Percentages&lt;/li&gt;&#xA;&lt;li&gt;Rem sizes&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;15 Images&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Creating Responsive Images&lt;/li&gt;&#xA;&lt;li&gt;Sizing Responsive Images&lt;/li&gt;&#xA;&lt;li&gt;Creating Retina-Ready Images&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;16 Videos and Other Media&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Most Videos are Fixed-Width&lt;/li&gt;&#xA;&lt;li&gt;How to Make Videos Responsive&lt;/li&gt;&#xA;&lt;li&gt;How Other Media is Affected by Responsive Design&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;17 Tables&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Tables on Small Devices&lt;/li&gt;&#xA;&lt;li&gt;Can Tables be Responsive?&lt;/li&gt;&#xA;&lt;li&gt;How to use Tables with Responsive Design&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;18 Responsive Forms&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;HTML5 Forms&lt;/li&gt;&#xA;&lt;li&gt;Important Form Features for Mobile&lt;/li&gt;&#xA;&lt;li&gt;Adjusting Form Design&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;19 Using RESS with RWD&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What is RESS&lt;/li&gt;&#xA;&lt;li&gt;Responsive Design Plus Server Components&lt;/li&gt;&#xA;&lt;li&gt;Benefits of RESS&lt;/li&gt;&#xA;&lt;li&gt;How to Install RESS&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;20 Testing&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Start by Testing in Your Browser&lt;/li&gt;&#xA;&lt;li&gt;Test in a Device for All Your Breakpoints&lt;/li&gt;&#xA;&lt;li&gt;What to do if you don&amp;rsquo;t have the devices to test with&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Part 3: Improving on Responsive Design&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;21 Tools for Creating Responsive Designs&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Responsive Frameworks&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Foundation&lt;/li&gt;&#xA;&lt;li&gt;Bootstrap&lt;/li&gt;&#xA;&lt;li&gt;Fluid 960&lt;/li&gt;&#xA;&lt;li&gt;Gridless&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Font Tools&#xA;&lt;ul&gt;&#xA;&lt;li&gt;IcoMoon&lt;/li&gt;&#xA;&lt;li&gt;Lettering.js&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Images and Media&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Foresight.js&lt;/li&gt;&#xA;&lt;li&gt;Compressive Images&lt;/li&gt;&#xA;&lt;li&gt;ImgSizer.js&lt;/li&gt;&#xA;&lt;li&gt;FitVids&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Software&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Adobe Edge Inspect&lt;/li&gt;&#xA;&lt;li&gt;Dreamweaver&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Websites and Newsletters&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This is Responsive&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Responsive Templates&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Templates for WordPress&lt;/li&gt;&#xA;&lt;li&gt;Templates for Drupal&lt;/li&gt;&#xA;&lt;li&gt;Web Page Templates and Where to Find Them&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;22 Problems with Responsive Web Design&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Speed of pages&lt;/li&gt;&#xA;&lt;li&gt;Extra work for designers&lt;/li&gt;&#xA;&lt;li&gt;Customer dissatisfaction&lt;/li&gt;&#xA;&lt;li&gt;Advertising&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;23 Device and Feature Detection&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Why Use Detection Scripts&lt;/li&gt;&#xA;&lt;li&gt;WURFL&lt;/li&gt;&#xA;&lt;li&gt;Modernizr&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;24 RWD Best Practices&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Give Everyone the Best Experience&lt;/li&gt;&#xA;&lt;li&gt;Breakpoints&lt;/li&gt;&#xA;&lt;li&gt;Images&lt;/li&gt;&#xA;&lt;li&gt;Content&lt;/li&gt;&#xA;&lt;li&gt;Keep Costs In Line&lt;/li&gt;&#xA;&lt;li&gt;Examples of Amazing Responsive Design&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
    </item>
    <item>
      <title>Working on a Book on Responsive Web Design</title>
      <link>https://www.html5in24hours.com/posts/working-book-responsive-web-design/</link>
      <pubDate>Mon, 03 Mar 2014 20:23:15 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/working-book-responsive-web-design/</guid><description>&lt;p&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/9780672338380-229x300.jpg&#34; alt=&#34;Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&#34;&gt; Tentative cover for my next book - &lt;em&gt;Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m close to half way through the initial writing of my next book &lt;em&gt;Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&lt;/em&gt;. The full title is quite possibly the longest title in the history of the universe. Okay maybe not, there was that movie &lt;a href=&#34;http://www.imdb.com/title/tt0112966/?ref_=fn_al_tt_1&#34;&gt;The Englishman Who Went Up a Hill But Came Down a Mountain&lt;/a&gt;. That looks longer, shoot, no that&amp;rsquo;s only 58 characters long!&lt;/p&gt;&#xA;&lt;p&gt;But regardless of the length, the book is coming out soon, and I&amp;rsquo;m pretty excited. I hope you are too.&lt;/p&gt;&#xA;&lt;p&gt;Over the next few weeks I&amp;rsquo;ll start posting more about that book as well as about HTML5 information. I&amp;rsquo;ve got some big plans for this site, and I hope you enjoy them. As always, if you have any questions about HTML, CSS, or even responsive web design, don&amp;rsquo;t hesitate to ask.&lt;/p&gt;&#xA;</description>
    </item>
  </channel>
</rss>
