Archive for the 'Planet COSI' Category

Every time you send useless email…

Thursday, November 20th, 2008

Please don’t send useless email to the lists…

Samsung LN32A450, nVidia Drivers, and Ubuntu

Wednesday, November 5th, 2008

I just recently purchased a Samsung LN32A450 television and wanted to use it as a monitor. I figured that it shouldn’t be too hard, just plug in my computer to it’s VGA port and then change the resolution. But, when are new things ever easy? To make a long story short, I had to generate [...]

Basic CouchDB w/ PHP Tutorial

Monday, August 11th, 2008

I mentioned CouchDB in my last post, but didn’t really elaborate on what it was. Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine [...]

Basic jQuery Form

Tuesday, August 5th, 2008

I have been working on a web project at work for the past month and used it as an opportunity to learn jQuery and CouchDB. jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. While learning it, I [...]