Articles

On Page Leave Notification in Javascript

January 06, 2007 (javascript, usability)

This piece of javascript code shows how to alert a user that unsaved form changes have been made to a page if they attempt to navigate away without submitting the changes.

MySQL in Cocoa using MCPKit

December 22, 2006 (cocoa, mysql)

This document explains how to install MCPKit and access a MySQL table from within Cocoa.

Install VTK On a MacBook Pro

December 22, 2006 (vtk, apple, cocoa)

This document outlines how to install VTK 5 on a Apple Mac Book Pro running OS X 10.4.8. Xcode 2.4.

Random Record from MySQL

December 17, 2006 (php, mysql)

A brief piece of code for randoming pulling a record from a MySQL table.