Born in Kentucky, loved creating art at age 5, grew up, went to college in Chicago at the Art Institute, became broke, moved in with mother in North Carolina, fell in love with a girl, followed her to Florida, worked, got married, bought a house, became an artist, got too hot and moved to Louisiana, became a web designer/developer, hated mosquitoes, moved to South Carolina, wanted colder weather and inspiration from mountains, moved to Washington... and life goes on. :)
After too much time spent searching the web via Google and getting a bunch of half answers and unfinished code for, what I though should be a very simple problem, I decided to make this post about how to create an MD5 hash from a string in Objective-c.
A new site that I designed and coded is about to go live after a few changes from the client. This is just a quick post to show a bit of the evolution of their current website to the proposed design and then the final draft.
At first for me this concept was a bit hard to grasp, hopefully i can break it down to basics here. The Model-View-Controller is basically a design theory and a very logical organization of the parts or an iPhone application. Model is basically the classes that hold your application’s data. For example if you created [...]