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

remember a variable in bookmark

[RESOLVED.. Pilot error] This was the issue. I was not passing the variable on pageC header('Location: pageC.php?screenname='.$screenname); I am sending a visitor to a page that contains a variable (screenname) and pulls additional information…
Phil
  • 1
  • 1
0
votes
2 answers

Meta box in links / Wordpress

Is there a way to save meta box value when it's added to links? Here is my code:
El Kopyto
  • 1,157
  • 3
  • 18
  • 33
0
votes
0 answers

How to Implement BookMark in jsf1.2?

In my application using JSF1.2 I have two jsp pages one is allemployee.jsp in which I placed a with 100 rows . Each contains employee's name,phone No,experience and so on... and the second page is detail.jsp where I am displaying…
Diganta
  • 671
  • 3
  • 11
  • 27
0
votes
1 answer

Import Bookmarks from html file

Im trying to add a import bookmarks function to my app. I have some of it but it will just extract all URLs and titles. - (NSArray *)urlsInHTML:(NSString *)html { NSError *error; NSRegularExpression *regex = [NSRegularExpression…
0
votes
1 answer

Add to favorites button on sidebar in blogger

I want to add an "Add To Favorites" button on the sidebar of my blog in Blogger. I already have the image but I need the code. I'd like it to work for all browsers. What will you suggest to me?
0
votes
3 answers

Mercurial bookmarks - utilization for development and stable versions

This is NOT another what are bookmarks/what are branches question - I have read all of these posts and now want to clarify some things about correct usage. I am developing a website. I want a stable version, and a development version. So I create…
Thomas Clowes
  • 4,529
  • 8
  • 41
  • 73
0
votes
1 answer

ie8 bookmark # click moves page

I have a few basic controls that are anchors with no urls, such as UP there's jQuery stuff attaching it to the click event (it's a jcarousel control with overflow hidden) I understand that onclick needs a return false on it…
BReal14
  • 1,603
  • 1
  • 12
  • 35
0
votes
2 answers

Opera: How to show bookmarks in upper panel?

Is it possible to have bookmarks always displayed in upper panel, like it is in google chrome? I can display bookmarks only in sidebar panel. I can add just icon "Bookmarks" to upper panel, but not particular bookmarks into it. Is it possible to…
tomas.teicher
  • 913
  • 3
  • 13
  • 26
0
votes
1 answer

Access User Bookmarks iPhone?

From iOS 6 and later, it is possible to access the users bookmarks? Or would I have to create my own implementation? Thanks.
Josh Kahane
  • 16,765
  • 45
  • 140
  • 253
0
votes
1 answer

UISearchBar: displaying search history

I'd like to show search history when the bookmark button is tapped:A table with last 10 search entries would pop down below the searchbar.(like google autocomplete) I've got search history NSMutableArray with NSString search entries. How should I…
Artem Sultan
  • 459
  • 4
  • 10
0
votes
1 answer

How to create a drag and drop link with favicon

We are working on a link that can be added to the bookmarks menu of most web browsers, we have successfully created one that even executes some javascript to insert code into the website that is in display at that moment (like pinterest). Is it…
multimediaxp
  • 9,348
  • 13
  • 49
  • 80
0
votes
4 answers

How to write and read data from plist to tableview

Hi I am trying to make bookmarks for my browser. Title of Page, Url of Page, any Comments related to page. I tried to save it in plist, but unsuccessful. Can anyone can help me to save these thing to plist and retrive in table view. So, when user…
user777304
  • 455
  • 2
  • 9
  • 24
0
votes
2 answers

Reading (and writing) Opera .adr bookmarks

Is there any library to parse the .adr file format used by Opera bookmarks? Does it also support writing in that format? At first, I'd ask for a Python library, but I'm also curious if there are such library for other languages.
Denilson Sá Maia
  • 47,466
  • 33
  • 109
  • 111
0
votes
1 answer

Data being inputted at end of line of the bookmark in MS Word not where it should be

I'm inputting data from the database to bookmarks in MS Word, every data is inputted right but the problem is that the data's location is inputted - for each related bookmark - at the end of the line and not where I added the bookmark, and I don't…
Arwa A
  • 259
  • 2
  • 5
  • 11
0
votes
3 answers

How to replace/remove specific strings from html file using Notepad++?

I've export my bookmarks from FF in to a html file but it's too huge and complicated, so I need to remove some firefox lines from it to make it more lighter and plain. I can replace basic things in the Notepad++ but I guess I do need some operators…
DummyOne
  • 33
  • 1
  • 1
  • 6