This is my first ExpressionEngine extension. I’ve created this, because I needed some features on the control panel, that don’t come with the original version. The list of the new features added by this extension: Nested Weblogs Now you can set the show order of the Weblogs You can enable/disable a Weblog FCK support
Welcome
My name is Mozart Petter, I'm a freelancer web developer focused on the Flash Plataform, currently in Japan.
This is the place where I share part of my studies, my work and my opinions. Feel free to give your feedback.
AS3 Tip: I need to know when the mouse leaves the stage
I saw some people asking about it, so… here’s the answer. In the AS3, when you need to know if the mouse leaves the Stage, you just have to add the Event.MOUSE_LEAVE to it. UPDATE: I’ve created an example, so you can see how it works.
Flex DateChooser and DateField problem
I found a little problem on Flex DateChooser component. When you try to select the date 10/12/2008, the value of the selectedDate of the component is Sat Oct 11. If you try to set the selectedDate to 10/12/2008, the component will show the day 11 again! Don’t try to change the date of your system …