bookmarks

Javascript and bookmarks

Lets say that I am on a page that has a significantly long list of URLs and I want to make sure that I have all of them bookmarked. I know that I already have many of them in my bookmarks list and would like to avoid duplications as much as possible. With that in mind, I would like to be able to grab all of the links and then open into...

Does any installer support adding a bookmark to user's browser?

Hi, I am looking for an installer application (hopefully cross-platform, but only Windows would also be useful) that has the option to add a bookmark in at least the default browser for the user, bonus if it can do all installed browsers. Does such an installer exist at all? The reason for this request is that I have a bookmarklet for...

Basic CMS for bookmarks (delicious clone)

I am looking for a basic open source CMS to build social bookmarks site like delicious.com. I need just basic functionality: Users should have pages like site.com/username where titles and links for the bookmarked sites will be displayed. Ability to check who else added a specific URL to the bookmarks. Bookmarklet to quickly add a site ...

I want to port my delicious bookmarks to my website

I started building a app that will automatically download my delicious bookmarks, and save to a database, so they I can view them on my own website in my favoured format. I am forced to use oAuth, as I have a yahoo id to login to delicious. The problem is I am stuck at the point where oAuth requires a user to manually go and authenticat...

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, but I need to know what would you need to do it? ...

Bookmarks access iPhone SDK

Hey guys, how do you access bookmarks with the sdk? I'm currently making a browser of sorts for iPad. I made the address bar and added the bookmarks button but I don't see any documentation on accessing bookmarks. Basically, I would like to know how to access Safari Bookmarks. Anyone know how to do this? Cheers! ...

How to Import Bookmarks from Browsers (Firefox, Safari, Opera, Chrome) into your Application?

Hello all, As a feature of the application I am creating - I wish to enable the importing of bookmarks from different browsers. I have two questions, the first is a bit silly: Is it possible to import bookmarks from the browser using JavaScript - I am guessing no? Does anyone know of any pre-written classes that I can make use of to a...

SQL Reporting Service SSRS PDF Export Missing the Bookmarks?

Hi all. I'm using SSRS 2008, and in visual studio during preview, then save to pdf. the bookmarks don't export, or atleast the PDF reader dosn't think there are any (in Adobe Reader, click Document - Navigation - Bookmark (but bookmarks is missing)) Has anybody ever exported thier SSRS bookmarks with the report? And had them working? ...

How to place reminders,todolist, or code-line bookmarks in your code [Dreamweaver]

Hello i am coding in dreamweaver for a change. I was wondering if there is a way to place reminders in your code, for example in the form of a todolist or another way. I know eclipse has this option. You can place //TODO before the line of code. And this is placed in a list. You can view this list every time and conveniently go back to ...

Is there a general tag service API available for web2.0 site?

For web sites, like Blogger, delicious, Google Reader, each of which has its own way for user to categorize their record/entry/item by keyword/tag/label. I want to unify them all, so is there any service for that? @Edit: It's the service that should "inject" into these web applications (by calling an external API? ), so that I can selec...

Add safari bookmark from iPhone app

I'd like to have my applicAtion be able to add bookmarks to safari progammaticly, is this possible. ...

Enabling bookmarking on a UIWebView (to make shortcuts on springboard)

I wan't to add shortcuts on my springboard form my application. The way i'm following is loading a UIWebView and then trying to add a bookmark. But I can't figure out how to add the "+" button to bookmark the content of my WebView... Is there a way to do so ? Or is there another way to add shortcuts on the springboard programmatically...

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, It is working accordingly in IE, Can any one please help me in this Check the bookmark feature what i have implemented 'www.cricandcric.com...

PHPDelicious - Fail to Connect to Delicious

phpdelicious (http://www.phpdelicious.com/) is a wrapper class for pulling in your delicious bookmarks using php. But I can't get it to work. Here's my code - my index.php: <?php require('php-delicious.inc.php'); define('DELICIOUS_USER', 'my-user-name-here'); define('DELICIOUS_PASS', 'my-password-here'); $oDelicious = new PhpDelicious(...

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 recommendations? ...

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 where they were reading last, they currently have to navigate through the section and chapter menus to get back to where they were. An ideal s...

addthis api? Is it possible to bookmark another URL?

Hello! At the moment, I try to include addthis social-bookmarks to my site. My problem is, that I have to bookmark another link than the url on my site. Instead of www.example.com, I have to bookmark www.example.com?media=my-media-file. From the beginning: A User comes to my site. On my site are several movies. He can click on a movie t...

How do I get Google Chrome's root bookmarks folder?

Hi, I'm trying to write a better bookmark manager in chrome extensions. The problem is there are no simple examples (that I can find) about how to actually use the bookmarks api (available here: http://code.google.com/chrome/extensions/bookmarks.html ) I've looked at the example source (when I d/led and installed it on my computer it di...

bm.el is broken.

Is anyone using bm.el to traverse through bookmarks in multiple buffers ? If so did you notice that bm-next is broken ? I see several people using it but no one seems to have noticed this. The buggy version got into emacs-goodies as well. How do I go about debugging this ? ...

bookmarks prompting for a name everytime in the same buffer

Is it possible to have the default bookmark name ( when we add a bookmark ) as the "name of the file: line number" instead of prompting us everytime ? Trying to get the bookmark+.el package be similar to bm.el. ...