I wanted take a second to share a little shortcut I just started using recently with several of my rails projects.  I added a little function to my .bash_profile a while ago and it has been super useful.

migrate from svn to git
So you have done the whole SVN song and dance but now you figure its high time you put on your big boy pants and moved your projects over to Git.  First off congratulations.  Git is the greatest thing since sliced bread but if you migrating you already know that.  I put together a few quick and easy steps to get you migrated to Git in no time.


A Sample Of Apple's Phone Number Detection
I'm working on a webapp and I have been struggling with disabling phone number detection in uiwebviews on ios but I believe after a bit of trial and error I may have something that works.  You may think uiwebviews and mobile safari are the same so it shouldn't matter.  Or you may think uiwebviews don't concern you.  Your just a web developer after all.  Well apple just might surprise you.  Jump past the break for a review of the situation and how I solved it.


If your like me you like all your apps to have nice icons.  OSX looks so nice, you wouldn't want to muck it up with ugly application icons would you?  Well, every once in a while I have a heck of a time changing the icon.  Some times I am able to get away with using a png or if that doesn't work an icns will sometimes work those don't seem to work for me every time.  While I don't know what the common thread is that causes this problem I have found a solution that has been working for me 100% of the time.