Category Archives: Uncategorized

CouchDB jQuery Plugin Reference

I’ve had a difficult time finding documentation on the CouchDB jQuery plugin that ships with CouchDB. So, I’ve decided to create my own reference and share it with you. This should cover almost the entire CouchDB API that is available through the version of the plugin that ships with CouchDB 1.1.0. Setup The same-origin policy […]

Iterative vs. Incremental

I’ve found that people often conflate the terms “iterative” and “incremental” when it comes to software and/or product development—they often use “iterative” when they really mean “incremental”. I’ve been guilty of this in the past, but feel like I have a good handle on the differences now. Iterative Iterative development involves a cyclical process. While […]

Testing PHP 5.4

Rasmus Lerdorf today posted instructions for testing the upcoming PHP 5.4 release. Running the PHP tests and submitting the associated report will help the PHP team get PHP 5.4 ready faster as it gives them reports of failed tests from a variety of platforms. I just did this today for the first time and can […]

O’Reilly Radar on CouchDB and HTML5

I was recently interviewed by Audrey Watters of O’Reilly Radar on what CouchDB can do for HTML5, web apps and mobile. We discussed CouchDB, CouchApps, JavaScript, HTML5, web applications, mobile application development (Android/iOS), Web Storage, IndexedDB, replication, and “ground computing”. Read the full interview for the details of what we talked about. I’ll be giving […]

Speaking at ZendCon 2011

I’m happy to say that I will be speaking at this year’s ZendCon—the Zend PHP Conference for Developers. I’ll be presenting a tutorial on Learning CouchDB during the first day of the conference. From the session’s description: CouchDB is a document-oriented database that uses JSON documents, has a RESTful HTTP API, and is queried using […]

CouchDB 1.1 Released

CouchDB 1.1 was released this past Friday. CouchBase has a CouchDB Release 1.1 Feature Guide that provides details on the new features available in CouchDB 1.1. Some of the key new features include: A replicator database that stores replications which are automatically restarted when the server restarts Native SSL support—you can now connect to CouchDB […]

Database Indexes As First-Class Citizens

I’ve found that working with CouchDB has increased my proficiency with MySQL. These are two completely different types of databases, so what could I possibly learn about one from using the other? One thing that both CouchDB and MySQL (or any other relational database) have in common is that they both use B-tree (technically B+ […]

Speaking at OSCON 2011

I’ll be speaking at this year’s O’Reilly Open Source Convention (OSCON). O’Reilly has introduced a new conference to be co-located with OSCON called OSCON Data which will “focus on the practical nuts and bolts of dealing with data.” I’ll be giving a three hour tutorial at OSCON Data on Learning CouchDB and a forty minute […]

Vermont Startup Looking for PHP Developer

A new startup called Kohort is looking to add a PHP developer to their team here in Burlington, Vermont. The job description is as follows: We’re a new startup with some venture backing. We’re looking to add an experienced developer to help us out for the next five weeks (and possibly more). Qualifications are: experienced […]

Brown Bag Lunches

Working at a small company (Found Line), there aren’t as many opportunities to talk with and learn from a diverse set of co-workers as there might be at a larger organization. This is part of the reason why I organize our local PHP Users Group and am involved with other community events (VAGUE, Vermont Code […]