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

Book mark issue in iframe

I am using ext js 4.2 and i am rendering the HTML in iframe. The issue which i am facing is that in HTML content we have some bookmarks and when i clicked (back to top) it refresh the page instead go to top. To test the case i copied the HTML…
user3731362
  • 71
  • 3
  • 13
0
votes
1 answer

How to custom links aka blogroll widgets?

wordpress\wp-includes\default-widgets.php @ line 91 /** * Links widget class * * @since 2.8.0 */ class WP_Widget_Links extends WP_Widget { function WP_Widget_Links() { $widget_ops = array('description' => __( "Your blogroll" ) ); …
idontknowhow
  • 1,507
  • 5
  • 17
  • 23
0
votes
0 answers

Google Extension Bookmark API doesn't work for me

I'm trying to program a "simple" Chrome extension. The only thing it should do is add a bookmark (irrelevant to witch page). So, I read everything about the Google bookmark API. But, I do not get it. All the code I found on this page (and other…
0
votes
1 answer

Spotfire Bookmarks issue

I have a dxp file published to Library (Server) having 5 dashboards. All my filters are created using Document Properties for users to interact with. I did the below scenario: Selected certain values from the Properties so that data gets filtered…
Subro
  • 33
  • 1
  • 11
0
votes
0 answers

How to Import Bookmark from Existing Template to another PDF Including Action?

I am working on the Bookmark Export Task which exporting all the bookmark from one pdf to another pdf. Which is working fine for me now but the Bookmark Properties like Zoom in/zoom out/page navigation actions are not working. Please find my code…
Nachiappan R
  • 182
  • 1
  • 1
  • 20
0
votes
1 answer

PDFsharp bookmarks in text

How can I create something like bookmark but in the text? Like URL, click on this bookmark in any place in text and it redirects you to other page.
kusanagi
  • 14,296
  • 20
  • 86
  • 111
0
votes
1 answer

Notepad ++ How to create a Macro to Bookmark certain lines based on 5 different values

I am wondering if it is possible to use Notepad ++ to create a macro that I can use to find the following values of "SUPP1, SUPP2, SUPP3, SUPP4, WAVSL" and bookmark the lines they are present on. I have roughly 90 files to sift through and locate…
Specialt
  • 25
  • 1
  • 6
0
votes
1 answer

Flash/ActionScript - Navigating Long Scripts By Locking Selections (Collapse/Expand)?

if there's one thing i miss about native programming for Mac OS X using Objective-C and XCode, it's the ability to set #praga marks (essentially bookmarks) to easily navigate thru long scripts via the pull-down menu. in Flash Authoring CS5 i can can…
Chunky Chunk
  • 16,553
  • 15
  • 84
  • 162
0
votes
1 answer

Where does Firefox store its Bookmarks locally?

I need to parse Firefox' bookmarks programmatically and am looking for the bookmarks. On OS X Firefox stores the (default) profile data in ~/Application Support/Profiles/[abcdefgh].default/ There's a folder called bookmarkbackups but it doesn't seem…
Hedge
  • 16,142
  • 42
  • 141
  • 246
0
votes
0 answers

linking postscript pdfmark DST with latex hypertarget/bookmark

%!PS /Helvetica findfont 20 scalefont setfont 20 dup moveto (Comparator) show newpath [ /Rect [ 20 dup moveto (Comparator) false charpath pathbbox newpath ] /DST /Color [.7 0 0] %use Page 2 to make this work temporary /Subtype /Link /ANN …
Jwary
  • 137
  • 2
  • 16
0
votes
1 answer

Better way to identify a user in a url

I have written this other question Is it secure to put the user id as a url parameter? But I have doubts, I don't know in terms of security what is the best way to identify a user in a social network in a url so that it is bookmarkable. For…
0
votes
0 answers

Linking bookmarklet with site's bookmark

I made working bookmarklet to alter some stuff on some site. What I would like to do, is to link somehow this bookmarklet with that site/bookmark containing url address of that site. I was trying to achieve that by using window.location and redirect…
norbidrak
  • 463
  • 6
  • 22
0
votes
1 answer

Inserting text in a embedded Word template, at a bookmark, from excel. "error 13 Type mismatch" error

I am currently working on a project that have one word template embedded in one excel template. A button in excel was created for opening the embedded word template, exporting the data from excel and puting them into word by using bookmarks in word…
0
votes
1 answer

How to create a bookmark for some section of page which is present on different website using href attribute in HTML?

Consider the scenario where I've one website having URL http://www.abcd.com. On this website suppose there is a file titled index.html. This index.html file contains HTML code. Now I want to provide the user with a hyperlink on the page index.html…
PHPLover
  • 1
  • 51
  • 158
  • 311
0
votes
1 answer

Javafx:Menuitem not taking value from controller

I am trying to make a browser using javafx in which i want to add the bookmark functionality.I want to bookmark the webpage and display it in the menuitem.Bookmarking is working but the problem is that it is not displaying the bookmark field in the…
user123
  • 11
  • 2