Favorite icon like chrome

hello, is it possible to show icon at favorite bar? like chrome...!?

Yes. It's called the Bookmarks Bar in Safari.
Go to a page your wan to bookmark. If you use tabs, you can open multiple webpages in tabs to bookmark them as a collection.
Choose Bookmarks / Add Bookmark, or Bookmarks / Add Bookmark for These Tabs.
In the drop down type a name for the bookmark or collection.
Open the pop up menu and choose Bookmarks Bar, then click Add.
Too add a bookmark quickly, click the Add (plus) button in the toolbar, or drag the webpages icon from the address field to the bookmarks bar.

Similar Messages

  • Favorites icon gone from Oracle SQL Developer Help screen

    Favorites icon gone from Oracle SQL Developer 3.0 Help Center screen
    How do I get it back?
    In Oracle SQL Developer 3.0 I clicked
    Help->Table of Contents
    to bring ut the Help Center window.
    It the Help Center window I used to have a Favorites tab next
    to the Contents TAB on the left side of the window.
    I did an unpin some how and now I can't get the Favorites
    TAB back.
    On the right side there is a Star + icon that does
    Add to Favorites.
    I can add links to favorites but I have no way to go to these
    saved favorites anymore.
    How do I get the Favorites TAB/Icon back?
    Thanks

    Hi John,
    SQL Developer depends on JDeveloper code for the Help. After closing the Favorites tab I see no way to re-open it in the UI, so I imagine there may be a bug on the JDev side. Fortunately, there is a manual fix:
    In file product-preferences.xml
    In directory C:\Documents and Settings\<userid>\Application Data\SQL Developer\system3.0.04.34\o.sqldeveloper.11.1.2.4.34
    use Notepad to look for the lines like:
          <value n="helpDynamicLinksNavigatorLocation" v="3"/>
          <value n="helpFavoritesNavigatorLocation" v="0"/>
    Just change the value "0" to "2"Regards,
    Gary
    SQL Developer Team

  • What happened to Favorites Icon?

    Just got an update today (14.0.1) and noticed I've lost my Favorites Icon. Checked in the about:config and that item is set to true. Now what?

    The developers have been eliminating a lot of duplicate elements and other things that they consider unnecessary like menu items that only appear when using the keyboard from the user interface during the last few releases and there will be more changes. So you will have to get used to it and either check the docs on the SUMO Knowledge Base or search the internet for information about such changes to find out how it works now.

  • Add bookmarks to bookmark bar just 1 click like chrome?

    I recently started using firefox but i found a problem here. When i click on the bookmark button, ff save it to unsorted bookmark folder but i want ff to save it to bookmark bar automatically with one click like chrome. Is there any way to solve my problem?

    Click on the favicon image on the left-corner of a tab, and drag that icon down onto the Bookmarks Toolbar.
    I have problems using the "site identity button" since the "tabs on top" was instituted.

  • OSX now crashes every hour. OSX apps like Dock, desktops, launchpad, finder, toolbar, etc become unresponsive, although sometimes non OSX apps (like Chrome, TextMate, etc) remain functioning briefly. No obvious reason or trigger

    OSX now crashes every hour. For no obvious reason or trigger, suddenly OSX apps like Dock, desktops, launchpad, finder, toolbar, etc become unresponsive, although sometimes non OSX apps (like Chrome, TextMate, etc) remain functioning briefly, before the whole thing hangs and needs a hard reboot.
    It is not apparent what I do to provoke the crash -- it happens while I am in seemingly any application, sometimes just reading a page and not taking any actions.
    This started happening very suddenly two days ago. It might have happened around the time I updated ITunes but I'm not sure of this at all. And I never use ITunes or have it open.
    Don't know how to diagnose the problem since nothing is accessible whence it freezes up on me.  I tried software update, but problem continued after. Would appreciate troubleshooting advice. Thanks!
    best,
    gene

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time after  you had the problem. Select the messages logged before the boot, while the system was unresponsive or was failing to shut down. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V). Please include the BOOT_TIME message at the end of the log extract.
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the entire contents of the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • Safari favorite icons blinking, blurred when new tab activated - new behavior

    Safari favorite icons blinking, blurred like double vision, when new tab activated - new behavior. 
    Yosemite - all updates completed.
    Have closed Safari and reopened x2, have restarted computer.
    The favorites on tool/task bar work, just not the favorite icons on opening page of new tab

    It has resolved itself! 

  • Javascript code needed for "Add to Favorites" icon in Webhelp using RH8

    Hi,
      I have a huge problem in making the add to favorites icon click event associate with the appropriate code.
    This was the code i used in the Inline Javascript tab:
    <script type="text/javascript" language="JavaScript" src="showhide.js"></script>
    <input type="image" value="Add to Favorites" onclick="window.external.AddFavorite(location.href, document.title);return false"
    /="" name="AddTopicToFavorites_selected.gif"  src="AddTopicToFavorites_selected.gif"  
    <script type="text/javascript">var BookmarkURL="http://www.geekpedia.com"
    var BookmarkTitle="Geekpedia"
    // If the browser is Internet Explorer
    if (document.all)
      // Add to Favorites (Internet Explorer)
        window.external.AddFavorite(BookmarkURL,BookmarkTitle)
          else
                  // Add to Bookmarks (Mozilla Firefox)
                  window.sidebar.addPanel(BookmarkTitle, BookmarkURL, '');
          }</script>
    Also in the onclick in the Edit tab, i wrote: window.external.AddFavorite(BookmarkURL,BookmarkTitle)
    It loads the add to favorites window very well as in any IE..But since the static word Geekpedia is being used, it displays the same and also navigates to the static URL http://www.geekpedia.com".
    I want to make it work dynamically...Please help me with any code change if any one has tried this before.
    One other thing that got messed up with was this icon replaced all other icons in the output....but...if i viewed the whskin_tbars.htm, i could see that the default icons appeared below somwhere...and there was this Add to Favorites icon appearing at the top...I dont know why these icons have got misplaced,,,i want to align them all in the same line..
    Please help me with this.....
    -Nanditha

    Hi,
    A long story, but I will need some more time to sort this out:
    Simple solutions:
         - Change the var BookmarkURL="http://www.geekpedia.com" to your own URL, such as: var BookmarkURL="http://myhelp.com"
         - Change the var BookmarkTitle="Geekpedia" to your name, such as: var BookmarkTitle="My help system"
         - Do not insert an image trough the javascript tab, add it using the image options with the custom toolbar items popup. This will probably solve your image problem.
    If you want to the URL dynamic, you need document.location.href, such as: var BookmarkURL = document.location.href; This however will get the adress of the current frame, which is whskin_tbars.htm.
    If you want to get the Title dynamic, you will need document.getElementsByTagName('title')[0]; and then you need to retrieve the title, as: xxx.firstChild.data,: such as:
         - var BookmarkGet = document.getElementsByTagName('title')[0];
         - var BookmarkTitle = BookmarkGet.firstChild.data;
    This always gets the URL and the Title of the frame you inserted the script in, which for the button toolbar is whskin_tbar.htm. When you insert this in any give topic, your bookmark will work fine, but will only call the topic, and not your skin.
    If you only want the URL of your helpsystem, I suggest you just change the  variables BookmarkURL and BookmarkTitle.
    If you want to target the current topic from any other location, such as the title bar, you need to address the top frame and then the topic. I don't know which frame this is, but I will look into it. This may take me some time though, but perhaps someone else knows which frames to address.
    Example for getting the url of your helpsystem dynamically:
    var BookmarkURL= this.parent.document.location.href;
    //Your projects main file does not have a title, so don't get it dynamically.
    var BookmarkTitle="My help system"
    // If the browser is Internet Explorer
    if (document.all)
      // Add to Favorites (Internet Explorer)
        window.external.AddFavorite(BookmarkURL,BookmarkTitle)
          else
                  // Add to Bookmarks (Mozilla Firefox)
                  window.sidebar.addPanel(BookmarkTitle, BookmarkURL, '');
    Long story, if you have any further questions, just ask.
    Greets,
    Willam

  • Does FireFox have a security icon like other internet browsers like Safari?

    FireFox have a security icon like other internet browsers like Safari?

    If you are referring to a "lock", it was removed with the Statusbar in Firefox 4. The S-I-B is used to indicate a secure connection.<br />
    https://support.mozilla.com/en-US/kb/Site+Identity+Button
    This extension will add a "lock" in the S-I-B display.<br />
    https://addons.mozilla.org/en-US/firefox/addon/padlock-icon/

  • Reflection iCon like iPhone Apps

    Hi all,
    I'm wondering whether Keynote possible to create the icon like iPhone Apps' icons with the Reflection?
    How to do that?

    If what you mean is that shiny reflection that looks like this
    http://www.3dot5.net/blog/wp-content/uploads/2010/05/apple-touch-icon-2561.png
    Then, yes, you can. The main part of the "reflection" is just a portion of a circle overlaid on the image with a white gradient. If you put that shape over almost any image, you'll get something really close to the look you're going for. I've uploaded a doc to iWork.com that you can deconstruct to see how it's done. Click the link below to download it.
    Icon reflection

  • How can I get the number of missed messages to pop up on my message icon like the would if i missed a call

    How can I get the number of missed messages to pop up on my message icon like the would if i missed a call

    Hi,
    Go to Settings>Notifications Center>Messages, and make sure the Badge App Icon is turned ON.
    Cheers,
    GB

  • Proxy Server asking for username and password almost 6 times for every page I load, but the same doesn't happen with other browsers like chrome

    The same question keeps popping up again and again "The proxy moz-proxy://proxy.iitm.ac.in:3128 is requesting a username and password. The site says: "moz-proxy://proxy.iitm.ac.in:3128""
    Even after i give the right details, it asks me like 5 more times before it completely loads the page. Some times it happens only 2 times.
    With other browsers like chrome, it asks only in the beginning. it doesn't occur after that.
    This started occurring only recently. i upgraded to firefox 9.0 and it functioned properly for more than 12 hours before it started occuring. i tried downgrading back to 8.0.1 but the problem still continued.

    i'm afraid i need to use proxy settings to connect to internet. The settings are all fine because it used to work properly all this time. i specify the proxy address and the port, which is correct, i am very confident. it is so because the page actually loads on firefox, but not before it asks for my user name and password for it a lot of times, and for every page. for other browsers, it asks only in the beginning, that is, when i start the browser.
    i've put three pics here. under the first two settings, the third image showing the user name and password thingy popping up. this happens a lot of times for every page.

  • Delete Favorites ICONS Safari iOS 8

    I know how to delete my bookmarks, but how do I delete the Favorites Icons in Safari on my iPad with iOS 8?

    Ok well you need to delete the bookmarks you have saved in the FAVOURITES folder of your Bookmarks to remove the icons. If you don't wish to delete them visit the pages first, save them again in an alternative location/folder and then delete from the FAVOURITES folder of your bookmarks.
    Oh and by the way, if you've got iOS 8 you're doing very well as they've only just released iOS 7 last month.
    Regards,
    Steve

  • How to make Firefox not look like Chrome?

    Is there anyway to make Firefox 29 go back to the old layout?
    I chose to use Firefox because I loved the layout of the UI and it didn't look like Chrome. In this new update I may as well just switch because they look almost identical. This is really concerning to me, as I love Firefox and this new UI looks terrible to me.
    Can't we just have updates that improve the code and QoL issues without being forced into using a browser that is a 1:1 clone of Chrome?
    -Smoot

    Man...what happened to you guys Mozilla?

  • How to see themes on full page of firefox like chrome and not only on the top bar

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/876505]]</blockquote>
    how to see themes on full page of firefox like chrome and not only on the top bar

    Personas or Lightweight Themes are the ones that just put a background on the toolbars.
    You can look for the real (original style) themes here:
    : https://addons.mozilla.org/en-US/firefox/themes/
    :and you should be able to easily identify them by their pictures. I would suggest that you pick a theme that is identified under the version information to also run in Firefox 8, so you will be able to continue when you upgrade to 6.0.2 and above.
    I am on 6.0.2 and I would be shown 450 themes.
    Another method is to install a style using the "Stylish" extension, specifically a global style is what you are interested in. There are 3,697 global styles which is one [http://userstyles.org/categories category] of styles. Styles are not programs but you can put up a background picture of your choosing or color areas. But instead of hundreds to choose from you have thousands and they are mostly variations of another style. One advantage of a style is that you can modify a style to suit yourself with little or no programming experience.
    : http://userstyles.org/styles/browse/global

  • HT204023 I have iphone 4(ios 5.1.1)but there are no any icon like personal hotspot. How can i get it to my phone. Please help me. Thank you.

    I have iphone 4(ios 5.1.1)but there are no any icon like personal hotspot. How can i get it to my phone. Please help me. Thank you.

    The personal hotspot is not an app or an icon; it is a setting. You must first have your carrier provision it, then you turn it on in settings. Most carriers charge extra for tethering.

Maybe you are looking for