Questions tagged [bookmarks]

Bookmarks are a browser storage facility for URLs. Use this tag only for programming-related questions about bookmarks. Questions about using a browser are off-topic on Stack Overflow.

Bookmarks can be used to store URLs to all browser supported URI schemes. Here are the most common:

  • http:
  • https:
  • file:
  • ftp:
  • javascript: (bookmarklets)
  • about:

Here are some browser specific URI schemes:

  • chrome: (Google Chrome)
  • resource: (Mozilla Firefox)
  • jar: (Mozilla Firefox)
1114 questions
0
votes
1 answer

Bookmark not visible in browser app after added via getContentResolver().insert(Browser.BOOKMARKS_URI, values);

I add a bookmark with the following code: ContentValues values = new ContentValues(); values.put(Browser.BookmarkColumns.TITLE, "bookmark title"); values.put(Browser.BookmarkColumns.URL, "http://www.someurl.com/"); …
dors
  • 5,802
  • 8
  • 45
  • 71
0
votes
1 answer

Is there a way to get bookmarks information WITHOUT using JS?

I've been doing some research on this and I'm still not sure if it's possible. Is there any way to retrieve a user's bookmarks and display them on the page without violating their privacy? I saw these two threads talking about using JS to do…
Chelsea
  • 335
  • 2
  • 13
0
votes
1 answer

Android Query for Bookmarks not filtering in Jelly Bean

Looking for some help regarding querying in different verions of Android. I have the following code that returns a cursor of bookmarks. I am trying to filter the browser to return only urls that are actual bookmarks, not just browser history. It…
Jaz
  • 371
  • 1
  • 6
  • 20
0
votes
1 answer

How do I use the Microsoft Word API and Bookmarks feature to programmatically add different text to the same bookmark collection?

I am trying to bookmark all the fields with text 'sample' in a word document. I need to bookmark all of them with the bookmark Name "fld_sample". I am using Microsoft.Office.Interop.Word API to do this programatically. The code below is sample code…
user1081802
  • 47
  • 1
  • 1
  • 6
0
votes
1 answer

How to make all pages bookmarkable in a JSF Project?

Before I start to implement some code. I want to be sure about the techniques. In my case, i want to be able to bookmark every page. What should i take in account to make it possible. In the project I will use: Myfaces (JSF) MVP JPA 2.0 How should…
Kayser
  • 6,544
  • 19
  • 53
  • 86
0
votes
1 answer

History API, refresh and bookmark

     pushState doesn't make a request, it just changes the url and stores a new history entry. Thinking about this concept, it's impossible to refresh or bookmark because the server will always do a request. A server-side solution is…
Caio
  • 3,178
  • 6
  • 37
  • 52
0
votes
1 answer

Visual Studio Web Developer Express 2012 RC: How to bookmark code?

This used to be real easy in 2010, but now I can't even find the bookmarks window or the buttons to mark code. Renamed? moved? This applies to the current 2012 beta. I could not find it in view->toolbars or view->other windows EDIT: maybe I should…
FlavorScape
  • 13,301
  • 12
  • 75
  • 117
0
votes
1 answer

What's the best way to Bookmark/List TODOs in VS2010 for Teams?

as VS2010 Task List only scans active file for Comment Tokens and Bookmarks may make troubles if developers have there project on different drives/paths, what would be the best way to manage open TODOs for projects where more than just two people…
Sagi
  • 783
  • 1
  • 8
  • 17
0
votes
1 answer

how to import chrome bookmark from windows into ubuntu browser(mozila)

I was a windows user for last 5 years but wanted to switch into Ubuntu World. I saved too many (around 100) bookmarks into chrome while using Windows. Now I want to import those bookmarks into Ubuntu browser (Firefox). Can you please help me to…
Dipendra Singh
  • 542
  • 1
  • 6
  • 23
0
votes
1 answer

Search for a certain style in word 2010 and make it into a bookmark using vba

How to make a style as a bookmark in word 2010?
Amar
  • 65
  • 1
  • 2
  • 8
0
votes
2 answers

JS - Get Current Website Name (Similar To Safari)

This is a tough one to explain, but I'll try my best! I'm programming my app in JavaScript, and I'm using the Titanium IDE. So, I'm trying to create a bookmarks menu for my app. I need it to essentially get the name/content header of the website,…
Jtaylorapps
  • 5,680
  • 8
  • 40
  • 56
0
votes
1 answer

Google Chrome extensions update settings or Preferences file?

I found the brower whether display bookmarks bar by Settings in the option "Always show the bookmarks bar", it is relative "...Google\Chrome\User Data\Default\Preferences" file: { ...... "bookmark_bar": { "show_on_all_tabs": false }, …
leiming
  • 494
  • 4
  • 13
0
votes
1 answer

How to make a program open on a specific screen (multiple monitors)?

I have my pc connected to my television and I use this so I can get netflix in HD on my couch, among other things. I have a few bookmarked locations that I only really use when I am on the couch. I have saved those links to my desktop, but on screen…
person0
  • 1,278
  • 2
  • 15
  • 20
0
votes
1 answer

Javascript: want to run my Bookmarklet infinite time

I have one boomarklet, means javascript code that takes current page's source, search for one string (or i can say hyperlink) and changes the current page to gathered link. The problem is that i want to make it run infinite times, if possible…
Gaurav Gandhi
  • 3,041
  • 2
  • 27
  • 40
0
votes
1 answer

Android bookmarks on home screen don't refresh page

So I've noticed that there's inconsistent behavior with Android browser bookmarks. Those launched from within the browser will get the latest page from the server. Those launched from a shortcut placed on the home screen will often simply reopen the…
Bradley Thomas
  • 4,060
  • 6
  • 33
  • 55