//myWebView = [[UIWebView alloc] init];
Of course, not. You have added a webview in Interface Builder, so you have created an instance. This line when it uncommented creates new object.
About scalePageToFit: test yourself. Read this post for an info about it:
Right Scale for a UIWebView
http://iphoneincubator.com/blog/windows-views/right-scale-for-a-uiwebview