What you need to know?
1. The format
Pattern Example
Year
YY 09 (Year Number Short)
YYY 2009 (Year Number Full)
YYYY 02009 (I have no clue why you would need this)
Month
M 7 (Month Number Short)
MM 07 (Month Number Full)
MMM Jul (Month Name Short)
MMMM July (Month Name Full)
Day
D 4 (Day Number Short)
DD 04 (Day...
Monday, October 25, 2010
Saturday, October 23, 2010
State & Transition in Flex - Simple component to make your flash apps look superb

I love to use this two component in flex @ flash (for latest version of Adobe Flash programming language). It makes your simple and dull presentations looks marvelous, superb, fascinating, etc... BUT DEPENDS ON YOUR CREATIVITY TOO... :)
Here are the extracted code from my program.....
Friday, October 22, 2010
org.xml.sax.SAXParseException: Content is not allowed in prolog.
Today while testing my flex applications and try to read xml files using BlazeDS which calls my java class I got this weird errors. When I ran it and test it out on Netbeans or Eclipse, it runs without any issues. But when I port into my webserver (running tomcat), this was pop-up. I run through google looking for solutions. Guest what I got, many...