Trading Faces v1.0 Released

After dabbling with the iPhone SDK for a few months, I’ve released my first app - Trading Faces.  It’s a simple app that lets you take two faces and mix the different features (e.g. eyes, nose, mouth) together.  Pretty silly, but I bet it’ll make you laugh!

Click this link to check it out in the App Store:

appstore

myDesktop v1.3.0 Released

myDesktop Online v1.3.0 is available for download. Get it here! This update includes many frequently asked for features and a UI refresh.

Changelog:

  • Updated required runtime to .NET 2.0
  • Updated FTP library to v1.3
  • Many UI updates
  • Added option to keep FTP connection alive or close it after each capture
  • Added option to not upload captures (just capture locally)
  • Added option to archive captures, both locally and remotely on server
  • Added “-capture_and_quit” command line parameter, takes a single capture and then terminates program. Useful for scripting.
  • Added license

How to Find the Application Name of a PocketPC CAB Installer

A while back, I needed to write a program that could manage the installation and uninstallation of programs on the PocketPC\Windows Mobile platform. The program needed to install CAB file X from location Y, note what it had installed from location Y, and then later uninstall it. It had to do this all programatically with no user intervention.

Read the rest of this entry »

I’m Getting Married!!!

I know it’s cliché to say, but a lot of people that have known me my whole life probably thought this would never happen.  That is, until they met Denicia and saw the impact had on me.  Over the past 4 years, she’s put up with so much of my crap it’s a wonder she hasn’t killed me yet Laughing.

We’ll be getting married here in Austin on October 25th.  Check out our wedding website at http://www.niciandchris.com.

IE7 CSS Bug: Adding ‘padding-top’ Value Twice

I’ve spent some time at work trying to figure out why a <div> after our menu (where the menu is “float: left“) was showing up with more top padding than we were specifying. The extra padding only showed up in Internet Explorer 7:

padding-screenshot.png

Read the rest of this entry »