1
vote
6answers
320 views
Http Auth in a Firefox 3 bookmarklet
Im trying to create a bookmarklet for posting del.icio.us bookmarks to a seperate account.
I tested it from the command line like:
wget -O - --no-check-certificate \
…
1
vote
7answers
206 views
How to address semantic issues with tag-based web sites?
Tag-based web sites often suffer from the delicacy of language such as synonyms, homonyms, etc. For programmers looking for information, say on SO, concrete examples are:
Subversion or SVN (or svn, …
