-
Pages
-
Categories
-
Archives
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- June 2007
- May 2007
- March 2007
- February 2007
- January 2007
- September 2006
- July 2006
- May 2006
- March 2006
- February 2006
- December 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- March 2005
- February 2005
- January 2005
- November 2004
- October 2004
- September 2004
- August 2004
- June 2004
- May 2004
- April 2004
- February 2004
- January 2004
Monthly Archives: October 2008
OpenID, OAuth UI and tool links
A quick link roundup:
From ‘Google OAuth & Federated Login Research‘:
“The following provides some guidelines for the user interface define of becoming an OAuth service provider”
Detailed notes on UI issues, with screenshots and links to related work (opensocial etc.).
Myspace’s OAuth Testing tool:
The MySpace OAuth tool creates examples to show external developers the correct format for constructing [...]
Drupal social/data Web developments
Dries Buytaert on ‘Drupal, the Semantic Web, and search’.
Discusses RDFa, SearchMonkey and more. Great stuff! Excerpt:
This kind of technology is not limited to global search. On a social networking site built with Drupal, it opens up the possibility to do all sorts of deep social searches - searching by types and levels of relationships while [...]
Compiling Rmutt on MacOSX Leopard (gcc -arch x86_64)
Keeping my notes findable: Rmutt on MacOSX will build cleanly if you change the CC line in the Makefile to be:
CC = gcc -arch x86_64
That is all. For those who haven’t tried it, Rmutt is a grammar-based nonsense generator along the lines of the Dada Engine (see also Web version). The Dada Engine powers the [...]