Best isolation method for Web Dynpr iViews ?

I'm going to develop some Web Dynpro iView to be integrated into the SAP EP.
THese iViews should work with KM APIs.
I read into the HelpOnline it's possible to chose between Embedded or the URl isolation method.
As far I know te web Dynpro tecnology offers the special client able to render just the changes and not the whole page....but i expect i have to set anyway an isolation method.
I would like to know which in your opinion the best isolation settings method for the WebDynpro iView.
regards and thanks in advance

Hi Mauro,
    URL isolation method is better for several reasons:
1. Performance: In Embedded Isolation method iView content is collected at the server side and sent to the client with the entire page, which obviously degrades performance.
2. PageBuilder limitations: Page does not add scrollbars to iViews is one such limitation.
3. A page may contain several form-type iViews. If the isolation method is set to Embedded, one iView may lose the information in its input fields when another form on the page is submitted.
Regards,
Satyajit.

Similar Messages

  • Isolation Method in the Master Iview

    Hi all
    I have noticed that the Isolation Method for the Master Iview is hardcoded to "URL". But I need the portal integration of reports to be embedded so the server is fetching the report instead of the client. If Isolation Method=URL then the client will fetch the content from the BOE-server directly, and that is not allowed in our scenario since the end users cannot see the BOE-server, only the SAP Portal.
    How to bypass this issue?
    Any help will be greatly appreciated. Thanks!
    Best regards,
    Martin Søgaard

    Hi Ingo
    I can elaborate. I have external users accessing an SAP Portal in domain A. In this SAP Portal a bunch of Webi reports are integrated using the Master Iview. The BOE server that contains these Webi reports is located in domain B. Now the challenge: The end users can access the SAP portal in domain B (over the web through an SAP Webdispatcher), but they have no access to the BOE server where the reports reside.
    If I was able to change the isolation method (this is an property of the BO Master Iview) from URL to Embedded, the Portal would fetch the content and send it to the client. But since the isolation method of the BO Master Iview is hardcoded to URL, the client is instead trying to fetch the content directly from the BOE server. And that server is not exposed to the web... and is not going to be exposed to the web.
    So my question is:
    1) Why is the BO Master Iview isolation method hardcoded to URL?
    2) If it is hardcoded to URL because in Embedded Mode som functionality would be lost, then what is the functionality that would be lost by using Isolation Method = Embedded instead of URL?
    3) Is there any obvious workarounds for this issue?
    Best regards,
    Martin Søgaard

  • URL Isolation Method for iViews

    Hi All,
    I am using EP 6.0, and in one of the Pages I have included 3 iViews. Since the operations of these 3 iViews are mostly independent and does not require an entire Page to re-loaded I have made the Isolation method for all the 3 iViews as URL Isolation.
    Now the problem is whenever there is a call to the entire page, the contents are loaded based on the input parameters which comes as a part of Request Object. The page passes on the Request paramter to the iViews. But for URL Isolation, the request paramater does not contain any of the parameters that are set.
    If the Isolation method is set to Embedded Iviews, all the three iViews get the same request object, unlike in the URL Isolation. Also in this case the request parameters passed to the page are available in the iviews.
    My query is :-
    Is there a way I can pass the input parameters to all the 3 iViews, when the whole page is loaded.
    Thanks
    Ankur

    Hi Ankur, check this topic at sap help
    http://help.sap.com/saphelp_nw70/helpdata/en/b5/8d977463334342be192228d2824fe1/content.htm
    “Parameters to Pass from Page Request” Property
    An iView that is set to the URL isolation method is isolated from the page request and does not automatically receive the parameters from the page request.
    The Parameters to Pass from Page Request property lets you define a set of URL-based parameters that should be forwarded from a portal page request to the iFrame displaying the current iView.
    Use this property to define page request parameters as follows:
    Property Value
    Description
    Asterisk (*)
    Passes all parameters
    Empty field
    Does not pass any parameters
    Asterisk, comma and parameters separated by a comma (*,param1,param2)
    Passes all parameters except for those listed.
    Parameters separated by a comma (param1,param2)
    Passes the listed parameters.

  • Best Server Role for Web Applications

    Hi,
    I'm running SQL Server 2008 R2 Express and using Microsoft SQL Server Manager Studio to administer it.  I have a web application that does read, add, update, and delete to the database and I am currently using the sa account - which is of course not
    a good idea.  I want to create a new user but I don't know what the best practice is for web applications and also security.  The options I have are:
    bulkadmin
    dbcreator
    diskadmin
    processadmin
    public
    securityadmin
    serveradmin
    setupadmin
    sysadmin
    Thanks.

    Hi mark_sti,
    Based on my understanding, you want to create a new user of the database. Using this new account, a web application could read, add, update, and delete the database.
    The options you provide are fixed server roles. For more information about fixed server roles, please refer to this article:
    Server-Level Roles.
    In this scenario, you need db_datareader fixed database role and db_datawriter fixed database role. Db_datareader fixed database role can read all data from all user tables. Db_datawriter fixed database role can add, delete, or change data in all user tables.
    To add two database roles, you should map the login to the database which is used by a web application in Login Properties. Then create a new database user, check Db_datareader fixed database role and Db_datawriter fixed database role on Membership page of
    Database User. About permission of different database roles, please refer to this article:
    Database-Level Roles.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Best practices available for web channel 2007

    Hi All
    Is there any best practices available for web channel 2007,
    can any one please guide where to get them
    regards
    Jaju

    Hi,
    [http://help.sap.com/bp_crmv12007/CRM_DE/HTML/index.htm|http://help.sap.com/bp_crmv12007/CRM_DE/HTML/index.htm]
    In the above link go to Technical Information >Building Block Library > C78: CRM Interaction Center
    Regards,
    Sateesh Chandra

  • Best cleaning method for i pad screen

    What are the best cleaning methods for the touch screen on the i pad /  Lot of fingerprints need to be removed.  Any special product recommendations?

    Personally I just use cleaning cloths such as those for camera lenses or glasses.

  • CSS Flexbox - a new layout method for web pages

    Hi,
    As you may all know, css flexbox is a new layout method for laying out your web page, and with Firefox releasing version 22 within the next few days, (should have been yesterday) it is now no longer hidden behind browser settings. Add to this the fact that all desktop browser except IE10 and Safari 5 & 6, no longer require the use of a vendor prefix, and that http://html5please.com/ simply say ’USE’, flexbox is now finally a viable layout alternative, especially for responsive layouts.
    Flexbox has been available on all Android and iOS devices, (and any device using the webkit engine, e.g. new blackberry’s and Kindle Fire devices) since they were first release.
    To help find problems, and provide help in using flexbox, we would be grateful if you would experiment and provide feedback in the use of flexbox for layouts.
    To help you get started a video tutorial, (with files to download) and examples of layouts, (more to be added next week) and tips & tricks to help with some of the more common problems have been provided at http://flexboxlayouts.com/. This site will also be updated to provide you with a list of problems and hopefully the solutions to those problems, so that you will have a ’one stop’ reference site for using flexbox.
    If you have any tips in using flexbox, or a flexbox layout that you would like added to the site, then you can use the ’Submit’ email address on the http://flexboxlayouts.com/ site.
    For more info on the css flexbox specifications see -
    http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/
    or if you just want to know what property is supported by which browser/device -
    http://flexboxlayouts.com/pdfs/flexbox%20browser%20Properties%20.pdf
    Note to regular contributors & moderators:
    As I only have time to visit and help in the forum for a few hours per week, should you find any flexbox problems unanswered then please let me know via email.
    PZ

    Hi Al
    Yes I know, and this is why I am asking people to experiment with flexbox.
    The fix for IE10 is to give the right hand sidebar, (or the content) a larger flex-grow property, the bug is caused by the flex shorthand property not recognizing % values, and using the flex-basis as a set width instead of a preferred size.
    I have logged the bug, (and many others) with the various browser bug bases.
    This and other bugs, do have 'fixes', so I hope users will experiment with flexbox and provide feedback.
    Flexbox is no different than any other css feature, "we can only find the problems in actual use".
    Strangely enough, I have found the most consistent to use is the old 2009 implementation on mobile devices, (no doubt iOS7 will change all that ).
    PZ

  • Adobe Tools - Best Photo Format for Web Content

    Hi,
    We have recently redesigned our website at http://www.aljoufilaw.com/ar/ and inserted photos in the homepage and its sub-pages.
    Our concern is that we want to have the photos in the best quality and with high resolution. What is the best photo format to achieve this? We had converted our photos in Photoshop to JPEG and PNG.
    Does increasing the resolution in Photoshop by going to image>image size>resolution, helps the quality of the photo in the website?
    We appreciate your expert advice and opinion on this.

    No.  Resolution is a print concept which has no real meaning on the web.  What matters on the web is height & width in pixels (500 x 325).
    Even if you save images at 300 dpi for print, they will be displayed in web browsers at 72 ppi (or slightly higher in HiDef displays).
    Higher bandwidth (file size) just makes your images load very slowly with no significant gain in quality.  
    In Photoshop, use File | Save for Web  & use the 4-up tab to compare file size with image quality.  Rule of thumb on the web is to use optimized JPGs for photos and select the smallest file size you can get away with, then back off a tad.
    See screenshot from Photoshop.
    Nancy O.

  • Implement own personalization dialog for Web Dynpro iView

    How can I implement an own personalization dialog for a Web Dynpro iView? It should open a popup window and in it a internet url.

    Check this thread https://forums.sdn.sap.com/click.jspa?searchID=954028&messageID=2300962
    Regards, ANilkumar

  • Best authentication method for controlling access to wlan

    What is the best method for controlling access to a wlan with a 5508 wlan controller
    The requirments are
    -Needs to support all types of clients (Mac, PC, smartphones, tablets)
    -Clients need to be able to connect easily and without errors or installing certs or wireless profiles etc..
    -Secure
    This doesn't seem like alot to ask but I keep running into problems.
    What are people using?
    Thanks

    I can't find an errors in any area of the event viewer.
    Here is these files cat'd together.
    GeoTrustGlobalCA
    GeoTrustDVSSLCA
    corp-vs-ca2.########-export
    -----BEGIN CERTIFICATE-----
    MIIDVDCCAjygAwIBAgIDAjRWMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVT
    MRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9i
    YWwgQ0EwHhcNMDIwNTIxMDQwMDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQG
    EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEbMBkGA1UEAxMSR2VvVHJ1c3Qg
    R2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2swYYzD9
    9BcjGlZ+W988bDjkcbd4kdS8odhM+KhDtgPpTSEHCIjaWC9mOSm9BXiLnTjoBbdq
    fnGk5sRgprDvgOSJKA+eJdbtg/OtppHHmMlCGDUUna2YRpIuT8rxh0PBFpVXLVDv
    iS2Aelet8u5fa9IAjbkU+BQVNdnARqN7csiRv8lVK83Qlz6cJmTM386DGXHKTubU
    1XupGc1V3sjs0l44U+VcT4wt/lAjNvxm5suOpDkZALeVAjmRCw7+OC7RHQWa9k0+
    bw8HHa8sHo9gOeL6NlMTOdReJivbPagUvTLrGAMoUgRx5aszPeE4uwc2hGKceeoW
    MPRfwCvocWvk+QIDAQABo1MwUTAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTA
    ephojYn7qwVkDBF9qn1luMrMTjAfBgNVHSMEGDAWgBTAephojYn7qwVkDBF9qn1l
    uMrMTjANBgkqhkiG9w0BAQUFAAOCAQEANeMpauUvXVSOKVCUn5kaFOSPeCpilKIn
    Z57QzxpeR+nBsqTP3UEaBU6bS+5Kb1VSsyShNwrrZHYqLizz/Tt1kL/6cdjHPTfS
    tQWVYrmm3ok9Nns4d0iXrKYgjy6myQzCsplFAMfOEVEiIuCl6rYVSAlk6l5PdPcF
    PseKUgzbFbS9bZvlxrFUaKnjaZC2mqUPuLk/IH2uSrW4nOQdtqvmlKXBx4Ot2/Un
    hw4EbNX/3aBd7YdStysVAq45pmp06drE57xNNB6pXE0zX5IJL4hmXXeXxx12E6nV
    5fEWCRE11azbJHFwLJhWC9kXtNHjUStedejV0NxPNO3CBWaAocvmMw==
    -----END CERTIFICATE-----
    -----BEGIN CERTIFICATE-----
    MIID+jCCAuKgAwIBAgIDAjbSMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVT
    MRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9i
    YWwgQ0EwHhcNMTAwMjI2MjEzMjMxWhcNMjAwMjI1MjEzMjMxWjBhMQswCQYDVQQG
    EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEdMBsGA1UECxMURG9tYWluIFZh
    bGlkYXRlZCBTU0wxGzAZBgNVBAMTEkdlb1RydXN0IERWIFNTTCBDQTCCASIwDQYJ
    KoZIhvcNAQEBBQADggEPADCCAQoCggEBAKa7jnrNpJxiV9RRMEJ7ixqy0ogGrTs8
    KRMMMbxp+Z9alNoGuqwkBJ7O1KrESGAA+DSuoZOv3gR+zfhcIlINVlPrqZTP+3RE
    60OUpJd6QFc1tqRi2tVI+Hrx7JC1Xzn+Y3JwyBKF0KUuhhNAbOtsTdJU/V8+Jh9m
    cajAuIWe9fV1j9qRTonjynh0MF8VCpmnyoM6djVI0NyLGiJOhaRO+kltK3C+jgwh
    w2LMpNGtFmuae8tk/426QsMmqhV4aJzs9mvIDFcN5TgH02pXA50gDkvEe4GwKhz1
    SupKmEn+Als9AxSQKH6a9HjQMYRX5Uw4ekIR4vUoUQNLIBW7Ihq28BUCAwEAAaOB
    2TCB1jAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFIz02ZMKR7wAoErOS3VuoLaw
    sn78MB8GA1UdIwQYMBaAFMB6mGiNifurBWQMEX2qfWW4ysxOMBIGA1UdEwEB/wQI
    MAYBAf8CAQAwOgYDVR0fBDMwMTAvoC2gK4YpaHR0cDovL2NybC5nZW90cnVzdC5j
    b20vY3Jscy9ndGdsb2JhbC5jcmwwNAYIKwYBBQUHAQEEKDAmMCQGCCsGAQUFBzAB
    hhhodHRwOi8vb2NzcC5nZW90cnVzdC5jb20wDQYJKoZIhvcNAQEFBQADggEBADOR
    NxHbQPnejLICiHevYyHBrbAN+qB4VqOC/btJXxRtyNxflNoRZnwekcW22G1PqvK/
    ISh+UqKSeAhhaSH+LeyCGIT0043FiruKzF3mo7bMbq1vsw5h7onOEzRPSVX1ObuZ
    lvD16lo8nBa9AlPwKg5BbuvvnvdwNs2AKnbIh+PrI7OWLOYdlF8cpOLNJDErBjgy
    YWE5XIlMSB1CyWee0r9Y9/k3MbBn3Y0mNhp4GgkZPJMHcCrhfCn13mZXCxJeFu1e
    vTezMGnGkqX2Gdgd+DYSuUuVlZzQzmwwpxb79k1ktl8qFJymyFWOIPllByTMOAVM
    IIi0tWeUz12OYjf+xLQ=
    -----END CERTIFICATE-----
    -----BEGIN CERTIFICATE-----
    MIIFaDCCBFCgAwIBAgIDBo5UMA0GCSqGSIb3DQEBBQUAMGExCzAJBgNVBAYTAlVT
    MRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQLExREb21haW4gVmFsaWRh
    dGVkIFNTTDEbMBkGA1UEAxMSR2VvVHJ1c3QgRFYgU1NMIENBMB4XDTEzMDQyNTA4
    NTEzNVoXDTE1MDQxNTA0NDcyOVowgdQxKTAnBgNVBAUTIHNZbkoyTG0tb2dGZnZC
    aFlodWRqWVZIMndEek43MGdOMRMwEQYDVQQLEwpHVDU3NDYxMTU1MTEwLwYDVQQL
    EyhTZWUgd3d3Lmdlb3RydXN0LmNvbS9yZXNvdXJjZXMvY3BzIChjKTEzMTcwNQYD
    VQQLEy5Eb21haW4gQ29udHJvbCBWYWxpZGF0ZWQgLSBRdWlja1NTTChSKSBQcmVt
    aXVtMSYwJAYDVQQDEx1jb3JwLXZzLWNhMi5wb3BtdWx0aW1lZGlhLmNvbTCCASIw
    DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM4jgpKBeo8rtM/zJIEyho3HppeU
    tZeK+wmLfPeBTJxr2UmQFOmcniQblgsHREAGyJR0KT5yrYzxx6wpZaqCUcZlxl1Z
    lUz5mfxHnL5Oc14sUnqwaJuxprXV5Rnclci6W6BMFjI4QoxXjQwSa+3A1enf+ZsO
    sXUojQbQx62MX8rINuQ+srgdDielK/mJqTAMt11x6+NqIpwlGAgOxKd7vjG6aKRf
    a2efvS/hK4Pi0ieWPGn1GXz/AlYpHQv0cppUr8huL/+2+9cEvd1sp8XN/ASN3YTm
    WWo//fVpbXIlzp8mU4Q7t8+7LglxFQabhl4eMBarMi8SnNuh2zYKQxJRPvsCAwEA
    AaOCAbMwggGvMB8GA1UdIwQYMBaAFIz02ZMKR7wAoErOS3VuoLawsn78MA4GA1Ud
    DwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwKAYDVR0R
    BCEwH4IdY29ycC12cy1jYTIucG9wbXVsdGltZWRpYS5jb20wQQYDVR0fBDowODA2
    oDSgMoYwaHR0cDovL2d0c3NsZHYtY3JsLmdlb3RydXN0LmNvbS9jcmxzL2d0c3Ns
    ZHYuY3JsMB0GA1UdDgQWBBSODVVgPunABo61x13N20tEP66egDAMBgNVHRMBAf8E
    AjAAMHUGCCsGAQUFBwEBBGkwZzAsBggrBgEFBQcwAYYgaHR0cDovL2d0c3NsZHYt
    b2NzcC5nZW90cnVzdC5jb20wNwYIKwYBBQUHMAKGK2h0dHA6Ly9ndHNzbGR2LWFp
    YS5nZW90cnVzdC5jb20vZ3Rzc2xkdi5jcnQwTAYDVR0gBEUwQzBBBgpghkgBhvhF
    AQc2MDMwMQYIKwYBBQUHAgEWJWh0dHA6Ly93d3cuZ2VvdHJ1c3QuY29tL3Jlc291
    cmNlcy9jcHMwDQYJKoZIhvcNAQEFBQADggEBAC2Kadfzc6X/3dI//J5SGR9fnCa7
    6NVl8SV5aAYAvmOdkZBiurIYa1eHYYaDUGmOO8awTOXTfc4QzX75QwBUmcZeZKdj
    ZMPiJlm7Bsz/3Q1eolxHCqkAiDZIEohoT0o8Spw6+Eq8KcPnhf+K5+rIzJnWBZ9P
    tmpS4SEtrGHIfj3+638eqTydxuOCZ0Be9EanVK0ERav25fTRgRoZ+yEDiFP/MjQd
    rAgW7SyLOjm4I6bTmzjugmXf2Axm2kFuoyyZdrvdrJ+GBku5F6DOufGdGu13j80S
    lp148qh7gCREWrCqn3pH14qPKeHwC47jAQ3+ikRDfB090h9HGRi/8+w7Tx4=
    -----END CERTIFICATE-----

  • ACE Best Sticky Method for SSL Traffic

    Hi, With ACE 4710 running serverfarms primarily running SSL traffic, what is the best method for configuring stickiness. Here are some parameters:
    1) low volume sites, 2 real servers
    2) ACE _will not_ do SSL offloading
    3) Balancing HTTPS requests
    4) Many versions of HTTP clients
    5) Currently running ACE A1 code
    I am thinking of:
    1) TCP Header | HostID inspection
    2) SSL-session ID (not good if re-key often though)
    3) Any suggestions?
    many thx,
    WR

    Hi Will,
    You can see a comple configured example for your perusal in this regard for
    Configure ACE Module for End to End SSL Termination
    http://www.cisco.com/en/US/products/hw/modules/ps2706/products_configuration_example09186a00809c6f37.shtml
    And Many more here regarding
    Data Center Application Services Configuration Examples:
    http://docwiki.cisco.com/wiki/Category:Data_Center_Application_Services_Configuration_Examples
    Hope these configuration examples will be useful to you.
    Sachin Garg

  • Best Encoding method for decent quality but low file size

    Been trying to encode some mountain bike helmet cam footage which is fairly fast moving and looking for the best method for encoding at a decent quality without to much pixelation occuring. videos will be on my website so want file size to be kept quite low. website is www.extremesportsfilms.com if anyone is interested.
    Cheers

    Thank you, Harm !
    This is the first time in my carreer, that I've seen a qualitysetting that doesn't inflict on filesized
    I went in to set the bitrate diffently, but the field is grey'd out - it's not possible for me to change.
    It seems to be locked no matter what quicktime-format I choose. If I choose h.264 format insted, I CAN change bitrate, but I need to deliver in XDcam for this client.
    Is there no way for me to make the XDcam files smaller, then? They end up 5-7GBs for each show and with my upload-speed, it takes me 6-7 hours to upload and I would like to speed this up by decreasing the file sizes a little, if possible?
    Thanks

  • Settings for the best QT video for web use

    I hope you didn't look here thinking I had them.
    I don't but I want to know them.
    I see great looking quicktime videos that perform automatically and perfectly all the time but I can't seem to make them.
    Two of the best are Lynda.com and DigitalJuice.com.
    Their videos play instantly, you can push the cursor to the end and the data is there. They just work great, but they are both unwilling to share what they do other than saying it's a combination of Sorenson and Quicktime.
    Why is this such a closely guarded secret? I understand that it often takes weeks to uncover this combination on your own, but I've never seen this unwillingness to share in this community any stronger than in these two web sites.
    Thay talk all around it but they just won't tell.
    I'm hoping someone here might look at their sites and their movies and figure it out and then share it with the rest of us.
    Thanks for any help you can provide.
    Steve

    [email protected] wrote:
    > I work for a software company and we make intructional videos and product videos all the time and we are starting to use .flv's a lot more these days. I usually export them in AE and have them set to about 800kbps, preserve RGB and 15fps. But the file sizes are a little bigger then what I thought they would be, the videos are generally around 5 minutes, were green screened so there is some compositing work going on in the timeline and the file sizes are generally around 40mbs....I feel like I can get those down so any help you guys can give me would be amazing!
    > Thanks
    > - Jim
    The 512K setting with a 2Pass encode (using On2's Flix Pro) gives me
    files sizes about half of what your getting. I don't tweak anything more
    than that because there really doesn't seem any need to.
    (I am assuming that the size matters because you intend for web delivery
    of the final product.)

  • Best Practices Exporting for Web Video, Conversion Utilities

    I'm new to non-linear editing and digital video in general, but extensive general video experience. I could use some guidance on the best formats/settings for exporting from Premier Pro for ultimate use in HTML 5 Web videos, and the most effective converers/setting for converting to WebM/MP4.
    I've experimented with Miro, AVS4You, SmartFFMPEG, FFCoder, and Hewbo converters. All have there good and bad points; I still have issues with cross browser operation.
    Who has some experience and viable options? I would prefer to us MP4 and WebM exclusively. . . .
    Thanks in advance. . .
    Mike

    I've recently had to educate myself on this very subject for my own web site.  I ended up with XMedia Recode.  It's a free application that can create both MP4s and WebM versions.  It's taken in every kind of file I've thrown at it so far.  It offers a LOT of control parameters to tweak your image just right.  And it uses the superior x264 library.
    http://www.videohelp.com/tools/XMedia-Recode

  • What's the best Java technology for web development?

    I'm very new to J2EE (only worked with J2SE before), and I'm interested in how it works. I understand that JSP pages are somewhat similar to PHP scripts, etc... My question is, what should I be learning about if I want to write a website using Java?
    Thanks.

    I'm very new to J2EE (only worked with J2SE before),
    and I'm interested in how it works.
    I understand that JSP pages are somewhat similar to PHP scripts,
    etc... I don't think that's true, but I'll admit to not being a PHP user.
    My question is, what should I be learning
    about if I want to write a website using Java?You'll have to know:
    servlet engine like Tomcat or a Java EE app server like JBOSS or WebLogic
    HTML (this isn't Java per se)
    JSP or Velocity or Freemarker (template technologies)
    JSTL
    servlets
    JavaScript (this isn't Java per se)
    Depending on what you want your web site to do, you'll have to know JDBC and SQL and relational databases if you have persistent data.
    There are a lot of frameworks available for web apps. Google for a list, but the ones you'll hear come up most often are Struts, WebWork, and Java Server Faces.
    Spring has a Web MVC framework and lots more. It would be worth a serious look.
    %

Maybe you are looking for

  • How do I set up mail merge to print envelopes

    I want to be able to make a data of my address' so I can print envelopes without retyping every address every month.  Would I be doing a mail merge in numbers or pages and if so how.

  • NETWORK setup-HELP please !

    tried to access search & articles w/o success. i have 2 G4s wired via ethernet to a d-link router that yes does have both G4s working as far as internet.........but i am very confused about what is 'Server - Network - File sharing ' etc. when i first

  • IMovie "green screen" feature has serious problems.

    I precisely followed the iMovie "help" instructions to make a green screen effect for what should have been a simple iMovie project... a 10-second video tagline for closing titles on a much more extensive project. According to iMovie help, it should

  • Blocking verizons search assist when typing in the safari search bar

         Ever since updating to Yosemite, I've noticed that verizon's search assist annoyingly keeps popping up when I search terms that before would automatically be going to google. Is there any way to fix this? Thank you!

  • My navigation bar will only remain in view for one request after using alt key

    Everything worked fine for over a year on Mozilla firefox, suddenly I have no navigation or tool bar. If I press the alt key the bar appears and I am able to click on one command and then the bar disapears again. I followed the instructions online an