Output Static Pages

We use Portal as a content management system for a lot of our websites. There is just one page group. Is there any way we can create static html pages of all pages within portal? Some of the other CMSes let you do this, but I am not sure if portal does. Are there any workarounds to achieve something like this? Thanks.

I'm not exactly sure why you need to do this, and I'm not sure of a dynamic way to do it. The "brute force" methods (I'm sure you've already thought of) is using the Save As... feature in IE or view the source and save as an HTML file. Good luck!

Similar Messages

  • PE12: possible to incude a static page at start of video?

    Is there a way to include a static page (one that will remain visible until the viewer clicks something else) at the start of a video in PE12?
    You see this in some videos - a menu button to a page with notes, or a "read me first" type of page that has no time limit (just as the menu has no time limit).

    Kawika808,
    If one is going to produce a DVD-Video as the final delivery, the only allowed Transcoding is MPEG-2 DVD, for that DVD-Video. Regardless what one feeds the authoring program, it will be Transcoded to MPEG-2 DVD, and will then be wrapped into a VOB (Video Object) file, or files.
    Now, that MPEG-2 DVD is an older format, and there are newer and better CODEC's available now. However, MPEG-2 DVD was what was agreed upon for DVD-Video, when it was developed. It is a much older format now, but is locked in by the DVD-Video specs.. The only options are to either burn an HD Timeline to BD (Blu-ray Disc), or create an AVCHD Disc, which is sort of like BD, but with differences, and will only be playable via a BD player.
    I *believe* that DVD Architect wants an MPEG-2 DVD file, to author. I do not know how well, or even IF it can ingest an HD file, say MP4 w/ H.264, and down-rez that file, for final authoring to a DVD-Video. Even if it can, I would caution against introducing an extra level of compression, into the mix. H.264, while very good, IS a compressed CODEC. Something is always lost, when compressing Video with a lossey format - each generation of lossey compression will reduce quality.
    Now, I have no doubt that an MP4 from a Timeline, is better than the older MPEG-2 DVD - but remember, that is only for the output file. If one then has to compress once more, to MPEG-2 DVD for authoring to a DVD-Video, the quality will decrease.
    When I author a DVD-Video, with Adobe Encore, I have basically two choices, with one variation. I can Export a DV-AVI file, which will be Imported into Encore, which will Transcode to MPEG-2 DVD automatically - doing a very good job. A variation of that woudl be to use that same DV-AVI in Encore, and manually set the Transcoding myself. I could also Export an MPEG-2 DVD, taking many things into consideration (using Bit Budgeting), and then Import that MPEG-2 DVD into Encore, where it will not need to be Transcoded again. Another variation is that with one of the Adobe Suites, I can dynamically link my Timeline from PrPro to Encore, where Encore will do the Transcoding of that Timeline. I do not need to Export anything. All of those workflows will basically yield the same DVD-Video. *
    Hope that helps, and good luck,
    Hunt
    * Some feel that the MainConcept MPEG-2 DVD Encoder is not the ultimate, so they can use other Encoders to create the MPEG-2 DVD. There are several "better" Encoders, that range from a couple $100, all the way up to the Encoder software, that Hollywood uses, that cost $100,000's, and are run by experts, who do nothing but Encode for DVD-Video, all day long. Such software will allow many passes, in the Encoding process, where with other software, they likely only have the option to do a 1-pass, or 2-pass Encoding. That is one reason that a commercial DVD-Video can look so good - especially with high motion material. A 10-pass Encoding, in the hands of an expert, can do so much more, than we mere mortals.

  • CS5 on Win-7 to Xerox Phaser 7750 PS outputs 2/page printouts.

    I recently upgraded to a new computer running Windows 7, 64 bit.  I have the Adobe CS5 with Acrobat.  When I print to my Xerox Phaser 7750 PS printer from any Adobe program (Even Reader) the output will print as if outputting 2 pages/sheet.  I.E. a letter size (portrait) file will be reduced to fit on half a page, landscape orientated.  If printing a multi-page document in Reader or Acrobat it will print booklet style.
    I can override the problem in Reader and Acrobat by printing as an image, but the other products won't allow me to do this (or I can't figure out how!).  I have the most current Xerox driver, and Xerox is telling me it is an Adobe problem since my other PS printers work fine.
    I have this problem only with Adobe Programs, and only on this printer.  All other programs I have print correctly to the Xerox, and the Adobe CS5 prints correctly with my other printers.  The Xerox is my only Color printer and I need to fix this problem.  Any help out there?

    Did you ever find a solution to this problem as I have just encountered the same problem today?

  • Add a static page without including it in my menu (widget)

    I want to add a static page somewhere in my website but hidden from my top menu (widget). Each time I add a new page it will appears in my top menu. I'll probably add many static pages and I don't want to change the color to transparent when these pages are showing in my top menu.
    I'm sure it's really simple to do but unfortunately I can't figure it out
    I use Muse CC 2014
    http://gdi75.businesscatalyst.com/index.html

    Hi,
    Please refer to the following link Re: Is it possible to create a page that will not show up on the menu bar?
    Regards,
    Aish

  • If then statement if user is on a dial-up connection to re-direct them to a static page?

    I'm designing a site with flash on the index page, and many of the users might be on a slow connection. Although the flash file is relatively small, I want them to be able to load the page as fast as possible. Any suggestions on how to re-direct them to a static page without an obvious "click here to skip intro" link?
    Thanks!

    You might want to look into adding some javascript to your HTML document-
    I know that javascript has Flash and non-Flash detection and redirection scripts - (not sure about connection speed detection and redirection).
    If not maybe a server-side script is available- PHP, Asp, etc..

  • Output whole page to excel

    In Marvel, there is a function 'CSV output' to output a region data to MS Excel. However, I would like to output whole page/multiple regions to MS Excel. Is there any good utility or way to do it? Thanks.

    we don't provide native support to allow you to dump whole pages to csv format. i'm assuming, by the way, that you're really just asking to see if it's possible to dump the contents of multiple report regions from a page to csv format. if i'm assuming correctly, the following trick/hack might work you:
    1) create your page with the multiple report regions on it.
    2) create another report region that returns the same data as your other report regions, but as one select statement.
    3) set that last report region to allow for csv download
    4) run your page and copy the url syntax for the csv download link that this last report region generates.
    5) set this last report region to Conditionally display "Never"
    6) add a link to your page that goes to the url you grabbed from your download link in step 4 (changing the hardcoded value for your particular session_id to the string "&SESSION.")
    assuming you're happy with the way your region from step 2 dumped to csv format, the link just you've set up on your page should return those same results.
    hope this helps,
    raj

  • Reg : show/hide subforms under buttons in Static page(Java Script)

    Hi All ,
    I am creating Adobe Interactive form(static page). In this page have 3 buttons.For each button one subform is there. I want to show/hide subforms under buttons.
    I am using javascript. Please give me the code for this.
    Thanks
    Risha

    Hi Risha,
    can you explain your question like do u have some condtions to show or hide the subform? OR if u click
    button you want to show the subform and by default subform should be hidden something like this?
    Normally for showing the subfrom on click of the button: (By default make your subform invisible from its properties).
    Select the button and in the click event select java script option and write the following code:
    Subform.presence = "visible";
    (*you have to give full path of the subform instead of only subform name).
    With Regards,
    Ravi

  • Search static pages AND database tables

    Hi,
    I'm working on a project in which I have static content
    pages, plus I'm creating a set of dynamic pages that display jobs
    and events listings etc. The dynamic pages are going to run off an
    access database.
    I'm need to create a search facility on the site. At present
    I'm planning to use a drop down box (or radio buttons ?) to allow
    the user to select which part of the site to search (main site,
    jobs or events), the selection will determine which search page the
    form query is passed to (site text search or database query search
    page).
    Am I approaching this correctly.
    Can anyone comment on possibly a better or alternative way of
    providing such a search option ? (searching both static pages and
    database tables)
    Thanks in advance.

    I guess something like <cffile action="read"
    file="C:\docs\shopping.html" variable="shoppingList">. Is there
    a way to do multiple files at once?

  • How to Develop Static page using JSF/Creator

    Hi,
    I am a newbie trying to understand how one develops static pages in JSF. I fear I am going to require a hybrid development environment; that is, I will need two IDE's. For example, Dreamweaver AND Creator.
    I'd like to just use one as it is more convenient, and the static pages will be configured as necessary as fully integrated pages. But I'm not sure how to use JSF/Creator to develop "plain vanilla" HTML/JSP pages.
    I appreciate any feedback and "education". :-)
    Sam

    I dont use it much, but im pretty sure there is a tabbed pane allowing you to swith between a HTML/JSF code view and a visual view, a little like dreamweaver. I currently hand code my JSF pages in a standard IDE, its not too tricky once you understand the tags, and it gives you flexible control which I like. Maybe this approach will work for you

  • Output individual pages?

    Is it possible to output individual pages with Flashpaper
    from MS Word and still preserve text hyperlinks?
    I find that you can use Print to output individual pages when
    you select Flashpaper as the "printer" but it loses the links.
    My objective is to create pages in MS Word and output
    separate SWF files to be loaded into another FLash movie.

    P Spier wrote:
    InDesign certainly has much better typography than Photoshop, and better control over placing and cropping/scaling multiple images, in my opinion, because that's what it is designed to do. Are you certain the RIP won't accept PDF data? I didn't see anything on the website that discussed file formats
    I really appreciate your thoughts on this thought -- I want to do it the best way possible -- though it seems like there is no best way given the issues.
    There is one line of type, so this is not about the typography -- though in the past I have done similar projects with more type which has been fine with the files created in PS and print with this RIP and printer. It's much more about the photography. I appreciate InDesign may be better for placing multiple images that is why I have been thinking about buying it to do this. I used to do this work with another page layout program and to get the output ripped those files with PS to create a TIF I could print. Ugh! I saw the type was degraded too, though ok for that, and that is partly why I switched to doing this in PS.
    ImagePrint, per my post above, will not print PDF files unless I add the optional print through application (additional cost) and then border less printing is not supported (want borderless).
    Are all of the images in the same color space? If not it might make more sense to composite the pages in the RIP itself, if you can. The problem with using a raster format, even converting a high quality PDF exported from ID, is that you degrade the type.
    Peter
    Most of the images are in Adobe 1998 but some are in ProPhoto RGB (coming from Lightroom) and in any case will convert them all to Adobe 1998 when placing them in PS files. I don't think the layout tools in the RIP, while quite good, are nearly as good as what I can do with PS.
    Thanks! Any more thoughts greatly appreciated.

  • Adding Static page to report?

    I would like to print a static(word doc) at the end of my reports. 
    How can I do this when the report footer is above the page footer at some of the reports and some reports make use of a Page header, which I don't want to display on the static page.
    Can one have 2 reports printing simultaneous or after another from one print spec?

    You could try this:
    1.  Insert a new page footer section (PFb).
    2.  Insert the word document.
    3.  Right click on the section PFb, click on section expert and then click on x+2 next to SUPPRESS.
    4.  In the formula workshop window type: PageNumber <> TotalPageCount
    5.  Save and close.  This should display the word document only on the last page.
    If you are using CR 2008, in the section expert for PF, you might also want to check the box next to "Clamp Page Footer".
    If you run into extra empty space issue, then another thing to try would be to create a blank report, suppress all sections but report footer, then insert RFb, insert the main report in RFa and the word document in RFb.
    Edited by: Sanjay Kodidine on Sep 1, 2009 1:05 PM

  • Speed of weblogic serving static pages

    Has anyone seen fairly slow page serving (measured from the end-user's
    point of view) for weblogic 4.5? Even when the system isn't hardly
    loaded at all, we have users complain about slow response times. The
    consensus is the stuff running on WebLogic is slower to appear than the
    rest of the web. We're using servlets, and jsp's. Of course this is
    hard to quantify and isolate, but we'd like to hear if others have moved
    to something like Netscape on the front end because it serves images
    faster?
    david
    David Michaels <[email protected]>
    Director of Technology
    ShockMarket Corporation (650) 330-4665
    [david.vcf]

    We had similar problems when running ejbs and jsps from the same weblogic
    server. Images load very slow. I recommend seperating your jsp server from
    your ejb server. Run two instances of weblogic, one for jsps and one for
    ejbs. In addition, you can use hardware routers that can filter by requests
    such as an alteon or f5 to route requests for images to an image server
    (apache), and all jsp requests to weblogic.We use this configuration and
    have great load times.
    "bpp" <[email protected]> wrote in message
    news:[email protected]..
    David,
    We have found the performance to be better when you serve static pages and
    images from another webserver (Netscape iPlanet). The weblogic webserver
    appears to have a diffucult time delivering images in a timely fashion. It
    also takes away from Weblogic responding to EJB requests.
    Brian Pause
    Tallan
    David Michaels wrote:
    Has anyone seen fairly slow page serving (measured from the end-user's
    point of view) for weblogic 4.5? Even when the system isn't hardly
    loaded at all, we have users complain about slow response times. The
    consensus is the stuff running on WebLogic is slower to appear than the
    rest of the web. We're using servlets, and jsp's. Of course this is
    hard to quantify and isolate, but we'd like to hear if others have moved
    to something like Netscape on the front end because it serves images
    faster?
    david
    David Michaels <[email protected]>
    Director of Technology
    ShockMarket Corporation (650) 330-4665

  • Web page composer for creating static pages

    Hi there,
    I have a scenario where I need to develop static pages in Web page composer. That is I dont want to build a complete site but only static pages. And then I want to enable the Approval workflow from KM for these static pages. Can someone throw some light on this how I can acheive?
    Regards,
    Ponraj M

    Ponraj -
    Procedure
    1. In the Web Page Composer, navigate to the Web page that you want to integrate into the portal navigation.
    2. To copy the path to the Web page to the clipboard, choose Copy Path from the context menu for the Web page.
    3. Choose Content Administration &#8594; Portal Content.
    4. Choose New &#8594; iView from the context menu of a folder.
    5. Choose Portal Component as the source type.
    6. Choose the com.sap.nw.wpc.runtime portal archive. On the next screen to appear, choose default.
    7. Once you have created the iView, choose the Web Page Composer category in the property editor.
    8. In the RID of Compound Document property, enter the path to the KM folder representing the Web page.
    Example: /wpccontent/Sites/MyWebSite/Web Pages/MyWebPage
    You can paste this path from the clipboard.
    9. Open the workset or role that you created when you carried out the initial configuration.
    10. To add the iView to the workset or role, choose Add iView to Workset/Role &#8594; Deltalink from the context menu of the iView.

  • Save does not work in static pages

    I can create the static pages but I cannot add text to the TEXT part of the tab.  The changes to GENERAL and the INDEXING however get saved.
    I tried multiple lines, and various other combinations to overcome this but to no effect.
    Mike

    Hi Mike,
    What version of webtools are you using and what browser are you using?
    I just tested this on my system and encountered the same problem as you using Firefox, but was able to enter text normally using Internet Explorer.
    Currently Internet Explorer is the only supported browser for the administration side of things although I use Firefox quite frequently.
    Hope this helps,
    Jay

  • Serving static pages from a web application

              My weblogic environment is a a front end proxy server (httpclusterservlet or apache) for
              session failover and static page serving, and a weblogic server. I have built my application as a
              web application creating a .WAR file which is deployed on the weblogic server (and defined in the
              weblogic.properties file). The problem is static pages in the web app cannot be found (because
              they are jar'ed up in the .WAR file). Am I missing something here? Has anyone encounter a similar
              problem?
              Mike
              

              I have done that! The problem is FileServlet cannot read a WAR file.
              "Cameron Purdy" <[email protected]> wrote:
              >Place them in the root of the WAR.
              >
              >Peac
              >
              >--
              >Cameron Purdy
              >Tangosol, Inc.
              >http://www.tangosol.com
              >+1.617.623.5782
              >WebLogic Consulting Available
              >
              >
              >"mwofford" <[email protected]> wrote in message
              >news:3a26ded6$[email protected]..
              >>
              >> My weblogic environment is a a front end proxy server (httpclusterservlet
              >or apache) for
              >> session failover and static page serving, and a weblogic server. I have
              >built my application as a
              >> web application creating a .WAR file which is deployed on the weblogic
              >server (and defined in the
              >> weblogic.properties file). The problem is static pages in the web app
              >cannot be found (because
              >> they are jar'ed up in the .WAR file). Am I missing something here? Has
              >anyone encounter a similar
              >> problem?
              >>
              >> Mike
              >
              >
              

Maybe you are looking for

  • Crystal Reports 2008 Redistribution on 64 Bit Server

    I have a small application that uses Crystal Reports 2008 in not-integrated mode.  Meaning that the .rpt files are seperate from the web application and the web application has to know the absolute path to the .rpt files before it can run them.  My q

  • ITunes Match: No music showing up on my iPhone

    Hi! I have several Problems with iTunes Match on PC (on iTunes 10.5.2.11) and with my iPhone 4 (iOS 5.0.1). I activated iTunes Match to test it. And it loaded all my music to the Cloud. I could see them on my iPhone 4 too. But then I saw that iCloud

  • Time Machine Backup Partition on Ext drive unmounts. Other partition doesnt

    I have a 500 GB OWC Mercury Elite Pro FW/USB drive that has two 250 GB partitions. I use one for storage and one for Time Machine backups and have been using it this way for a long time. The backup partition never unmounts unless I drag it to the tra

  • X2200M2 No POST

    I have a SunFire X2200M2. During an extended power outage lost power on the UPS. Iḿ not sure if the server performed a clean shutdown. I powered the server back up and it did not boot. eLOM works. Console has no output at all. I never see the BIOS pr

  • Problem in count

    Hi All, I have problem in count . Example: I have values in internal table like this: No of Traller ,   |         No of  Pallets ,   |       Deliveries,   |--|-- ABC               |                 00987         |         0000302 ABC           |