<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
    <link>https://forums.adobe.com/community/edge_reflow_preview?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 12 Nov 2014 07:28:56 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-12T07:28:56Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6921764?tstart=0#6921764</link>
      <description>&lt;!-- [DocumentBodyStart:066354f4-1786-429c-8d90-6e0bfa5898f9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I installed the current version of Reflow (preview) and the code export is MUCH better than it was a year ago.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There are some issues such as the html is not setup to the W3C's standards for HTML and HTML5 there are entries in the CSS that are not needed such as when there is "NONE" set. Instead of placing the css entry when something is not set just don't include it in the CSS, reduces clutter.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Personal preference of having all the elements that are associated such as width, min-width, max-width and other entries all together instead of scattered around where some are at the top some in the middle or at the end. Just put them all together neat and tidy.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Setting radious corners are not being shown dynamically within Reflow so it is not possible really to see how little or far the corners are rounding.&amp;nbsp; Muse does this nicely.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You may want to look at the algorithm for setting the positioning of of margins, widths etc.. so that they round up instead of being 4 or 5 decimal places to the right.&amp;nbsp; I have NEVER seen a designer or developer when they write their CSS have more than two decimal places right of the decimal but mostly whole numbers are used.&lt;/p&gt;&lt;p&gt;There really is not much difference at all between&amp;nbsp; 89.983452% and 90% or pixels, ems or what-not.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I do not see any HTML5 specific tags being used in the html that is exported only the initial DOC Type is set to html5 the rest is just all DIV's.&amp;nbsp; Why not use semantic styling?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Not sure why there needs to be a separate ID for each and every TEXT element such as P tag why not just set a class of text and be done with it and then add ID's when a specific text element changes from the global class, "text" for instance.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; As is this latest version of Reflow (Preview) is worth testing and using to mockup layouts but you are still going to have to finesse and optimize the code which could be rewriting the entire HTML elements and CSS tags, but from what I see the exported files are usable as a starting point. Unlike a year ago, so progress has been made at least enough for me to not uninstall it.&amp;nbsp; Will report back as I use it more.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:066354f4-1786-429c-8d90-6e0bfa5898f9] --&gt;&lt;img src='/beacon?t=1415942594670' /&gt;</description>
      <pubDate>Wed, 12 Nov 2014 07:28:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6921764?tstart=0#6921764</guid>
      <dc:date>2014-11-12T07:28:56Z</dc:date>
      <clearspace:dateToText>1 day 22 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6919959?tstart=0#6919959</link>
      <description>&lt;!-- [DocumentBodyStart:983fe569-2983-4a19-9f9a-bff7a9384e01] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am just now coming back to this thread so I missed your offer for feedback.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Basically at the heart of it just make the exported code standards compliant.&amp;nbsp; That is all you really need to do to make most of us happy.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Right now with the most recent versions of the browsers, even IE my&amp;nbsp; html5 and css3 compliant code looks pretty much the same in all browsers. Some minor differences in some but for the most part what is over at the w3c website pretty much works in all the recent browsers.&amp;nbsp; Cross Browser coding is just now starting to depreciate and will not be a terminology that will be widely used in the coming years.&amp;nbsp; Some Html5 tags and codecs won't work cross browser for video and audio so there still needs to be a fall back but mostly the regular tags work.&amp;nbsp; Those that don't yet you just need to tell the CSS and sometimes a JS script what they are but over time that won't be necessary.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use Html5 tags, some DIV's where need be since the hgroups tag has been eliminated and jquery and jqueryui when laying out form and UI interfaces.&amp;nbsp; I do NOT use photoshop for layout so all the PS back and forth is not something I need and I do not use Brackets.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Easily creating reflowable pages with production quality exportable code is what I want because manually creating things like that is not possible within a short period of time. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you can have the same back and forth as you do with photoshop with dreamweaver and muse within reflow that would be the tool for me.&amp;nbsp; Back when the creative studio brand that came out of the macromedia buyout all the versions from CS3 and up were toted as working together with nice little menu to select the tool to send to and round trip back...&amp;nbsp; With the newest versions of CC 2014 some of that seems to be easier and also harder depending on which tools you are using.&amp;nbsp; Mostly I see things with round trip focusing primarily on Photoshop getting it in and out of that application.&amp;nbsp;&amp;nbsp; I rarely use Photoshop and when I do it is for PHOTO's not websites.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:983fe569-2983-4a19-9f9a-bff7a9384e01] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 19:05:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6919959?tstart=0#6919959</guid>
      <dc:date>2014-11-11T19:05:17Z</dc:date>
      <clearspace:dateToText>2 days 10 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6919985?tstart=0#6919985</link>
      <description>&lt;!-- [DocumentBodyStart:5f82fb27-6c66-4ee8-8be0-a593e6c4cfe7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have not been back to this thread since I made my posts back in January 2014.&amp;nbsp; It is important to note that the features within Edge Reflow (Preview)&amp;nbsp; have changed somewhat since eleven months ago when I made my long detailed posts about why people including myself were getting the impression that Reflow was a product intended for production level code out of the box.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The last update in October 2014 has brought with it an official feature that exports html and css for importing into any editor of your choice. This is an updated feature apparently to the export for preview or whatever it was called back when.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After my previous post I uninstalled Reflow and focused more on muse and developing my hand coding skills.&amp;nbsp; I want to bring your attention to the "what is new"&amp;nbsp; video located here&amp;nbsp; ----&amp;gt;&amp;nbsp; &lt;a class="jive-link-external-small" href="https://helpx.adobe.com/creative-cloud/how-to/edge-reflow-whats-new-2014.html" rel="nofollow"&gt;What's new in Edge Reflow | Adobe Creative Cloud Tutorials&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In that video there is mention that the new export feature the CSS does NOT have classes and the html and css will need to be manually altered to work with classes. I find this strange myself.&amp;nbsp;&amp;nbsp; It is basically going one step above table based layouts and instead of using tables and tr, tds they are using DIV's with a unique ID for each one.&amp;nbsp; It works but does make the CSS and Html larger and not very optimized. Which is where YOU the designer, developer come in and recode to optimize the output from reflow.&amp;nbsp; You do need to understand CSS though to be able to do that.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don't remember what the exported code looked like before and I have not reinstalled Reflow again, I was looking into this product again especially since they have now come out with the export feature but after watching the video above and reading this and other threads in this forum I am not quite sure yet if it would be a waste of my time to work with Reflow or not.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It still seems like A LOT of work would need to be done to optimize the code and bring it up to html 5 and CSS3 standards.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f82fb27-6c66-4ee8-8be0-a593e6c4cfe7] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 18:39:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6919985?tstart=0#6919985</guid>
      <dc:date>2014-11-11T18:39:09Z</dc:date>
      <clearspace:dateToText>2 days 11 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6912324?tstart=0#6912324</link>
      <description>&lt;!-- [DocumentBodyStart:649062cd-ef99-4f65-a556-708545958994] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;merhaba&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:649062cd-ef99-4f65-a556-708545958994] --&gt;</description>
      <pubDate>Sun, 09 Nov 2014 00:35:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6912324?tstart=0#6912324</guid>
      <dc:date>2014-11-09T00:35:47Z</dc:date>
      <clearspace:dateToText>5 days 5 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6912323?tstart=0#6912323</link>
      <description>&lt;!-- [DocumentBodyStart:62bc651d-1345-440d-a568-179d1e8fc72c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;hello&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:62bc651d-1345-440d-a568-179d1e8fc72c] --&gt;</description>
      <pubDate>Sun, 09 Nov 2014 00:35:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6912323?tstart=0#6912323</guid>
      <dc:date>2014-11-09T00:35:13Z</dc:date>
      <clearspace:dateToText>5 days 5 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6911913?tstart=0#6911913</link>
      <description>&lt;!-- [DocumentBodyStart:6124bc51-893f-4ebf-8925-78dfca3eebb7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Oh, it's OK, I knew who you were talking to, I was just trying to explain why some of us did feel like the descriptions are a little deceiving. To defend Adobe though, Adobe is a big brand name and they&amp;nbsp; really put out some great products that can be used in a lot of ways by a variety of skill levels. I mean, many people don't even use more that 10% of the full photoshop capabilities, so when it comes to products that are more geared to the higher professional field it is always going to difficult in respect to descriptions and what it can and can't do&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6124bc51-893f-4ebf-8925-78dfca3eebb7] --&gt;</description>
      <pubDate>Sat, 08 Nov 2014 19:58:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6911913?tstart=0#6911913</guid>
      <dc:date>2014-11-08T19:58:59Z</dc:date>
      <clearspace:dateToText>5 days 9 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6911835?tstart=0#6911835</link>
      <description>&lt;!-- [DocumentBodyStart:62bd58fa-6d9e-4089-8088-5fc0258ab4ef] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yeah I guess adobe is having a problem with this product because they've released it too early "as a beta", this could be a great move... But adobe haven't done much inbetween each update and haven't taken the product further since it was first released. Since it has been out for so long it's hard to trust adobe whatever they will update the product at all.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've got to add thought that I do agree with your post and that my comment was in response to Oregoner and it actually says that at the top of my post but adobes forums kinda suck at showing this (which I wasn't aware of until I made the post already) :-p&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:62bd58fa-6d9e-4089-8088-5fc0258ab4ef] --&gt;</description>
      <pubDate>Sat, 08 Nov 2014 19:11:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6911835?tstart=0#6911835</guid>
      <dc:date>2014-11-08T19:11:12Z</dc:date>
      <clearspace:dateToText>5 days 10 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6911627?tstart=0#6911627</link>
      <description>&lt;!-- [DocumentBodyStart:fd77e02c-8aa1-4ca2-ad00-9d24e760358d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&amp;nbsp; lol, I think your response goes to what I was saying above. The actual language adobe uses in many ways can throw people off and cause misunderstanding and as I stated, professionals likely understand what is being said but there is a huge part of the market that doesn't. When I finally found out what Reflow does I looked back at the product pages and I had a much better understanding of what it is exactly and could see that some of it was clear on reflection, but that is where people (especially people that are not doing these things all day everyday) get upset. They read the language, interpret it as one thing, and then realize when they get into it, it isn't&amp;nbsp; what they thought. I think that the beginning of your comment, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12.7272720336914px;"&gt;Ok, I'll say this as an actual web designer working in the field for Scandinavia's biggest digital agency. You have obviously no clue about high grade web development and the problems we are facing when trying to create designs."&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Just says it all. I can actually see where this would be useful for you, and you are a professional, so you get it. But your last line goes to the frustration that people like me have and shows you have a similar issue,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12.7272720336914px;"&gt;Reflow shows potential but sadly still have lots of work left until it's actually usable in a production environment. I'm getting worked up here and I'm taking my time to write here because reflow is the closest any web design program has come to solving a fundamental issue with the current design workflows!"&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; A majority of people end up on forums because we are worked up and frustrated. Sometimes its for opposite reasons but rarely are people doing cartwheels with rainbows shooting out of their backsides on help forums. So where you get worked up because people are complaining about what you think is great and is close to solving problems in your current design reflows, others are upset because we like Adobe products and thought that we found something that solves some of our problems, We end up upset and stressed out because it is not what we thought and have wasted time only to have a level of our own stress return.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; I can see a few things that would actually help me ( a non-professional) when I have time to sit down with it, and I understand this is likely a tool that is out of my knowledge range, I would just like to see things in plain language and labeled that way is all so we aren't all ranting &lt;span aria-label="Grin" class="emoticon-inline emoticon_grin" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fd77e02c-8aa1-4ca2-ad00-9d24e760358d] --&gt;</description>
      <pubDate>Sat, 08 Nov 2014 17:43:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6911627?tstart=0#6911627</guid>
      <dc:date>2014-11-08T17:43:50Z</dc:date>
      <clearspace:dateToText>5 days 12 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6911205?tstart=0#6911205</link>
      <description>&lt;!-- [DocumentBodyStart:54f37019-5c12-469d-a707-3ae3b5dc699d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ok, I'll say this as an actual web designer working in the field for Scandinavia's biggest digital agency. You have obviously no clue about high grade web development and the problems we are facing when trying to create designs. Reflow shows a lot of potential for a future where designers actually can test and mockup designs straight in an editor. Reflow is Photoshop for the modern web designer. Yes, Adobe might need to be clearer with the intention since there are a few people here who obviously misunderstand it's purpose, but if you think pro grade web design is just a matter of working in an editor you obviously don't have the authority to deem a program worthy or not. There are programs aiming to do all the programming for you e.g. macaw and webflow (or dreamweaver and muse) however these programs will not be able to replace a actual developer any time soon and will not be able to assist any professional web designer either. And again, reflow is a free beta program and has therefore never claimed to be a program ready for actual production. Reflow shows potential but sadly still have lots of work left until it's actually usable in a production environment. I'm getting worked up here and I'm taking my time to write here because reflow is the closest any web design program has come to solving a fundamental issue with the current design workflows! Go adobe!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:54f37019-5c12-469d-a707-3ae3b5dc699d] --&gt;</description>
      <pubDate>Sat, 08 Nov 2014 13:37:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6911205?tstart=0#6911205</guid>
      <dc:date>2014-11-08T13:37:28Z</dc:date>
      <clearspace:dateToText>5 days 16 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6910437?tstart=0#6910437</link>
      <description>&lt;!-- [DocumentBodyStart:b480b060-780a-4774-901f-d63da4f0e0d1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It is extremely deceiving. I mean, a lot of people use Adobe products and a lot of us didn't go to school to become a web designer/developer. I guess you could say that professionals aren't thrown of by the language. The problem is, unless you are a professional, "design" is the same thing as build a website. There is an admitted difference but with many programs Adobe puts out there is that lack of a clear definition of what exactly each program is. I found Edge Reflow because, for reasons I can't fathom except maybe a mistake by some intern, Muse doesn't let people build a responsive site and instead makes life miserable by forcing you to build a site for desktop, tablet, and phone. That makes no sense because everything needs to be responsive these days or you might as well not expect traffic. When you look around and see Edge Reflow, it says it's for creating responsive web&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you look at the FAQ there is a question about who should use Reflow and it says, " &lt;span style="color: #333333; font-family: adobe-clean, sans-serif; font-size: 14px;"&gt;Reflow is ideal for web designers who start in Photoshop and want to create responsive layouts and CSS visuals targeting modern browsers"&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I understand that some, especially professionals, could look at that and understand what it means but others cannot. Why not give it a name like Adobe Mock Up Pro? I mean, at least people would get the real idea of what it is or isn't, so people can decide&amp;nbsp; ( I know&amp;nbsp; its not likely anyone giving answers had input into names ). I find a lot of other Adobe Software has similar vague definitions of what it is they exactly do. For me, I have used a lot of them (or at least gave a try) and used some in college. so I have a good idea of what the big core programs&amp;nbsp; (yes, I am dating myself by using the word "programs&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;). For others that I have never seen&amp;nbsp; or played with I find I have to search all sorts of 3rd party websites to really get a feel. It is likely just because I don't know all the correct lingo out there, that's a given and nobody's fault. So I'm not saying that it's deceiving as in "they are trying to put one over on people ," but instead, in a, "We spend all our time with designers/developers and sell to developers/designers, that we just&amp;nbsp; can't break it down in a way the other, non-super knowledged person can understand.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b480b060-780a-4774-901f-d63da4f0e0d1] --&gt;</description>
      <pubDate>Sat, 08 Nov 2014 02:13:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6910437?tstart=0#6910437</guid>
      <dc:date>2014-11-08T02:13:27Z</dc:date>
      <clearspace:dateToText>6 days 3 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6767616?tstart=0#6767616</link>
      <description>&lt;!-- [DocumentBodyStart:c2a76bee-d1af-4717-80a8-72106dd45c4c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, Just to mention that I created a site in reflow. A one pager simple site to test. It can be used as a production site IF ONE TAKES CARE to label the CSS tags correctly. I didnt and ended up with a working site but very very messy CSS. I think it is a better solution to dreamweaver when dealing with media queries and needing to "SEE" what is actually going on. I believe Reflow is a really good starting point. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I looked at the dreamweaver responsive ability a long time ago (like a few years ago) and found it a little difficult, however, I have not tried to build a new site in the CC version yet so I cant compare.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope this gives a little peace of mind. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c2a76bee-d1af-4717-80a8-72106dd45c4c] --&gt;</description>
      <pubDate>Fri, 26 Sep 2014 19:29:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6767616?tstart=0#6767616</guid>
      <dc:date>2014-09-26T19:29:57Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6767571?tstart=0#6767571</link>
      <description>&lt;!-- [DocumentBodyStart:6385f048-05a7-48bb-9410-ec3574b56d76] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What the heck are you guys talking about?&amp;nbsp; You can "Export for Code Editor" from Reflow and open it right up into Dreamweaver.&amp;nbsp; You can then add you dynamic code there.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6385f048-05a7-48bb-9410-ec3574b56d76] --&gt;</description>
      <pubDate>Fri, 26 Sep 2014 18:59:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6767571?tstart=0#6767571</guid>
      <dc:date>2014-09-26T18:59:43Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6764733?tstart=0#6764733</link>
      <description>&lt;!-- [DocumentBodyStart:922695d9-63da-4306-b82f-8d16a790bd3f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;@Adobe&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dump Reflow.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Who are you making this product for? The "Adobe Elements" crowd?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is Reflow? A tool to hash out a "basic" fluid design then "pop" into Dreamweaver and finish it up? It surely can't stand alone as a serious web dev product! &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Unless the next version is going to blow our socks off, by an order of magnitude, with new capabilities and functionality... cut your losses and get back to more worthy products like Dreamweaver and Muse.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Improve fluid design capabilities in Dreamweaver and also add them to Muse. Sure would be nice to draw elements in Dreamweaver, or even have the same minimal widget sets Muse has.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You've spent a long on Reflow without much gain. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Web dev isn't what I do all the time but I use these tools on a daily basis. My job: Electronic circuit board design, catalog design, website design, product photography, write tutorials/instructions, and more, for small electronics company for the last 16 years.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Some of your tools fill our needs "fairly well" if not buggy or frustrating to use. None of them except Photoshop fills a need "Very well". I use alternatives to some effectively.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dump Reflow and concentrate on Muse and Dreamweaver and maybe Edge animate!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:922695d9-63da-4306-b82f-8d16a790bd3f] --&gt;</description>
      <pubDate>Thu, 25 Sep 2014 22:53:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6764733?tstart=0#6764733</guid>
      <dc:date>2014-09-25T22:53:38Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6728392?tstart=0#6728392</link>
      <description>&lt;!-- [DocumentBodyStart:3061e411-53fe-4573-b511-8da420d3de34] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I was just thinking that the Lempel&amp;#8211;Ziv&amp;#8211;Welch basically finds patterns and creates a dictionary of unique data strings. Which is what one would need to do if one was to post process ID's to Classes. CSS is several orders of magnitude more complex than images but computers are about 7 orders of magnitude faster than they were in 1984. The optimizing of css might just be a compression problem.:-) That and of course master pages like muse to create classes meant to be shared.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3061e411-53fe-4573-b511-8da420d3de34] --&gt;</description>
      <pubDate>Sun, 14 Sep 2014 04:24:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6728392?tstart=0#6728392</guid>
      <dc:date>2014-09-14T04:24:28Z</dc:date>
      <clearspace:dateToText>2 months 4 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6654678?tstart=0#6654678</link>
      <description>&lt;!-- [DocumentBodyStart:97325b44-d848-41f0-9cfc-5001171ab743] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Jetstrap, Webflow, Froont, Edge Reflow, Macaw, Coffeecup, etc ....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;New, small teams and with the proposal to be responsive. However the only one that has the (unclear inclusive) proposed to be only a builder of mockups is Adobe Edge Reflow.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Suggest Reflow staff reflect on the following question:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Why the community of web designers just use a program to create mockups responsive when there are many competitors (and incredibly friendly products and best) that not only produce responsive mockups as well as generate clean code in html5 (html5 + css3 + javascript) thus making the full experience !?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The community needs a friendly program such as reflow, but not for mockups, but to generate content itself, as well as all the other programs mentioned above try and get.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The biggest feedback I can give the development team is that reflow move the line of thought, the product is good, has a PS behind. But needs to generate a beautiful code to gain market ..&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've watched ALL the videos of Macaw, Webflow and Edge Reflow and some videos of Froont, Jetstrap, Coffeecup.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And I guarantee that the Webflow is currently not only the best of all is how many light years ahead of Edge Reflow and some ahead of Macaw. Please do as I do, take time and see ALL the videos Webflow. It's amazing the work and the level at which they arrived, I'm using Webflow and the only thing that goes through my head is: "As the folks at Adobe did not do it before ?? As left Webflow achieve this level of development without doing anything respect." Clap to interface features that help to develop, as the x-ray or interactions of transformations and movement they made, as well as the clear concern with the source code that is well written and clean ..... just missed integrate with photoshop and not being online to be perfect !! (This is a work for Adobe).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:97325b44-d848-41f0-9cfc-5001171ab743] --&gt;</description>
      <pubDate>Tue, 19 Aug 2014 15:07:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6654678?tstart=0#6654678</guid>
      <dc:date>2014-08-19T15:07:28Z</dc:date>
      <clearspace:dateToText>2 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6595745?tstart=0#6595745</link>
      <description>&lt;!-- [DocumentBodyStart:f30e3b19-33b3-46bc-b776-1be6b0a09da4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The general problem it the there are many different coding standards and platforms out there. Reflow can help translate you design to the web, and help your developer by giving them HTML that shows them exactly how things should look, but may not be how they will eventually code it. Reflow isn't looking to replace the developer in this workflow, just make the handoffs more accurate between design and dev. If you you want to publish static sites without a developer you may be able to use Reflow for that. If your site has dynamic content or other interactivity you will probably need to work with a developer or look into Muse. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope that helps,&lt;/p&gt;&lt;p&gt;Chris&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f30e3b19-33b3-46bc-b776-1be6b0a09da4] --&gt;</description>
      <pubDate>Tue, 29 Jul 2014 23:15:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6595745?tstart=0#6595745</guid>
      <dc:date>2014-07-29T23:15:40Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6591847?tstart=0#6591847</link>
      <description>&lt;!-- [DocumentBodyStart:324ad8c8-446f-49b8-b95b-604db7155ea3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I agree with this. I was really exited about what appeared to be a set of great tools - well the great tools seem more like great toys. Spent hours on a reflow site only to come across this thread.. now terribly frustrated. Not to mention the hours&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt; invested trying to piece together HOW I can maximise my creative cloud membership to speed up the design and development process. Tools seems to be inconclusive. A lot of mixing and matching but nothing that really allows the designer to translate directly to a functional site - let alone collaborate with serious developers on mobile projects. We are all aware that code needs tweeking but I do find the edge products to be more than a little disappointing.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It looks like designers who also work in the development environment actually need to rely on open source and hand coding. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I really hope that the Adobe starts to put the actual needs of its users ahead of its need to dominate the market. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:324ad8c8-446f-49b8-b95b-604db7155ea3] --&gt;</description>
      <pubDate>Mon, 28 Jul 2014 20:33:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6591847?tstart=0#6591847</guid>
      <dc:date>2014-07-28T20:33:11Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6489360?tstart=0#6489360</link>
      <description>&lt;!-- [DocumentBodyStart:0d17f022-8690-4f6d-8ce3-4b391be525aa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just had to leave a quick reply here. For me, Reflow has never been confusing about it's main purpose. As a designer this is the tool I've been waiting for to create fast and efficient responsive MOCKUPS to hand over for production. Then again, I'm also doing a lot of the programming myself so I've never expected an editor to replace the hard labour of a real front-end programmer. I'd actually be harsh and suggest you research a bit about the medium you are designing for before jumping in and working with actual clients, but that's just how I see it...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d17f022-8690-4f6d-8ce3-4b391be525aa] --&gt;</description>
      <pubDate>Mon, 23 Jun 2014 23:15:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6489360?tstart=0#6489360</guid>
      <dc:date>2014-06-23T23:15:08Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6422762?tstart=0#6422762</link>
      <description>&lt;!-- [DocumentBodyStart:44d30d40-4d3f-4c17-af55-1a6842eb5606] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It seems there are many such tools vying to reach the holy grail of being able to produce production-quality responsive code, easily and efficiently. None of them as far as I know have hit the mark. To name a few I've looked at recently:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://macaw.co/" rel="nofollow"&gt;http://macaw.co/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="https://webflow.com/" rel="nofollow"&gt;Webflow - Top Responsive Website Builder&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.coffeecup.com/responsive-layout-maker-pro/" rel="nofollow"&gt;Responsive Layout Maker Pro | CoffeeCup Software&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://froont.com/" rel="nofollow"&gt;FROONT &amp;#8211; design responsive websites in the browser&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The interesting thing seems to be all these efforts are being attempted by very small teams, of which, Adobe's Rf team of 6 or 7 is the biggest. They are at least communicating openly through these forums which is refreshing for such a large entity like Adobe.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Our field is changing at an exponential pace of late and keeping abreast of everything is challenging. Building websites is difficult enough. I can only imagine how tough it is to build a tool that can build a website.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:44d30d40-4d3f-4c17-af55-1a6842eb5606] --&gt;</description>
      <pubDate>Fri, 30 May 2014 21:17:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6422762?tstart=0#6422762</guid>
      <dc:date>2014-05-30T21:17:03Z</dc:date>
      <clearspace:dateToText>5 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6418944?tstart=0#6418944</link>
      <description>&lt;!-- [DocumentBodyStart:66df065d-fc3a-4cf4-91ba-4660cf41a624] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This was a good thread. To see what exactly Reflow has been doing well and not so well. Definitely plan to use Adobe Reflow for next project.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:66df065d-fc3a-4cf4-91ba-4660cf41a624] --&gt;</description>
      <pubDate>Thu, 29 May 2014 16:44:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6418944?tstart=0#6418944</guid>
      <dc:date>2014-05-29T16:44:53Z</dc:date>
      <clearspace:dateToText>5 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6288229?tstart=0#6288229</link>
      <description>&lt;!-- [DocumentBodyStart:0c05db72-8765-4eb3-8884-5e89075d17d2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've tried the code export in the pre-release and its good enough to initiate a design in Dreamweaver. On top of that Rf really makes it easy to change from being a 960pix dinosaur to a responsive designer (ah yes - someone referred to me as a dinosaur for not leaping into RWD in 2012 - BAH!). There's some unbreakable rules in the way stuff is laid out and its order in the DOM which are a lot easier to see in Rf than Dreamweaver.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0c05db72-8765-4eb3-8884-5e89075d17d2] --&gt;</description>
      <pubDate>Fri, 11 Apr 2014 03:47:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6288229?tstart=0#6288229</guid>
      <dc:date>2014-04-11T03:47:45Z</dc:date>
      <clearspace:dateToText>7 months 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6286495?tstart=0#6286495</link>
      <description>&lt;!-- [DocumentBodyStart:ab76c3b9-853b-4d3a-b0e6-09a4b10a0f41] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;A new version of Reflow is due out in a few short months. Stay tuned.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ab76c3b9-853b-4d3a-b0e6-09a4b10a0f41] --&gt;</description>
      <pubDate>Thu, 10 Apr 2014 18:14:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6286495?tstart=0#6286495</guid>
      <dc:date>2014-04-10T18:14:57Z</dc:date>
      <clearspace:dateToText>7 months 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6286493?tstart=0#6286493</link>
      <description>&lt;!-- [DocumentBodyStart:e695d76c-71f8-46cc-aafd-2a7405ea7f37] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes, it will be available this year. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e695d76c-71f8-46cc-aafd-2a7405ea7f37] --&gt;</description>
      <pubDate>Thu, 10 Apr 2014 18:14:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6286493?tstart=0#6286493</guid>
      <dc:date>2014-04-10T18:14:26Z</dc:date>
      <clearspace:dateToText>7 months 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6286489?tstart=0#6286489</link>
      <description>&lt;!-- [DocumentBodyStart:5b183fef-75bd-4b2b-9e28-707893cebea8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Just yesterday I convinced by department to give me a fill subscription to CC, will this new version of Reflow be availble this year? Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5b183fef-75bd-4b2b-9e28-707893cebea8] --&gt;</description>
      <pubDate>Thu, 10 Apr 2014 18:04:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6286489?tstart=0#6286489</guid>
      <dc:date>2014-04-10T18:04:42Z</dc:date>
      <clearspace:dateToText>7 months 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6285682?tstart=0#6285682</link>
      <description>&lt;!-- [DocumentBodyStart:a4bacd76-4894-478d-a524-c4b91a71b110] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You can currently use the code produced when you preview a project to get started with production for that project. We now have a pre-release build that actually exports code so you can open it in your favourite code editor (whether Dreamweaver or Brackets or SublimeText or Notepad Plus) and go ahead with making it ready for production.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;If any of you would like to give us feedback about this feature, I would really appreciate it! Please email me &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:manian@adobe.com" target="_blank"&gt;manian@adobe.com&lt;/a&gt;&lt;span&gt; so I can invite you to the pre-release.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The other thing we are working on is making the import from PS better. We would also love to get feedback from you all on that too!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a4bacd76-4894-478d-a524-c4b91a71b110] --&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:45:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6285682?tstart=0#6285682</guid>
      <dc:date>2014-04-10T14:45:29Z</dc:date>
      <clearspace:dateToText>7 months 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6285333?tstart=0#6285333</link>
      <description>&lt;!-- [DocumentBodyStart:c3b4bfd9-f7d7-4ec7-9f3e-41a50dab3212] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Wait a minute... is Adobe saying that all the time I spent designing my site in Reflow was simply for prodicing a make-believe website? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have used Dreamweaver to "Design" sites never once thinking that what I have produced is only usable for visualizing what a site may, in theory look like... that would be absurd.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A helpful hint would have been nice, such as in the videos touting the selling points for Reflow. When the presenter is marvelling at how easy it is to produce responsive web pages, he could have mentioned by reminding the viewer: "Now remember, you won't actually be able to use what you are spending loads of time tweaking in Reflow, it's just for fun! Ha ha!"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This as opposed to designing a site in Reflow, then discovering there is no way to export, frantically searching forums only to see other baffled customers like myself and learning that the Adobe has made this very clear, by burying this fact somewhere in the volumes of small print.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's true what they say, and it's glaringly confirmed here: The large print giveth, the small print taketh away. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c3b4bfd9-f7d7-4ec7-9f3e-41a50dab3212] --&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:08:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6285333?tstart=0#6285333</guid>
      <dc:date>2014-04-10T13:08:02Z</dc:date>
      <clearspace:dateToText>7 months 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6239853?tstart=0#6239853</link>
      <description>&lt;!-- [DocumentBodyStart:89fbe4c0-fbd7-458e-8d5e-9a2f8c721dea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I didn't know that DW had a Fluid Design tool either.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've just been looking at Macaw.co and this looks to be the answer to many of my responsive design problems as a front-end designer who cannot hope to keep up with responsive code developments and the like.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Check it out as I don't understand Adobe Edge Reflow when it can't produce production ready code that you can start to build your website project from and adapt as necessary.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A mockup tool only in this day and age isn't really cutting it and we need 'codesign' tools that allow us to design and spit out HTML/CSS ready to go, otherwise we are competing with the likes of free/low cost mass produced themes largely created by so-called designers who are just appealing to clients and non-designers with other produced bloated layouts.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:89fbe4c0-fbd7-458e-8d5e-9a2f8c721dea] --&gt;</description>
      <pubDate>Tue, 25 Mar 2014 09:47:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6239853?tstart=0#6239853</guid>
      <dc:date>2014-03-25T09:47:22Z</dc:date>
      <clearspace:dateToText>7 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6179737?tstart=0#6179737</link>
      <description>&lt;!-- [DocumentBodyStart:1977fa8e-ab91-404e-b640-bc37a68677c6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hate to be another "whiner" but I've recently attended a Creative Roadshow where Reflow was showcased and again - it wasn't made clear (or even mentioned) that it wasn't a production ready tool. So I've just spent days going through the tutorials and then finding out today that I'm wasting my time (at present) building a new site in it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; In fact Dreamweaver CC (my tool of choice since v4) wasn't even mentioned at the roadshow. I chatted to the presenter afterwards and he said Dreamweaver has a fluid design mode - which was news to me. So I'd be looking for:-&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Export capabilities to Dreamweaver fuild design from Reflow&lt;/p&gt;&lt;p&gt;2. Some form of HTML5/CSS3 export without all the Modernizr support code in the current "export"&lt;/p&gt;&lt;p&gt;3. The ability to include movies in Reflow&lt;/p&gt;&lt;p&gt;4. Roadshow presenters being instructed not just to bounce around on a computer being mind blowing with the Rf interface but also remembering to mention not to rush into designing a production site with it!!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;&lt;p&gt;Dave&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PS: Oh and I will try to import what I've done into Dreamweaver fluid design and see what happens. I'll report back.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1977fa8e-ab91-404e-b640-bc37a68677c6] --&gt;</description>
      <pubDate>Wed, 05 Mar 2014 00:48:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6179737?tstart=0#6179737</guid>
      <dc:date>2014-03-05T00:48:22Z</dc:date>
      <clearspace:dateToText>8 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6143070?tstart=0#6143070</link>
      <description>&lt;!-- [DocumentBodyStart:0d039b7c-8d12-4258-b2c4-da80c15f019c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Every package still seems to be focused on their specific target. I'd say it's just your perspective on the apps where you get that conclusion. Illustrator is often used in design (web, and UI), because of how it can output resolution independent graphics easily for the specific target (retina vs non-retina output easily). That is why it's used for web layout sometimes. Photoshop has all the editing capabilities a designer could want. The path Adobe has is perfectly fine in my book. They realize pushing pixels (or vectors) around to build a design is much more flexible and non-restrictive than pushing grids around. A new application would basically do the same thing. Then we can push our design into Reflow, and that works beautifully. And Reflow is not a deadend. I suppose I need to record a tutorial. I just thought the video was pretty descriptive, and my video would basically be a replica of that one.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don't want another package. I find that Photoshop works beautifully for what I want, and adding another design product to the group would be unnecessary. For webdesign what you need is a drawing tool, and a image manipulation tool. Then Reflow which helps with layout, and Brackets for fleshing out the code.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d039b7c-8d12-4258-b2c4-da80c15f019c] --&gt;</description>
      <pubDate>Fri, 21 Feb 2014 13:00:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6143070?tstart=0#6143070</guid>
      <dc:date>2014-02-21T13:00:30Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6140882?tstart=0#6140882</link>
      <description>&lt;!-- [DocumentBodyStart:04534984-4cd2-48ce-8653-2fe0253e9b8d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I don't know about everyone else, but I think adobe's suite of apps is starting to get very muddled, there had always been a degree of cross over of features between apps but in recent years that has dramatically increased.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope its just a temporary situation and that it will all come together in a coherent package.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just looking at the web side you have Photoshop and illustrator as the main layout packages for web (a photo editor and an drawing package!) then you can mock up responsive sites with reflow but that currently leads to a dead end, or you have muse but that doesn't have a good solution for different devices at the moment and it also leads to a dead end, and finally you have dreamweaver, which tries to do everything. Fireworks which could have been great has been abandoned.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Adobe has very talented people with great ideas, but its like you all work completely seperately from each other, why not get together and make a seamless experience 1 package for web design that handles responsive layout, 1 package for web development that tightly intergrated with the design package.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And leave Photoshop for images, Illustrator for illustrations and Indesign for print design !!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:04534984-4cd2-48ce-8653-2fe0253e9b8d] --&gt;</description>
      <pubDate>Thu, 20 Feb 2014 19:56:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6140882?tstart=0#6140882</guid>
      <dc:date>2014-02-20T19:56:10Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6138511?tstart=0#6138511</link>
      <description>&lt;!-- [DocumentBodyStart:a4e1ed75-2539-4e29-8bed-e97f09c19b8e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;That's good feedback too. I think there's room for a few tools as there are a lot of people with different skills and sites they need to build. All the Edge teams are talking together about workflows and how all these things can work better together. In the short term on the Reflow side we're looking on how to better get the html &amp;amp; css into Dreamweaver or Code so you can take it from there so it sounds like we meeting your some of your needs in the next preview release. Longer term we're letting users guide us and try to keep getting the most requested features out.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for using Relfow and glad we'll hopefully have a good solution for you coming up. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Chris&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a4e1ed75-2539-4e29-8bed-e97f09c19b8e] --&gt;</description>
      <pubDate>Thu, 20 Feb 2014 05:50:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6138511?tstart=0#6138511</guid>
      <dc:date>2014-02-20T05:50:30Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6138319?tstart=0#6138319</link>
      <description>&lt;!-- [DocumentBodyStart:d317da40-62c4-4aa4-90e1-43ad9fe814b8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Chris--&lt;/p&gt;&lt;p&gt;Just to chime in, I'm a pretty early Muse adopter, and I've been (mostly) satisfied with it - however, if Adobe could somehow combine the features of Reflow (excellent responsive design) with Muse (excellent visual layout and relatively clean code), I'd be a really happy camper. However, I think some of the folks you turned to Muse might be disappointed in the results; Muse is fantastic as a prototyping tool, and does push out relatively decent sites, but it's not suited for the more complicated CMS development that a lot of posters are mentioning. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, incorporating the Brackets Reflow extension listed above, plus some elbow grease, might end up being a good interim solution (albeit w/out Muse). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ultimately, I'd like to see a Muse/Reflow/Code solution, or a much more modern and svelte Dreamweaver, but that's just me.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d317da40-62c4-4aa4-90e1-43ad9fe814b8] --&gt;</description>
      <pubDate>Thu, 20 Feb 2014 04:13:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6138319?tstart=0#6138319</guid>
      <dc:date>2014-02-20T04:13:07Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6138054?tstart=0#6138054</link>
      <description>&lt;!-- [DocumentBodyStart:1da69baf-eb83-4b19-9304-f5d0bf3512ea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks for the feedback.I'll add it to the back log. It's definitly more of an advanced feature so if we did do it, you the user would need to take more responsibility for making sure the tags are valid and the ids unique.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Chris&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1da69baf-eb83-4b19-9304-f5d0bf3512ea] --&gt;</description>
      <pubDate>Thu, 20 Feb 2014 01:40:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6138054?tstart=0#6138054</guid>
      <dc:date>2014-02-20T01:40:13Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6135334?tstart=0#6135334</link>
      <description>&lt;!-- [DocumentBodyStart:5f49e2ce-890c-4805-909a-7cc2329b2fde] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Chris,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Not sure if you want a response here, or a new thread. But to keep things in one place...I like where you are going. The main issue I think is the HTML structure, and the CSS fragmentation that occurs. If those two things are corrected the exported code should be pretty good, and we'd definitely be going somewhere. If we specify that the selected text is a H2 by naming it, then Reflow should output it as an H2. Even more ideal would be if we could control Classes and IDs via a simple naming scheme:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;h2.header = &amp;lt;h2 class="header"&amp;gt;This is the header&amp;lt;/h2&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;h2#header = &amp;lt;h2 id="header"&amp;gt;This is the header&amp;lt;/h2&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And of course the CSS would have to parse through the titles, and export the CSS per our created classes/ids.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f49e2ce-890c-4805-909a-7cc2329b2fde] --&gt;</description>
      <pubDate>Wed, 19 Feb 2014 12:08:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6135334?tstart=0#6135334</guid>
      <dc:date>2014-02-19T12:08:04Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6134168?tstart=0#6134168</link>
      <description>&lt;!-- [DocumentBodyStart:1cc8cd74-dd92-4f38-ae1a-1fd7f9b8aea2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Let's keep it civil in here. All the feedback on here is great and we are trying to listen to everyone. If the comments can stay focused on what you'd like to see changed in Reflow or providing solutions for problems that will be the best. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We've heard a lot about export code and we're going to make some improvements for that in the next preview release. In a nutshell what we'd like to do for export code is:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Allow you pick a directory to export to&lt;/li&gt;&lt;li&gt;Take the CSS that is shown in the code panel and use that instead of the current preview code&lt;/li&gt;&lt;li&gt;add the css prefixes so the code will work in more browsers&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's not going to address all the needs, but we hope it's a step in the right direction. You can give us feedback on this plan and if there are other small things we can do beyond these things we'll try to help. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks again for all the feedback and keep it constructive and not personal. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Chris&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1cc8cd74-dd92-4f38-ae1a-1fd7f9b8aea2] --&gt;</description>
      <pubDate>Wed, 19 Feb 2014 01:15:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6134168?tstart=0#6134168</guid>
      <dc:date>2014-02-19T01:15:33Z</dc:date>
      <clearspace:dateToText>8 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6130828?tstart=0#6130828</link>
      <description>&lt;!-- [DocumentBodyStart:71750a8b-3094-474a-a8f9-5befe8e026bc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Troll? What does that mean?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:71750a8b-3094-474a-a8f9-5befe8e026bc] --&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:48:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6130828?tstart=0#6130828</guid>
      <dc:date>2014-02-18T03:48:15Z</dc:date>
      <clearspace:dateToText>8 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6130788?tstart=0#6130788</link>
      <description>&lt;!-- [DocumentBodyStart:23c66c7f-34b4-4532-8df5-d354d7763f18] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Troll&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:23c66c7f-34b4-4532-8df5-d354d7763f18] --&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:15:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6130788?tstart=0#6130788</guid>
      <dc:date>2014-02-18T03:15:01Z</dc:date>
      <clearspace:dateToText>8 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6130724?tstart=0#6130724</link>
      <description>&lt;!-- [DocumentBodyStart:a9ad9d83-a62d-499f-b648-8139d78f63b7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just have difficulty how this statement can be misunderstood how:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"Easily extract CSS from your project for further development inEdge Code CC, Dreamweaver CC, or another code editor of your choice."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone who has a glimmer of understanding Web Design and Development should be aware that layout is completely done via CSS. HTML is the structure of the layout. Reflow talks about creating the design prototypes, and layout. Nothing is said about structure only that the CSS can be extracted as referenced above. I never presumed it would output HTML. Even during the numerous video conference talks they referenced the CSS, and transferring the CSS to Edge Code/Brackets.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyway...all of that is a pointless discussion at this point. I do of course agree that it would be great for Reflow to export/import properly. Mostly import really since at this point as I've said REPEATEDLY it's EASY to EXPORT right NOW. Just read my previous posts referencing the video that discusses cleaning up the output with the Brackets extension. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a9ad9d83-a62d-499f-b648-8139d78f63b7] --&gt;</description>
      <pubDate>Tue, 18 Feb 2014 02:50:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6130724?tstart=0#6130724</guid>
      <dc:date>2014-02-18T02:50:59Z</dc:date>
      <clearspace:dateToText>8 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6130606?tstart=0#6130606</link>
      <description>&lt;!-- [DocumentBodyStart:829cdb64-4d3f-405e-95be-78be538cb635] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My personal opinion, given all the feedback on this particular thread and what I now know about the product, is to get the code it does generate a bit more useable/production ready. I think working on getting the css truly cross-browser compatible (I presume it's not based on feedback here. I haven't tried it.) and the html code cleaned-up so that it can be copied without too much post-reflow-manipulation would be a great next release. I think that would make the app fit into more pipelines sooner than later and prevent people from having to start from scratch in another program jsut to try and reproduce what this already does in Reflow/Chrome.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have to agree that at this stage it really doesn't make sense to use it if I can' take work already done here and port it over easily to another app to add the non-responsive specific features. All it serves at this point is to provide the feedback to you guys that other users have already given I think. I too was under the impression based on the website and marketing material that it would generate usable production code for me at the end of the day even if it is just a preview app (whatever that means). I also went through all of the tutorials to learn how to use it only to be slightly dissapointed for a while, but it looks like you guys are working towards making it a truly productive responsive design toolin the future...hopfully near future. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope the end result is an end-to-end solution for responsive designs. A plus would be including the ability to handle dynamic data or some back and forth compatibility between muse/dreamweaver/edge code/visual studio/other tools much like Premiere/After Effects/Speed Grade work today, with a non-destructive approach so that going back to reflow doesn't overwrite work done in the other tools. If all it did ever was help manage the (production-ready) CSS, HTML to make it responsive and pass the generated code off to another app, I'd be happy to use it as my primary design tool.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Overall, I think it's a great idea for a visual tool for designing repsonsive sites and hope it ends up becoming the product many of us probably thought it was to begin with.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:829cdb64-4d3f-405e-95be-78be538cb635] --&gt;</description>
      <pubDate>Tue, 18 Feb 2014 01:32:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6130606?tstart=0#6130606</guid>
      <dc:date>2014-02-18T01:32:29Z</dc:date>
      <clearspace:dateToText>8 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6123755?tstart=0#6123755</link>
      <description>&lt;!-- [DocumentBodyStart:ca8b68d3-c1ff-4681-a567-905c7067bab2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I think the take-away on all this is the assumption that everyone understands what "preview" means. Many of us thought it meant that Edge was an early look at a powerful product for developing responsive HTML/CSS&lt;/p&gt;&lt;p&gt;pages. Same thing with saying Edge is for "prototyping". Many thought that meant it was for mocking up web pages quickly. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So while you can easily find dozens of places Adobe's docs state Edge is a preview of a prototyping tool that does not mean you have no worries of people misinterpreting the app's purpose.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think some Adobe folks understand this now and so hopefully they'll come up with a way to avoid the confusion without lessening the powerful message of what Edge offers. If I was running marketing for this product I'd try to find a byline that clarifies just what Edge can do so people don't get a bitter feeling they were led astray.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Mitch Waite, iBird &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sent from my iPhone 5 w/ iOS 7&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ca8b68d3-c1ff-4681-a567-905c7067bab2] --&gt;</description>
      <pubDate>Sat, 15 Feb 2014 17:43:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6123755?tstart=0#6123755</guid>
      <dc:date>2014-02-15T17:43:51Z</dc:date>
      <clearspace:dateToText>8 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6123586?tstart=0#6123586</link>
      <description>&lt;!-- [DocumentBodyStart:6e382f6e-9681-4b1f-8d84-bf8e210f7d5a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I concur with the general frustration, time spent (and wasted), and misunderstanding the Reflow was something other than it is. And all of this could have &amp;#8212; should have &amp;#8212; been avoided by one simple addition to the team's staff: a marketing authority who could consume every bit of *preview*, be it video, documentation, marketing piece, etc. and then determine whether the facts matched the message.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And, friends, the facts do not match the message.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It does not, however, constitute reality that anyone on the Reflow team led off intending to decieve and frustrate. Nor does it constitute reality that anyone on the Reflow team lied by omission with intent. In short, you packaged it wrong. You recruited the same messaging methods and mediums of your other Ready From Prime Time products. Reflow is not and therefore should have only be positioned offstage where a true preview glimpse was allowed...not unlike Kuler was way-back-when via Adobe Labs.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nevertheless, the wider world would have been better served had the team relaxed from their work one evening and had the benefit of someone inside Adobe pouring everyone another beer and saying, "...um, team? Yeah, what you're working on is great. But you have GOT to change your messaging because designers everywhere feel like you teased them toward a prom night they'll never forget and then stood them up."&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6e382f6e-9681-4b1f-8d84-bf8e210f7d5a] --&gt;</description>
      <pubDate>Sat, 15 Feb 2014 16:18:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6123586?tstart=0#6123586</guid>
      <dc:date>2014-02-15T16:18:47Z</dc:date>
      <clearspace:dateToText>8 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6118805?tstart=0#6118805</link>
      <description>&lt;!-- [DocumentBodyStart:842cea58-60ca-4020-8e50-0d1bdaee6666] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You guys are so calm, and understanding. &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt; We do appreciate all your hardwork. Very politically correct answer Joan. You are of course right that people speaking up is better than them feeling frustrated, and leaving the tool. I was just trying to point out that it has been pretty clear since day one that Reflow was meant as a prototyping tool. Even that HTML/CSS output feature request thread states from May 2013: &lt;em&gt;"&lt;span style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; background-color: #ffffff;"&gt;As Nick mentions above, Reflow's intent is to be a responsive "design" tool first and not have to worry about generating production quality code.&lt;/span&gt;"&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for chiming in Joan. And I honestly feel Adobe hasn't implied anything.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:842cea58-60ca-4020-8e50-0d1bdaee6666] --&gt;</description>
      <pubDate>Thu, 13 Feb 2014 22:06:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6118805?tstart=0#6118805</guid>
      <dc:date>2014-02-13T22:06:18Z</dc:date>
      <clearspace:dateToText>8 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6118800?tstart=0#6118800</link>
      <description>&lt;!-- [DocumentBodyStart:d477a444-52fc-4afd-8744-82f82ab7461e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm sorry to disagree. But I feel this thread has just been people complaining. There is an excellent thread elsewhere here requesting proper HTML/CSS export maybe providing details on what you'd like to see in the export, the controls you'd like to have, etc. would be much more productive than the big rants I've seen here. I applaud Adobe for handling it all with grace.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As a side note. Reflow will not be this magic solution. (Just as Macaw won't be) The design community is so excited about these tools, but in a real development workflow they are quite limited. Because anything beyond a few web pages is just not going to benefit from these tools until they integrate frameworks, LESS, SCSS, etc. Not to mention once you try integrating the designs with a CMS, or custom web app...don't plan on ever going back, since editing the project design will require using the static files. This is not exactly the most efficient workflow. At least for the next few years I envision that these tools will work great for interactive prototypes, and simple designs...but I would currently not expect more than that from them. I use Bootstrap, Foundation, Custom Grid Frameworks, LESS, SASS, etc on a daily basis, and the place of Reflow is confined to the very early stages at the moment...but even then I usually just Generate the image files from PS...and then handcode the prototypes in Bootstrap/*insert another framework*, because in the end I'll have to convert the CSS to a LESS/SCSS which is just extra work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/end side note&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d477a444-52fc-4afd-8744-82f82ab7461e] --&gt;</description>
      <pubDate>Thu, 13 Feb 2014 21:58:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6118800?tstart=0#6118800</guid>
      <dc:date>2014-02-13T21:58:50Z</dc:date>
      <clearspace:dateToText>8 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6118766?tstart=0#6118766</link>
      <description>&lt;!-- [DocumentBodyStart:91bd932e-c279-4a6d-a1ec-4c62bd019fe9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Honestly, all of the feedback you guys are giving us is valuable. As mentioned, Reflow is in preview mode, so, we welcome all of your discussions in how we can make the product as well as the documentation and messaging around it a bit clearer.&amp;nbsp; As long as the criticism is constructive, we'll take it in and try to act on some of it. Because of this thread (and others), we are actively discussing how to make it easier to use the code from Reflow and how to change some of our messaging around it. Speaking up about the issues you are facing is better than feeling frustrated and leaving the tool forever.&amp;nbsp; Nichod, thanks for mentioning the Brackets extension. Maybe we don't promote it enough for people who actually want to use the code that comes out Reflow.&amp;nbsp;&amp;nbsp; Joan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:91bd932e-c279-4a6d-a1ec-4c62bd019fe9] --&gt;</description>
      <pubDate>Thu, 13 Feb 2014 22:00:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6118766?tstart=0#6118766</guid>
      <dc:date>2014-02-13T22:00:14Z</dc:date>
      <clearspace:dateToText>8 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>18</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6118668?tstart=0#6118668</link>
      <description>&lt;!-- [DocumentBodyStart:42ea8814-093a-4c61-ad07-86cb2f8819f0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I don't think complaining is ever doing anyone a favor. Especially in this case. This is a &lt;strong&gt;Preview&lt;/strong&gt; release, and everywhere I look I see Preview. And I have never seen clear examples illustrating that they approve of using the exported HTML. It's all about prototyping interactive designs at this point. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A few quotes from the Reflow website: &lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;Start responsive designs faster and create high-fidelity &lt;strong&gt;prototypes&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Reflow uses &lt;strong&gt;CSS&lt;/strong&gt; and behaves like a browser, making it &lt;strong&gt;easier to translate your designs&lt;/strong&gt; to the web.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Easily &lt;strong&gt;extract CSS&lt;/strong&gt; from your project for &lt;strong&gt;further development in Edge Code CC, Dreamweaver CC, or another code editor of your choice&lt;/strong&gt;.&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;None of that seems to imply it exports HTML (and that it is a complete solution), and no where on the website does it state it exports HTML. They have always focused on the CSS Reflow provides. The videos all discuss that it exports CSS, and allows you to make great interactive design prototypes.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I did actually post a link to a resource I used to help with Reflow export. It's really not that complicated. And with all of your authorship experience I'm sure you know in development no holy grail exists. Everything is a tool that either is used in the pipeline, or isn't. In the case of Reflow I have used it in a few lightweight projects (small static designs of 5-6 pages). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Again the link to the extension with a pretty detailed video is located here: &lt;a class="jive-link-external-small" href="http://blog.brackets.io/2013/09/26/reflow-cleaner-extension/" rel="nofollow"&gt;http://blog.brackets.io/2013/09/26/reflow-cleaner-extension/&lt;/a&gt; and I recommend following his steps, then finesse the code a bit yourself. It's not a complicated process. The only reason the exported HTML isn't ideal at the moment is the incorrect semantic markup.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's great you pay close attention to feedback. I wish you had paid close attention to mine, and watched the great video that pretty much completely details, and answers your questions. No tutorial is really required. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:42ea8814-093a-4c61-ad07-86cb2f8819f0] --&gt;</description>
      <pubDate>Thu, 13 Feb 2014 21:46:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6118668?tstart=0#6118668</guid>
      <dc:date>2014-02-13T21:46:14Z</dc:date>
      <clearspace:dateToText>8 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>19</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6118739?tstart=0#6118739</link>
      <description>&lt;!-- [DocumentBodyStart:cc1c22ad-333b-4f6f-a37a-61f4165c670e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I agree with goofy166 100%. No one here has been complaining needlessly. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nichod, I am not sure what "&lt;span style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; background-color: #e7e7e7;"&gt;obvious documentation&lt;/span&gt;" you are referring to, as I spent a lot of time researching this product and like most of the others we feel the documenation is not clear. There is nothing wrong with expecting a product from Adobe to be at the level they have set previously with all the products I use. In fact, I feel that is what THEY expect also. Especially since they asked for our input. I proudly claim to be an "adobe fan-boy" and promote them every chance I get. But I also expect a certain quality from them which I know they will produce.&amp;nbsp; We all want a perfect product.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cc1c22ad-333b-4f6f-a37a-61f4165c670e] --&gt;</description>
      <pubDate>Thu, 13 Feb 2014 21:46:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6118739?tstart=0#6118739</guid>
      <dc:date>2014-02-13T21:46:00Z</dc:date>
      <clearspace:dateToText>8 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6118599?tstart=0#6118599</link>
      <description>&lt;!-- [DocumentBodyStart:4fc2a3c2-42c7-46c4-b638-ef3cf16c91a3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I don't agree that the Edge Reflow docs and marketing material are anywhere as transparent as you imply nor do I wish to criticize you for stating your opinion. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think the people who have complained are doing everyone a favor. As a former writer of 25 computer books and a publisher of 200 titles (google Waite Group Press) I listen closely to feedback that indicates confusion. It's not wrong but rather it's a gift that can help me perfect my message.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think it would be extremely helpful if you could show us the steps you took to make your project's HTML and CSS so easily work responsively. A tutorial would speak louder than any post.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Clearly we are all looking for the holy grail so our expectations easily cloud our judgement.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sincerely,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Mitch &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sent from my iPhone 5 w/ iOS 7&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4fc2a3c2-42c7-46c4-b638-ef3cf16c91a3] --&gt;</description>
      <pubDate>Thu, 13 Feb 2014 21:24:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6118599?tstart=0#6118599</guid>
      <dc:date>2014-02-13T21:24:28Z</dc:date>
      <clearspace:dateToText>8 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>21</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6118531?tstart=0#6118531</link>
      <description>&lt;!-- [DocumentBodyStart:0a9379a1-086f-4285-940d-7c0ab046eeea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;I just want to be a realistic voice in this discussion. It is pretty clear everywhere I look that Reflow is a preview release. And just to clear things up it is entirely possible, and I have used the output directly from Reflow (HTML and CSS) in projects. It can be done. I used a wonderful Brackets extension: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://blog.brackets.io/2013/09/26/reflow-cleaner-extension/" rel="nofollow" target="_blank"&gt;http://blog.brackets.io/2013/09/26/reflow-cleaner-extension/&lt;/a&gt;&lt;span&gt; to help clean up the code, and then tweaked a few things by hand.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'd recommend that people stop complaining, and clearly read the documentation, and product information. If you can spend the time to write a lengthy post complaining about how Reflow doesn't automatically do what you want it to do, then you can spend the same amount of time figuring out how to adapt your workflow that it does to what you want it to do. The fact that I can autogenerate a Reflow project from a Photoshop mockup is just amazing. Then I can make the mockup responsive in a controlled, and design oriented way. Finally I just group certain elements, and do some post-processing of code I have a completed design.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It is great that Adobe is so understanding of those select few in the community who choose to ignore obvious documentation, and feel the need to cast a negative light on an amazing application. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0a9379a1-086f-4285-940d-7c0ab046eeea] --&gt;</description>
      <pubDate>Thu, 13 Feb 2014 20:50:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6118531?tstart=0#6118531</guid>
      <dc:date>2014-02-13T20:50:09Z</dc:date>
      <clearspace:dateToText>8 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>22</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6093397?tstart=0#6093397</link>
      <description>&lt;!-- [DocumentBodyStart:9d3de1fc-d0ab-429c-8215-648f70740961] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi goofy166&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;We are definitely always looking for improving our messaging of the product. We are happy to do so. Further, we are actually looking into the work involved in making this happen. I would really be grateful if I could get your, at_play, and others in this thread's views on your expectations on how code generation would look like to you ideally. Please do email me &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:manian@adobe.com" target="_blank"&gt;manian@adobe.com&lt;/a&gt;&lt;span&gt; If any of you are willing to talk to us, I would love to schedule some time with the team and you all to see how we can get this to happen. Thanks again for your feedback. &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9d3de1fc-d0ab-429c-8215-648f70740961] --&gt;</description>
      <pubDate>Thu, 06 Feb 2014 18:27:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6093397?tstart=0#6093397</guid>
      <dc:date>2014-02-06T18:27:48Z</dc:date>
      <clearspace:dateToText>9 months 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: why using Edge Reflow if it's not possible to generate a real HTML Code and improve it with PHP ?</title>
      <link>https://forums.adobe.com/message/6089390?tstart=0#6089390</link>
      <description>&lt;!-- [DocumentBodyStart:831717e6-9c44-4ece-bfc0-b9c241d1795c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It's amazing to me that its taken this much back and forth before someone at Adobe finally figured out how misleading the marketing info is about Edge. Based on the way it was presented I told all kinds of developers that I had found the holy grail. Later I had to go back and apoligise to all fo them. Very disappointed. I will never again trust at Adobe marketing materail to be fully transparent. Which is pretty sad as I have loved this company since the day Photoshop 1 came out.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:831717e6-9c44-4ece-bfc0-b9c241d1795c] --&gt;</description>
      <pubDate>Wed, 05 Feb 2014 18:58:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6089390?tstart=0#6089390</guid>
      <dc:date>2014-02-05T18:58:53Z</dc:date>
      <clearspace:dateToText>9 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

