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

Get All Bookmarks from Word Document

I've been looking around for a solution to this for a little while now. I need to extract all bookmarks from a word document so I can manipulate them as I please. So I guess I just need a reference to them rather than the actual bookmarks. What I've…
OmniOwl
  • 5,477
  • 17
  • 67
  • 116
0
votes
1 answer

Make the display url of a web site different than the actual url for bookmarking purposes

Is it possible to display a different url than the actual url for bookmarking purposes? Here's why, web site a.com is live and being use for administrative purposes that have not been added to the new site. So when a user visits a.com, they are…
user1510450
0
votes
0 answers

Java swing multiple cards in one JFrame

I want to have multiple cards/bookmarks/pins/windows inside one jframe, just like here: I cant find anything anywhere, just name of this feature in Java should be enough, I'll google the rest. Thanks in advance.
kajacx
  • 12,361
  • 5
  • 43
  • 70
0
votes
1 answer

Docx4j Set a value on Bookmark

I'm recently using the docx4j and i'm trying to set a bookmark on a Word document (it's my template file). I already see the manual but i don't find the answer :S I'm using version 2.8.1 and i'm getting a Bookmark based on the code available…
JMarques
  • 3,044
  • 4
  • 34
  • 55
0
votes
2 answers

How does Chrome count write operations for bookmarks

I'm developing a Google Chrome Extension that needs to create many bookmarks and folders. My problem is, that I don't understand, how Chrome counts the write requests that are limited by the value of…
0
votes
1 answer

How to parser bookmark xml using Objective-c?

I want to parser bookmark xml that import from web browser.I have reading a NSString from a local file that is bookmark xml file and created a NSXMLDocument.The code is NSXMLDocument* document = [[NSXMLDocument alloc] initWithXMLString:htmlStr…
gohamgx
  • 273
  • 2
  • 16
0
votes
2 answers

Using Bookmarks with jQuery Address

I am using jQuery's Address plugin (website) to enable the back/forward buttons on my website. I would REALLY like to also have the ability for people to bookmark pages and to copy the address from the address bar and share it with friends. Address…
S.Kiers
  • 4,086
  • 3
  • 32
  • 38
0
votes
1 answer

Bookmarking page to load specific Frame content, is there a FF add-on or somethign I can do with a bookmarklet?

I am using an application which has a cumbersome menu structure and I would like to create a bookmark to a specific page within the application. The app does not update the url as you click around each screen, and the top level source is I can…
noel_g
  • 279
  • 1
  • 6
  • 17
0
votes
1 answer

Android: How do I deal with storing Bookmarks?

I am essentially using a listview but am looking at providing a bookmark functionality. I am thinking that I should store the item attributes in a file when bookmarked and retrieve when required to populate a bookmark listview. I was wondering if…
Legend
  • 113,822
  • 119
  • 272
  • 400
0
votes
1 answer

asynchronous chrome method inside for loop

for every variable i, below code should traverse thro' each bookmark node and compares the url, whether it exist or not. for(i=0;i
Gomathi Sankar
  • 217
  • 1
  • 3
  • 15
0
votes
3 answers

How to make content tabs linkable and bookmarkable?

I'm needing to add content tabs to pages that are currently over long. This is as far as I've got: http://jsbin.com/olacod/1/edit I've been attempting to make the tabs linkable (i.e. from other pages) and bookmarkable (from within a content tab or…
Craig
  • 49
  • 1
  • 9
0
votes
2 answers

How can i import and read bookmarks of MS word in to Java

It's a very hard question and I searched for it and I didn't find any good answer! I want to read (key) Bookmarks of Ms Word and set the vlaue in Word with Java program language! how can I do it? with Apache POI didn't work! :( thanks
A R
  • 425
  • 1
  • 5
  • 11
0
votes
1 answer

Can a Chrome bookmark contain a lot of javascript?

I'd like to create Chrome bookmarks that perform actions when clicked. The vast majority of them will be manipulating the URL and reloading the page. Can you make Chrome bookmarks that contain large amounts of Javascript? Maybe even jQuery?
user1729506
  • 975
  • 4
  • 15
  • 28
0
votes
1 answer

ios scroll webview to bookmark in pdf

my webview displays a pdf file that has bookmarks for certain pages. How to I get the code to automatically scroll to the page of a particular bookmark in the pdf?
user2104778
  • 992
  • 1
  • 14
  • 38
0
votes
1 answer

Is it possible to calculate if a certain bookmark is in my word document

I have a calculation in the footer of my Word document that only displays on the last page. I compare the current page with numpages. If they are the same, it displays the footer details. All good, but I have a situation when someone adds a cover…
Boyplunder
  • 75
  • 1
  • 10