cssmiles

cssmiles

26p

22 comments posted · 0 followers · following 0

15 years ago @ brupp.com - About · 0 replies · +1 points

Thanks Rick for your appreciation. I will try to put down my experience in form of an article regarding debugging that might help you very soon.

15 years ago @ brupp.com - Agile, XP, Scrum and W... · 0 replies · +2 points

Thanks Marek for bringing this point.

15 years ago @ brupp.com - Agile, XP, Scrum and W... · 1 reply · +3 points

Thanks Therese for the web link. Your blog has some really nice references.

15 years ago @ brupp.com - Quick Tip - Font embed... · 0 replies · +1 points

Gaurav, thanks for pointing it out. You can specify unicode range in css itself. Here is a useful link: http://livedocs.adobe.com/flex/3/html/help.html?c...

15 years ago @ brupp.com - Agile, XP, Scrum and W... · 0 replies · +1 points

Thats true Kevin. Even the organisation I work for does FDD and TDD in fixed cost model with a blend of Agile and waterfall.

16 years ago @ brupp.com - Communicating with a l... · 0 replies · +1 points

Thanks Andrew for the link. But the reason I didn't cast the Application is that the "Interface" file then need to be present/compiled in both the application (if the applications are part of two separate projects). So essentially there will be two interface files (same name) that need to be maintained. What would you recommend?

16 years ago @ brupp.com - Quick Tip - Font embed... · 0 replies · +1 points

Thanks Cairg for your comments. It inspires to write more of such experiences. Keep Flex-ing!

16 years ago @ brupp.com - About · 2 replies · +1 points

Hi Koch, Thanks for your compliment.... though I am not a guru and learning new things every day.
My suggestion for anyone who is new to actionscript is to look at it as any other OOP lang and try to understand the pattern behind it and not get stuck in the syntax only.... Think of the bigger picture everytime to write a line of code.... Study the code of "ace" actionscriptors... and practice as much as possible.

16 years ago @ brupp.com - Quick Tip: ModuleEvent... · 0 replies · +1 points

Welcome seth

16 years ago @ brupp.com - Cairngorm: Getting Sta... · 0 replies · +1 points

Thanks sanjeev for your appreciation. My intention with this series was just to give comfort to a beginner to start diving in the cairngorm. But surely I will try to get down into the other layers of cairngorm in detail in future posts.