Devlogs
Recently, I have been working on AIR version of my annotation tool - http://szoter.com. In online version, user can take a screenshot of entire screen, directly from flex application. I have achieved that with use of a small Java applet (read about that in one of my previous posts 'Flex and Java applets').
In AIR version of that application I came across serious limitation, to use NativeProcess class, application has to work in an extended-desktop profile
Application must filter all possible forms of input data, either provided by the user or obtained from environment, database systems, web services or any other external systems.
(read more...)This time just a short note about new AIR 2.0 release candidate, available at Adobe Labs. I have written an example application to illustrate how to use new ServerSocket class in AIR applications. I have used that class to create simple HTTP server.
(read more...)This time I would like to share with You, my own transformation manager implementation. It is a simplified version of transformation manager used komixo project. Manager handles rotation, scale and skew transformations
(read more...)Symfony routing, by default, seem not work with URLs with trailing slashes.
(read more...)