<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Adobe Muse on HTML5 in 24 Hours</title>
    <link>https://www.html5in24hours.com/tags/adobe-muse/</link>
    <description>Adobe Muse on HTML5 in 24 Hours</description>
    <generator>Hugo</generator>
    <language>en-us</language><copyright>Jennifer Kyrnin</copyright><lastBuildDate>Fri, 19 Jun 2015 12:46:46 +0000</lastBuildDate>
    <atom:link href="https://www.html5in24hours.com/tags/adobe-muse/index.xml" rel="self" type="application/rss+xml" />
    <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>Updates from Adobe - a Fun New Adobe App</title>
      <link>https://www.html5in24hours.com/posts/updates-from-adobe/</link>
      <pubDate>Mon, 06 Oct 2014 18:50:51 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/updates-from-adobe/</guid><description>&lt;p&gt;Adobe released a number of new apps and features today at the MAX convention. There are some new features in Photoshop CC, Illustrator CC, InDesign CC, and Premiere Pro CC. But the ones I found most interesting were the changes to Muse CC, Dreamweaver CC, and the new free Apps for iOS.&lt;/p&gt;&#xA;&lt;h2 id=&#34;muse-cc&#34;&gt;Muse CC&lt;/h2&gt;&#xA;&lt;p&gt;Muse finally has secure FTP support which I find very important. In fact some of the servers I work on don’t allow any connection other than secure FTP - which meant until now I couldn’t use Muse for them. It also now has Find and Replace. This is a critical feature for web editors as when you’re working on a large site it can be difficult to know you’ve found all the instances you need to change if you have to do it by hand. For one site I worked on, we had to provide discounts to customers because one page listed the price from the previous year, and we didn’t catch it when we updated the site with the new price. Another great new feature of Muse CC is the SVG import. Now you can create your images as vector graphics and import them directly into your web page. This is great for doing prototyping in Illustrator and then moving directly to the website. SVG images give you so many options beyond the standard web images.&lt;/p&gt;&#xA;&lt;h2 id=&#34;dreamweaver-cc&#34;&gt;Dreamweaver CC&lt;/h2&gt;&#xA;&lt;p&gt;Dreamweaver CC doesn’t have a lot of updates this time, but there are a few that are interesting. It has 64-bit support, plus they updated Live View. You can now edit while in Live View - which is a huge improvement. I hardly ever leave Live View now. I love that you can drag and drop images into Live View—so much easier to do! There are also a bunch of new starter templates you can use to create different kinds of pages including &lt;a href=&#34;https://www.html5in24hours.com/posts/free-rwd-chapter/&#34; title=&#34;Learn RWD - get a free chapter of the new book&#34;&gt;Responsive Web Designs&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;mobile-apps&#34;&gt;Mobile Apps&lt;/h2&gt;&#xA;&lt;p&gt;But beyond Dreamweaver and Muse, Adobe now offers a bunch of mobile apps that all connect with your Creative Cloud account to allow you access to your creations from any device. There are three new apps in this release:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Adobe Premiere Clip&lt;/li&gt;&#xA;&lt;li&gt;Brush CC&lt;/li&gt;&#xA;&lt;li&gt;Shape CC&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The one I’m most interested in is Brush CC.&lt;/p&gt;&#xA;&lt;h3 id=&#34;brush-cc&#34;&gt;Brush CC&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.html5in24hours.com/images/1412620617_full.jpeg&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/1412620617_thumb.jpeg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Brush is a new app that will help you create your own custom brushes right on your iPad or iPhone. You start by creating a line or shape or whatever you want as a brush. Then you can modify it so that it displays exactly as you want it to. You can adjust things like:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;display as a ribbon, or just a scattering of marks&lt;/li&gt;&#xA;&lt;li&gt;color or black and white&lt;/li&gt;&#xA;&lt;li&gt;have it repeat linearly, mirrored, or stretch to fit the space&lt;/li&gt;&#xA;&lt;li&gt;crop it to make it a seamless brush or your own dotted line&lt;/li&gt;&#xA;&lt;li&gt;add transparency&lt;/li&gt;&#xA;&lt;li&gt;have the ends fade in and out or taper&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.html5in24hours.com/images/1412620666_full.jpeg&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/1412620666_thumb.jpeg&#34; alt=&#34;My first simple brush&#34;&gt;&lt;/a&gt;There are endless ways to create your brushes.&lt;/p&gt;&#xA;&lt;p&gt;Then, once you’ve created your brush, you can save it to your Creative Cloud library and use it in Photoshop CC and other connected applications. I can see myself spending a lot of time in this app.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://itunes.apple.com/us/app/adobe-brush-cc-creative-brushes/id911158339?mt=8&#34;&gt;Download Brush CC from iTunes&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;shape-cc&#34;&gt;Shape CC&lt;/h3&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/1412621415_thumb-150x150.jpeg&#34; alt=&#34;my brushes and shapes&#34;&gt;This is another new app that looks like it could be a lot of fun. However in my first attempt at using it, I found it fairly difficult. There is no image stabilization, so I found it difficult to focus on just the item I wanted. It also took me a while to figure out how to edit my shapes, and when the vectors were too connected, it was difficult to get just the lines I wanted and none that I didn’t. However, I then imported my shape into Illustrator without an issue.&lt;/p&gt;&#xA;&lt;p&gt;There are no pre-defined shapes in Shape CC but it is reasonably easy to use other than the above concerns, I created two new shapes very quickly.&lt;/p&gt;&#xA;&lt;h2 id=&#34;download-shape-cc-from-itunes&#34;&gt;&lt;a href=&#34;https://itunes.apple.com/us/app/adobe-shape-cc-capture-create/id919014644?mt=8&#34;&gt;Download Shape CC from iTunes&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;http://w5webdesigns.com&#34; title=&#34;nick@w5webdesigns.com&#34;&gt;nick Jubrey&lt;/a&gt; - Oct 2, 2014&lt;/p&gt;&#xA;&lt;p&gt;Thanks for the update. Still using cc for now.&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>
