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
0 answers

Sort Acrobat XI Pro Bookmarks with Adobe's JavaScript

I have a large Acrobat file (Acrobat XI Pro) which I have Bookmarked. The resulting Bookmarks are, however, all over the map so the goal is to sort the Bookmarks A-Z. I searched for an appropriate Acrobat Action without success. I did, however,…
LawGuy
  • 65
  • 6
0
votes
1 answer

How do I programatically click on a bookmarklet that opens a Javascript window and verify the window's contents?

I want to open a specific URL(relatively easy to achieve in Watir/WatiN), then click on a bookmark/bookmarklet which in turn opens a Javascript window in which certain links then appear. I want to be able to verify links' wording and URLs. The…
akapulko2020
  • 1,079
  • 2
  • 22
  • 36
0
votes
1 answer

How to share visual studio boomarks between developers?

I've recently stumbled across the ability to use boomarks in Visual Studio. (http://www.codeproject.com/Articles/42973/Using-Bookmark-in-Visual-Studio.aspx) As far as I've googled, I've found out that the bookmarks are stored in the .suo file of the…
citronas
  • 19,035
  • 27
  • 96
  • 164
0
votes
2 answers

Word Interop Add a bookmark to a header

I have a .doc Word document and there is a text in header. I want to find the word "MyWord" from the header and add a bookmark to it (bookmark is also called "MyWord"). At the moment the code I have is able to search in headers and footers, but I…
Nick_F
  • 1,103
  • 2
  • 13
  • 30
0
votes
1 answer

Chrome - the strange case of the disappearing bookmarks

Just had an odd problem with Chrome(v43 on Linux-Fedora) I have never had before. I have a Google account I use in conjunction with Chrome and use it to keep my bookmarks sync'd between devices. This has worked flawlessly for years. Then in the…
Gatmando
  • 2,179
  • 3
  • 29
  • 56
0
votes
5 answers

Can you access a client's bookmarks using javascript with their permission?

I want to make it easier for a user to import bookmarks to my server. Is there anyway to automate this process using javascript to obtain the user's bookmarks? I'm assuming the browser has to have this feature - and I'm not sure if any browser does…
FinDev
  • 4,437
  • 6
  • 29
  • 29
0
votes
1 answer

XSS attack: Stealing bookmarks

Is it possible for someone to steal my bookmarks through a cross-site scripting attack? Is it a similar procedure to cookie stealing?
blindeyes
  • 409
  • 3
  • 13
0
votes
2 answers

zf2 route to bookmark

In zf2, how do we write the routing to point to a bookmark in a page? For example, if a target page had this:

Useful Tips Section

and we want the router to generate this: Visit the Useful Tips…
jcropp
  • 1,236
  • 2
  • 10
  • 29
0
votes
1 answer

Iterate bookmarks collection in for each loop

I have this problem with a loop for filling text into bookmarks in a MS Word document. It seems that the loop keeps restarting everytime and never gets to the 'next' bookmark. Here is the code (the reason I use the .StartsWith is that I have several…
Crumboo
  • 25
  • 5
0
votes
2 answers

DocumentMap/Table of Contents for DocumentViewer, and calling a hyperlink by name or link number for XPS documents

I have XPS files with header bookmarks. If you open the source document in Word and go to view->Document Map, you see all of the bookmarks on the left. Is it possible to get this same functionality in DocumentViewer, like you would get with a PDF…
Kizaru
  • 2,443
  • 3
  • 24
  • 39
0
votes
1 answer

Add to bookmark browser data SELECT from database

I have an application build in php that show some data SELECT from a database build in MYSQL. These data are show as link where you can click on and the appaer as document. Is it possible to add a function with a button star that add me these links…
Overnet
  • 965
  • 3
  • 12
  • 20
0
votes
1 answer

stop scrolling on bookmark hyperlink clickin

I am trying to make a jquery similar tabs. since its for single use in single page i dun want to use jquery so i am making my custom function. I have my li tags as following
  • KoolKabin
    • 17,157
    • 35
    • 107
    • 145
  • 0
    votes
    1 answer

    Chrome extension - function in javascript not working properly

    This is my first question on stackoverflow. I am trying to write code for a chrome extension that helps in shortlisting. The idea is to have a folder named Shortlists in bookmark bar, and a few subfolders by name "www.stackoverflow.com" or…
    0
    votes
    3 answers

    How to handle callbacks in JavaScript within recursive functions?

    Trying to compare two sub trees of bookmarks in Chrome, I ran into troubles with the asynchronous API call to query the children of a bookmarks folder. function titleComparator (lhs, rhs) { return lhs.title < rhs.title ? -1 : lhs.title > rhs.title…
    danijar
    • 32,406
    • 45
    • 166
    • 297
    0
    votes
    1 answer

    Django Form Validation in v1.2.1

    I'm using django-bookmarks for one of my projects and recently updated to Django 1.2.1. I noticed that the form submit does not validate since the update. Please note that I did confirm this is working with Django v1.1.1, so the new version and…
    twampss
    • 1,287
    • 2
    • 12
    • 13