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

bookmark a page in a jsf 2 application

I have this JSF 2 web application which retrieves a list of tweets from a database and display them as a datalist with Primefaces (the best is to try it to see what I mean. Go to www.tweetreference.org, click on "read a tweet reference", then input…
seinecle
  • 10,118
  • 14
  • 61
  • 120
0
votes
1 answer

How to access excel bookmarks using C#

I have a very big excel file, that we have to import in database. Import is working perfect but it is taking like 35 second to import it. Client cannot wait to much. I have created bookmarks in it. Here is the link to create…
Husnain Kazmi
  • 33
  • 2
  • 7
0
votes
2 answers

javascript jquery bookmark changing

I get the feeling that this is impossible, but is there a way to change what the url of my page will be if someone bookmarks it. I ask because I'm running something in an Iframe, which isn't reflected in my URI. I was thinking maybe I could keep…
Ethan
  • 5,660
  • 9
  • 44
  • 51
0
votes
1 answer

iPhone - UITableView populates using plist works in Simulator but does not on iDevice

my problem is that im making a web browser for iPhone/iPad and i tested the bookmarked system and the tableview plist data updates when adding a bookmark. It works on the simulator side But when i tested the app using my iPhone it does not show the…
Ash-Bash32
  • 423
  • 6
  • 17
0
votes
2 answers

how to create a web Bookmark with thumbnails android widgets?

Could anybody know how to make web bookmark with thumbnails? please give me an idea on how to get the thumbnails or screen shoots of current bookmark websites.. this is the widget that I would like to learn..
0
votes
1 answer

Find out the text between two bookmarks in the page header MSWord

I'm looking for a way to find out the text content between two bookmarks placed on the MSWord page header. Suppose two bookmarks are BKM_1 and BKM_2. also the text between two booksmarks is "Test". Local loWordApplication, loDoc,…
ecasper
  • 489
  • 1
  • 10
  • 30
0
votes
3 answers

parsing FireFox bookmarks using regular expression

I tried to parse firefox bookmark(JSON exported version), using this efforts: cat boo.json | grep '\"uri\"\:\"^http\://[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}\"' cat boo.json | grep '"uri"\:"^http\://[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}' cat boo.json | grep…
SIFE
  • 5,567
  • 7
  • 32
  • 46
0
votes
1 answer

How to push bug fixes with Mercurial

Ok, I have tried searching for something concrete, but haven't come up with anything. If I am working away on new features in my default branch and a bug report comes in from previous work, what is the best way to handle the fix and pushing? I was…
dbinott
  • 911
  • 1
  • 11
  • 36
0
votes
2 answers

Wordpress: How can I get a bookmark by name?

I know how to get a bookmark in wordpress by the bookmark id. link How can I get it by its name instead of its id? Thank you.
francadaval
  • 2,451
  • 3
  • 26
  • 36
0
votes
1 answer

iPhone Bookmarks and Session variables (User has to log in twice)

I'm creating a web application meant to be viewed by iPhones, Blackberrys etc. My problem is that, when an iPhone user adds a link to the app on their home screen, they have to log in twice. The cycle goes like this: User bookmarks the app's…
adc
0
votes
1 answer

Conversion of a Sheridan DBGrid to a winforms datagriidview control can't find equalavent of bookmark property

I am trying to get rid of the Sheridan DBGrid control that we used when we were in vb6. We did a conversion from vb6 to vb.net and now just have ActiveX controls left that we have to replace because they are no longer supported and are not native…
Gregory Williams
  • 453
  • 5
  • 18
0
votes
0 answers

Fails reading Google Bookmarks RSS using .NET

Hi I am experiencing weird problem. I want to consume Google Bookmarks RSS in my .NET application. Here is the code: string rssUrl = "https://www.google.com/bookmarks/?output=rss"; NetworkCredential credentials = new NetworkCredential("myusername",…
monstro
  • 6,254
  • 10
  • 65
  • 111
0
votes
3 answers

Find Table Cell Bookmark is Within?

I am trying to find out which table cell my bookmarks are in in my Word document. I have no problem looping through the bookmarks, that was pretty simple. Now, I am trying to identify the table cell the bookmark is in, but I'm having a tough time…
AutoM8R
  • 3,020
  • 3
  • 32
  • 52
0
votes
1 answer

bookmark home page embedded with an iframe?

The content of the iframe is actually perl-generated html loaded when the links on sidebar of the home page is clicked. But even if it was just plain html. Is there a way to bookmark the home page along with a specified iframe content?
TurtleTread
  • 1,297
  • 2
  • 12
  • 23