Can we achieve a functionality to display content according to customizable

Hi,
I am new to UCM and have following queries . I tried searching on net but didnt get specific answers. Please guide me if possible?
1. Does UCM support streaming content. i.e. multimedia combination of video, sound and accompanying slides. And i need to know if it supports SMIL format files (Synchronized Multimedia Integration Language ). Do we need to buy any component for that or it is supported by default.
2. Can we achieve a functionality to display content according to customizable rules. For example to display a
list of pages in the "ABC" branch modified within the last 12 days?
3.Can we provide search/replace property in the WYSWYG editor, I didnt find the same there? Is there any ootb for that?
4.Can we have Distributed content authoring, in order to have multiple content owners working on the same set of pages?
5.Can UCM automatically generate a site map. Optionally certain pages should be able to be excluded from the map manually?
6. Can we create and manage micro sites (or country versions of specific branches) ?
Ideally content can be in the form of symbolic links - meaning unless the microsite "overwrites" content it takes content maintained in a global site.
7. Does UCM have capability to do page assembly (reusable components)? ie. Could it be possible to create components that can be selected by users and inserted into content for standard functionalities, e.g., video players, registration forms, zoom tools?
8. Does UCM have ability to upload multiple attachments/images at once?
9. Can we hide an existing content without deleting it and later showing it again?
10. Can we publish content directly to intranet, mobile format, e-Mail or need we to write any custom component for that?
11. Can we publish multiple content types at once?
12. Can web images (PNG, GIF, JPG) be easily managed by users with an interface that allows browsing by thumbnail, not just file name?
Thanks a lot in advance.

1. The Weblayout editor applet can be used to create virtual folders (not related to the Folders component) which are simply queries based on any metadata you like. So users can click on Browse Content/library folders to get to that section of the GUI then they will be presented with a base Page (think of it as a little UCM contained website) with links to reports, queries, and other pages even outside links like to Google. The number of pages you can create is not limited so you could create a large hierarchy of pages for reports and lists and search results. You can also secure sections of this internal website by security groups to keep some people from seeing those links on the pages (they simply do not show for you unless you have access to the group).
So all out of the box, and all based on metadata including security. This is the very oldest version of Folders and unlike the folders_g component is not limited in number of folders or items per folder and does not change system performance like Folders_g.
They are not truly folders and do not exist for external WebDav or DIS.
Custom code may be needed if you want to generate reports of more complex kind than are provided as default.
2. I am not a WCM expert but I think all of what you specify is possible as you ask. But again I am not WCM expert. As I remember it from 6 and 7.x Site Studio you can create multiple websites and link them into each other dynamically and even display the same content in the different look and feel context of a different site. Site studio is simply pulling fragments and content dynamically from the CS behind it. And different sites can call the same content in different ways. Your code in the webpages should be able to determine if and when you display things in your micro sites. That is not a standard Term in WCM as I understand it (microsite) but the concept works.
3. I may not understand the question, but my assumption of what you want is:
Site studio websites can use many types of content (text, html, worddocs, openoffice docs,code fragments, multi media) all checked in individually, to build up one page for display.

