Saturday, March 04, 2006

Weekend programming

Fog in the morning

I have just updated my first widget LinearClock.

I have considered about the algorithm and description for time ratio against practical time of the day , and finally I came up with idea to fill available time zone with vertical-extended current time zone.
But it was not easy for me because there were much more conditional branches that I had expected.
I managed to solve the problem by myself reading references over and over again, though.

These days I really enjoy learning programming to create something useful from scratch for others as well as for myself.

----
初めて作ったwidgetのアップデート完了。

実効時間に対する経過時間の割合をどう表現したもんかなと考えた挙句、現時間を縦軸に延長したもので
有効時間を充填するアイデアを思いつく。これならイケル。貰ったぜ。
ただ、プログラム初心者の自分にとって予想以上に条件分岐が多かったので、簡単にはいかなかった、、、
リファレンスを何度も読んで、なんとか解決。

自分の為に作ったものが他の人にも役に立つので、プログラムを学ぶことが面白いと感じ始めた今日この頃であり。

No comments: