Re: [delicious-discuss] md5 encoding for urls?

2006-04-11 Thread tim baker
don't url encode it, and normalize it with a slash at the end: md5(http://www.someurlhere.co.uk/;) you can also just use http://del.icio.us/url?url=http://www.someurlhere.co.uk -tim Andy Coates wrote: Does anyone actually know how the md5 hashes for /url/ enquiries are formed? I've tried

Re: [delicious-discuss] searching pages tagged with a given user/tag combination

2006-02-20 Thread tim baker
you can get a callback to fire by using a 'callback' parameter (sorry, this isn't documented yet) for example, including http://del.icio.us/feeds/json/psychemedia/web2.0?callback=someFunction will wrap the data in someFunction() -tim Tony Hirst wrote: Hi- As an exercise in teaching

Re: [delicious-discuss] New Look

2005-11-22 Thread tim baker
opera seems to have screen repainting problems with the suggested tags dropdown thing. -tim ROBO Design wrote: On Tue, 22 Nov 2005 07:11:07 +0200, joshua schachter [EMAIL PROTECTED] wrote: new features in this release, aside from a bunch of internal restructuring and the external header

Re: [delicious-discuss] notes in JSON linkrolls

2005-11-02 Thread tim baker
try if(post.n) { li.appendChild(document.createTextNode(post.n)) } -tim pieman wrote: I have included the 'notes' of each entry in my linkroll like so: li.appendChild(document.createTextNode(post.n)) But for bookmarks without any notes it prints 'undefined' in my page,

Re: [delicious-discuss] some questions

2005-10-27 Thread tim baker
bussiere bussiere wrote: hi i'am new here and i have some questions : First is this plan to have a search function for the mailing list archive ? Finding if my questions has been already posted was not easy. you can search the archives with google:

Re: [delicious-discuss] Re: some questions

2005-10-27 Thread tim baker
kooto (sent by Nabble.com) wrote: tim baker wrote: you can search the archives with google: http://www.google.ca/search?q=site%3Alists.del.icio.us Tim, I hope I don't mean no disrespect. but I always find it amusing when I hear a suggestion to use Google's 'site:lists.site.com

Re: [delicious-discuss] backing up links?

2005-08-22 Thread tim baker
under 'settings' there is an option to 'export' all your links as a simple html file. once saved, your browser should be able to import it. tim Marianne L. Goldin wrote: does anyone here know of a good way to backup their links? thanks, marianne

Re: [delicious-discuss] linkrolls available at last

2005-08-09 Thread tim baker
Bowen Dwelle wrote: ah, right, didn't see that in the options... in the options, you can specify what tags you want in the only these tags part at the bottom. Bowen Dwelle wrote: how about being able to specify the seperator, so that instead of br / or whatever I can use - if I want

Re: [delicious-discuss] linkrolls available at last

2005-08-09 Thread tim baker
no, it does not work with the inbox yet. i will add that to the to-do list. tim rkodzik wrote: does this work with the INBOX at all? R ___ discuss mailing list discuss@del.icio.us http://lists.del.icio.us/cgi-bin/mailman/listinfo/discuss

[delicious-discuss] linkrolls available at last

2005-08-04 Thread tim baker
We are testing a new feature: some javascript that shows your latest bookmarks when pasted into your site. It works especially well as a sidebar section. If interested, see http://del.icio.us/doc/feeds/js/ and let me know of any problems or suggestions. tim

Re: [delicious-discuss] linkrolls available at last

2005-08-04 Thread tim baker
yep, that works tim Bowen Dwelle wrote: Neat. Can one specify a tag, so as to get only links for that tag? e.g. script type=text/javascript src=http://del.icio.us/feeds/js/bdwelle/TAG?title=my%20del.icio.us;icon;/script ? ___ discuss

Re: [delicious-discuss] del.icio.us and Amazon integration

2005-06-27 Thread tim baker
perhaps something should be done about the massive tag list that results from using urn: tags. a) hide urn: tags from the tag list b) offer wildcards in bundles, e.g., making a urn:* bundle would fold up all urn: tags c) automatically fold up tags when there are several in the thing:* form.