Similar Messages

  • Displaying content according to a calendar date

    Is it possible to display content for a set period (eg 1 week) then change it for another set of content for the next week then revert back to the first set of content (eg a restaurant menu) without requiring any action from the website owner? And without using the "enable" checkboxes in the backed interface.

    Hi,
    Not a feature we have within the system as the closes would be ad rotators but that just changes "on-click". 
    You might be able to acheive this with some custom JS however I have yet seen an example to provide. 
    I'll leave this open for the community to chime in if there are possible working examples for you to reference. 
    Kind regards,
    -Sidney

  • Can we achieve like functionality with any other way

    Hi experts,
    Can any one explain how to achieve the results we get using like operator in any other alternate way
    looking for response
    regards
    naidu

    REGEXP_SUBSTR
    First, here is my query with LIKE...
    SQL> SELECT * FROM scott.emp
      2  WHERE ename LIKE 'J%ES';
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
          7566 JONES      MANAGER         7839 02-APR-81       2975                    20
          7900 JAMES      CLERK           7698 03-DEC-81        950                    30
    2 rows selected...and here is the same logic with REG_SUBSTR
    SQL> SELECT * FROM scott.emp
      2  WHERE REGEXP_SUBSTR ( ename, '^J.*ES$') IS NOT NULL;
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
          7566 JONES      MANAGER         7839 02-APR-81       2975                    20
          7900 JAMES      CLERK           7698 03-DEC-81        950                    30
    2 rows selected.There is a REGEXP_LIKE, too, but I avoided it because it contains the word "LIKE" ;)

  • How to achieve this functionality

    Hi
    I have one.jsp. In this one.jsp fille i included two.jsp,three.jsp,four.jsp.
    When ever i sent request to one.jsp file in the out put i wnat to populate two.jsp,three.jsp immediately and four.jsp file should disply parts by parts....(like if our net connectio is very slow at that time the page will be opend part by part).. How can i achieve this functionality....................
    can anybody help...........

    If you've included the other JSPs on the server (with JSP include directives or actions) then everything will inline and this won't be possible.
    The only way, I can think of to do this would be to build your page with iframes or to build it with a series of AJAX calls. With either approach the initial page would be drawn first, then the browser would start making calls to fill in the various sections.
    Each section would be a separate request.

  • I'm Stuck at: Safari can't display content on this page.???

    I'm still somewhat new to Apple so bear with me here.
    As I use Safari I attempt to listen to a Radio Player online I'm greeted with this message:
    Safari can't display content on this page.
    Some content on this page requires an Internet plug-in that Safari doesn’t support. The application “Windows Media Player” may be able to display this content. Would you like to try?
    I try that also but to no avail.
    Thanks ahead of time

    There is no windows media player support for the Intel Macs. MS has dropped support for Windows Media on the Mac platform.
    Filp4Mac should have an Intel compatible plugin soon - I have no idea if it will solve this problem, though.

  • HTML/javascript interaction with swf content - can I call swf functions from JS?

    Hi,
    I've created an AIR application where the
    intialWindow.content is a HTML page / JavaScript application. On
    this HTML page I want to include some SWF content as a plugin (a
    Flex 3 app), so I have an object tag.
    From my SWF I can call out to JavaScript using
    flash.external.ExternalInterface fine. I can also call methods
    within the AIR and Flex APIs via the window or runtime objects.
    However, if I try to call methods within my SWF from
    JavaScript, nothing happens. Further, I can pass a function
    reference from my SWF to JavaScript (via ExternalInterface), and
    while I can see a valid function reference in JavaScript, calling
    it doesn't call the function within the SWF.
    Is this not supported? Or is this something else, like an
    applicationDomain issue? My SWF object is loaded via the app:/ uri,
    so I didn't think it would be that.

    I hadn't tried that, and it does work. Thank you. Everyone
    should note though that the documentation here
    Flex
    3 - External Interface
    and
    Flash
    9 - ExternalInterface.html
    says:
    "Note: Adobe AIR currently does not support the
    ExternalInterface class."
    which by my reading means that none of this should work,
    although it clearly does.
    The page
    Example:
    Using the external API with a web page container was most
    helpful in finding the solution, since it mentions referencing the
    object id of the plugin (e.g.
    window['my-object-id'].functionToCall()) when referencing the
    callback function.
    This
    page has a more concise example.

  • 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.

  • Can java achieve the same function as the following VB code?

    'open a windows programme(simply an entry form), and focus the 1st textfield
    Dim RetVal = Shell("C:\Program Files\Operations Center Client\OCC.EXE", vbNormalFocus)
    'reading data from database
    Data1.RecordSource = "tradingPartner"
    Data1.Refresh
    'dump data to the form
    For i = 0 To 8
    SendKeys (Data1.Recordset.Fields(i))
    SendKeys ("{TAB}")
    Next
    SendKeys ("{ENTER}")
    I can use the Runtime.getRuntime().exec("") to open the form, but how can i send values to the form? thx.

    you need to go through a C bridge that forwardsthe
    params from java to VB (JNI).I interpreted "form" to mean the GUI application.Is
    that not what it means?
    Yeah...
    But one can create dummy VB functions to populatethe
    form fields.
    All those function do is take an argument and setthe
    field value to that of the argument.
    Those methods will be called from a DLL, which
    receives the java values, convert them to, say,
    strings, and than pass them to the field populator
    methods>And that would be better than using java.awt.Robot
    which insert system events into another application?
    I understood that roiss wants to populate a VB form using values obtained from or through a java program.
    Otherwise, how why use java if the form is a VB form and the values are obtained from or through VB?!

  • Display contents of a loop  in SCENE

    Hi all,
    Can i display the contents of a for loop one after another in a "Scene".
    The code below displays the contents of "for" loop in OUTPUT window as well as in the "SCENE". But the problem is that the contents of "for" loop are displayed in the scene graph only after the for loop exits.
    how can i rectify this code to generate the output similar to the OUTPUT window in SCENE graph.?
    import javafx.scene.Scene;
    import javafx.stage.Stage;
    import javafx.scene.text.Text;
    import ranno.*;
    import javafx.scene.control.Button;
    import javafx.scene.Group;
    import generateResult.*;
    var number: Integer[];
    var msg : String ;
    var a : String[];
    var locX: Integer;
    var locY: Integer;
    def canvas = Group { };
    var display : Button =Button {
    translateX: 100
    translateY: 100
    width : 100
    height : 30
    text : "Click"
    var text : Text
    action:function(){
    delete canvas.content;
    for(i in [0..1])
    java.lang.Thread.sleep(1000);
    number=i;
    println(number[i]);
    a=Integer.toString(number[i]);
    locX=20;
    locY=20;
    msg = "{a}";
    text = Text{
    x: locX
    y: locY+20*i
    content : msg
    insert text into canvas.content;
    Stage
    title: "Numbers"
    var array : String[];
    var i : Integer;
    scene : Scene
    width: 400
    height: 200
    content :
    [display,canvas]
    If you haven't understood my question,please execute this code and compare the output in the OUTPUT window with the SCENE output.
    I want the output in SCENE to be similar to the output in OUTPUT window.
    Please help me in modifying my code .

    Since you haven't used the CODE button, the source code is messed up (star means bold here).
    But the short answer is: don't use a loop with sleep()!
    JavaFX provides Timelines and Transitions to animate things and add stuff progressively to the scenegraph.

  • Can anyone explain the functionality of FM f4ut_parameter_get_values ?

    Can anyone explain the functionality of FM f4ut_parameter_get_values ?
    This is used in search help to retrive values from screen.This doesnt seem to work for me

    hi,
    check this
    F4UT_PARAMETER_VALUE_GET
    Short Text
    Standard search help exit for determining contents of a srch help par.
    FunctionalityBy calling this module in a search help exit, you can find out the current contents of a search help parameter . To do this, you must pass the name of the parameter in PARAMETER.
    You must distinguish between the parameter contents that are used in the selection process of the input help process and the parameter contents that are determined by the selection process and the user selection.
    Parameter contents that are used in the selection process are default values of search help parameters, values that are included in the input help process by attaching the search help to the screen from field contents of the screen or its module pool, and possibly complex restrictions made by the user in the dialog box for restricting value. Such parameter contents can also be included in the input help process by the search help exit itself.
    The contents of the specified parameter used in the selection process are stored as complex restrictions in SELOPT_TAB after the call. If exactly one value is defined by these complex restrictions (for example if the restrictions have exactly one row and if SIGN = 'I' and OPTION = 'EQ' for this row), this unique value can be found in VALUE.
    Parameter contents that are determined by selection process and user selection are the parameter contents that are shown in the dialog box for displaying the hit list or returned on the screen. They are managed by the F4 processor in RECORD_TAB.
    This module enables you to transfer the information about the specified parameters from RECORD_TAB to RESULTS_TAB in edited form.
    Pass the name of the field of RESULTS_TAB that should contain the contents of the parameter to the function module in parameter FIELDNAME. If the row type of RESULTS_TAB is elementary, pass the value '*' in FIELDNAME. The rest of RESULTS_TAB is not changed. The values are copied row by row. By removing rows at the end or by adding intiial rows you can make sure that RESULTS_TAB has exactly as many rows as RECOD_TAB.
    Example
    You can find an example of the second kind of use of the module in the search help exit SAPBC_GLOBAL_F4_SFLIGHT of search help SFLIGHT.
    Both types of use can be found in the search help exit SAPBC_GLOBAL_F4_SFLIGHT_MIN_FR of search help SFLIGHT_MIN_FREE .
    Notes
    1. Parameters OFF_RESULT and LEN_RESULT should not be used any more since there are basic problems when using UNICODE. The contents of these parameter are still analyzed when parameter FILEDNAME is initial for compatibility reasons.
    2. Only the dialog box for restricting values can normally produce complex restrictions for a parameter.
    3. If VALUE has the value SPACE, this means that either there are complex restrictions for the parameter or the unique contents are SPACE. SELOPT_TAB must be evaluated in order to determine which of these is the case.
    4. If the search help does not have any parameter with the given name, the exception PARAMETER_UNKNOWN is triggered.
    5. Only parameter contents for the search help displayed in the hit list or the EXPORT parameters of the search help are first managed in RECORD_TAB. If the specified parameter does not satisfy one of these conditions and if parameter RESULTS_TAB is specified in the call, the exception PARAMETER_UNKNOWN can also be triggered. This is not true, however, if results were already entered for the parameter with function module F4UT_PARAMETER_RESULTS_PUT or if space was reserved for the parameter in RECORD_TAB with function module F4UT_PARAMETER_ALLOCATE. The parameter therefore should only be defined if information about the parameter contents are really required.
    6. The header lines of the specified parameter are also transferred from RECORD_TAB to RESULTS_TAB.
    7. The other parameters of this module must be defined as the parameters of the search help exit having the same name, but they are not changed by this module.
    8. RESULTS_TAB should be a standard table.
    9. The contents of the specified parameter in RECORD_TAB are copied to the specified field of table RESULTS_TAB with a MOVE of the correct type. If this is not possible, the target field is assigned the initial value.
    10. If RESULTS_TAB has no field with the name specified by FIELDNAME, only the number of rows of RESULTS_TAB is adjusted to those of RECORD_TAB as described.
    Parameters
    PARAMETER
    OFF_RESULT
    LEN_RESULT
    FIELDNAME
    VALUE
    SHLP
    CALLCONTROL
    SHLP_TAB
    RECORD_TAB
    SELOPT_TAB
    RESULTS_TAB
    Exceptions
    PARAMETER_UNKNOWN
    Function Group
    SF4U
    if helpful reward some points.
    with regards,
    Suresh Aluri.

  • Can I copy/move my Dreamweaver website content onto a new design or template?

    Apparently the design of my website is not user friendly. I want to easily transfer its content onto a brand new design without all the coding difficulty. Is this possible? This is the website: http://apathykills.site11.com/MyMediaPage1.htm

    Vanillaman wrote:
    a brand new design without all the coding difficulty.
    The difficulty is a function of your knowledge of the code behind your structure and content.
    The trickiest coding can be achieved using a three column model like this.
    Simple Three Column CSS Layout (Split Sidebars) - Theme Foundation
    Then you can cut & paste your content into the new structure.

  • 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

  • Using iPad mail program I have a draft of an email. I attempted to "cancel" and "delete draft" but it is still on my screen even after shutting down and restarting. How do I exit so that I can use other mail functions?

    Using iPad mail program I have a draft of an email. I have attempted to "cancel" this and "delete draft" but the email stays on my screen. How can I exit this so that I can use other email functions?

    Try closing the Mail app completely and see if it works properly when you re-open the app : from the home screen (i.e. not with the Mail app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Mail app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work also do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Can not use TOUCH function on Nokia 6600 slide

    Can not use TOUCH function on Nokia 6600 slide-
    turned on sensor in phone settings, but when i touch the PHONE it does not work.
    Please, tell me how use this function or maybe my phone is out of order

    As long as your Sensor Settings are On within Menu, Settings, Phone, Sensor Settings then you just need to do the following -
    Tapping
    The tap function allows you to quickly
    mute and reject calls and alarm tones, and
    to display a clock just by double-tapping
    the back or front of the phone when the
    slide is closed.
    Select Menu > Settings > Phone >
    Sensor settings to activate the tap
    function and vibration feedback.
    Mute calls or alarms
    Double-tap the phone.
    Reject a call or snooze an alarm after
    muting it
    Double-tap the phone again.
    Display the clock
    Double-tap the phone.
    (If you have missed calls or received new
    messages, you must view them before you
    can see the clock.)
    Simply, if you double tap the screen when the slide is closed and you can see the clock appear then it is working.
    I hope this makes it clearer for you.
    Full Manual here - http://nds1.nokia.com/phones/files/guides/Nokia_6600_slide_UG_en.pdf

  • Display Content is Not working in BI 7.4

    Hi All,
    In BW 7.4, I am trying to display content via Mange Infoprovider. Till 7.3 the data used to show in the BW system itself.
    Where as in 7.4 BW system display data redirecting to below URL and it’s calling a webdynpro APP called “rsdmdm_md_maintenance_app” as below URL
    http://host:port/sap/bc/webdynpro/sap/rsdmdm_md_maintenance_app?IOBJNM=ZDV_EMPID&sap-language=EN.
    Bu this URL giving 500 Internet server error.
    Can any one help with what I am missing here? In 7.4 is it possible to display content in BW system itself?
    Thanks in advance.
    Venky

    Hi,
    Please review following SAP Note. The new behavior (WebDynpro based Master Data maintenance) is now standard since SAP BW 7.4 SP05. Old SAPGui based screen is not possible anymore.
    The notes describes the SICF services you need to activate to make it work.
    My understanding is that old SAPGui based screen could not handle certain newer data types. As per SAP the new feature has some good benefits such as copy/paster multiple lines from spreadsheet.
    1997402 - Master data maintenance is not possible in old GUI based
    one
    1969105 - Master data maintenance for InfoObjects does not
    start
    517484
    - Inactive services in the Internet Communication Framework
    1969092 - Exception when launching master data maintenance for some
    InfoObjects; additional option for navigating to application log
    Hope this helps.
    btw: I only found out this week hard way as we just did SAP BW 7.4 upgrade. :-)
    Thank you with kind regards,
    Satya,
    Resolution
    It’s not possible to switch to old GUI Based Master data maintenance. Incase
    if new master data maintenance is not working please check:
    Check if services as described in note 517484 is active
    In transaction SICF activate services starting with RSDMDM*
    Check if note 1969092 is implemented already.
    See Also
    Additionally the new UI has some advantages like editing values directly
    within the tables, so it’s not required to edit the values one by one,  or the
    option to copy and paste values from a spreadsheet directly in to table.

Maybe you are looking for