<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Recent Ideas</title>
    <link>http://forums.adobe.com/community/feeds/ideas</link>
    <description>List ofRecent Ideas</description>
    <language>en</language>
    <pubDate>Sun, 19 May 2013 08:50:19 GMT</pubDate>
    <generator>Jive SBS 4.5.6.3  (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2013-05-19T08:50:19Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>HiDPI Websites (The Muse interface would be nice too)</title>
      <link>http://forums.adobe.com/ideas/2999</link>
      <description>&lt;!-- [DocumentBodyStart:4c1e84bd-f68e-48f2-9c7c-a5b670c61231] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It is fine for now if the Muse interface is not HiDPI optomized but I at least need my websites to be. There are so many HiDPI devieces out now days and the number is only increasing. To me the websites and especially the images do not look good on these high resolution displays. Basically anything rasterized looks awful. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4c1e84bd-f68e-48f2-9c7c-a5b670c61231] --&gt;</description>
      <pubDate>Sat, 18 May 2013 06:06:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2999</guid>
      <dc:date>2013-05-18T06:06:48Z</dc:date>
    </item>
    <item>
      <title>Vertical Menu - Show All - nested indenting ability would be great too!</title>
      <link>http://forums.adobe.com/ideas/2997</link>
      <description>&lt;!-- [DocumentBodyStart:c2d3f362-9613-4e42-88c7-6a0dd431681a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;When I created the menu on this site: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://theoutfitters.businesscatalyst.com/hike-camp.html" rel="nofollow" target="_blank"&gt;http://theoutfitters.businesscatalyst.com/hike-camp.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I had to manually type in and link every menu item, because there is no option to show all or indent the levels of navigation.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Would love to know how to do this in Muse, or if not available current, please add it.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Additionally, is there an easy way to change the default graphic/text styles when you set the menu to pop up when hovering over the text? As you can tell from the website above, some pages had so many options in level 2, that they were covering the ones below them, so I couldn't click on them to change them!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c2d3f362-9613-4e42-88c7-6a0dd431681a] --&gt;</description>
      <pubDate>Fri, 17 May 2013 11:43:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2997</guid>
      <dc:date>2013-05-17T11:43:37Z</dc:date>
    </item>
    <item>
      <title>Background images for footer or header - separate from background image for entire site</title>
      <link>http://forums.adobe.com/ideas/2996</link>
      <description>&lt;!-- [DocumentBodyStart:ac23a71d-f08c-4081-87af-1e0a9b04acc4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm not sure if there's a work-around for this, but I would love to know how to do it, or if it already exists! When I add a large image to the footer now, it looks wonky on my iphone (extends into the right, putting the site over to the left, instead of centering it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ac23a71d-f08c-4081-87af-1e0a9b04acc4] --&gt;</description>
      <pubDate>Fri, 17 May 2013 11:30:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2996</guid>
      <dc:date>2013-05-17T11:30:41Z</dc:date>
    </item>
    <item>
      <title>How can I use keyboard event to gotoandstop at a frame within a MovieClip?</title>
      <link>http://forums.adobe.com/ideas/2995</link>
      <description>&lt;!-- [DocumentBodyStart:74e3d1e7-a377-4c91-bd10-c1a9007f2381] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Everyone,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have a MovieClip which contains some animation on my stage. Now I want to add a keyboard event to skip the animation and go to the end of the movie clip. I used the following code:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;code style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"&gt;&lt;span class="pln"&gt;stage&lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt;addEventListener&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="typ" style="color: #2b91af;"&gt;KeyboardEvent&lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt;KEY_DOWN&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; SkipAni&lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span class="kwd" style="color: #00008b;"&gt;function&lt;/span&gt;&lt;span class="pln"&gt; &lt;span style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"&gt;SkipAni&lt;/span&gt;&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;event&lt;/span&gt;&lt;span class="pun"&gt;:&lt;/span&gt;&lt;span class="typ" style="color: #2b91af;"&gt;KeyboardEvent&lt;/span&gt;&lt;span class="pun"&gt;):&lt;/span&gt;&lt;span class="kwd" style="color: #00008b;"&gt;void&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;&lt;code style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"&gt;&lt;span class="pln"&gt;&lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;&lt;span class="kwd" style="color: #00008b;"&gt;if&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;event&lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt;keyCode&lt;/span&gt;&lt;span class="pun"&gt;==&lt;/span&gt;&lt;span class="typ" style="color: #2b91af;"&gt;Keyboard&lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt;SPACE&lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;#160;&amp;#160; &lt;/span&gt;&lt;span class="pln"&gt;gotoAndStop&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="lit" style="color: #800000;"&gt;1441&lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I put this code at the first frame of my MovieClip and it doesn't work...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Could anyone help me out with this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:74e3d1e7-a377-4c91-bd10-c1a9007f2381] --&gt;</description>
      <pubDate>Fri, 17 May 2013 10:37:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2995</guid>
      <dc:date>2013-05-17T10:37:21Z</dc:date>
    </item>
    <item>
      <title>Idea</title>
      <link>http://forums.adobe.com/ideas/2994</link>
      <description>&lt;!-- [DocumentBodyStart:674364f1-d3af-448f-abce-586a550aa932] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Idea&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:674364f1-d3af-448f-abce-586a550aa932] --&gt;</description>
      <pubDate>Fri, 17 May 2013 07:44:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2994</guid>
      <dc:date>2013-05-17T07:44:13Z</dc:date>
    </item>
    <item>
      <title>Adobe Exchange for Muse</title>
      <link>http://forums.adobe.com/ideas/2987</link>
      <description>&lt;!-- [DocumentBodyStart:505b3db9-ecce-4b1d-a409-3a811125b763] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;An Adobe Exchange for Muse with extra addons, extensions, assets, etc. would be great!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:505b3db9-ecce-4b1d-a409-3a811125b763] --&gt;</description>
      <pubDate>Fri, 17 May 2013 03:09:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2987</guid>
      <dc:date>2013-05-17T03:09:47Z</dc:date>
    </item>
    <item>
      <title>Activate the plus and minus keys on the numeric keypad</title>
      <link>http://forums.adobe.com/ideas/2986</link>
      <description>&lt;!-- [DocumentBodyStart:1a1a8dfc-852c-474d-b836-21b2d2a99a9c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;On my Mac the plus and minus keys on the numeric keypad (on the right) can not be used with the command key to zoom in and out. We are forced to use the plus and minus keys above the letter P which is more awkward. Please program the plus and minus numeric keypad keys so they can be used with the command key to zoom in and out.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1a1a8dfc-852c-474d-b836-21b2d2a99a9c] --&gt;</description>
      <pubDate>Fri, 17 May 2013 03:07:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2986</guid>
      <dc:date>2013-05-17T03:07:59Z</dc:date>
    </item>
    <item>
      <title>Will things get worse?</title>
      <link>http://forums.adobe.com/ideas/2993</link>
      <description>&lt;!-- [DocumentBodyStart:87769c2c-9400-45e3-872f-14fdfef8d20f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;if the cloud is the future of software and the price goes up. What will stop the madnesss? A competitor. Well we can see thaat Adobe hated Apple for years for selling competative software. Is the cloud a way for Adobe to say we want your money and dont want to have to wow you anymore to sell you on it? Or is the cloud so awesome that Adobe is doing it to provide a better service?&lt;/p&gt;&lt;p&gt;Well I think they have clearly told wall street that the clown will increase cash flow and create stability. in other words have a maintnaace free cash cow. In other words not any better than CS6. In other words you a costtomer pay more and get lesss. &lt;/p&gt;&lt;p&gt;Q who can use 19 titles? &lt;/p&gt;&lt;p&gt;A no one&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87769c2c-9400-45e3-872f-14fdfef8d20f] --&gt;</description>
      <pubDate>Fri, 17 May 2013 01:29:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2993</guid>
      <dc:date>2013-05-17T01:29:58Z</dc:date>
    </item>
    <item>
      <title>styles that recognize states - e.g. for hyperlinks</title>
      <link>http://forums.adobe.com/ideas/2992</link>
      <description>&lt;!-- [DocumentBodyStart:ac41074b-19fb-455c-b62c-22e62930fcf3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'd like to have paragraph styles including states recognition, so there no /+/ added to styles' name when you click on a box in a different state than you set it initially.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;E.g., it'd be also useful to edit hyperlinks in full mode, not only &lt;strong&gt;B&lt;/strong&gt;, &lt;em&gt;I&lt;/em&gt;, &lt;span style="text-decoration: underline;"&gt;U&lt;/span&gt; options.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;-Paco&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ac41074b-19fb-455c-b62c-22e62930fcf3] --&gt;</description>
      <pubDate>Thu, 16 May 2013 17:57:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2992</guid>
      <dc:date>2013-05-16T17:57:57Z</dc:date>
    </item>
    <item>
      <title>Linked content through desktop/tablet/mobile versions to update</title>
      <link>http://forums.adobe.com/ideas/2991</link>
      <description>&lt;!-- [DocumentBodyStart:b1c8fb11-905c-46cc-9ce4-280fbfd05289] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Based on a feature in the next June release, but once you eat the red pill...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Would it be possible to link content through desktop/tablet/mobile versions to update simultaneously?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;E.g.: update a phone number or e- mail address in desktop version and automatically get it in mobile.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;-Paco&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b1c8fb11-905c-46cc-9ce4-280fbfd05289] --&gt;</description>
      <pubDate>Thu, 16 May 2013 17:46:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2991</guid>
      <dc:date>2013-05-16T17:46:45Z</dc:date>
    </item>
    <item>
      <title>Scaling placed objects</title>
      <link>http://forums.adobe.com/ideas/2990</link>
      <description>&lt;!-- [DocumentBodyStart:0c9dc7e5-87b6-433a-ae15-66d15d2b10b3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When i place a file it would be great to be able to do non uniform scaling and uniform scaling. Would love the idea of using commands simular to Photoshop where i hold a key down for it to do uniform.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0c9dc7e5-87b6-433a-ae15-66d15d2b10b3] --&gt;</description>
      <pubDate>Thu, 16 May 2013 17:35:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2990</guid>
      <dc:date>2013-05-16T17:35:08Z</dc:date>
    </item>
    <item>
      <title>For Users to change downloadable files on browser editing</title>
      <link>http://forums.adobe.com/ideas/2989</link>
      <description>&lt;!-- [DocumentBodyStart:31c4c9a5-2ef5-4313-9c31-3fd6aa9417bc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I guess users should be able do change downloadable files, such as PDF files (for restaurant menus etc.)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:31c4c9a5-2ef5-4313-9c31-3fd6aa9417bc] --&gt;</description>
      <pubDate>Thu, 16 May 2013 17:04:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2989</guid>
      <dc:date>2013-05-16T17:04:51Z</dc:date>
    </item>
    <item>
      <title>better placement of curves, levels, and other adjustment tools</title>
      <link>http://forums.adobe.com/ideas/2988</link>
      <description>&lt;!-- [DocumentBodyStart:7505badc-8622-411e-886c-22f0dbcab8d2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I open one of the adjustment tools, such as curves, etc, it covers up a good portion of the image so I can't really see how my adjustments are being applied. The long rectangular shape is a bit of a pain, at least in the curves menu, as it doesn't let you make very fine adjustments easily. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I'd suggest being able to move the adjustment windows (as you do in PS) to place it off to the side if you need to, and also make at least the curves adjustment more square (again, as in PS), so you can have better control of the adjustments.&amp;#160; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7505badc-8622-411e-886c-22f0dbcab8d2] --&gt;</description>
      <pubDate>Thu, 16 May 2013 14:30:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2988</guid>
      <dc:date>2013-05-16T14:30:48Z</dc:date>
    </item>
    <item>
      <title>Make the code Muse puts out less buggy</title>
      <link>http://forums.adobe.com/ideas/2985</link>
      <description>&lt;!-- [DocumentBodyStart:92141ccc-3d22-4a07-80d6-27bff638c01f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I export my websites, no matter how many times I try to make it different and change up the design, when I export and preview it in a browser, and even when I upload it to my hosting server, the mouseover, mouse click, and active functions for navigation menus and other objects on the page only work about half the time. No matter what browser I'm using. Ive tried all the main browsers. And its not just sometimes I load the page it works and sometimes not-- every time I load the page, I can just be messing around on the same page and trying to see whether they'll work but it'll work sometimes and not others with out even reloading the page in between. So obviously this means its the code, not the browser's failure to load an element.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92141ccc-3d22-4a07-80d6-27bff638c01f] --&gt;</description>
      <pubDate>Wed, 15 May 2013 20:59:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2985</guid>
      <dc:date>2013-05-15T20:59:43Z</dc:date>
    </item>
    <item>
      <title>Is it possible to have a form extracted to PDF to not contain empty fields?</title>
      <link>http://forums.adobe.com/ideas/2984</link>
      <description>&lt;!-- [DocumentBodyStart:1d04dc59-d769-4cb2-8b06-bfabae849791] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;As we use the product more and as our forms evolve and get larger and larger, we really need to have the PDF extracted document to behave more like the email of data where empty fields do not print.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;For us there can be whole sections pages long that should not print if the customer says 'no' to that section of data.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Many other user I believe would benefit from this.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1d04dc59-d769-4cb2-8b06-bfabae849791] --&gt;</description>
      <pubDate>Tue, 14 May 2013 21:25:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2984</guid>
      <dc:date>2013-05-14T21:25:59Z</dc:date>
    </item>
    <item>
      <title>Copy/Paste would be nice</title>
      <link>http://forums.adobe.com/ideas/2983</link>
      <description>&lt;!-- [DocumentBodyStart:8189873e-85ef-4ebd-a017-5b6f06fa35de] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Copy/Paste for anything would be nice. &lt;img height="16px" src="http://forums.adobe.com/4.5.6/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8189873e-85ef-4ebd-a017-5b6f06fa35de] --&gt;</description>
      <pubDate>Tue, 14 May 2013 18:23:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2983</guid>
      <dc:date>2013-05-14T18:23:03Z</dc:date>
    </item>
    <item>
      <title>Allow brush to be larger than 200 px</title>
      <link>http://forums.adobe.com/ideas/2982</link>
      <description>&lt;!-- [DocumentBodyStart:15bcec3e-2049-4b18-b6e8-7fb66a7a2273] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It would be good if you could make the maximum size of the brush larger than 200 px. It would be very helpful when you are trying to do adjustments on larger images. The 200 px max. brush gets to be sort of a pain when needing to brush large areas.&amp;#160; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:15bcec3e-2049-4b18-b6e8-7fb66a7a2273] --&gt;</description>
      <pubDate>Tue, 14 May 2013 17:39:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2982</guid>
      <dc:date>2013-05-14T17:39:04Z</dc:date>
    </item>
    <item>
      <title>Add dodge and burn tools</title>
      <link>http://forums.adobe.com/ideas/2981</link>
      <description>&lt;!-- [DocumentBodyStart:c1c08139-fb5d-4286-bd09-ae00a3535fdf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It would be good if PS Touch could offer Dodging and Burning brushes, as found in Photoshop. These are pretty essential tools. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Regards, David &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c1c08139-fb5d-4286-bd09-ae00a3535fdf] --&gt;</description>
      <pubDate>Tue, 14 May 2013 17:36:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2981</guid>
      <dc:date>2013-05-14T17:36:43Z</dc:date>
    </item>
    <item>
      <title>Allow PS Touch to work in portrait orientation</title>
      <link>http://forums.adobe.com/ideas/2980</link>
      <description>&lt;!-- [DocumentBodyStart:bd84ef5c-fa99-4891-90ea-159d83003ed5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It would be good if PS Touch could work in Portrait orientation--not just landscape. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Many of my images are in portrait orientation (taller than wider) and when I work with them in PS Touch on my Nexus 7, they always appear really small. The way around this is to keep them in landscape orientation and work on them there, but that means I'm seeing them sideways, or have to tilt my device to see them fully. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Most other apps work in both orientations and the Nexus 7 default is portrait orientation. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Best, David &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bd84ef5c-fa99-4891-90ea-159d83003ed5] --&gt;</description>
      <pubDate>Tue, 14 May 2013 17:34:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2980</guid>
      <dc:date>2013-05-14T17:34:53Z</dc:date>
    </item>
    <item>
      <title>Add more blending mode options</title>
      <link>http://forums.adobe.com/ideas/2979</link>
      <description>&lt;!-- [DocumentBodyStart:6af09183-b8dd-4277-a34e-a514db8fdc1a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It would be good if PS Touch had more blending mode and filter options. Some to consider adding: &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;High Pass filter&lt;/p&gt;&lt;p&gt;Luminosity blend mode&lt;/p&gt;&lt;p&gt;Hue blend mode&lt;/p&gt;&lt;p&gt;Soft light blend mode &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;These are ones I use pretty consisistenly when working in PS on my desktop. It would be good if they were in PS Touch also. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6af09183-b8dd-4277-a34e-a514db8fdc1a] --&gt;</description>
      <pubDate>Tue, 14 May 2013 17:29:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2979</guid>
      <dc:date>2013-05-14T17:29:34Z</dc:date>
    </item>
    <item>
      <title>Hide/Show breakpoint lines</title>
      <link>http://forums.adobe.com/ideas/2978</link>
      <description>&lt;!-- [DocumentBodyStart:3fa28d60-f5d9-4aea-b97f-ce8f9aa0867d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I keep thinking there is a 1 pixel vertical line where the breakpoints are.&lt;br/&gt;Before I figured it out I did a ton of "Undo's" thinking I might have given something a one pixel stroke along the way.&lt;br/&gt;I would like to see an option to hide these and/or color them so not to confuse them with gridlines, guides and our actual designs.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;-mo-&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3fa28d60-f5d9-4aea-b97f-ce8f9aa0867d] --&gt;</description>
      <pubDate>Tue, 14 May 2013 17:05:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2978</guid>
      <dc:date>2013-05-14T17:05:32Z</dc:date>
    </item>
    <item>
      <title>Hide/Show pixel measurements</title>
      <link>http://forums.adobe.com/ideas/2977</link>
      <description>&lt;!-- [DocumentBodyStart:24225560-bd54-4aa5-a43f-21dc1feb4942] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It would be nice to have a way to Hide/Show the pixel measurements that are at the top and to the left of every object when selected.&lt;br/&gt;Way too much going on on-screen with the border highlights, transparancy when moving object, the grids, etc. Yes. I did notice you can turn a few of these off, except for the "bluish pixel measurements".&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;My feedback/Feature Request!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:24225560-bd54-4aa5-a43f-21dc1feb4942] --&gt;</description>
      <pubDate>Tue, 14 May 2013 16:53:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2977</guid>
      <dc:date>2013-05-14T16:53:52Z</dc:date>
    </item>
    <item>
      <title>Editing/Selecting Breakpoints</title>
      <link>http://forums.adobe.com/ideas/2971</link>
      <description>&lt;!-- [DocumentBodyStart:16b67353-ed30-4ab5-a53d-aa5b1a94d35b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Numeric breakpoints.&lt;br/&gt;Using the mouse to select a breakpoint is not accurate, and trying to move the little blue halo pointer is also not a one-to-one representation.&lt;br/&gt;If I click to set a breakpoint at 768 and accidentally clicked 772 it would be nice to adjust that. &lt;br/&gt;Additionally, maybe a tooltip that indicates in pixels where I'm pointing before I click to set a breakpoint.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks.&lt;br/&gt;-mo-&lt;br/&gt;(can't seem to edit my user name on the Adobe forum.. &lt;img height="16px" src="http://forums.adobe.com/4.5.6/images/emoticons/happy.gif" width="16px"/&gt; )&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:16b67353-ed30-4ab5-a53d-aa5b1a94d35b] --&gt;</description>
      <pubDate>Tue, 14 May 2013 14:44:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2971</guid>
      <dc:date>2013-05-14T14:44:01Z</dc:date>
    </item>
    <item>
      <title>Ctrl+Click rather than check boxes</title>
      <link>http://forums.adobe.com/ideas/2974</link>
      <description>&lt;!-- [DocumentBodyStart:7fa02c6d-29c4-4a4d-aeaa-f187153ce0dc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Allow for Ctrl+click to select multiple options as well as the click boxes. This gives users options.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7fa02c6d-29c4-4a4d-aeaa-f187153ce0dc] --&gt;</description>
      <pubDate>Tue, 14 May 2013 16:22:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2974</guid>
      <dc:date>2013-05-14T16:22:57Z</dc:date>
    </item>
    <item>
      <title>Slideshow double</title>
      <link>http://forums.adobe.com/ideas/2976</link>
      <description>&lt;!-- [DocumentBodyStart:b3737763-d6e7-4df4-8666-fa5d6a17f3b8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Je souhaitais faire un diaporama automatique qui passe en mode cadre lumineux lorsque l'on clique sur l'image (et pas sur la vignette)... &lt;/p&gt;&lt;p&gt;Or quand on choisi le cadre lumineux, m&amp;#234;me si on a coch&amp;eacute; la lecture automatique, l'image n'apparait pas dans le cadre au chargement tant que l'on est pas all&amp;eacute; sur une vignette...&lt;/p&gt;&lt;p&gt;J'ai bien essay&amp;eacute; de contourn&amp;eacute; le probl&amp;egrave;me en superposant 2 diaporama... mais ce n'est pas efficace.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I want to make a slideshow witch run automatically and go on lightbox when the user click on the picture (but not on the thumbnail wich control the actual)&lt;/p&gt;&lt;p&gt;When we choose lightbox, even we choose play auto, the picture doesn't appear until the user go on a thumbnail.&lt;/p&gt;&lt;p&gt;I tried to mix 2 slideshow but it's not working well...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;An idea so simple, that it might be a bug...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b3737763-d6e7-4df4-8666-fa5d6a17f3b8] --&gt;</description>
      <pubDate>Mon, 13 May 2013 02:14:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2976</guid>
      <dc:date>2013-05-13T02:14:54Z</dc:date>
    </item>
    <item>
      <title>widget to create user accounts with user name and password</title>
      <link>http://forums.adobe.com/ideas/2975</link>
      <description>&lt;!-- [DocumentBodyStart:65cfe23c-10ca-496e-b7f1-bbcc5f1fcac6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I'm creating a website and would like a widget in order for those who come across my website to be able to create a user account profile (user name and password) and have access to certain content on the website. I want them to be able to self register and be able to click a link if they forget their password. Is this something that is doable? Thanks !&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:65cfe23c-10ca-496e-b7f1-bbcc5f1fcac6] --&gt;</description>
      <pubDate>Sun, 12 May 2013 20:10:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2975</guid>
      <dc:date>2013-05-12T20:10:27Z</dc:date>
    </item>
    <item>
      <title>Dark Color theme for UI :)</title>
      <link>http://forums.adobe.com/ideas/2962</link>
      <description>&lt;!-- [DocumentBodyStart:c25348e2-36a5-4496-98ff-99459adaae7a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i'm in love with dark theme in PS CS6 !&lt;br/&gt;&lt;strong&gt;it is nice to see muse in this theme&lt;/strong&gt; ! &lt;img height="16px" src="http://forums.adobe.com/4.5.6/images/emoticons/wink.gif" width="16px"/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c25348e2-36a5-4496-98ff-99459adaae7a] --&gt;</description>
      <pubDate>Fri, 10 May 2013 19:40:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2962</guid>
      <dc:date>2013-05-10T19:40:45Z</dc:date>
    </item>
    <item>
      <title>Feedback/Wishlist</title>
      <link>http://forums.adobe.com/ideas/2964</link>
      <description>&lt;!-- [DocumentBodyStart:51a4f3be-eaf0-4e26-99e4-ba093e107049] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;hi folks,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;first of all I have to say that the idea of Edge &amp;amp; Services is mindbreaking!&lt;/p&gt;&lt;p&gt;thank you for that.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I tried RF now for a couple of days and have a first impression and a lot of things missing.&lt;/p&gt;&lt;p&gt;the priview version is still having few bugs (f.e. by changeing views or resolution boxes switch their position, ...)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I am trying to set up a layout for an app (I try to use RF for the layout, than give the assets folder to my developer who can open it in DW and write his java code, than we can send it to edge inspect and finaly to phongap build).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;the app is quite simple: we would like to have just one view - landscape and fullscreen (there is no wiping effect).&lt;/p&gt;&lt;p&gt;just a rectangle with buttons, graphics and a little bit of text. this should scale and fit automatically to all screen sizes ;-)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;before i put my buttons and graphics in, I created a test layout to try out the scale for different devices. (Please see attached img)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;a href="http://forums.adobe.com/servlet/JiveServlet/showImage/328022/rf1.PNG"&gt;&lt;img alt="rf1.PNG" class="jive-image" height="287" src="http://forums.adobe.com/servlet/JiveServlet/downloadImage/328022/450-287/rf1.PNG" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I think starting at 800x480 is good to be able to scale up and down.&lt;/p&gt;&lt;p&gt;I also set everything to "relative position" all with % no px (but i cant set the height to %, it allwasy jumps back to px.&lt;/p&gt;&lt;p&gt;when i test it in chrome and change the window size - it scales proportional in the width but not in the height.&lt;/p&gt;&lt;p&gt;also the is no fullscreen function directly inside RF.&lt;/p&gt;&lt;p&gt;the boxes (divs) have all the same name (no specific ID)&lt;/p&gt;&lt;p&gt;multiple pages would be also very nice to be able to set up all the pages for the app inside one program.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;when i am testing the layout on my movile device there is a message on the top which sasys "this is a preview for chrome..." which is not very nice to see!&lt;/p&gt;&lt;p&gt;it would be greate to realise our app with adobe edge tools &amp;amp; services and i realy hope that you guys will fix these problems and add some cool features to RF.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;THX&lt;/p&gt;&lt;p&gt;andi&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:51a4f3be-eaf0-4e26-99e4-ba093e107049] --&gt;</description>
      <pubDate>Fri, 10 May 2013 11:19:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2964</guid>
      <dc:date>2013-05-10T11:19:09Z</dc:date>
    </item>
    <item>
      <title>Unique Tracking Numbers</title>
      <link>http://forums.adobe.com/ideas/2973</link>
      <description>&lt;!-- [DocumentBodyStart:bf0f2b5b-d73a-4f80-90f8-3b96ba88ba2c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ability for the author to create a field that will automatically assign a unique number to their response and they will see it when they receive a notification. The unique number will also be captured in the response database&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf0f2b5b-d73a-4f80-90f8-3b96ba88ba2c] --&gt;</description>
      <pubDate>Thu, 09 May 2013 09:14:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2973</guid>
      <dc:date>2013-05-09T09:14:51Z</dc:date>
    </item>
    <item>
      <title>Branding on Notifications</title>
      <link>http://forums.adobe.com/ideas/2967</link>
      <description>&lt;!-- [DocumentBodyStart:2d612517-665e-4df5-85c2-5814a4f8d753] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ability to add / modify the header and footer of the notification sent to the person submitting the form as well as person receiving the notification.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2d612517-665e-4df5-85c2-5814a4f8d753] --&gt;</description>
      <pubDate>Thu, 09 May 2013 09:13:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2967</guid>
      <dc:date>2013-05-09T09:13:18Z</dc:date>
    </item>
    <item>
      <title>Can we PLEASE get bigger zoom?</title>
      <link>http://forums.adobe.com/ideas/2972</link>
      <description>&lt;!-- [DocumentBodyStart:e3f3a26e-3c25-4382-a702-e66cad3c75c9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I don't know if adobe monitors this forum, but I hope so.&amp;#160; I guss I posted this in the wrong forum.&lt;/p&gt;&lt;p&gt;I am always making pixel level adjustments.&amp;#160; The current zoom only goes to 400%.&amp;#160; Could you please increase this to 1600 or 3200 like on the desktop?&amp;#160; This seems like it would be easy to do.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e3f3a26e-3c25-4382-a702-e66cad3c75c9] --&gt;</description>
      <pubDate>Thu, 09 May 2013 02:12:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2972</guid>
      <dc:date>2013-05-09T02:12:01Z</dc:date>
    </item>
    <item>
      <title>Link rollover states</title>
      <link>http://forums.adobe.com/ideas/2970</link>
      <description>&lt;!-- [DocumentBodyStart:4062df46-42af-46ad-997a-116da4f85d46] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would like to be able to link objects for their rollover states.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;For example:&amp;#160; I have a heading which changes colour onRollover and an icon next to that heading which also has a rollover state. Clicking on either takes you to the same link.&amp;#160; I want to be able to link the rollover states so that, which ever of the two objects you roll over, both of them turn to their rollover state as if they are the same.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;This is a common design feature on many web sites so would be good to be able to have it in Muse.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4062df46-42af-46ad-997a-116da4f85d46] --&gt;</description>
      <pubDate>Wed, 08 May 2013 16:42:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2970</guid>
      <dc:date>2013-05-08T16:42:42Z</dc:date>
    </item>
    <item>
      <title>Allow save extensions other than .HTML or .HTM</title>
      <link>http://forums.adobe.com/ideas/2969</link>
      <description>&lt;!-- [DocumentBodyStart:47195677-fc9f-4366-a1dd-428e2b8a9f6f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would like to see it possible to save my pages with other extensions other than just .htm or .html.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;If I could save the pages as .asp for example, I could then use the HTML code box to add server side tags &amp;lt;% &lt;em&gt;my server side code here&lt;/em&gt; %&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;That would then open a whole new world!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Please support this idea.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:47195677-fc9f-4366-a1dd-428e2b8a9f6f] --&gt;</description>
      <pubDate>Wed, 08 May 2013 16:20:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2969</guid>
      <dc:date>2013-05-08T16:20:42Z</dc:date>
    </item>
    <item>
      <title>link to specific area of page</title>
      <link>http://forums.adobe.com/ideas/2968</link>
      <description>&lt;!-- [DocumentBodyStart:a513ec71-3021-48f5-831d-420687101d13] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Just as we have links to different pages, I think there should be some ability to go to a specific area of a page by clicking on a link.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a513ec71-3021-48f5-831d-420687101d13] --&gt;</description>
      <pubDate>Wed, 08 May 2013 15:12:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2968</guid>
      <dc:date>2013-05-08T15:12:29Z</dc:date>
    </item>
    <item>
      <title>Videos</title>
      <link>http://forums.adobe.com/ideas/2965</link>
      <description>&lt;!-- [DocumentBodyStart:efbf43fa-f07c-485a-a418-0d8f8b4573e3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It'll be cool if we could insert a video in our muse website. Is it a problem because of the storage by the Adobe's server ? Because i don't see the reason why it isn't possible... I found a way to make it anyway my video is not on Youtube : i put it on my ftp server and use the same protocole than a YouTube video with a different name/address. The problem' is that Chrome play automatically the videos i placed... (but not with the YouTube video).&lt;/p&gt;&lt;p&gt;Did i miss something ? I hope video widget will be inclued in te next official version of Muse..&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Il serait bien tout de m&amp;#234;me de pouvoir inclure des vid&amp;eacute;os sur notre site. Cela poserait-il des probl&amp;egrave;mes en terme de stockage sur les serveur d'Adobe ? Car je ne vaois pas en quoi cela serait un probl&amp;egrave;me..&lt;/p&gt;&lt;p&gt;J'ai trouv&amp;eacute; un moyen d&amp;eacute;tourner pour en placer une vid&amp;eacute;o qui ne soit pas sur YouTube ou autres Dailymotion...&lt;/p&gt;&lt;p&gt;J'ai mis la vid&amp;eacute;o sur on serveur ftp et j'ai utilis&amp;eacute; le m&amp;#234;me proc&amp;eacute;d&amp;eacute; que pour une vid&amp;eacute;o YouTube en changeant seulement le nom et l'adresse...&lt;/p&gt;&lt;p&gt;Seul probl&amp;egrave;me, sur Chrome les vid&amp;eacute;os se lancent automatiquement et pas les vid&amp;eacute;os YouTube...&lt;/p&gt;&lt;p&gt;J'esp&amp;egrave;re que le widget vid&amp;eacute;os sera inclu &amp;#224; la prochaine version officielle de Muse.&lt;/p&gt;&lt;p&gt;Merci&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:efbf43fa-f07c-485a-a418-0d8f8b4573e3] --&gt;</description>
      <pubDate>Wed, 08 May 2013 14:31:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2965</guid>
      <dc:date>2013-05-08T14:31:36Z</dc:date>
    </item>
    <item>
      <title>Allow users to save, view and edit responses</title>
      <link>http://forums.adobe.com/ideas/2960</link>
      <description>&lt;!-- [DocumentBodyStart:cac88cd4-cbdf-4b4b-99df-d197f06f69c9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The forms could be a powerful tool for collaboration if users were able to save and edit their responses. My organization uses traditional surveys, but also has great need for a tool that is accessable online (like an embeded form) that enables us to create static prompts for our clients, who can then respond to the prompts, but save their responses so they can reference their answers and change them as project evolve (much like how I'm able to come back into this Idea and edit it).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cac88cd4-cbdf-4b4b-99df-d197f06f69c9] --&gt;</description>
      <pubDate>Tue, 07 May 2013 22:18:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2960</guid>
      <dc:date>2013-05-07T22:18:33Z</dc:date>
    </item>
    <item>
      <title>box-sizing: border-box;</title>
      <link>http://forums.adobe.com/ideas/2959</link>
      <description>&lt;!-- [DocumentBodyStart:2c0ed373-47f8-4e49-a963-844772e5cec1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would love to see the ability to implement box-sizing: border-box;. Right now, in reflow the border's and paddings are on the outside and change math. Using border-box we are able to better and easier use the math of PX or %.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2c0ed373-47f8-4e49-a963-844772e5cec1] --&gt;</description>
      <pubDate>Tue, 07 May 2013 21:52:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2959</guid>
      <dc:date>2013-05-07T21:52:47Z</dc:date>
    </item>
    <item>
      <title>CSS Reset</title>
      <link>http://forums.adobe.com/ideas/2958</link>
      <description>&lt;!-- [DocumentBodyStart:65204cc3-6079-4345-8bce-8610d4d708fb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would like to see a CSS reset. Something like normalize.css. If not, because not everyone uses normalize the ability to use your own personal reset.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:65204cc3-6079-4345-8bce-8610d4d708fb] --&gt;</description>
      <pubDate>Tue, 07 May 2013 21:50:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2958</guid>
      <dc:date>2013-05-07T21:50:40Z</dc:date>
    </item>
    <item>
      <title>Allow alternative text for image fills in shapes (rectangles)</title>
      <link>http://forums.adobe.com/ideas/2954</link>
      <description>&lt;!-- [DocumentBodyStart:f1e2edb0-74a9-4b42-971d-73e48d6f805e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It seems odd that you can't add alternative text to images placed as "fills" in shapes because shapes are useful when incorporating state changes, unlike placing an image.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f1e2edb0-74a9-4b42-971d-73e48d6f805e] --&gt;</description>
      <pubDate>Tue, 07 May 2013 18:42:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2954</guid>
      <dc:date>2013-05-07T18:42:49Z</dc:date>
    </item>
    <item>
      <title>Different images allowed at different states when placed</title>
      <link>http://forums.adobe.com/ideas/2953</link>
      <description>&lt;!-- [DocumentBodyStart:6ff62212-8b1b-450e-b81e-2c3a49a08cb0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It seems odd that you can only utilize various photos at different states when they are a "fill" for a shape and not when you place and image.&amp;#160; Because image fills are not compatible for alternative text.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6ff62212-8b1b-450e-b81e-2c3a49a08cb0] --&gt;</description>
      <pubDate>Tue, 07 May 2013 18:39:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2953</guid>
      <dc:date>2013-05-07T18:39:07Z</dc:date>
    </item>
    <item>
      <title>Manually Edit the CSS Preview</title>
      <link>http://forums.adobe.com/ideas/2957</link>
      <description>&lt;!-- [DocumentBodyStart:31cb6239-2156-4386-bcfb-61b04f11dbd7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I use the style preview I would like to be able to make manual edits to make sure the CSS is exactly how I want it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:31cb6239-2156-4386-bcfb-61b04f11dbd7] --&gt;</description>
      <pubDate>Tue, 07 May 2013 16:29:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2957</guid>
      <dc:date>2013-05-07T16:29:48Z</dc:date>
    </item>
    <item>
      <title>Manually set margin to auto changes box to "center"</title>
      <link>http://forums.adobe.com/ideas/2956</link>
      <description>&lt;!-- [DocumentBodyStart:36e13cdf-8905-49ae-8ff0-df697cbd0895] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I manually set the margins to "0px auto" it doesn't set the margins to auto, because it's by deafult it's floated left. I would like it to automatically "center" the content box when I manually add an auto margin.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:36e13cdf-8905-49ae-8ff0-df697cbd0895] --&gt;</description>
      <pubDate>Tue, 07 May 2013 16:25:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2956</guid>
      <dc:date>2013-05-07T16:25:43Z</dc:date>
    </item>
    <item>
      <title>Undo after setting a breakpoint (Command+Z)</title>
      <link>http://forums.adobe.com/ideas/2955</link>
      <description>&lt;!-- [DocumentBodyStart:1c584f48-beb9-4169-9b9d-9bebe3ccea3a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Sometimes I accidentally make a breakpoint and I would like a quick way to get rid of it. It would be nice if there was a way to "undo" (Command+Z) a breakpoint.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1c584f48-beb9-4169-9b9d-9bebe3ccea3a] --&gt;</description>
      <pubDate>Tue, 07 May 2013 16:20:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2955</guid>
      <dc:date>2013-05-07T16:20:41Z</dc:date>
    </item>
    <item>
      <title>Problems with flash @ http://ogloszenia-hrubie.pl - Ogłoszenia Hrubieszów. Darmowe ogłoszenia Hrubieszów i okolice. If you want to help, please visit http://ogloszenia-hrubie.pl and help me in diagnosis. THX !</title>
      <link>http://forums.adobe.com/ideas/2952</link>
      <description>&lt;!-- [DocumentBodyStart:83c95783-0f44-46bd-894f-f7cdf2f313e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; Hi everyone.&lt;/p&gt;&lt;p&gt;I have problems with flash objects @ &lt;a class="jive-link-external-small" href="http://ogloszenia-hrubie.pl" rel="nofollow"&gt;http://ogloszenia-hrubie.pl&lt;/a&gt; - Ogłoszenia Hrubiesz&amp;#243;w. Darmowe ogłoszenia Hrubiesz&amp;#243;w i okolice. If you want to help, please visit &lt;a class="jive-link-external-small" href="http://ogloszenia-hrubie.pl" rel="nofollow"&gt;http://ogloszenia-hrubie.pl&lt;/a&gt; and help me in diagnosis. THX !&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:83c95783-0f44-46bd-894f-f7cdf2f313e9] --&gt;</description>
      <pubDate>Tue, 07 May 2013 14:15:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2952</guid>
      <dc:date>2013-05-07T14:15:56Z</dc:date>
    </item>
    <item>
      <title>Feature Requests and feedback on the video of what's coming soon in Muse</title>
      <link>http://forums.adobe.com/ideas/2951</link>
      <description>&lt;!-- [DocumentBodyStart:ac104059-0a41-4a90-95d8-4589d1218c36] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Muse,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I just finished viewing the video to see what's coming soon in Muse and I'm disappointed to hear that in-browser editing will only be available to BC subscribers, this is a must have feature for all, the majority of our clients want to be able to edit their own website content and without this feature, muse is pretty much useless. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I'm happy to hear that we will finally have contact forms for non BC subscribers, however, please add radio buttons and check boxes.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Another must have feature in muse is to have a function that will make it easier for designers to create multi language websites within Muse. Another must have feature is a function to create Ecommerce websites (shopping cart) for non BC subscribers. Another must have feature in Muse would be to have a function that will enable designers to edit HTML code and update those changes to FTP server directly within Muse without having to export the HTML file every time we want to edit content using Dreamweaver or Notepad to import all the changes back into Muse.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Love the Parallax scroll and layers panel but not enough updates that make me say ... Wow, these changes are worth keeping my Muse subscription. I'm not asking for much but we are so limited in creating simple websites for our clients, that most of the time we can't take on the contract. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks and hope you will take my feedback into consideration.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ac104059-0a41-4a90-95d8-4589d1218c36] --&gt;</description>
      <pubDate>Tue, 07 May 2013 10:15:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2951</guid>
      <dc:date>2013-05-07T10:15:40Z</dc:date>
    </item>
    <item>
      <title>rollover activation for accordion</title>
      <link>http://forums.adobe.com/ideas/2950</link>
      <description>&lt;!-- [DocumentBodyStart:6ae19b5d-a13b-4eca-90ec-2cd11e4663e7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;wouldn't it be cool if you could use the accordion widget with rollover function, thing of the beautiful drop down menus we can achieve with that simple functionality.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6ae19b5d-a13b-4eca-90ec-2cd11e4663e7] --&gt;</description>
      <pubDate>Tue, 07 May 2013 03:51:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2950</guid>
      <dc:date>2013-05-07T03:51:26Z</dc:date>
    </item>
    <item>
      <title>RTL direction button to add support for hebrew and arabic.</title>
      <link>http://forums.adobe.com/ideas/2949</link>
      <description>&lt;!-- [DocumentBodyStart:9274931e-a8b5-4651-9f1c-bac7af4f6c9a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;how about the ability to set a different direction LTR to RTL (not alignment) to text objects to enable support for right to left languages such as hebrew and arabic? even if you're not gonna include the fonts for it, it's a win win because the images will display the text correctly.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9274931e-a8b5-4651-9f1c-bac7af4f6c9a] --&gt;</description>
      <pubDate>Tue, 07 May 2013 03:21:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2949</guid>
      <dc:date>2013-05-07T03:21:55Z</dc:date>
    </item>
    <item>
      <title>Please fix bounding boxes in Forms Widget</title>
      <link>http://forums.adobe.com/ideas/2923</link>
      <description>&lt;!-- [DocumentBodyStart:736f7ece-9ca4-4da9-a415-263cba83eea5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When adding fields to a form with the Forms Widget each new field has a massive, and I repeat MASSIVE!! bounding box. Why is the bounding box so big? Why don't I have any direct control over it? Why not have a bounding box that fits the object? This creates a big problem for those of us who need to create long forms with lots of fields. We end up with web pages that have thousands, yes THOUSANDS!! of pixels of empty space because of the MASSIVE amount of empty bounding box space that accumulates with each added field.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;There is a work around. A brutally tedious work around. I have to manually select each element of each new field and drag it to the bottom right of the MASSIVE!! bounding box.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Please, PLEASE!! for the love of all that is good and right in this world, PLEASE fix this bug.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Thank you,&lt;br/&gt;David Daugherty &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:736f7ece-9ca4-4da9-a415-263cba83eea5] --&gt;</description>
      <pubDate>Mon, 22 Apr 2013 15:10:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2923</guid>
      <dc:date>2013-04-22T15:10:30Z</dc:date>
    </item>
    <item>
      <title>Parallax scrolling Pretty Please</title>
      <link>http://forums.adobe.com/ideas/1735</link>
      <description>&lt;!-- [DocumentBodyStart:81b77243-d19f-411d-8bf9-f8e045354836] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span class="GingerNoCheckEnd"&gt;&lt;/span&gt;Being able to pull this off would put me way ahead of my competition!&amp;#160; To me, this seems like the future of web design, even though it's been out for quite a while..&lt;/p&gt;&lt;p&gt;&lt;span class="GRcorrect" id="GRmark_0b29ef708eac95bb31884aefb0a2def6feffb40e_Please:0"&gt;Please&lt;/span&gt; Muse!!! I'll be your best friend!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.richardshepherd.com/smashing/parallax/background.html" rel="nofollow"&gt;http://www.&lt;span class="GRspelling"&gt;richardshepherd&lt;/span&gt;.&lt;span class="GRspelling"&gt;com&lt;/span&gt;/smashing/parallax/background.html&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:81b77243-d19f-411d-8bf9-f8e045354836] --&gt;</description>
      <pubDate>Mon, 04 Jun 2012 23:07:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/1735</guid>
      <dc:date>2012-06-04T23:07:34Z</dc:date>
    </item>
    <item>
      <title>Layers</title>
      <link>http://forums.adobe.com/ideas/2282</link>
      <description>&lt;!-- [DocumentBodyStart:c68c8204-ab03-4588-a479-d9b325a63bad] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What makes Photoshop, InDesign, and Illustrator, so usable is their use of layer. No matter where an object is on a page, you can always find it in the layers panel. MUSE deals with nesting of objects, and you are just supposed to click and click within an object to try and get to your desired image or text or widget. This becomes particularly difficult when you have a lot of elements in close proximity to one another. Why isn't there a layers or elements pallete that lets you see how elements are nested, and then isolate certain elements? Seems absurd.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c68c8204-ab03-4588-a479-d9b325a63bad] --&gt;</description>
      <pubDate>Thu, 08 Nov 2012 18:50:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/ideas/2282</guid>
      <dc:date>2012-11-08T18:50:27Z</dc:date>
    </item>
  </channel>
</rss>

