Initial Impressions of Catalyst Book | A Foolish Manifesto

Frew Schmidt has read the first four chapter of the new Catalyst book and gives some first impressions:

So far though, I would say that the book is better than most programming books. Really, a lot of programming books need to be more like this, instead of focusing entirely on the arcana of one framework they should help you be a better programmer overall.

Tab bar or no Tab bar?

Interesting writeup from Justin Williams about the use of Tab Bars in iPhone development. One of his big gripes is related to the space the tabbar uses:

When I made the decision, my thinking was that the application had four separate features, so it only made sense to separate them using the tab bar. What I found as I got further into the development of the application was that the bottom tab bar was incredibly limiting for where to place extra controls.

The main problem here is that by default a Tab Bar is visible in all views of the application. I much prefer Tweetie‘s implementation, where the tab bar is only visible on list views, and pushed away on the detail views. Of course, this layout is actively discouraged by Apple, who recommend you put your navigation controller *inside* each tab bar. They do it the opposite way themselves in itunes tho.

Also, the interaction allowed by the Tab bar is really limited. You cannot easily disable and enable a tab, for instance. Still, I believe this way of presenting data has merit, specially in giving non-technical users a clear overview of the main parts of your application.

*update* As Ross Boucher points out you can also hide the Tab Bar by setting the “hidesBottomBarWhenPushed” property on your controllers. An important gotcha with this is to make sure you only set it on the first level controllers.

ChromeOS does not a monopoly make.

Chill out people. ChromeOS might be interesting and all, but it’s not going to be killing any operating systems in the near future. Chrome has enough of a challenge keeping up with the other browsers, not to mention being able to replace modern desktop operating systems. As usual, Ted Dzuiba has dissected this situation with much more wit than I could muster:

Keep whackin’ away on that Pareto Principle and let us all know how it turns out. In the meantime, I’m going to go play a few rounds of Counterstrike on my Windows-based PC, because the best that my browser can do is Tetris. I’m sure that HTML5 will bridge that gap any day now.

Web apps are nice and all, but they’re not replacing my Aqua apps anytime soon.

Copyright © marcus ramberg
nordaaker

Built on Notes Blog Core
Powered by WordPress