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

show/hide with jquery based on url hash value?

I came up with the following script to perform actions on the page based on the #hashtag given in the url. function checkhash(){ x = window.location.hash.replace("#", ""); $('#results').html(x); //Just to show the results, Delete in your code //Put…
user756659
  • 3,372
  • 13
  • 55
  • 110
0
votes
1 answer

Div overlays fadeIn on history back and bookmarkable with a hash url

I've created a portfolio page with all my projects on. These projects are just images with on hover descriptions and buttons. I'm intending to fadeIn a whole page overlay on click of one of these buttons, with a unique id to identify which button is…
Studocwho
  • 2,404
  • 3
  • 23
  • 29
0
votes
1 answer

c# Editing word file ( setting choice-fields)

i`m using function below to fill properly data in doc.file by bookmarks and it works good. public void findAndReplace(Word.Document doc, object bookmark, object replaceWith) { Word.Range rng = doc.Bookmarks.get_Item(ref…
0
votes
1 answer

Calculate HTML bookmark smooth-scrolling, relative to a specific parent container

I have looked at all the relevant questions and answers and found most to be incomplete (and not work in this case), so am asking this specific question with a detailed JSFiddle. I have bookmark anchors deep within a hierarchy, but need to calculate…
iCollect.it Ltd
  • 92,391
  • 25
  • 181
  • 202
0
votes
1 answer

Some of my .URL bookmark files are broken

I’ve written a program that creates some bookmark/favorites shortcuts (.url files). I’ve examined some of the bookmark files it creates and some of them are okay (figure 1), but some of them are displayed with a different icon (figure 2) and give an…
Synetech
  • 9,643
  • 9
  • 64
  • 96
0
votes
1 answer

How to read bookmark links of pdf file?

I am reading pdf file in java code using PdfReader class. I want to read the bookmarks index/chapter links shown in red colored box.
0
votes
1 answer

Bookmark Firefox iMacros located in Dropbox?

I want to share/sync my iMacros (.iim) with my colleagues. The default folder where iMacros-files run is here: C:\Users\Lui\Documents\iMacros\Macros The .iim file has the following name: #example.iim We can bookmark a iMacro in Firefox, for fast…
Liu Kang
  • 1,359
  • 4
  • 22
  • 45
0
votes
1 answer

Better looking PDF bookmarks

Does anybody know if I can improve the visual appearance of bookmarks in a PDF. My marketing dept wants me to make them look more "webby" - by which they mean they want them to look more "designed" rather than plain text links. Cheers, Stan
Stan
  • 1
0
votes
1 answer

JQuery UI Tabs using Ajax and Bookmarkable

I use JQuery UI Tabs version 1.10.3. Loaded the pane data using AJAX. I saw a sample of implementing bookmarkable JQuery UI Tabs but it is static tabs (not AJAX loaded), as you can see the sample here…
Erwin
  • 71
  • 1
  • 9
0
votes
1 answer

getting current url from default android browser on any event action

Im trying to create an application. I have launched the default android browser from the main activity using intent as Intent i = new Intent(); i.setAction(Intent.ACTION_VIEW); i.setData(Uri.parse("http://www.google.com")); After…
0
votes
1 answer

Powershell and Microsoft Word bookmarks and cells

So here's one for ya, a bit complicated (I think). I have a document template, shown to below: I have a storage function and call shown below: Function (a bit ugly): function storage { param([string]$CompName) Get-WmiObject win32_volume…
0
votes
1 answer

Insert image from URL bookmark Microsoft word

I have a image URL contained in my sql database. I create a bookmark for that column in the word document (this works fine). Now I want to use the image URL that is passed from the database to insert an image. I have tried hyperlink (does not work…
BulletVictim
  • 13
  • 1
  • 5
0
votes
1 answer

How do I programmatically access bookmarks in Opera and Mozilla browsers for android?

From what I read, I need the bookmarks URI from each browser: private final Uri CHROME_URI = Uri.parse("content://com.android.chrome.browser/bookmarks"); private final Uri MOZILLA_URI =…
Goran Horia Mihail
  • 3,536
  • 2
  • 29
  • 40
0
votes
1 answer

IE8 breaks on if: Object doesn't support this property or method

I'm implementing a bookmark feature in a web application. Works fine in FF (Chrome does not support it), but it throws an error in IE8 and does not even work in IE9 & IE10. This is the code (it's inside a click handler function, so pretty straight…
Johannes Klauß
  • 10,676
  • 16
  • 68
  • 122
0
votes
1 answer

Website Bookmark/ Shortcut Icon for Android Help. Cant get passed standard ribbon icon

I have a website with a mobile version and I am trying to get it so that when someone chooses to Bookmark the website or 'Add to home screen' it will save an Icon to the home screen. I have an Android Samsung Galaxy S3 and no matter what I try I…
SowersWebTech
  • 21
  • 1
  • 5