To all readers... and bloggers...Salam Maal Hijrah 1430 and Happy New Year 2009May Allah be with us and bless us to go through this difficult times through out 20...
Wednesday, December 31, 2008
Sunday, December 28, 2008
Flex vs Silverlight vs JavaFx
I'm not a hardcore programmer with skill to write code without the need to explore internet searching for samples and code. With little skill, I've managed to do lot of programs and applications with the help of very good 'Sifu' @ Master; Google Search Engine.
I've done from basic applications, to client-server, till web applications. I've use VB,...
Friday, July 25, 2008
5 advice for developing RIA and WEB application in Flex
1. Avoid embed containers inside other containers. Reducing use of relative size and relative position
When the element size in container is described by percent, any change of the size or postion will take the re-position for all subset in container. The calculation will be great if the level of embed is deep.
2. Using lightweight containers like...