Can't make Konqueror as Opera ?

Hello, everybody.
I like Opera. However, Konqueror is the default web browser of KDE. Can Konqueror do the following things ?
1. mouse gesture browsing.
2. password store.
3. drag and drop.
4. user CSS.
5. addon to remove ads, like Noads in opera extension.
6. addon to display next page automatically, like AutoPager in opera extension.
7. addon to download online video, like video download helper in firefox addon.
8. addon to block content, like block content in opera default.
9. addon to open link background with no use of the middle key of mouse, like long-click in opera extension.
10. addon to remove right menu restrictions on some pages, like right menu enable in opera extension.
If no body can't make konqueror do them, how can Konqueror conquer the web?

bohoomil wrote:
jameschyn wrote:I love Qt, KDE, but Konqueror.
OK then, let's start with what I know: Konqueror offers adblocking feature by default (you can access all the popular filters), custom stylesheets, password storing (should be possible out of the box via KDE Wallet), drag'n'drop (seems rather obvious... didn't it work for you?). I believe the Konqueror userscripts project(s) seem(s) promising as far as using the wide and growing collection of scripts is concerned (including autopager and YouTube video downloading; you can successfully emulate other functionalities available in Opera with js scripts). Mouse gestures are possible in KDE, including Konqueror, too. Anything else? I hope Google.com can come in handy.
You may also find interesting the rekonq project, just in case you want more KDE native browsing options.
Edit: my head, clumsy head...
Thanks, guys.
"you can successfully emulate other functionalities available in Opera with js scripts" This is what I like most. However, I will try to look a little deeper into Konqueror, and try to make it smooth browsing.

