Can I save new bookmarks using Firefox to my imported IE Favorites List?

I just installed Firefox as my browser and I imported my Favorites from IE. When I open the Bookmarks tab on Firefox I see my imported list at the bottom of the drop down. When I find something new to Bookmark, how do I get it to go into my previously established favorites list that was imported from IE? This list is extensive and itemized. Do I have to resave each and every one of my previous IE favorites to get the old and new on only one list? I sure don't want to have to work between two lists of Favorites / Bookmarks. Dan

You can move the favorites in the "From Internet Explorer" to another bookmarks folder or leave them there.<br />
If you click the star in the location bar to bookmark a link then you can click the yellow star a second time to open the "Edit this bookmark" dialog and move a bookmark to another folder.
See also http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox

Similar Messages

  • I can neither save new bookmarks nor delete existing ones.

    My bookmark system worked until a few days ago, and now will not let me save new pages or delete existing ones. Tried the two methods described on main site, neither worked.

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_places-database-file

  • I can not save new object using JPA entity manager, please help

    I am using Spring 3 with JPA to access database, I tried to persist object, but failed. This is what I do:
    1) Config:
         <tx:annotation-driven transaction-manager="txManager" proxy-target-class="true"/>
         <bean id="txManager"
              class="org.springframework.orm.jpa.JpaTransactionManager">
              <property name="entityManagerFactory" ref="emf" />
         </bean>
         <bean id="emf"
              class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
              <property name="dataSource" ref="dataSource" />
              <property name="jpaVendorAdapter" ref="jpaVendorAdapter" />
              <property name="loadTimeWeaver">
                   <bean
                        class="org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver" />
              </property>
              <property name="persistenceUnitName" value="memberPU"></property>
         </bean>
         <bean id="jpaVendorAdapter"
              class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter">
              <property name="database" value="MYSQL" />
              <property name="showSql" value="true" />
              <property name="generateDdl" value="false" />
              <property name="databasePlatform" value="org.hibernate.dialect.MySQL5InnoDBDialect" />
         </bean>
         <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"
              destroy-method="close">
              <property name="driverClassName" value="com.mysql.jdbc.Driver" />
              <property name="url"
                   value="jdbc:mysql://localhost:3306/springinaction?createDatabaseIfNotExist\=true&amp;useUnicode\=true&amp;characterEncoding\=utf-8&amp;enableQueryTimeouts\=false" />
              <property name="username" value="root" />
              <property name="password" value="" />
              <property name="initialSize" value="5" />
              <property name="maxActive" value="10" />
         </bean>
    2) Persistence.xml:
    <persistence xmlns="http://java.sun.com/xml/ns/persistence"
         version="1.0">
         <persistence-unit name="memberPU" transaction-type="RESOURCE_LOCAL">
              <properties>
                   <property name="hibernate.hbm2ddl.auto" value="validate" />
              </properties>
         </persistence-unit>
    </persistence>
    3) Domain:
    @Entity
    @Table(name = "members")
    public class Spitter {
         @Id
         @Column(name = "id")
         @GeneratedValue(generator = "InvSeq")
         @SequenceGenerator(name = "InvSeq", sequenceName = "group table seq01", allocationSize = 5)
         private int id;
         @Column
         private String firstName;
         @Column
         private String lastName;
         @Column
         private int age;
    gettters and setters...
    4) Dao:
    @Repository
    @Transactional
    public class SpitterDao {
         @PersistenceContext
         private EntityManager em;
    public void addSpitter(Spitter spitter){
              Spitter s = new Spitter();
              //s.setId(null);
              s.setFirstName("Frank");
              s.setLastName("wqrewreqwr");
              s.setAge(45);
              System.out.print("Persisting into tDB here ");
              this.em.merge(s);
              this.em.persist(s);
              //this.em.flush();
              //this.em.getTransaction().commit();
    If I do not call em.flush(), no error throws, and program is executed succesfully. BUT nothing is saved to DB. IF I used em.flush(), I got errormsg - "No Transaction", but the Dao is already annoted with @Transactional.
    Reading through the JPA is no problem.
    I tried different solutions heavily, but no result. Pleaes anyone point out what's the error and why object can not be serialized to DB.
    Thanks very much

    Hello,
    You might try posting on a different forum (possibly a Spring forum) as this one is more specifically aimed at TopLink/EclipseLink which you are not using.
    It appears the em is not associated to the transaction, but I can't suggest much other than point you at an EclipseLink Spring integration demo such as described here
    http://www.vogella.de/java.html
    or http://blog.springsource.org/2008/07/17/using-eclipselink-on-the-springsource-application-platform/
    which might show settings that are missing or incorrect.
    If you switched to using EclipseLink as the JPA provider i would suggest uploading the log file as that might detail how or why it is not being assocated to the transaction.
    Best Regards,
    Chris

  • I am updating from windows xp to windows 7, how can I save my bookmarks and bookmark tool bar to install on new computer

    I am updating to a new computer, old system was Windows XP my new computer is Windows 7. Can I save my bookmarks and bookmark toolbar from old XP system to install on my new Windows 7 system ?

    See:
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    *https://support.mozilla.com/kb/Recovering+important+data+from+an+old+profile

  • When I try to open a new tab using the "+" on the toolbar, nothing happens. Even trying to use the cntl t to open a new tab does not work. To open a new tab, I must right click on a hyperlink. how can I correct this? Using Firefox 3.6.18

    When I try to open a new tab using the "+" on the toolbar, nothing happens. Even trying to use the cntl t to open a new tab does not work. To open a new tab, I must right click on a hyperlink. how can I correct this? Using Firefox 3.6.18

    The Ask Toolbar is causing that in the Firefox 3.6.13+ versions. Uninstall that extension.
    There are a couple of places to check for the Ask toolbar:
    * Check the Windows Control panel for the Ask Toolbar - http://about.ask.com/apn/toolbar/docs/default/faq/en/ff/index.html#na4
    * Also check your list of extensions, you may be able to uninstall it from there - https://support.mozilla.com/kb/Uninstalling+add-ons

  • Firefox will not open it just shows a black ms dos page- how can i save my bookmarks?

    firefox will not open it just shows a black ms dos page- how can i save my bookmarks?

    See here for Bookmark Backup
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    Profiles - Where Firefox stores your bookmarks, passwords and other user data
    Profile Backup
    *http://kb.mozillazine.org/Profile_backup
    *https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles
    *https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data

  • New to using Firefox with MAC: How does one save a single jpeg image from the web (as in a right click on a pc?)

    New to using Firefox with MAC: How does one save a single jpeg from the internet, similar to using the right mouse click on a pc?

    If your question comes about because you have a single button mouse, it's time to visit your local computer store and get a ''real'' mouse for that MAC. I don't "get" Apple, they sell their hardware for almost twice what a comparable PC would sell for - and then they leave out what is probably the most important time saving control, the right-button.
    See this for setting the hidden pref for context menus in Firefox, for Mac's.
    http://kb.mozillazine.org/Ui.click_hold_context_menus
    type '''about:config''' in the URL bar and hit Enter
    Pref Name = '''ui.click_hold_context_menus'''
    Double-click to Toggle to '''True'''

  • My bookmarks have disappeared and I can't add new bookmarks.

    All my bookmarks have disappeared, including the defaults on the toolbar of most visited, etc. I can't add new bookmarks either. I have tried all the Help Topics on lost bookmarks. I tried restoring bookmark backups, but the backup from the date I lost bookmarks says "unable to process backup file." All the later dates will load, but they have no bookmarks saved in them. All of the other Help Topic attempts went fine but did not solve the problem.

    What I would say is that if you have any bookmarks at all at present that you make a manual backup of them, and then continue to make manual backups as any recovery efforts proceed.
    * see [[Backing up and restoring bookmarks]]
    There is a possibility that you had corrupt files, and may then have inadvertently overwritten any files that may have contained bookmarks. It is a good idea to make manual backups, for cases where the auto backups do not. work as expected.
    If you have already followed the instructions carefully about [[lost bookmarks]] and without resolving the situation, there may not be much you can do about your personal bookmarks. If they are important and you are willing to try there may be a possibility using file recovery software, &/or sqlite editors that something could be salvaged, but not something I can advise on, I am not currently a Mac user.
    The default bookmarks should be fairly easy to restore. You can probably also start the bookmarks working again. Trying the simplest options first:
    # work from [safe mode]
    #* at this stage when you see the first dialogue window with options do not make changes, press the continue button
    # use the customise / customize option from the toolbars and '''reset defaults'''
    #* Mac may differ from my Windows XP, I can right click bookmarks, or use the tools menu see [[How do I customize the toolbars?]]
    # if that has failed to resolve the problem go back to safe mode as in step 1 but this time use reset toolbars and controls.
    By now you should have the default bookmarks back and maybe the bookmarks work and will save new bookmarks, try it whilst still in safe mode, before going back to try in ordinary mode. If it works in safe mode but not in ordinary mode you probably have some add-on managing to cause problems
    If you still have problems and bookmarks will not save see [[bookmarks not saved]] that probably indicates corrupt places.sqlite &/or localstore.rdf the linked article explains how to find and delete them.

  • HOW DO I SAVE MY BOOKMARKS FROM FIREFOX AS I HAVE TO REINSTALL WINDOW ON MY LAPTOP

    HOW DO I SAVE MY BOOKMARKS FROM FIREFOX AS I HAVE TO REINSTALL WINDOW ON MY LAPTOP

    This would be a multistep process. First you would need Firefox on your desktop computer then import the bookmarks from IE into Firefox. Then once the bookmarks are in Firefox they can be synced to Firefox mobile.
    https://support.mozilla.org/en-US/kb/importing-bookmarks-favorites
    https://support.mozilla.org/en-US/kb/how-do-i-set-up-firefox-sync
    If you have questions about the steps reply to this question.

  • I can't save *new* documents back to SharePoint

    I can’t save *new* documents back to SharePoint. We have a SharePoint 2013 development environment, running on Windows Server 2012 and a Windows 7 Client Computer with Office 2010.
    Every time I click „new document“, SharePoint opens the corresponding template file in the client application (Word, Excel,…) So far, so good. When i select „Save“, the client application brings up a local save path on the client computer, not the SharePoint
    document library.
    I did some research and tried many approaches, but none of them worked.
    I installed the Desktop Experience Feature on the Windows Server 2012, added the server address to trusted sites, gave the user farm-administrator rights (to make sure it is no security problem) and switched the authentication mode for the web application.
    Does anyone know this problem and found a solution?

    Hi,
    For troubleshooting your issue, you can try to add a registry value to your local registry (on a machine with Office Applications installed through which you are accessing SharePoint sites):
    Click Start, type regedit in the Start Search box, and then press ENTER.
    Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
    On the Edit menu, point to New, and then click Multi-String Value.
    Type AuthForwardServerList, and then press ENTER.
    On the Edit menu, click Modify.
    In the Value data box, type the URL of the server that hosts the Web share, and then click OK.
    Note You can also type a list of URLs in the Value data box. For more information, see the "Sample URL list" section in this article.
    Exit Registry Editor.
    Reference:
    http://sharepoint-for-real.blogspot.com/2013/07/sharepoint-2013-new-file-cannot-be.html
    https://isharepoint.wordpress.com/2011/05/26/can-not-save-document-back-into-document-library/
    https://mohamedelkassas.wordpress.com/2014/01/31/can-not-save-document-back-into-document-library-in-sharepoint-2010/
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Can anyone tell me where i can get a new or used sony super drive dwu10 678-0429b in the UK, for my flat panel i mac g4  model no m9168lla , or  is there  any other compatable drives i could fit

    can anyone tell me where i can get a new or used sony super drive dwu10 678-0429b in the UK, for my flat panel i mac g4  model no m9168lla , or  is there  any other compatable drives i could fit

    Try eBay. You do occasionally see that old model advertised there.

  • How to save/backup bookmarks in firefox 5.01?

    Dear Support,
    Please teach me how to save/backup bookmarks in Firefox 5.01?
    (1) On the File menu, there is only "Import" option but no "Export" option for me to export or save my Bookmarks.
    (2) On the Bookmarks menu, there is no "Manage Bookmark" tab as some online help suggested.
    Thank you.

    Backing up and Restoring Bookmarks
    * https://support.mozilla.com/en-US/kb/Backing%20up%20and%20restoring%20bookmarks
    Check and tell if its working.

  • Why can't I add bookmarks to Firefox 3.6.6? Nothing happens when I click "Bookmark This Page".

    Why can't I add bookmarks to Firefox 3.6.6? Nothing happens when I click "Bookmark This Page".

    Just for the record, I was having this problem with older versons of Firefox also. It just happened recently and, with the help of this forum (thanks cor-el) suggesting to open Firefox in safe mode and checking add ons, I found the problem. It was the recent update of Mcafee Site Advisor. If you have Mcafee Site Advisor as an add on, disable it and see if that helps. It worked for me.
    To disable this add on,
    Go to:
    Tools/Add ons/Extensions and click: "disable" for this add on and restart Firefox. Hope it works for you too.
    P.S. To uninstall Site Advisor altogether, you must do that through Windows Add/Remove Programs.

  • I can not create new bookmarks. New bookmarks don't show up in my bookmarks list.

    i have a list of about 20 bookmarks but i can not add new bookmarks to it.

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Can Not save new phone numbers

    Can Not save new phone numbers.
    I have :
    net_rim_bb_phone_app(66) corrupt message on the screen.
    Please advice.

    Hi, thanks for replying. However after doing this process I now get the error messages when I try to save. When I try to save to the SIM it says "SIM full cannot add contact" and when I try to save to the phone it says "error cannot save contact changes". I don't believe the SIM to be full as I only have 15 numbers on the SIM. Any other advice?

Maybe you are looking for

  • Customer service complaint - very disappointed

    I just spent another hour on the phone with Verizon's Customer Service.  After being a loyal customer since 2003, my phone stopped working.  I went into a store and they helped me get it replaced.  The second phone I got had issues with it's battery

  • Reconcile Summary Notification

    Hi All, What are the steps to follow to configure the Reconcile Summary Notification for a resource? We have configured the Reconcile Summary email template with SMTP host and email address. But we are not receiving any mail. IdM is sending mail to t

  • Premiere Elements 11 (sort of) problem

    I edited a video complete with effects and music and it's almost 9 minutes long, but the timeline says that the length is over 26 minutes long. I tried the delete and close gap feature (even though there was nothing left to delete) and it didn't resp

  • Cost Center Allocation - PCA

    Experts, If a Cost Center allocation is done, would it also affect the Profit Center's associated with it also ? All answers would be duly appreciated and rewarded with points. Thanks, Nandita

  • Downloading and song playing problems

    I recently downloaded about 15 USD worth of music The music downloaded fine at least it seemed to at first.I also downloaded two south park episodes simultaneaously. First my problem with the episodes whenever I leave the itunes running to download t