- April 26, 2005 - NSData Base64 extensions
- May 1, 2003 - SM2DGraphView framework - a graphing view with Interface Builder palette
- June 2, 2002 - HeaderDoc UI - GUI front end for HeaderDoc
- October 30, 2001 - NSImage Base64 extensions
Kyle Hammond's Cocoa Programming Page
Chronological list of postings (Cocoa only)
|
I've been programming on the Mac OS since 1993. It became a paying job when I was a graduate student at the University of Minnesota in Minneapolis in 1995. Now it's my full time job (since spring of 1998) and hobby. I currently do lots of work for Snowmint Creative Solutions LLC. I also take on contract programming jobs and web site development. If you'd like, take a look at my résumé. I first got involved in NextStep programming while I was in Fairbanks, Alaska (going to college). That was short lived, because of the price of the NeXT hardware. Back in 1996, I revisited the API then known as OpenStep. We were trying to do cross platform code, and OpenStep seemed to be the way to go. Alas, that project also went by the wayside when Apple bought NeXT and pulled the plug on Windows deployment. Now the API is back as part of Mac OS X, and is known as Cocoa. I've been doing Cocoa coding for the past several years, and have posted some code that may be useful to others. |
Go to my home page.
Helpful Cocoa Programming Source Code - Mac OS XPosted April 26, 2005
A set of methods that allow a NSData object to be stored in a Base 64 representation and then reconstituted. Very useful for embedding data in XML data files. The 2005 update includes an AltiVec implementation, vast speed improvements for encoding, and a minor speedup for decoding. Originally posted October 30, 2001.
Free. Disk image with source code files and HTML documentation. (43K)
Posted October 30, 2001
A set of methods that allow an image to be stored in a Base 64 representation and then reconstituted. Very useful for web work and embedding images in XML data files. Requires NSDataBase64.dmg to perform the Base 64 encoding/decoding.
Free. Disk image with source code files and HTML documentation. (39K)
Mac Applications I've Written
Ultimate Pen - Mac OS XCreated in concert with Ron Hooper.
HeaderDoc UI - Mac OS XUpdated June 2, 2002.
Contact Roger S. Jones for more information.
Go to my home page.
Send feedback to kyle dot hammond at snowmintcs dot com
Updated: 2007-03-12
Page URL: http://www.cpinternet.com/~snowmint/CocoaProgramming.html
The views and opinions expressed in this page are strictly those of the page author.
The contents of this page have not been reviewed or approved by anyone else.