Similar Messages

  • Can IdM make LDAP modrdn operations? (No replies = No can do)

    Maybe I am flogging a dead horse, but I am trying to get idM to manage a LDAP resource where the LDAP entries may move in the Directory Information Tree... the usual situation when a person moves department/location/job etc.
    I am prepared to believe it can, yet I am starting to dispair of IdM.
    If anyone is prepared to answer "Yes", could they please take time to explain to an IdM novice, just how I can influence the Update user workflow so that it is aware of any changes to attributes which affect the DN, ie we need to do a modRDN on the LDAP resource.

    Still trying to get this to format correctly - If it doesn't appear OK this time, then reply to the above msg, then hit "Quote Original" and the true code that I added will show up.
    >
    Checkout the user view:
            <Action id='1' name='Fetch userview'
    application='com.waveset.session.WorkflowServices'
    hidden='true'>
    <Argument name='op' value='getView'/>
    <Argument name='type' value='User'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='TargetResources'>
    <list>
    <s>LDAP_Resource</s>
    </list>
    </Argument>
    <Argument name='subject'
    ='subject' value='Configurator'/>
    <Return from='view' to='user'/>
    </Action>Update the 'Location' attribute
    <set
    name="user.accounts[LDAP-Resource].location"><ref>loca
    tionVariable</ref></set>Build the new DN:
                    <concat>
    <s>ou=</s>
    <ref>locationVariable</ref>
    <s>ou=people,o=company.com</s>
    </concat>Checkout a Rename view to change the DN.
    <Activity id='13' name='Update LDAP'>
    <Action id='0' name='Modify LDAP User'
    AP User'
    application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='checkoutView'/>
    <Argument name='subject'
    ='subject' value='Configurator'/>
    <Argument name='authorized' value='true'/>
    <Argument name='type' value='RenameUser'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='toRename'
    'toRename' value='[LDAP-Resource]'/>
    <Argument
    <Argument
    name='resourceAccounts.currentResourceAccounts[LDAP-Re
    source].selected' value='true'/>
    <Return from='view' to='newViews'/>
    </Action>
    <Action id='1'>
    <expression>
    <block>
    <invoke name='toXml'>
    <ref>newViews</ref>
    </invoke>
    <set
    <set
    <set
    <set
    set
    name='newViews.accounts[LDAP-Resource].identity'>
    <ref>new_identity</ref>
    </set>
    <set
    <set
    <set
    <set
    name='newViews.resourceAccounts.currentResourceAccount
    s[LDAP-Resource].identity'>
    <ref>new_identity</ref>
    </set>
    <set
    <set
    <set
    <set
    name='newViews.resourceAccounts.currentResourceAccount
    s[LDAP-Resource].selected'>
    <s>true</s>
    </set>
    <invoke name='toXml'>
    <ref>newViews</ref>
    </invoke>
    </block>
    </expression>
    </Action>
    <Action id='2' name='Rename Checkin'
    Checkin'
    application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='checkinView'/>
    <Argument name='view'
    ame='view' value='$(newViews)'/>
    <Argument name='subject'
    ='subject' value='Configurator'/>
    </Action>--------------
    Be Careful, make sure you have the business
    requirements well defined, moves can be pretty
    serious operations to automate.
    You might think about changing the users
    waveset.organization if the change in facillity also
    effects their location in Identity Manager.
    Matt Walters
    CPSG
    [email protected]
    (972)824-9224
    You should look at directory Junction - The premise
    is that the DIT and the structure in Identity manager
    should mirror one another.
    Most IdM implementations have strict rules that
    follow moves, job transfers and such - so they are
    usually put through a custom workflow.
    In this case you would need to customize the Update
    workflow to handle the case when a e.g. 'location' is
    changed. I've been doing this a while, and this is
    how I did it at a client.
    Lets say they go from
    ou=location33,ou=people,o=company.com to
    ou=location45,ou=people,o=company.com. What
    you need to do is put a transtion (triggered by a
    change in the location) that goes to an update and
    rename activity.
    Checkout the user view:
            <Action id='1' name='Fetch userview'
    application='com.waveset.session.WorkflowServices'
    hidden='true'>
    <Argument name='op' value='getView'/>
    <Argument name='type' value='User'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='TargetResources'>
    <list>
    <s>LDAP_Resource</s>
    </list>
    </Argument>
    <Argument name='subject'
    ='subject' value='Configurator'/>
    <Return from='view' to='user'/>
    </Action>Update the 'Location' attribute
    <set
    name="user.accounts[LDAP-Resource].location"><ref>loca
    tionVariable</ref></set>Build the new DN:
                    <concat>
    <s>ou=</s>
    <ref>locationVariable</ref>
    <s>ou=people,o=company.com</s>
    </concat>Checkout a Rename view to change the DN.
    <Activity id='13' name='Update LDAP'>
    <Action id='0' name='Modify LDAP User'
    AP User'
    application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='checkoutView'/>
    <Argument name='subject'
    ='subject' value='Configurator'/>
    <Argument name='authorized' value='true'/>
    <Argument name='type' value='RenameUser'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='toRename'
    'toRename' value='[LDAP-Resource]'/>
    <Argument
    <Argument
    name='resourceAccounts.currentResourceAccounts[LDAP-Re
    source].selected' value='true'/>
    <Return from='view' to='newViews'/>
    </Action>
    <Action id='1'>
    <expression>
    <block>
    <invoke name='toXml'>
    <ref>newViews</ref>
    </invoke>
    <set
    <set
    <set
    <set
    set
    name='newViews.accounts[LDAP-Resource].identity'>
    <ref>new_identity</ref>
    </set>
    <set
    <set
    <set
    <set
    name='newViews.resourceAccounts.currentResourceAccount
    s[LDAP-Resource].identity'>
    <ref>new_identity</ref>
    </set>
    <set
    <set
    <set
    <set
    name='newViews.resourceAccounts.currentResourceAccount
    s[LDAP-Resource].selected'>
    <s>true</s>
    </set>
    <invoke name='toXml'>
    <ref>newViews</ref>
    </invoke>
    </block>
    </expression>
    </Action>
    <Action id='2' name='Rename Checkin'
    Checkin'
    application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='checkinView'/>
    <Argument name='view'
    ame='view' value='$(newViews)'/>
    <Argument name='subject'
    ='subject' value='Configurator'/>
    </Action>--------------
    Be Careful, make sure you have the business
    requirements well defined, moves can be pretty
    serious operations to automate.
    You might think about changing the users
    waveset.organization if the change in facillity also
    effects their location in Identity Manager.
    Matt Walters
    CPSG
    [email protected]
    (972)824-9224

  • I have one folder on an XSAN that one machine can not make changes to. Whenever I try to duplicate or copy a file in this folder I get 'The operation can't be completed because an unexpected error occurred (error code -50).'?

    I have one folder on an XSAN that one machine can not make changes to. Whenever I try to duplicate or copy a file in this folder I get 'The operation can’t be completed because an unexpected error occurred (error code -50).'
    The permissions are fine, and I have trashed the finder plist and reset the NVRAM.
    Anyone have a answer?
    Thanks

    Tips I received so far (thanks to A-Mac via Twitter http://www.a-mac.nl and Remco Kalf http://www.remcokalf.nl/)
    - make sure you have at least 10% of your harddisk in free space (I had only 5%).
    - do a PRAM-reset (http://support.apple.com/kb/ht1379)
    - perform a hardware test (http://support.apple.com/kb/HT1509)
    - make a complete backup (with for example Carbone Clone Copier, see http://www.bombich.com/)
    - after complete backup: use diskwarrior (boot from Diskwarrior DVD, first perform diagnostics, then perform "Rebuild" which rebuilds your file directory).
    So far I only cleared up some space on my HD, and already the problem occurs less.
    Still, I will go through the other tips too.
    (will post progress)

  • Can i make Opera Mini my default browser??

    i am having problems wid my system browser (it crasher automatically if i open a site) now i am having problems in using various applications like facebook plugin etc. because to use these app. i have to open my system browser nd it doesnot work, so can i make opera mini my default browser??

    vivek_kl wrote:
    i am having problems wid my system browser (it crasher automatically if i open a site) now i am having problems in using various applications like facebook plugin etc. because to use these app. i have to open my system browser nd it doesnot work, so can i make opera mini my default browser??
    No!
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Why i can't make a normal video call over my cellular operator using by iphone 4s ????!!!! is it possible that if my mobile is iphone so i can not contact (Video Call - or Send Files over Bluetooth ) people do not have iphone ??????!!!!!!!!!

    why i can't make a normal video call over my cellular operator using by iphone 4s ????!!!!
    is it possible that if my mobile is iphone so i can not contact (Video Call - or Send Files over Bluetooth ) people do not have iphone ??????!!!!!!!!!
    i'm still looking for solution, but if i there is no solution so i will throw My Own iPhone 4S in the nearest Trash.
    (I had got a big problem and thanks for Nokia saved me. and if i don't care about apple products i will never send to you this, so kindly find solution or people in middle east will stop using iphone)

    No clue why you cannot make video calls over your cellular operator... have you tried contacting them?
    If you're referring to FaceTime, it is currently limited to Wi-Fi only.
    Sending files via Bluetooth is not a supported feature of the iPhone or iOS.  A simple search of the web or these forums would have made that abundantly clear.
    Threatening to throw away valuable items in these forums only serves to make you look less than intelligent.  No one here is an Apple employee, we are all users like yourself.  As such, we could care less what you do.  If you choose to be stupid, that's up to you.
    Educate yourself and stop whining.

  • Good day, I can not make video calling with my MAC PRO 15 with FB Mountan Lion operating system   how can I do?    you can you help me? thank you very much

    good day,
    I can not make
    video calling
    with my MAC PRO 15
    with FB
    Mountan Lion operating system
      how can I do?
       you can you help me? thank you very much

    francesco marraffa wrote:
    good day,
    I can not make
    video calling
    with my MAC PRO 15
    with FB
    Mountan Lion operating system
      how can I do?
       you can you help me? thank you very much
    Are you running your MacBook Pro off WiFi or Ethernet?
    Pete

  • HT4962 i just got my ipod touch back from a now ex-friend and everything was erased. i mean everything... not even an operating system (or whatever its called) how can i make it useable again?

    i just got my ipod touch back from a now ex-friend and everything was erased. i mean everything... not even an operating system (or whatever its called) how can i make it useable again?

    Connect the iPod to your computer and restore via iTunes.
    iTunes: Backing up, updating, and restoring iOS software

  • I am about to buy spice fire one that runs through firefox operating system. So my question is that can I make a voice call using skype through this device ?

    hie myself Paras from India
    I am about to buy spice fire one that runs through firefox operating system. So my question is that can I make a voice call using skype through this device ?
    please mail me your answer at [email protected]
    edited email address as per the [https://support.mozilla.org/en-US/kb/forum-rules-and-guidelines Forum rules and guidelines]. You should get email notifications of replies to this thread.

    With firefox OS 2.0 and above you can use appear.in to make video and audio calls via webrtc

  • How can I make this join in ADF and make CRUD operation in this

    How to make this relation in ADF
    I have table employees and this is my master table
    Table Name: Employees
    Columns:
    Employee_id(PK)
    Employee_name
    Employee_Salary
    I have a child table that is called related employee that contains employees related to this employee
    Table_name: Related_Employee
    Columns:
    Related_Employee_Table_Id(PK)
    Employee_id(FK)
    Related_Employee_Id
    When I open employee id = 100 for example and add related employee id = 10
    this is added with no problem but the requirement is that when I open employee 10 I find employee id 100 as related employee
    How can I make this scenario.

    The best way to understand this is to look at an example. If you are using an oracle database such as XE for you have a schema called hr. This shema has a number of tables two of which are departments and employees. a department has multiple employees correct. So in your example a employee may be related to x # of other employees perhaps. A very similar scenario as that in the hr Schema. If you don't have an Oracle XE database, download one from here -> http://www.oracle.com/technetwork/database/express-edition/downloads/index.html
    Create Business Components off of the Departments and Employees schema and you'll see that due to the db design, you get what you're talking about for free (i.e. the join). Thus, you have the master-detail relationship you're looking for. For a quick tip, here is the relationship between departments and employees in the hr schema via a create script that you can exam with data inserts included:
    SET SQLBLANKLINES ON
    CREATE TABLE DEPARTMENTS
    DEPARTMENT_ID NUMBER(4, 0) NOT NULL
    , DEPARTMENT_NAME VARCHAR2(30 BYTE) NOT NULL
    , MANAGER_ID NUMBER(6, 0)
    , LOCATION_ID NUMBER(4, 0)
    , CONSTRAINT DEPT_ID_PK PRIMARY KEY
    DEPARTMENT_ID
    USING INDEX
    CREATE UNIQUE INDEX DEPT_ID_PK ON DEPARTMENTS (DEPARTMENT_ID ASC)
    LOGGING
    TABLESPACE "USERS"
    PCTFREE 10
    INITRANS 2
    STORAGE
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    ENABLE
    LOGGING
    TABLESPACE "USERS"
    PCTFREE 10
    INITRANS 1
    STORAGE
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    CREATE TABLE EMPLOYEES
    EMPLOYEE_ID NUMBER(6, 0) NOT NULL
    , FIRST_NAME VARCHAR2(20 BYTE)
    , LAST_NAME VARCHAR2(25 BYTE) NOT NULL
    , EMAIL VARCHAR2(25 BYTE) NOT NULL
    , PHONE_NUMBER VARCHAR2(20 BYTE)
    , HIRE_DATE DATE NOT NULL
    , JOB_ID VARCHAR2(10 BYTE) NOT NULL
    , SALARY NUMBER(8, 2)
    , COMMISSION_PCT NUMBER(2, 2)
    , MANAGER_ID NUMBER(6, 0)
    , DEPARTMENT_ID NUMBER(4, 0)
    , CONSTRAINT EMP_EMP_ID_PK PRIMARY KEY
    EMPLOYEE_ID
    USING INDEX
    CREATE UNIQUE INDEX EMP_EMP_ID_PK ON EMPLOYEES (EMPLOYEE_ID ASC)
    LOGGING
    TABLESPACE "USERS"
    PCTFREE 10
    INITRANS 2
    STORAGE
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    ENABLE
    LOGGING
    TABLESPACE "USERS"
    PCTFREE 10
    INITRANS 1
    STORAGE
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    CREATE INDEX DEPT_LOCATION_IX ON DEPARTMENTS (LOCATION_ID ASC)
    LOGGING
    TABLESPACE "USERS"
    PCTFREE 10
    INITRANS 2
    STORAGE
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    CREATE INDEX EMP_DEPARTMENT_IX ON EMPLOYEES (DEPARTMENT_ID ASC)
    LOGGING
    TABLESPACE "USERS"
    PCTFREE 10
    INITRANS 2
    STORAGE
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    CREATE INDEX EMP_JOB_IX ON EMPLOYEES (JOB_ID ASC)
    LOGGING
    TABLESPACE "USERS"
    PCTFREE 10
    INITRANS 2
    STORAGE
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    CREATE INDEX EMP_MANAGER_IX ON EMPLOYEES (MANAGER_ID ASC)
    LOGGING
    TABLESPACE "USERS"
    PCTFREE 10
    INITRANS 2
    STORAGE
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    CREATE INDEX EMP_NAME_IX ON EMPLOYEES (LAST_NAME ASC, FIRST_NAME ASC)
    LOGGING
    TABLESPACE "USERS"
    PCTFREE 10
    INITRANS 2
    STORAGE
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    ALTER TABLE EMPLOYEES
    ADD CONSTRAINT EMP_EMAIL_UK UNIQUE
    EMAIL
    USING INDEX
    CREATE UNIQUE INDEX EMP_EMAIL_UK ON EMPLOYEES (EMAIL ASC)
    LOGGING
    TABLESPACE "USERS"
    PCTFREE 10
    INITRANS 2
    STORAGE
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    ENABLE;
    ALTER TABLE DEPARTMENTS
    ADD CONSTRAINT DEPT_LOC_FK FOREIGN KEY
    LOCATION_ID
    REFERENCES LOCATIONS
    LOCATION_ID
    ENABLE;
    ALTER TABLE DEPARTMENTS
    ADD CONSTRAINT DEPT_MGR_FK FOREIGN KEY
    MANAGER_ID
    REFERENCES EMPLOYEES
    EMPLOYEE_ID
    ENABLE;
    ALTER TABLE EMPLOYEES
    ADD CONSTRAINT EMP_DEPT_FK FOREIGN KEY
    DEPARTMENT_ID
    REFERENCES DEPARTMENTS
    DEPARTMENT_ID
    ENABLE;
    ALTER TABLE EMPLOYEES
    ADD CONSTRAINT EMP_JOB_FK FOREIGN KEY
    JOB_ID
    REFERENCES JOBS
    JOB_ID
    ENABLE;
    ALTER TABLE EMPLOYEES
    ADD CONSTRAINT EMP_MANAGER_FK FOREIGN KEY
    MANAGER_ID
    REFERENCES EMPLOYEES
    EMPLOYEE_ID
    ENABLE;
    ALTER TABLE DEPARTMENTS
    ADD CONSTRAINT DEPT_NAME_NN CHECK
    (DEPARTMENT_NAME IS NOT NULL)
    ENABLE;
    ALTER TABLE EMPLOYEES
    ADD CONSTRAINT EMP_EMAIL_NN CHECK
    (EMAIL IS NOT NULL)
    ENABLE;
    ALTER TABLE EMPLOYEES
    ADD CONSTRAINT EMP_HIRE_DATE_NN CHECK
    (HIRE_DATE IS NOT NULL)
    ENABLE;
    ALTER TABLE EMPLOYEES
    ADD CONSTRAINT EMP_JOB_NN CHECK
    (JOB_ID IS NOT NULL)
    ENABLE;
    ALTER TABLE EMPLOYEES
    ADD CONSTRAINT EMP_LAST_NAME_NN CHECK
    (LAST_NAME IS NOT NULL)
    ENABLE;
    ALTER TABLE EMPLOYEES
    ADD CONSTRAINT EMP_SALARY_MIN CHECK
    (SALARY > 0)
    ENABLE;
    COMMENT ON TABLE DEPARTMENTS IS 'Departments table that shows details of departments where employees
    work. Contains 27 rows; references with locations, employees, and job_history tables.';
    COMMENT ON TABLE EMPLOYEES IS 'employees table. Contains 107 rows. References with departments,
    jobs, job_history tables. Contains a self reference.';
    COMMENT ON COLUMN DEPARTMENTS.DEPARTMENT_ID IS 'Primary key column of departments table.';
    COMMENT ON COLUMN DEPARTMENTS.DEPARTMENT_NAME IS 'A not null column that shows name of a department. Administration,
    Marketing, Purchasing, Human Resources, Shipping, IT, Executive, Public
    Relations, Sales, Finance, and Accounting. ';
    COMMENT ON COLUMN DEPARTMENTS.MANAGER_ID IS 'Manager_id of a department. Foreign key to employee_id column of employees table. The manager_id column of the employee table references this column.';
    COMMENT ON COLUMN DEPARTMENTS.LOCATION_ID IS 'Location id where a department is located. Foreign key to location_id column of locations table.';
    COMMENT ON COLUMN EMPLOYEES.EMPLOYEE_ID IS 'Primary key of employees table.';
    COMMENT ON COLUMN EMPLOYEES.FIRST_NAME IS 'First name of the employee. A not null column.';
    COMMENT ON COLUMN EMPLOYEES.LAST_NAME IS 'Last name of the employee. A not null column.';
    COMMENT ON COLUMN EMPLOYEES.EMAIL IS 'Email id of the employee';
    COMMENT ON COLUMN EMPLOYEES.PHONE_NUMBER IS 'Phone number of the employee; includes country code and area code';
    COMMENT ON COLUMN EMPLOYEES.HIRE_DATE IS 'Date when the employee started on this job. A not null column.';
    COMMENT ON COLUMN EMPLOYEES.JOB_ID IS 'Current job of the employee; foreign key to job_id column of the
    jobs table. A not null column.';
    COMMENT ON COLUMN EMPLOYEES.SALARY IS 'Monthly salary of the employee. Must be greater
    than zero (enforced by constraint emp_salary_min)';
    COMMENT ON COLUMN EMPLOYEES.COMMISSION_PCT IS 'Commission percentage of the employee; Only employees in sales
    department elgible for commission percentage';
    COMMENT ON COLUMN EMPLOYEES.MANAGER_ID IS 'Manager id of the employee; has same domain as manager_id in
    departments table. Foreign key to employee_id column of employees table.
    (useful for reflexive joins and CONNECT BY query)';
    COMMENT ON COLUMN EMPLOYEES.DEPARTMENT_ID IS 'Department id where employee works; foreign key to department_id
    column of the departments table';

  • How can i make a transition between clips on cutaway?

    how can i make a transition between clips on cutaway?

    ninafromlisboa wrote:
    But if I want ONLY fade out (or in) I can't do it...
    OK, I understand what you mean now! I assumed you were asking about the normal Fade In or Fade Out using the transition from the Transitions panel. But I guess you mean the Fade function specific to a Cutaway. When you double-click on a Cutaway the Inspector opens. Here you can set the Cutaway Fade duration. But as you say, it only provides for both fade in and fade out as one operation - you can't set the fades individually (it's both or nothing).
    BUT, try the method outlined by Karsten Schluter above. It will give you the same effect and will enable you to fade either side of the Cutaway (or add other transitions).
    John

  • How can i make a email for my printer

    how can i make a email for my printer to send the things to the email and get it printed if i was out of the house my printer model is 3525

    Hi alhashmi_sy,
    Welcome to the HP Support Forums. I see that you would like to learn how to setup the ePrint feature of your Deskjet Ink Advantage 3525 printer.
    The first step is to connect your printer to your wireless network. Please follow the steps in the Installing the Printer Software for a Wireless Network Connection document for your operating system. If you have already setup your printer with a USB cable, each operating system section has the steps to switch from the USB connection to a wireless connection.
    After connecting the printer to your wireless network please follow the steps for Getting the Printer Claim Code. Once you have the web services information sheet with your claim code please Set Up a Custom Email Address for ePrint.
    You should now have a customized ePrint email address for your printer. If you run into any issues please let me know at what step things went awry and the contents of any error messages. Please also let me know what operating system you are using on your computer (whatsmyos.com). Thank you.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • How can I make an invalid dynamic disk Array available to the OS again

    Hello Storage Pros
    The setup
    I have a Promise VTrak E610f head unit with 2 VTrak 610j expansion units attached to it together giving me over 27 TB of usable storage space.
    At the hardware level I slip the storage into 6 parts containing 7
     1TB disks and had the parts  configured into 6 RAID 6 arrays. In the end; each of the 6 arrays gives me 4.6TB of usable storage space.
    On the OS level, I have the storage attached to 2 servers: Windows server 2008 and windows server 2008 R2 over a Qlogic fiber channel switch. Each of the 6 arrays are viewable as basic disks of 4,6Tb which I went on to configure as a single RAID 0
    spanned volume of 27TB and for that all the disks had to be converted to dynamic.
    The problem
    Now comes the problem: On my first attempt to do a firmware update on the VTrak E610f storage; all the volumes were rendered foreign and I had to import them to be able to use them. Although the import was successful, I lost all the set NTFS permissions
    and SMB share and I had to manually reconfigure them. Upon doing so The OS registered some inconsistencies in the storage and recommended that I ran chkdsk. Since the storage is that big I reluctantly complied and restarted the server.
    The first server was restarted BUT chkdsk did not commence as scheduled, the server powered right up. After logging in to inspect; I discovered - to my surprise, that the disks were now shown as invalid in Disk Manager and were no longer visible to
    the OS. Assuming that maybe a restart of the other server and the storage would set things right, I went ahead to do so but to no avail. After rebooting the entire system (including the storage), the other server also displayed the disks as invalid and were
    no longer visible to the OS as well.
    My question is; how can I make the disk available again from this ‘invalid’ state without losing data?
    What I tried but did not help:
    Taking the disks offline and then online again did not work, after the disks were online again, they still appeared as invalid.
    Reactivating the disks threw an error “operation not allowed on an invalid disk pack”
    Calling support of the storage manufacturer: they did not find anything wrong with the system, after 5 hours we had to stop.
    I fear converting the array from dynamic to basic will destroy all the data.
    HxD is showing no errors in the disks
    If there is any expert out there with helpful tips; your assistance will be greatly appreciate.
    Cheers
    John

    Hello  Shoan
    Thanks a lot for your response and tips. Sorry I could not get back to you in good time for I had to run some of the tests you provided, it took some time to
    thoroughly re-test the system.
    The summary
    The initial firmware upgrade attempt forced 3 disks offline and the other 3 became foreign. I had to re-import them to have access again. after re-importing
    the disks I realized  all NTFS permissions and SMB shares of the folders on the disks had disappeared, but at least the disk was visible and accessible at that point - but not fault free. It was recommened that I let chkdsk run. However rebooting the
    system to allow chkdsk to run did not result in chkdsk running, instead chkdsk did not run and after restart, the OS showed the disks as invalid. And that is still the case now.
    Response to your questions:
    Yes the storage array was (and is still) connected to another server 2008 R2 server when the problem occurred. The second server is also displaying the same problem: the disks are shown as invalid.
    The loss of SMB shares and NTFS permissions occurred after the initial firmware upgrade attempt, some disks (3 out of 6 of them) were forcibly offlined and the other 3 were, suddenly, marked as foreign. In the end, and to have access to the disks
    I had to online the offlined 3 disks and then reimport the rest of them. From the way I understand it, if the upgrade was not the cause, then at least it was the trigger.
    In as far as converting disks from dynamic to basic, I was not in luck so far:
    Three of the companies I have contacted (recommended by promise Technology technician) so far only work with smaller disks like 2TB, 27 TB like I have is so
    far too big.
    I’m not sure converting the disks to basic will help much though, since that would break the single 27 TB volume which the OS was working with into 6 individual
    disks of 4.6 TB. Will I be able to get the data back that was written to just one volume from those 6 individual and unrelated disks?
     Above all, I have connected the RAID storage system to a newly installed Server 2008 R2, the disks are also shown as invalid.
    I have spent more than 17 hours in remote sessions with a Promise Technology technician trying the resolve the issue. From the technician’s side all seems in place with the exception
    that the disks are invalid in the OS.
    I have contacted Microsoft Customer Support service with the issue. Given that Microsoft did not manufacture the storage unit, can they help at this point – or am I better off
    putting my hopes else?
    Your help is always appreciated and again, thanks for your response and advice.
    JohnV

  • How can I/Can I make Firefox the default .PDF viewer in Windows 7?

    For the basic PDF viewing I do, Adobe Reader is just slow and annoying. I love using Firefox, but unfortunately I cannot set it as the default program to open PDF files. Even when I select Firefox after right clicking and select open with, Windows does not comply. Is there a config option I can change that will allow me to set Firefox as the default PDF reader.
    Thank you for your help.

    You can not make Firefox the default for viewing PDF files for the entire Windows Operating System, only the default viewer from within Firefox. Like when PDF files that are downloaded from websites and displayed in Firefox; you can try using '''File > Open File''' from within Firefox to view PDF file that are already saved on that PC, but I'm not sure that will work - I haven't tried doing that.

  • Can't make «class ctnr» of alias - error message in script

    I'm trying to take Apple's own "Add To File Names" script from a few years back and get it to work in 10.6.x but keep getting this error:
    Can’t make «class ctnr» of alias "Macintosh HD:Library:Scripts:add to names.scpt" into type text.
    I'm not an AppleScript expert by any stretch of the imagination. I'll paste the entire script unedited from Apple:
    Add Prefix-Suffix to File Names
    This script is designed to add a prefix or suffix to files in the front window of the desktop.
    If no folder windows are open, the script will effect items on the desktop.
    Copyright © 2001 Apple Computer, Inc.
    You may incorporate this Apple sample code into your program(s) without
    restriction. This Apple sample code has been provided "AS IS" and the
    responsibility for its operation is yours. You are not permitted to
    redistribute this Apple sample code as "Apple sample code" after having
    made changes. If you're going to redistribute the code, we require
    that you make it clear that the code was descended from Apple sample
    code, but that you've made changes.
    -- The following line is disabled due to a Menu Manager bug
    --set the source_folder to (choose folder with prompt "Pick the folder containing the files to rename:")
    try
    tell application "Finder" to set the source_folder to (folder of the front window) as alias
    on error -- no open folder windows
    set the source_folder to path to desktop folder as alias
    end try
    set the prefixorsuffix to ""
    repeat
    display dialog "Enter the prefix or suffix to use:" default answer the prefixorsuffix buttons {"Cancel", "Prefix", "Suffix"}
    copy the result as list to {the prefixorsuffix, the button_pressed}
    if the prefixorsuffix is not "" then exit repeat
    end repeat
    set the item_list to list folder source_folder without invisibles
    set source_folder to source_folder as string
    repeat with i from 1 to number of items in the item_list
    set this_item to item i of the item_list
    set this_item to (source_folder & this_item) as alias
    set this_info to info for this_item
    set the current_name to the name of this_info
    if folder of this_info is false and ¬
    alias of this_info is false then
    if the button_pressed is "Prefix" then
    set the newfilename to the (the prefixorsuffix & the current_name) as string
    else
    set the newfilename to the (the current_name & the prefixorsuffix) as string
    end if
    my setitem_name(thisitem, the newfilename)
    end if
    end repeat
    beep 2
    on setitem_name(thisitem, newitemname)
    tell application "Finder"
    --activate
    set the parentcontainerpath to (the container of this_item) as text
    if not (exists item (the parentcontainerpath & newitemname)) then
    try
    set the name of this_item to newitemname
    on error the error_message number the error_number
    if the error_number is -59 then
    set the error_message to "This name contains improper characters, such as a colon (:)."
    else --the suggested name is too long
    set the error_message to error_message -- "The name is more than 31 characters long."
    end if
    --beep
    tell me to display dialog the error_message default answer newitemname buttons {"Cancel", "Skip", "OK"} default button 3
    copy the result as list to {newitemname, button_pressed}
    if the button_pressed is "Skip" then return 0
    my setitem_name(thisitem, newitemname)
    end try
    else --the name already exists
    --beep
    tell me to display dialog "This name is already taken, please rename." default answer newitemname buttons {"Cancel", "Skip", "OK"} default button 3
    copy the result as list to {newitemname, button_pressed}
    if the button_pressed is "Skip" then return 0
    my setitem_name(thisitem, newitemname)
    end if
    end tell
    end setitemname

    Any idea how to fix that?
    Try replacing the following three lines:
    else
    *set the newfilename to the (the current_name & the prefixorsuffix) as string*
    *end if*
    with these ones:
    else
    *set name_extension to the name extension of this_info*
    *set P to offset of name_extension in current_name*
    *if P > 0 then*
    *set current_name to text 1 through (P - 2) of current_name*
    *set name_extension to "." & name_extension*
    else
    *set name_extension to ""*
    *end if*
    *set the newfilename to the (the current_name & the prefixorsuffix & name_extension) as string*
    *end if*

  • How can I make a backup listing of all of my Firefox bookmarks, with complete URLs, so I can print it out from a word processing document?

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    How can I make a backup listing of all of my Firefox bookmarks, with completely written out URLs, so I can print it out from a word processing document? Please email me the answer-
    [email protected]
    <blockquote>duplicate. Locked. Please continue [https://support.mozilla.com/en-US/forum/1/727213 here] -MJB</blockquote>
    == Firefox version
    ==
    2.0.0.4
    == Operating system
    ==
    PPC Mac OS X Mach-O
    == User Agent
    ==
    Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
    == Plugins installed
    ==
    *-Netscape Navigator Default Plug-in
    *Runs Java applets using the latest installed versions of Java. For more information: Java Embedding Plugin. Run version test: Test Your JVM.
    *Plugin that plays RealMedia content
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in web pages. For more information, visit the QuickTime Web site.
    *Shockwave Flash 9.0 r260
    *Provides support for Digital Rights Management
    *Provides support for Windows Media.
    *Java 1.3.1 Plug-in (CFM)
    *Macromedia Shockwave for Director Netscape plug-in, version 8.5.1
    *Java 1.3.1 Plug-in

    Hello.
    Although possibly not related to your problem, I have to remind you that the version of Firefox you are using at the moment has been discontinued and is no longer supported. On top of this, it has known unpatched bugs and security problems. I urge you to update to the latest version of Firefox, for maximum security, stability, performance and usability. You can get it for free, as always, at [http://www.getfirefox.com getfirefox.com].

Maybe you are looking for

  • Scratch Disk Full Error

    I can't start Photoshop because when it loads, it gives me "can't load [brushes or other resource" because the scratch disk is full" then quits. I tried starting in safe-mode and reselected my scratch disk (to my startup SSD drive). My disk has 95GB

  • LSMW automatically update 1:1 translation table

    In LSMW, under the 1:1 translation table... control data tab.  I noticed there was a checkbox called "1:1 Translation Table Added to Automatically".  If this checkbox is checked, is there a program that can be executed to automatically upload a file

  • Not able text one contact for last 5 days. Its not his phone. I'm receiving his texts OK

    My friend has stopped receiving my texts about 4 days ago. I get his OK. Its not his phone as he sens & receives texts from his other contacts

  • Regional LTE compatibility.

    I have a Purchase decision to make regarding the iPhone 5s and Regional LTE compatibility: I have numbers for O2 in UK; China Mobile in CN and AT&T in the US. Assuming China Mobile rolls out a full 4g service at the end of 2013, at least in Shanghai

  • Why don't the star ratings export into Photo Mechanic or Bridge?

    When I export a version out of Aperture with metadata the star rating does not export. Why? I notice that keywords do export but not the stars. Is there a way for Aperture to export these ratings so that PhotoMechanic will read them on the jpg output