<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>HTML5 Tools on HTML5 in 24 Hours</title>
    <link>https://www.html5in24hours.com/tags/html5-tools/</link>
    <description>HTML5 Tools on HTML5 in 24 Hours</description>
    <generator>Hugo</generator>
    <language>en-us</language><copyright>Jennifer Kyrnin</copyright><lastBuildDate>Mon, 25 Jan 2016 19:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.html5in24hours.com/tags/html5-tools/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Two Important Web Editor Features</title>
      <link>https://www.html5in24hours.com/posts/web-editor-features/</link>
      <pubDate>Mon, 25 Jan 2016 19:00:00 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/web-editor-features/</guid><description>&lt;p&gt;Web editors offer features that you can&amp;rsquo;t get from a text editor. But often the one web editor feature people look for is the price&amp;ndash;free. I&amp;rsquo;ve been trying out web editors for nearly twenty years, and while I have one web editor that I still use that&amp;rsquo;s free, most of the ones that I really like I&amp;rsquo;ve spent some money on. And over 20 years, spending $50 or $100 on an editor seems like a good investment. There are other web editor features that I look for instead of just price.&lt;/p&gt;&#xA;&lt;p&gt;One of the best things about doing web design is that you &lt;em&gt;don&amp;rsquo;t&lt;/em&gt; need any special software to do it. The tools you need are either already on the web or you can use an editor that comes with your operating system. So they are free. In fact, many people write all their web pages in Notepad. When I&amp;rsquo;m in a hurry I&amp;rsquo;ve been known to just open up vi (a Unix text editor) and slap out some quick HTML tags myself.&lt;/p&gt;&#xA;&lt;p&gt;Most of the time, when I&amp;rsquo;m doing work on web design I like to use a web page editor. My current favorite is &lt;a href=&#34;https://www.panic.com/coda/&#34;&gt;Coda&lt;/a&gt; because it integrates easily with &lt;a href=&#34;http://www.git-scm.com/&#34;&gt;Git&lt;/a&gt; and lets me preview in any of the browsers I have without a lot of effort. I use this editor almost every day.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/word-cloud-432032.jpg&#34; alt=&#34;Web editor feature&#34;&gt; There are many possible web editor features&lt;/p&gt;&#xA;&lt;p&gt;I should say that I have been building web pages since 1995, and I can often write a complex CSS property faster by just typing it out than by using a visual or WYSIWYG editor. But that&amp;rsquo;s not true for everyone. Some of the other editors I use include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://komodoide.com/komodo-edit/&#34;&gt;Komodo Edit&lt;/a&gt;--a free text editor for Windows, Macintosh, and Linux that is based off the much more powerful Komodo IDE. But although I still like this editor, I use Coda more and more often instead.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://macaw.co/&#34;&gt;Macaw&lt;/a&gt;--one of the first responsive web page editors I ever used. It&amp;rsquo;s a visual editor and made it fun to fiddle with my designs.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://pinegrow.com/&#34;&gt;Pinegrow&lt;/a&gt;--another visual editor, this one also has the feature of including WordPress template editing.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.adobe.com/products/dreamweaver.html&#34;&gt;Dreamweaver&lt;/a&gt;--I&amp;rsquo;ve used Dreamweaver since the 90s, and it&amp;rsquo;s changed a lot over the years. Now, of course it&amp;rsquo;s owned by Adobe.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve used dozens of other editors, but those are the ones I come back to day after day. I was thinking about what makes these editors my go-to tools for web design and development, and I came up with these two features that I use all the time.&lt;/p&gt;&#xA;&lt;h2 id=&#34;most-important-feature-html&#34;&gt;Most Important Feature: HTML&lt;/h2&gt;&#xA;&lt;p&gt;This might seem like an obvious feature, but a lot of web editors out there, especially the WYSIWYG ones seem determined to make it nearly impossible to view and edit the HTML. That drives me crazy. Sure, if it really is what-you-see-is-what-you-get then it shouldn&amp;rsquo;t matter, but the fact is that CSS and HTML still aren&amp;rsquo;t so consistent that you can guarantee a page will look the same no matter where you view it. Sometimes you need to go tweak the HTML or the CSS or both.&lt;/p&gt;&#xA;&lt;p&gt;My favorite editor, Coda, is an HTML text editor first and foremost. It has syntax modes for many different languages including things like JavaScript, Python, PHP, Perl, CSS, and many more. And when it comes down to it, these languages are all written in text editors, so the difference is how they are displayed (color coding, indenting, etc.).&lt;/p&gt;&#xA;&lt;p&gt;But visual editors need to have access to the HTML as well. And the best ones do. Macaw and Pinegrow each allow you to edit the HTML with separate windows. Generally you edit the HTML in blocks, rather than the entire document itself, but you still have access to it. Dreamweaver has a code editing mode that you can switch between.&lt;/p&gt;&#xA;&lt;p&gt;Do you think HTML editing is important in a web page editor? Or do you rely on the visual editor 100%?&lt;/p&gt;&#xA;&lt;h2 id=&#34;previewing-is-an-important-feature-too&#34;&gt;Previewing is an Important Feature, Too&lt;/h2&gt;&#xA;&lt;p&gt;If you&amp;rsquo;re like me and you prefer a text or code editor, having a good preview is important as well. But even if you use WYSIWYG you should be able to preview in different browsers and possibly even mobile device emulations. Previewing is a web editor feature that is often overlooked in favor of more of the bells and whistles because it seems like an obvious feature.&lt;/p&gt;&#xA;&lt;p&gt;But with responsive web design and the need to develop sites that work on many device widths, sizes, and capabilities, being able to preview what you&amp;rsquo;re doing quickly and without a lot of fuss is critical.&lt;/p&gt;&#xA;&lt;p&gt;I like Coda because I can hit the preview button and it will show me my pages, including PHP and other dynamic designs, right in a webkit browser in the editor. I can resize the preview pane and see how it responds once I&amp;rsquo;ve added RWD features. Then when I&amp;rsquo;m confident it will work in that browser, I can open my page in any web browser I have on my computer.&lt;/p&gt;&#xA;&lt;p&gt;Dreamweaver offers a connection to mobile devices through the Creative Cloud. All you do is click on the preview icon and it will give you a QR code you can scan and view on any device. You can also send the URL to other people to have them preview your designs. This is a great quick collaboration method. And this is in addition to the built-in preview modes to do edits in a page sized for an iPhone 4 or a Google Nexus 10 or any other size you want to define.&lt;/p&gt;&#xA;&lt;h2 id=&#34;do-you-agree-are-these-important-web-editor-features&#34;&gt;Do You Agree? Are These Important Web Editor Features?&lt;/h2&gt;&#xA;&lt;p&gt;Do you have a feature you can&amp;rsquo;t live without? It can be something as simple as color coding or something fancy like RWD-builders. What makes an editor something you can&amp;rsquo;t live without?&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Adobe Creative Cloud 2015 - What Web Designers Will Like</title>
      <link>https://www.html5in24hours.com/posts/adobe-creative-cloud-2015-what-web-designers-will-like/</link>
      <pubDate>Fri, 19 Jun 2015 12:46:46 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/adobe-creative-cloud-2015-what-web-designers-will-like/</guid><description>&lt;p&gt;Adobe has announced a bunch of updates to the Adobe Creative Cloud. The biggest changes are that they are releasing updates to 15 apps within the Creative Cloud as well as including a new service: &lt;a href=&#34;http://stock.adobe.com/&#34;&gt;Adobe Stock&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;If you had Creative Cloud last year, you may remember the day when your hard drive space was sucked up by an entire new copy of all your Adobe applications. If you had a gigantic hard drive, you may not have noticed, but if your laptop is like mine, the 40GB you had free was suddenly not nearly enough. Yes, I appreciated the ability to check things in the old version of Photoshop CC and Dreamweaver CC, but when I couldn&amp;rsquo;t save any files because my hard drive was full, the duplicate copies of the apps got annoying. This year, Adobe has learned from that mistake and is making the way you install the new version an option. In other words, if you want the old version side-by-side with the new, you can do that. But if you just want your current version to update to the latest version, you can do that instead. Thanks for listening Adobe!&lt;/p&gt;&#xA;&lt;h3 id=&#34;adobe-enters-the-stock-photo-business&#34;&gt;Adobe Enters the Stock Photo Business&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.html5in24hours.com/images/AdobeStock_icon.png&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/AdobeStock_icon.png&#34; alt=&#34;Adobe Stock&#34;&gt;&lt;/a&gt;The big news of interest to web designers is that Adobe is now entering the stock photo business. Last year they purchased Folia, and now they are integrating that service into the Creative Cloud in the form of Adobe Stock. With this service, Adobe customers will be able to purchase stock photos and illustrations right from within the Creative Cloud products. Plus, as a Creative Cloud member, you will get access to reduced prices on the images.&lt;/p&gt;&#xA;&lt;p&gt;If you are a photographer or illustrator you will be pleased to learn that Adobe will also be paying for stock photos and illustrations. They plan to offer competitive royalties for creatives that add to the Adobe Stock library. This is great news for designers who also sell photographs or illustrations.&lt;/p&gt;&#xA;&lt;h3 id=&#34;android-apps-finally-available&#34;&gt;Android Apps Finally Available&lt;/h3&gt;&#xA;&lt;p&gt;If you use an Android device you will finally be able to use &lt;a href=&#34;https://www.html5in24hours.com/posts/updates-from-adobe/#brush&#34;&gt;Brush&lt;/a&gt;, &lt;a href=&#34;https://www.html5in24hours.com/posts/updates-from-adobe/#shape&#34;&gt;Shape&lt;/a&gt;, and Color on your devices. This has been a long wait, but these apps as well as the new app, Hue, are available on the Android store.&lt;/p&gt;&#xA;&lt;h3 id=&#34;changes-to-dreamweaver&#34;&gt;Changes to Dreamweaver&lt;/h3&gt;&#xA;&lt;p&gt;Dreamweaver CC (2015) adds some new features. Nothing really groundbreaking, but will make some web development tasks a bit easier. Some of the new features include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Integration with Adobe Stock You can now find the perfect images for the websites you are building from right within Dreamweaver. Adobe Stock is new with this release, but there are already over 40 million images to choose from. Single images are not cheap, but if you&amp;rsquo;re already a Creative Cloud member, you can get 10 images a month for around $3 an image (10 per month for $29.99). Plus, if you use less than your 10 in a month, they roll over up to 120 images.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Preview on Any Device As long as your devices are all on the same WiFi network, you can use either a QR code or type in a URL on your devices to view your Dreamweaver pages on them. You can also inpect the elements on the devices and preview on multiple devices at once. When you make changes in Dreamweaver, they are instantly updated on the devices.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Bootstrap Starter Templates You can now create responsive websites with Bootstrap components using built in Bootstrap starter templates.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Batch Extract from PSDs &lt;a href=&#34;https://www.html5in24hours.com/images/Batch_Extract.png&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/Batch_Extract-300x174.png&#34; alt=&#34;Batch Extract&#34;&gt;&lt;/a&gt; With the Extract feature, you could extract images from a Photoshop file. But now you can extract multiple images at once using the batch extract feature. This will make getting production-ready images that much faster.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Code editor tab completion even more robust &lt;a href=&#34;https://www.html5in24hours.com/images/Code_Editor_Improvements.png&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/Code_Editor_Improvements-300x219.png&#34; alt=&#34;Code Editor Improvements&#34;&gt;&lt;/a&gt; Now you can use shortcuts to create common, complex blocks of code. Things like &lt;code&gt;nav&amp;gt;ul&amp;gt;li.link{Link $}*5&lt;/code&gt; turns into a 5-element unordered list each with a class of “link” e.g.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&#xA;&#x9;&amp;lt;li class=&amp;#34;link&amp;#34;&amp;gt;Link 1&amp;lt;/li&amp;gt;&#xA;&#x9;&amp;lt;li class=&amp;#34;link&amp;#34;&amp;gt;Link 2&amp;lt;/li&amp;gt;&#xA;&#x9;&amp;lt;li class=&amp;#34;link&amp;#34;&amp;gt;Link 3&amp;lt;/li&amp;gt;&#xA;&#x9;&amp;lt;li class=&amp;#34;link&amp;#34;&amp;gt;Link 4&amp;lt;/li&amp;gt;&#xA;&#x9;&amp;lt;li class=&amp;#34;link&amp;#34;&amp;gt;Link 5&amp;lt;/li&amp;gt;&#xA;&amp;lt;/ul&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Shortcuts in CSS too I used to use TextExpander for all my CSS and HTML shortcuts, but now Dreamweaver has a bunch built in. This will make it that much faster to write HTML and CSS in the code editor. They use &lt;a href=&#34;http://emmet.io/&#34;&gt;Emmet&lt;/a&gt; for code completion and there are &lt;a href=&#34;http://docs.emmet.io/abbreviations/&#34;&gt;lots of shortcuts&lt;/a&gt; you can learn.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Link checks your code for you As you type your HTML and CSS, Lint inside Dreamweaver CC (2015) checks your code and validates that it is correct. It will highlight incorrect lines in red, and if you click on them you will get more information about what the problem is so you can fix it.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;There are lots of other small features added to Dreamweaver, but those are the highlights.&lt;/p&gt;&#xA;&lt;h3 id=&#34;changes-to-muse&#34;&gt;Changes to Muse&lt;/h3&gt;&#xA;&lt;p&gt;Adobe Muse has also been updated in the 2015 release. Like Dreamweaver, you can now get stock photos from Adobe Stock right inside Muse CC (2015). You can also get Adobe Typekit fonts right from within Muse.&lt;/p&gt;&#xA;&lt;p&gt;The widgets panel now includes shopping carts and RSS blog feeds. You can even style the feeds you pull in. There are lots of widgets both free and paid that you can use to improve your site. &lt;a href=&#34;https://www.html5in24hours.com/images/AdobeMuse_AddaBlog.png&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/AdobeMuse_AddaBlog-300x300.png&#34; alt=&#34;Add a Blog&#34;&gt;&lt;/a&gt; I am happy to say that you can finally add radio buttons and checkboxes to contact forms in Muse. This makes it easier to get more accurate information from your form submissions. &lt;a href=&#34;https://www.html5in24hours.com/images/AdobeMuse_ContactFormupdates.png&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/AdobeMuse_ContactFormupdates-300x300.png&#34; alt=&#34;Muse Contact Form Updates&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;cc-2015-release-is-pretty-exciting&#34;&gt;CC 2015 Release is Pretty Exciting&lt;/h3&gt;&#xA;&lt;p&gt;CreativeSync is a very useful tool to keep your files and images up-to-date across all your computers and devices. I have already created documents on my laptop and then finished them on my desktop as well as worked with images on my iPad that I finished on my laptop or desktop. It&amp;rsquo;s a very convenient feature.&lt;/p&gt;&#xA;&lt;p&gt;There are updates to the following apps in Creative Cloud (2015):&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;AfterEffects&lt;/li&gt;&#xA;&lt;li&gt;Audition&lt;/li&gt;&#xA;&lt;li&gt;Dreamweaver&lt;/li&gt;&#xA;&lt;li&gt;Edge Animate&lt;/li&gt;&#xA;&lt;li&gt;Flash&lt;/li&gt;&#xA;&lt;li&gt;Illustrator&lt;/li&gt;&#xA;&lt;li&gt;InCopy&lt;/li&gt;&#xA;&lt;li&gt;InDesign&lt;/li&gt;&#xA;&lt;li&gt;Lightroom&lt;/li&gt;&#xA;&lt;li&gt;Media Encoder&lt;/li&gt;&#xA;&lt;li&gt;Muse&lt;/li&gt;&#xA;&lt;li&gt;Photoshop&lt;/li&gt;&#xA;&lt;li&gt;Prelude&lt;/li&gt;&#xA;&lt;li&gt;Premiere Pro&lt;/li&gt;&#xA;&lt;li&gt;SpeedGrade&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://www.weddingdirectoryuk.com/user_detail.php?u=jeffersonf&#34; title=&#34;lolitaclick@googlemail.com&#34;&gt;Maxie&lt;/a&gt; - Dec 4, 2016&lt;/p&gt;&#xA;&lt;p&gt;My codеr is trying to convince me to move to .net from PHP. I have alwaqys disliked the idеa because of the ᥱxpenses. But he&amp;rsquo;s tryiong none the less. I&amp;rsquo;ve been using Movable-type ⲟn numerous websitᥱѕ for about a year ɑnd am worried about switching to another platform. I have hеarɗ ᴠery good things ɑbout blogengine.net. Is there a way I can import all myү woгdpress posts into it? Anny help would be grreatly appreciated!&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.htmljenn.com/&#34; title=&#34;jenn@html5in24hours.com&#34;&gt;Jennifer Kyrnin&lt;/a&gt; - Jan 2, 2017&lt;/p&gt;&#xA;&lt;p&gt;I wouldn&amp;rsquo;t recommend it, personally. .Net and PHP are vastly different, so things that work fine on your PHP site won&amp;rsquo;t work on .Net. It will also require a lot of work to move. I used to use MovableType but it&amp;rsquo;s been a long time. And I don&amp;rsquo;t have any knowledge about Blogengine.net but I&amp;rsquo;d be willing to bet with a name like that they can import wordpress posts without an issue.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://1billionlinks.com/press-release.php&#34; title=&#34;mathiascaperton@yahoo.com&#34;&gt;Buy press releases&lt;/a&gt; - Jan 3, 2023&lt;/p&gt;&#xA;&lt;p&gt;I read this paragraph completely regarding the resemblance of latest and preceding technologies, it&amp;rsquo;s awesome article.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://m.joker123th.com/register/&#34; title=&#34;quinton.marrero@arcor.de&#34;&gt;สมัครสล็อต&lt;/a&gt; - Feb 2, 2023&lt;/p&gt;&#xA;&lt;p&gt;Hello, i think that i saw you visited my website so i came to “return the favor”.I&amp;rsquo;m trying to find things to improve my web site!I suppose its ok to use a few of your ideas!!&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;</description>
    </item>
    <item>
      <title>No More Napkins</title>
      <link>https://www.html5in24hours.com/posts/no-napkins/</link>
      <pubDate>Mon, 30 Mar 2015 20:09:12 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/no-napkins/</guid><description>&lt;p&gt;I can&amp;rsquo;t tell you how many times I&amp;rsquo;ve grabbed a napkin or piece of scrap paper and scribbled out a mockup for a design idea I have. I have done this with clients, for my own sites, even for ideas that come to me at midnight. But now Adobe has released an app that lets me scribble my ideas on my iPad and they appear as a tidy mockup like magic. And it even pastes in placeholder text without my needing to.&lt;/p&gt;&#xA;&lt;p&gt;I had the opportunity to play with the new comp designer from Adobe, Adobe Comp CC, and it&amp;rsquo;s a lot of fun, but what I found most enjoyable was how easy it was to draft a quick mockup. And instead of looking like horrible stick-figure sketches, Adobe Comp converts them into nice, sharp mockups. I can even include my own images that I&amp;rsquo;ve uploaded to the Adobe cloud.&lt;/p&gt;&#xA;&lt;p&gt;But I find Comp hard to explain in writing, so I&amp;rsquo;ve created this video for you to see what I mean.&lt;/p&gt;&#xA;&lt;h2 id=&#34;_tk&#34;&gt;&lt;a href=&#34;https://youtu.be/M41D4M7w&#34;&gt;https://youtu.be/M41D4M7w&lt;/a&gt;_tk&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;%22missdarkstar@hotmail.com%22&#34;&gt;Nicole ll&lt;/a&gt; - Mar 2, 2015&lt;/p&gt;&#xA;&lt;p&gt;Thanks for sharing this,Karen. I wasn&amp;rsquo;t aware the s existed.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.htmljenn.com/&#34; title=&#34;jenn@html5in24hours.com&#34;&gt;Jennifer Kyrnin&lt;/a&gt; - Apr 4, 2015&lt;/p&gt;&#xA;&lt;p&gt;It only just came out the day I released that post. And my name is Jennifer, not Karen. :-) Thanks for your comment.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;</description>
    </item>
    <item>
      <title>Not all design testing tools are created equal</title>
      <link>https://www.html5in24hours.com/posts/design-testing-tools-created-equal/</link>
      <pubDate>Fri, 16 May 2014 19:45:01 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/design-testing-tools-created-equal/</guid><description>&lt;p&gt;I&amp;rsquo;ve noticed lately a proliferation of websites like &lt;a href=&#34;http://thecustomizewindows.com/responsive/&#34;&gt;Responsive Design Testing Tool&lt;/a&gt; which claim to offer a way to test your responsive web designs in different browser or device widths. I happily began testing some of the pages I design and noticed that they didn&amp;rsquo;t look right—the designs weren&amp;rsquo;t responding to the width. After checking my CSS @media queries for errors I had an idea. &lt;strong&gt;Check the page on my iPhone.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/bad-responsive-design-testing-1024x507.png&#34; alt=&#34;A bad way to test responsive designs&#34;&gt; Do you notice anything interesting about these four renderings?&lt;/p&gt;&#xA;&lt;p&gt;If you go to the Responsive Design Testing Tool and put in a web page you know is responsive, you might notice something like what I saw in the screen shot above. What you&amp;rsquo;re seeing is the About.com home page rendered in four iframes at the four listed dimensions. If you look closely, you&amp;rsquo;ll notice that all four images in the frames are exactly the same size. This is because while the iframes loading the page are set to the width and height of the devices, the pages are rendering based on the browser window itself, not the iframe widths.&lt;/p&gt;&#xA;&lt;p&gt;When I viewed the page on my iPhone the responsive features kicked in as they were supposed to and I saw the page as it was supposed to look.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/testing-page-on-iphone-200x300.png&#34; alt=&#34;Testing on the Device Gives Better Results&#34;&gt; Here&amp;rsquo;s what the page looks like on a &lt;em&gt;real&lt;/em&gt; iPhone&lt;/p&gt;&#xA;&lt;p&gt;As you can see, on a real iPhone the About.com logo is smaller and on the black background. The navigation has been reduced down to the &lt;img src=&#34;https://www.html5in24hours.com/images/navigation-icon-example.png&#34; alt=&#34;navigation icon example&#34;&gt; icon. The headline and image are both fully visible. And there is no horizontal scrolling required. In other words, About.com modified the layout responsively based on the viewport of the iPhone.&lt;/p&gt;&#xA;&lt;h3 id=&#34;be-wary-of-online-emulators&#34;&gt;Be Wary of Online Emulators&lt;/h3&gt;&#xA;&lt;p&gt;There are a number of sites like the Responsive Design Testing Tool that claim to be RWD testing tools, but in reality they are just iframe page loaders. And because most pages take their cue from the device window rather than a width set on an HTML element like an iframe, they just show the page as it would look on the browser it&amp;rsquo;s in.&lt;/p&gt;&#xA;&lt;p&gt;I decided for the hell of it to see how About.com&amp;rsquo;s page would render in the iframes of the Responsive Testing Tool on my iPhone. Below is the result:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/testing-tool-viewing-about-on-iPhone-213x1024.png&#34; alt=&#34;How it renders on an iPhone&#34;&gt; The Responsive Design Testing Tool on an iPhone&lt;/p&gt;&#xA;&lt;p&gt;The immediate red flag for me when viewing this site on my iPhone was that the testing tool page itself made no effort to be responsive. You could argue that that&amp;rsquo;s because it really needs to be viewed on a desktop browser, but it was very difficult to scroll horizontally to see any of the iframes other than the 240x320 (small phone) frame. Other things I noticed were that the URL field did not use the URL input field, which made it slightly tougher to type in on my iPhone and it cut off the iframe completely on the right as you can see in the screen shot on the left.&lt;/p&gt;&#xA;&lt;p&gt;All in all I wouldn&amp;rsquo;t trust this tool to do any testing on my websites. I&amp;rsquo;d be better off doing only testing on my browser and not worrying about mobile devices.&lt;/p&gt;&#xA;&lt;h3 id=&#34;what-can-you-use&#34;&gt;What Can You Use?&lt;/h3&gt;&#xA;&lt;p&gt;While online emulators might not be the best solution for testing responsive websites, you can use them to test non-responsive sites to see how your pages might render on a smaller screen device.&lt;/p&gt;&#xA;&lt;p&gt;Another option you have for testing is to use an emulator. You can get an &lt;a href=&#34;https://developer.apple.com/devcenter/ios/index.action&#34;&gt;iPhone emulator from Apple&lt;/a&gt; and an &lt;a href=&#34;http://developer.android.com/sdk/index.html&#34;&gt;Android emulator from Android&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;want-to-learn-more-about-responsive-web-design&#34;&gt;Want to Learn more about Responsive Web Design?&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://responsivewebdesignin24hours.com/&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/9780672338380-150x150.jpg&#34; alt=&#34;Sams Teach Yourself Responsive Web Design with HTML5 and CSS3 in 24 Hours&#34;&gt;&lt;/a&gt; Available Oct 2014&lt;/p&gt;&#xA;&lt;h2 id=&#34;i-am-writing-a-book-on-responsive-web-designresponsive-web-design-with-html5-and-css3-in-24-hours-sams-teach-yourself-it-is-available-now-for-pre-order-on-amazon-and-other-places-where-books-are-sold&#34;&gt;I am writing a book on responsive web design &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;em&gt;Responsive Web Design with HTML5 and CSS3 in 24 Hours, Sams Teach Yourself&lt;/em&gt;&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;. It is available now for pre-order on Amazon and other places where books are sold.&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;http://na&#34; title=&#34;david@wellock.org&#34;&gt;David W&lt;/a&gt; - May 4, 2014&lt;/p&gt;&#xA;&lt;p&gt;Thank you. I have been saying this for months. the problem seems to be the difference between max-width and max-device-width. If the latter is set, then the page will not render correctly in an iFrame set to a pixel size. I&amp;rsquo;m not sure it&amp;rsquo;s possible to fool the browser engine to accept a different screen size, the way you can fake a User Agent String. Great article Thanks David&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 5, 2014&lt;/p&gt;&#xA;&lt;p&gt;Thanks! I was starting to wonder if I was the only person noticing this issue. :-) As so many of the testing sites use iframes and then all have this problem.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;</description>
    </item>
    <item>
      <title>Sorry for the delay &amp;#8212; I didn&#39;t forget the giveaway</title>
      <link>https://www.html5in24hours.com/posts/sorry-for-the-delay-i-didnt-forget-the-giveaway/</link>
      <pubDate>Thu, 13 Sep 2012 17:34:25 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/sorry-for-the-delay-i-didnt-forget-the-giveaway/</guid><description>&lt;p&gt;Life just got the better of me for a while there. I&amp;rsquo;m happy to say that I&amp;rsquo;m nearly caught up. Now that school has started I might have a little more time. :-) But you don&amp;rsquo;t care about that, you want to know &lt;strong&gt;who won!&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;[caption id=&amp;quot;&amp;quot; align=&amp;ldquo;alignleft&amp;rdquo; width=&amp;ldquo;132&amp;rdquo;]&lt;a href=&#34;http://www.amazon.com/gp/product/0789749327/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0789749327&amp;amp;linkCode=as2&amp;amp;tag=kyrnindesign-20&#34;&gt;&lt;img src=&#34;http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;amp;ASIN=0789749327&amp;amp;Format=_SL160_&amp;amp;ID=AsinImage&amp;amp;MarketPlace=US&amp;amp;ServiceVersion=20070822&amp;amp;WS=1&amp;amp;tag=kyrnindesign-20&#34; alt=&#34;Adobe Dreamweaver CS6 on Demand by Perspection Inc. and Steve Johnson &#34; title=&#34;Adobe Dreamweaver CS6 on Demand&#34;&gt;&lt;/a&gt; Adobe Dreamweaver CS6 on Demand by Perspection Inc. and Steve Johnson&lt;/p&gt;&#xA;&lt;p&gt;The following people won a copy of the book &lt;em&gt;Adobe Dreamweaver CS6 on Demand&lt;/em&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Leigh C-M&lt;/li&gt;&#xA;&lt;li&gt;Janet&lt;/li&gt;&#xA;&lt;li&gt;Sunday ayodele&lt;/li&gt;&#xA;&lt;li&gt;Lisa Vincent&lt;/li&gt;&#xA;&lt;li&gt;Karen&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;and…&lt;/p&gt;&#xA;&lt;p&gt;[caption id=&amp;quot;&amp;quot; align=&amp;ldquo;alignleft&amp;rdquo; width=&amp;ldquo;113&amp;rdquo;]&lt;a href=&#34;http://www.amazon.com/gp/product/0789748428/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0789748428&amp;amp;linkCode=as2&amp;amp;tag=kyrnindesign-20&#34;&gt;&lt;img src=&#34;http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;amp;ASIN=0789748428&amp;amp;Format=_SL160_&amp;amp;ID=AsinImage&amp;amp;MarketPlace=US&amp;amp;ServiceVersion=20070822&amp;amp;WS=1&amp;amp;tag=kyrnindesign-20&#34; alt=&#34;Adobe Muse on Demand by Ted LoCascio&#34; title=&#34;Adobe Muse on Demand&#34;&gt;&lt;/a&gt; Adobe Muse on Demand by Ted LoCascio&lt;/p&gt;&#xA;&lt;p&gt;The following people won a copy of the book &lt;em&gt;Adobe Muse on Demand&lt;/em&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Aggrey&lt;/li&gt;&#xA;&lt;li&gt;Yussuf Olawale Afeez&lt;/li&gt;&#xA;&lt;li&gt;Sudheer Marath&lt;/li&gt;&#xA;&lt;li&gt;Kenny SILVA&lt;/li&gt;&#xA;&lt;li&gt;Deb Tilton&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ill-be-contacting-you-directly-to-get-your-mailing-address-and-get-it-off-to-my-editor-if-you-dont-hear-from-me-within-10-hours-please-contact-me-directly&#34;&gt;I&amp;rsquo;ll be contacting you directly to get your mailing address and get it off to my editor. If you don&amp;rsquo;t hear from me within 10 hours, please contact me directly.&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;http://&#34; title=&#34;Sundayobaidu@yahoo.com&#34;&gt;Sunday Ayodele&lt;/a&gt; - Sep 5, 2012&lt;/p&gt;&#xA;&lt;p&gt;I am so much thank Mrs Jennifer Kyrnin for her faithfulness to the said giveaway in which i am fortunate to be one of the winners.Enormous vote of thanks to you.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22syamprakas2011@gmail.com%22&#34;&gt;Sudheer Marath&lt;/a&gt; - Jul 1, 2013&lt;/p&gt;&#xA;&lt;p&gt;I am so much thankful to Mrs Jennifer Kyrnin for her faithfulness to the said giveaway in which i am fortunate to be one of the winners.Enormous vote of thanks to you.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22syamprakas2011@gmail.com%22&#34;&gt;Sudheer Marath&lt;/a&gt; - Jul 3, 2013&lt;/p&gt;&#xA;&lt;p&gt;Please send my book to the following mailing address below: Sudheer Marath Adityabirla Minacs, 3rd Floor, Millennium Towers, ITPL Road, Bangalore - 560 037, India Mobile: +91 89046 52459&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;</description>
    </item>
    <item>
      <title>Tools to Write HTML5 and Another Giveaway</title>
      <link>https://www.html5in24hours.com/posts/tools-to-write-html5/</link>
      <pubDate>Sun, 12 Aug 2012 20:58:48 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/tools-to-write-html5/</guid><description>&lt;p&gt;&lt;a href=&#34;http://www.amazon.com/gp/product/0789749327/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0789749327&amp;amp;linkCode=as2&amp;amp;tag=kyrnindesign-20&#34;&gt;&lt;img src=&#34;http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;amp;ASIN=0789749327&amp;amp;Format=_SL160_&amp;amp;ID=AsinImage&amp;amp;MarketPlace=US&amp;amp;ServiceVersion=20070822&amp;amp;WS=1&amp;amp;tag=kyrnindesign-20&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;img src=&#34;http://www.assoc-amazon.com/e/ir?t=kyrnindesign-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0789749327&#34; alt=&#34;&#34;&gt;I&amp;rsquo;ve been building web pages since 1995 or 1996, and as such I am very comfortable inside the HTML. And when I started building pages, at first there were no editors dedicated to writing HTML, and then when they came along, they were text editors. Writing web pages visually, like in a word processor, was unheard of.&lt;/p&gt;&#xA;&lt;p&gt;When visual web editors came on the market, they produced HTML that was a tangled mess of tags and characters, and they were very difficult to decipher. Plus, they would often not work as well outside the editor (i.e. inside a customer&amp;rsquo;s web browser) as they did in. So, I, like most designers of that time, quickly learned to distrust WYSIWYG (what you see is what you get) editors.&lt;/p&gt;&#xA;&lt;p&gt;But, if you do the math, that was over 15 years ago. And the market is starting to catch up. In fact, Adobe has two products that create great HTML5 web pages without any or with very little interaction with the HTML code: Adobe Muse and Adobe Dreamweaver. I have tried out both of these products, and while they are definitely aimed at different markets, they are both great.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.amazon.com/gp/product/0789748428/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0789748428&amp;amp;linkCode=as2&amp;amp;tag=kyrnindesign-20&#34;&gt;&lt;img src=&#34;http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;amp;ASIN=0789748428&amp;amp;Format=_SL160_&amp;amp;ID=AsinImage&amp;amp;MarketPlace=US&amp;amp;ServiceVersion=20070822&amp;amp;WS=1&amp;amp;tag=kyrnindesign-20&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;img src=&#34;http://www.assoc-amazon.com/e/ir?t=kyrnindesign-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0789748428&#34; alt=&#34;&#34;&gt;These two books will help you get started with these tools:&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Adobe Dreamweaver CS6 On Demand&lt;/em&gt; and &lt;em&gt;Adobe Muse On Demand&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Before you decide if these books are useful to you, you should check out a free chapter:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;[&lt;em&gt;Adobe Dreamweaver CS6 on Demand&lt;/em&gt; Chapter 2: “Getting Started with Dreamweaver CS6”](&lt;a href=&#34;https://www.html5in24hours.com/chapters/Adobe&#34;&gt;https://www.html5in24hours.com/chapters/Adobe&lt;/a&gt; Dreamweaver CS6 on Demand chapter 2.pdf &amp;ldquo;Adobe Dreamweaver CS6 on Demand Chapter 2&amp;rdquo;)&lt;/li&gt;&#xA;&lt;li&gt;[&lt;em&gt;Adobe Muse On Demand&lt;/em&gt; Chapter 6: “Working with Graphic Styles and Effects”](&lt;a href=&#34;https://www.html5in24hours.com/chapters/Adobe&#34;&gt;https://www.html5in24hours.com/chapters/Adobe&lt;/a&gt; Muse On Demand Chapter 6.pdf &amp;ldquo;Adobe Muse on Demand Chapter 6&amp;rdquo;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;another-giveaway&#34;&gt;Another Giveaway!&lt;/h3&gt;&#xA;&lt;h2 id=&#34;if-you-are-interested-in-either-of-these-books-post-a-comment-detailing-which-book-you-are-interested-in-and-why-i-have-5-copies-of-each-book-to-give-away-i-will-close-comments-on-august-27th-and-pick-the-winners-on-the-28th-if-you-want-a-second-chance-to-win-you-can-subscribe-to-this-blog-in-the-sidebar-all-subscriptions-that-added-before-the-27th-will-be-given-a-second-entry-in-the-giveaway-and-the-benefit-of-subscribing-is-that-you-also-get-my-posts-about-html5-directly-in-your-email-as-soon-as-they-go-live-you-cant-lose&#34;&gt;If you are interested in either of these books, post a comment detailing which book you are interested in and why. I have 5 copies of each book to give away. I will close comments on August 27th and pick the winners on the 28th. If you want a second chance to win, you can subscribe to this blog (in the sidebar). All subscriptions that added before the 27th will be given a second entry in the giveaway. And the benefit of subscribing is that you also get my posts about HTML5 directly in your email as soon as they go live. You can&amp;rsquo;t lose!&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;%22karen.voguefox@gmail.com%22&#34;&gt;Karen&lt;/a&gt; - Aug 0, 2012&lt;/p&gt;&#xA;&lt;p&gt;Dear Jennifer Thank you so much for this article, and for the giveaways. I am a stay-at-home mom and I&amp;rsquo;d like to learn how to create websites as a way to make a little extra income. I&amp;rsquo;d love to receive a copy of Adobe Dreamweaver CS6 On Demand. I have been trying to get on a course to learn to use Dreamweaver for about a year now without any success. The course nearby keeps getting cancelled as there are not enough students who enrol each time, and so the course gets postponed. As I say, it&amp;rsquo;s been almost a year that I have been enrolling and being put off until the next time. If I could have a copy of the book, I could start training myself instead. Thank you so much!&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22dtilt1@yahoo.com%22&#34;&gt;Deb Tilton&lt;/a&gt; - Aug 1, 2012&lt;/p&gt;&#xA;&lt;p&gt;I would like to learn desktop publishing. there are a lot of things you can use it for and I would like to get started.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://duanespurlock.blogspot.com/&#34; title=&#34;pulprack@gmail.com&#34;&gt;Duane Spurlock&lt;/a&gt; - Aug 1, 2012&lt;/p&gt;&#xA;&lt;p&gt;I like how each of these chapters is organized according to a step-by-step principle, suitable for novices: no prerequisite knowledge need be brought to these books by the reader. In a world filled with ever-more-complex applications and upgrades, finding the right book for dipping one&amp;rsquo;s toes into the water (to mix a metaphor) is increasingly difficult. That said, I prefer the Dreamweaver book. I come from a cut-and-paste publishing background, and I can fumble my way through designing a document with InDesign, but web design still eludes me. This chapter on Dreamweaver looks like an excellent introduction for my skill level (which, to be honest, is somewhere in a sub-basement). Thanks for sharing!&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22syamprakas2011@gmail.com%22&#34;&gt;Sudheer Marath&lt;/a&gt; - Aug 1, 2012&lt;/p&gt;&#xA;&lt;p&gt;Thanks Jennifer for your good work.I read both Adobe Dreamweaver CS6 On Demand and Adobe Muse On Demand free chapters. It was one of the best ever book i have read in my entire life. Now a days it is very difficult to get such kind of books with it&amp;rsquo;s simplicity, professional style and presentation of each topic. Firstly I want to have the Dreamweaver CS6 book. I&amp;rsquo;ll be lucky if i get a chance to get both of these books. I will surely recommend these books to my friends. Thank you.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.hastk_hitech.com&#34; title=&#34;yussufabdulhafeez@yahoo.co.uk&#34;&gt;Yussuf Olawale Afeez&lt;/a&gt; - Aug 1, 2012&lt;/p&gt;&#xA;&lt;p&gt;I like Adobe CS6 very because i&amp;rsquo;ve been using CS for a long time so i like to know what&amp;rsquo;s latest in CS6, though will like to know what adobe muse is all about&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22aggreychunguli@yahoo.com%22&#34;&gt;Aggrey&lt;/a&gt; - Aug 1, 2012&lt;/p&gt;&#xA;&lt;p&gt;Hi, There are many tools which have sprung up especially in the area of designing websites using code. I have been working with HTML and at the moment trying out PHP. This means that I really need to study and practice using code because at the moment I am a graphic designer with good graphic design skills. Regards Aggrey&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22adabocha@yahoo.com%22&#34;&gt;Barbara Fay&lt;/a&gt; - Aug 2, 2012&lt;/p&gt;&#xA;&lt;p&gt;Dear Jennifer, •Adobe Dreamweaver CS6 on Demand Chapter 2: “Getting Started with Dreamweaver CS6” is a treasure! I and six of my gal pals, ages 68-84, have dabbled with creating websites to post our blogs and sell unique greeting cards. We collaborate on line to edit each other&amp;rsquo;s work. This book would be of great value to our group. I am confident that this program could help us upgrade our skills and launch more effective website pages. What I appreciate about chapter two is the format. The directions, hints, options and examples are all provided in well written english on pages with plenty of white space. That is a welcome contrast to other titles with long paragraphs of dense tecnical language.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22deniseksulli@yahoo.com%22&#34;&gt;Densie&lt;/a&gt; - Aug 2, 2012&lt;/p&gt;&#xA;&lt;p&gt;Thanks for your articles and for the giveaways. I would love a copy of Dreamweaver CS6 as I have just taken a position in our ecommerce department and while I learned HTML some time ago, I never used dreamweaver and I&amp;rsquo;m playing catch up. I think the book would come in handy.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.vychuneowens.tk&#34; title=&#34;owens3496@gmail.com&#34;&gt;Omar Owens&lt;/a&gt; - Aug 2, 2012&lt;/p&gt;&#xA;&lt;p&gt;Hello Miss Kyrnin, I would love the Dreamweaver book to futher my knowlegde with the software. I also may be taking the class in the near future so i would olove the chance to read ahead. Thank you in advance! Omar&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://supremoonderhoud.nl&#34; title=&#34;thinaavina@netscape.net&#34;&gt;gabriela avina&lt;/a&gt; - Aug 2, 2012&lt;/p&gt;&#xA;&lt;p&gt;Hi Jenifer, I would like a copy of the book. Graphic designer and I&amp;rsquo;m very interested in what the interent page design. Every time I read your page and learn something new. Here is a page that I&amp;rsquo;m doing to my husband &amp;hellip;&amp;hellip; I have still much to learn. The practice is the key but I need a good guide as your website and a good book. thanks&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; - Aug 2, 2012&lt;/p&gt;&#xA;&lt;p&gt;@gabriela avina Which book did you want? Thanks!&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; - Aug 2, 2012&lt;/p&gt;&#xA;&lt;p&gt;@Densie to be clear: this is a BOOK giveaway, not the Dreamweaver software.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22bch55014@bigpond.net.au%22&#34;&gt;Leigh C-M&lt;/a&gt; - Aug 3, 2012&lt;/p&gt;&#xA;&lt;p&gt;Hello Jennifer, Have just finished reading the chapter from Adobe Dreamweaver CS6 On Demand. This sounds like my kind of book. I love the way the pages are set out, including two columns of text to a page. However, I do prefer text to be formatted to the right as well as left. It just looks neater in my opinion! All the little extra tips, how to do (and what not to do)items really make this book. I am about to design a website from scratch for a not-for-profit community family history group, and the book may be my saving grace, as I have very little experience in this field. As a volunteer for this project, I shall keep my fingers crossed that I am lucky enough to win one of the books. Keep up the good work!&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://j.mp/AMS-Community&#34; title=&#34;grasmussen@ametsoc.org&#34;&gt;R. Gary Rasmussen&lt;/a&gt; - Aug 3, 2012&lt;/p&gt;&#xA;&lt;p&gt;Hi Jennifer, Web development is not a part of my job description. I work for the American Meteorological Society (a nonprofit organization) and my main responsibility is to help get the three main sectors of our community (academic, for-profit, and government) to stop squabbling with one another and work together for the common good of the community, and the nation. One way to do this is to hold face-to-face meetings where people can discuss common issues and problems. To facilitate networking among the attendees before, during, and after these meetings I have created a web site that provides photos, business cards, and bios of the people attending the meetings. I don&amp;rsquo;t use either of these expensive Adobe products (yet) but would like to study the books to see if investing in one or both would be a good use of our scarce resources. Thanks for your blog, and your About.com articles. They are a huge help! gary&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22uslvi@icopal.com%22&#34;&gt;Lisa Vincent&lt;/a&gt; - Aug 3, 2012&lt;/p&gt;&#xA;&lt;p&gt;Hi Jennifer, I have learned so much from your &amp;ldquo;About Web Design&amp;rdquo; emails (articles) and I enjoy receiving them. I would be thrilled to be selected to receive a copy of the book Adobe Dreamweaver CS6 On Demand.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22W_L_Nowell@hotmail.com%22&#34;&gt;William&lt;/a&gt; - Aug 3, 2012&lt;/p&gt;&#xA;&lt;p&gt;Hi Jennifer, I&amp;rsquo;ve been reading your articles for a few years now, and I&amp;rsquo;ve even taken your xhtml and css courses. I&amp;rsquo;ve learned a lot and have been inspired to start a freelance web design company. I plan to open for business before the end of the year. I own Dreamweaver, but I still have much to learn. No doubt, the Dreamweaver book will be a major help. I would love to have a free copy of the Dreamweaver book. William&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22visualword@comcast.net%22&#34;&gt;alice Loddigs&lt;/a&gt; - Aug 4, 2012&lt;/p&gt;&#xA;&lt;p&gt;Thanks so much for all your helpful articles. Both of these books look interesting, I want them both! but I would definitely start with the book on Dreamweaver, because it is the software I have and use. The improvements look interesting and encouraging, and the book very readable and useful.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.sundez.blogshot.com&#34; title=&#34;Sundayobaidu@yahoo.com&#34;&gt;Sunday ayodele&lt;/a&gt; - Aug 4, 2012&lt;/p&gt;&#xA;&lt;p&gt;Hello jennifer,i&amp;rsquo;ll be so much happy to get the DreamWeaver cs6 or to get the both because i can&amp;rsquo;t afford to let your potential books pass me by without my landmark on them.i am also a young web designer following the great strides of achievers like jennifer kyrnin &amp;amp; other local professionals in my locality.i had also messaged you in your facebook message box.pls try &amp;amp; check it.i and my classmates have made you as our super model.i gave my coursemates your website address,even lecturers respect me for my ardent research when i recommended it for them.they feedback me with awesome testimonies.pls i seriously need the both books.the simplicity of the book is amazing.thank&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22germanlessons1@hotmail.com%22&#34;&gt;Enrique&lt;/a&gt; - Aug 4, 2012&lt;/p&gt;&#xA;&lt;p&gt;Hi Jennifer, I have seen both free chapters and they were really good. But I&amp;rsquo;d like the Adobe Dreamweaver CS6 on Demand. I think that the explanation how to use that software is very clear and it&amp;rsquo;s a good way to learn it. Does the books are e-books? Thanks for the oportunity to participate. Enrique&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://&#34; title=&#34;Jceleste1123@hotmail.com&#34;&gt;Janet&lt;/a&gt; - Aug 6, 2012&lt;/p&gt;&#xA;&lt;p&gt;Thanks for the giveaway. I wish to get Adobe Dreamweaver CS6 on Demand because I just quited my flash designer job and wish to look for web designing job. I Would like to take this break to refresh &amp;amp; brush up my Dreamweaver skill and builds portfolio before start to find job. The last time I learnt was using Dreamweaver Cs2. So I hope I will have this book to startup. =)&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://info@kennysilva.com&#34; title=&#34;info@kennysilva.com&#34;&gt;Kenny SILVA&lt;/a&gt; - Sep 2, 2012&lt;/p&gt;&#xA;&lt;p&gt;Seems that is a bit late but I am one of those dreamers that never give up! I would love to have a copy of those books since I started a small business that (God willing) will become a franchise. My designer went back to his country and still looking for a responsible one. I realized that I cannot depend on them and need to learn ASAP. Please have me in consideration for your giveaway. Thank you for your work and congratulations Kenny Silva Producer&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;</description>
    </item>
  </channel>
</rss>
