Josh Kendall

SporkCMS and Sparrow

February 8th, 2010

Last week I cleaned up a CodeIgniter based CMS I developed called SporkCMS and open-sourced it. My entire goal with this CMS is to just share my work and to give people a good CMS that is easily extended to their needs. While technically version 3.0, the CMS was released as Version 0.01 Public [...]

Continue Reading… | Comments: None

Subversion in the Cloud

January 29th, 2010

Update: I’ve hit a roadblock where I can checkout from my repositories, but not commit to them. I get a 170001 authentication error; I don’t want to use Apache+Mod_SVN. I want to just run nginx, so I’ll looking for any info on doing just that.

Setting up your own Subversion server on the cloud is extremely [...]

Continue Reading… | Comments: None

Centralized User Databases

January 27th, 2010

It occurred to me a few weeks ago that companies who build web apps, whether for themselves or for clients could benefit from implementing a centralized user database. Any user who signs up for an account for any of the company’s applications would instantly be able to log in to all of its applications. If [...]

Continue Reading… | Comments: 2