Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 8547 invoked from network); 2 Nov 2010 16:33:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Nov 2010 16:33:26 -0000 Received: (qmail 64447 invoked by uid 500); 2 Nov 2010 16:33:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 64275 invoked by uid 500); 2 Nov 2010 16:33:55 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 64267 invoked by uid 99); 2 Nov 2010 16:33:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 16:33:54 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wordituk@googlemail.com designates 209.85.161.180 as permitted sender) Received: from [209.85.161.180] (HELO mail-gx0-f180.google.com) (209.85.161.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 16:33:50 +0000 Received: by gxk8 with SMTP id 8so4516925gxk.11 for ; Tue, 02 Nov 2010 09:33:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=ddLv4gJ9qyH2m8dCO285BHjam6zJVRnrr6W6Gx9OaPY=; b=MJJQhPqXlo9mOW0mScAMgZVL+MxVM8gIarPoN8RUxuMFfnb5O0zmtjbRho//ohqws5 61e7S767+zutrrAfj9n2bS7FkBteM0mjEjzVQExasVI+NBiZntO198o3mJvV3hNqzZEL sqjKl15OQFaCJB9SZ7zmSU4ESROdv2WAH96go= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=UxmgkecXRfg4TFecvg2X0ADdM1qJrhkNPJh3rWSsD7muVAHr66RTqLrvzUiCxXQGuN Bay/rp/R9LcuIl4qYAqKnODcQgmb7k/fA7+evPEwYMJKQHEKgEao+jk0BeWnEBE/yvUI qZF3lughtZOaOllxKoHLRtgFDUZI+NG03B4Qw= Received: by 10.90.62.26 with SMTP id k26mr1668965aga.1.1288715609592; Tue, 02 Nov 2010 09:33:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.14.12 with HTTP; Tue, 2 Nov 2010 09:33:09 -0700 (PDT) From: Wordit Ltd Date: Tue, 2 Nov 2010 17:33:09 +0100 Message-ID: Subject: Using jQuery to read, store, and authenticate To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 I want to use CouchDB to store userprefs for a web app. Does anybody know a tutorial or docs for using jquery.couch.js to do the following: - read and update the database - check the user can only read and update their own data/document I've spent several hours over the past few days on the CouchDB book and other docs and have the basics set up on couchone.com. After working through some Couchapp tutorials, that seems like far more than I need. I already have the apps working in plain HTML and JS. Just need to add the database access. Many Thanks for any help, Marcus