<?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 - Edge Reflow CC Preview</title>
    <link>https://forums.adobe.com/community/edge_reflow_preview?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 13 Nov 2014 23:41:46 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-13T23:41:46Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>How do you move from reflow to an html code you can use?</title>
      <link>https://forums.adobe.com/message/6927923?tstart=0#6927923</link>
      <description>&lt;!-- [DocumentBodyStart:594ebda9-a800-43de-8388-e2949707cc0b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need help as a new user to reflow, I have a great design but can not convert to html.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:594ebda9-a800-43de-8388-e2949707cc0b] --&gt;&lt;img src='/beacon?t=1415942512639' /&gt;</description>
      <pubDate>Thu, 13 Nov 2014 23:41:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6927923?tstart=0#6927923</guid>
      <dc:date>2014-11-13T23:41:46Z</dc:date>
      <clearspace:dateToText>5 hours 40 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Need to HIRE freelancer for REFLOW?</title>
      <link>https://forums.adobe.com/message/6927156?tstart=0#6927156</link>
      <description>&lt;!-- [DocumentBodyStart:87fbf5b1-156b-4def-9c39-0822d531fdf3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I work on Reflow Projects. Available for freelance work.&lt;/p&gt;&lt;p&gt;Contact: tazotodua[*]gmail.com&lt;/p&gt;&lt;p&gt;&lt;span&gt;Personal profile at: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://oceanesa.site50.net" rel="nofollow"&gt;http://oceanesa.site50.net&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Experienced in other Adobe products too.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87fbf5b1-156b-4def-9c39-0822d531fdf3] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 19:52:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6927156?tstart=0#6927156</guid>
      <dc:date>2014-11-13T19:52:18Z</dc:date>
      <clearspace:dateToText>9 hours 30 minutes 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/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;</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>Built using Reflow</title>
      <link>https://forums.adobe.com/message/6917927?tstart=0#6917927</link>
      <description>&lt;!-- [DocumentBodyStart:c0cb6afa-c377-421c-a115-c1321333e10e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Just want to share a simple site built using Reflow...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.on2interactive.com/ON2Templates/Web/Issue/" rel="nofollow"&gt;Issue&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c0cb6afa-c377-421c-a115-c1321333e10e] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 03:23:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6917927?tstart=0#6917927</guid>
      <dc:date>2014-11-11T03:23:40Z</dc:date>
      <clearspace:dateToText>3 days 2 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>responsive menu</title>
      <link>https://forums.adobe.com/message/6915317?tstart=0#6915317</link>
      <description>&lt;!-- [DocumentBodyStart:e08d1d68-de17-4d24-ad91-686d9ee8b8d5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;how can I add responsive menu in edge reflow?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e08d1d68-de17-4d24-ad91-686d9ee8b8d5] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 12:46:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6915317?tstart=0#6915317</guid>
      <dc:date>2014-11-10T12:46:17Z</dc:date>
      <clearspace:dateToText>3 days 17 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: Web design workflow between Dreamweaver, Muse and Reflow?</title>
      <link>https://forums.adobe.com/message/6911585?tstart=0#6911585</link>
      <description>&lt;!-- [DocumentBodyStart:8f735c99-0547-441d-bb7f-50246725589f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There are a lot of potential for Reflow. Now its possible to open Reflow project in other applications like Edge Animate and DW and&amp;nbsp; continue edit it But , true there is a lof thing that must be added to Reflow, if we are going to do it backend one.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ares&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8f735c99-0547-441d-bb7f-50246725589f] --&gt;</description>
      <pubDate>Sat, 08 Nov 2014 17:21:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6911585?tstart=0#6911585</guid>
      <dc:date>2014-11-08T17:21:38Z</dc:date>
      <clearspace:dateToText>5 days 12 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/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: Set body background image in reflow</title>
      <link>https://forums.adobe.com/message/6906131?tstart=0#6906131</link>
      <description>&lt;!-- [DocumentBodyStart:43f9b52b-c356-4745-834b-96b683d76340] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes exactly, thanks, Preran!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:43f9b52b-c356-4745-834b-96b683d76340] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 18:29:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6906131?tstart=0#6906131</guid>
      <dc:date>2014-11-06T18:29:55Z</dc:date>
      <clearspace:dateToText>1 week 11 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Observations on using Rf for app prototype</title>
      <link>https://forums.adobe.com/message/6903935?tstart=0#6903935</link>
      <description>&lt;!-- [DocumentBodyStart:019cd440-183e-4278-9ee0-f0a5a7b3bfb4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Been working with Rf for about 2 months on prototyping a web app. I've been able to create a responsive prototype that shows the developers -exactly- how it should look on different screens, which is great! &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;However, the most frustrating thing is for the non-programmer to understand "Position" types. I have to use a lot of trial and error to get objects to adjust in a logical manner.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Trying to get the page to do simple adjustments can take hours (especially if you have several objects on the page) because one wrong setting on a single object can mess up the whole page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don't understand the logic of how an object is related to another object: Text block top margin is related to the rule above, but another text block's top margin is related to a totally different object??? How is this determined? Can I change this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It would be nice to have a view (maybe called &lt;strong&gt;Responsive View&lt;/strong&gt;?)--similar to Show Object Edges, but includes (margin, padding, floating relation to other objects, etc.) so one can "design" the responsiveness as we design the layout. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Responsive View could show relationships between objects with small icons (chainlink, rubber band, etc.) and allow you to change those settings by clicking on the little icons...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I think this would be a great feature since a lot of what designers are spend more time on is how to make each screen size look ideal.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Here are some other observations: &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;- Placing a new object is tedious because it can mess up the layout. They should be set with default settings that don't affect other objects. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- objects loose their settings when a new object is placed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- objects change Margin setting of &lt;strong&gt;Auto&lt;/strong&gt; to &lt;strong&gt;%&lt;/strong&gt; when they are nudged or a new object is placed.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;- if two buttons are grouped I expect them to act as a single object when the window is resized. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;- would be nice to have a table tool&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:019cd440-183e-4278-9ee0-f0a5a7b3bfb4] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 01:34:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6903935?tstart=0#6903935</guid>
      <dc:date>2014-11-06T01:34:57Z</dc:date>
      <clearspace:dateToText>1 week 1 day ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Web design workflow between Dreamweaver, Muse and Reflow?</title>
      <link>https://forums.adobe.com/message/6901019?tstart=0#6901019</link>
      <description>&lt;!-- [DocumentBodyStart:50d4b29a-6228-4432-a765-ff742b2bfe9a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;you might be right, but seriously, "coding"( more like scripting ) is pretty darn boring, not really hard to learn but really boring. also using Muse without proper script and code knowledge is always futile, so no problem for you and your boring elitism, it is just a help to get big chunks of script in no time.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:50d4b29a-6228-4432-a765-ff742b2bfe9a] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 09:53:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6901019?tstart=0#6901019</guid>
      <dc:date>2014-11-05T09:53:28Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Web design workflow between Dreamweaver, Muse and Reflow?</title>
      <link>https://forums.adobe.com/message/6900036?tstart=0#6900036</link>
      <description>&lt;!-- [DocumentBodyStart:82866347-abc6-4a15-9d79-ae2455363ba6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Please ADOBE, create buttons for edge reflow responsiveness or allow integration between muse and reflow. Thanks!!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:82866347-abc6-4a15-9d79-ae2455363ba6] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 00:37:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6900036?tstart=0#6900036</guid>
      <dc:date>2014-11-05T00:37:26Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Values get lost</title>
      <link>https://forums.adobe.com/message/6898668?tstart=0#6898668</link>
      <description>&lt;!-- [DocumentBodyStart:0be086a1-dd5b-43ed-9d75-7d60a5256b8a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How come when I apply values to Box elements (Divs), they don't retain there value? It's like they don't stick and get changed if you make other modifications to other Div objects. Sometimes percentage values get changed to pixel values. The clearing buttons seem to randomly put different values upon your object depending on how many times you click them. I spent two hours trying to create a three column responsive Div and I still am not able to get it to work right using this Edge Reflow tool. It would seem I should be able to click one box and select Float Left, then select the middle box and select Float Middle, and then select the third box and select Float Right, but this does not work. They do not line up along the top of the parenting div that the three boxes are contained in.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it just me, or is this software very buggy?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0be086a1-dd5b-43ed-9d75-7d60a5256b8a] --&gt;</description>
      <pubDate>Tue, 04 Nov 2014 17:48:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6898668?tstart=0#6898668</guid>
      <dc:date>2014-11-04T17:48:31Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Create reusable CSS with class definitions?</title>
      <link>https://forums.adobe.com/message/6893619?tstart=0#6893619</link>
      <description>&lt;!-- [DocumentBodyStart:c699dc64-6546-4b93-be91-80f350c71f8c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would like to see this feature too!! &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt; There should be also calc function supported for defying box sizes like &lt;span class="token property" style="color: #9b869c; font-family: Menlo, Monaco, monospace; font-size: 14px;"&gt;width&lt;/span&gt;&lt;span class="token punctuation" style="color: white; font-family: Menlo, Monaco, monospace; font-size: 14px;"&gt;:&lt;/span&gt;&lt;span style="color: #cd6a51; font-family: Menlo, Monaco, monospace; font-size: 14px; background-color: #1d1f21;"&gt; calc(100% - 3em)&lt;/span&gt;&lt;span class="token punctuation" style="color: white; font-family: Menlo, Monaco, monospace; font-size: 14px;"&gt;;&lt;/span&gt; for stretching content beside fixed sidebars.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tomas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c699dc64-6546-4b93-be91-80f350c71f8c] --&gt;</description>
      <pubDate>Mon, 03 Nov 2014 08:57:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6893619?tstart=0#6893619</guid>
      <dc:date>2014-11-03T08:57:27Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>convert rflw file to pdf, jpeg, jpg file format</title>
      <link>https://forums.adobe.com/message/6886450?tstart=0#6886450</link>
      <description>&lt;!-- [DocumentBodyStart:e9855e2f-4062-465d-86c0-05cdea5153af] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I want to convert a rflw file to pdf, jpg, jpeg file format as my co-workers are not able to view this file in thier browser with images. please help in solving this issues.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e9855e2f-4062-465d-86c0-05cdea5153af] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 11:52:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6886450?tstart=0#6886450</guid>
      <dc:date>2014-10-31T11:52:35Z</dc:date>
      <clearspace:dateToText>1 week 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Web design workflow between Dreamweaver, Muse and Reflow?</title>
      <link>https://forums.adobe.com/message/6882892?tstart=0#6882892</link>
      <description>&lt;!-- [DocumentBodyStart:b9c65346-e6d9-4bae-84c9-72ee25bd2172] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I don't agree Matt. The tools are there to make our lives easier.&lt;/p&gt;&lt;p&gt;I don't want to waste time coding. I'd rather use that time to tweak my design.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I love Muse but haven't used Reflow yet. I might just give it a try.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b9c65346-e6d9-4bae-84c9-72ee25bd2172] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 13:58:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6882892?tstart=0#6882892</guid>
      <dc:date>2014-10-30T13:58:13Z</dc:date>
      <clearspace:dateToText>2 weeks 15 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: can I export Edge Reflow into Adobe Muse?</title>
      <link>https://forums.adobe.com/message/6875499?tstart=0#6875499</link>
      <description>&lt;!-- [DocumentBodyStart:41e61f49-048b-44c4-943f-55eea0997b3e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;See &lt;a class="jive-link-external-small" href="http://helpx.adobe.com/edge-reflow/kb/edge-reflow-frequently-asked-questions.html" rel="nofollow"&gt;Edge Reflow FAQ&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:41e61f49-048b-44c4-943f-55eea0997b3e] --&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:46:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6875499?tstart=0#6875499</guid>
      <dc:date>2014-10-28T14:46:42Z</dc:date>
      <clearspace:dateToText>2 weeks 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Publishing my site</title>
      <link>https://forums.adobe.com/message/6875496?tstart=0#6875496</link>
      <description>&lt;!-- [DocumentBodyStart:e68642db-e34b-4f0d-9807-dde6c2c89ec1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;See &lt;a class="jive-link-external-small" href="http://helpx.adobe.com/edge-reflow/kb/edge-reflow-frequently-asked-questions.html" rel="nofollow"&gt;Edge Reflow FAQ&lt;/a&gt; for information on what you can do with Reflow.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Preran&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e68642db-e34b-4f0d-9807-dde6c2c89ec1] --&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:45:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6875496?tstart=0#6875496</guid>
      <dc:date>2014-10-28T14:45:09Z</dc:date>
      <clearspace:dateToText>2 weeks 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: GIVE ATTENTION TO ISSUES !!!!!!!!!!</title>
      <link>https://forums.adobe.com/message/6872373?tstart=0#6872373</link>
      <description>&lt;!-- [DocumentBodyStart:9483205a-df29-460f-a7c7-4ec25365443e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi folks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As previously mentioned, we are a very small group of folks working on Edge Reflow. Our team is tasked with finding solutions for problems designers have for creating designs for the web. Edge Reflow is one of the products we work on. Our team works on whichever product seems the right fit for the solutions we end up with, either as a feature in an existing product or as a new service in Creative Cloud or a feature in Reflow. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Recently we have been working on Extract Assets dialog in Photoshop (more details on what this dialog is here: &lt;a class="jive-link-external-small" href="https://helpx.adobe.com/photoshop/how-to/extract-psd-assets-browser.html" rel="nofollow"&gt;Photoshop workflows to extract PSD assets for design | Adobe Photoshop CC tutorials &lt;/a&gt;). This work began because we were talking to a lot of designers who create websites and the biggest issue they had was getting assets out of Photoshop and how 'Save for Web' dialog was really tedious to use. Extract Assets dialog is the first step in removing that tedium. We worked with another team to make this synch seamlessly to the Creative Cloud Extract solution as well and to make it available in Dreamweaver so there is a full fledged flow of getting information out of PSD ( &lt;a class="jive-link-external-small" href="http://www.adobe.com/creativecloud/extract.html" rel="nofollow"&gt;Get assets &amp;amp; CSS from PSD comp for HTML | Creative Cloud Extract&lt;/a&gt; ). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But that said, we have a huge backlog of issues that has been filed about Reflow. We are watching the forum and taking your feedback on Reflow but we also would love to know about the problems you have with your current web design workflow. Let us know what your painpoints are and we will definitely try to identify products and features that can help fix them! &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for using Reflow! &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9483205a-df29-460f-a7c7-4ec25365443e] --&gt;</description>
      <pubDate>Mon, 27 Oct 2014 19:35:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6872373?tstart=0#6872373</guid>
      <dc:date>2014-10-27T19:35:23Z</dc:date>
      <clearspace:dateToText>2 weeks 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>When Generating Page from Photoshop to Reflow it seems to work properly, however when I save, close then reopen all of my images are out of place, stretched, etc.</title>
      <link>https://forums.adobe.com/message/6871504?tstart=0#6871504</link>
      <description>&lt;!-- [DocumentBodyStart:ef0dd703-c685-48ee-9bbd-0e77a16c487b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am new to Reflow, so this could be an easy fix. I have tried to go back through tutorials and it seems as if I am doing everything right? Any help would be greatly appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef0dd703-c685-48ee-9bbd-0e77a16c487b] --&gt;</description>
      <pubDate>Mon, 27 Oct 2014 16:18:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6871504?tstart=0#6871504</guid>
      <dc:date>2014-10-27T16:18:43Z</dc:date>
      <clearspace:dateToText>2 weeks 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: GIVE ATTENTION TO ISSUES !!!!!!!!!!</title>
      <link>https://forums.adobe.com/message/6870787?tstart=0#6870787</link>
      <description>&lt;!-- [DocumentBodyStart:d55bb282-39e2-4efa-a88e-b21020442169] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;why is the other site not on adobe?&lt;/p&gt;&lt;p&gt;surely if the other site is an official issues page it should be adobe forums?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d55bb282-39e2-4efa-a88e-b21020442169] --&gt;</description>
      <pubDate>Mon, 27 Oct 2014 13:39:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6870787?tstart=0#6870787</guid>
      <dc:date>2014-10-27T13:39:59Z</dc:date>
      <clearspace:dateToText>2 weeks 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Why won't Photoshop generate an Edge Reflow Project?</title>
      <link>https://forums.adobe.com/message/6869667?tstart=0#6869667</link>
      <description>&lt;!-- [DocumentBodyStart:137ea835-e86a-4870-9f70-95ae9dce54d6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My problem is similar. Both of mine are up to date but I don't see the 'Generate reflow project'.I've even updated what i needed in preferences.&amp;nbsp; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:137ea835-e86a-4870-9f70-95ae9dce54d6] --&gt;</description>
      <pubDate>Mon, 27 Oct 2014 05:07:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6869667?tstart=0#6869667</guid>
      <dc:date>2014-10-27T05:07:07Z</dc:date>
      <clearspace:dateToText>2 weeks 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>GIVE ATTENTION TO ISSUES !!!!!!!!!!</title>
      <link>https://forums.adobe.com/message/6862362?tstart=0#6862362</link>
      <description>&lt;!-- [DocumentBodyStart:9357aba7-4b24-4618-a4c0-d04dd17302f3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Here is official link by Edge ReFlow, where People can post issues.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://github.com/edge-reflow/issues/issues" rel="nofollow"&gt;edge-reflow/issues&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But NO-ONE views those issues, and no answers... WHY? There are listed so many bugs and etc..&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9357aba7-4b24-4618-a4c0-d04dd17302f3] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 11:06:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6862362?tstart=0#6862362</guid>
      <dc:date>2014-10-24T11:06:28Z</dc:date>
      <clearspace:dateToText>2 weeks 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Web design workflow between Dreamweaver, Muse and Reflow?</title>
      <link>https://forums.adobe.com/message/6861552?tstart=0#6861552</link>
      <description>&lt;!-- [DocumentBodyStart:52b7a26c-1bcd-4d8e-a484-1cd1b92e8e7c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;I'll be completely honest, I hope Adobe does NOT intergrate Muse and Reflow AND I hope they don't integrate Muse with phonegap. I know, all the designers are reading this like,"are you kidding me?!" but I have good reason.... As a designer FIRST I would have loved if everything was to be basically automated in the web so I literally don't have to know ANYTHING about web or coding but realistically, I'm tired of our profession continuously being looked as expendable. If you want the access in being able do responsive design, jquery, bootstrap etc... GO OUT AND LEARN IT! Stop begging Adobe to make a single platform for you to use that covers everything and be a real work horse (as sooo many say they are) and learn how to code! It takes time, effort and determination but if you have all of that, you can do it!&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Why wait to expand your skill set?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:52b7a26c-1bcd-4d8e-a484-1cd1b92e8e7c] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 01:38:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6861552?tstart=0#6861552</guid>
      <dc:date>2014-10-24T01:38:20Z</dc:date>
      <clearspace:dateToText>3 weeks 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Anti-aliasing in Edge Reflow</title>
      <link>https://forums.adobe.com/message/6854907?tstart=0#6854907</link>
      <description>&lt;!-- [DocumentBodyStart:bc6d2fa4-9c38-4260-9017-ac3f6d3fb62c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I don't believe there is or will be anything to help. As per my first reply, since Reflow uses the same layout engine as Chrome it's limited to what's avaliable. I could imagine additions of webkit only rendering options like -webkit-font-smoothing or -webkit-text-stroke in Reflow may help but adding those options will only change them in Chrome too so they'll still be different if they are indeed at the moment.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Post your screens when you can just in case it is something else.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Billy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bc6d2fa4-9c38-4260-9017-ac3f6d3fb62c] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:31:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6854907?tstart=0#6854907</guid>
      <dc:date>2014-10-22T11:31:06Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Anti-aliasing in Edge Reflow</title>
      <link>https://forums.adobe.com/message/6855060?tstart=0#6855060</link>
      <description>&lt;!-- [DocumentBodyStart:c5ad9fbf-e7d2-4594-a471-89b556b561e7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks Billy i know all of this. The problem is that when i am using Reflow i am unable to see what will be my output in the browser. If i want to see how this looks like in a browser i need to preview it in a browser and that's not particularity handy to do all the time. So i though maybe there is an option to configure anti aliasing so i can set it to match my browser/browsers as close as possible. I am in the middle of something, when i finish i will post some pictures for you to see.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c5ad9fbf-e7d2-4594-a471-89b556b561e7] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:17:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6855060?tstart=0#6855060</guid>
      <dc:date>2014-10-22T11:17:19Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Anti-aliasing in Edge Reflow</title>
      <link>https://forums.adobe.com/message/6855031?tstart=0#6855031</link>
      <description>&lt;!-- [DocumentBodyStart:a12278d6-3f02-4844-babb-f8ee7ed922ce] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Either way ultimately what the browser shows you is what your users will see so you shouldn't rely on Reflow alone. You'll have differences between Windows, Mac and different browsers too. They all take the markup and styles and treat them in slightly different ways.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a12278d6-3f02-4844-babb-f8ee7ed922ce] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:08:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6855031?tstart=0#6855031</guid>
      <dc:date>2014-10-22T11:08:21Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Anti-aliasing in Edge Reflow</title>
      <link>https://forums.adobe.com/message/6854942?tstart=0#6854942</link>
      <description>&lt;!-- [DocumentBodyStart:c5e46c43-2dba-4e79-80b8-4e82b402e8f2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am not sure, certain fonts i tried look different in Chrome and Reflow. I will try to attach some pictures so you can see.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c5e46c43-2dba-4e79-80b8-4e82b402e8f2] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 10:46:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6854942?tstart=0#6854942</guid>
      <dc:date>2014-10-22T10:46:52Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Anti-aliasing in Edge Reflow</title>
      <link>https://forums.adobe.com/message/6854889?tstart=0#6854889</link>
      <description>&lt;!-- [DocumentBodyStart:038a9fd6-012e-458e-8ba5-eef0ca6580a8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey Doctoromago,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Reflow uses the same layout engine as Chrome so you only have what is possible within the browser. This is ultimately the best way to use Reflow since you get an exact replication of what a user will see. If your post was with regards to something different please give us more information to help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All the best,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Billy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:038a9fd6-012e-458e-8ba5-eef0ca6580a8] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 10:39:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6854889?tstart=0#6854889</guid>
      <dc:date>2014-10-22T10:39:50Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Copying/Duplicating elements is very slow in Edge Reflow</title>
      <link>https://forums.adobe.com/message/6854881?tstart=0#6854881</link>
      <description>&lt;!-- [DocumentBodyStart:ae18a097-eef7-409c-886b-d3ec790fbb31] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This is certainly something I am also noticing. Duplicating and copying is painfully slow. I'm not sure this reply helps in anyway but thought I would also share my experience since there aren't many people that are raising the issue too.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good work with Reflow by the way Vic!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae18a097-eef7-409c-886b-d3ec790fbb31] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 10:18:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6854881?tstart=0#6854881</guid>
      <dc:date>2014-10-22T10:18:41Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Error in Adobe Reflow Dom</title>
      <link>https://forums.adobe.com/message/6854701?tstart=0#6854701</link>
      <description>&lt;!-- [DocumentBodyStart:8b706381-2617-436f-b978-9349835debe1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;When I downloaded adobe reflow a week ago, I found it fantastic.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However a few days ago, the whole of the Dom errored and randomised itself. Undo wouldn't fix it and I had to revert to a previous version. This then promptly happened again in the older version. The only way I could find to fix it was to reinstall it. This worked the first few times and the software would be fine for about a day.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However now it is erroring every 10-15 mins, which required a re-install to fix.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can understand why this is becoming an issue, and if I haven't saved the document before the error, I have to completely reorganise the DOM. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestions or feedback would be really appreciated,&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:8b706381-2617-436f-b978-9349835debe1] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 09:07:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6854701?tstart=0#6854701</guid>
      <dc:date>2014-10-22T09:07:19Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to embed multimedia (video, youtube, slide show, gallery) into a div?</title>
      <link>https://forums.adobe.com/message/6852198?tstart=0#6852198</link>
      <description>&lt;!-- [DocumentBodyStart:e669f1bb-ef55-4a26-b838-1b24cbc06c30] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How can you build a website and not expect to want to embed things?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to embed video, sound cloud links, etc. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SO important!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e669f1bb-ef55-4a26-b838-1b24cbc06c30] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 17:02:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852198?tstart=0#6852198</guid>
      <dc:date>2014-10-21T17:02:13Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Anti-aliasing in Edge Reflow</title>
      <link>https://forums.adobe.com/message/6850562?tstart=0#6850562</link>
      <description>&lt;!-- [DocumentBodyStart:dba5f2fc-6a88-4742-9068-e1a281b2f3c1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi everybody,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there any way to control anti-aliasing in Edge Reflow?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dba5f2fc-6a88-4742-9068-e1a281b2f3c1] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 09:09:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6850562?tstart=0#6850562</guid>
      <dc:date>2014-10-21T09:09:39Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Publishing my site</title>
      <link>https://forums.adobe.com/message/6850402?tstart=0#6850402</link>
      <description>&lt;!-- [DocumentBodyStart:9faba7d7-bf24-41e3-891a-61a4068bab6d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all i need to know how to publish my site wants its done in re flow and how do i do this&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9faba7d7-bf24-41e3-891a-61a4068bab6d] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 08:37:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6850402?tstart=0#6850402</guid>
      <dc:date>2014-10-21T08:37:34Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Generate Edge Reflow link not in edit menu...</title>
      <link>https://forums.adobe.com/message/6848593?tstart=0#6848593</link>
      <description>&lt;!-- [DocumentBodyStart:e7a66ffa-ce08-4165-b75d-74e12bd60358] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;1) Reflow Should be installed after Photoshop (If already installed, then uninstall it and re-install).&lt;/p&gt;&lt;p&gt;2) Make sure, that Photoshop is close while you install the ReFlow.&lt;/p&gt;&lt;p&gt;3) After ReFlow installation, open Creative Cloud &amp;gt;Photoshop( open a PSD file), then open ReFlow.&lt;/p&gt;&lt;p&gt;4) Now, you should see the ReFlow menu&amp;nbsp; under &lt;strong&gt;Photoshop&amp;gt;File&amp;gt;Generate&lt;/strong&gt;.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e7a66ffa-ce08-4165-b75d-74e12bd60358] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:55:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6848593?tstart=0#6848593</guid>
      <dc:date>2014-10-20T18:55:44Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is Reflow still being developed actively?</title>
      <link>https://forums.adobe.com/message/6847047?tstart=0#6847047</link>
      <description>&lt;!-- [DocumentBodyStart:e9665bb7-7638-46fc-bf1d-809f3c0bee43] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The latest update was written about on Oct 15th, so it looks as though development is ongoing: &lt;a class="jive-link-external-small" href="http://blogs.adobe.com/edgereflow/2014/10/15/reflow-8-1/" rel="nofollow"&gt;Adobe Edge Reflow Team Blog | Reflow 8.1&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There are also additional features in the "Preview 8" release that I was unaware of: &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;/div&gt;&lt;!-- [DocumentBodyEnd:e9665bb7-7638-46fc-bf1d-809f3c0bee43] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 10:54:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6847047?tstart=0#6847047</guid>
      <dc:date>2014-10-20T10:54:55Z</dc:date>
      <clearspace:dateToText>3 weeks 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Errorcode 2738 during update or installation</title>
      <link>https://forums.adobe.com/message/6844452?tstart=0#6844452</link>
      <description>&lt;!-- [DocumentBodyStart:39d76459-5664-48bb-a852-c5724f88cd3a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the last update of Adobe Edge Reflow CC Preview&amp;nbsp; (ProductVersion = 0.51.17178) runs anytime onto the errorcode 2738. It does not matter if I run an update or a new installation, if its run by the CreativeClowd app or run the msi (Edge_Reflow_preview_8.1_LREF.msi)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;OS: Win7 32bit&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here the error part of the installatioen log:&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;MSI (s) (68:F8) [12:33:49:618]: Doing action: RemovePluginatCDrive&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;Action ended 12:33:49: InstallFinalize. Return value 1.&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;MSI (s) (68:F8) [12:33:49:618]: Creating MSIHANDLE (1442) of type 790542 for thread 2552&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;MSI (s) (68:8C) [12:33:49:618]: Creating MSIHANDLE (1443) of type 0 for thread 6796&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;MSI (s) (68:6C) [12:33:49:618]: Generating random cookie.&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;MSI (s) (68:6C) [12:33:49:633]: Created Custom Action Server with PID 3404 (0xD4C).&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;MSI (s) (68:50) [12:33:49:664]: Running as a service.&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;MSI (s) (68:50) [12:33:49:664]: Hello, I'm your 32bit Impersonated custom action server.&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;Action start 12:33:49: RemovePluginatCDrive.&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;DEBUG: Error 2738:&amp;nbsp; Could not access VBScript runtime for custom action &lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;MSI (s) (68:8C) [12:33:59:087]: Product: Adobe Edge Reflow CC Preview -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738. The arguments are: , , &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Greetings&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Daniel Drews &lt;/p&gt;&lt;p&gt;E-Mail:&amp;nbsp; &lt;a class="jive-link-email-small" href="mailto:photo@ddrews.de"&gt;photo@ddrews.de&lt;/a&gt; &lt;/p&gt;&lt;p&gt;Webside: &lt;a class="jive-link-external-small" href="http://www.ddrews.de/" rel="nofollow"&gt;http://www.ddrews.de&lt;/a&gt; &lt;/p&gt;&lt;p&gt;Twitter: @DDrewsPhoto&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:39d76459-5664-48bb-a852-c5724f88cd3a] --&gt;</description>
      <pubDate>Sun, 19 Oct 2014 12:52:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6844452?tstart=0#6844452</guid>
      <dc:date>2014-10-19T12:52:22Z</dc:date>
      <clearspace:dateToText>3 weeks 5 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>can I export Edge Reflow into Adobe Muse?</title>
      <link>https://forums.adobe.com/message/6841403?tstart=0#6841403</link>
      <description>&lt;!-- [DocumentBodyStart:cecfe3be-e45e-468b-9e3b-87507dd56904] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;can I export Edge Reflow into Adobe Muse?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cecfe3be-e45e-468b-9e3b-87507dd56904] --&gt;</description>
      <pubDate>Fri, 17 Oct 2014 21:27:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6841403?tstart=0#6841403</guid>
      <dc:date>2014-10-17T21:27:36Z</dc:date>
      <clearspace:dateToText>3 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problem with Photoshop and Reflow plugin</title>
      <link>https://forums.adobe.com/message/6840720?tstart=0#6840720</link>
      <description>&lt;!-- [DocumentBodyStart:7ba50e2a-0dfd-482c-b062-e2fc1ffac341] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This resolve in my case, but the problem was with LiveSharePS plugin. I have deleted both folders (reflow too) and now everything seems to be working ok (also my Ps was closing alone) &lt;br/&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ba50e2a-0dfd-482c-b062-e2fc1ffac341] --&gt;</description>
      <pubDate>Fri, 17 Oct 2014 17:38:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6840720?tstart=0#6840720</guid>
      <dc:date>2014-10-17T17:38:25Z</dc:date>
      <clearspace:dateToText>3 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to embed multimedia (video, youtube, slide show, gallery) into a div?</title>
      <link>https://forums.adobe.com/message/6837881?tstart=0#6837881</link>
      <description>&lt;!-- [DocumentBodyStart:63f2e7a8-9149-48f6-b533-21981f0ea055] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I love Reflow ,-&amp;nbsp; but embed video is important ...&amp;nbsp; I work in music , &lt;span class="hps"&gt;It&lt;/span&gt; &lt;span class="hps"&gt;will&lt;/span&gt; &lt;span class="hps"&gt;also be important for&lt;/span&gt; &lt;span class="hps"&gt;bloggers ..&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="hps"&gt;I hope for update soon .. !&amp;nbsp; Keep it up , you adobe &lt;span class="hps"&gt;guys&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:63f2e7a8-9149-48f6-b533-21981f0ea055] --&gt;</description>
      <pubDate>Thu, 16 Oct 2014 22:16:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6837881?tstart=0#6837881</guid>
      <dc:date>2014-10-16T22:16:32Z</dc:date>
      <clearspace:dateToText>1 month 2 days from now</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to embed multimedia (video, youtube, slide show, gallery) into a div?</title>
      <link>https://forums.adobe.com/message/6837880?tstart=0#6837880</link>
      <description>&lt;!-- [DocumentBodyStart:ed7ba7c1-6b3b-4778-bed2-3ccdf2ca0f6f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Very good &lt;span class="hps"&gt;question&lt;/span&gt; &lt;span class="hps"&gt;-&lt;/span&gt; &lt;span class="hps"&gt;I&lt;/span&gt; &lt;span class="hps"&gt;also&lt;/span&gt; &lt;span class="hps"&gt;ask&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ed7ba7c1-6b3b-4778-bed2-3ccdf2ca0f6f] --&gt;</description>
      <pubDate>Thu, 16 Oct 2014 22:13:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6837880?tstart=0#6837880</guid>
      <dc:date>2014-10-16T22:13:44Z</dc:date>
      <clearspace:dateToText>1 month 2 days from now</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Web design workflow between Dreamweaver, Muse and Reflow?</title>
      <link>https://forums.adobe.com/message/6837592?tstart=0#6837592</link>
      <description>&lt;!-- [DocumentBodyStart:569d4d16-1b88-4133-9e57-6a04861fb518] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Though not affiliated with Adobe, I'll venture a guess that Edge Reflow and Muse are geared toward different markets and that's the primary reason for not combining them into a single package.&amp;nbsp; We did some research on evaluating various Adobe apps, which all work really well for a particular type of projects and workflow scenarios - &lt;a class="jive-link-external-small" href="https://www.oss-usa.com/how-adobe-muse-completely-changing-design-and-coding-web" rel="nofollow"&gt;Muse, &lt;/a&gt;&lt;a class="jive-link-external-small" href="https://www.oss-usa.com/adobe-edge-reflow-optimizes-design-and-coding-web" rel="nofollow"&gt;Edge&lt;/a&gt;, and &lt;a class="jive-link-external-small" href="https://www.oss-usa.com/blog/comparing-project-parfait-css3ps-and-css-hat" rel="nofollow"&gt;Parfait&lt;/a&gt; - but there's such difference in targeted user it would be pointless to mash them all into one.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:569d4d16-1b88-4133-9e57-6a04861fb518] --&gt;</description>
      <pubDate>Thu, 16 Oct 2014 21:07:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6837592?tstart=0#6837592</guid>
      <dc:date>2014-10-16T21:07:34Z</dc:date>
      <clearspace:dateToText>1 month 2 days from now</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Multiple buttons with one code</title>
      <link>https://forums.adobe.com/message/6836458?tstart=0#6836458</link>
      <description>&lt;!-- [DocumentBodyStart:23092312-3bc8-4ac7-95e5-0e7973440473] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thank you for your answer.&lt;/p&gt;&lt;p&gt;I think you need to work on quality of code if you want that front end developers will adopt Reflow.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:23092312-3bc8-4ac7-95e5-0e7973440473] --&gt;</description>
      <pubDate>Thu, 16 Oct 2014 16:08:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6836458?tstart=0#6836458</guid>
      <dc:date>2014-10-16T16:08:45Z</dc:date>
      <clearspace:dateToText>1 month 2 days from now</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

