Tagged Questions

1
vote
2answers
71 views

Delicious English Only

How I can see English only bookmarks on Delicious? They don't have built-in support as of now. http://support.delicious.com/forum/comments.php?DiscussionID=2218 Is it possible via Javascript …
0
votes
2answers
57 views

how to download all the tags from delicious

how to download all the tags from delicious, like all the tags shown in: http://delicious.com/tag
0
votes
2answers
35 views

Need help adding a bookmark to Delicious using cURL

I'm trying to write a class that can add a bookmark to my Delicious account. Here's my method: public function addBookmark($url, $description) { $dusername = 'myUsername'; $dpassword = …
2
votes
3answers
53 views

delicious bookmarks - urls frequently bookmarked

I haven't found any pre-made scripts that would help me analyze my delicious bookmarks. I want to know if there are any websites that I tend to frequently bookmark. I know I can export my bookmarks …
0
votes
1answer
86 views

Delicious API - All bookmarks for a given website?

Is there a way for me to get at a list of the URLs on my website which people have bookmarked on the delicious.com website? Their documentation appears to make no reference to wildcard searches or …
0
votes
3answers
110 views

How can I split an attribute’s value within LINQ(-to-XML)?

I've been feeling like start doing some fun stuff with my delicious bookmarks and LINQ to XML, and I was wondering if there's a way to split the tag attribute within LINQ. For those not quite …