my first widget is available
Monday, June 12, 2006 3:21:39 PM
finaly my first widget is now available. its a "set theory clock" written in SVG

to read the time on this clock you have to sum up the lit rectangles.
one rect on the first line is worth 5 hours,
on the second line its 1 hour,
on the line with 11 rects, each rect is worth 5 minutes,
and on the last line its one minute.
so the current hour is:
5*NumberOfRectsLitInFirstLine + NumberOfRectsLitInSecondLine
and the current minute is:
5*NumberOfRectsLitInThirdLine + NumberOfRectsLitInFourthLine
so the image above shows 3*5+1:10*5+0 = 16:50
please vote for it !

to read the time on this clock you have to sum up the lit rectangles.
one rect on the first line is worth 5 hours,
on the second line its 1 hour,
on the line with 11 rects, each rect is worth 5 minutes,
and on the last line its one minute.
so the current hour is:
5*NumberOfRectsLitInFirstLine + NumberOfRectsLitInSecondLine
and the current minute is:
5*NumberOfRectsLitInThirdLine + NumberOfRectsLitInFourthLine
so the image above shows 3*5+1:10*5+0 = 16:50
please vote for it !











Nikolasrivierar # Saturday, January 27, 2007 4:17:15 PM
I wanted to cooment this post to tell you that you have done a good work with this but especially withe the other widgets.
Keep gooing like this
hi