Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

32
votes
3answers
17k views

Configuring Android Web Applications

iPhone web apps have four configuration features available (not including the HTML5 application cache) to configure how web pages behave when you save the web page to the home screen as a bookmark. ...
12
votes
3answers
2k views

How to bookmark code in XCode 4?

I couldn't find a way to put a bookmark inside the code in XCode 4. I know about the #pragma mark thing but it's not what I'm looking for. What I need is something that I can put and remove with a ...
12
votes
7answers
3k views

Add a bookmark that is only javascript, not a URL

I'm thinking that the reason I can't do this is because it might be a huge security hole, but here goes... I want to have a bookmark on my browser (FF3, preferably) that is only a snippet of ...
9
votes
4answers
17k views

Add to browser favorites/bookmarks from javascript but for all browsers (mine doesn't work in CHROME)?

can anyone help, i am using the following for adding a bookmark to IE and firefox but its not working in CHROME and i don't get my error msg saying "not supported" either.. Anybody know of a good ...
7
votes
5answers
6k views

Cross-browser bookmark/add to favorites javascript

Is there any Cross-browser bookmark/add to favorites javascript. Searched for some list but none is working. Can you please suggest any ?
6
votes
5answers
240 views

Favourite places in vim

Is there a command in vim that can bookmark a place (path to the file, line number in that file), so that I can go to that place easily later? It would be similar as NERDTree :Bookmark command. You ...
6
votes
12answers
253 views

What are your Rails bookmarks to help you solve problems and learn?

When you're solving a problem in Rails, what websites do you turn to as resources? (... other than StackOverflow!) I'm not looking for links to tools such as IDEs, but rather information resources. ...
5
votes
1answer
121 views

How to bookmark a webpage in an Android application?

I am developing a Newspaper like application. I'm wondering how to save webpages with the click of a button and display it at a later point in time. I googled for this in vain. If anyone knows how to ...
5
votes
5answers
10k views

iPhone bookmark link add to home screen?

Is it possible to add a link that bookmarks to the home screen?
5
votes
5answers
1k views

Read Firefox 3 bookmarks

Firefox 3 stores the bookmarks in a sqlite database. There are several hacked sqlite java libraries available. Is there a way to hack the sqlite database in java(not using libraries) to read bookmarks ...
4
votes
1answer
217 views

How to show a checkbox on the left side of each bookmark node?

What i wanna do is an extension that allows me to open the bookmarks in my Bookmarks bar directly from the extension. The popup.html shows the name of all the folders that i got (and if i click on a ...
4
votes
3answers
105 views

Javascript bookmarklet fails on certain sites, creates ghostly new <html> page

I noticed that my Javascript bookmarklet was failing on certain sites like Google Reader and Google search results pages (and randomly on some non-Google sites). Looking at the console, I could see ...
4
votes
1answer
314 views

Is it possible to bookmark an alternate URL

When a user tries to bookmark one of my pages, I really want it to bookmark a different URL (in my case a tel:// URL -- on the iPhone). Is there a meta tag or something I can use to specify that the ...
4
votes
6answers
3k views

Read Firefox bookmarks using C#

Using C#, I need to get all Firefox bookmarks for importing them into our database. How can I do this? I'm aware of the SO question, Read FF 3 bookmarks in Java, but the answers there all seem to ...
4
votes
3answers
3k views

A Firefox javascript bookmarking problem

I'm using the following JavaScript code: <script language="JavaScript1.2" type="text/javascript"> function CreateBookmarkLink(title, url) { if (window.sidebar) { ...
3
votes
1answer
460 views

Manipulating Google Chrome bookmarks from external program (and make Chrome aware)?

Is there any documented way for an external program to manipulate the Google Chrome bookmarks? The bookmarks are stored in a "Bookmarks" file in the user data\default directory, looks like JSon or ...
3
votes
1answer
528 views

The range cannot be deleted. at Microsoft.Office.Interop.Word.Range.set_Text(String prop)

The recommended c# .net code to replace a bookmark with text appears very straight forward and I have seen the same code all over the net on so many websites (including yours, from a Sept. 2009 post) ...
3
votes
2answers
134 views

Is there a way to tell the browser to bookmark a different URL than is in the address bar?

I have an application that utilizes rather unfriendly dynamic URLs most of the time. I am providing friendly URLs to some content, but these are used only as an entry point into the application, ...
3
votes
1answer
116 views

Why do Visual Studio 2005+ bookmark keyboard Shortcuts go to bookmarks in other documents?

Prior to Visual Studio 2005, the bookmark feature worked perfectly. Then starting with VS 2005, I noticed that requesting the "next" or "previous" bookmark stopped working correctly. Sure it will ...
3
votes
3answers
598 views

Adding Browser Bookmarks using JavaScript

I have an ASP.NET web page having a button in it. Clicking the button, a bookmark should be saved in the browser and when the user clicks the bookmark, it should surf to http://google.com. How do I ...
3
votes
3answers
334 views

Reading Firefox Bookmarks

Apparently, latest Firefox versions stores its bookmarks in a file called 'places.sqlite'. Like a browser can import the bookmarks from another browser, I would want to import the bookmarks to a file, ...
3
votes
2answers
422 views

How add WordPress links/bookmarks programatically?

I have a function that is hooked to WordPress' scheduled cron jobs, that goes through some RSS feeds and adds links. I can't seem to find a function that will add the links for me, so I have to write ...
3
votes
4answers
242 views

How to make a link that makes the page their homepage or a bookmark?

Is there a simple way to create a link that does either? Basically, I would like a very simple way to do this. Any suggestions are helpful. UPDATE: Thanks for the responses! Does anyone know how to ...
2
votes
1answer
135 views

VBA Exporting Microsoft Word Bookmarks and Selection Text to Excel Spreadsheet

I've recently been put in charge of document standardization for a client at my work. They're government so I can't really post anything in the way of examples for reference. Sorry. What I'm trying ...
2
votes
2answers
204 views

VB.NET Microsoft Office Interop Bookmarks

I am working on a project which will include automatically filling out some templates. I plan to use word bookmarks to create the templates and then fill them in via VB. This would be no problem, ...
2
votes
3answers
114 views

How do bookmarks work?

Im interesting in how bookmarks work for social networks sites like facebook for example, when you look at someone's profile its www.facebook.com/customname or if they didnt make one yet its ...
2
votes
1answer
456 views

url hash tag to stop scrolling / focusing

Working on a project which uses Jquery(1.6) Tabs, works all good but wondering if there's a way to stop the page focusing on the content div when using the hash tag in the url, its the browsers ...
2
votes
3answers
64 views

How to optimize count of new posts in favorites

I would like to say, that I will be glad for any reply. I will try to structure my text for better understanding. Situation I run thematic internet forum, where you can add topics as your favorites ...
2
votes
2answers
226 views

Preventing a JavaScript event listener from firing multiple times concurrently (in a Google Chrome extension)

I've set up a Google Chrome extension that creates a context-menu of the user's bookmarks. As the ContextMenus API must be implemented through a background page, I added the following event listeners ...
2
votes
2answers
612 views

Mercurial, “Branching with bookmarks”

I read this document: A Guide to Branching with Mercurial, specifically the section titled Branching with Bookmarks. It says: Now you’ve got two bookmarks (essentially a tag) for your two ...
2
votes
2answers
101 views

how can i code an addon to read firefox bookmarks

I'm familiar with basic FF addon development and have created a "test" toolbar button. Now when I click on this button I want my addon to read FF bookmarks. As simple as that. Now I've spent 3 days. ...
2
votes
3answers
611 views

Can I save my app's state at close time in iPhone OS?

I have an app that functions much like an ebook. I have a bunch of textual information in various languages that is accessible through a number of drill down methods. When a user wants to get into ...
2
votes
3answers
472 views

Open Source Social Bookmarking CMS?

I am looking for an open source social bookmarking site CMS so I can build a site like delicious with it for my organization. This will be deployed in the internal LAN. Do you have any ...
2
votes
1answer
210 views

bookmark feature opening as a sidebar

HI, I have implemented a Bookmark feature in my website, but when I click on the bookmark link from the toolbar, its opening as a new window in a sidebar instead as an new page in mozilla firefox, ...
2
votes
1answer
520 views

UISearchBar Bookmarks

Does anyone have a good sample of storing bookmarks for a UISearchBar? What's the most elegant way to store this? Any sample code would be appreciated.
2
votes
1answer
11k views

Recover Firefox tabs after accidentally closing the window without saving the session [closed]

I've gradually come to fully rely on Firefox's ability to recover my tabs after any kind of crash. That faith was not entirely ill-founded but what I didn't have a contingency plan for was ...
2
votes
2answers
522 views

Google Bookmark Export date format?

I been working on parsing out bookmarks from an export file generated by google bookmarks. This file contains the following date attributes: ADD_DATE="1231721701079000" ADD_DATE="1227217588219000" ...
2
votes
3answers
4k views

Firefox Bookmarks SQLite structure

I am trying to write a Firefox 3 add-on which will enable me to easily re-tag bookmarks. For example I have some bookmarks tagged "development" and some tagged "Development" and I would like a way to ...
2
votes
3answers
2k views

How can I access the bookmarks toolbar using only shortcuts in Firefox 3

I am not interested in accessing the bookmarks menu or sidebar. The specific goal that I'm trying to accomplish is to be able to easily navigate (using only the keyboard) through the live bookmarks ...
1
vote
1answer
74 views

Best free alternative to Acrobat SDK in order to manipulate PDF document in c# .net

I need to add bookmarks to pdf documet without using Acrobat SDK (that needs the full Acrobat professional installed). I'm using iTextSharp but is was made for Java and the porting to .net it is not ...
1
vote
2answers
54 views

Programming an “add bookmark” button

I'm attempting to create a Joomla social bookmarking site as an experiment and I'm wondering how I might program a draggable bookmarklet that users can add to their bookmarks bar, similar to ...
1
vote
1answer
78 views

Add pages to a Word Document from Access VBA?

I have a .dot Word template, and I loop through the bookmarks to fill the Document. I'm filling the template for each RecordSet's Row, but I'm creating a new/separated Word Document. Can I Add Pages ...
1
vote
1answer
60 views

wordpress adding links easily

we have an author that wants to be able to easily bookmark various articles and have them appear in a wordpress backed site. Over the years we have been using a cobbled together approach where we use ...
1
vote
0answers
39 views

How to drop a Brief bookmark in Visual Studio?

i've created binding for Visual Studio's Edit.BriefBookmarkDropx commands: Edit.BriefBookmarkDrop1: Ctrl+Shift+1 Edit.BriefBookmarkDrop2: Ctrl+Shift+2 Edit.BriefBookmarkDrop3: Ctrl+Shift+3 ... ...
1
vote
0answers
67 views

Should it possible to fetch ios bookmarks with iCloud

It's seems that there is a jailbroken way to fetch them, but now using iCloud for instance, is there any a new way to get them ? I saw nothing reading the documentation ... but may i miss something ...
1
vote
1answer
122 views

Bookmarklet implementation

I'm rephrasing my entire question which previously sounded absurd with this one which is a bit more rational. I'm implementing a bookmarklet (tutorials from this link ...
1
vote
0answers
97 views

Word - Add a bookmark between existing bookmarks or at end of document

I have an application where I need to be able to insert a ContentControl after the end of the current bookmark. In other words when the user clicks a button on the toolbar, the app should identify ...
1
vote
1answer
71 views

CSS not applying in bookmarklet

I'm creating a simple bookmarklet (never done this before) and while the script executes just fine (doesn't do much right now), the CSS style sheet that gets embed doesn't apply to the HTML. The ...
1
vote
1answer
487 views

Insert HTML or RTF formatted text into Word Bookmark

I try to insert formatted text into Word bookmarks. The text comes from several rich text controls (we use TX Text Control) and is appended into a bookmark. The problem is that the tags are written ...
1
vote
1answer
260 views

Is there any Chrome bookmarks API?

I'd like to create a mobile app to work with Chrome bookmarks. But I couldn't find any information on how to work with Chrome bookmarks (not Google Bookmarks!!). So is there any public or hidden API ...

1 2 3 4