Is it possible to edit properties from WebDAV? Like content.xml in CRXDE?

Is it possible to edit properties from WebDAV? Like content.xml in CRXDE?

A simple hardware way :
Use a home DVD player - connect audio and video(YC) outputs to a Canopus AD 100 converter - connect the firewire of the AD100 to your Mac - open log and capture in FCP (select non controllable device) - play the DVD with your remote control - pause - then click capture now - play the DVD. You will get directly DV files on your hard disk.
This way you won't get headache. Software way is also available (just write to me : [email protected]
Hung

Similar Messages

  • Is it possible to Edit Mpegs from DVDs?

    Hi there. I am just strating a project, a museum installation, that requires footage to be edited together from a variey of sources. Some of these are DVDs. How can I get footage from the DVDs and into FCP for editing. I can convert into Mpeg4 using Handbrake, but can I edit this? What could I use to convert directly into mpeg2, or better still some .mov format like DV.
    I apologise, all these file formats, muxing, encryption, decryption, encoding, codecs does my head in and I need some help to clarify what would be best.
    Thanks for your advice
    Peter

    A simple hardware way :
    Use a home DVD player - connect audio and video(YC) outputs to a Canopus AD 100 converter - connect the firewire of the AD100 to your Mac - open log and capture in FCP (select non controllable device) - play the DVD with your remote control - pause - then click capture now - play the DVD. You will get directly DV files on your hard disk.
    This way you won't get headache. Software way is also available (just write to me : [email protected]
    Hung

  • Is it possible to remove properties from a dynamic class?

    I have a dynamic ActionScript Class that is used to send
    parameters to a WebService. Some of these parameters are always
    present, so they are public properties of the Class:
    package
    [Bindable]
    public dynamic class WebServiceCriteria
    public var property1:int;
    public var property2:String;
    public var property3:String;
    public var property4:String;
    But, I am also adding properties at runtime that can change
    over time:
    criteria.runTimeProperty = "1";
    I'm not very familiar with using dynamic classes, so I was
    wondering if it is possible to "remove" the new property. Let's say
    the next time I call the WebService I don't want that property sent
    - not even as a null. How can I remove it from the Class instance
    without creating a new instance each time?

    Hi,
    Please try delete criteria.runTimeProperty. Please find more
    details on the delete operator at the URL below.
    http://livedocs.adobe.com/flex/3/langref/operators.html#delete
    Hope this helps.

  • Is it possible to edit info from V$SESSION

    I have to write something to the CLIENT_INFO field of whatever table the V$SESSION view gets its data from everytime a user connects to a database. The script should be server-side. Is this possible?

    I think you can try something similar;
    SQL> create trigger logonuser
      2  after logon on database
      3  DECLARE
      4   machinename VARCHAR2(64);
      5  osuserid    VARCHAR2(30);
      6  sid NUMBER;
      7  serial# NUMBER;
      8  program VARCHAR2(100);
      9  CURSOR c1 IS
    10  SELECT osuser, machine , sid , serial# , program
    11  FROM v$session WHERE audsid = USERENV( 'sessionid' );
    12  BEGIN
    13  OPEN c1;
    14  FETCH c1 INTO osuserid, machinename, sid , serial# , program ;
    15  INSERT INTO test.LOGTABLE VALUES ( 'LOGON', SYSDATE,
    16  USER, osuserid, machinename , sid , serial#, program);
    17  CLOSE c1;
    18  COMMIT;
    19  END;
    20  /
    SQL> conn system
    Enter password:
    Connected.
    SQL> select * from LOGTABLE
      2  where schema='SYSTEM';
    EVENT      TIMESTAMP SCHEMA
    OSUSERID
    MACHINENAME                                                             SID
       SERIAL#
    PROGRAM
    LOGON      29-JAN-08 SYSTEM
    testdev
    testvoprsR6                                                               159
    EVENT      TIMESTAMP SCHEMA
    OSUSERID
    MACHINENAME                                                             SID
       SERIAL#
    PROGRAM
             5
    sqlplus@ testvoprsR6 (TNS V1-V3)Anyway if you identify the source from where the column CLIENT_INFO of V$SESSION brings information then that is through DBMS_APPLICATION_INFO.SET_CLIENT_INFO procedure.
    V$SESSION
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_2088.htm#sthref3986
    DBMS_APPLICATION_INFO
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_appinf.htm#sthref490
    Please also mention your complete database version.
    Hope it is useful.
    Adith

  • Retrieve data from BW with an XML interface

    Hello all,
    Is it possible to retrieve data from BW with an XML interface ? And if so, how can we do this ?
    Kind regards,
    Marc

    Thanks Edan,
      Can you please example as how to access the ODS object in the BW using ABAP?  Please note that we would initiate the call from another XAPP system and update the data into the CRM system.
      Also please provide an example as how the BAPI can acces the cube data in BW.
      I assume that we will be writing both the BAPI and the ABAP code( as an RFC)  in the BW sysyem and call those from the XAPPS to get data out of BW Cube and ODS respectively.
      Thanks
    Arunava

  • Office365 - Word Document .docx banned from Mailer if you edit properties online. Bug ?

    Hi,
    I'm working on office365 (SharePoint 2013) solution with documents created on SharePoint Library.
    We create new document in library with a simple custom template (in .docx format), I use a quick part in document.
    I attach new document and send to customer mail, but I get "banned" result from recipient mailer cause of Dangerous attachment.. the docx file..!
    Message from postmailer referres to a "0000.dat" file contained in docx that it recognized as exe file, so Dangerous.
    I tested 2 behaviors:
    Test 1
    1) Create New Document (.docx) in SharePoint library
    2) Download the new document on PC and Sent to GMAIL address
    3) In Gmail arrives mail, then I forward this mail (with attached docx) to customer enterprise mail
    4) I receive this mail, it work
    Test 2
    1) Create New Document (.docx) in SharePoint library
    2) IMPORTANT: Edit Properties in browser (without open docx), i.e. change title, any property, or filename
    3) then Download document on PC and Sent to GMAIL address
    4) In Gmail arrives mail, then forward this mail (with attached docx) to customer enterprise mail
    5) Gmail receive mail from postmaster of customer enterprise with error "banned attachment" for .dat file into file..
    6) I receive no mail
    I check docx from SharePoint.
    I change extension of .docx file (from test 2) into .zip extension and extract these files.
    In folder, I see a "[trash]" folder, with 0000.dat file..
    I do the same with first file .docx (from test 1) and no "[trash]" folder into zip file.
    Result: edit properties on SharePoint, change structure of file, creating folder "[trash]" and save into folder file 0000.dat.
    This files is banned from postmaster and mail not received...
    Can you help me?
    Is it a issue/bug of office365/SP2013?
    I'll try to test other scenarios (with .dot template, without quick parts, with file uploaded).
    Thanks!

    It is part of the OOXML specification: http://www.ecma-international.org/news/TC45_current_work/Office%20Open%20XML%20Part%201%20-%20Fundamentals_final.docx
    9.1.7                   Trash Items
    Trash items represent parts that have been discarded or are no longer in use.  Trash items shall not conform to OPC part naming guidelines as defined in Part 2 and shall not be associated with a content type.  All trash items
    shall follow the naming scheme: [trash]/hhhh.dat where h represents a hexadecimal value. 
    [Example: A package has two parts that must be updated in-place but both parts have grown beyond their growth hints.  The newer updated parts are added as new ZIP items while the original parts are renamed to:
    [trash]/0000.dat [trash]/0001.dat
    end example]
    So perfectly normal part of the specification that the spam filter needs to take into account. Now the spam filters I've dealt with (Microsoft's in O365, McAfee MailMarshal, Websense) certainly don't do this with up-to-date definitions.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Is it possible to prevent users from viewing a page in Edit Mode?

    Hello everyone,
    I would like to know if it is possible to prevent users from accessing a portal page in Edit Mode. Currently, the users do not have access to any links that take them to edit mode, but if they add &_mode=16 to the end, they view the page in edit mode. Granted, they don't have permissions to add or edit content, but I would like to keep them from seeing this.
    I am using 9.0.4.1
    Any help or suggestions would be greatly appreciated!
    Jim

    hi jim,
    you cannot really configure this in portal. if somebody manually appends &_mode=16 we display the default edit mode, but fully enforce security. this means that the user cannot see anything he is not allowed to see: like pending items, hidden, expired or deleted items. as you said he also cannot add, edit or delete any items.
    regards,
    christian

  • How to remove or disable "View Properties, Edit Properties Manage Permissions ..." from Shared/Personal Documents in My Site?

    Hello Community
        Using Sharepoint 2010 Server and the UI I created My Site.
        In My Content there is "Shared Documents" and "Personal Documents".
        On each one if you click the carat on the right, you will see
    a group of actions you can take.
        The actions include "View Properties, Edit Properties Manage Permissions" etc.
        How can I remove or disable "Manage Permissions" as an action on "Shared
    Documents and Personal Documents" on that My Site page and for when any
    other user creates a My Site page it not be there either?
        Thank you
        Shabeaut

    It is normal for users to have full control over the content in their personal My Site (this includes the Personal and Shared Documents folders). This allows them to manage access on their own site (e.g. for Shared Documents).
    On the MySite Host, users should not have the Manage Permissions right.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to load a properties from path that is relative to the classpath

    Hello;
    I need to load a set of properties from a propertie file from inside and EJB. I need to do so that I don't set the full absoulte path of the property file. In brief I don't want to be dependent on the file system struture instead I want to read the property file relatively to the package path name.
    Here is my code:
    package packagename.com;
    import packagename.com.*;
    import java.util.*;
    import java.io.*;
    public class PropDemo {
    public static void main(String[] args) {
    public static final String PROP_FILE_NAME
    = "configuration.properties";
    File inputFile = new File(PROP_FILE_NAME);
    Properties prop = new Properties();
    try {
    FileInputStream fis = new FileInputStream(inputFile);
    prop.load(fis);
    } catch (Exception e) {
    Any body have an idea how to so.
    Regards
    mal

    I realize that you are trying to be a pain in the arseNot really. I know that I spent about a day figuring it out and that was after skirting around the issue for a about a year.
    with that reply, but we can look here:
    public void load(InputStream inStream) throws
    IOExceptionReads a property list (key and element pairs) from the
    input stream. The stream is assumed to be using the
    ISO 8859-1 character encoding.
    The original post suggests the author already knows how to load from a file. So this doesn't help at all.
    And possibly GASP cross reference this entry in
    Class:
    public InputStream getResourceAsStream(String name)Finds a resource with a given name. This method
    returns null if no resource with this name is found.
    The rules for searching resources associated with a
    given class are implemented by the defining class
    loader of the class.
    Now you may equivocate that the docs don't
    specifically state that the classpath is where
    resources are searched for, but I would maintain that
    any Java developer worth anything should know this.Really? So where, in the above entry, does it explain the impact of the "/" character at the beginning of the string?
    I know how classes are searched for. I know the impact of the class path. How that impacts a 'resource' is less clear. Particularily since the "/" character has nothing to do with loading classes.
    >
    This should be Java 101. Advanced Topics should be
    something that affect people who have programmed Java
    for years. (This is usually something that first year
    programmers work out). If this is representitive of
    the kinds of questions that qualify as "Advanced" then
    this forum will become basically useless.So an opposing opinion...this is an advanced topic. Nothing in the java docs makes it clear. And it is even less clear the context of a container.

  • Is possible to transfer photos from a macbook pro to an iphone without itunes or an internet connection?

    Is possible to transfer photos from a macbook pro to an iphone 5 without itunes or an internet connection? I'm a pro photographer and I need to transfer photos from my camera, edit them, copy photos to my iphone and send via 4G network to an editor. I will be in a location without internet access and my old computer itunes wont sync with my new iphone 5. I can't upgrade the computer right now because I need some of the old software.  Thanks.

    Some decent suggestions for apps to do this in this thread:
    http://apple.stackexchange.com/questions/52332/how-to-transfer-a-file-from-iphon e-to-computer-when-there-is-no-internet

  • Pass entire list of XY graph properties from Main vi to Subvi XY Graph

    Hello Everyone,
    I have an XY graph in my main vi that allows users to review data.  They have control over how they want to display the data on this graph(scale,color,line style, etc).  I have a subvi that excepts and array of XY graph plots (multi-plot) and prints the graph as the user has set it up.  As of right now I am passing only certain properties from the main XY graph to the subvi XY graph using property nodes.  Using this method only the important items are being passed (scale, flipped, xy scale name label) mainly because I have been to lazy to sit down and make a cluster containing all the property values.  I have to beleive that there is a way for me to pass a reference from the main XY graph to the subvi XY graph that will set all the properties in the Subvi graph to the same settings that the Main XY graph has.
    Thank you in advance,
    Steve

    Passing a reference to the subvi seems to be half of the solution that I am looking for.  This allows me full access to all propertys of the main graph.  The problem is that once I am inside the subvi I still have to select what properties I want to pass to the subvi graph. (see attached image).  My goal is to pass the reference to the subvi and then have every property of the main graph be assinged to every property of the subvi graph.  This way no matter what the user changes on the main graph (line style, width, color, scales, precision, etc) the subvi graph will reflect this.  With the method displayed in the image I have to manually select the properties that I think will most likely be edited.  And if I miss one the user will not get an exact match of the main graph.  I am hoping there is a way to do this, if not then I will just have to sit down and pass all the property values from the reference to the subvi graph but this seems like the hard way of doing it. 
    Attachments:
    Refnum.JPG ‏19 KB

  • How to know file properties from a URL?

    Hi experts,
    I'm trying to use a function to know some properties from a file. The only information I have is its URL and I need to know the file name, file size, nime type...
    I used the "BBP_ATTACH_CONTENT_WEBGET" function, but I didn't receive that information
    Anyone can help me? Anyone knows what function can I use or what can I do?
    I'm using SRM 7.0
    Thanks in advance
    Edited by: Carlos Serrano Rodrigo on Jul 27, 2011 8:45 AM

    The question is... How to get the details/properties of a file which I only have the URL (I don't have its GID). Probably, you are right, this post should be in another forum. I'm working in SRM, so I thought this was the right forum.
    I tried to use BBP_PROCDOC_GETDETAIL (previously I got the GID whith BBP_ATTACH_METH_READ_PROP_MULT function), but this is not an attachment to a procurement document. So, I hadn't receive anything.
    Thank you for your response, I'll try to post in diferent forum.
    Regards

  • Is it possible to edit a google site using dreamweaver

    I'm using google sites for some of my low price costumers, and i was wondering what options exsist to use dreamveaver to update some of the gadgets like the text gadget.
    I know google does not support connecting fully with deamweaver or any other editor for that matter, but are there any plans for doing this in the furture, and what minot things can be doen at the moment ?
    Tomas
    søgemaskineoptimering-århus

    t259 wrote:
    I'm using google sites for some of my low price costumers, and i was wondering what options exsist to use dreamveaver to update some of the gadgets like the text gadget.
    I know google does not support connecting fully with deamweaver or any other editor for that matter, but are there any plans for doing this in the furture, and what minot things can be doen at the moment ?
    Tomas
    søgemaskineoptimering-århus
    To answer your specific question "Is it possible to edit a google site using dreamweaver" the answer is NO.  The reason is that Google does not allow uploading of web pagesusing any means such as FTP.  Google provies hundreds of templates to choose from and like you I don't like them at all.
    Microsoft had a free service long time ago that allowed you to upload your own pages but this has been stopped for new customers.  New customers are required to sign up to their Office 365 Service <http://tinyurl.com/bucc6t4> and this costs money.  However, you can build and host a website with a custom domain for your business.using their free software called Microsoft Sharepoint Designer 2010 <http://www.microsoft.com/download/en/details.aspx?id=16573>.  I believe they also have a 64 bit version to download but I only use 32 bit on my 64 bit systems!!
    Hope this helps.

  • I want to edit properties of the interface windows opened while "Open File", "Save Page As" and interface opened during Downloading of any file.

    I am doing a small project on dedicated web client where in user automatically logs in non-root user and Firefox automatically starts.
    I am using Fedora 14 kernel 2.6.35.12-88.fc14.i686 and Firefox 3.6.16.
    I have installed only Gnome in my computer with no Nautilus or other file browser on it.
    I want to edit properties of the interface windows opened while "Open File", "Save Page As" and interface opened during Downloading of any file.
    Please guide me for this.

    First, I sent an email to the author of PhotoME to inform him of the serious issues his addon caused with Firefox latest versions.
    Now, for those of you who do not have the PhotoME addon and yet experience the same problem that I had and that I described above, I suggest the following strategy.
    As PhotoME did cause these problems with Firefox latest versions, I am pretty covinved other addons probably might cause these problems too. Therefore, adopt the following method.
    Test one addon at a time to see if this particular addon is behind your Firefox issues like the ones I had.
    So, disable one addon only at a time. Then close your Firefox and restart it from scratch and see if you still have your Firefox problems. You must restart the Firefox browser from scratch. If you still have these Firefox problems, re-enable the disabled addon, restart your Firefox (again!) and repeat the same method for every single addon that you have.
    Try to be selective by choosing first addons that are more likely to cause your Firefox problems such as not very well-known or not very popular addons (like it was the case for the PhotoME addon).
    If this method works or if it does not work, report it on this web page so that others can be helped with your comments.
    I hope this method will help you because I was really upset that I had these Firefox problems and I first thought it was the fault of Firefox, only to discover later that this PhotoME addon was the culprit and had caused me such upset.

  • Fetching properties from external LDAP

    Hi,
    I have configured ActiveDirectoryAunthenticator to link to my external LDAP
    provider. I am trying to fetch some properties/attributes related to the
    profile such as company and other contact details.
    I have not configured UUP as Im using weblogic's default user store.
    Now, when I access "com.bea.p13n.controls.profile.UserProfileControl", to
    fetch the properties I get null values.
    Is there some other configuration required ?
    Please let me know the solution or the approach.
    Thanks in advance ,
    Regards,
    Arun

    Hi Arun
    Migration of data is possible
    Export the data from external server and import into your domain server
    Here is the steps
    To export and import security data:
    1.     Expand the Security-->Realms nodes.
    2.     Click the name of the realm you are configuring (for example, TestRealm).
    3.     Click the Migration-->Export tab.
    4.     Specify the directory and filename in which to export the security data in
    the Export Directory on Server attribute.
    Note: You can specify a directory and file location on another server.
    5.     Click Export.
    6.     Expand the Realms node.
    7.     Click the name of the security realm in which the security data is to be imported.
    8.     Click the Migration-->Import tab.
    9.     Specify the directory location and file name of the file that contains the
    exported security data in the Import Directory on Server attribute.
    10.     Click Import.
    To verify the security data was imported correctly:
    1.     Expand the Security-->Realms nodes.
    2.     Click the name of the realm into which the security data was imported.
    3.     Click Users.
    4.     Users from the security realm from which you exported the security data should
    appear in the Users table.
    Cheers
    Surya
    "Arun A.G." <[email protected]> wrote:
    Hi,
    I have configured ActiveDirectoryAunthenticator to link to my external
    LDAP
    provider. I am trying to fetch some properties/attributes related to
    the
    profile such as company and other contact details.
    I have not configured UUP as Im using weblogic's default user store.
    Now, when I access "com.bea.p13n.controls.profile.UserProfileControl",
    to
    fetch the properties I get null values.
    Is there some other configuration required ?
    Please let me know the solution or the approach.
    Thanks in advance ,
    Regards,
    Arun

Maybe you are looking for