Pages

Friday, August 10, 2007

what the hell is fibonacci seris

http://www.textism.com/bucket/fib.html

Wednesday, August 1, 2007

golden ratio



Is it really possible? YES.. the beauty of mathematics is called as "Golden ratio"

Tuesday, July 31, 2007

Oh working on PTRACO

I am also working on one Apollo App. Ptraco , We had thought a lot a lot and lot.. many many and many logos different approaches.. thinking and deciding on the technology. Finally.. Apollo was the solution and here we go.. I have wrote many API's and base is almost done. No need to say..The UI is great! Lot to do ..lot to do..lot to learn... Details on http://sagarkulkarni.com/2007/07/23/first-air-application-way-to-build/ We are using OpenAmf for the server connections.

My new notesApp

I am really dumb enough. So many days I have not posted anything on my blog. Actually studied a lot and tried lot of samples but did not posted anything. Hmmmmm!. Sagar has posted the app oh his blog.


OK enough ... here is the APP.



Screen shots should be enough to give clear idea of what the app is. Too lazy to write anything.

Friday, May 18, 2007

Check Box in list

I was too lazy to read docs and then create a cellrenderer class to show checkbox in list component.
Was searching for some ready made code to get this working.
But no luck finally tired out something and could get to this point

example: List with CheckBox

Source

You can find the CheckCellRenderer.as in mx/controls/cells folder of flash

I edited it according to my need and named as CheckBoxCell.as