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

How to access bookmark in a shape

I have a bookmark placed inside a rectangle shape in a Word document. I then want to navigate to that bookmark, so that I can update the text inside the rectangle. I use this code to navigate to the bookmark. This works well when bookmarks are…
Proposition Joe
  • 481
  • 4
  • 8
  • 22
0
votes
1 answer

Word VBA - check if cursor is between two bookmarks

I am working on Macro in Word (it also uses Excel, but nvm) and I need to check if cursor is currently between two specific bookmarks. To be honest I have no idea how to approach the problem. I used google, I used stackoverflow search and found…
murvs
  • 3
  • 1
0
votes
1 answer

Trying to make an Applescript to open webpages added to Reading List

I would like to automatically open download links in Safari that I remotely add to the Reading List. It is easy to add to the Reading List in iOS, and the changes are instantaneous on my computer. My idea is to use a Folder Action Applescript to…
0
votes
1 answer

HTML bookmark links not working

I'm working on an HTML page with bookmark links (a href/a id) and when I validated the page on W3C the validator told me that whitespace wasn't allowed in links and that I should replace it with %20 and so I did with a PHP function. After doing that…
HelloWorld
  • 2,375
  • 5
  • 22
  • 21
0
votes
3 answers

jQuery Scroll Bottom

I searched this site but all I found is jQuery scrolling to top. How can I scroll to certain link or bookmark in bottom? e.g. if I click a button: Contact Us then it should scroll the page down to bookmark:
user2854563
  • 268
  • 1
  • 11
  • 25
0
votes
2 answers

Javascript and bookmarks

Lets say that I am on a page that has a significantly long list of URLs and I want to make sure that I have all of them bookmarked. I know that I already have many of them in my bookmarks list and would like to avoid duplications as much as…
Aaron Luman
  • 635
  • 1
  • 10
  • 29
0
votes
0 answers

Can I add a bookmark to default browser programmatically in Mac OS X?

As title mentioned. Can I add a bookmark linking t a specified web URL programmatically to the system's default browser in cocoa application?
Andrew Chang
  • 1,289
  • 1
  • 18
  • 38
0
votes
1 answer

In WP8 adding tile for web site programmatically

I'm trying to add a tile to the start screen for my web site programmatically. Is there a way to do that via javascript? Thanks :)
0
votes
3 answers

Ordering bookmarks by page using microsoft interop c#

I have a template word file composed by 2 pages, each page has a bookmark, the first page bookmark name is A4 and the second page bookmark name is A3, but when I read all bookmarks from the word document I get them in alphabetical order, I want them…
Daniele Sassoli
  • 899
  • 12
  • 34
0
votes
2 answers

Export and Import Bookmarks in Lotus Notes

I have moved to a new computer at work and I would like to export my bookmarks from Lotus Notes on my old PC and import them to my new one. Is there an easy way to accomplish this or will I be stuck creating my bookmarks from scratch?
Duane Johnson
  • 11
  • 1
  • 2
0
votes
2 answers

Open Chrome bookmark app in new window

I am trying to build a bookmark app for Chrome by following the instructions here. This is the sample manifest.json: { "manifest_version": 2, "name": "Google Apps Certification app", "description": "Link to Google Apps Certification…
0
votes
1 answer

Android: Add to favorites option in android app that links to a ListView

I have loads of HTML pages, and when users click a certain button, one of the HTML pages open, I have also created a ListView sort of like an Index page, now I already added a Bookmark / Add to Favorites button to the layout of the WebView, I want…
0
votes
0 answers

All browsers "bookmark" link in JavaScript working with FF23+

Since Firefox deprecated window.sidebar.addPanel in version 23, is there a javascript code to bookmark a page with an image or link? I'm looking for an "all browser" version of the code, like the one that used to work here: How do I add an "Add to…
Lisa Jacobs
  • 53
  • 12
0
votes
1 answer

How can I create a bookmarkable stateful page without versioning?

Wicket offeres these concepts for pages and page links (afaik): Bookmarkable Links do not depend on any session information. The URL may not contain session ids, version numbers, etc. Stateful Pages are stored on the server so they can be used later…
Frank Henningsen
  • 183
  • 2
  • 11
0
votes
1 answer

Anchored bookmarks conflicting with fixed top-of-page nav

This is my first time posting on here. I've searched for a while for an answer to this question and I'm now turning to this board because it's proven useful to me in the past. The motif of the page I'm designing is a one page scrolling website…
David Gaskin
  • 548
  • 7
  • 26