Retrieving html pages back to Muse?

I made some changes to a muse site and uploaded the revs as html. Now I can't find the original Muse revisions that are now up on the site. Any way to "bring back" the uploaded pages into Muse. I need to make more changes, but don't want to have to recreate the changes I already made.
Any thoughts, recommendations?

Hi,
You can open only .muse files in Muse. There isn't a way to open the .html files in Muse.
Regards,
Aish

Similar Messages

  • Retrieve html page before parsing it

    Hi:
    I'm trying to parse some query result returned from a web site. The following code returned me nothing, not even the html header and the pre-filled tags. When I replace "while(s2!=null){" with "a finite number of loops, say, 100, it worked. But when I increased the number of loops to 300 (actual page returns 327 lines of html code), it gave me nothing again. Could anybody please let me know what's wrong with my code or what should I do to retrieve an html page before I parse it? Thanks.
              String s1 = new String();
              String s2 = new String();
              try{
                   URL u = new URL(url);
                   InputStream ins = u.openStream();
                   InputStreamReader isr = new InputStreamReader(ins);
                   BufferedReader br = new BufferedReader(isr);
                   while(s2!=null){
                        s2 = br.readLine();
                        s1 = s1.concat(s2);
                   //test part
                   response.setContentType("text/html");
              PrintWriter out = response.getWriter();
         out.print(ServletUtilities.headWithTitle("Hello WWW") +
         "<BODY>\n" + s1 +     
                        "MANUALLY-ADDED" +
         "</BODY></HTML>");

    Here is a simple [url http://forum.java.sun.com/thread.jsp?forum=31&thread=285107]example. Don't use String.concat(..) method. Use a StringBuffer and convert it to a String once the entire file has been read.

  • Problem with return link from html page back to css page

    Here is the site..almost ready for publication
    http://www.matriley.com/glensite/index.html
    1) Go to properties for sale
    2)Choose a suberb
    3)click on a property with a video
    4) watch the crazy video if you like
    5) Click go back to properties
    ^) Yes the page is there but the property page is now
    inactive...why?
    8)The whole thing works fine on Firefox but we do have this
    Glitch on IE
    PLEAASSE Can someone help
    Regards Matthew [email protected]
    Everything works well but for the problem return link to the
    properties page after you have gone to the video.The property page
    becomes inactive

    Your page is a monster -
    Empty Cache
    10.6K 1 HTML/Text
    1.5K 1 Stylesheet File
    985.4K 25 Images
    997.7K Total size
    27 HTTP requests
    25 images with aggregate weight of ~1MB is much too large,
    you know?
    Anyhow, I cannot reproduce your problem in IE7. Are you
    referring to IE6,
    instead?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "fredbillmatt" <[email protected]> wrote in
    message
    news:fv0m9k$a7a$[email protected]..
    > Here is the site..almost ready for publication
    >
    http://www.matriley.com/glensite/index.html
    >
    > 1) Go to properties for sale
    > 2)Choose a suberb
    > 3)click on a property with a video
    > 4) watch the crazy video if you like
    > 5) Click go back to properties
    > ^) Yes the page is there but the property page is now
    inactive...why?
    > 8)The whole thing works fine on Firefox but we do have
    this Glitch on IE
    > PLEAASSE Can someone help
    > Regards Matthew [email protected]
    > Everything works well but for the problem return link to
    the properties
    > page
    > after you have gone to the video.The property page
    becomes inactive
    >

  • How link from html page to a specific frame in flash cs5 as3

    Hi!
    I'm kinda new around here. I am interested in knowing how to link from a specific html page to a specific frame in flash cs5 as3.
    I have a website that I originally began to design in flash but later started developing new pages for it in html. The flash part of it has several pages on different frames and I have created links from the flash part to the other html pages, but, I can only link the html pages back to the main flash home page, and not the other pages in the flash part of the website.
    I have read that in cs3 it was possible using the flashvars skip variable, but I don't know how to do it. I have not yet seen any working examples and I could not find any instructions / tutorials online for cs5.
    Can someone help here?

    add a query string, to the swf's embedding html, with variable/value indicating the frame you want to display in your swf.  add a javascript function to return the query string (or entire url), call the javascript function from flash using the externalinterface class.  and finally add code to your swf to parse the returned url or query string, parse it and then direct your timeline to the appropriate frame.

  • Question on saving html page into excel

    hi all,
    i have one problem. Is there any ways that i can save a html page into excel??? that is to save the data displayed on the html page into excel spreadsheet.
    thanks for your advice.

    Even if you need to click a button to parse the page to a parser, you still need to transmit the page back to the server to process, unless you want the client to do it, in which case he/she will have to need a program.
    Given by the views floating around in this forum, the idea is that doing a re-query is as costly if not less costly than re-submitting the html page. By relegating to the back-end processing of data using the database, you can ensure the data is up-to-date and you can control the programs executing. That is, you are not worried about user submitting garbage html page for you to process.
    If you data size is not large, there is always the session memory to use but it's not really wise as your server's memory is much costlier than network bandwidth. It's the whole server becomes slow versus your DB connection slow.
    If you really need to use the re-submitting of your html page back to the server to process, you can always use hidden form values in html to post your data back. However, I can't remember whether there's a limit to the amount of data you can post. Think it's 1024K or something.

  • How to import modified files back into Muse

    Maybe this is an easy sync issue....hopefully.
    I've exported my html files from Muse (after publishing to Biz Catalyst) and want to modify the html, such as ad href's to divs in the slideshow, etc. How can I import these modified html files back into Muse so I can publish back to Business Catalyst?
    I realize it's an easy solution to host the exported files on another server, but I'd really like to stay within the Muse/Biz Catalyst environment with updated html's.
    thanks much!!

    There isn't a way at this time to import HTML files into Muse and expect it to load in Design mode for a subsequent re-publish. The only kind of editing that Muse supports today (outside of Muse) is through Business Catalyst's In-Browser editing feature but that is limited to editing only text (without any formatting or styles) and foreground images <http://www.adobekb.com/working-with-in-browser-editing_pt01.html>. Feel free to submit your feature request over at our Ideas section.
    Thanks,
    Vinayak

  • I embedded some HTML code into adobe Muse but not displaying when the pages are Exporting to HTML

    I embedded some HTML code into adobe Muse and when I published the remote site on business catalyst the (Add This widget) HTML code shows up but when I exported the site to HTML pages and view the index page in the browser (Safari, Chrome, Firefox) the (Add this widget) HTML code wouldn't display on any of the pages. I've used this code before on other Muse sites not sure what could have happened. Thnx!!!

    Hi,
    Please take a look at this post for a similar discussion : Re: When i export my muse website my youtube video links stop working. Why is this?
    Regards,
    Aish

  • Select entities in a swf file and pass back to html page

    Hi,
    I am new to flash. I got a dwg file converted into swf file. Now I want this swf file to embed in html page. No issue with that.
    The tricky part for me is to let the user select the entites of the file such as line/circle as one might select in autocad. After entity selection the swf file (by any means) pass the  selected entity information back to the html page ( to the javascript function).
    Is this feasible?
    I have no clue Please give direction.

    Thanks Tim.
    I could solve the problem using javascript.
    I have used the following javascript.
    <script>
    function test(){
    var radioLength = document.wwv_flow.p_v01.length;
    var retVal = '';
    if(radioLength == undefined)
              if(document.wwv_flow.p_v01.checked)
                   retVal = document.wwv_flow.p_v01.value;
              else
                   return "";
         for(var i = 0; i < radioLength; i++) {
              if(document.wwv_flow.p_v01.checked) {
                   retVal = retVal + ';' +document.wwv_flow.p_v01[i].value;
    retVal = retVal.substring(1, retVal.length);
    opener.document.getElementById('P1_TEST').value = retVal;
    window.close();
    </script>
    Now the problem is solved!!
    Thanks,
    Archana

  • Post response back to html page

    How to send response back to html page which sent request to my jsp page.
    please reply me b'coz I have sent two problems already,but there is no response for any of them.
    Please reply as soon as possible.
    --Thanks in advance                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Yes I know all these implicit objects,but all these are in JSP.
    I want reply from JSP in HTML means at client side.
    See my steps:
    1.creating HTML page.
    2.creating form in that html page
    3.Then Accessing Database(some data which is required at client side for further processing like mapping in Google map) through JSP
    So here how do I get data from JSP page.
    help me with code if u can?
    thanks

  • HTML page with MUSE

    Hi everyone,
    I created a HTLM page with Adobe Muse to make parallax effect scrolling.
    I have imported that page, like folio, in to my DPS project.
    All page is working but the swipe to change the page are disabled.
    Why?
    There are some functions to resolve this?
    Thanx!

    This is because your parallax scrolling effect is taking all the gestures on the page. If you have an event handler for touch/mouse movements on the page then you get the movements and there's no way for us to know about them to do a change to the next page.
    Your options are:
    1) Add a region to your HTML page that doesn't have an event handler for mouse/touch movements on it and say "swipe here to change page"
    2) Add some UI in the HTML for page navigation and have it hyperlink to navto://relative/prev (or is it previous? I can never remember) and navto://relative/next
    Neil

  • Uploading edited html pages built with adobe muse

    When I make changes to my muse site and FTP the html page those changes were made on, the published page looks out of whack - for example the text is too close to the edge of the text box no matter how much I offset it. Particularly if the changes were made inside a widget like the accordion or tabbed panel. Do I need to re-FTP the CSS folder and the scripts folder whenever I make a change to a page?

    Your scripts file should be fine if you just made simple edits but yes, you should also upload the CSS files.

  • How do I make a shop page on my Muse website

    Hey BC people,
    I have built a website with Muse and have got my client to sign up to a BC account that suits their needs. I am wanting to insert a shop page on my Adobe Muse built website. From what I read I could drop a module (created in BC) onto the page and it would work. I built my inventory and placed the module code but I can't get it to display the content with on the page. in the shop http://luckwoodshop.businesscatalyst.com/luckwood-range
    Here is the website http://luckwoodshop.businesscatalyst.com/index.html I'd like to have the 'store' page display the items, rather than link them via another button. Is there an easier way to build templates?
    Is there a better way to do this? Should I export the site to DW and try and do it there?
    I'd rather not use a BC template and I only want the shop module. Is this even possible?
    Any help or support appreciated.
    Cheers
    Rose

    I don't use Muse but from what I hear it's a good starting point but once you publish your Muse site to BC any edits you make on the BC server won't sync back to Muse and vice versa.  So-- once you've moved the site over from Muse to BC you should start using BC/Dreamweaver to make future changes to your site.
    To that end-- since you are now on BC and want to take advantage of advanced features not in Muse (ie- an online shop) you'll need to start using some BC methods like using sitewide templates.
    If you don't have one already, you should create a default page template... basically, just take one of your pages created in Muse and copy the page source and then create a new Template on BC and paste in your code.  Anywhere you have main page content, just remove it from the source and replace it with {tag_pagecontent} which is where all the page content like shop products and catalogs will appear.  Then, make this site-wide template the default template and have your shop use that template and you should be all set.
    On a side note-- you should optimize the background image for your website.  Right now you've got a 3mb file as the background image in your link to index.html above.  A lot of people are on tablets nowadays using 3g and you are essentially having them download a file the size of a full mp3 song just to see an image that isn't necessary for the site to function-- it's just for the experience layer so you need to make it smaller.  For one thing-- if your image has a lot of gradients or colors (like yours does-- it has many gradients) and/or is going to be a high resolution image (like yours) you should be using JPG instead of PNG.  JPG gives you more compression options-- try compressing that image to 65-70 compression which should get that image down to size in bits/bytes.
    Your whole site is about 4.5 Kilobytes and 3 Kilobytes of that is that one image for the background so you should optimize it/update it to JPG.

  • How to use getContent() method in custom JSP Provider to display a HTML Pag

    Hi,
    If anybody knows how to use getContent() method to use in custom jsp providers (developed by ourselves) so that it can be used to retrieve a jsp page (a simple html page) ..
    I want the code in the provider java file to for the getContent method...
    Pls. get back to me asap....if any body has implemented a custom jsp provider...as it's urgent...
    I have alreday placed the JSP file in the directory structure /etc/opt/SUNWps/desktop/default/channel_dir..But still the jsp is not being displayed..
    Pls get me the getContent() method code to retrive the JSP file..
    satyabrata

    Hi,
    You don't have to do anything in the custom JSPProvider's getContent method except the call {  return super.getContent(request,response); } . If all you want is just to show your jsp, then create a channel from the default JSPProvider, and edit the property contentPage of that channel from samplecontent.jsp to your jsp name, save the changes and login again. You should see your JSP.
    Sanjeev.

  • Download MUSE site from web and back into Muse?

    I messed up my MUSE site on my computer. A clean copy is on the web site online.
    I tried to download that clean copy to a new directory, but MUSE will not open it.
    How do I put my muse site back into MUse after uploading it?
    (Insert many swear words here)

    Hi,
    You cannot open html pages or css files in Muse. Right now Muse only supports .muse file format.
    Please let me know if you have any other query.

  • FIREFOX 26 changed the 'post crash' page with the list of windows and pages. It was a real HTML page with links for each page. Now it isn't (and blows)

    * You changed the page that comes up after a crash - the one which shows the windows and pages that were up before the
    crash.
    This used to be a real HTML page and it isn't any more. THis choice was pure isiocy consider how peopel used that page every day (try taking to your users for a change).
    The pages listed on that 'post crash page' used to be actual LINKS (you could right click them &
    manually open them in another tab - and most peope DID that every day). You could also (and I did this a lot) drag a second
    copy of the page, into a new tab (to keep track of all the pages I had not wanted to open)
    Now the pages are no longer links. You cannot right-click them.
    The thing in the probser is no longer a page that I can drag into a new tab.
    Roll the version back and throw this one in the bin...and have a good long talk with your developers about the definition of
    'STUPIDITIY'
    Then I try to type anything in the addres bar it is suppose to repoond with the history of old things I have types in the past, or
    search for what I type (and in some cases I think it tyes to convert it intoa URL). However it no longer does any of these
    things. When I type in the ADDRESS BAR ONLY, I do not get all of my letters to appear. I have to type into a notepad or
    into the search and to copy and paste to go to a URL. Nothing that is typed into the address bad responds normally at all
    anymore, and I am fairly certain there are no new addons on this machine at all. It does not matter which things I disable. It
    still does this. W of course points the finger back at a change to FIREFOX. I wich I could just sitct with one stable release
    forever but the MOZILLA folk thing it is best to force peopel awy from a working broswer release to a horrible one (due to it
    being out of date).
    FIREFOX 26.0 has 'issues' (ie new *features*/bugs)
    1) History is no longer accurate. My Proof? This machine is the primary one for the entire family (the only PC working). It is
    logged in with same user every time and never has its history cleared. It now January 7 so I ought to have a list of all of last
    months browing available to me.
    However, according to FIREFOX history, in all of December 2013, the entire family only went to 51 primary URL's. None of
    the official TV sites I use to get episodes are listed. None of the official movie sites I use are listed. The primary URL for
    ebay is not listed. Only 1 out of our 4 weather sites that I use (at least once a week) are listed. Only 1 of our 3 FINANCE
    sites is listed. There ought to be several; hundred root URLs listed.
    Please fix history as this change seriously "blows greasy chunks"
    PROBLEM (a stupid change in the new FIREFOX version)
    FOr a long time, after a crash you got a useful page (a real HTML page) which gave you a list of all of your last sessions
    'winwos and tabs' that were open when the browser crashed. there were certain ways of using this page that are no longer
    able to be done.
    The old method was wonderful as it had this behavior :
    *** The old method for displaying your 'Recovered Tabs' allowed you to :
    a) right click an individual item and open it in a tab without getting rid of that lovely window of your previous session of
    'recovered windows and tabs '.
    2) drag the URL for the entire window of 'recovered windows and tabs ' to a new tab (to make a second copy) so that you
    could select just a few of them to open as a group, and stil have the old list handy.
    You can no longer do either of these things. The 'recovered windows and tabs ' page no longer has links in it and can no longer be dragged, so you cant select a few of them to use, and keep the rest around for later. NOW - once you choose which pages to open the window is gone forever (can can't get a second copy).
    People used to make a copy of the page for later use (with a drag)
    we also used to open pages with a right click (which no longer functions
    This new method seriously blows big greasy chunks. A parge loss in function has occurred.
    Put things back as they were. 26 is full of terrible changes that NOBODY likes. It also has a lot of bugs (history is not reliable at all)

    (1) Firefox's built-in post-crash page has not been a real HTML page for a long time (for example, from the time of Firefox 22, see: [https://support.mozilla.org/en-US/questions/968212 Want to save LOTS of versions of "Restore Session.xht" from the "oops ..." page for later use]). If you had this working differently with Firefox 25, that might have been created by an extension.
    You can check to see whether extensions are disabled or need an update on the Add-ons page. Either:
    * Ctrl+Shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Extensions. The disabled extensions cluster toward the bottom of the list. To poll for updates, use the "gear" button above the list and choose Check for Updates.
    If you used the Reset feature (or Firefox automatically did a reset due to some problem during upgrading), you will need to reinstall missing extensions. The reset feature creates a folder on the desktop named Old Firefox Data. Do you have that folder? There may be data you can recover from it.
    (2) There are many ways for history to get cleared, both internal to Firefox and external. Could you double-check your Privacy settings?
    orange Firefox button (or Tools menu) > Options > Privacy
    * The "Firefox will" drop-down says Remember History: Firefox shouldn't be clearing history, but an add-on or external software could do it
    * The "Firefox will" drop-down says Use custom settings for history: inspect the "Clear history when Firefox closes" setting to make Firefox isn't set to clear history. Also check your add-ons and consider external software.
    Firefox normally accumulates months of history. However, some of Firefox's database sizes are based on disk space available. If your hard drive is very full, Firefox might reduce the amount of history stored.

Maybe you are looking for

  • My projects just dissapeared

    I was extracting my project to my USB because I need it for a school project. It told me to wait 30-45 minutesm, so I decided to go do something else to kill time. I come back and it doesn't say that it's done or anything. So I check my USB folder if

  • Wifi Access for House / Harddrive restricted to admin

    I just got a Time Capsule for personal use to backup my computer. My house includes 3 people who all use the current Airport Extreme. So, I have one goal and I'm not sure which is best. Right now the AE is piggy-backed to the AT&T router because it's

  • When will grease Monkey Scripts be available in FF8

    When will grease monkey scripts be available for FF8 How do you change back to an earlier version where Grease Monkey works

  • Need a succussion about Antivirus for Solaris

    In my office we have SUN SPARC MACHINE with SOLARIS 7 which is connected by other machine (all the other machine OS are in Windows). I am affraid of virus. Can anyone give good idea or good antivirus which take care of all virus. Thanks in advance. D

  • IPhone4S not syncing with Outlook Notes previously used with iPhone 3GS

    I have been using Notes on iPhone3GS and backing them up in Outlook, where I also make notes on the PC for ease of use.  When I went to sync notes with Outlook with my new iPhone4S, only some of my Notes were restored -- with many missing.  How do I