bits about life, coding and stuff
Beging fairly new to objectivec (which btw is cool) and iPhone dev, studying real world apps _really_ helps a lot.
There are many open source apps out there, its just not so easy to find them all and pick the gems. I hope it helps a bit
iOcticat by Dennis Blöte (MIT)
Parses data from github.com. [...]
Update: Even better, @zzamboni pointed me to << commandlinefu >>
the place to record those command-line gems that you return to again and again — Just use the searchbar on top
Howto copy text to clipboard: (mac only, for linux, use xclip, see here)
cat textfile | pbcopy
I’ll update this blog post as I stumble upon something new.
Three20 is a component framework from the facebook app, released by Joe Hewitt.
It has some awesome components that apple somehow “missed” to give us an api for.
You get a Photos-Api, a Table-Api that is Internet-Aware (showing loading/error screens), Message Composer Screens, better Text fields… be sure to check out the initial blog post.
It’s currently under [...]
Sieht so aus als wär ich mit meiner Meinung nicht alleine.
http://ptrthomas.wordpress.com/2009/05/15/jsf-sucks
“The bottom line is I’ve done a lot of web applications in my career, and I would *never in a million years* choose JSF to build a web app. It’s nearly unusable. Don’t get me wrong. I am getting the project done, but that’s a [...]