23 May 2011 ~ 0 Comments

The Power of Internet

I am quite an old-school web programmer.

I hate using DreamWeaver to build web.

I love codes.

I don’t really like WYSIWYG tools.

So, if I were to teach Hello World for web, it’s going to be:

<html>
<head><title>Hello World</title></head>
<body>Hello World!</body>
</html>

instead of..

Open DW. Click File, New..

I think, to learn a new language, one have to delve into the codes. Never pamper yourself with WYSIWYG tools.

So it makes me happy when someone show me how to code iPhone, creating the UI without using Interface Builder.

No IB were harm in the development of the above simple app. :P

OK. Here’s the tutorials.
Tutorial 1: UITabBarController
Tutorial 2: Simple Table View

This proves the power of the internet: One Very Large Library.