Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

delicious support forum - www.delicious.com | Site profile

Site profile page for http://www.delicious.com. This report page has aggregated and summarized the online discussions from the Message Board located at http://www.delicious.com. This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://www.delicious.com is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.

Title: delicious support forum - http://www.delicious.com delicious support forum
Url: http://www.delicious.com
Users activity: 2 post per thread
site activity: 53 active threads during last week
Site rank: 12,381 (go to rank page)
Domain info for: delicious.com
 

Posting activity table on delicious support forum:

  Week Month 3 Months
Threads: 53 217 793
Post: 71 315 1,158
 

Authority Badge:

delicious support forum | Forum Authority Badge

delicious support forum posting activity graph:

Posts by:  day  week  month 
 

http://www.delicious.com Alexa graph:

Top authors on delicious support forum during last week:

Name
Posts
chris_draycott
14
user's latest post:
HTTP methods and design motivation
Published (2010-01-05 13:49:33)
Hi dzieciou, This is the original API from when Delicious was first created (well before my time), so I can't really answer that, however all the API's actually work with GET or POST, allowing for the fact that if you are submitting a lot of data, a GET may fail. For this reason, POST is the better choice. As you point out, GET should be for retrieval, POST for adding, (and maybe DELETE for deleting and PUT for updating perhaps). If...
britta
10
user's latest post:
how to remove "Bookmark...
Published (2009-12-30 16:19:58)
It sounds like you're talking about the context menu item that shows up when you right-click the current page. Here's how to disable this: 1) Type "about:config" in the Firefox address bar 2) Click the button for "I'll be careful, I promise!" 3) Paste this into the "filter:" field: "extensions.ybookmarks@yahoo.contextmenu.hide" 4) Double-click the...
lifeh2o
4
user's latest post:
Delete 400 tags that have only 1...
Published (2010-01-02 00:00:00)
Here is my solution for this problem. It is a simple html file that works fine for me in internet explorer 8 on windows 7. http://lifeh2o.freevar.com/massdelete.zip
emglozan
4
user's latest post:
OAuth Step Four Signature Issues
Published (2010-01-04 18:50:46)
I got it right! :D :D I was all messed up with the URL encodings, this is what you have to do in simple steps (in kind of pseudo-code): 1) Sort the parameters by name, then by value, and build the chain: name1=value1&name2=value2... (no encoding yet!! this is stated wrong in the documentation!) 2) Build the base string like this: URLencoded(method)+"&"+URLencoded(uri)+"&"+URLencoded(params) 3)...
don_chen
3
user's latest post:
A COMPLETE Oauth PHP Code for...
Published (2009-12-27 00:00:00)
Hi.. do you think you can help me on this? I started a thread and can u tell me where did i go wrong?
mother.bored
2
user's latest post:
An option to default new...
Published (2009-12-27 00:00:00)
Please make network-only sharing a possibility. Is it possible to make members of your network visible only to other people in your network?
dvroman_sr
2
user's latest post:
OpenID
Published (2010-01-01 00:00:00)
let me add my positive voice to this idea!!!!!
cuthead
2
user's latest post:
Mass delete tags/bookmarks.
Published (2010-01-02 00:00:00)
I hope Bulk Edit can appear in search result and firefox delicious extensions.
cplamper
2
user's latest post:
Private tags?
Published (2010-01-02 19:06:35)
I need private tags (+ bundles etc.) too. It's the last thing which prevents me from recommending delicious to other people. It's also the last thing which prevents delicious to be truly useful in our company. Any news?
TehOpheliac
2
user's latest post:
Help! Delicious kills Firefox...
Published (2009-12-29 00:00:00)
How do you do that?
 

Top 10 active forums on delicious support forum during last week:

Bugs and other problems - 30 new posts Bugs and other problems - forum profile
Suggestions and ideas - 24 new posts Suggestions and ideas - forum profile
Firefox and Internet Explorer extensions - 9 new posts Firefox and Internet Explorer extensions - forum profile
Developer tree house - 4 new posts Developer tree house - forum profile
 

Top 10 forums on delicious support forum:

Bugs and other problems - 5,424 posts Bugs and other problems - forum profile
Suggestions and ideas - 5,072 posts Suggestions and ideas - forum profile
Firefox and Internet Explorer extensions - 2,730 posts Firefox and Internet Explorer extensions - forum profile
Developer tree house - 706 posts Developer tree house - forum profile

Latest active threads on delicious support forum:

delicious support forum
Started 2 days, 6 hours ago (2010-01-05 13:49:33)  by chris_draycott
Hi dzieciou, This is the original API from when Delicious was first created (well before my time), so I can't really answer that, however all the API's actually work with GET or POST, allowing for the fact that if you are submitting a lot of data, a GET may fail. For this reason, POST is the better choice. As you point out, GET should be for retrieval, POST for adding, (and maybe DELETE for ...
Forum:  Developer tree house Developer tree house - forum profile
Thread:  Show this thread (2 posts) Thread info: HTTP methods and design motivation Size: 583 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: HTTP methods and design motivation :: Developer tree house :: delicious support forum"
delicious support forum
Started 3 weeks, 2 days ago (2009-12-15 00:00:00)  by kanewm
If they have an old Delicious account, it won't have any special characters, if they have a new Yahoo account it will be an email address (ie "@"). Not sure if that helps?
Forum:  Developer tree house Developer tree house - forum profile
Thread:  Show this thread (4 posts) Thread info: Detecting clients' account types: "old skool" or Yahoo linked Size: 187 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Detecting clients' account types: "old skool" or Yahoo linked :: Developer tree house :: delicious support forum"
delicious support forum
Started 2 days, 7 hours ago (2010-01-05 12:50:10)  by chris_draycott
I think you need to uriencode the accessToken in the oauthParams string. The access token has an = in it, so needs encoding. Hopefully that will do it. Chris
Forum:  Developer tree house Developer tree house - forum profile
Thread:  Show this thread (2 posts) Thread info: OAuth "invalid signature" problem in step 7 Size: 170 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: OAuth "invalid signature" problem in step 7 :: Developer tree house :: delicious support forum"
delicious support forum
Started 2 days, 7 hours ago (2010-01-05 12:49:52)  by chris_draycott
Hi freddiecampbell, We totally agree with you.It's very difficult to tell what Delicious is about by visiting the Delicious home page. This is on our to-do list for sure. Chris
Forum:  Suggestions and ideas Suggestions and ideas - forum profile
Thread:  Show this thread (2 posts) Thread info: Better instruction guide Size: 206 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Better instruction guide :: Suggestions and ideas :: delicious support forum"
delicious support forum
Started 4 weeks, 1 day ago (2009-12-09 00:14:00)  by internety
OK, apparently this works if I add an "/" to the end of the URL. Does delicious do any other normalization that I need to be aware of before I compute the md5 on my URLs?
Forum:  Developer tree house Developer tree house - forum profile
Thread:  Show this thread (3 posts) Thread info: Why aren't my MD5 values the same as delicious's? Size: 194 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Why aren't my MD5 values the same as delicious's? :: Developer tree house :: delicious support forum"
delicious support forum
Started 3 days, 20 hours ago (2010-01-04 00:00:00)  by snfg
I second this question. I recently completed the delicious/yahoo account merge, and now get nothing but "invalid credential" errors when I try using delicious with backupify or faviki.
Forum:  Suggestions and ideas Suggestions and ideas - forum profile
Thread:  Show this thread (3 posts) Thread info: Username confusion Size: 195 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Username confusion :: Suggestions and ideas :: delicious support forum"
delicious support forum
Started 3 weeks, 2 days ago (2009-12-15 00:00:00)  by Craig.IT
Hi, I'm in the same boat. I've been touting this to an entire school but we live in a country that does not allow Yahoo access. Help us Delicious people.
Forum:  Bugs and other problems Bugs and other problems - forum profile
Thread:  Show this thread (7 posts) Thread info: Help signing up without Yahoo email address.. Size: 161 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help signing up without Yahoo email address.. :: Bugs and other problems :: delicious support forum"
delicious support forum
Started 3 days, 20 hours ago (2010-01-04 00:00:00)  by chris_draycott
Hi stathoukos, Greek should be supported without issue. Looking at your bookmarks, they all appear to be displaying OK to me (at least, the characters all look Greek). Do you have some specific examples of bookmarks I can take a look at? Is it possible you're using a browser that either does not support UTF-8, or is forcing the display encoding to something else? How are you saving the bookmarks...
Forum:  Bugs and other problems Bugs and other problems - forum profile
Thread:  Show this thread (4 posts) Thread info: Greek characters not supported? Size: 549 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Greek characters not supported? :: Bugs and other problems :: delicious support forum"
 

Hot threads for last week on delicious support forum:

Bugs and other problems
Started 4 weeks ago (2009-12-10 00:00:00)  by chris_draycott
Apologies - the Delicious page is incorrect. It should be: oauth_signature=<your consumer secret>%26<request token secret> Chris
Forum:  Bugs and other problems Bugs and other problems - forum profile
Thread:  Show this thread (29 posts) Thread info: OAuth Step Four Signature Issues Size: 159 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: OAuth Step Four Signature Issues :: Bugs and other problems :: delicious support forum"
Bugs and other problems
Started 1 week, 1 day ago (2009-12-30 15:19:58)  by britta
As noted in the thread at http://support.delicious.com/forum/comments.php?Di scussionID=333 , you may be able to remove those unwanted tags by re-importing your bookmarks: Visit https://secure.delicious.com/settings/profile/impo rt Select the "custom" (manual) import option. Make sure these settings are set this way: Radio button off: "Automatically add the most popular tags for each bookmark" ...
Forum:  Bugs and other problems Bugs and other problems - forum profile
Thread:  Show this thread (4 posts) Thread info: Delete 400 tags that have only 1 post each Size: 546 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Delete 400 tags that have only 1 post each :: Bugs and other problems :: delicious support forum"
Bugs and other problems
Started 3 days, 20 hours ago (2010-01-04 00:00:00)  by chris_draycott
Hi stathoukos, Greek should be supported without issue. Looking at your bookmarks, they all appear to be displaying OK to me (at least, the characters all look Greek). Do you have some specific examples of bookmarks I can take a look at? Is it possible you're using a browser that either does not support UTF-8, or is forcing the display encoding to something else? How are you saving the bookmarks...
Forum:  Bugs and other problems Bugs and other problems - forum profile
Thread:  Show this thread (4 posts) Thread info: Greek characters not supported? Size: 549 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Greek characters not supported? :: Bugs and other problems :: delicious support forum"
Suggestions and ideas
RE: Private tags? - 3 new posts
Started 1 year, 3 months ago (2008-09-10 00:00:00)  by i0i
That's a good idea. Another use of such a feature would be bookmark tags such as "jobs" "career" "apply" contact" etc, used for career orientated sites that you don't want current employers to see. Even if the bookmark is made private, at present the tags used to organise them give away the intent. If you avoid using logical but sensitive tags for private bookmarks, delicious become less useful ...
Forum:  Suggestions and ideas Suggestions and ideas - forum profile
Thread:  Show this thread (32 posts) Thread info: Private tags? Size: 464 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Private tags? :: Suggestions and ideas :: delicious support forum"
Suggestions and ideas
RE: OpenID - 3 new posts
Started 1 year, 5 months ago (2008-07-31 00:00:00)  by britta
Thanks for the suggestion! This is something we've heard from various people and may think about for the future.
Forum:  Suggestions and ideas Suggestions and ideas - forum profile
Thread:  Show this thread (31 post) Thread info: OpenID Size: 116 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: OpenID :: Suggestions and ideas :: delicious support forum"
Firefox and Internet Explorer extensions
Started 1 week, 1 day ago (2009-12-30 16:19:58)  by britta
It sounds like you're talking about the context menu item that shows up when you right-click the current page. Here's how to disable this: 1) Type "about:config" in the Firefox address bar 2) Click the button for "I'll be careful, I promise!" 3) Paste this into the "filter:" field: "extensions.ybookmarks@yahoo.contextmenu.hide" 4) Double-click the "extensions.ybookmarks@yahoo.contextmenu.hide" ...
Forum:  Firefox and Internet Explorer extensions Firefox and Internet Explorer extensions - forum profile
Thread:  Show this thread (3 posts) Thread info: how to remove "Bookmark This Page In Delicious" from pop-up menu? (FireFox) Size: 695 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to remove "Bookmark This Page In Delicious" from pop-up menu? (FireFox) :: Firefox and Internet Explorer extensions :: delicious support forum"
Bugs and other problems
Started 2 months, 2 weeks ago (2009-10-24 23:19:04)  by chris_draycott
Hi, Re 5: This is not (In our opinion) a bug, because often a user will want to look back through their bookmarks to see what they sent to a particular person, or whether or not they sent a particular bookmarks to another user. Re 6: This is something we have debated. You used to be able to do this, but recently we changed it (along with the slight UI change to blue background for those tags) ...
Forum:  Bugs and other problems Bugs and other problems - forum profile
Thread:  Show this thread (18 posts) Thread info: Can't remove "for:" tag? Size: 1,087 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Can't remove "for:" tag? :: Bugs and other problems :: delicious support forum"
Firefox and Internet Explorer extensions
Started 4 months ago (2009-09-08 00:00:00)  by britta
It sounds like the add-on is trying to download the favicon - see http://support.delicious.com/forum/comments.php?Di scussionID=3054 for a similar report. As delsibil says in that thread, the next add-on upgrade will have an option to turn off this feature.
Forum:  Firefox and Internet Explorer extensions Firefox and Internet Explorer extensions - forum profile
Thread:  Show this thread (9 posts) Thread info: Secure connection failed Size: 256 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Secure connection failed :: Firefox and Internet Explorer extensions :: delicious support forum"
Suggestions and ideas
Started 1 year, 2 months ago (2008-10-29 00:00:00)  by surfergeek
Hi, I can tell you that we are actively working on developing an official Delicious iPhone application. I can't give you a release timeline right now, but I do want you to know we are actively working on one. You mentioned that you didn't like the apps available right now from 3rd parties. Do you have any feedback about what you would like to see in an official Delicious app that isn't ...
Forum:  Suggestions and ideas Suggestions and ideas - forum profile
Thread:  Show this thread (25 posts) Thread info: Official iPhone app? Size: 631 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Official iPhone app? :: Suggestions and ideas :: delicious support forum"
Bugs and other problems
RE: Typing - 2 new posts
Started 1 week, 1 day ago (2009-12-30 15:20:34)  by britta
That shouldn't be happening. Can you try uninstalling and reinstalling the Delicious buttons? To uninstall the Internet Explorer buttons, go to Add or Remove Programs and uninstall "Delicious Add-on for Internet Explorer". You can reinstall it here: http://delicious.com/help/installie To uninstall the Firefox add-on, go to Tools->Add-ons and click the "uninstall" button for the Delicious ...
Forum:  Bugs and other problems Bugs and other problems - forum profile
Thread:  Show this thread (2 posts) Thread info: Typing Size: 524 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Typing :: Bugs and other problems :: delicious support forum"