Place Holders displaying content with diferent Priority

Hi,
I Have one place Holder which has an Ad Search 1 that retrieves 2 contents I want
to Display content 1 80% of the time and content 2 20% how can I achieve this?
is there a diferent Weight I can assign to content?
thanx in Advanced!!!
Jetroff

Use the 'adWeight' content property on the content nodes. content1's
adWeight would be 80 and content2's adWeight would be 20.
Greg
Gerardo wrote:
Hi,
I Have one place Holder which has an Ad Search 1 that retrieves 2 contents I want
to Display content 1 80% of the time and content 2 20% how can I achieve this?
is there a diferent Weight I can assign to content?
thanx in Advanced!!!
Jetroff

Similar Messages

  • Websites Displaying Content with Security Certificate Errors

    Can anyone explain what those yellow banners on the top of the screen that say "Internet Explorer blocks websites displaying content with security certificate errors, etc." mean and why they keep you our of certain websites and how you can get rid of them?  (Sorry for the run-on sentence/question.)
    Thank you! 

    LadyMac wrote:
    Can anyone explain what those yellow banners on the top of the screen that say "Internet Explorer blocks websites displaying content with security certificate errors, etc." mean and why they keep you our of certain websites and how you can get rid of them?  (Sorry for the run-on sentence/question.)
    Thank you! 
    It means there is a problem with the sites security certificate.
    There should be a "Continue to this website (not recommended)" message.  I would not recommend doing that unless it is a site you know and trust.
    In IE10 you can not disable that feature. 
    The following link will provide more information.
    http://windows.microsoft.com/en-us/windows-vista/about-certificate-errors

  • HT4061 When I try to sync my Iphone to my computer , when I click on Icloud I get a message that acess is blocked from displaying content with security certificate errors.

    When I bring up Explorer and click on Icloud i get a message that access is blocked from displaying content with security errors

    The new iTunes has a somewhat different look from the previous version.  You can get the old look back if you prefer it by doing View > Show Sidebar in iTunes.  Or you can adapt to the new look.

  • How to display content with dynamic folder path

    Hi Experts,
    I have a folder with subfolders. This subfolders are named as weeknumbers. What we want is: depending on the weeknumber, the right folder with content is showing automatically. In week 1 we see the content of week 1 , in week 2 we see the content of week 2 etc.
    How to achive this, what is the best way?
    Thanks in advance,
    Joeri

    Hi Joeri,
    I would follow the below procedure...
    1. create a the KM navigation iViews for each of the folders in KM (Week1, Week2 etc).
    2. Create a JSP(PAR) or an HTML to access these iViews (as [Link1], [Link2] etc on a JSP or an HTML)
    3. Create an iView from PAR (if JSP-PAR)
        OR Create a KM Document iView for the HTML Page (Store the HTML Page in KM again)
    I hope this would help you.
    Cheers!!!
    Biroj Patro.

  • The place holders in my Table of Contents will not accept a photo. I have several chapters with photos in the Table of Contents placeholders, but several at the beginning that will not let me put the photos in. Can anyone help me with this?

    The Place Holders in my Table of Contents will not accept a photo for the first few chapters. I have rebooted the computer and that didn't work. Can anyone help? I have worked so hard on getting everything done for this book and this is the last thing to do and I need help with it.

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • When using private browsing to view image results in Safari 5.1.3, only the first two rows of results are visible, the following four or so rows display greyed out place holders, and the safe search button is inoperable. Suggestions?

    When using private browsing to view image results in Safari 5.1.3, only the first two rows of results are visible, the following four or so rows display greyed out place holders, the remainder of the results page is blank, and the safe search button is inoperable. When I turn off private browsing and refresh the page, everything works again.
    Anyone else having this problem?

    I have got the same behaviour after the last Safari Update to 5.1.3. It seems that Safari now handles some scripts in a new way. If you debug the Google Website, you will see, that there is some Javascript Error, that seems to prevent to write into local cache. After some searching I wasn't able to finde a solution for this problem, other then disabling Javascript while private browsing to prevent the script loading. You then are able to use Google with the old layout. The option to disable JavaScript can be found in the Menu "Developer", wich has to be enabled in Safari in the options first.
    In my opinion this is a bug that is now occuring, because Apple changed something in private browsing and that has to be fixed by Google now, to run again. Or we will have to wait for 5.1.4, as you can read online Apple will change and bugfix the javascript engine in that version, perhaps this fixes the problem as well. I hope so!
    If anyone is in the developer program perhaps you could test this with the beta of 5.1.4 and tell us if it works.

  • Mail will not display images with .jpeg extension. .jpg works fine. (displays in place when opening the email. What plug-in would correct this?

    Mail will not display images with .jpeg extension. .jpg works fine. (displays in place when opening the email. What plug-in would correct this?

    If you think you're insane now, try maintaining those pop up menus.
    As far as I know, these menus have not been updated since FW 8, so 
    they are at least two versions old.
    Save yourself a lot of grief by avoiding those menus. There are many 
    other products on the market which do a much better job of creating 
    and maintaining this type of navigation structure.
    Read this link before you climb any higher on this slippery slope:
    http://apptools.com/rants/jsmenu.php
    There was another blog post by the fellow who originally wrote the pop 
    up menu feature, but I can't seem to locate it. Even he says stay away 
    from them.
    Not the answer you probably want, but I hope it helps, nonetheless.
    Jim Babbage

  • How to display html content with image in Adobe Flash and Flex mobile project?

    Hi,
      I have a html content with image in it. How to display it in Adobe Flash Builder and Flex mobile project? Which control needs to be used for this?

    Hello,
    The only current way is to use an iFrame, or if you only need some html tags you could use the Text Layout Framework.
    Here this is the iFrame approach:
    http://code.google.com/p/flex-iframe/
    If the swc do not work in Flex4 just use its ource code which works...
    ...it is basically based on this:
    http://www.deitte.com/archives/2008/07/dont_use_iframe.htm
    see also and vote, please:
    http://bugs.adobe.com/jira/browse/SDK-12291
    http://bugs.adobe.com/jira/browse/SDK-13740
    Regards
    Marc

  • How to display string with XML content in 4.6?

    Hi,
    I`d like to know how to display string with XML content in it for 4.6.
    4.6 has not method parse_string.
    And example like this is not helpful:
      DATA: lo_mxml    TYPE REF TO cl_xml_document.
      CREATE OBJECT lo_mxml.
      CALL METHOD lo_mxml->parse_string
        EXPORTING
          stream = gv_xml_string.
      CALL METHOD lo_mxml->display.
    Thank you.

    Hi,
    May be you can use fm SAP_CONVERT_TO_XML_FORMAT. But it have some issues with memory usage, the program consumed tons of memory during convert.

  • I have a version 1 iPad. I would like to be able to use my LCD projector to display content to my students. I have the dongle to attach to the projector, but can't make it work. The process DOES work with my friend's iPad 2. Any advice? Thanks!

    I have a version 1 iPad. I would like to be able to use my LCD projector to display content to my students. I have the dongle to attach to the projector, but can't make it work. The process DOES work with my friend's iPad 2. Any advice? Thanks!

    Expanding on what deggie said, with an iPad 1 the app you're using must support video out. Only the iPad 2 can mirror the screen. The apps included with the iPad that output to external monitors are given here:
    http://support.apple.com/kb/HT4108
    For third-party apps, consult the app's documentation or contact the developer.
    Regards.

  • Are there other internet browsers that work well displaying websites with a lot of Flash content?

    Other than the browser that came on the Samsung Droid Charge....
    Are there other internet browsers that work well displaying websites with a lot of Flash content? 
    Thanks in advance!

    I use Dolphin Browser 6.0. Its faster than 5.0 and has no issues with Flash.  I have used flash and used the Beta 6.0 and now the actual released version. Its the best so far. It has tabs like a normal computer browser and even has a gesture feature to do scrolling. 
    Others are Firefox which has NO flash. Then there is SkyFire which is ok, uses its servers to compress data and show it on your phone, its quick but I found the quality of images not as good as stock. 
    Opera Mobile and Mini do the same as skyfire.
    I personally just didnt care for Xscope of Miren browsers.  Didnt care for the feel of Xscope and Miren was developed in China and is modeled after Iphone Browser. 
    Try em all if you want, biggest benefit of the aftermarket browser is you can sync certain accounts (dolphin with google, firefox with firefox) and instead of storing the Cache info using phone memory you can now save the data and the web browser on the SD card. 

  • The "Logical AND" functoid has place holders. Replace these with appropriate links or constants.

    Hi,
    I am getting the below error in the BizTalk Mapper when trying to compile the application.
    The "Logical AND" functoid has place holders. Replace these with appropriate links or constants.
    Kindly advice the cause of the error.
    Thanks
    Regards, Vivin.

    Hi Morten,
    I found the issue!! There were two AND functoids with a invalid input parameter and I removed those and the error disappeared.
    Thanks for the helping in finding the cause.
    Regards, Vivin.

  • Displaying CLOB column content with markup

    I have a table with a CLOB type column, and I a using a n APEX form to input into this column using a Rich Text Editor.
    When I save the text and then re-open it again with the Rich Text Editor in the form, the markup (bold, spacing, etc) has successfully been saved and retrieved.
    I want to also create another page to show one record at a time (to users who I don't want to be able to edit the form), but I can't get the text to be displayed nicely with the markup.
    I have tried using a dynamic PL/SQL region as well as an item within a HTML region, but it always displays without the markup.
    How do I do this correctly?

    Hi, I know that I´m a kind of late in this discussion, but I faced a similar problem exactly in now days and in a way to show my grateful to this specific forum conversation that gave me the light I was needing, I want to share my solution here.
    My Problem:
    I have a customizable "Help" text that could be seen in some pages of the application. It is edit from a special Help Management page throw a Rich Text Editor and it is related to the corresponding page. When the final user opens the specific page, the text has to be shown as it was edited in the Rich Text Editor.
    My solution came in this way:
    *1. Create the Shortcut: "Help_Text"*
    DECLARE
    CURSOR C_Help IS
    select Concat(Concat('<div class="textRegion">',Help_Text),'</div>')
    from Help_by_Page_Table
    where app_id = :app_id
    and page_id = :app_page_id;
    vHelp_Text CLOB;
    BEGIN
    OPEN C_Help;
    FETCH C_Help INTO vAyuda_Rapida;
    CLOSE C_Help;
    RETURN vHelp_Text;
    END;
    *2. In the desire page: Create a HTML Region(with shorcuts)*
    Region_Source:"Help_Text"
    *3. Job is done!*
    I just have to add that I´m using the Standard Theme: Productivity Applications, the class "textRegion" is part of the classes defined in this theme.
    Edited by: Gustavo Bustos on Feb 27, 2013 12:21 PM
    Edited by: Gustavo Bustos on Feb 27, 2013 12:25 PM

  • How do I remove all traces of  'album'? I do not want artwork, blank place holders, titles or artists sorted by album? I just want my music listed by title, artist or genre.

    How do I remove all traces of  'album'? I do not want artwork, blank place holders, titles or artists sorted by album? I just want my music listed by title, artist or genre.

    1, you can't at the moment, though with iOS 5 in the Autumn, from http://www.apple.com/ios/ios5/features.html#photos :
    Even organize your photos in albums — right on your device
    2, by removing it from you synced from and re-syncing. Only photos taken with the iPad, copied to it via the camera connection kit, or saved from emails/websites etc can be deleted directly on the iPad (either via the trashcan icon in the top right corner if viewing the photo in full screen, or via the icon of the box with the arrow coming out of it in thumbnail view)
    3, the location of the photos that you synced to the iPad should be listed on the iPad's Photos tab when connected to your computer's iTunes.
    4, you can copy the photos from your iPad to your computer : http://support.apple.com/kb/HT4083 . You should also be able to delete them from the iPad as part of the transfer process to your computer, and it's then your choice whether to add them to your sync photo list so as to copy them back to the iPad. Copying them to your computer would allow you to organise them into folders and therefore be able to sync them back into separate albums.
    5, I don't use Dropbox either. There are some third-party browser apps in the iTunes App Store that allow you to download pages so that you can view them when offline e.g. Atomic Web (the whole page is saved within Atomic Web, it doesn't place a photo into the Photos app)
    6, deleting content should help. If you remove an app from your iPad then you also remove the content that it's got on the iPad - so if you then decide to reinstall it back onto the iPad then you will need to manually add back any content that you want in it. None of the Apple built-in apps (including Photos) can be removed from the iPad

  • Setting html content with setContent() does never show images

    I've an application set sets dynamically generated html-content in a webview node by using the webengine.setContent() method. This generated html content uses image-tags.
    Here's the problem: the image is not displayed. I tried all variations (absolute url like "http://localhost/c:/test.png" or "file://c:/test.png", relative urls like "test.png" with png in jar-file).
    Anyone out there who has a workaround for me? I appreciate any comment.

    one non-working apple <img src="apple.png"> You loaded the page content with loadcontent, then inside the page content provided a relative url. This is likely an error.
    The question is, what is this url relative to?
    The answer is either likely undefined as no protocol was used to load the page content and so it can't be determined how to load the relative url resource.
    and two non-working peaches <img src="http://localhost/c:/peaches.png">
    You attempted to load content using the http protocol server on the localhost, but you have no such server on the host, so this cannot work.
    and a working remote image url <img src="http://docs.oracle.com/javafx/javafx/images/javafx-documentation.png">
    This works because you fully specified how to load the content by providing the protocol and valid resource reference.
    OK, so the question remains how do you images from the local drive?
    There are three options for this in the following code.
    package org.jewelsea.examples.webviewlocal;
    import javafx.application.Application;
    import javafx.beans.value.*;
    import javafx.scene.Scene;
    import javafx.scene.layout.FlowPane;
    import javafx.scene.web.WebView;
    import javafx.stage.Stage;
    /** Example of a webview loading resources from the file system. */
    public class WebViewLocal extends Application {
      public static void main(String[] args) throws Exception {
    //    URL.setURLStreamHandlerFactory(new HandlerFactory());
        launch(args);
      public void start(final Stage stage) throws Exception {
        final FlowPane layout = new FlowPane();
        WebView webView = new WebView();
        webView.getEngine().load("file:///C:\\dev\\gettingstarted\\timeforgotten.html");
    //    webView.getEngine().load("jar:file:///C:\\dev\\javafx\\JavaFXidea\\out\\artifacts\\JavaFXidea_jar\\JavaFXidea.jar!/org/jewelsea/examples/webviewlocal/timeforgotten.html");
    //    webView.getEngine().load("resource:///org/jewelsea/examples/webviewlocal/timeforgotten.html");
        webView.getEngine().getLoadWorker().exceptionProperty().addListener(new ChangeListener<Throwable>() {
          @Override public void changed(ObservableValue<? extends Throwable> observableValue, Throwable oldThrowable, Throwable newThrowable) {
            System.out.println("Load exception: " + newThrowable);
        // layout the scene.
        layout.getChildren().addAll(webView);
        Scene scene = new Scene(layout, 1000, 600);
        webView.prefWidthProperty().bind(scene.widthProperty());
        webView.prefHeightProperty().bind(scene.heightProperty());
        stage.setScene(scene);
        stage.show();
    }which loads the following html file:
    <html>
    <head>
      <style type="text/css">p { color: sienna; font-size: 20px; text-align: center; }</style>
    </head>
    <body bgcolor="cornsilk">
    <p><em>
        <br/>
        On either side the river lie,<br/>
        Long fields of barley and of rye,<br/>
        And through the fields a road runs by,<br/>
        To many towered Camelot.
    </em></p>
    <p><img src="camelot.jpg"/></p>
    </body>
    </html>If you want to test this example the camelot.jpg image is downloadable from http://www.timelessmyths.com/arthurian/gallery/camelot.jpg.
    Option 1: The file:// protocol for lookup from the filesystem.
    This is the most straight-forward as it is just based on standard html layout in the filesystem - just place your html and it's relative referenced images somewhere in your filesystem in locations relative to each other - if your browser loads it properly, then your webengine will to if you give it the right file:// path.
    In the case of file:///C:\\dev\\gettingstarted\\timeforgotten.html, timeforgotten.html is placed in c:\dev\gettingstarted and camelot.jpg image is placed in the same directory.
    Option 2: The jar:file:// protocol for lookup from a jar hosted on the filesystem.
    This makes use of the http://docs.oracle.com/javase/7/docs/api/java/net/JarURLConnection.html to find your resources.
    If your application resources are packaged in a jar file (could be the same jar file as your main application class) then you can reference the jar file through the file protocol, then pick out the resources packaged in the jar file via their relative paths.
    Option 3: The resource:// protocol for lookup based on the classpath.
    This type of resource lookup is the one most Java programmers are familiar with - a classloader is used to load a resource. The pattern is widely used in web application frameworks on the server. But usually the means to do this is via a classloader.getResource() call, not via a URL.
    Java does not, by default, have a URL protocol handler for looking up resources on the classpath, so if you want to do this, it is necessary to create your own protocol and install it.
    The installation function is the commented out line: // URL.setURLStreamHandlerFactory(new HandlerFactory());
    It is a system wide call for the VM and should be called (just once) before any URL Connections are established.
    To get this to work I used a resource handler from http://www.arakhne.org/arakhneVmutils/index.html which included the following classes:
      java.org.arakhne.vmutil.resource.Handler
      java.org.arakhne.vmutil.resource.HandlerFactory
      java.org.arakhne.vmutil.resource.URLConnection
      java.org.arakhne.vmutil.ClassLoaderFinder
      java.org.arakhne.vmutil.Resources
      java.org.arakhne.vmutil.ResourceNotFoundException
      java.org.arakhne.vmutil.URISchemeType
      java.org.arakhne.vmutil.URLHandlerUtilDetails on how all this works are in http://java.sun.com/developer/onlineTraining/protocolhandlers/ which defines "A New Era for Java Protocol Handlers" by defining a URL handler extension mechanism which is hardly ever used.
    As a final note to my way overly long forum post, when the WebEngine doesn't process the urls sometimes you can get info on what went wrong via the monitoring the loadWorker's exception property, but sometimes I was able to get more complete stack traces by trying to open a connection on a URL to see if I had got the URL correct - for example:
        URL url = new URL("jar:file:///C:\\dev\\javafx\\JavaFXidea\\out\\artifacts\\JavaFXidea_jar!/org/jewelsea/examples/webviewlocal/timeforgotten.html");
        url.openConnection();Anyway, just using the file:// protocol in webEngine.load() will probably accomplish what you need.
    Note that if it is a webstart or browser embedded app, then you'll need to sign it if you want to access the local file system.

Maybe you are looking for

  • IPod (5th Gen) and Windows Vista 64 bit

    I have heard that X64 Vista will crash if I add my iPod to the system. True? Thanks!

  • How to merge another doc into pages

    does anyone know how to merge or add another document in pages into another research documents in Pages?

  • Class And instance name

    how can i access a movieclip via a instance name in 1 class file (Not The Main Document) And Make The class reconize  the movieclip when i use a code like this :   this.y = player.y player is the instance name. thanks

  • Download Help for Dreamweaver 8

    Hi, A couple of days ago, I purchased the upgrade version for Dreamweaver 8. I paid for the product online on the Adobe site and then proceeded to the download area, but the only options to download are: HomeSite+ 5.5 and ColdFusion MX 7 Developer Ed

  • Compatible Printers for Airport

    Can anyone please advise of a good printer for family use for printing documents, photos etc that is compatible with AirPort? I have a flatpanel iMac and a MacBook that I want to print from wirelessly. Any help greatly appreciated. Many thanks