I have found that I could use the special characters by No. 9839 which is displayed with ♯ on UIWebView of iPhone, as indicated by this screehshot, but I just sorry I could’t use ⚀, ⚁, ⚂, ⚃, ⚄, ⚅ for my new application related backgammon game again.
P.S.If you can’t see funny characters in the above text, thanks in advance for MS users.
Micro-ISV: From Vision to Reality – Joel on Software The “ISV” part stands for Independent Software Vendor. It’s a made-up word, made up by Microsoft, to mean “software company that is not Microsoft,” or, more specifically, “software company that for some reason we have not yet bought or eliminated, probably because they are in some charming, twee line of business, like wedding table arrangements, the quaintness of which we are just way too cool to stoop down to, but you little people feel free to enjoy yourselves. Just remember to use .NET!”
iPhone アプリケーションの開発をしていると、Microsoft を Apple に置き換えて “Remember to use Xcode!” となるが、いずれにせよ日本では「フリーランス」が適当な言葉だと思う。また、フリーランスと ISV の違いを考えると、登記といった法的なものはさておき、個人開発者の範囲に限れば源泉徴収額が一つの目安になると思うのだがいかがだろう。
I have found a interesting bug for UIWebView like this, in case that the key of “UIInterfaceOrientation” has the value of “UIInterfaceOrientationLandscapeRight” on info.plist.
So, when I tried to delete the info.plist setting and built…
I found that the first problem is gone, but there is the unexpected margin on the top of the WebView. Note that I made “backgroundColor” of contentView to red and webFrame to white, so that you can easily understand of the each position.
At last, I checked the margin has 20 pixels height that is not same as Status Bar of iPhone, then I have done to put the following code, webFrame.origin.y -= 20;. But there are strong doubts about where does the blame for the margin.
Update: Soon afterward, I got another problem which made top-margin on body tag about 25 pixels, so I changed the way to “CGRect applicationFrame”.
before: [[UIScreen mainScreen] applicationFrame]
after: CGRectMake(0.0, 0.0, 480.0, 300.0)
However again, the third problem! But I have already solved the matter and I will post another story with the issue of iPhone Simulator.
I’m using Safari 4 which is added new features. And I’m not sure whether the new one or not, I can use Caret browsing on Safari 4, but nobody seems to dare actually to mention it. Don’t you know that? OK, Let’s take a look to use your Safari web browser.
At first, select the words as a start point. I think it’s easy to double-click on the text of web-page. Then holding shift-key and navigation keys, for instance, right or left key to move caret on same line, up or down key to select multiple lines as you do on Mail or Text Editor application.
As a result, it’s more useful to use Evernote which is able to keep a scrap of web contents, also displayed on iPhone everywhere. (even if in child-care!)
One more thing: I’m unhappy, however, with the shortcut key to change the active tab of Safari 4, because I couldn’t use of it under Caret browsing as previously mentioned. The same can be said about the form elements since Safari 3.