Have a lot of digital books?  Wish you could read them in the car or on the go?  Don't mind alex's lovable robo voice?  I have just the thing for you.

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.



I was laying in bed this morning trying to remember where I put my laptop the day before and after I sorted that out it got me thinking. I should put something in place just in case some turkey managed to make off with my lappy. I don't think I need anything super elaborate since anyone with half a brain will just wipe the drive.

I have been using fluid for a couple years now and I really like the the whole web app desktop app paradigm. It just feels cleaner. But lately using fluid leaves me wanting. Fluid hasn't had an update since november of 09' and things like lack of password management and a very old version of webkit just bum me out some times. It kills the local application feel when I have to log in every time I open my google docs app and when I do I get funky characters when I use the arrow keys.

So I started poking around and I have found that mozilla's prism application for has actually come a long way since I saw it last. It works really well. It seems to work just as well as fluid but with the added bonus of saving my passwords and working with google docs.

Now I know that prism has also been discontinued but hopefully it will live on in the chromeless project and continue to break down the barrier between web and local applications.

Note: Changing the user agent in prism is kinda funky but its not hard. If you want to change it, which you probably should to avoid problems with apps like netflix who do feature detection based on user agent, check the video below.